:root {
    --navy: #061d49;
    --navy-dark: #03132f;
    --navy-ink: #020d20;
    --gold: #c8993c;
    --gold-dark: #8a6218;
    --cream: #f5f2ea;
    --stone: #e8e4db;
    --white: #fff;
    --charcoal: #171a1f;
    --muted: #5b626d;
    --line: rgba(6, 29, 73, .14);
    --shadow-sm: 0 10px 30px rgba(3, 19, 47, .08);
    --shadow-lg: 0 26px 70px rgba(3, 19, 47, .16);
    --radius-sm: 7px;
    --radius: 11px;
    --header-height: 76px;
    --shell: min(1180px, calc(100% - 40px));
    --font: "Manrope", "Aptos", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    margin: 0;
    color: var(--charcoal);
    background: var(--white);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-dark); font-weight: 780; letter-spacing: -.035em; line-height: 1.08; }
h1 em, h2 em { color: inherit; font-style: normal; font-weight: 500; }
h2 { font-size: clamp(2rem, 4.5vw, 3.45rem); }
h3 { font-size: 1.2rem; }
p { margin-bottom: 1.25rem; }
::selection { color: var(--navy-dark); background: rgba(200, 153, 60, .38); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.shell { width: var(--shell); 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;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: var(--white);
    background: var(--navy);
    border-radius: var(--radius-sm);
    transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.topbar { display: none; color: rgba(255, 255, 255, .84); background: var(--navy-dark); font-size: .72rem; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__group { display: flex; align-items: center; gap: 22px; }
.topbar a, .topbar__location { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar a:hover { color: var(--white); }
.topbar a span, .topbar__location span { color: var(--gold); }

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    height: var(--header-height);
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid rgba(3, 19, 47, .08);
    transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 36px rgba(3, 19, 47, .1); background: var(--white); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header__brand { display: inline-flex; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.brand__mark { width: 49px; height: 49px; flex: 0 0 auto; object-fit: contain; border-radius: 6px; }
.brand__name { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; letter-spacing: .03em; }
.brand__name strong { font-size: .82rem; letter-spacing: .025em; }
.brand__name span { margin-top: 4px; font-size: .66rem; font-weight: 700; }
.brand--inverse { color: var(--white); }
.brand--inverse .brand__mark { background: var(--cream); }

.menu-toggle {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 11px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--white);
}
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--navy); transition: transform .25s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    z-index: 999;
    padding: 20px;
    display: grid;
    gap: 2px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-14px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
.main-nav > a:not(.button) { position: relative; padding: 13px 5px; color: var(--navy-dark); font-size: .92rem; font-weight: 700; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 5px; bottom: 10px; left: 5px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.main-nav__cta { margin-top: 12px; }

.button {
    min-height: 48px;
    padding: 13px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .01em;
    transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}
.button span { transition: transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.button:hover span { transform: translateX(4px); }
.button--gold { color: var(--navy-dark); background: var(--gold); box-shadow: 0 12px 28px rgba(200, 153, 60, .22); }
.button--gold:hover { background: #d5aa55; box-shadow: 0 15px 32px rgba(200, 153, 60, .3); }
.button--navy { color: var(--white); background: var(--navy); box-shadow: 0 12px 28px rgba(6, 29, 73, .18); }
.button--navy:hover { background: var(--navy-dark); }
.button--outline-light { color: var(--white); border-color: rgba(255, 255, 255, .6); background: rgba(3, 19, 47, .18); }
.button--outline-light:hover { border-color: var(--white); background: rgba(3, 19, 47, .5); }
.button--wide { width: 100%; }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.text-link span { color: var(--gold-dark); transition: transform .22s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link--large { font-size: .88rem; }
.text-link--light { color: var(--white); }
.text-link--light span { color: var(--gold); }

.eyebrow { margin-bottom: 14px; color: var(--gold-dark); font-size: .7rem; font-weight: 900; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.eyebrow::after { content: ""; width: 32px; height: 1px; margin-left: 10px; display: inline-block; vertical-align: middle; background: currentColor; }
.eyebrow--gold { color: var(--gold); }
.section { position: relative; padding: 80px 0; }
.section--stone { background: var(--cream); }
.section--navy { color: rgba(255, 255, 255, .76); background: var(--navy-dark); }
.section-heading { max-width: 720px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.section-heading--light h2 { color: var(--white); }
.section-heading--light > p:last-child { color: rgba(255, 255, 255, .68); }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow::after { display: block; margin: 12px auto 0; }
.section-intro { margin-bottom: 38px; display: grid; gap: 20px; }

.contour-pattern { position: relative; isolation: isolate; overflow: hidden; }
.contour-pattern::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -35%;
    opacity: .09;
    background:
        repeating-radial-gradient(ellipse at 30% 60%, transparent 0 28px, currentColor 29px 30px, transparent 31px 53px),
        repeating-radial-gradient(ellipse at 75% 30%, transparent 0 42px, currentColor 43px 44px, transparent 45px 72px);
    transform: rotate(-8deg);
}

.home-hero {
    position: relative;
    min-height: max(650px, calc(100svh - var(--header-height)));
    display: grid;
    align-items: center;
    color: var(--white);
    background-image: var(--hero-image);
    background-position: 64% center;
    background-size: cover;
    overflow: hidden;
}
.home-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-position: 64% center; background-size: cover; animation: heroScale 12s ease-out both; }
.home-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 13, 32, .97) 0%, rgba(3, 19, 47, .87) 44%, rgba(3, 19, 47, .35) 76%, rgba(3, 19, 47, .2) 100%), linear-gradient(0deg, rgba(2, 13, 32, .38), transparent 45%); }
.home-hero__content { position: relative; z-index: 2; padding: 85px 0 110px; }
.home-hero .eyebrow span { margin-inline: 5px; color: rgba(255, 255, 255, .62); }
.home-hero h1 { max-width: 800px; margin-bottom: 24px; color: var(--white); font-size: clamp(2.9rem, 8vw, 5.8rem); letter-spacing: -.052em; line-height: .98; }
.home-hero h1 em { color: var(--gold); }
.home-hero__content > p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; color: rgba(255, 255, 255, .8); font-size: clamp(1rem, 2vw, 1.16rem); }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: none; align-items: center; gap: 11px; color: rgba(255, 255, 255, .65); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { position: relative; width: 24px; height: 38px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 14px; }
.scroll-cue span::after { content: ""; position: absolute; top: 7px; left: 10px; width: 3px; height: 7px; background: var(--gold); border-radius: 2px; animation: scrollCue 1.8s ease infinite; }

.page-hero {
    position: relative;
    min-height: 460px;
    display: grid;
    align-items: end;
    color: var(--white);
    background-image: var(--hero-image);
    background-position: var(--hero-position);
    background-size: cover;
    overflow: hidden;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-position: var(--hero-position); background-size: cover; animation: heroScale 12s ease-out both; }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 13, 32, .96) 0%, rgba(3, 19, 47, .8) 45%, rgba(3, 19, 47, .27) 80%), linear-gradient(0deg, rgba(2, 13, 32, .7), transparent 60%); }
