:root {
  --bg: #07070a;
  --surface: #101015;
  --surface-2: #17171e;
  --surface-3: #20202a;
  --text: #f8f8fb;
  --muted: #aaaab7;
  --line: rgba(255, 255, 255, .11);
  --primary: #ff2028;
  --accent: #32c5ff;
  --red: var(--primary);
  --red-dark: color-mix(in srgb, var(--primary) 72%, #000);
  --cyan: var(--accent);
  --violet: #8b5cf6;
  --green: #33d17a;
  --orange: #ff8a34;
  --radius: 22px;
  --shadow: 0 28px 70px rgba(0, 0, 0, .38);
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
.theme-ocean { --bg:#03121d; --surface:#082131; --surface-2:#0d2b3d; --surface-3:#13384d; --line:rgba(151,221,255,.14); }
.theme-light { --bg:#f5f7fb; --surface:#fff; --surface-2:#edf1f7; --surface-3:#e3e9f2; --text:#111521; --muted:#566176; --line:rgba(17,21,33,.12); --shadow:0 24px 65px rgba(25,42,72,.14); }
.theme-light .site-header { background:rgba(255,255,255,.9); }.theme-light .site-nav>a:not(.button),.theme-light .footer-grid a,.theme-light .footer-grid span { color:var(--muted); }.theme-light .site-nav>a:hover,.theme-light .site-nav>a.active { color:var(--text); }.theme-light .menu-toggle span:not(.sr-only) { background:#111521; }.theme-light .section-alt { background:#eaf0f7; }.theme-light .site-footer { background:#111521; color:#fff; }.theme-light .page-hero { color:#fff; }
.reduce-motion *, .reduce-motion *::before, .reduce-motion *::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); max-width: 930px; }
h2 { font-size: clamp(2.15rem, 4.4vw, 4.4rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; background: #fff; color: #000; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 18px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7, 7, 10, .84); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 218px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { position: relative; color: #d8d8df; font-size: .94rem; font-weight: 650; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red); transition: .2s ease; }
.site-nav > a:hover, .site-nav > a.active { color: #fff; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 44px; border: 1px solid var(--line); background: var(--surface); border-radius: 12px; padding: 11px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; border-radius: 5px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid var(--red); border-radius: 999px; background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #fff; font-weight: 760; cursor: pointer; box-shadow: 0 13px 30px color-mix(in srgb,var(--primary) 22%,transparent); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px color-mix(in srgb,var(--primary) 32%,transparent); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(59, 201, 255, .72); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.button-secondary { background: transparent; border-color: rgba(255, 255, 255, .28); box-shadow: none; }
.button-secondary:hover { border-color: #fff; box-shadow: none; }
.button-light { background: #fff; border-color: #fff; color: #0a0a0e; box-shadow: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #f5b1b4; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
.hero { position: relative; min-height: min(780px, calc(100svh - 82px)); display: grid; align-items: center; padding-block: 34px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; left: -360px; top: -160px; background: radial-gradient(circle, rgba(255, 32, 40, .18), transparent 68%); pointer-events: none; }
.hero-stage { position: relative; min-height: min(690px, calc(100svh - 122px)); display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; background: var(--surface); box-shadow: var(--shadow); isolation: isolate; }
.hero-stage::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,8,19,.98) 0%, rgba(4,8,19,.91) 40%, rgba(4,8,19,.42) 68%, rgba(4,8,19,.14) 100%), linear-gradient(0deg, rgba(7,7,10,.34), transparent 50%); }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 2; width: min(66%, 780px); padding: clamp(42px, 6vw, 78px); }
.hero-copy h1 { margin-bottom: 26px; font-size: clamp(3rem, 5.8vw, 5.7rem); color: transparent; background: linear-gradient(90deg, #fff 15%, #d7eaff 58%, #8fd9ff); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 650px; color: #d1d5df; font-size: clamp(1.05rem, 1.6vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); margin-top: 20px; }
.trust-item { padding: 26px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 4px; font-size: 1.06rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }
.cms-banner { padding:20px 0; overflow:hidden; }.cms-banner__inner { position:relative; min-height:300px; overflow:hidden; display:flex; align-items:center; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); box-shadow:var(--shadow); }.cms-banner__inner::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,5,9,.97),rgba(4,5,9,.76) 52%,rgba(4,5,9,.16)); }.cms-banner__inner>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }.cms-banner__copy { position:relative; z-index:1; width:min(680px,70%); padding:clamp(28px,6vw,68px); color:#fff; }.cms-banner__copy>span { color:#ffb9bc; font-size:.75rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }.cms-banner__copy h2 { margin:10px 0 14px; font-size:clamp(2rem,4vw,4rem); }.cms-banner__copy p { color:#d7d9df; }.cms-banner--zoom img { animation:bannerZoom 12s ease-in-out infinite alternate; }.cms-banner--float .cms-banner__copy { animation:bannerFloat 4s ease-in-out infinite; }.cms-banner--slide .cms-banner__copy { animation:bannerSlide .8s both; }@keyframes bannerZoom{to{transform:scale(1.08)}}@keyframes bannerFloat{50%{transform:translateY(-8px)}}@keyframes bannerSlide{from{opacity:0;transform:translateX(-28px)}}
.blog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }.blog-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); box-shadow:0 18px 50px rgba(0,0,0,.16); transition:.25s ease; }.blog-card:hover { transform:translateY(-6px); border-color:color-mix(in srgb,var(--primary) 50%,transparent); }.blog-card>img { width:100%; aspect-ratio:16/10; object-fit:cover; }.blog-card>div { padding:25px; }.blog-card span { color:var(--cyan); font-size:.74rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.blog-card h2,.blog-card h3 { margin:10px 0 12px; font-size:1.45rem; }.blog-card p { color:var(--muted); }.article-heading { max-width:900px; }.article-heading small { color:#c1c5cf; }.article-cover { margin-top:-42px; position:relative; }.article-cover img { width:100%; max-height:600px; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); }.article-body { max-width:800px; padding-block:70px 100px; font-size:1.12rem; }.article-body p { margin-bottom:1.5em; }
.review-layout { display:grid; grid-template-columns:1.2fr .8fr; gap:34px; align-items:start; }.review-grid,.review-slider { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }.review-slider { grid-template-columns:repeat(3,minmax(280px,1fr)); overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:8px; }.review-card { min-width:0; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); scroll-snap-align:start; }.review-stars { color:#ffbf36; letter-spacing:.12em; }.review-card blockquote { margin:18px 0; color:var(--text); font-size:1.06rem; }.review-card strong,.review-card span { display:block; }.review-card span { color:var(--muted); font-size:.86rem; }.review-form { position:sticky; top:110px; padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); }.hp-field { position:absolute!important; left:-9999px!important; }
.section { padding-block: 110px; }
.section-tight { padding-block: 76px; }
.section-alt { background: var(--surface); border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading p { max-width: 430px; margin-bottom: 6px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 450px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(255, 255, 255, .28); }
.service-card-image { position: absolute; inset: 0; }
.service-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,7,10,.04) 0%, rgba(7,7,10,.38) 38%, #0b0b10 87%); }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; }
.service-card-body { position: relative; z-index: 1; padding: 29px; }
.service-number { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: #c8c8d2; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; background: rgba(255,255,255,.94); border-radius: 999px; color: #111; font-size: .72rem; font-weight: 800; letter-spacing: 0; text-transform: none; }
.brand-mark img { width: 17px; height: 17px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin: 0; color: #bbbcc6; }
.service-card .arrow { width: 42px; height: 42px; display: grid; place-items: center; margin-top: 21px; border: 1px solid var(--line); border-radius: 50%; color: #fff; }
.accent-red .service-number { color: #ff9b9f; }
.accent-cyan .service-number { color: var(--cyan); }
.accent-green .service-number { color: var(--green); }
.accent-violet .service-number { color: #b89cff; }
.accent-magenta .service-number { color: #ff97e2; }
.accent-orange .service-number { color: #ffb27c; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); }
.project-image { aspect-ratio: 4 / 3; overflow: hidden; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover .project-image img { transform: scale(1.045); }
.project-body { padding: 25px; }
.project-tag { color: #ff9297; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 780; }
.project-body h3 { margin: 10px 0 12px; }
.project-body p { color: var(--muted); }
.meta-line { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); color: #d0d0d8; font-size: .8rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-copy p { color: var(--muted); font-size: 1.08rem; }
.feature-list { display: grid; gap: 14px; margin: 30px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; color: #dedee5; }
.feature-list li::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,32,40,.15); color: #ff6970; font-size: .78rem; font-weight: 900; }
.leadership-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.portrait-card { position: relative; overflow: hidden; min-height: 500px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface-2); }
.portrait-card img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: top center; }
.portrait-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.17); background: rgba(8,8,12,.82); backdrop-filter: blur(16px); border-radius: 15px; }
.portrait-caption strong { display: block; font-size: 1.04rem; }
.portrait-caption span { color: #b7b7c1; font-size: .86rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: step; }
.process-card { counter-increment: step; min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.01)); }
.process-card::before { content: "0" counter(step); display: block; margin-bottom: 40px; color: #ff777d; font-size: .8rem; letter-spacing: .15em; font-weight: 800; }
.process-card p { margin: 0; color: var(--muted); }
.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border: 0; background: none; color: #fff; text-align: left; font-weight: 760; cursor: pointer; }
.faq-button span:last-child { color: var(--red); font-size: 1.4rem; }
.faq-button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { padding: 0 60px 24px 0; color: var(--muted); }
.faq-answer p { margin: 0; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 58px; border-radius: 30px; background: linear-gradient(120deg, #d90c15, #ff272f 55%, #9c0610); box-shadow: var(--shadow); }
.cta-panel::after { content: "S"; position: absolute; right: 18%; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.09); font-size: 20rem; line-height: .7; font-weight: 950; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 750px; margin-bottom: 12px; }
.cta-panel p { max-width: 700px; margin: 0; color: rgba(255,255,255,.84); }
.page-hero { position: relative; overflow: hidden; padding-block: 104px 82px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 20%, rgba(255,32,40,.17), transparent 32%), linear-gradient(180deg, #0c0c11, #07070a); }
.page-hero h1 { margin-bottom: 25px; }
.page-hero p { max-width: 760px; color: #bdbdc8; font-size: 1.16rem; }
.service-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.service-showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .25s ease, border-color .25s ease; }
.service-showcase-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.26); }
.service-showcase-image { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--surface-2); }
.service-showcase-image::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(7,7,10,.58)); }
.service-showcase-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-showcase-card:hover .service-showcase-image > img { transform: scale(1.035); }
.service-index { position: absolute; z-index: 2; left: 20px; top: 20px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(5,7,14,.72); backdrop-filter: blur(12px); font-size: .78rem; font-weight: 850; }
.service-brand { position: absolute; z-index: 2; right: 20px; top: 20px; }
.service-showcase-copy { padding: clamp(24px, 4vw, 36px); }
.service-showcase-copy h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.2vw, 3.15rem); }
.service-showcase-copy > p { color: var(--muted); }
.service-showcase-copy .service-lede { color: #e7e7ee; font-size: 1.08rem; }
.service-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 16px; margin: 24px 0 28px; padding: 20px 0; border-block: 1px solid var(--line); list-style: none; }
.service-feature-grid li { display: flex; gap: 9px; color: #d2d2dc; font-size: .9rem; }
.service-feature-grid li::before { content: "✓"; color: var(--cyan); font-weight: 900; }
.accent-green .service-feature-grid li::before { color: var(--green); }
.accent-violet .service-feature-grid li::before { color: #b89cff; }
.accent-magenta .service-feature-grid li::before { color: #ff97e2; }
.accent-orange .service-feature-grid li::before { color: #ffb27c; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.value-card span { color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.value-card p { color: var(--muted); margin-bottom: 0; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 920px; margin-inline: auto; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.team-card-image { aspect-ratio: 4 / 5; overflow: hidden; background: #101015; }
.team-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.team-card-copy { padding: 26px; }
.team-card-copy h3 { margin-bottom: 7px; }
.team-role { color: #ff777d; font-weight: 760; }
.team-card-copy p:last-child { color: var(--muted); margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: start; }
.contact-stack { display: grid; gap: 14px; }
.contact-card { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.contact-card small { display: block; margin-bottom: 5px; color: #90909e; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong, .contact-card a { display: block; font-size: 1.04rem; }
.form-card { padding: clamp(25px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.form-card h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #e8e8ee; font-size: .9rem; font-weight: 680; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #09090d; color: #fff; padding: 13px 14px; outline: none; }
.field input, .field select { min-height: 50px; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(59,201,255,.1); }
.field-help { color: #858593; font-size: .78rem; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; }
.form-actions p { margin: 0; color: var(--muted); font-size: .82rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.flash { margin-block: 18px; padding: 14px 18px; border-radius: 12px; border: 1px solid var(--line); }
.flash-success { background: rgba(51, 209, 122, .12); border-color: rgba(51,209,122,.34); }
.flash-error { background: rgba(255, 32, 40, .12); border-color: rgba(255,32,40,.34); }
.success-panel { max-width: 760px; margin-inline: auto; padding: 50px; text-align: center; border: 1px solid rgba(51,209,122,.28); border-radius: var(--radius); background: rgba(51,209,122,.07); }
.success-panel h2 { font-size: 2.5rem; }
.text-link { color: #fff !important; font-weight: 750; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 45px; font-size: 2rem; }
.prose p, .prose li { color: var(--muted); }
.site-footer { padding-top: 74px; background: #040406; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 54px; padding-bottom: 60px; }
.footer-intro img { width: 210px; height: auto; margin-bottom: 19px; }
.footer-intro p { max-width: 380px; color: var(--muted); }
.footer-grid h2 { margin-bottom: 18px; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid span { color: #a9a9b4; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid var(--line); color: #777784; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 18px; border-radius: 999px; background: #25d366; color: #061b0e; font-size: .86rem; font-weight: 850; box-shadow: 0 16px 38px rgba(0,0,0,.34); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float img { width: 25px; height: 25px; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-nav { gap: 17px; }
  .site-nav > a:not(.button) { font-size: .87rem; }
  .hero-stage { min-height: 640px; }
  .hero-copy { width: min(76%, 760px); }
  .service-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 35px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}
@media (max-width: 800px) {
  :root { --container: min(100% - 30px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 182px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; max-height: calc(100svh - 72px); overflow-y: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: color-mix(in srgb,var(--bg) 97%,transparent); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button) { padding: 15px 5px; border-bottom: 1px solid var(--line); font-size: 1.08rem; }
  .site-nav > a::after { display: none; }
  .site-nav .button { margin-top: 18px; }
  .hero { min-height: auto; }
  .hero { padding-block: 20px; }
  .hero-stage { min-height: 680px; align-items: flex-start; }
  .hero-stage::after { background: linear-gradient(180deg, rgba(4,8,19,.98) 0%, rgba(4,8,19,.86) 48%, rgba(4,8,19,.34) 78%, rgba(4,8,19,.22) 100%); }
  .hero-backdrop { object-position: 62% center; }
  .hero-copy { width: 100%; padding: 48px 36px 280px; }
  .hero-copy h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .trust-row { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 82px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 19px; }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .service-showcase-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; padding: 40px 30px; }
  .cta-panel::after { right: -5%; }
  .values-grid { grid-template-columns: 1fr; }
  .blog-grid,.review-layout { grid-template-columns:1fr; }.review-form { position:static; }.review-slider { grid-template-columns:repeat(6,minmax(82vw,1fr)); }.cms-banner__copy { width:100%; }.cms-banner__inner::after { background:rgba(4,5,9,.74); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 580px) {
  h1 { font-size: clamp(2.65rem, 13.7vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-stage { min-height: 660px; border-radius: 24px; }
  .hero-copy { padding: 38px 22px 245px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13.5vw, 4.1rem); }
  .hero-actions .button { width: 100%; }
  .service-grid, .project-grid, .leadership-preview, .team-grid, .process-grid, .form-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 430px; }
  .portrait-card, .portrait-card img { min-height: 440px; }
  .form-card { padding: 24px 18px; }
  .field-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .service-feature-grid { grid-template-columns: 1fr; }
  .success-panel { padding: 34px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-intro, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; min-height: 0; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
