:root {
  --ink: #061a38;
  --muted: #5b6678;
  --emerald: #071f45;
  --emerald-2: #0b315f;
  --sage: #e8eef5;
  --cream: #f4f6f9;
  --paper: #ffffff;
  --gold: #c4202b;
  --gold-light: #f07a80;
  --line: rgba(6,26,56,.13);
  --shadow: 0 28px 70px rgba(5,27,58,.14);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(6,26,56,.1); backdrop-filter: blur(14px); }
.utility-bar { height: 38px; display: flex; align-items: center; color: white; background: linear-gradient(90deg, #061a38, #092a52); }
.utility-wrap { width: min(1180px, calc(100% - 48px)); margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 28px; font-size: 10px; font-weight: 650; letter-spacing: .02em; }
.utility-wrap a, .utility-wrap > span { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.utility-wrap a span, .utility-wrap > span i { color: var(--gold-light); font-style: normal; }
.utility-wrap a:hover, .utility-wrap a:focus-visible { color: var(--gold-light); }
.nav-wrap { width: min(1180px, calc(100% - 48px)); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 46px; height: 46px; border: 1px solid var(--gold); border-radius: 50%; display: grid; grid-template-columns: 1fr auto 1fr; place-items: center; padding: 0 7px; color: var(--emerald); background: rgba(255,255,255,.84); }
.brand-mark span { font: 700 17px/1 var(--serif); }
.brand-mark i { font: italic 10px/1 var(--serif); color: var(--gold); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 700 22px/1 var(--serif); letter-spacing: .07em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 32px; }
.primary-nav > a { position: relative; text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .02em; }
.primary-nav > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: right .25s; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 1.5px; margin: 6px 0; background: var(--ink); }

.button { border: 1px solid var(--gold); border-radius: 3px; background: var(--gold); color: white; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; text-decoration: none; font-size: 13px; font-weight: 750; letter-spacing: .025em; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #a91822; box-shadow: 0 10px 24px rgba(196,32,43,.2); }
.primary-nav .button { border-color: var(--emerald); background: var(--emerald); }
.primary-nav .button:hover, .primary-nav .button:focus-visible { background: var(--emerald-2); }
.button-small { min-height: 44px; padding-inline: 18px; }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--emerald); }
.button-light:hover, .button-light:focus-visible { background: white; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--emerald); font-size: 13px; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(10,52,45,.3); padding-block: 5px; }
.text-link.dark { color: var(--paper); border-color: rgba(255,255,255,.4); }

