:root {
  --brand: #e9144b;
  --brand-dark: #aa0e35;
  --ink: #15171b;
  --slate: #49515c;
  --muted: #747b85;
  --paper: #f5f6f7;
  --line: #e4e7ea;
  --white: #fff;
  --shadow: 0 18px 50px rgba(21, 23, 27, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--slate); font-family: "Inter", Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6, .navbar-brand { color: var(--ink); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 700; letter-spacing: .01em; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
img { max-width: 100%; }

.eyebrow { color: var(--brand); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.display-title { font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: .95; text-transform: uppercase; }
.section-title { font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1; text-transform: uppercase; }
.section-pad { padding: 6.5rem 0; }
.surface { background: var(--paper); }
.text-brand { color: var(--brand) !important; }

.topbar { display: none; }
.topbar a { color: #fff; }
.topbar i { color: var(--brand); }
.main-nav { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.06); transition: box-shadow .2s ease; }
.main-nav.scrolled { box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.navbar-brand { align-items: center; display: flex; font-size: 1.25rem; line-height: .82; text-transform: uppercase; }
.brand-mark { height: 45px; margin-right: .65rem; width: 50px; }
.brand-word small { color: var(--brand); display: block; font-family: Inter, sans-serif; font-size: .48rem; font-weight: 800; letter-spacing: .18em; margin-top: .38rem; }
.navbar-nav .nav-link { color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .08em; padding: 1.25rem .7rem; text-transform: uppercase; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--brand); }
.navbar-toggler { border: 0; box-shadow: none !important; }

.hero { align-items: center; background: #15171b center/cover no-repeat; color: #fff; display: flex; min-height: min(760px, calc(100vh - 104px)); position: relative; }
.hero::before { background: linear-gradient(90deg, rgba(12,14,17,.91) 0%, rgba(12,14,17,.68) 44%, rgba(12,14,17,.25) 100%); content: ""; inset: 0; position: absolute; }
.hero .container { position: relative; }
.hero h1 { color: #fff; }
.hero-copy { color: #e1e3e5; font-size: 1.05rem; max-width: 590px; }
.hero-rule { background: var(--brand); height: 4px; margin-bottom: 1.4rem; width: 58px; }
.btn { border-radius: 0; font-size: .78rem; font-weight: 800; letter-spacing: .08em; padding: .85rem 1.25rem; text-transform: uppercase; }
.btn-brand { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.btn-outline-light:hover { color: var(--ink); }

.image-frame { overflow: hidden; position: relative; }
.image-frame img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.image-frame:hover img { transform: scale(1.04); }
.image-frame.ratio > .image-tag { background: var(--brand); bottom: 0 !important; color: #fff; font-size: .72rem; font-weight: 800; height: auto !important; inset: auto !important; left: auto !important; letter-spacing: .1em; padding: .75rem 1rem; position: absolute !important; right: 0 !important; text-transform: uppercase; top: auto !important; width: auto !important; }

.feature-card, .service-card { background: #fff; border: 1px solid var(--line); height: 100%; padding: 1.8rem; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover, .service-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-5px); }
.card-number, .service-icon { align-items: center; background: #fff1f4; color: var(--brand); display: inline-flex; font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 700; height: 52px; justify-content: center; margin-bottom: 1.25rem; width: 52px; }
.feature-card h3, .service-card h3 { font-size: 1.5rem; text-transform: uppercase; }
.divider { background: var(--brand); height: 3px; margin: 1.25rem 0; width: 46px; }

.dark-callout { background: var(--ink); color: #d7dadd; position: relative; }
.dark-callout h2 { color: #fff; }
.stat { border-left: 1px solid rgba(255,255,255,.18); padding: .3rem 1.2rem; }
.stat:first-child { border-left: 0; }
.stat strong { color: #fff; display: block; font-family: "Barlow Condensed", sans-serif; font-size: 2.4rem; line-height: 1; }
.stat span { color: #b9bec5; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.page-banner { align-items: end; background: linear-gradient(90deg, rgba(16,18,21,.91),rgba(16,18,21,.42)), var(--banner-image, none) center/cover; color: #fff; display: flex; min-height: 330px; padding: 4.5rem 0; }
.page-banner h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.25rem); line-height: .9; text-transform: uppercase; }
.breadcrumb { margin-bottom: 0; }
.breadcrumb-item, .breadcrumb-item a { color: #d8dbe0; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb-item.active { color: #fff; }

.leader-card { border-bottom: 3px solid var(--brand); padding: 1.5rem 0; }
.leader-card h3 { font-size: 1.75rem; margin-bottom: .15rem; text-transform: uppercase; }
.leader-card p { color: var(--brand); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.timeline-item { border-left: 2px solid var(--brand); padding: 0 0 1.8rem 1.5rem; position: relative; }
.timeline-item::before { background: #fff; border: 3px solid var(--brand); border-radius: 50%; content: ""; height: 14px; left: -8px; position: absolute; top: 4px; width: 14px; }

.service-card p { font-size: .92rem; }
.service-card ul { font-size: .88rem; padding-left: 1.1rem; }
.service-card li::marker { color: var(--brand); }
.service-feature { min-height: 390px; }
.service-feature .image-frame { height: 100%; min-height: 300px; }

.data-table { font-size: .86rem; white-space: nowrap; }
.data-table thead th { background: var(--ink); border: 0; color: #fff; font-size: .7rem; letter-spacing: .08em; padding: 1rem; text-transform: uppercase; }
.data-table tbody td { border-color: var(--line); padding: .9rem 1rem; vertical-align: middle; }
.data-table tbody tr:nth-child(even) { background: #fafafa; }
.data-table tbody tr:hover { background: #fff2f5; }
.note { border-left: 4px solid var(--brand); color: var(--slate); font-size: .9rem; padding-left: 1rem; }

.quality-pillar { border-top: 2px solid var(--ink); padding-top: 1.5rem; }
.quality-pillar i { color: var(--brand); font-size: 2rem; }
.quality-pillar h3 { font-size: 1.7rem; text-transform: uppercase; }
.contact-panel { background: var(--ink); color: #d6d9de; height: 100%; padding: 2.5rem; }
.contact-panel h2 { color: #fff; }
.contact-detail { border-bottom: 1px solid rgba(255,255,255,.13); padding: 1rem 0; }
.contact-detail:last-child { border: 0; }
.contact-detail i { color: var(--brand); font-size: 1.1rem; margin-right: .65rem; }
.form-control { border: 1px solid #dce0e4; border-radius: 0; padding: .8rem .9rem; }
.form-control:focus { border-color: var(--brand); box-shadow: 0 0 0 .2rem rgba(233,20,75,.12); }
.form-label { color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.map-panel { background: linear-gradient(135deg, #eff1f3 25%, #f9f9fa 25%, #f9f9fa 50%, #eff1f3 50%, #eff1f3 75%, #f9f9fa 75%); background-size: 24px 24px; min-height: 280px; }

.site-footer { background: #101216; color: #aeb5be; padding-top: 4.5rem; }
.site-footer h3 { color: #fff; font-size: 1.35rem; text-transform: uppercase; }
.site-footer a { color: #cbd0d6; }
.site-footer a:hover { color: #fff; }
.footer-brand { color: #fff; display: flex; font-family: "Barlow Condensed", sans-serif; font-size: 1.7rem; font-weight: 700; letter-spacing: .04em; line-height: .8; text-transform: uppercase; }
.footer-brand img { height: 53px; margin-right: .7rem; width: 58px; }
.footer-brand small { color: var(--brand); display: block; font-family: Inter, sans-serif; font-size: .5rem; letter-spacing: .16em; margin-top: .4rem; }
.footer-list { list-style: none; padding-left: 0; }
.footer-list li { margin-bottom: .55rem; }
.footer-list i { color: var(--brand); margin-right: .5rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; margin-top: 3.5rem; padding: 1.15rem 0; }
.scroll-top { align-items: center; background: var(--brand); bottom: 1.3rem; color: #fff; display: flex; height: 42px; justify-content: center; opacity: 0; position: fixed; right: 1.3rem; transform: translateY(12px); transition: .2s; visibility: hidden; width: 42px; z-index: 20; }
.scroll-top.show { opacity: 1; transform: translateY(0); visibility: visible; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
