/* Global primitives and the approved static homepage.
   Shared palette/type tokens live in site-shell.css; application states in application.css. */
* { box-sizing: border-box; }
html { background: #fff; scroll-behavior: smooth; scroll-padding-top: 32px; scrollbar-color: #aaa #f5f5f5; }
body { margin: 0; background: var(--paper); color: var(--forest); font-family: var(--sans); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
.vault-site { --split-gap: 64px; --split-columns: repeat(2, minmax(0, 1fr)); background: #fff; color: #111; font-family: var(--sans); font-size: 17px; line-height: 1.65; }
::selection { background: #111; color: #fff; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button, a { color: inherit; }
p, h1, h2, h3, ol, dl { margin: 0; }
h1, h2, h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.035em; }
h2 { font-size: clamp(44px, 4.45vw, 64px); line-height: 1.07; text-wrap: balance; }
h3 { font-size: 31px; line-height: 1.2; }
.vault-site p { text-wrap: pretty; }
img { display: block; max-width: 100%; height: auto; }
.vault-site :is(button, a, input, textarea, summary):focus-visible { outline: 2px solid #111; outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only, .honeypot { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: 10px; left: 10px; padding: 12px 20px; background: #111; color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.preview-banner { padding: 7px 16px; text-align: center; font-size: 13px; font-weight: 600; line-height: 20px; background: #f3f3f3; color: #111; border-bottom: 1px solid #ddd; }
.preview-banner span { margin-inline: 8px; }
.wrap { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }

/* Shared actions. Variants keep their own component geometry below. */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 16px 24px; border: 1px solid transparent; border-radius: 6px; font-family: var(--sans); font-size: 17px; font-weight: 650; line-height: 1.4; letter-spacing: -.01em; text-decoration: none; box-shadow: none; transition: background-color 160ms ease-out, color 160ms ease-out, border-color 160ms ease-out, transform 160ms ease-out; }
.button-primary, .button-lime { border-color: #111; background: #111; color: #fff; }
.button-primary:hover { background: #000; }
.button-outline { border-color: #aaa; background: #fff; color: #111; padding: 12px 20px; }
.button:active:not(:disabled) { transform: scale(.98); }
.button:disabled { opacity: .58; cursor: not-allowed; }
.arrow { font-size: 25px; line-height: 20px; font-weight: 400; transition: transform .18s ease; }
.button:hover .arrow { transform: translateX(4px); }
.button:disabled .arrow { transform: none; }
.text-link { text-decoration: none; font-size: 16px; font-weight: 500; }
.text-link:hover { text-decoration: underline; text-underline-offset: 6px; }
.text-link span { margin-left: 9px; }
.policy-text-link { color: #111; text-decoration: underline; text-underline-offset: 3px; }

/* Hero: one still image, positioned independently from readable foreground copy. */
.hero-vault.immersive-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 0; width: min(100%, 1360px); min-height: clamp(620px, 56.28vw, 765px); margin: 0 auto; padding: 0; overflow: hidden; isolation: isolate; background: #fff; }
.immersive-room { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: #fff; }
.immersive-room img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: 50% 50%; mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 80%, rgb(0 0 0 / 60%) 85%, rgb(0 0 0 / 18%) 92%, transparent 99%); }
.immersive-room::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, #fff 28%, #ffffffa6 42%, #ffffff00 57%, #ffffff00 92%, #fff 100%); }
.immersive-hero .vault-hero-content.wrap { position: relative; z-index: 1; display: block; min-height: 0; width: min(1160px, calc(100% - 80px)); padding-block: 64px 72px; pointer-events: none; }
.immersive-hero .vault-hero-copy { position: relative; width: min(48%, 520px); max-width: 520px; padding: 0; background: none; color: #111; text-align: left; pointer-events: auto; }
.vault-site #hero-title { margin: 0 0 26px; font-family: var(--sans); font-size: clamp(42px, 4.25vw, 56px); font-weight: 700; line-height: 1.1; letter-spacing: -.025em; text-wrap: balance; font-synthesis: none; }
#hero-title br { display: block; }
#hero-title .hero-fund { color: #13804b; }
#hero-title .hero-close { color: #ff6200; }
.immersive-hero .vault-hero-description { max-width: 440px; margin: 0; color: #404040; font-size: clamp(17px, 1.4vw, 19px); font-weight: 450; line-height: 1.65; }
.immersive-hero .vault-hero-scope { max-width: 440px; margin: 0 0 16px; color: #111; font-size: clamp(18px, 1.6vw, 21px); font-weight: 650; line-height: 1.5; }
.immersive-hero .vault-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; margin-top: 32px; }
.immersive-hero .vault-primary { width: auto; min-width: 0; min-height: 56px; margin: 0; padding: 16px 23px; gap: 20px; font-size: 16px; }
.immersive-hero .hero-process-link { display: inline-flex; align-items: center; min-height: 44px; color: #333; font-size: 14px; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.immersive-hero .vault-hero-timing { max-width: 440px; margin: 22px 0 0; color: #505050; font-size: 14px; line-height: 1.65; }

/* Benefit cards. */
.vault-benefits-band { position: relative; z-index: 1; margin-top: clamp(-48px, -3.53vw, -34px); background: transparent; border: 0; }
.coverage-intro { padding-top: 20px; }
.vault-site .coverage-intro h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.15; }
.coverage-intro p { margin-top: 14px; color: #505050; font-size: 16px; }
.coverage-note { color: #505050; font-size: 16px; }
.vault-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-block: 0; padding: 32px 0 24px; list-style: none; }
.vault-benefits li { display: block; min-width: 0; padding: 30px; border: 1px solid #dedede; border-radius: 14px; background: linear-gradient(145deg, #fff 0%, #f7f7f7 42%, #e9e9e9 100%); box-shadow: none; }
.vault-benefits .benefit-icon { display: block; width: 28px; height: 28px; margin: 0 0 22px; flex: 0 0 26px; stroke: #333; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.vault-benefits strong { display: block; margin-bottom: 12px; color: #111; font-family: var(--sans); font-size: 21px; font-weight: 700; line-height: 1.3; letter-spacing: -.02em; text-wrap: balance; }
.vault-benefits span { display: block; max-width: none; color: #505050; font-size: 16px; line-height: 1.6; }

/* Process and eligibility. Numbers identify the actual sequential steps. */
.section { padding-block: 72px; }
.vault-site main > .section, .vault-site .eligibility-layout, .vault-site .faq-section { padding-block: 96px; }
.vault-site .section h2, .vault-site .faq-band h2 { font-size: clamp(36px, 3.5vw, 48px); font-weight: 600; line-height: 1.12; letter-spacing: -.035em; }
.process h2 { max-width: 760px; margin-bottom: 40px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; list-style: none; padding: 32px 0 0; border-top: 1px solid #ccc; }
.step-number { display: inline-block; position: relative; margin-bottom: 22px; color: #606060; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; }
.steps h3 { margin-bottom: 13px; font-family: var(--sans); color: #111; font-size: 21px; font-weight: 650; line-height: 1.35; letter-spacing: -.025em; }
.steps p { max-width: 38ch; color: #505050; font-size: 16px; line-height: 1.7; }
.eligibility-band { background: #f7f7f7; border-top: 1px solid #e8e8e8; }
.eligibility-layout { display: grid; grid-template-columns: var(--split-columns); gap: var(--split-gap); align-items: start; }
.section-intro > p:not(.eyebrow) { font-size: 18px; margin-top: 29px; line-height: 1.7; max-width: 370px; }
.eligibility-layout .section-intro > p:not(.eyebrow) { max-width: 51ch; margin-top: 22px; color: #505050; font-size: 16px; line-height: 1.75; }
.eligibility-layout .button { margin-top: 30px; min-height: 52px; font-size: 16px; }
.preparation { padding: 0; border: 0 solid #d8d8d8; }
.preparation h3 { margin: 0; color: #111; font-family: var(--sans); font-size: 24px; font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.preparation-lead { max-width: 52ch; margin-top: 12px; color: #505050; font-size: 15px; line-height: 1.75; }
.deal-details { padding-top: 28px; }
.deal-details > div { display: grid; grid-template-columns: 122px minmax(0, 1fr); gap: 24px; padding-block: 22px; border-bottom: 1px solid #ddd; }
.deal-details > div:first-child { padding-top: 0; }
.deal-details > div:last-child { padding-bottom: 0; border-bottom: 0; }
.deal-details dt { color: #111; font-size: 14px; font-weight: 650; line-height: 1.7; }
.deal-details dd { margin: 0; color: #505050; font-size: 15px; line-height: 1.7; }

/* FAQ: native disclosure controls, including their open and focus states. */
.faq-band { background: #fff; color: #111; }
.faq-section { display: grid; grid-template-columns: var(--split-columns); gap: var(--split-gap); align-items: start; }
.faq-section .section-intro > p:not(.eyebrow) { margin-top: 22px; color: #505050; font-size: 16px; }
.faq-contact { max-width: 430px; margin-top: 32px; padding-top: 26px; border-top: 1px solid #dedede; }
.faq-contact p { margin-bottom: 20px; color: #505050; font-size: 15px; line-height: 1.7; }
.faq-contact .button { min-height: 52px; font-size: 16px; gap: 16px; }
.faq-list { margin-top: -4px; }
.faq-list details { border-bottom: 1px solid #dedede; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { position: relative; list-style: none; padding: 24px 40px 24px 0; color: #111; font-size: 18px; font-weight: 550; line-height: 1.5; letter-spacing: -.01em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-icon { position: absolute; width: 21px; height: 21px; right: 3px; top: 27px; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: #111; }
.faq-icon::before { height: 1.5px; width: 21px; top: 10px; left: 0; }
.faq-icon::after { height: 21px; width: 1.5px; top: 0; left: 10px; transition: transform .15s ease; }
details[open] .faq-icon::after { transform: rotate(90deg); }
.faq-list details p { padding: 0 34px 24px 0; color: #505050; font-size: 15px; line-height: 1.75; }

@media (hover: hover) and (pointer: fine) {
  .button-primary:hover, .button-lime:hover { background: #333; border-color: #333; color: #fff; }
  .button-outline:hover { background: #f4f4f4; border-color: #888; color: #111; }
  .immersive-hero .hero-process-link:hover { color: #111; text-decoration-thickness: 2px; }
}
@media (max-width: 1100px) {
  .immersive-hero .vault-hero-copy { width: 48%; }
  .immersive-hero .vault-hero-description { font-size: 17px; }
  .immersive-hero .vault-hero-actions { gap: 14px 18px; }
  .immersive-hero .vault-primary { padding-inline: 18px; gap: 14px; font-size: 15px; }
  .steps { gap: 32px; }
}
@media (max-width: 1000px) {
  .vault-site { --split-gap: 40px; }
  .wrap, .immersive-hero .vault-hero-content.wrap { width: calc(100% - 56px); }
}
@media (max-width: 960px) {
  .hero-vault.immersive-hero { display: flex; flex-direction: column; min-height: 0; width: 100%; align-items: stretch; }
  .immersive-room { display: none; }
  .immersive-hero .vault-hero-content.wrap { order: 0; padding-block: 52px 36px; }
  .immersive-hero .vault-hero-copy { width: 100%; max-width: 640px; }
  .vault-site #hero-title { max-width: 640px; font-size: clamp(32px, 9vw, 56px); }
  .immersive-hero .vault-hero-description { max-width: 590px; font-size: 18px; }
  .immersive-hero .vault-hero-timing { max-width: 565px; }
  .vault-benefits-band { position: static; z-index: auto; margin-top: 0; background: #fff; }
  .vault-site main > .section, .vault-site .eligibility-layout, .vault-site .faq-section { padding-block: 76px; }
  .deal-details > div { grid-template-columns: minmax(0, 1fr); gap: 6px; }
}
@media (max-width: 900px) {
  .vault-site { --split-columns: minmax(0, 1fr); }
  .eligibility-layout { gap: 32px; }
  .preparation { padding-top: 28px; border-top: 1px solid #d8d8d8; }
  .faq-section { gap: 32px; }
  .faq-contact { max-width: none; }
  .faq-contact p, .faq-list details p { max-width: 68ch; }
}
@media (max-width: 800px) {
  .vault-benefits { grid-template-columns: 1fr; gap: 16px; }
  .vault-benefits li { padding: 26px; }
  .section-intro > p:not(.eyebrow) { max-width: 520px; margin-top: 23px; }
}
@media (max-width: 760px) {
  .vault-site main > .section, .vault-site .eligibility-layout, .vault-site .faq-section { padding-block: 64px; }
  .vault-site .section h2, .vault-site .faq-band h2 { max-width: 640px; font-size: clamp(32px, 5.8vw, 42px); }
  .process h2 { margin-bottom: 30px; }
  .steps { grid-template-columns: 1fr; gap: 30px; padding-top: 30px; }
  .steps li { position: relative; padding-left: 42px; }
  .step-number { position: absolute; left: 0; top: 3px; margin: 0; }
  .steps h3 { font-size: 20px; }
  .steps p { max-width: 62ch; }
  .eligibility-layout { grid-template-columns: 1fr; gap: 36px; }
  .preparation { padding-top: 30px; border-top: 1px solid #d8d8d8; }
  .deal-details > div { grid-template-columns: 125px minmax(0, 1fr); gap: 22px; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; }
  .faq-section .section-intro > p:not(.eyebrow) { max-width: none; }
  .faq-contact { max-width: 580px; }
}
@media (max-width: 540px) {
  .wrap, .immersive-hero .vault-hero-content.wrap { width: calc(100% - 40px); }
  .button { font-size: 15px; padding: 15px 19px; gap: 25px; }
  .immersive-hero .vault-hero-content.wrap { padding-top: 36px; }
  .vault-site #hero-title { margin-bottom: 22px; }
  .immersive-hero .vault-hero-description { font-size: 16px; line-height: 1.7; }
  .immersive-hero .vault-hero-actions { gap: 12px 18px; margin-top: 25px; }
  .immersive-hero .vault-primary { width: 100%; min-height: 54px; padding: 15px 20px; font-size: 16px; }
  .immersive-hero .hero-process-link { min-height: 36px; font-size: 14px; }
  .immersive-hero .vault-hero-timing { margin-top: 16px; font-size: 14px; line-height: 1.7; }
  .vault-site main > .section, .vault-site .eligibility-layout, .vault-site .faq-section { padding-block: 56px; }
  .steps h3 { font-size: 19px; }
  .steps p, .eligibility-layout .section-intro > p:not(.eyebrow) { font-size: 15px; }
  .preparation h3 { font-size: 23px; }
  .deal-details > div { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .faq-list summary { font-size: 17px; }
  .faq-icon { width: 18px; height: 18px; }
  .faq-icon::before { width: 18px; top: 8px; }
  .faq-icon::after { height: 18px; left: 8px; }
  .faq-list details p { padding-right: 12px; font-size: 15px; }
}
@media (max-width: 360px) {
  .wrap, .immersive-hero .vault-hero-content.wrap { width: calc(100% - 32px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation: none !important; }
  .button:active:not(:disabled) { transform: none; }
}