.page-hero__content { position: relative; z-index: 2; padding: 85px 0 64px; }
.page-hero h1 { max-width: 760px; margin-bottom: 18px; color: var(--white); font-size: clamp(2.65rem, 7vw, 5rem); }
.page-hero h1 em { color: var(--gold); }
.page-hero__content > p:last-child { max-width: 600px; margin-bottom: 0; color: rgba(255, 255, 255, .78); font-size: 1.05rem; }

.split { display: grid; gap: 42px; align-items: center; }
.split__content > p { color: var(--muted); }
.split__content .button { margin-top: 6px; }
.media-frame { position: relative; margin: 0; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.media-frame::before { content: ""; position: absolute; z-index: 1; top: 0; right: 0; width: 74px; height: 5px; background: var(--gold); }
.media-frame img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.media-frame figcaption { position: absolute; z-index: 2; right: 14px; bottom: 14px; left: 14px; padding: 14px 16px; color: rgba(255, 255, 255, .78); background: rgba(3, 19, 47, .93); border-left: 3px solid var(--gold); border-radius: 5px; font-size: .75rem; }
.media-frame figcaption strong { display: block; color: var(--white); }
.media-frame--tall img { aspect-ratio: 4 / 5; }
.micro-proof { margin-top: 30px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 22px; border-top: 1px solid var(--line); color: var(--navy); font-size: .74rem; font-weight: 800; }
.micro-proof span::before { content: ""; width: 6px; height: 6px; margin-right: 8px; display: inline-block; vertical-align: 1px; background: var(--gold); border-radius: 50%; }

.services-grid { display: grid; gap: 16px; }
.service-card { position: relative; min-height: 285px; padding: 26px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(3, 19, 47, .04); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; right: -30px; bottom: -48px; width: 120px; height: 120px; border: 1px solid rgba(200, 153, 60, .14); border-radius: 50%; box-shadow: 0 0 0 22px rgba(200, 153, 60, .045), 0 0 0 44px rgba(200, 153, 60, .025); }
.service-card:hover { z-index: 2; border-color: rgba(200, 153, 60, .6); box-shadow: var(--shadow-sm); transform: translateY(-7px); }
.service-card__topline { margin-bottom: 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.service-card__number { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 6px; font-size: .78rem; font-weight: 900; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: .88rem; }
.service-card .text-link { position: relative; z-index: 2; margin-top: auto; }

.safety-band { color: var(--navy-dark); background: var(--cream); border-block: 1px solid var(--line); }
.safety-band__inner { padding-block: 55px; display: grid; gap: 26px; align-items: center; }
.safety-band h2 { margin-bottom: 0; font-size: clamp(2rem, 5vw, 3.15rem); }
.safety-band h2 em { color: var(--gold-dark); }
.safety-band p:last-child { margin-bottom: 0; color: var(--muted); }
.shield-mark { width: 82px; height: 92px; display: grid; place-items: center; color: var(--gold-dark); border: 3px solid var(--gold); border-radius: 38px 38px 48px 48px; font-size: 2rem; transform: rotate(0deg); }
.shield-mark span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(200, 153, 60, .6); border-radius: 50%; }

.expertise-section { display: grid; background: var(--navy-dark); }
.expertise-section__copy { padding: 72px var(--shell-side, 20px); color: rgba(255, 255, 255, .72); }
.expertise-section__copy h2 { color: var(--white); }
.expertise-section__copy h2 em { color: var(--gold); }
.expertise-section__image { min-height: 430px; margin: 0; }
.expertise-section__image img { width: 100%; height: 100%; object-fit: cover; }
.principle-list { margin: 32px 0; display: grid; gap: 18px; }
.principle-list div { padding-left: 16px; border-left: 2px solid var(--gold); }
.principle-list strong, .principle-list span { display: block; }
.principle-list strong { color: var(--white); font-size: .9rem; }
.principle-list span { margin-top: 4px; font-size: .78rem; }

.process-section .section-heading { margin-bottom: 46px; }
.process-grid, .engagement-grid { margin: 0; padding: 0; display: grid; gap: 28px; list-style: none; counter-reset: steps; }
.process-grid li { position: relative; padding: 26px 0 0; border-top: 1px solid var(--line); }
.process-grid li > span { width: 42px; height: 42px; margin-bottom: 24px; display: grid; place-items: center; color: var(--navy); background: var(--white); border: 1px solid var(--gold); border-radius: 50%; font-size: .72rem; font-weight: 900; box-shadow: var(--shadow-sm); }
.process-grid h3 { margin-bottom: 10px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: .85rem; }

.cta-band { color: var(--white); background: var(--navy); }
.cta-band__inner { padding-block: 55px; display: grid; gap: 28px; align-items: center; }
.cta-band h2 { margin-bottom: 10px; color: var(--white); font-size: clamp(1.9rem, 4.5vw, 3rem); }
.cta-band p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255, 255, 255, .7); }

