@charset "UTF-8";

:root {
  --navy: #0a1f5c;
  --navy-deep: #06143d;
  --navy-soft: #17316f;
  --gold: #e5b544;
  --gold-ink: #8a5d00;
  --gold-soft: #f3d884;
  --ivory: #f7f4ec;
  --paper: #fffdf8;
  --white: #fffdf8;
  --ink: #09183f;
  --muted: #626a82;
  --line: rgba(10, 31, 92, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 80px rgba(10, 31, 92, 0.12);
  --shadow-soft: 0 16px 44px rgba(10, 31, 92, 0.08);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --shell: min(1380px, calc(100vw - 64px));
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; display: inline-block; overflow: visible; }
.icon--arrow { width: 1.35em; height: 1.35em; transition: transform .35s var(--ease-out); }
main:focus { outline: none; }
::selection { background: var(--gold); color: var(--navy-deep); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; }
.section--ivory { background: var(--ivory); }
.section--navy { color: var(--white); background: var(--navy-deep); }

.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 12px 18px; color: white; background: var(--navy); border-radius: 8px; transition: top .2s ease; }
.skip-link:focus { top: 18px; }

.utility-bar { color: var(--white); background: var(--navy-deep); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.utility-bar__inner { height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-bar a, .utility-bar > span { opacity: .85; }
.utility-bar a, .utility-rating, .rating-stars { display: inline-flex; align-items: center; }
.utility-bar a { gap: 7px; }
.utility-rating { gap: 5px; }
.rating-stars { gap: 1px; color: var(--gold); }
.rating-stars .icon { width: 12px; height: 12px; }
.utility-bar a:hover { opacity: 1; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 253, 248, .92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(10, 31, 92, .07); }
.header__inner { min-height: 88px; display: grid; grid-template-columns: 270px 1fr 190px; align-items: center; gap: 28px; }
.brand { width: max-content; display: flex; align-items: center; gap: 12px; }
.brand img { width: 58px; height: 34px; object-fit: contain; }
.brand__copy { display: grid; line-height: 1; }
.brand__copy strong { color: var(--navy); font-size: 19px; font-weight: 900; letter-spacing: -.035em; }
.brand__copy small { margin-top: 6px; color: var(--gold-ink); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.desktop-nav a { position: relative; color: rgba(9, 24, 63, .72); font-size: 13px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.menu-toggle, .mobile-nav { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .35s var(--ease-out), color .25s ease, background .25s ease, box-shadow .35s var(--ease-out), border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button .icon { width: 16px; height: 16px; }
.button--nav .icon { width: 14px; height: 14px; }
.button:hover .icon--arrow, .inline-link:hover .icon--arrow, .product-card:hover .product-card__action .icon { transform: translate(2px, -2px); }
.button:focus-visible, .menu-toggle:focus-visible, .product-card button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .inline-link:focus-visible, .contact__direct a:focus-visible, .footer a:focus-visible, .mobile-wa:focus-visible, .dialog-close:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.contact input:focus-visible, .contact select:focus-visible, .contact textarea:focus-visible, .contact .button:focus-visible, .contact__direct a:focus-visible, .footer a:focus-visible, .mobile-wa:focus-visible, .proof .button:focus-visible { outline-color: var(--gold-soft); }
.button--nav { min-height: 44px; padding: 0 18px; color: var(--white); background: var(--navy); }
.button--nav:hover { color: var(--navy); background: var(--gold); }
.button--primary { color: var(--white); background: var(--navy); box-shadow: 0 14px 30px rgba(10, 31, 92, .18); }
.button--primary:hover { color: var(--navy-deep); background: var(--gold); box-shadow: 0 18px 38px rgba(229, 181, 68, .24); }
.button--text { min-height: auto; padding: 12px 0; color: var(--navy); border-radius: 0; border-bottom-color: rgba(10, 31, 92, .34); }
.button--outline { color: var(--navy); background: transparent; border-color: rgba(10, 31, 92, .24); }
.button--outline:hover { border-color: var(--navy); }

.hero { position: relative; min-height: calc(100vh - 124px); overflow: hidden; isolation: isolate; background: var(--ivory); }
.hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .95) 30%, rgba(255, 253, 248, .4) 52%, rgba(255, 253, 248, 0) 70%); }
.hero__inner { min-height: calc(100vh - 124px); display: flex; align-items: center; }
.hero__copy { width: min(670px, 51vw); padding: 72px 0 84px; }
.kicker { display: flex; align-items: center; gap: 12px; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 34px; height: 1px; background: var(--gold); }
.hero h1, .section-head h2, .intro__statement h2, .approach h2, .faq__intro h2, .contact__panel h2 { margin: 22px 0; font-size: clamp(54px, 6.2vw, 102px); font-weight: 800; line-height: .91; letter-spacing: -.065em; }
.hero h1 em, .section-head h2 em, .approach h2 em, .faq__intro h2 em, .contact__panel h2 em { color: var(--gold-ink); font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.hero__copy > p { max-width: 610px; margin: 0; color: rgba(9, 24, 63, .7); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.hero__actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.hero__proof { margin-top: 56px; padding-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; border-top: 1px solid var(--line); }
.hero__proof div { display: grid; gap: 2px; }
.hero__proof strong { color: var(--navy); font-size: 21px; letter-spacing: -.03em; }
.hero__proof span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero__note { position: absolute; right: 22px; bottom: 26px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }

.eyebrow { margin: 0 0 18px; color: var(--gold-ink); font-size: 10px; font-weight: 900; letter-spacing: .23em; text-transform: uppercase; }
.section-index { display: grid; align-content: start; gap: 18px; }
.section-index span { color: var(--gold-ink); font-size: 12px; font-weight: 900; }
.section-index__line { width: 1px; height: 90px; background: var(--line); }
.section-index small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.intro__grid { display: grid; grid-template-columns: 80px minmax(0, 1.45fr) minmax(300px, .75fr); gap: clamp(34px, 6vw, 100px); align-items: start; }
.intro__statement h2 { margin: 0; max-width: 900px; font-size: clamp(44px, 5.2vw, 78px); }
.intro__body { padding-top: 42px; }
.intro__body p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.inline-link { width: max-content; margin-top: 32px; padding-bottom: 8px; display: flex; align-items: center; gap: 30px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: border-color .25s ease; }
.inline-link:hover { border-color: var(--gold); }
.inline-link .icon { color: var(--gold-ink); }

.section-head { margin-bottom: 62px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-head h2 { max-width: 820px; margin: 0; font-size: clamp(48px, 5vw, 78px); }
.section-head > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-head--light > p { color: rgba(255, 255, 255, .64); }
.section-head--light .eyebrow,
.section-head--light h2 em,
.contact__panel .eyebrow,
.contact__panel h2 em,
.proof .eyebrow { color: var(--gold); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; background: var(--white); border: 1px solid rgba(10, 31, 92, .1); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(10, 31, 92, .045); overflow: hidden; transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .3s ease; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(229,181,68,.34); box-shadow: var(--shadow); }
.product-card--wide { grid-column: span 2; }
.product-card button { width: 100%; height: 100%; padding: 0; display: flex; flex-direction: column; text-align: left; background: transparent; border: 0; cursor: pointer; }
.product-card--wide button { display: grid; grid-template-columns: 1.2fr .8fr; }
.product-card__media { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #ece9e0; }
.product-card--wide .product-card__media { aspect-ratio: 1.2; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.product-card:hover .product-card__media img { transform: scale(1.045); }
.product-card__media > span { position: absolute; top: 14px; left: 14px; min-width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: rgba(10, 31, 92, .9); border-radius: 50%; font-size: 10px; font-weight: 900; }
.product-card__copy { flex: 1; min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.product-card__title { display: block; margin: 0 0 10px; color: var(--navy); font-size: 21px; font-weight: 800; letter-spacing: -.035em; }
.product-card__description { display: block; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-card__action { width: max-content; display: inline-flex; align-items: center; gap: 8px; color: var(--gold-ink); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card__action .icon { width: 16px; height: 16px; transition: transform .35s var(--ease-out); }

@media (min-width: 1181px) {
  .product-card--wide .product-card__media { aspect-ratio: auto; min-height: 100%; }
  .product-card--wide .product-card__copy { display: grid; align-content: center; gap: 52px; padding: 34px; }
}

.approach__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(60px, 8vw, 140px); align-items: center; }
.approach__image { position: relative; }
.approach__image::before { content: ""; position: absolute; z-index: -1; left: -26px; top: -26px; width: 60%; height: 60%; background: var(--gold); border-radius: var(--radius-lg); }
.approach__image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.approach__image > span { position: absolute; left: 24px; bottom: 24px; padding: 12px 16px; color: white; background: rgba(6, 20, 61, .86); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; backdrop-filter: blur(10px); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.approach h2 { margin-top: 0; font-size: clamp(48px, 5vw, 76px); }
.process-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: 3px; color: var(--gold-ink); font-size: 10px; font-weight: 900; }
.process-list h3 { margin: 0 0 7px; color: var(--navy); font-size: 17px; letter-spacing: -.02em; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.sector-visual { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.sector-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6, 20, 61, .88)); pointer-events: none; }
.sector-visual img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.sector-tags { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.sector-tags span { padding: 10px 14px; color: white; background: rgba(6, 20, 61, .55); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; backdrop-filter: blur(9px); font-size: 10px; font-weight: 800; letter-spacing: .05em; }

.values__grid { display: grid; grid-template-columns: 70px repeat(3, 1fr); gap: 22px; }
.values article { padding: 38px 32px; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); }
.value-icon { width: 42px; height: 42px; margin-bottom: 50px; display: grid; place-items: center; color: var(--navy); border: 1px solid rgba(10,31,92,.32); border-radius: 50%; font-family: var(--serif); font-size: 18px; font-style: italic; }
.values h3 { margin: 0 0 14px; color: var(--navy); font-size: 25px; letter-spacing: -.04em; }
.values p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.proof__inner { padding: 50px; display: grid; grid-template-columns: 240px 1fr auto; gap: 46px; align-items: center; color: white; background: var(--navy); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.proof__score { display: grid; place-items: center; padding-right: 40px; border-right: 1px solid var(--line-light); }
.proof__score strong { font-size: 72px; line-height: .9; letter-spacing: -.07em; }
.proof__score span { margin-top: 12px; color: var(--gold); letter-spacing: .08em; }
.proof__score small { margin-top: 8px; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.proof__copy h2 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.04em; }
.proof__copy p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.65); }
.proof .button--outline { color: white; border-color: rgba(255,255,255,.3); }
.proof .button--outline:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }

.presence { padding-top: 24px; }
.presence__grid { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); gap: 22px; }
.presence-card { min-width: 0; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.presence-card__head { min-height: 98px; padding: 12px 10px 24px; display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.presence-card__head .eyebrow { margin: 0 0 7px; }
.presence-card__head h3 { margin: 0; color: var(--navy); font-size: clamp(23px, 2vw, 31px); letter-spacing: -.045em; }
.presence-card__head .inline-link { flex: 0 0 auto; margin-bottom: 3px; font-size: 10px; }
.embed-shell { position: relative; overflow: hidden; background: #eef0f4; border: 1px solid rgba(10,31,92,.08); border-radius: calc(var(--radius-lg) - 8px); }
.embed-shell iframe { display: block; width: 100%; border: 0; }
.embed-shell--instagram iframe { height: 520px; background: white; }
.embed-shell--map iframe { height: 520px; }

.faq__grid { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr); gap: clamp(60px, 10vw, 160px); align-items: start; }
.faq__intro { position: sticky; top: 150px; }
.faq__intro h2 { margin: 0 0 30px; font-size: clamp(44px, 5vw, 70px); }
.faq__intro > p:last-child { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.faq__list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 28px 58px 28px 0; list-style: none; cursor: pointer; color: var(--navy); font-size: 18px; font-weight: 800; letter-spacing: -.02em; transition: color .25s ease; }
summary::-webkit-details-marker { display: none; }
.faq__chevron { position: absolute; right: 4px; top: calc(50% - 11px); width: 22px; height: 22px; color: var(--gold-ink); transition: transform .4s var(--ease-out); }
details[open] summary { color: var(--gold-ink); }
details[open] .faq__chevron { transform: rotate(180deg); }
details > p { margin: -6px 58px 26px 0; color: var(--muted); line-height: 1.75; }

.contact { padding-bottom: 0; background: var(--navy-deep); }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 850px; }
.contact__visual { position: relative; min-height: 700px; }
.contact__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6,20,61,.86)); }
.contact__visual-note { position: absolute; z-index: 2; left: 40px; right: 40px; bottom: 40px; display: grid; color: white; }
.contact__visual-note span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.contact__visual-note strong { margin-top: 8px; max-width: 480px; font-size: 36px; line-height: 1.1; letter-spacing: -.04em; }
.contact__panel { padding: clamp(60px, 7vw, 110px); color: white; background: var(--navy); }
.contact__panel h2 { margin: 0 0 24px; font-size: clamp(46px, 4.7vw, 70px); }
.contact__lead { margin: 0 0 42px; color: rgba(255,255,255,.64); line-height: 1.75; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
form label { display: grid; gap: 9px; margin-bottom: 18px; }
form label > span { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
input, select, textarea { width: 100%; padding: 0 15px; color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm); outline: 0; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
input, select { height: 54px; }
textarea { min-height: 112px; padding-block: 14px; resize: vertical; line-height: 1.55; }
input:hover, select:hover, textarea:hover { border-color: rgba(255,255,255,.32); }
input:focus, select:focus, textarea:focus { background: rgba(255,255,255,.09); border-color: var(--gold); box-shadow: 0 0 0 4px rgba(229,181,68,.1); }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.58); }
select { color-scheme: dark; }
.consent { grid-template-columns: 20px 1fr; align-items: start; gap: 12px; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gold); }
.consent span { color: rgba(255,255,255,.56); font-size: 11px; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.button--submit { width: 100%; margin-top: 8px; color: var(--navy); background: var(--gold); box-shadow: none; }
.button--submit:hover { background: var(--gold-soft); }
.button--submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--gold-soft); font-size: 13px; font-weight: 650; }
.form-status.success { color: #cde9b2; }
.form-status.error { color: #ffb2aa; }
.contact__direct { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact__direct a { position: relative; min-width: 0; padding: 16px; display: grid; grid-template-columns: 34px minmax(0,1fr) 18px; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-sm); transition: background .25s ease, border-color .25s ease, transform .35s var(--ease-out); }
.contact__direct a:hover { background: rgba(255,255,255,.08); border-color: rgba(229,181,68,.46); transform: translateY(-2px); }
.contact__direct-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--gold); background: rgba(229,181,68,.1); border: 1px solid rgba(229,181,68,.24); border-radius: 50%; }
.contact__direct-icon .icon { width: 17px; height: 17px; }
.contact__direct-copy { min-width: 0; display: grid; gap: 3px; }
.contact__direct small { color: rgba(255,255,255,.5); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact__direct strong { overflow-wrap: anywhere; font-size: 12px; }
.contact__direct-arrow { width: 17px; height: 17px; color: var(--gold); transition: transform .35s var(--ease-out); }
.contact__direct a:hover .contact__direct-arrow { transform: translate(2px,-2px); }

.footer { padding: 80px 0 22px; color: white; background: #030d2a; }
.footer__top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.footer__brand img { width: 150px; height: 128px; object-fit: cover; object-position: center; border-radius: 12px; }
.footer__brand p, .footer__top > div > p { max-width: 280px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }
.footer h3 { margin: 10px 0 22px; color: var(--gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer__top > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer a { color: rgba(255,255,255,.68); font-size: 13px; }
.footer a:hover { color: white; }
.footer-link { display: inline-flex; align-items: center; gap: 8px; }
.footer-link .icon { width: 15px; height: 15px; color: var(--gold); }
.footer__bottom { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; color: #8990a3; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.mobile-wa { display: none; }

.product-dialog { width: min(980px, calc(100vw - 40px)); max-height: min(760px, calc(100vh - 40px)); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.35); overflow: hidden; overscroll-behavior: contain; }
.product-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.product-dialog::backdrop { background: rgba(2, 9, 30, .72); backdrop-filter: blur(8px); }
.dialog-media { min-height: 600px; }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.dialog-content h2 { margin: 0 0 20px; color: var(--navy); font-size: 46px; line-height: 1; letter-spacing: -.05em; }
.dialog-content > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.dialog-content ul { margin: 20px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.dialog-content li { padding: 12px 0; color: var(--navy); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.dialog-close { position: absolute; z-index: 2; right: 18px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: rgba(255,253,248,.94); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; box-shadow: 0 8px 24px rgba(6,20,61,.12); transition: transform .35s var(--ease-out), background .2s ease; }
.dialog-close:hover { transform: rotate(7deg) scale(1.04); background: var(--gold-soft); }
.dialog-close .icon { width: 20px; height: 20px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 44px, 1180px); }
  .header__inner { grid-template-columns: 230px 1fr 170px; gap: 16px; }
  .desktop-nav { gap: 18px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-card--wide { grid-column: span 1; }
  .product-card--wide button { display: flex; }
  .product-card--wide .product-card__media { aspect-ratio: 1; }
  .proof__inner { grid-template-columns: 190px 1fr; }
  .proof__inner > .button { grid-column: 2; width: max-content; }
  .contact__panel { padding: 70px 54px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 820px); }
  .section { padding: 92px 0; }
  .utility-bar__inner > *:first-child { display: none; }
  .header__inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .desktop-nav, .button--nav { display: none; }
  .menu-toggle { position: relative; width: 44px; height: 44px; padding: 0; display: grid; place-content: center; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
  .menu-toggle .icon { grid-area: 1 / 1; width: 21px; height: 21px; transition: opacity .25s ease, transform .4s var(--ease-out); }
  .menu-toggle__close { opacity: 0; transform: rotate(-35deg) scale(.8); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__open { opacity: 0; transform: rotate(35deg) scale(.8); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__close { opacity: 1; transform: rotate(0) scale(1); }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; min-height: calc(100dvh - 76px); max-height: calc(100dvh - 76px); padding: 22px max(18px, calc((100vw - var(--shell)) / 2)) 30px; display: grid; align-content: start; gap: 0; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 28px 60px rgba(6,20,61,.15); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 16px 4px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 800; }
  .mobile-nav a:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; border-radius: 8px; }
  .mobile-nav a:last-child { margin-top: 14px; padding: 14px 18px; color: white; background: var(--navy); border: 0; border-radius: 999px; text-align: center; font-size: 12px; text-transform: uppercase; }
  .hero, .hero__inner { min-height: 820px; }
  .hero__veil { background: linear-gradient(180deg, rgba(255,253,248,.98) 0%, rgba(255,253,248,.94) 48%, rgba(255,253,248,.12) 78%); }
  .hero__image { object-position: 70% center; }
  .hero__inner { align-items: flex-start; }
  .hero__copy { width: 100%; padding-top: 86px; }
  .hero__copy > p { max-width: 580px; }
  .hero__note { display: none; }
  .intro__grid { grid-template-columns: 40px 1fr; gap: 28px; }
  .intro__body { grid-column: 2; padding-top: 0; }
  .section-index__line { height: 60px; }
  .section-head { align-items: start; flex-direction: column; }
  .section-head > p { max-width: 600px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .approach__grid, .presence__grid, .faq__grid { grid-template-columns: minmax(0, 1fr); }
  .embed-shell--map iframe { height: 480px; }
  .contact__grid { grid-template-columns: minmax(0, 1fr); width: 100%; }
  .contact__visual, .contact__panel, .form-row, form label { min-width: 0; }
  .approach__image img { aspect-ratio: 3 / 2; }
  .faq__intro { position: static; }
  .values__grid { grid-template-columns: 40px 1fr 1fr; }
  .values article:last-child { grid-column: 2 / -1; }
  .proof__inner { padding: 38px; grid-template-columns: 170px 1fr; gap: 30px; }
  .contact { padding-top: 0; }
  .contact__grid { width: 100%; }
  .contact__visual { min-height: 560px; }
  .contact__panel { padding-inline: max(34px, calc((100vw - var(--shell)) / 2)); }
  .footer__top { grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; }
  .footer__top > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 88px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .section { padding: 74px 0; }
  .utility-bar__inner { justify-content: center; font-size: 9px; }
  .utility-bar__inner > *:last-child { display: none; }
  .brand img { width: 50px; }
  .brand__copy strong { font-size: 17px; }
  .hero, .hero__inner { min-height: 760px; }
  .hero__copy { padding-top: 58px; }
  .hero h1 { margin-top: 18px; font-size: clamp(48px, 15vw, 66px); }
  .hero__copy > p { font-size: 16px; line-height: 1.6; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero__actions .button--text { width: max-content; }
  .hero__proof { margin-top: 36px; grid-template-columns: 1fr 1fr; }
  .hero__proof div:last-child { grid-column: 1 / -1; }
  .intro__grid { grid-template-columns: 1fr; }
  .section-index { display: none; }
  .intro__statement h2, .section-head h2, .approach h2, .faq__intro h2, .contact__panel h2 { font-size: 43px; }
  .intro__body { grid-column: 1; }
  .intro__body p { font-size: 16px; }
  .section-head { margin-bottom: 36px; gap: 22px; }
  .section-head > p { font-size: 15px; }
  .presence { padding-top: 12px; }
  .presence-card { padding: 10px; border-radius: var(--radius); }
  .presence-card__head { min-height: 0; padding: 10px 8px 18px; align-items: start; flex-direction: column; gap: 12px; }
  .presence-card__head h3 { font-size: 24px; }
  .embed-shell--instagram iframe { height: 390px; }
  .embed-shell--map iframe { height: 390px; }
  .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card button { display: grid; grid-template-columns: 42% 58%; }
  .product-card__media, .product-card--wide .product-card__media { aspect-ratio: 1; }
  .product-card__copy { min-height: 170px; padding: 18px; }
  .product-card__title { font-size: 18px; }
  .product-card__description { font-size: 12px; }
  .approach__grid { gap: 54px; }
  .approach__image::before { left: -10px; top: -10px; }
  .approach__image img { aspect-ratio: 4 / 5; }
  .process-list li { grid-template-columns: 34px 1fr; }
  .sector-visual img { min-height: 580px; aspect-ratio: auto; object-position: 43% center; }
  .sector-tags { left: 14px; right: 14px; bottom: 14px; }
  .values__grid { grid-template-columns: 1fr; }
  .values article:last-child { grid-column: auto; }
  .value-icon { margin-bottom: 30px; }
  .proof__inner { padding: 30px 24px; grid-template-columns: 1fr; }
  .proof__score { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .proof__inner > .button { grid-column: 1; width: 100%; }
  summary { font-size: 16px; }
  .contact__visual { min-height: 390px; }
  .contact__visual-note { left: 22px; right: 22px; bottom: 22px; }
  .contact__visual-note strong { font-size: 28px; }
  .contact__panel { padding: 62px 22px; }
  .form-row, .contact__direct { grid-template-columns: 1fr; }
  .footer { padding-top: 58px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__top > div:last-child { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .mobile-wa { position: fixed; z-index: 90; left: max(10px, env(safe-area-inset-left)); right: max(10px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); min-height: 62px; padding: 8px 16px 8px 10px; display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; gap: 12px; color: var(--white); background: var(--navy-deep); border: 1px solid rgba(243,216,132,.34); border-radius: 17px; box-shadow: 0 18px 48px rgba(6,20,61,.34); transition: opacity .3s ease, transform .45s var(--ease-out); }
  body.menu-open .mobile-wa, body.contact-in-view .mobile-wa, body.hero-in-view .mobile-wa, body.dialog-open .mobile-wa { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); }
  .mobile-wa__icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy-deep); background: var(--gold); border-radius: 13px; }
  .mobile-wa__icon .icon { width: 21px; height: 21px; }
  .mobile-wa__copy { display: grid; line-height: 1.15; }
  .mobile-wa__copy small { color: var(--gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-wa__copy strong { margin-top: 4px; color: var(--white); font-size: 13px; letter-spacing: -.01em; }
  .mobile-wa__arrow { width: 19px; height: 19px; color: var(--gold); }
  .product-dialog[open] { display: block; overflow-y: auto; }
  .dialog-media { min-height: 240px; height: 240px; }
  .dialog-content { padding: 28px 24px 32px; }
  .dialog-content h2 { font-size: 36px; }
  .dialog-content ul { margin: 16px 0 20px; }
  .dialog-content li { padding: 9px 0; }
  .dialog-content .button { position: sticky; z-index: 2; bottom: 10px; box-shadow: 0 8px 24px rgba(10,31,92,.24); }
}

@media (max-width: 359px) {
  .product-card button { grid-template-columns: 45% 55%; }
  .product-card__copy { min-height: 142px; padding: 16px; }
  .product-card__description { display: none; }
}

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