.hero { position: relative; min-height: 828px; padding: 192px 24px 92px; overflow: hidden; background: radial-gradient(circle at 82% 8%, rgba(196,32,43,.10), transparent 27%), linear-gradient(125deg, #f8fafc 0%, #ffffff 55%, #eef2f7 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(7,31,69,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(7,31,69,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, black 70%); }
.hero-grid { position: relative; z-index: 1; width: min(1180px, 100%); min-height: 545px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--emerald); font-size: 10px; line-height: 1.3; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { max-width: 680px; margin: 0; font: 400 clamp(50px, 6.1vw, 82px)/.98 var(--serif); letter-spacing: -.035em; }
.hero h1 em { display: block; color: var(--emerald); font-weight: 400; }
.hero-lede { max-width: 580px; margin: 28px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-lede strong { color: var(--ink); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { margin-top: 42px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.hero-visual { position: relative; min-height: 500px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(10,52,45,.13); }
.orbit-one { width: 440px; height: 440px; right: -45px; top: 22px; }
.orbit-two { width: 330px; height: 330px; right: 10px; top: 78px; border-color: rgba(196,32,43,.22); }
.doc-card { position: absolute; border-radius: 6px; box-shadow: var(--shadow); }
.doc-card-back { width: 270px; height: 360px; right: 18px; top: 78px; padding: 36px 28px; background: var(--emerald); transform: rotate(8deg); }
.doc-seal { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(240,122,128,.58); border-radius: 50%; color: white; font: 700 17px/1 var(--serif); letter-spacing: .1em; }
.doc-line { display: block; width: 72%; height: 2px; margin-top: 22px; background: rgba(255,255,255,.22); }
.doc-line.long { width: 92%; margin-top: 48px; }.doc-line.short { width: 54%; }
.doc-card-front { width: 335px; left: 15px; top: 98px; padding: 28px; background: rgba(255,255,255,.97); border: 1px solid rgba(196,32,43,.20); transform: rotate(-3deg); }
.doc-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.doc-top b { color: var(--gold); font: 400 28px/1 var(--serif); }
.check-row { display: flex; gap: 14px; align-items: flex-start; padding: 21px 0; border-bottom: 1px solid var(--line); }
.check-row:last-child { border: 0; }
.check-row i { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--emerald); font-style: normal; font-size: 11px; }
.check-row span { display: flex; flex-direction: column; gap: 5px; }
.check-row strong { font: 600 16px/1.2 var(--serif); }.check-row small { color: var(--muted); font-size: 11px; }
.status-pill { position: absolute; right: 2px; bottom: 30px; padding: 14px 18px; border-radius: 40px; color: var(--emerald); background: rgba(255,255,255,.92); box-shadow: 0 12px 35px rgba(10,52,45,.12); font-size: 11px; font-weight: 750; }
.status-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #57a56f; box-shadow: 0 0 0 4px rgba(87,165,111,.15); }
.scroll-cue { position: absolute; left: max(24px, calc((100% - 1180px)/2)); bottom: 28px; z-index: 1; display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }

.services-section { padding: 118px 24px; background: var(--emerald); color: var(--paper); }
.section-heading { width: min(1180px, 100%); margin: 0 auto 58px; display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.section-heading h2, .gov-intro h2, .contact-copy h2 { margin: 0; font: 400 clamp(40px, 4.5vw, 62px)/1.05 var(--serif); letter-spacing: -.03em; }
.section-heading > p { margin: 0 0 6px; color: rgba(255,255,255,.66); line-height: 1.75; font-size: 15px; }
.service-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-card { position: relative; min-height: 340px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); overflow: hidden; transition: background .25s, transform .25s; }
.service-card::after { content: ''; position: absolute; width: 180px; height: 180px; right: -90px; top: -90px; border-radius: 50%; border: 1px solid rgba(240,122,128,.18); transition: transform .4s; }
.service-card:hover { background: rgba(255,255,255,.055); }
.service-card:hover::after { transform: scale(1.18); }
.service-card:focus-within { outline: 2px solid var(--gold); outline-offset: -3px; }
.service-number { color: rgba(255,255,255,.35); font: 400 12px/1 var(--serif); }
.service-icon { width: 46px; height: 46px; margin: 42px 0 22px; display: grid; place-items: center; border: 1px solid rgba(240,122,128,.55); border-radius: 50%; color: var(--gold-light); font-size: 19px; }
.service-card h3 { max-width: 280px; margin: 0 0 14px; font: 500 24px/1.15 var(--serif); }
.service-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }
.card-link { align-self: flex-start; margin-top: auto; padding: 20px 0 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--paper); font-size: 11px; font-weight: 750; text-decoration: none; cursor: pointer; }
.card-link span { margin-left: 8px; color: var(--gold-light); }
.accent-card { background: #0a2b57; }
.finder-banner { width: min(1180px, 100%); margin: 40px auto 0; padding: 34px 38px; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: linear-gradient(110deg, #ab1721, #d52b35); color: white; }
.finder-kicker { font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.finder-banner h3 { margin: 8px 0 0; font: 500 27px/1.1 var(--serif); }

.partner-section { padding: 118px 24px 0; background: var(--cream); }
.founder-feature { width: min(1180px, 100%); margin: 0 auto 118px; padding-bottom: 118px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; border-bottom: 1px solid var(--line); scroll-margin-top: 140px; }
.founder-portrait { position: relative; z-index: 1; margin: 0; aspect-ratio: 4 / 5; background: var(--emerald); box-shadow: 0 28px 65px rgba(6,26,56,.17); }
.founder-portrait::before { content: ''; position: absolute; z-index: -1; left: -18px; bottom: -18px; width: 62%; height: 58%; background: var(--gold); }
.founder-portrait::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.42); pointer-events: none; }
.founder-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.founder-portrait figcaption { position: absolute; z-index: 2; right: -28px; bottom: 28px; min-width: 210px; padding: 17px 20px; display: flex; flex-direction: column; gap: 5px; background: white; box-shadow: 0 16px 38px rgba(6,26,56,.17); }
.founder-portrait figcaption span { color: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.founder-portrait figcaption strong { color: var(--ink); font: 600 20px/1.2 var(--serif); }
.founder-copy h2 { max-width: 660px; margin: 0 0 28px; font: 400 clamp(40px, 4.5vw, 60px)/1.04 var(--serif); letter-spacing: -.03em; }
.founder-role { margin: -10px 0 15px !important; color: var(--gold) !important; font-size: 10px !important; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.founder-copy > p:not(.eyebrow):not(.founder-role) { max-width: 690px; margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.78; }
.founder-credentials { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.founder-credentials span { padding: 8px 11px; border: 1px solid rgba(7,31,69,.12); border-radius: 30px; background: white; color: var(--emerald); font-size: 8.5px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.founder-copy blockquote { margin: 28px 0 0; padding: 2px 0 2px 22px; border-left: 3px solid var(--gold); color: var(--emerald); font: italic 500 20px/1.45 var(--serif); }
.gov-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; scroll-margin-top: 140px; }
.gov-intro > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.78; }
.gov-actions { display: flex; align-items: center; gap: 28px; }
.gov-actions .dark { color: var(--emerald); border-color: rgba(10,52,45,.3); }
.capabilities { padding: 38px 42px; background: var(--paper); box-shadow: 0 22px 55px rgba(10,52,45,.08); border-top: 3px solid var(--gold); }
.cap-label { margin: 0; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.capabilities ul { list-style: none; margin: 0; padding: 0; }
.capabilities li { padding: 22px 0; display: flex; gap: 20px; align-items: flex-start; border-bottom: 1px solid var(--line); }
.capabilities li > span { color: var(--gold); font: 400 13px/1.3 var(--serif); }
.capabilities li div { display: flex; flex-direction: column; gap: 6px; }.capabilities li strong { font: 600 17px/1.2 var(--serif); }.capabilities li small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.credentials { padding-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.credentials span { padding: 7px 10px; border-radius: 30px; background: var(--sage); color: var(--emerald); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.contact-panel { width: min(1180px, 100%); margin: 110px auto 0; padding: 64px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; background: var(--emerald); color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.65); line-height: 1.7; font-size: 13px; }
.contact-actions { padding-left: 50px; border-left: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.contact-email { margin: 0 0 22px; text-decoration: none; display: flex; flex-direction: column; gap: 7px; }
.contact-phone { margin-top: 25px; }
.contact-email span { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-email strong { overflow-wrap: anywhere; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.contact-actions p { max-width: 330px; margin: 0; color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.65; }
.process-strip { width: min(1180px, 100%); margin: 0 auto; padding: 38px 0 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.process-strip > div { padding: 0 32px; display: flex; gap: 15px; border-right: 1px solid var(--line); }.process-strip > div:first-child { padding-left: 0; }.process-strip > div:last-child { border: 0; }
.process-strip span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border-radius: 50%; background: var(--emerald); color: white; font-size: 10px; }
.process-strip p { margin: 0; display: flex; flex-direction: column; gap: 6px; }.process-strip strong { font: 600 16px/1.25 var(--serif); }.process-strip small { color: var(--muted); line-height: 1.5; }

footer { padding: 54px 24px 32px; background: var(--cream); }
.footer-top, .disclaimer { width: min(1180px, 100%); margin: auto; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-top > p { color: var(--muted); text-align: center; font: italic 15px/1.5 var(--serif); }.footer-top > p a { color: var(--gold); font-family: var(--sans); font-size: 12px; font-style: normal; font-weight: 800; text-decoration: none; }.footer-top > a:last-child { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.disclaimer { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.disclaimer p { max-width: 850px; margin: 0; color: #79827f; font-size: 9.5px; line-height: 1.7; }.disclaimer p strong { color: #606b67; }.disclaimer > span { color: #79827f; font-size: 9px; white-space: nowrap; }

.finder-overlay { position: fixed; inset: 0; z-index: 100; padding: 22px; place-items: center; background: rgba(3,22,18,.72); backdrop-filter: blur(8px); }
.finder-overlay:not([hidden]) { display: grid; }
.finder-dialog { position: relative; width: min(840px, 100%); max-height: calc(100vh - 44px); overflow: auto; padding: 48px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.finder-close { position: absolute; z-index: 2; right: 20px; top: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font: 300 25px/1 var(--sans); cursor: pointer; }
.finder-progress { height: 3px; margin: -48px -48px 42px; background: var(--sage); }.finder-progress span { display: block; width: 48%; height: 100%; background: var(--gold); transition: width .3s; }.finder-progress span.complete { width: 100%; }
.finder-step h2 { max-width: 650px; margin: 0; font: 400 clamp(36px, 5vw, 54px)/1.04 var(--serif); letter-spacing: -.03em; }
.finder-intro { max-width: 630px; color: var(--muted); line-height: 1.6; font-size: 13px; }
.finder-options { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.finder-options button { position: relative; min-height: 94px; padding: 18px 18px 18px 70px; border: 1px solid var(--line); background: white; text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, background .2s; }
.finder-options button:hover, .finder-options button:focus-visible { transform: translateY(-2px); border-color: var(--gold); background: #fffcf5; }
.finder-options button > span { position: absolute; left: 18px; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--emerald); }
.finder-options strong, .finder-options small { display: block; }.finder-options strong { font: 600 17px/1.2 var(--serif); }.finder-options small { margin-top: 6px; color: var(--muted); font-size: 11px; }
.finder-back { padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 11px; font-weight: 750; cursor: pointer; }
.result-label { margin: 34px 0 10px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.result-step > p:not(.result-label) { color: var(--muted); line-height: 1.7; }
.result-checklist { margin-top: 25px; padding: 22px 24px; background: var(--cream); }.result-checklist > strong { font: 600 17px/1.2 var(--serif); }.result-checklist ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.result-note { margin: 14px 0 24px; padding: 16px 18px; display: flex; gap: 13px; border: 1px solid var(--line); }.result-note > span { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--emerald); font: 700 12px/1 var(--serif); }.result-note p { margin: 1px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.result-actions { display: flex; align-items: center; gap: 22px; }.copy-summary { border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 8px 0; color: var(--emerald); font-size: 11px; font-weight: 750; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .utility-wrap { width: min(100% - 32px, 1180px); }
  .utility-wrap > span { display: none; }
  .nav-wrap { width: min(100% - 32px, 1180px); height: 78px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 16px; right: 16px; top: 110px; padding: 22px; display: none; flex-direction: column; align-items: stretch; gap: 20px; background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }.primary-nav .button { width: 100%; }
  .hero { min-height: auto; padding-top: 168px; }.hero-grid { grid-template-columns: 1fr; gap: 20px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 480px; width: min(520px, 100%); margin: auto; }.scroll-cue { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.section-heading { grid-template-columns: 1fr; gap: 24px; }
  .founder-feature { grid-template-columns: .82fr 1.18fr; gap: 55px; }.founder-portrait figcaption { right: -18px; }
  .gov-grid { grid-template-columns: 1fr; gap: 55px; }.contact-panel { grid-template-columns: 1fr; gap: 35px; padding: 48px; }.contact-actions { padding: 32px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .process-strip { gap: 0; }.process-strip > div { padding: 0 20px; }
}

@media (max-width: 640px) {
  .utility-bar { height: 34px; }
  .utility-wrap { justify-content: center; gap: 24px; }
  .utility-wrap a { font-size: 0; }
  .utility-wrap a:first-child { font-size: 10px; }
  .utility-wrap a span { font-size: 13px; }
  .brand-mark { width: 40px; height: 40px; }.brand-copy strong { font-size: 19px; }.brand-copy small { font-size: 7.5px; }
  .hero { padding: 150px 20px 70px; }.hero h1 { font-size: clamp(43px, 13vw, 58px); }.hero-lede { font-size: 15px; line-height: 1.65; }.hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: flex-start; }.trust-row { gap: 9px; line-height: 1.6; }
  .hero-visual { min-height: 400px; transform: scale(.91); transform-origin: center top; margin-bottom: -35px; }.orbit-one { width: 380px; height: 380px; right: -60px; }.orbit-two { width: 290px; height: 290px; }.doc-card-front { width: 295px; left: 0; }.doc-card-back { width: 235px; right: 0; }.status-pill { bottom: 5px; right: 8px; }
  .services-section, .partner-section { padding: 82px 20px 0; }.services-section { padding-bottom: 82px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 305px; padding: 28px; }.service-icon { margin-top: 32px; }.finder-banner { padding: 28px; flex-direction: column; align-items: stretch; }.finder-banner .button { width: 100%; }
  .founder-feature { margin-bottom: 82px; padding-bottom: 82px; grid-template-columns: 1fr; gap: 58px; }.founder-portrait { width: calc(100% - 18px); max-width: 470px; }.founder-portrait figcaption { right: -18px; bottom: 20px; min-width: 190px; }.founder-copy h2 { font-size: 42px; }.founder-copy blockquote { font-size: 18px; }
  .gov-actions { flex-direction: column; align-items: stretch; }.gov-actions .text-link { align-self: flex-start; }.capabilities { padding: 30px 24px; }.contact-panel { margin-top: 75px; padding: 36px 26px; }.contact-copy h2 { font-size: 40px; }
  .process-strip { padding: 38px 0 55px; grid-template-columns: 1fr; gap: 26px; }.process-strip > div { padding: 0; border: 0; }
  footer { padding: 45px 20px 28px; }.footer-top { grid-template-columns: 1fr; }.footer-top > p { text-align: left; }.disclaimer { grid-template-columns: 1fr; gap: 20px; }
  .finder-overlay { padding: 0; }.finder-dialog { width: 100%; max-height: 100vh; min-height: 100vh; padding: 34px 20px; }.finder-progress { margin: -34px -20px 32px; }.finder-options { grid-template-columns: 1fr; }.result-actions { flex-direction: column; align-items: stretch; }.result-actions .button { width: 100%; }.copy-summary { align-self: center; }
}

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