.vision-grid { margin-top: 42px; display: grid; gap: 18px; }
.statement-card { padding: 30px; display: grid; grid-template-columns: auto 1fr; gap: 22px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.statement-card__mark { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-size: 1rem; font-weight: 900; }
.statement-card h2 { margin-bottom: 13px; font-size: 1.42rem; }
.statement-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.values-grid { margin-top: 44px; display: grid; gap: 18px; }
.value-card { padding: 27px; color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--radius); }
.value-card > span { color: var(--gold); font-size: .7rem; font-weight: 900; }
.value-card h3 { margin: 30px 0 12px; color: var(--white); }
.value-card p { margin-bottom: 0; font-size: .84rem; }
.check-list { margin: 26px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: var(--navy); font-size: .86rem; font-weight: 750; }
.check-list li::before { content: "✓"; width: 24px; height: 24px; margin-right: 10px; display: inline-grid; place-items: center; color: var(--navy); background: rgba(200, 153, 60, .25); border-radius: 50%; font-size: .7rem; }
.team-callout { padding: 62px 0; }
.team-callout__inner { display: grid; gap: 24px; }
.team-callout h2 { margin-bottom: 0; }
.team-callout__inner > div:last-child > p:first-child { color: var(--muted); }

.services-intro__grid { display: grid; gap: 28px; align-items: end; }
.scope-panel { padding: 22px; display: grid; grid-template-columns: auto 1fr; gap: 16px; color: var(--navy-dark); background: #fbf4e5; border: 1px solid #e4ce9e; border-radius: var(--radius); }
.scope-panel__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--gold-dark); border-radius: 50%; font-weight: 900; }
.scope-panel strong { font-size: .82rem; }
.scope-panel p { margin: 4px 0 0; color: #67583a; font-size: .76rem; }
.service-details { padding-top: 40px; }
.service-details__list { display: grid; gap: 16px; }
.service-detail { display: grid; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-detail__heading { padding: 26px; color: var(--white); background: var(--navy); }
.service-detail__heading > span { display: block; margin-bottom: 38px; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.service-detail__heading .eyebrow { color: var(--gold); }
.service-detail__heading h2 { margin-bottom: 0; color: var(--white); font-size: clamp(1.75rem, 4vw, 2.4rem); }
.service-detail__body { padding: 28px; display: grid; gap: 22px; }
.service-detail__description { margin-bottom: 0; color: var(--muted); }
.service-detail__body h3 { margin-bottom: 12px; font-size: .92rem; }
.service-detail__body ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; color: var(--muted); font-size: .82rem; }
.service-detail__body li::before { content: "—"; margin-right: 8px; color: var(--gold-dark); }
.engagement-section .section-heading { margin-bottom: 46px; }
.engagement-grid { gap: 12px; }
.engagement-grid li { padding: 24px; color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--radius); }
.engagement-grid span { color: var(--gold); font-size: .7rem; font-weight: 900; }
.engagement-grid h3 { margin: 28px 0 9px; color: var(--white); }
.engagement-grid p { margin-bottom: 0; font-size: .8rem; }

.contact-grid { display: grid; gap: 34px; align-items: start; }
.contact-sidebar > p { color: var(--muted); }
.contact-methods { margin: 32px 0; display: grid; gap: 12px; }
.contact-method { padding: 16px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.contact-method > span { color: var(--gold-dark); font-size: 1.15rem; }
.contact-method strong, .contact-method a, .contact-method address { display: block; }
.contact-method strong { margin-bottom: 4px; color: var(--navy); font-size: .76rem; }
.contact-method a, .contact-method address { color: var(--muted); font-size: .78rem; }
.contact-method a:hover { color: var(--gold-dark); }
.address-note { padding: 19px; color: var(--muted); background: rgba(232, 228, 219, .65); border-left: 3px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .76rem; }
.address-note span, .address-note strong { display: block; }
.address-note span { margin-bottom: 6px; color: var(--gold-dark); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.address-note strong { color: var(--navy); }
.form-card { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.form-card__heading { margin-bottom: 26px; }
.form-card__heading h2 { margin-bottom: 9px; font-size: clamp(1.8rem, 4vw, 2.45rem); }
.form-card__heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .73rem; }
.field-grid { display: grid; gap: 16px; }
.contact-form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; align-content: start; }
.field label { color: var(--navy-dark); font-size: .72rem; font-weight: 850; }
.field label span, .form-card__heading > p:last-child span { color: #9b3f36; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; color: var(--charcoal); background: #fbfaf7; border: 1px solid #cac7c0; border-radius: 6px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input, .field select { min-height: 47px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: var(--white); border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(200, 153, 60, .17); }
.field [aria-invalid="true"] { border-color: #a9362c; background: #fff8f7; }
.field__hint { color: var(--muted); font-size: .66rem; }
.field__error { min-height: 0; color: #9a2f28; font-size: .66rem; font-weight: 700; }
.field__error:empty { display: none; }
.checkbox-field { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; }
.checkbox-field input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--navy); }
.checkbox-field label { color: var(--muted); font-size: .72rem; }
.checkbox-field .field__error { grid-column: 2; }
.honeypot { position: absolute; left: -10000px; }
.form-alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 6px; font-size: .76rem; }
.form-alert ul { margin: 7px 0 0; padding-left: 18px; }
.form-alert--notice { color: #594314; background: #fff6df; border: 1px solid #e8d09c; }
.form-alert--error { color: #762c26; background: #fff2f0; border: 1px solid #e4aaa5; }
.form-disclosure { margin: -4px 0 0; color: var(--muted); font-size: .65rem; text-align: center; }
.location-section { padding: 0 0 80px; background: var(--cream); }
.location-card { display: grid; color: var(--white); background: var(--navy-dark); border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.location-card__copy { padding: 34px; }
.location-card h2 { color: var(--white); }
.location-card__copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .7); }
.map-placeholder { min-height: 330px; display: grid; place-items: center; align-content: center; color: var(--navy); background: var(--stone); text-align: center; }
.map-placeholder::before { opacity: .18; }
.map-placeholder__pin { width: 64px; height: 64px; margin-bottom: 16px; display: grid; place-items: center; color: var(--white); background: var(--navy); border: 6px solid rgba(200, 153, 60, .35); border-radius: 50%; font-size: 1.7rem; }
.map-placeholder strong { position: relative; }
.map-placeholder p { position: relative; margin: 3px 0 0; color: var(--muted); font-size: .75rem; }
.map-placeholder iframe { width: 100%; height: 100%; min-height: 330px; border: 0; }

.site-footer { color: rgba(255, 255, 255, .65); background: var(--navy-ink); }
.site-footer__grid { padding-block: 58px 40px; display: grid; gap: 38px; }
.site-footer__about p { max-width: 340px; margin: 20px 0 0; font-size: .77rem; }
.site-footer h2 { margin-bottom: 16px; color: var(--white); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.site-footer li, .site-footer__contact a, .site-footer address { font-size: .73rem; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: var(--gold); }
.site-footer__contact { display: grid; align-content: start; gap: 7px; }
.site-footer__contact h2 { margin-bottom: 9px; }
.site-footer address { margin-top: 4px; }
.site-footer__bottom { padding-block: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .63rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom p:last-child { display: flex; gap: 9px; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .7, .2, 1); }
.js .reveal--delay { transition-delay: .12s; }
.js .reveal.is-revealed, .js .reveal--visible { opacity: 1; transform: none; }

@keyframes heroScale { from { transform: scale(1.035); } to { transform: scale(1); } }
@keyframes scrollCue { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }

@media (min-width: 620px) {
    :root { --shell: min(1180px, calc(100% - 64px)); }
    .services-grid, .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .site-footer__contact { grid-column: 2 / 4; }
    .engagement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 800px) {
    :root { --header-height: 82px; }
    .topbar { display: block; }
    .section { padding: 105px 0; }
    .home-hero { min-height: 720px; }
    .home-hero__content { padding-block: 120px; }
    .scroll-cue { display: flex; }
    .page-hero { min-height: 540px; }
    .page-hero__content { padding-bottom: 78px; }
    .split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; }
    .split--story { grid-template-columns: 1.08fr .92fr; }
    .split--approach { grid-template-columns: .9fr 1.1fr; }
    .media-frame--tall img { aspect-ratio: 5 / 4; }
    .section-intro { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
    .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .safety-band__inner { grid-template-columns: auto 1.15fr 1fr; gap: 40px; }
    .expertise-section { grid-template-columns: .9fr 1.1fr; }
    .expertise-section__copy { padding: 90px max(50px, calc((100vw - 1180px) / 2)); padding-right: 65px; }
    .expertise-section__image { min-height: 720px; }
    .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
    .process-grid li:not(:last-child)::after { content: "→"; position: absolute; top: 33px; right: -17px; color: var(--gold-dark); }
    .cta-band__inner { grid-template-columns: 1fr auto; padding-block: 65px; }
    .vision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-callout__inner { grid-template-columns: .85fr 1.15fr; align-items: center; }
    .services-intro__grid { grid-template-columns: 1.25fr .75fr; }
    .service-detail { grid-template-columns: .42fr .58fr; }
    .service-detail__heading { padding: 38px; }
    .service-detail__body { padding: 38px; grid-template-columns: 1.1fr .9fr; }
    .engagement-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .contact-grid { grid-template-columns: .72fr 1.28fr; gap: 62px; }
    .form-card { padding: 38px; }
    .location-card { grid-template-columns: .75fr 1.25fr; }
    .location-card__copy { padding: 48px; }
    .site-footer__grid { grid-template-columns: 1.5fr .7fr .9fr 1.2fr; }
    .site-footer__contact { grid-column: auto; }
}

@media (min-width: 1000px) {
    .menu-toggle { display: none; }
    .main-nav { position: static; padding: 0; display: flex; align-items: center; gap: 26px; background: transparent; border: 0; box-shadow: none; visibility: visible; opacity: 1; transform: none; }
    .main-nav > a:not(.button) { padding: 30px 0 27px; font-size: .76rem; }
    .main-nav > a:not(.button)::after { right: 0; bottom: 20px; left: 0; }
    .main-nav__cta { min-height: 44px; margin: 0 0 0 8px; padding-inline: 17px; font-size: .72rem; }
    .brand__mark { width: 55px; height: 55px; }
    .brand__name strong { font-size: .9rem; }
    .brand__name span { font-size: .7rem; }
    .values-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .contact-grid { gap: 82px; }
}

@media (min-width: 1440px) {
    :root { --shell: 1240px; }
    .home-hero__content > p:not(.eyebrow) { font-size: 1.2rem; }
    .section { padding: 120px 0; }
    .service-card { min-height: 310px; padding: 30px; }
}

@media (max-width: 420px) {
    :root { --shell: calc(100% - 30px); }
    .brand__name strong { font-size: .72rem; }
    .brand__name span { font-size: .59rem; }
    .brand__mark { width: 44px; height: 44px; }
    .home-hero h1 { font-size: 2.65rem; }
    .button-group .button { width: 100%; }
    .statement-card { grid-template-columns: 1fr; }
    .service-detail__heading, .service-detail__body { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js .reveal { opacity: 1; transform: none; }
}
