:root {
  --ink: #08091f;
  --ink-2: #11132f;
  --ink-3: #1d2042;
  --paper: #f5f3ed;
  --paper-2: #ece9df;
  --white: #fff;
  --gold: #f1c86d;
  --gold-deep: #c7983f;
  --sage: #7c9b8b;
  --text: #181a2a;
  --muted: #656878;
  --line: rgba(8, 9, 31, .14);
  --shell: 1240px;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(4, 6, 28, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", ui-sans-serif, system-ui, -apple-system, sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
svg, img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; color: var(--ink); background: var(--gold); font-weight: 800; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 4px; }

.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(8, 9, 31, .09); background: rgba(245, 243, 237, .9); backdrop-filter: blur(20px); }
.site-nav { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 10px; object-fit: cover; }
.brand-lockup { display: flex; flex-direction: column; line-height: 1; }
.brand-word { color: var(--ink); font-size: 1.28rem; font-weight: 850; letter-spacing: -.055em; }
.brand-word span { font-weight: 350; }
.brand-word sup { margin-left: 2px; font-size: .42em; font-weight: 700; vertical-align: super; }
.brand-line { margin-top: 5px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a, .nav-contact { color: #3f4253; font-size: .78rem; font-weight: 750; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.text-link:hover { color: var(--ink); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 800; letter-spacing: .025em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 10px 18px; font-size: .72rem; }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 8px 22px rgba(8, 9, 31, .2); }
.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 12px 30px rgba(241, 200, 109, .18); }
.button-gold:hover { background: #f7d88e; box-shadow: 0 16px 36px rgba(241, 200, 109, .24); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; top: -260px; right: 2%; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(241,200,109,.16), transparent 65%); pointer-events: none; }
.hero-grid { position: relative; min-height: 725px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 68px; padding-block: 86px 72px; }
.hero-copy-block { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.62); }
.eyebrow > span { width: 32px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 690px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 6.2vw, 6.2rem); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.hero h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.audience-line { display: flex; align-items: center; gap: 18px; margin-top: 32px; color: rgba(255,255,255,.52); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.audience-line > span { color: var(--gold); }
.audience-line ul { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.audience-line li { position: relative; padding-left: 14px; }
.audience-line li::before { content: "·"; position: absolute; left: 0; color: rgba(255,255,255,.28); }

.product-scene { position: relative; min-height: 555px; margin: 0; }
.scene-orbit { position: absolute; border: 1px solid rgba(241,200,109,.12); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; top: 0; left: 45px; }
.orbit-two { width: 390px; height: 390px; top: 65px; left: 110px; }
.app-preview-frame { position: absolute; z-index: 2; top: 54px; right: 0; width: min(650px, 100%); overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: #f4f5f9; box-shadow: 0 45px 100px rgba(0,0,0,.42); transform: perspective(1200px) rotateY(-2deg) rotateX(.7deg); }
.app-preview-bar { height: 45px; display: flex; align-items: center; gap: 7px; padding: 0 15px; color: #737584; border-bottom: 1px solid #dfe0e6; background: #fafafa; font-size: .55rem; }
.app-preview-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #cacbd1; }
.app-preview-bar b { margin-left: 9px; font-weight: 700; letter-spacing: .04em; }
.app-preview-bar i { margin-left: auto; padding: 4px 8px; border: 1px solid #d8d9df; border-radius: 999px; color: #494c5b; font-style: normal; }
.app-preview-frame img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.app-preview figcaption { position: absolute; z-index: 3; right: 18px; bottom: 13px; display: flex; align-items: center; gap: 14px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.app-preview figcaption span { color: #6d707e; font-family: ui-monospace,Consolas,monospace; font-size: .52rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.app-preview figcaption strong { font-size: .68rem; }
.hero-proof { position: relative; z-index: 2; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-proof p { margin: 0; color: rgba(255,255,255,.38); font-family: ui-monospace, Consolas, monospace; font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-proof div { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-proof span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.62); font-size: .67rem; }

.mission-section { padding-block: 110px 82px; color: var(--ink); background: var(--gold); }
.mission-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.mission-intro h2 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3rem,5vw,4.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.mission-intro h2 em { color: #74571d; }
.mission-intro > p { max-width: 600px; margin: 28px 0 0; color: rgba(8,9,31,.72); font-size: 1.02rem; line-height: 1.78; }
.mission-section .section-kicker { color: rgba(8,9,31,.58); }
.mission-section .section-kicker span { color: var(--ink); }
.mission-path { border-top: 1px solid rgba(8,9,31,.25); }
.mission-path article { display: grid; grid-template-columns: 36px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(8,9,31,.25); }
.mission-path article > span { padding-top: 4px; color: rgba(8,9,31,.48); font-family: ui-monospace,Consolas,monospace; font-size: .66rem; }
.mission-path strong { font-family: Georgia,serif; font-size: 1.28rem; font-weight: 400; }
.mission-path p { margin: 6px 0 0; color: rgba(8,9,31,.68); font-size: .88rem; line-height: 1.66; }
.alignment-note { display: grid; grid-template-columns: 230px 1fr; gap: 38px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(8,9,31,.25); }
.alignment-note > span { font-family: ui-monospace,Consolas,monospace; font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.alignment-note p { margin: 0; color: rgba(8,9,31,.7); font-size: .82rem; line-height: 1.7; }
.alignment-note a { font-weight: 800; text-underline-offset: 3px; }

.section { padding-block: 120px; }
.section-kicker { color: #727582; }
.section-kicker span { color: var(--gold-deep); }
.section-kicker.light { color: rgba(255,255,255,.5); }
.section-kicker.light span { color: var(--gold); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.section h2, .contact-section h2 { margin: 0; color: var(--ink); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.8rem, 5vw, 4.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.section h2 em { color: var(--gold-deep); }
.intro-copy { padding-top: 4px; }
.intro-copy p { margin: 0 0 18px; color: var(--muted); font-size: 1.02rem; line-height: 1.78; }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid article { position: relative; min-height: 305px; padding: 31px 26px; border-right: 1px solid var(--line); }
.principle-grid article:last-child { border-right: 0; }
.principle-number { color: #a2a3aa; font-family: ui-monospace,Consolas,monospace; font-size: .65rem; }
.line-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-top: 36px; border: 1px solid var(--line); border-radius: 50%; }
.line-icon svg { width: 23px; fill: none; stroke: var(--ink); stroke-width: 1.3; }
.principle-grid h3 { margin: 27px 0 10px; color: var(--ink); font-family: Georgia,serif; font-size: 1.32rem; font-weight: 400; }
.principle-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }

.government-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.government-section::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 20% 55%,rgba(241,200,109,.09),transparent 35%); }
.government-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.government-visual { position: relative; min-width: 0; }
.people-frame { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: #d8d5cc; }
.people-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.government-photo { height: 540px; box-shadow: var(--shadow); }
.government-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,9,31,.78), transparent 45%); pointer-events: none; }
.government-photo figcaption { position: absolute; z-index: 2; right: 25px; bottom: 24px; left: 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.government-photo figcaption span { color: var(--white); font-family: Georgia,serif; font-size: 1.2rem; }
.government-photo figcaption strong { color: rgba(255,255,255,.58); font-family: ui-monospace,Consolas,monospace; font-size: .56rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.data-map { position: relative; overflow: hidden; min-height: 530px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #11132d; box-shadow: var(--shadow); }
.map-top { height: 48px; display: flex; justify-content: space-between; align-items: center; padding: 0 19px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.52); font-family: ui-monospace,Consolas,monospace; font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; }
.map-top span:last-child { color: #97b8a5; }
.parcel-map { width: 100%; height: 430px; padding: 30px; }
.parcel-map path { fill: rgba(255,255,255,.025); stroke: rgba(241,200,109,.28); stroke-width: 1; }
.parcel-map circle { fill: var(--gold); }
.parcel-map circle.pulse { fill: none; stroke: var(--gold); opacity: .4; }
.map-panel { position: absolute; right: 24px; bottom: 23px; width: 235px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(8,9,31,.88); backdrop-filter: blur(12px); }
.map-panel small { display: block; color: rgba(255,255,255,.42); font-family: ui-monospace,Consolas,monospace; font-size: .52rem; letter-spacing: .08em; }
.map-panel strong { display: block; margin-top: 7px; font-family: Georgia,serif; font-size: 1rem; font-weight: 400; }
.map-panel > span { color: rgba(255,255,255,.48); font-size: .6rem; }
.map-panel div { margin-top: 16px; }
.map-panel i { display: block; width: var(--w); height: 4px; margin-top: 8px; border-radius: 4px; background: rgba(241,200,109,.48); }
.photo-panel { right: -22px; bottom: 92px; z-index: 3; box-shadow: 0 20px 45px rgba(0,0,0,.28); }
.government-copy h2 { color: var(--white); }
.government-copy h2 em { color: var(--gold); }
.section-lede { margin: 25px 0 0; color: rgba(255,255,255,.6); font-size: 1rem; line-height: 1.75; }
.check-list { margin: 38px 0 34px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.12); }
.check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li > span { color: var(--gold); font-family: ui-monospace,Consolas,monospace; font-size: .62rem; }
.check-list strong { font-family: Georgia,serif; font-size: 1.08rem; font-weight: 400; }
.check-list p { margin: 5px 0 0; color: rgba(255,255,255,.52); font-size: .84rem; }
.arrow-link { display: inline-flex; align-items: center; gap: 18px; color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.arrow-link span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); }

.experience-section { background: #eeece5; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); line-height: 1.78; }
.feature-bento { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; margin-top: 65px; }
.feature-bento article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f8f7f2; }
.feature-label { display: block; color: #8a7a54; font-family: ui-monospace,Consolas,monospace; font-size: .62rem; font-weight: 700; letter-spacing: .1em; }
.feature-bento h3 { margin: 16px 0 12px; color: var(--ink); font-family: Georgia,serif; font-size: 1.55rem; font-weight: 400; line-height: 1.08; }
.feature-bento p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.67; }
.feature-large { grid-column: span 8; min-height: 400px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 36px; }
.feature-small { grid-column: span 4; min-height: 400px; padding: 34px; }
.feature-wide { grid-column: span 8; min-height: 310px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; padding: 36px; }
.feature-large + .feature-small + .feature-small { grid-column: span 4; }
.feature-copy { align-self: center; }
.feature-copy a { display: inline-flex; gap: 10px; margin-top: 26px; color: var(--ink); font-size: .75rem; font-weight: 800; text-decoration: none; }
.wizard-preview { align-self: end; padding: 22px; border-radius: 18px 18px 0 0; background: var(--white); box-shadow: 0 20px 55px rgba(8,9,31,.12); transform: translateY(36px); }
.wizard-top { display: flex; justify-content: space-between; color: var(--ink); font-size: .72rem; font-weight: 800; }
.wizard-top small { color: var(--muted); font-weight: 600; }
.wizard-progress { height: 4px; margin: 13px 0 24px; border-radius: 5px; background: #e5e5e8; }
.wizard-progress i { display: block; width: 60%; height: 100%; border-radius: 5px; background: var(--gold-deep); }
.wizard-preview > strong { display: block; margin-bottom: 16px; color: var(--ink); font-family: Georgia,serif; font-size: .95rem; font-weight: 400; }
.choice { display: flex; align-items: center; gap: 10px; margin-top: 9px; padding: 11px; border: 1px solid #e0e0e4; border-radius: 9px; color: #656774; font-size: .65rem; }
.choice b { width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid #c6c7cc; border-radius: 50%; font-size: .5rem; }
.choice.active { color: var(--ink); border-color: #d3b66d; background: #fff9ea; }
.choice.active b { color: #fff; border-color: var(--ink); background: var(--ink); }
.feature-icon-solid { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 75px; border-radius: 14px; color: var(--gold); background: var(--ink); font-size: 1.1rem; }
.feature-wide h3 { font-size: 1.8rem; }
.question-preview { padding: 22px; border-radius: 16px; background: #e9e7df; }
.chat-line { margin-left: 32px; padding: 13px 15px; border-radius: 13px 13px 3px 13px; color: #fff; background: var(--ink); font-size: .67rem; }
.answer-line { display: flex; gap: 11px; margin-top: 13px; padding: 14px; border-radius: 3px 13px 13px 13px; background: #fff; }
.answer-line > span { color: var(--gold-deep); }
.answer-line div { flex: 1; }
.answer-line i { display: block; width: 95%; height: 5px; margin: 4px 0 7px; border-radius: 4px; background: #e1e1e5; }
.answer-line i:nth-child(2) { width: 72%; }
.answer-line i:nth-child(3) { width: 84%; }
.answer-line small { color: #91743b; font-size: .53rem; }

.people-section { padding-block: 0 120px; background: #eeece5; }
.people-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; }
.resident-photo { height: 590px; border-radius: 0 90px 0 0; }
.resident-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(8,9,31,.12); pointer-events: none; }
.people-copy h2 { margin: 0; color: var(--ink); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.8rem,4.5vw,4.4rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.people-copy h2 em { color: var(--gold-deep); }
.people-copy > p { margin: 26px 0 30px; color: var(--muted); line-height: 1.78; }

.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.trust-heading { position: sticky; top: 130px; }
.trust-heading > p { max-width: 470px; margin: 25px 0 30px; color: var(--muted); line-height: 1.78; }
.technology-photo { height: 245px; margin-top: 48px; border-radius: 14px; }
.technology-photo img { filter: saturate(.86); }
.technology-photo figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 10px 12px; border-radius: 8px; color: rgba(255,255,255,.85); background: rgba(8,9,31,.82); font-size: .64rem; line-height: 1.5; backdrop-filter: blur(8px); }
.trust-stack { border-top: 1px solid var(--line); }
.trust-stack article { display: grid; grid-template-columns: 38px 1fr 44px; gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.trust-index { color: #9b9ca4; font-family: ui-monospace,Consolas,monospace; font-size: .65rem; }
.trust-stack h3 { margin: -4px 0 8px; color: var(--ink); font-family: Georgia,serif; font-size: 1.35rem; font-weight: 400; }
.trust-stack p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.68; }
.trust-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); }

.pilot-section { color: var(--white); background: var(--ink); }
.pilot-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.pilot-copy h2 { color: var(--white); }
.pilot-copy h2 em { color: var(--gold); }
.pilot-copy > p { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.62); line-height: 1.78; }
.pilot-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pilot-facts { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.035); }
.pilot-facts > div { min-height: 220px; padding: 25px 19px; border-right: 1px solid rgba(255,255,255,.12); }
.pilot-facts > div:nth-child(3) { border-right: 0; }
.pilot-facts div > span { color: var(--gold); font-family: ui-monospace,Consolas,monospace; font-size: .62rem; }
.pilot-facts small { display: block; margin-top: 55px; color: rgba(255,255,255,.38); font-family: ui-monospace,Consolas,monospace; font-size: .5rem; letter-spacing: .08em; }
.pilot-facts strong { display: block; margin-top: 8px; font-family: Georgia,serif; font-size: 1.2rem; font-weight: 400; line-height: 1.12; }
.pilot-facts > p { grid-column: 1/-1; margin: 0; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .66rem; }

.contact-section { padding-block: 95px; color: var(--ink); background: var(--gold); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.contact-overline { display: block; margin-bottom: 23px; font-family: ui-monospace,Consolas,monospace; font-size: .68rem; font-weight: 700; letter-spacing: .11em; }
.contact-section h2 { max-width: 720px; }
.contact-options { border-top: 1px solid rgba(8,9,31,.25); }
.contact-options a { display: grid; grid-template-columns: 1fr 40px; padding: 20px 0; border-bottom: 1px solid rgba(8,9,31,.25); text-decoration: none; }
.contact-options a > span { grid-column: 1; font-family: ui-monospace,Consolas,monospace; font-size: .58rem; letter-spacing: .09em; }
.contact-options strong { grid-column: 1; margin-top: 5px; font-family: Georgia,serif; font-size: 1.24rem; font-weight: 400; }
.contact-options i { grid-column: 2; grid-row: 1/3; align-self: center; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; transition: transform .2s ease; }
.contact-options a:hover i { transform: translateX(4px); }

.site-footer { color: rgba(255,255,255,.58); background: #050616; }
.footer-top { display: grid; grid-template-columns: .75fr .75fr 1.5fr; gap: 60px; padding-block: 72px; }
.footer-brand .brand-word { color: var(--white); }
.footer-brand .brand-mark { border: 1px solid rgba(255,255,255,.12); }
.footer-top > p { max-width: 250px; margin: 5px 0 0; font-size: .78rem; }
.footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-nav div { display: flex; flex-direction: column; gap: 8px; }
.footer-nav span { margin-bottom: 7px; color: rgba(255,255,255,.3); font-family: ui-monospace,Consolas,monospace; font-size: .56rem; letter-spacing: .1em; }
.footer-nav a { font-size: .76rem; text-decoration: none; }
.footer-nav a:hover { color: var(--white); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; gap: 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }
.footer-bottom a { margin-left: auto; text-decoration: none; }

/* Legal pages */
.legal-nav { min-height: 72px; display: flex; align-items: center; width: min(900px, calc(100% - 48px)); margin-inline: auto; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.legal-hero { color: var(--white); background: var(--ink); }
.legal-hero-inner { width: min(900px, calc(100% - 48px)); margin-inline: auto; padding-block: 70px; }
.legal-hero h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(3rem,7vw,5.5rem); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.legal-hero p { margin: 16px 0 0; color: rgba(255,255,255,.52); font-family: ui-monospace,Consolas,monospace; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-main { width: min(900px, calc(100% - 48px)); margin-inline: auto; padding-block: 54px 100px; }
.legal-main .effective { margin: 0 0 34px; color: var(--muted); font-family: ui-monospace,Consolas,monospace; font-size: .7rem; }
.legal-main h2 { margin: 55px 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--ink); font-family: Georgia,serif; font-size: 1.6rem; font-weight: 400; letter-spacing: -.02em; }
.legal-main h3 { margin: 28px 0 9px; color: var(--ink); font-size: 1rem; }
.legal-main p, .legal-main li { color: #4e5160; font-size: .94rem; }
.legal-main .caps { font-size: .88rem; font-weight: 700; text-transform: uppercase; }
.legal-main p { margin: 0 0 14px; }
.legal-main ul, .legal-main ol { padding-left: 22px; }
.legal-main li { margin-bottom: 8px; }
.legal-main a { color: #72561d; text-underline-offset: 3px; }
.callout { margin: 30px 0; padding: 22px 24px; border: 1px solid #dbc98f; border-left: 4px solid var(--gold-deep); border-radius: 0 12px 12px 0; background: #fff9e9; }
.legal-main table { width: 100%; margin: 22px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; border-spacing: 0; font-size: .86rem; }
.legal-main th, .legal-main td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-main th { color: var(--ink); background: #e8e5dc; }
.legal-main tr:last-child td { border-bottom: 0; }
.legal-footer { padding: 34px 24px; border-top: 1px solid var(--line); color: var(--muted); background: #ece9df; font-size: .72rem; text-align: center; }
.legal-footer a { color: var(--ink); }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy-block { max-width: 780px; }
  .product-scene { width: min(720px,100%); margin-inline: auto; }
  .mission-grid { gap: 60px; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle-grid article:nth-child(2) { border-right: 0; }
  .principle-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .government-grid, .pilot-shell { grid-template-columns: 1fr; }
  .government-copy { max-width: 720px; }
  .people-grid { gap: 55px; }
  .trust-grid { gap: 70px; }
  .feature-large { grid-column: 1/-1; }
  .feature-small { grid-column: span 6 !important; }
  .feature-wide { grid-column: 1/-1; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 36px, var(--shell)); }
  .site-nav { min-height: 70px; }
  .brand-line, .nav-contact { display: none; }
  .nav-actions { gap: 0; }
  .button-small { min-height: 39px; padding: 8px 13px; font-size: .64rem; }
  .hero-grid { min-height: auto; gap: 36px; padding-block: 64px 52px; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .audience-line { align-items: flex-start; }
  .audience-line ul { gap: 6px 14px; }
  .product-scene { min-height: 410px; }
  .app-preview-frame { top: 24px; width: 100%; transform: none; }
  .app-preview figcaption { right: 12px; bottom: 12px; left: 12px; justify-content: space-between; }
  .scene-orbit { display: none; }
  .hero-proof { padding-block: 24px; align-items: flex-start; flex-direction: column; }
  .mission-section { padding-block: 82px 65px; }
  .mission-grid, .alignment-note { grid-template-columns: 1fr; gap: 38px; }
  .alignment-note { margin-top: 52px; gap: 14px; }
  .section { padding-block: 82px; }
  .intro-grid, .split-heading, .trust-grid, .contact-grid, .footer-top, .people-grid { grid-template-columns: 1fr; gap: 34px; }
  .section h2, .contact-section h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .principle-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .principle-grid article { min-height: auto; padding: 28px 20px 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid article:last-child { border-bottom: 0; }
  .principle-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .line-icon { margin-top: 25px; }
  .government-grid { gap: 55px; }
  .government-photo { height: 440px; }
  .government-photo figcaption { align-items: flex-start; flex-direction: column; }
  .photo-panel { right: 8px; bottom: 100px; }
  .data-map { min-height: 420px; }
  .parcel-map { height: 340px; padding: 18px; }
  .map-panel { right: 14px; bottom: 14px; }
  .photo-panel {
    position: static;
    width: calc(100% - 28px);
    margin: 14px;
  }
  .feature-bento { grid-template-columns: 1fr; }
  .feature-large, .feature-small, .feature-wide { grid-column: 1 !important; min-height: 0; grid-template-columns: 1fr; padding: 26px; }
  .wizard-preview { margin-top: 10px; transform: translateY(26px); }
  .feature-icon-solid { margin-bottom: 50px; }
  .trust-heading { position: static; }
  .people-section { padding-bottom: 82px; }
  .resident-photo { height: 450px; border-radius: 0 55px 0 0; }
  .people-copy { padding-top: 28px; }
  .trust-stack article { grid-template-columns: 28px 1fr; gap: 14px; }
  .trust-mark { display: none; }
  .pilot-facts { grid-template-columns: 1fr; }
  .pilot-facts > div { min-height: auto; display: grid; grid-template-columns: 30px 1fr; align-items: end; padding: 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .pilot-facts small { margin: 0; }
  .pilot-facts strong { grid-column: 2; }
  .contact-section { padding-block: 72px; }
  .footer-top { padding-block: 56px; }
  .footer-nav { gap: 18px; }
  .footer-bottom { min-height: 100px; flex-wrap: wrap; gap: 8px 18px; padding-block: 22px; }
  .footer-bottom a { margin-left: 0; width: 100%; }
  .legal-main, .legal-hero-inner, .legal-nav { width: min(100% - 36px, 900px); }
  .legal-main { overflow-x: auto; padding-block: 38px 72px; }
}

@media (max-width: 440px) {
  .brand-mark { width: 34px; height: 34px; }
  .brand-word { font-size: 1.1rem; }
  .hero h1 { font-size: 2.5rem; letter-spacing: -.045em; }
  .eyebrow { font-size: .61rem; }
  .product-scene { min-height: 320px; }
  .app-preview-bar { height: 38px; }
  .app-preview-bar i { display: none; }
  .app-preview figcaption { align-items: flex-start; flex-direction: column; gap: 2px; padding: 9px 11px; }
  .government-photo, .resident-photo { height: 360px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .button:hover, .contact-options a:hover i, .arrow-link:hover span { transform: none; }
}
