@charset "UTF-8";

:root {
  --navy: #10243a;
  --navy-deep: #091827;
  --navy-soft: #19354e;
  --gold: #f4b82e;
  --gold-pale: #ffda78;
  --cream: #f3efe5;
  --paper: #fbf9f3;
  --white: #fffdf8;
  --ink: #142238;
  --muted: #637080;
  --line: rgba(16, 36, 58, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: wait; opacity: .72; }
img, svg { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 88px; }
.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: 1000; top: 1rem; left: 1rem; padding: .8rem 1rem;
  transform: translateY(-180%); border-radius: 999px; background: var(--white); color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: calc(90px + env(safe-area-inset-top));
  display: flex; align-items: center; justify-content: space-between;
  padding: env(safe-area-inset-top) max(clamp(1.25rem, 4vw, 4.5rem), env(safe-area-inset-right)) 0 max(clamp(1.25rem, 4vw, 4.5rem), env(safe-area-inset-left)); color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: height .3s ease, background .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { height: calc(72px + env(safe-area-inset-top)); background: rgba(9,24,39,.89); backdrop-filter: blur(18px); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-word { color: var(--gold); font-family: "Arial Rounded MT Bold", "Helvetica Neue", sans-serif; font-size: 2rem; font-weight: 500; letter-spacing: -.075em; }
.brand-tag { margin-top: .3rem; color: rgba(255,255,255,.58); font-size: .43rem; font-weight: 800; letter-spacing: .28em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.1vw, 2.4rem); font-size: .72rem; font-weight: 750; letter-spacing: .02em; }
.site-nav > a:not(.nav-cta) { position: relative; color: rgba(255,255,255,.77); }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: -.45rem; left: 0; height: 1px; background: var(--gold); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--white); }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: .85rem 1.1rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; transition: background .25s ease, border-color .25s ease, color .25s ease; }
.nav-cta:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 880px; display: grid; grid-template-columns: minmax(0, 1fr);
  align-items: center; overflow: hidden;
  padding: 10.5rem clamp(1.4rem, 6.5vw, 7.5rem) 7.5rem; color: var(--white); background: var(--navy-deep);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { top: -210px; right: -180px; width: 650px; height: 650px; border: 1px solid rgba(244,184,46,.28); box-shadow: 0 0 0 75px rgba(244,184,46,.025), 0 0 0 150px rgba(244,184,46,.018); }
