:root {
  --forest: #173c35;
  --forest-deep: #0d2924;
  --forest-soft: #25584e;
  --cream: #f6f0e6;
  --paper: #fffdf8;
  --sand: #e8d4b8;
  --clay: #b65e3c;
  --ink: #162420;
  --muted: #66736f;
  --line: rgba(22, 36, 32, 0.16);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Avenir Next", Avenir, "Segoe UI", Helvetica, sans-serif;
  --shell: min(1180px, calc(100% - 3rem));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
p { line-height: 1.75; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(5.5rem, 10vw, 9.5rem) 0; }

.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; transform: translateY(-160%); color: var(--paper); background: var(--clay); border-radius: 2px; transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: var(--paper); }
.nav-shell { width: var(--shell); height: 96px; margin-inline: auto; display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.2rem, 2.5vw, 2rem); border-bottom: 1px solid rgba(255,253,248,.22); }
.brand { margin-right: auto; display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { flex-shrink: 0; width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,253,248,.52); border-radius: 50%; font-family: var(--display); font-size: 1rem; letter-spacing: -.04em; }
.brand-name { font-family: var(--display); font-size: 1.15rem; line-height: 1; white-space: nowrap; }
.brand-name small { display: block; margin-top: .25rem; font-family: var(--body); font-size: .52rem; font-weight: 700; letter-spacing: .22em; opacity: .7; }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 2.6rem); }
.site-nav a { position: relative; padding: .45rem .1rem; font-size: .84rem; font-weight: 600; letter-spacing: .02em; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; padding: .55rem; color: inherit; background: transparent; border: 0; align-items: center; gap: .65rem; cursor: pointer; }
.menu-label { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-icon { width: 21px; display: grid; gap: 5px; }
.menu-icon i { display: block; height: 1px; background: currentColor; transition: transform 180ms ease; }

.home-hero { position: relative; min-height: 850px; overflow: hidden; color: var(--paper); background: linear-gradient(125deg, var(--forest-deep) 0%, var(--forest) 54%, #285e53 100%); }
.home-hero::after { content: ""; position: absolute; inset: auto -8% -245px 38%; height: 460px; background: var(--clay); border-radius: 55% 45% 0 0; transform: rotate(-7deg); opacity: .96; }
.hero-orbit { position: absolute; width: min(44vw, 630px); aspect-ratio: 1; top: 150px; right: -7vw; border: 1px solid rgba(232,212,184,.22); border-radius: 50%; box-shadow: 0 0 0 75px rgba(232,212,184,.035), 0 0 0 150px rgba(232,212,184,.022); }
.hero-grid { position: relative; z-index: 2; min-height: 850px; padding: 167px 0 120px; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(250px,.55fr); align-items: end; gap: clamp(3rem, 9vw, 8rem); }
.eyebrow, .section-kicker { margin-bottom: 1.5rem; font-size: .69rem; font-weight: 700; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; color: var(--sand); }
.eyebrow::before { content: ""; width: 2.5rem; height: 1px; background: currentColor; }
.home-hero h1 { max-width: 820px; margin-bottom: 1.8rem; font-size: clamp(4rem, 7.4vw, 7rem); line-height: .94; letter-spacing: -.052em; text-wrap: balance; }
.hero-lede { max-width: 680px; margin-bottom: 2.7rem; color: rgba(255,253,248,.78); font-size: clamp(1rem, 1.4vw, 1.16rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 2px; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, color 180ms ease, background-color 180ms ease; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { color: var(--forest-deep); background: var(--cream); }
.button-light:hover, .button-light:focus-visible { background: var(--sand); }
.button-dark { color: var(--paper); background: var(--forest); }
.button-dark:hover, .button-dark:focus-visible { background: var(--forest-soft); }
/* Must follow .button — its `border` shorthand would otherwise reset the outline. */
.header-cta { min-height: 42px; padding: .6rem 1.15rem; color: var(--paper); background: transparent; border: 1px solid rgba(255,253,248,.5); font-size: .72rem; }
.header-cta:hover, .header-cta:focus-visible { color: var(--forest-deep); background: var(--cream); border-color: var(--cream); }
.text-arrow { display: inline-flex; gap: .55rem; align-items: center; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-arrow span { font-size: 1rem; transition: transform 180ms ease; }
.text-arrow:hover span, .text-arrow:focus-visible span { transform: translate(3px,-3px); }
.hero-statement { max-width: 330px; padding: 1.7rem 0 0; border-top: 1px solid rgba(255,253,248,.35); }
.hero-statement p { margin-bottom: 0; font-family: var(--display); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.35; }
.statement-number { display: block; margin-bottom: 2.3rem; color: var(--sand); font-size: .65rem; letter-spacing: .15em; }

.split-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(380px,.72fr); gap: clamp(4rem, 12vw, 10rem); }
.section-kicker { color: var(--clay); }
.split-layout h2, .section-heading-row h2, .values-title h2, .contact-intro h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(2.65rem, 5vw, 4.7rem); line-height: 1.04; letter-spacing: -.04em; }
.body-copy { padding-top: 3.4rem; }
.body-copy p { color: var(--muted); font-size: 1.03rem; }
.body-copy p:first-child { color: var(--ink); font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 1.72rem); line-height: 1.45; }
.inline-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.2rem; padding-bottom: .3rem; border-bottom: 1px solid var(--ink); font-size: .74rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.principles-section { background: var(--cream); }
.section-heading-row { margin-bottom: clamp(3.5rem, 7vw, 6rem); display: grid; grid-template-columns: 1fr minmax(280px,.52fr); align-items: end; gap: 4rem; }
.section-heading-row p:last-child { margin-bottom: .5rem; color: var(--muted); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.principle-card { min-height: 360px; padding: 2.2rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); }
.principle-card + .principle-card { border-left: 0; }
.principle-card span { margin-bottom: auto; color: var(--clay); font-size: .67rem; letter-spacing: .16em; }
.principle-card h3 { margin-bottom: .8rem; font-size: 2rem; }
.principle-card p { max-width: 280px; margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.principle-card.featured { color: var(--paper); background: var(--forest); border-color: var(--forest); transform: translateY(-1.5rem); box-shadow: 0 25px 50px rgba(13,41,36,.13); }
.principle-card.featured p { color: rgba(255,253,248,.7); }
.principle-card.featured span { color: var(--sand); }

.closing-section { padding: clamp(5rem, 9vw, 8rem) 0; color: var(--paper); background: var(--clay); }
.closing-grid { display: grid; grid-template-columns: .35fr 1fr auto; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.closing-grid .section-kicker { margin: 0; color: var(--paper); }
.closing-grid h2 { max-width: 700px; margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.2rem); line-height: 1.08; letter-spacing: -.035em; }
.circle-link { width: 132px; aspect-ratio: 1; padding: 1rem; display: flex; align-items: center; justify-content: center; gap: .45rem; border: 1px solid rgba(255,253,248,.55); border-radius: 50%; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }
.circle-link i { font-style: normal; }
.circle-link:hover, .circle-link:focus-visible { color: var(--clay); background: var(--paper); transform: rotate(-4deg); }

.site-footer { padding: 4rem 0; color: rgba(255,253,248,.72); background: var(--forest-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: clamp(3rem, 8vw, 7rem); align-items: end; }
.footer-brand { color: var(--paper); font-family: var(--display); font-size: 1.4rem; text-decoration: none; }
.site-footer p { margin: .55rem 0 0; font-size: .76rem; line-height: 1.6; }
.site-footer nav { display: grid; gap: .65rem; }
.site-footer nav a { font-size: .75rem; font-weight: 600; text-decoration: none; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--paper); text-decoration: underline; text-underline-offset: 4px; }
.copyright { text-align: right; }

.inner-header { position: relative; color: var(--paper); background: var(--forest-deep); }
.page-hero, .contact-hero { position: relative; overflow: hidden; color: var(--paper); background: var(--forest); }
.page-hero::after, .contact-hero::after { content: ""; position: absolute; width: min(38vw,560px); aspect-ratio: 1; right: -10%; bottom: -65%; border: 1px solid rgba(232,212,184,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(232,212,184,.035); }
.page-hero-grid, .contact-hero-grid { position: relative; z-index: 1; min-height: 610px; padding: 110px 0 90px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: clamp(3rem, 9vw, 8rem); }
.page-hero h1, .contact-hero h1 { max-width: 850px; margin-bottom: 0; font-size: clamp(3.8rem, 7.2vw, 6.8rem); line-height: .96; letter-spacing: -.052em; text-wrap: balance; }
.page-hero-note { margin-bottom: .5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,253,248,.32); color: rgba(255,253,248,.76); }
.large-copy { padding-top: 0; }
.large-copy p:first-child { margin-top: 0; }
.values-section { color: var(--paper); background: var(--forest-deep); }
.values-layout { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(4rem, 11vw, 9rem); }
.values-title { position: sticky; top: 3rem; align-self: start; }
.values-title .section-kicker { color: var(--sand); }
.value-list article { padding: 2rem 0; display: grid; grid-template-columns: 60px 1fr; gap: 1rem; border-top: 1px solid rgba(255,253,248,.2); }
.value-list article:last-child { border-bottom: 1px solid rgba(255,253,248,.2); }
.value-list span { color: var(--sand); font-size: .65rem; letter-spacing: .15em; }
.value-list h3 { margin-bottom: .55rem; font-size: 1.65rem; }
.value-list p { max-width: 520px; margin-bottom: 0; color: rgba(255,253,248,.67); font-size: .93rem; }

.contact-hero { background: linear-gradient(120deg,var(--forest-deep),var(--forest-soft)); }
.contact-hero-grid { min-height: 550px; }
.contact-layout { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(4rem, 10vw, 8rem); align-items: start; }
.contact-intro > p:not(.section-kicker) { max-width: 440px; color: var(--muted); }
.response-note { margin-top: 3rem; padding-top: 1.5rem; display: grid; grid-template-columns: 28px 1fr; gap: .7rem; border-top: 1px solid var(--line); }
.response-note span { color: var(--clay); }
.response-note p { margin: 0; font-size: .83rem; }
.contact-form { padding: clamp(2rem,5vw,4rem); background: var(--cream); border-top: 4px solid var(--clay); }
.honeypot { 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; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 1.2rem; }
.field { display: grid; gap: .55rem; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.field label span { color: var(--clay); }
.field label small { color: var(--muted); font-size: .65rem; font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: .75rem .2rem; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(22,36,32,.32); border-radius: 0; outline: 0; transition: border-color 180ms ease, box-shadow 180ms ease; }
.field textarea { min-height: 150px; resize: vertical; }
.field select { appearance: none; padding-right: 1.8rem; background-image: linear-gradient(45deg, transparent 50%, var(--forest) 50%), linear-gradient(135deg, var(--forest) 50%, transparent 50%); background-position: calc(100% - 12px) 55%, calc(100% - 7px) 55%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; cursor: pointer; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--clay); box-shadow: 0 1px 0 var(--clay); }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }
.submit-button { width: 100%; margin-top: 2rem; justify-content: space-between; padding-inline: 1.3rem; border: 0; }
.submit-button i { font-style: normal; font-size: 1rem; }
.form-status { margin: .9rem 0 0; color: var(--muted); font-size: .68rem; text-align: center; }

/* Shared contact form blocks (pop-up and contact page) */
.gx-fieldset { margin: 0 0 2rem; padding: 0; border: 0; min-width: 0; }
.gx-fieldset:last-of-type { margin-bottom: 1.4rem; }
.gx-fieldset legend { padding: 0 0 1.1rem; color: var(--clay); font-size: .66rem; font-weight: 700; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.gx-choice-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.gx-choice { display: inline-flex; align-items: center; min-height: 46px; padding: .5rem 1rem; gap: .6rem; background: var(--paper); border: 1px solid var(--line); border-radius: 2px; font-size: .84rem; cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease; }
.gx-choice input { width: 18px; height: 18px; margin: 0; accent-color: var(--forest); cursor: pointer; }
.gx-choice:hover { border-color: var(--forest-soft); }
.gx-choice:has(input:checked) { background: rgba(23,60,53,.07); border-color: var(--forest); }
.gx-choice:focus-within { outline: 2px solid var(--clay); outline-offset: 2px; }
.gx-consent { margin-bottom: 1.4rem; padding: 1.05rem 1.2rem; display: grid; grid-template-columns: 20px 1fr; gap: .85rem; align-items: start; background: var(--paper); border-left: 2px solid var(--forest); }
.gx-consent input { width: 20px; height: 20px; margin: .1rem 0 0; accent-color: var(--forest); cursor: pointer; }
.gx-consent label { font-size: .84rem; line-height: 1.5; cursor: pointer; }
.gx-consent label span { color: var(--clay); }
.gx-consent:focus-within { outline: 2px solid var(--clay); outline-offset: 3px; }
.gx-form-error { margin: 0 0 1.2rem; padding: .85rem 1.05rem; color: #7c2a17; background: rgba(182,94,60,.12); border-left: 3px solid var(--clay); font-size: .85rem; line-height: 1.55; }
.gx-form .submit-button { margin-top: 0; }
.gx-form .submit-button[disabled] { opacity: .6; cursor: progress; transform: none; }
.gx-success { text-align: center; }
.gx-modal .gx-success { padding: clamp(1rem, 3vw, 2rem) 0; }
.gx-success h2 { margin-bottom: 1.3rem; font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1.12; letter-spacing: -.03em; outline: 0; }
.gx-success p { max-width: 520px; margin: 0 auto 1rem; color: var(--muted); font-size: .95rem; }
.gx-success p:first-of-type { color: var(--ink); font-family: var(--display); font-size: 1.25rem; }
.gx-success .button { margin-top: 1.4rem; padding-inline: 2.4rem; }

/* "Let's Connect" pop-up */
.gx-modal { position: fixed; inset: 0; z-index: 1200; display: grid; grid-template-rows: minmax(0, 1fr); grid-template-columns: minmax(0, 1fr); place-items: center; padding: 2.5rem; }
.gx-modal-backdrop { position: absolute; inset: 0; background: rgba(13,41,36,.72); animation: gx-fade 200ms ease both; }
.gx-modal-dialog { position: relative; z-index: 1; width: min(760px, 100%); max-height: 100%; display: flex; flex-direction: column; background: var(--cream); border-top: 4px solid var(--forest); box-shadow: 0 30px 90px rgba(13,41,36,.4); animation: gx-rise 260ms cubic-bezier(.22,1,.36,1) both; }
.gx-modal-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: clamp(1.7rem, 4.5vw, 3rem); }
.gx-modal-close { position: absolute; top: .5rem; right: .5rem; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); background: transparent; border: 0; border-radius: 50%; font-size: 1.65rem; line-height: 1; cursor: pointer; transition: background-color 180ms ease, color 180ms ease; }
.gx-modal-close:hover { color: var(--paper); background: var(--forest); }
.gx-modal-close:focus-visible { outline: 2px solid var(--clay); outline-offset: 2px; }
.gx-modal-title { margin-bottom: 1rem; padding-right: 2.5rem; font-size: clamp(2.1rem, 4.6vw, 3.1rem); line-height: 1.04; letter-spacing: -.035em; }
.gx-modal-intro { margin-bottom: 2.2rem; max-width: 560px; color: var(--muted); font-size: .95rem; }
body.gx-modal-open { overflow: hidden; }
@keyframes gx-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes gx-rise { from { opacity: 0; transform: translateY(20px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

.confirmation-main { min-height: 70vh; padding: clamp(6rem,12vw,10rem) 1.5rem; display: grid; place-items: center; background: var(--cream); }
.confirmation-card { width: min(720px,100%); padding: clamp(2rem,6vw,5rem); text-align: center; background: var(--paper); box-shadow: 0 25px 80px rgba(13,41,36,.09); }
.confirmation-mark { width: 66px; aspect-ratio: 1; margin: 0 auto 2rem; display: grid; place-items: center; color: var(--paper); background: var(--forest); border-radius: 50%; font-size: 1.5rem; }
.confirmation-card h1 { margin-bottom: 1.4rem; font-size: clamp(2.4rem,5vw,4rem); line-height: 1.08; letter-spacing: -.04em; }
.confirmation-card p:not(.section-kicker) { max-width: 560px; margin: 0 auto 1rem; color: var(--muted); }
.confirmation-card p:not(.section-kicker):last-of-type { margin-bottom: 2rem; }

.reveal { opacity: 0; animation: reveal 700ms cubic-bezier(.22,1,.36,1) forwards; }
.reveal-delay { animation-delay: 140ms; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 2rem, 760px); }
  .menu-toggle { display: inline-flex; order: 3; }
  .nav-shell { height: 82px; gap: .85rem; }
  /* Anchored to the bottom of the header so the panel follows a wrapped header row. */
  .site-nav { position: absolute; inset: 100% 1rem auto; padding: 1.25rem; display: grid; gap: 0; color: var(--paper); background: var(--forest-deep); border: 1px solid rgba(255,253,248,.15); box-shadow: 0 20px 50px rgba(0,0,0,.2); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,253,248,.12); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .site-header.menu-open .site-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-header.menu-open .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .site-header.menu-open .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-grid, .page-hero-grid, .contact-hero-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .home-hero, .hero-grid { min-height: 810px; }
  .hero-grid { padding-top: 142px; }
  .hero-statement { max-width: 520px; }
  .statement-number { margin-bottom: 1.2rem; }
  .split-layout, .values-layout, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .body-copy { padding-top: 0; }
  .section-heading-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 250px; }
  .principle-card + .principle-card { border-left: 1px solid var(--line); border-top: 0; }
  .principle-card.featured { transform: none; }
  .closing-grid { grid-template-columns: 1fr auto; }
  .closing-grid .section-kicker { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .copyright { grid-column: 1 / -1; text-align: left; }
  .page-hero-grid, .contact-hero-grid { min-height: 560px; padding-top: 80px; }
  .page-hero-note { max-width: 540px; }
  .values-title { position: static; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 2rem); }
  .brand-name { font-size: .98rem; }
  .brand-mark { width: 38px; }
  .menu-label { display: none; }
  .home-hero h1 { font-size: clamp(3.35rem,16vw,5rem); }
  .home-hero, .hero-grid { min-height: 780px; }
  .hero-grid { padding: 129px 0 80px; align-content: end; }
  .home-hero::after { left: 35%; right: -30%; bottom: -310px; }
  .hero-orbit { width: 90vw; top: 180px; right: -50vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .page-hero h1, .contact-hero h1 { font-size: clamp(3rem,14.5vw,4.6rem); }
  .page-hero-grid, .contact-hero-grid { min-height: 540px; padding: 75px 0 65px; }
  .section-pad { padding: 5.5rem 0; }
  .split-layout h2, .section-heading-row h2, .values-title h2, .contact-intro h2 { font-size: clamp(2.5rem,12vw,3.7rem); }
  .principle-card { padding: 1.7rem; }
  .closing-grid { grid-template-columns: 1fr; }
  .circle-link { width: 112px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-footer nav { grid-template-columns: repeat(3,auto); justify-content: start; gap: 1.2rem; }
  .copyright { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .contact-form { margin-inline: -1rem; }
  .header-cta { min-height: 38px; padding: .5rem .8rem; font-size: .64rem; letter-spacing: .05em; }
  /* Keep a tappable strip of dimmed backdrop so "tap outside to close" still works. */
  .gx-modal { padding: 2.75rem .5rem; }
  .gx-modal-scroll { padding: 2.4rem 1.25rem 1.6rem; }
  .gx-choice-row { display: grid; grid-template-columns: 1fr; }
}

/* Below ~430px the wordmark, the CTA and the menu button cannot share one line
   without shrinking the logo, so the CTA drops to its own full-width row. */
@media (max-width: 430px) {
  .nav-shell { height: auto; flex-wrap: wrap; padding: .85rem 0 .95rem; row-gap: .85rem; }
  .header-cta { order: 4; width: 100%; min-height: 44px; padding: .6rem 1rem; font-size: .68rem; }
  .hero-grid { padding-top: 176px; }
}

@media (max-height: 520px) and (orientation: landscape) {
  .home-hero, .hero-grid { min-height: 660px; }
  .hero-grid { padding-top: 112px; }
  .page-hero-grid, .contact-hero-grid { min-height: 470px; }
}

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