:root {
  --navy: #041b31;
  --navy-2: #082b4d;
  --blue: #0879bd;
  --sky: #48b5ea;
  --ink: #102234;
  --muted: #5c6b79;
  --mist: #edf4f8;
  --line: #dbe5eb;
  --white: #ffffff;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Aptos", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
svg { display: block; }
.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-lg { width: 2.7rem; height: 2.7rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.section-padless { padding: 0; }
.eyebrow { margin: 0 0 22px; color: var(--blue); font-size: .78rem; font-weight: 750; letter-spacing: .2em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: #80cef3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.4rem, 6.3vw, 6.8rem); font-weight: 630; }
h2 { font-size: clamp(2.45rem, 4vw, 4.55rem); font-weight: 620; }
h3 { font-size: 1.35rem; font-weight: 680; }
.lead { color: #23384b; font-size: clamp(1.18rem, 1.8vw, 1.42rem); line-height: 1.62; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; font-size: .92rem; font-weight: 720; line-height: 1.2; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: white; }
.button.primary:hover { background: #0790d6; }
.button.dark { background: var(--navy); color: white; }
.button.dark:hover { background: var(--navy-2); }
.button.white { background: white; color: var(--navy); }
.button.white:hover { background: #dff4ff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: .92rem; font-weight: 730; }
.text-link::after { content: ""; position: absolute; }
.text-link.light { color: white; }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; height: 84px; border-bottom: 1px solid rgba(10, 39, 65, .1); background: #fdfdfd; }
.header-inner { display: flex; width: min(calc(100% - 48px), 1400px); height: 100%; align-items: center; justify-content: space-between; margin-inline: auto; }
.brand { display: flex; width: 220px; align-items: center; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; height: 100%; align-items: center; gap: 34px; color: #24394a; font-size: .88rem; font-weight: 650; }
.desktop-nav > a, .nav-dropdown > button { transition: color .2s ease; }
.desktop-nav > a:hover, .nav-dropdown > button:hover { color: var(--blue); }
.nav-dropdown { position: relative; display: flex; height: 100%; align-items: center; }
.nav-dropdown > button { display: flex; align-items: center; gap: 6px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.dropdown-panel { position: absolute; visibility: hidden; top: 72px; left: -24px; display: grid; width: 290px; padding: 13px; border: 1px solid var(--line); background: white; box-shadow: 0 22px 60px rgba(4,27,49,.16); opacity: 0; transform: translateY(8px); transition: .2s ease; }
.dropdown-panel a { display: flex; align-items: center; justify-content: space-between; padding: 12px; border-bottom: 1px solid #edf2f5; }
.dropdown-panel a:last-child { border: 0; }
.dropdown-panel a:hover { background: var(--mist); color: var(--blue); }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.desktop-nav .header-cta { display: inline-flex; min-height: 42px; flex-wrap: nowrap; align-items: center; gap: 8px; padding: 0 17px; background: var(--navy); color: white; white-space: nowrap; }
.desktop-nav .header-cta svg { flex: 0 0 auto; }
.desktop-nav .header-cta:hover { background: var(--blue); color: white; }
.mobile-nav { display: none; }

/* Home hero */
.hero { position: relative; min-height: calc(100svh - 84px); overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,19,35,.98) 0%, rgba(3,29,51,.88) 37%, rgba(3,29,51,.25) 67%, rgba(3,29,51,.06) 100%), linear-gradient(0deg, rgba(0,15,29,.45), transparent 48%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: calc(100svh - 84px); flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 80px; padding-bottom: 170px; }
.hero-content h1 { max-width: 830px; margin-bottom: 30px; color: white; }
.hero-copy { max-width: 650px; margin-bottom: 37px; color: #dbeaf3; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; width: min(700px, 52vw); grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); background: rgba(4,27,49,.84); backdrop-filter: blur(12px); }
.hero-proof div { display: flex; min-height: 116px; flex-direction: column; justify-content: center; padding: 24px 32px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-proof strong { color: white; font-size: 1.5rem; letter-spacing: -.02em; }
.hero-proof span { color: #a8c1d2; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-rings { position: absolute; z-index: 1; right: -190px; top: 80px; width: 650px; height: 650px; border: 1px solid rgba(78,184,232,.22); border-radius: 50%; }
.hero-rings span { position: absolute; inset: 12%; border: 1px solid rgba(78,184,232,.18); border-radius: 50%; }
.hero-rings span:nth-child(2) { inset: 29%; }
.hero-rings span:nth-child(3) { inset: 46%; background: rgba(70,181,234,.12); }

/* Home sections */
.statement { background: white; }
.statement-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; }
.statement h2 { margin: 0; color: var(--navy); }
.statement h2 em { color: var(--blue); font-style: normal; }
.statement-copy { padding-top: 52px; }
.statement-copy > p:not(.lead) { margin: 0 0 28px; color: var(--muted); }
.statement-copy .text-link { margin-top: 10px; }
.services { background: var(--mist); }
.section-heading { margin-bottom: 62px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; color: var(--navy); }
.split-heading { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 12%; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); }
.centered { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.centered > p:last-child { max-width: 610px; margin: 24px auto 0; color: var(--muted); font-size: 1.07rem; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid #cbdbe4; border-left: 1px solid #cbdbe4; }
.service-card { display: flex; min-height: 370px; flex-direction: column; grid-column: span 2; padding: 32px; border-right: 1px solid #cbdbe4; border-bottom: 1px solid #cbdbe4; background: rgba(255,255,255,.52); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; min-height: 330px; }
.service-card:hover { z-index: 2; background: white; box-shadow: 0 22px 65px rgba(11,46,75,.12); transform: translateY(-4px); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 62px; }
.service-number { color: #8aa0af; font-size: .73rem; font-weight: 750; letter-spacing: .16em; }
.service-icon { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid #bfd3df; border-radius: 50%; color: var(--blue); }
.service-card h3 { max-width: 290px; margin-bottom: 18px; color: var(--navy); font-size: 1.62rem; }
.service-card p { margin-bottom: 28px; color: var(--muted); font-size: .95rem; }
.card-link { display: flex; align-items: center; gap: 8px; margin-top: auto; color: var(--blue); font-size: .85rem; font-weight: 730; }
.owner-mindset { background: white; }
.image-text-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; }
.image-text-grid.reverse > :first-child { order: 2; }
.image-text-grid.reverse > :last-child { order: 1; }
.image-frame { position: relative; overflow: hidden; background: var(--mist); }
.image-frame-tall { min-height: 700px; }
.image-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.image-frame:hover img { transform: scale(1.025); }
.image-label { position: absolute; right: 0; bottom: 0; display: flex; min-width: 210px; align-items: center; gap: 16px; padding: 22px 25px; background: var(--blue); color: white; font-size: .88rem; font-weight: 720; line-height: 1.35; }
.editorial-copy h2 { margin-bottom: 30px; color: var(--navy); }
.editorial-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-list { display: grid; gap: 5px; margin: 38px 0 0; }
.feature-list > div { display: grid; grid-template-columns: 25px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.feature-list svg { margin-top: 3px; color: var(--blue); }
.feature-list p { display: grid; margin: 0; }
.feature-list strong { color: var(--navy); font-size: 1.03rem; }
.feature-list span { color: var(--muted); font-size: .93rem; }
.vetting { background: #f6fafc; }
.compact-checks { display: grid; gap: 11px; margin: 32px 0; }
.compact-checks > div { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 13px; color: #2d4354; font-size: .94rem; }
.compact-checks svg { margin-top: 2px; color: var(--blue); }
.small-note { padding-left: 15px; border-left: 2px solid #a8c9dc; color: #758491 !important; font-size: .78rem; line-height: 1.55; }
.editorial-copy .button { margin-top: 18px; }
.process { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { position: relative; min-height: 320px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span { color: #92a4b2; font-size: .72rem; font-weight: 760; letter-spacing: .14em; }
.process-grid svg { position: absolute; top: 35px; right: 36px; color: var(--blue); }
.process-grid h3 { margin-top: 76px; margin-bottom: 17px; color: var(--navy); font-size: 1.65rem; }
.process-grid p { margin-bottom: 0; color: var(--muted); }

/* Shared conversion/footer */
.consultation-band { position: relative; overflow: hidden; padding: 95px 0; background: var(--blue); color: white; }
.consultation-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 12%; }
.consultation-inner h2 { max-width: 700px; margin: 0; color: white; }
.consultation-inner > div:last-child p { margin-bottom: 28px; color: #d9f2fd; font-size: 1.05rem; }
.consultation-orbit { position: absolute; right: -160px; top: -270px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.consultation-orbit span { position: absolute; inset: 20%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.consultation-orbit span:last-child { inset: 40%; background: rgba(255,255,255,.07); }
.site-footer { padding: 75px 0 28px; background: #031526; color: #a9bfce; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.35fr .8fr; gap: 6%; padding-bottom: 60px; }
.footer-brand img { width: 235px; height: auto; }
.footer-brand p { max-width: 350px; margin-top: 25px; font-size: .92rem; }
.footer-grid h3 { margin-bottom: 21px; color: white; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin-bottom: 10px; font-size: .88rem; }
.footer-grid a:hover { color: #75ccf3; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

/* Service pages */
.subhero { position: relative; overflow: hidden; padding: 100px 0 0; background: var(--navy); color: white; }
.subhero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.subhero-inner { position: relative; z-index: 2; display: grid; min-height: 650px; grid-template-columns: 1fr .82fr; align-items: center; gap: 7%; }
.subhero-inner > div:first-child { padding-bottom: 80px; }
.subhero h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 5.6vw, 6rem); }
.subhero-inner > div:first-child > p:not(.eyebrow) { max-width: 680px; margin-bottom: 34px; color: #c8dae6; font-size: 1.17rem; }
.subhero-image { position: relative; align-self: stretch; min-height: 620px; }
.subhero-image img { width: 100%; height: 100%; object-fit: cover; }
.subhero-orbit { position: absolute; z-index: 3; right: calc(50% - 85px); bottom: 48px; display: grid; width: 115px; height: 115px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(4,27,49,.6); backdrop-filter: blur(8px); }
.subhero-orbit::before { position: absolute; inset: 14px; border: 1px solid rgba(76,187,236,.5); border-radius: inherit; content: ""; }
.subhero-orbit span { color: white; font-size: .83rem; font-weight: 760; letter-spacing: .12em; }
.highlight-grid { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -1px; border-left: 1px solid var(--line); background: white; box-shadow: 0 22px 80px rgba(6,35,60,.1); }
.highlight-grid article { min-height: 245px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.highlight-grid span { color: var(--blue); font-size: .75rem; font-weight: 760; letter-spacing: .13em; }
.highlight-grid h2 { margin: 42px 0 13px; color: var(--navy); font-size: 1.55rem; }
.highlight-grid p { margin: 0; color: var(--muted); font-size: .91rem; }
.service-detail { background: white; }
.detail-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 10%; }
.sticky-copy { position: sticky; top: 130px; align-self: start; }
.sticky-copy h2 { font-size: clamp(2.4rem, 3.6vw, 4rem); }
.sticky-copy > p:last-child { color: var(--muted); }
.detail-list { border-top: 1px solid var(--line); }
.detail-list > div { display: grid; min-height: 82px; grid-template-columns: 50px 1fr 25px; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.detail-list span { color: #95a7b3; font-size: .7rem; font-weight: 760; letter-spacing: .12em; }
.detail-list p { margin: 0; color: #24394a; font-size: 1.05rem; }
.detail-list svg { color: var(--blue); }
.extra-section { background: var(--mist); }
.extra-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.extra-grid h2 { color: var(--navy); }
.compact-checks.boxed { margin: 0; gap: 0; border-top: 1px solid #cbdbe4; }
.compact-checks.boxed > div { min-height: 68px; align-items: center; padding: 14px 5px; border-bottom: 1px solid #cbdbe4; }
.perspective-section { padding: 90px 0; background: var(--navy); color: white; }
.perspective-inner { display: grid; max-width: 950px; grid-template-columns: 75px 1fr; gap: 34px; }
.perspective-inner > svg { margin-top: 5px; color: var(--sky); }
.perspective-inner h2 { margin-bottom: 22px; color: white; font-size: clamp(2.2rem, 3.8vw, 4rem); }
.perspective-inner p:last-child { max-width: 750px; margin: 0; color: #b9cedb; font-size: 1.08rem; }

/* Approach */
.approach-hero { position: relative; display: flex; min-height: 720px; overflow: hidden; align-items: center; padding: 130px 0; background: var(--navy); color: white; }
.approach-hero::after { position: absolute; z-index: 1; right: -230px; top: -290px; width: 760px; height: 760px; border: 1px solid rgba(75,189,238,.23); border-radius: 50%; box-shadow: inset 0 0 0 110px rgba(75,189,238,.03), inset 0 0 0 220px rgba(75,189,238,.025); content: ""; }
.approach-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.approach-hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(2,19,35,.98) 0%, rgba(3,29,51,.89) 45%, rgba(3,29,51,.58) 100%), linear-gradient(0deg, rgba(0,15,29,.5), transparent 55%); }
.approach-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 10%; }
.approach-hero h1 { max-width: 900px; margin-bottom: 0; font-size: clamp(3.4rem, 5.8vw, 6rem); }
.approach-hero-inner > p { margin: 0 0 10px; color: #c2d6e2; font-size: 1.12rem; }
.approach-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 10%; }
.approach-intro h2 { margin-bottom: 0; color: var(--navy); }
.approach-intro .editorial-copy { padding-top: 50px; }
.principles { background: var(--mist); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c8d9e3; border-left: 1px solid #c8d9e3; }
.principle-grid article { min-height: 315px; padding: 32px; border-right: 1px solid #c8d9e3; border-bottom: 1px solid #c8d9e3; background: rgba(255,255,255,.46); }
.principle-grid svg { margin-bottom: 68px; color: var(--blue); }
.principle-grid h3 { color: var(--navy); }
.principle-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.quote-section { padding: 125px 0; background: white; text-align: center; }
.quote-section blockquote { max-width: 970px; margin: 0 auto 28px; color: var(--navy); font-size: clamp(2.2rem, 4.5vw, 4.7rem); font-weight: 620; line-height: 1.12; letter-spacing: -.04em; }
.quote-section p { color: var(--blue); font-size: .76rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }

/* Contact */
.contact-page { background: #f5f9fb; }
.contact-intro { position: relative; display: flex; min-height: 620px; overflow: hidden; align-items: center; padding: 115px 0 155px; background: var(--navy); color: white; }
.contact-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.contact-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,19,35,.99) 0%, rgba(3,29,51,.92) 42%, rgba(3,29,51,.42) 78%, rgba(3,29,51,.18) 100%), linear-gradient(0deg, rgba(0,15,29,.48), transparent 55%); }
.contact-intro > .container { position: relative; z-index: 2; }
.contact-intro h1 { max-width: 930px; margin-bottom: 27px; font-size: clamp(3.3rem, 6vw, 6.2rem); }
.contact-intro > div > p:last-child { max-width: 700px; margin: 0; color: #bed2df; font-size: 1.16rem; }
.contact-content { padding-top: 0; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7%; transform: translateY(-64px); }
.contact-side { padding-top: 125px; }
.contact-side h2 { color: var(--navy); font-size: clamp(2.3rem, 3.4vw, 3.7rem); }
.contact-steps { display: grid; margin-top: 42px; border-top: 1px solid var(--line); }
.contact-steps > div { display: grid; grid-template-columns: 45px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-steps span { color: var(--blue); font-size: .72rem; font-weight: 750; letter-spacing: .12em; }
.contact-steps p { display: grid; margin: 0; color: var(--muted); font-size: .9rem; }
.contact-steps strong { color: var(--navy); font-size: .98rem; }
.coverage-card { display: flex; align-items: center; gap: 17px; margin-top: 34px; padding: 22px; background: #e7f1f6; }
.coverage-card svg { color: var(--blue); }
.coverage-card div { display: grid; }
.coverage-card strong { color: var(--navy); }
.coverage-card span { color: var(--muted); font-size: .85rem; }
.contact-form-card { padding: 46px; border-top: 4px solid var(--blue); background: white; box-shadow: 0 26px 80px rgba(4,27,49,.14); }
.form-heading { display: grid; grid-template-columns: 54px 1fr; gap: 18px; margin-bottom: 38px; }
.form-heading > svg { padding: 13px; width: 52px; height: 52px; background: var(--mist); color: var(--blue); }
.form-heading h2 { margin: 0 0 6px; color: var(--navy); font-size: 1.7rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #263c4d; font-size: .82rem; font-weight: 680; }
.contact-form label span { color: #7d8c97; font-weight: 450; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cbd9e1; border-radius: 0; outline: 0; background: #fbfdfe; color: var(--ink); }
.contact-form input, .contact-form select { min-height: 50px; padding: 0 13px; }
.contact-form textarea { padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,121,189,.11); }
.form-button { width: 100%; border: 0; }
.form-button:disabled { cursor: not-allowed; opacity: .7; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: -5px 0 0; color: #778693; font-size: .77rem; text-align: center; }
.form-note svg { flex: 0 0 auto; margin-top: 0; color: var(--blue); }

@media (max-width: 1020px) {
  .desktop-nav { gap: 19px; }
  .desktop-nav .header-cta { display: none; }
  .hero-proof { width: 66vw; }
  .statement-grid, .image-text-grid, .extra-grid { gap: 6%; }
  .service-card { grid-column: span 3; }
  .service-card:last-child { grid-column: span 6; }
  .service-card:nth-child(4) { grid-column: span 3; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .approach-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .approach-hero-inner > p { max-width: 600px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 34px), var(--max)); }
  .section-pad { padding: 82px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .site-header { height: 72px; }
  .header-inner { width: calc(100% - 32px); }
  .brand { width: 175px; }
  .desktop-nav { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { display: grid; width: 44px; height: 44px; place-items: center; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-panel { position: fixed; top: 72px; right: 0; left: 0; display: grid; padding: 25px 24px 32px; border-top: 1px solid var(--line); background: white; box-shadow: 0 24px 45px rgba(3,23,41,.16); }
  .mobile-panel p { margin: 0 0 8px; color: #82919c; font-size: .7rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-panel a { padding: 9px 0; border-bottom: 1px solid #ecf1f4; color: var(--navy); font-weight: 650; }
  .hero { min-height: calc(100svh - 72px); }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,19,35,.96), rgba(3,29,51,.65)), linear-gradient(0deg, rgba(0,15,29,.65), transparent 50%); }
  .hero-content { min-height: calc(100svh - 72px); padding-top: 75px; padding-bottom: 185px; }
  .hero-content h1 { margin-bottom: 24px; }
  .hero-copy { font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { right: 0; left: 0; width: 100%; }
  .hero-proof div { min-height: 90px; padding: 17px 14px; }
  .hero-proof strong { font-size: 1.07rem; }
  .hero-proof span { font-size: .62rem; }
  .hero-rings { right: -380px; }
  .statement-grid, .split-heading, .image-text-grid, .detail-grid, .extra-grid, .consultation-inner, .footer-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .statement-copy { padding-top: 0; }
  .split-heading { align-items: start; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5), .service-card:last-child { min-height: 310px; grid-column: auto; }
  .service-top { margin-bottom: 42px; }
  .image-text-grid.reverse > :first-child, .image-text-grid.reverse > :last-child { order: initial; }
  .image-frame-tall { min-height: 470px; }
  .process-grid, .highlight-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 275px; }
  .consultation-band { padding: 75px 0; }
  .footer-grid { gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .subhero { padding-top: 80px; }
  .subhero-inner { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .subhero-inner > div:first-child { padding-bottom: 65px; }
  .subhero-image { min-height: 420px; }
  .subhero-orbit { right: 22px; bottom: 360px; width: 92px; height: 92px; }
  .highlight-grid { margin-top: 0; }
  .highlight-grid article { min-height: 225px; }
  .sticky-copy { position: static; }
  .perspective-inner { grid-template-columns: 1fr; gap: 23px; }
  .approach-hero { min-height: 680px; padding: 95px 0; }
  .approach-hero-bg { object-position: 62% center; }
  .approach-hero-overlay { background: linear-gradient(90deg, rgba(2,19,35,.96), rgba(3,29,51,.66)), linear-gradient(0deg, rgba(0,15,29,.55), transparent 60%); }
  .approach-intro { grid-template-columns: 1fr; gap: 32px; }
  .approach-intro .editorial-copy { padding-top: 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 270px; }
  .principle-grid svg { margin-bottom: 45px; }
  .quote-section { padding: 90px 0; }
  .contact-intro { min-height: 620px; padding: 85px 0 120px; }
  .contact-hero-bg { object-position: 62% center; }
  .contact-hero-overlay { background: linear-gradient(90deg, rgba(2,19,35,.96), rgba(3,29,51,.68)), linear-gradient(0deg, rgba(0,15,29,.62), transparent 55%); }
  .contact-grid { transform: translateY(-42px); }
  .contact-side { padding-top: 20px; order: 2; }
  .contact-form-card { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