.hero-orb-two { bottom: -240px; left: 32%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(244,184,46,.13), transparent 65%); }
.hero-copy { position: relative; z-index: 3; align-self: center; width: min(100%, 1180px); }
.eyebrow { display: flex; align-items: center; gap: .72rem; margin: 0 0 1.8rem; font-size: .64rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 28px; height: 2px; background: currentColor; }
.eyebrow-gold { color: var(--gold); }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.048em; line-height: .96; }
.hero h1 { max-width: 1100px; font-size: clamp(5rem, 8.5vw, 9.5rem); }
.hero h1 em, .section h2 em { color: var(--gold); font-weight: 400; }
.hero-lede { max-width: 760px; margin: 2rem 0 2.2rem; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.25vw, 1.17rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: 1.05rem 1.3rem; border: 1px solid currentColor; border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .035em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(5,16,27,.2); }
.button span { font-size: .95rem; }
.button-gold { color: var(--navy-deep); background: var(--gold); border-color: var(--gold); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-link { min-height: 44px; display: inline-flex; align-items: center; gap: .7rem; padding: .8rem .1rem; border-bottom: 1px solid rgba(255,255,255,.38); color: rgba(255,255,255,.88); font-size: .72rem; font-weight: 800; }
.hero-proof { max-width: 760px; display: flex; align-items: center; flex-wrap: wrap; gap: .8rem 1.35rem; margin-top: 3.2rem; padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.66); font-size: .66rem; font-weight: 700; }
.hero-proof i { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.hero-foot { position: absolute; z-index: 3; right: clamp(1.4rem, 6.5vw, 7.5rem); bottom: 2rem; left: clamp(1.4rem, 6.5vw, 7.5rem); display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: .6rem; font-weight: 750; letter-spacing: .04em; }
.hero-foot a { color: rgba(255,255,255,.8); }
.hero-foot i { margin-left: .5rem; color: var(--gold); font-style: normal; }

.trust-strip { overflow: hidden; color: var(--navy); background: var(--gold); border-block: 1px solid var(--navy); }
.trust-track { width: max-content; display: flex; align-items: center; gap: 2rem; padding: .95rem 0; animation: ticker 30s linear infinite; }
.trust-track span { font-family: var(--serif); font-size: 1rem; font-style: italic; letter-spacing: .02em; }
.trust-track i { font-style: normal; font-size: .7rem; }

.section { padding: clamp(6rem, 10vw, 10rem) clamp(1.4rem, 6.5vw, 7.5rem); }
.section h2 { font-size: clamp(4rem, 6.7vw, 7.6rem); }
.problem { background: var(--paper); }
.problem-heading { display: grid; grid-template-columns: .65fr 1.5fr .65fr; gap: 3rem; align-items: end; margin-bottom: 5.5rem; }
.problem-heading .eyebrow { align-self: start; }
.problem-heading > p:last-child { max-width: 340px; margin: 0 0 .4rem; color: var(--muted); line-height: 1.72; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.outcome-card { position: relative; min-height: 475px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.outcome-index { align-self: flex-end; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; font-size: .6rem; font-weight: 800; }
.outcome-icon { position: relative; width: 155px; height: 155px; margin: auto; }
.outcome-icon::before, .outcome-icon::after { content: ""; position: absolute; border-radius: 50%; }
.clock-icon { border: 2px solid var(--navy); border-radius: 50%; box-shadow: 0 0 0 18px var(--gold); }
.clock-icon::before { top: 25px; bottom: 77px; left: 76px; width: 2px; background: var(--navy); transform-origin: bottom; transform: rotate(0); }
.clock-icon::after { top: 75px; left: 75px; width: 52px; height: 2px; background: var(--navy); transform-origin: left; transform: rotate(25deg); }
.clock-icon i { position: absolute; top: 70px; left: 70px; width: 12px; height: 12px; background: var(--navy); border-radius: 50%; }
.scale-icon i { position: absolute; bottom: 0; width: 42px; border: 2px solid var(--navy); border-radius: 22px 22px 2px 2px; background: var(--gold); }
.scale-icon i:nth-child(1) { left: 0; height: 60px; }.scale-icon i:nth-child(2) { left: 56px; height: 105px; }.scale-icon i:nth-child(3) { right: 0; height: 150px; }
.clarity-icon { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; transform: rotate(8deg); }
.clarity-icon i { border: 2px solid var(--navy); border-radius: 50%; background: var(--gold); }
.clarity-icon i:nth-child(2), .clarity-icon i:nth-child(3) { background: transparent; }
.outcome-card h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.3vw, 2.6rem); font-weight: 400; letter-spacing: -.04em; }
.outcome-card p { max-width: 340px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }

.services { color: var(--white); background: var(--navy); }
.services-heading { display: grid; grid-template-columns: 1.7fr .55fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.services-heading > p { max-width: 330px; margin: 0 0 .4rem; color: rgba(255,255,255,.58); line-height: 1.7; }
.service-list { border-top: 1px solid rgba(255,255,255,.24); }
.service-row { display: grid; grid-template-columns: .18fr 1.05fr 1fr .72fr; gap: 2rem; align-items: center; min-height: 200px; padding: 2.1rem 0; border-bottom: 1px solid rgba(255,255,255,.24); transition: padding .35s ease, background .35s ease; }
.service-row:hover { padding-inline: 1rem; background: rgba(255,255,255,.035); }
.service-number { align-self: start; color: var(--gold); font-size: .62rem; font-weight: 800; }
.service-title { display: flex; align-items: center; gap: 1rem; }
.service-symbol { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--gold); font-size: 1.2rem; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.8rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.service-row > p { max-width: 380px; margin: 0; color: rgba(255,255,255,.61); font-size: .86rem; line-height: 1.65; }
.service-row ul { margin: 0; padding: 0; list-style: none; }
.service-row li { padding: .42rem 0; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.11); font-size: .68rem; }
.service-row li::before { content: "↗"; margin-right: .55rem; color: var(--gold); }

.standards { background: var(--cream); }
.standards-heading { display: grid; grid-template-columns: .55fr 1.1fr .55fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.standards-heading .eyebrow { align-self: start; }
.standards-heading > p:last-child { max-width: 330px; margin: 0 0 .4rem; color: var(--muted); line-height: 1.7; }
.standards-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.standard { min-width: 0; min-height: 330px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.standard:nth-child(even) { background: var(--cream); }
.standard-mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: var(--navy); box-shadow: 0 0 0 6px rgba(244,184,46,.22); }
.standard-mark svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.standard h3 { margin: auto 0 .75rem; font-family: var(--serif); font-size: clamp(1.75rem, 2.3vw, 2.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.standard p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

.comparison { color: var(--white); background: var(--navy-deep); }
.comparison-heading { display: grid; grid-template-columns: .55fr 1.1fr .55fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.comparison-heading .eyebrow { align-self: start; }
.comparison-heading > p:last-child { max-width: 330px; margin: 0 0 .4rem; color: rgba(255,255,255,.56); line-height: 1.7; }
.comparison-table { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 1.2rem; }
.comparison-row { display: grid; grid-template-columns: .8fr 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.16); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > div { display: flex; align-items: center; min-height: 84px; padding: 1.1rem 1.5rem; border-right: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.6); font-size: .78rem; }
.comparison-row > div { min-width: 0; overflow-wrap: anywhere; }
.comparison-row > div:last-child { border-right: 0; }
.comparison-row > div:first-child { color: var(--white); font-weight: 750; }
.comparison-head > div { min-height: 78px; color: rgba(255,255,255,.45); background: rgba(255,255,255,.03); font-size: .58rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.comparison-row .papaya-column { color: var(--navy); background: var(--gold); }
.comparison-head .papaya-column { color: var(--navy); background: var(--gold); }
.comparison-head .papaya-column span { width: 28px; height: 28px; display: grid; place-items: center; margin-right: .7rem; border-radius: 8px; background: var(--navy); color: var(--gold); font-family: var(--serif); font-size: 1.2rem; font-style: italic; text-transform: lowercase; }
.comparison-row .papaya-column i { width: 25px; height: 25px; display: grid; place-items: center; margin-right: .7rem; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: .62rem; font-style: normal; }

.process { background: var(--cream); }
.process-heading { display: grid; grid-template-columns: 1.7fr .55fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.process-heading > p { max-width: 330px; margin: 0 0 .4rem; color: var(--muted); line-height: 1.7; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.process-step { min-height: 360px; display: flex; flex-direction: column; padding: 1.3rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.step-top { display: flex; justify-content: space-between; align-items: center; }
.step-top span { font-size: .62rem; font-weight: 850; }
.step-top i { width: 8px; height: 8px; background: var(--gold); border: 1px solid var(--ink); border-radius: 50%; }
.process-step h3 { margin: auto 0 .8rem; font-family: var(--serif); font-size: clamp(2.4rem, 3.5vw, 4.2rem); font-weight: 400; letter-spacing: -.045em; }
.process-step p { min-height: 88px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.process-step:nth-child(even) { background: var(--paper); }

.fit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 9vw, 10rem); color: var(--white); background: var(--navy); }
.fit-copy { align-self: center; }
.fit-copy h2 { font-size: clamp(4rem, 6.2vw, 7rem); }
.fit-copy > p:not(.eyebrow) { max-width: 560px; margin: 2rem 0; color: rgba(255,255,255,.6); line-height: 1.75; }
.fit-list { border-top: 1px solid rgba(255,255,255,.25); }
.fit-list > div { display: grid; grid-template-columns: .18fr 1fr; gap: 1.5rem; align-items: center; min-height: 130px; border-bottom: 1px solid rgba(255,255,255,.25); }
.fit-list span { color: var(--gold); font-size: .62rem; font-weight: 800; }
.fit-list p { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2.15rem); line-height: 1.25; }

.home-insights { padding-block: clamp(4.5rem, 7vw, 7rem); background: var(--cream); }
.home-insights-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 4rem; margin-bottom: 2.5rem; }
.home-insights-heading h2 { max-width: 850px; margin-top: 1.1rem; font-size: clamp(3.4rem, 4.8vw, 5.4rem); }
.home-insights-heading h2 em { color: #9a7000; }
.home-insights-heading > div:last-child > p { max-width: 410px; margin: 0 0 1.5rem; color: var(--muted); line-height: 1.72; }
.home-insights-heading .button-link { color: var(--ink); }
.home-insight-grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.home-insight-card { min-width: 0; min-height: 260px; display: flex; flex-direction: column; padding: 1.25rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.home-insight-number { align-self: flex-end; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; color: var(--navy); font-size: .52rem; font-weight: 850; }
.home-insight-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem .8rem; margin-top: auto; color: var(--muted); font-size: .5rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.home-insight-meta span { color: var(--navy); }
.home-insight-meta span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: .45rem; background: var(--gold); border: 1px solid var(--navy); border-radius: 50%; }
.home-insight-card h3 { margin: .75rem 0 1rem; font-family: var(--serif); font-size: clamp(1.5rem, 1.8vw, 2rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.home-article-link { display: inline-flex; align-items: center; gap: .55rem; padding-bottom: .35rem; border-bottom: 1px solid var(--navy); font-size: .65rem; font-weight: 800; }
.home-article-link span { color: #946c00; transition: transform .25s ease; }
.home-article-link:hover span { transform: translate(3px, -3px); }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); background: var(--paper); }
.faq-heading h2 { font-size: clamp(4rem, 6vw, 6.5rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.8rem 0; border: 0; text-align: left; background: transparent; font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.8rem); font-weight: 400; }
.faq-item button i { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--sans); font-size: 1rem; font-style: normal; transition: transform .3s ease, background .3s ease; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); background: var(--gold); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer > p { max-width: 670px; min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 1.8rem; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); color: var(--white); background: var(--navy-deep); }
.contact-copy h2 { font-size: clamp(4rem, 6vw, 6.5rem); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 2rem 0; color: rgba(255,255,255,.6); line-height: 1.7; }
.contact-promise { display: grid; gap: .8rem; margin-top: 3rem; }
.contact-promise div { display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.72); font-size: .72rem; }
.contact-promise i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: .6rem; font-style: normal; }
.contact-form { align-self: center; padding: clamp(1.5rem, 3.5vw, 3rem); color: var(--ink); background: var(--cream); border-radius: 1.3rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1.15rem; }
.contact-form label > span { display: block; margin: 0 0 .55rem; font-size: .59rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(16,36,58,.24); border-radius: .55rem; background: var(--white); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 52px; padding: 0 .9rem; }
.contact-form textarea { resize: vertical; min-height: 130px; padding: .9rem; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(244,184,46,.2); }
.contact-form ::placeholder { color: #9299a1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: .4rem; }
.form-footer > p { max-width: 260px; margin: 0; color: var(--muted); font-size: .58rem; line-height: 1.5; }
.form-footer > p a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-weight: 800; }
.form-status { min-height: 20px; margin: 1rem 0 0; color: var(--navy); font-size: .7rem; font-weight: 750; }
.form-status.success { color: #28633f; }
.form-status.error { color: #a33131; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { padding: 0 clamp(1.4rem, 6.5vw, 7.5rem); color: var(--white); background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.15); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; min-height: 170px; }
.footer-top > p { max-width: 360px; margin: 0 auto; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 1.15rem; line-height: 1.5; text-align: center; }
.footer-top-link { min-height: 44px; display: inline-flex; align-items: center; justify-self: end; padding-bottom: .5rem; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .7rem; font-weight: 750; }
.footer-top-link span { margin-left: .5rem; color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding: 1.3rem 0 max(1.8rem, env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: .56rem; font-weight: 700; letter-spacing: .035em; }
.footer-bottom { flex-wrap: wrap; align-items: center; row-gap: .2rem; }
.footer-bottom > * { white-space: nowrap; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1120px) {
  .hero { padding-inline: 3rem; }
  .hero h1 { font-size: clamp(4.8rem, 9vw, 7rem); }
  .problem-heading, .comparison-heading, .standards-heading { grid-template-columns: .45fr 1.3fr; }
  .problem-heading > p:last-child, .comparison-heading > p:last-child, .standards-heading > p:last-child { grid-column: 2; }
  .standards-grid { grid-template-columns: 1fr 1fr; }
  .standard:nth-child(even) { background: var(--paper); }
  .standard:nth-child(2), .standard:nth-child(3) { background: var(--cream); }
  .service-row { grid-template-columns: .12fr 1fr 1fr; }
  .service-row ul { display: none; }
  .process-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .site-nav > a:not(.nav-cta) { display: none; }
  .menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(9,24,39,.25); }
  .menu-toggle span:not(.sr-only) { width: 16px; height: 1.5px; background: var(--white); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: .35rem; padding: max(6rem, calc(env(safe-area-inset-top) + 5rem)) max(1.4rem, env(safe-area-inset-right)) max(3rem, env(safe-area-inset-bottom)) max(1.4rem, env(safe-area-inset-left)); transform: translateY(-105%); color: var(--white); background: var(--navy); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .site-nav.open { transform: translateY(0); }
  .site-nav.open > a:not(.nav-cta) { display: block; }
  .site-nav > a:not(.nav-cta) { padding: .45rem 0; color: var(--white); font-family: var(--serif); font-size: 2.5rem; font-weight: 400; letter-spacing: -.05em; }
  .nav-cta { margin-top: 1.2rem; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 10rem 2rem 7rem; }
  .hero-copy { max-width: 900px; }
  .hero-foot { position: relative; inset: auto; grid-column: 1; margin-top: 1rem; }
  .problem-heading, .services-heading, .comparison-heading, .process-heading, .standards-heading { grid-template-columns: 1fr; }
  .problem-heading > p:last-child, .comparison-heading > p:last-child, .standards-heading > p:last-child { grid-column: auto; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .outcome-card:last-child { grid-column: 1 / -1; }
  .comparison-row { grid-template-columns: .7fr 1fr 1fr; }
  .comparison-row > div { padding-inline: 1rem; }
  .fit, .faq, .contact { grid-template-columns: 1fr; }
  .home-insights-heading { grid-template-columns: 1fr; gap: 2rem; }
  .home-insight-grid { grid-template-columns: 1fr 1fr; }
  .home-insight-card:last-child { grid-column: 1 / -1; }
  .fit-list { margin-top: 2rem; }
}

@media (max-width: 620px) {
  .site-header { height: calc(70px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) max(1.1rem, env(safe-area-inset-right)) 0 max(1.1rem, env(safe-area-inset-left)); }
  .site-header.scrolled { height: calc(70px + env(safe-area-inset-top)); }
  .site-header.scrolled { backdrop-filter: none; }
  .brand-word { font-size: 1.75rem; }
  .site-nav > a:not(.nav-cta) { font-size: 2.6rem; }
  .hero { padding: calc(8.5rem + env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) calc(4.5rem + env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left)); }
  .hero h1 { font-size: clamp(4.1rem, 18vw, 5.25rem); }
  .hero-lede { font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .hero-proof { gap: .8rem 1rem; margin-top: 2.2rem; }
  .hero-foot { align-items: flex-start; flex-direction: column; padding-top: 1rem; font-size: .55rem; }
  .hero-foot a { min-height: 44px; display: inline-flex; align-items: center; }
  .section { padding: 5.8rem max(1.2rem, env(safe-area-inset-right)) 5.8rem max(1.2rem, env(safe-area-inset-left)); }
  .section h2 { font-size: clamp(3.7rem, 16.5vw, 4.8rem); }
  .problem-heading, .services-heading, .comparison-heading, .process-heading, .standards-heading { display: block; margin-bottom: 3.3rem; }
  .problem-heading > p:last-child, .services-heading > p, .comparison-heading > p:last-child, .process-heading > p, .standards-heading > p:last-child { margin-top: 1.8rem; }
  .standards-grid { grid-template-columns: 1fr; }
  .standard, .standard:nth-child(2), .standard:nth-child(3) { min-height: 250px; background: var(--paper); }
  .standard:nth-child(even) { background: var(--cream); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card, .outcome-card:last-child { grid-column: auto; min-height: 430px; }
  .service-row { grid-template-columns: .13fr 1fr; gap: .8rem; min-height: 0; padding: 2rem 0; }
  .service-title { gap: .7rem; }
  .service-symbol { width: 38px; height: 38px; }
  .service-row h3 { font-size: 2.4rem; }
  .service-row > p { grid-column: 2; }
  .comparison { padding-inline: max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-left)); }
  .comparison-table { overflow: hidden; border-radius: .8rem; }
  .comparison-row { min-width: 0; grid-template-columns: 1fr 1.15fr; }
  .comparison-row > div { min-height: 78px; padding: .85rem; }
  .comparison-row:not(.comparison-head) > div:first-child { grid-column: 1 / -1; min-height: 38px; padding: .65rem .85rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
  .comparison-head { grid-template-columns: 1fr 1.15fr; }
  .comparison-head > div:first-child { display: none; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step { min-height: 300px; }
  .fit { gap: 2.5rem; }
  .fit-list > div { grid-template-columns: .14fr 1fr; min-height: 110px; }
  .fit-list p { font-size: 1.35rem; }
  .home-insights { padding-block: 4.5rem; }
  .home-insights-heading { display: block; margin-bottom: 2.5rem; }
  .home-insights-heading h2 { font-size: clamp(3.15rem, 14vw, 3.7rem); }
  .home-insights-heading > div:last-child { margin-top: 1.6rem; }
  .home-insight-grid { grid-template-columns: 1fr; }
  .home-insight-card:last-child { grid-column: auto; max-width: none; }
  .home-insight-card { min-height: 225px; }
  .home-insight-card h3 { font-size: 1.75rem; }
  .home-article-link { min-height: 44px; padding-block: .7rem; }
  .faq { gap: 3rem; }
  .faq-item button { padding-block: 1.4rem; }
  .contact { gap: 3rem; }
  .contact-form { padding: 1.2rem; border-radius: .9rem; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 1rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; padding: 3rem 0; text-align: center; }
  .footer-brand { align-items: center; }
  .footer-top-link { justify-self: center; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .footer-bottom > * { white-space: normal; }
}

@media (max-width: 860px) and (max-height: 700px) {
  .site-nav { justify-content: flex-start; overflow-y: auto; }
  .site-nav > a:not(.nav-cta) { font-size: 2rem; }
}

@media (max-width: 380px) {
  .site-nav > a:not(.nav-cta) { font-size: 2.25rem; }
  .hero { padding-inline: max(1.05rem, env(safe-area-inset-right)) max(1.05rem, env(safe-area-inset-left)); }
  .hero h1 { font-size: 3.75rem; }
  .section { padding-inline: 1.05rem; }
  .section h2 { font-size: 3.25rem; }
  .service-row h3 { font-size: 2.05rem; }
  .comparison { padding-inline: .8rem; }
  .comparison-row > div { padding: .75rem .65rem; font-size: .72rem; }
  .comparison-head > div { font-size: .52rem; }
  .home-insights-heading h2 { font-size: 3rem; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}
