:root {
  --navy: #061923;
  --navy-2: #0b2733;
  --ink: #17242a;
  --muted: #5e6c72;
  --gold: #d9ad59;
  --gold-dark: #a97824;
  --cream: #f5f1e8;
  --paper: #fffdfa;
  --line: #d9ddd9;
  --white: #fff;
  --shadow: 0 20px 60px rgba(6, 25, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--gold); padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { background: var(--navy); color: white; border-bottom: 1px solid rgba(255,255,255,.14); position: sticky; top: 0; z-index: 20; }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font: italic 22px Georgia, serif; }
.brand-name { display: grid; line-height: 1.05; letter-spacing: .22em; font-weight: 650; font-size: .98rem; }
.brand-name small { font-size: .55rem; color: #c3cbd0; margin-top: 7px; letter-spacing: .32em; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: #dce3e6; font-size: .9rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold); }
.nav-cta { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; padding: 12px 0; border-bottom: 1px solid var(--gold); }
.menu-button { display: none; margin-left: auto; background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; padding: 8px 10px; }

.eyebrow { margin: 0 0 18px; color: var(--gold-dark); font-size: .73rem; letter-spacing: .18em; font-weight: 750; text-transform: uppercase; }
.eyebrow.light { color: #e2bd73; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.3rem, 4.6vw, 4rem); letter-spacing: -.03em; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1.2rem; }
.lead { font-size: clamp(1.1rem, 2vw, 1.28rem); color: #dde5e8; max-width: 680px; }
.section-lead { font-size: 1.14rem; color: var(--muted); max-width: 760px; }
.section { padding: 96px 0; }
.section.soft { background: var(--cream); }
.section.dark { background: var(--navy); color: white; }
.section.dark .section-lead { color: #cbd5d9; }
.section-heading { max-width: 820px; margin-bottom: 48px; }

.hero { min-height: 755px; color: white; display: grid; align-items: center; background: linear-gradient(90deg, rgba(4,23,32,.98) 0%, rgba(4,23,32,.84) 38%, rgba(4,23,32,.14) 78%), url('/assets/hero.png') center/cover no-repeat; }
.hero-content { padding: 90px 0 56px; max-width: 760px; }
.hero h1 em { color: #ebbd68; font-weight: 400; }
.hero-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin: 32px 0 70px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 25px; background: var(--gold); color: #132027; border: 1px solid var(--gold); text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .72rem; font-weight: 800; }
.button:hover { background: #e8c276; }
.text-link { color: white; text-decoration: none; border-bottom: 1px solid white; font-weight: 700; font-size: .84rem; padding-bottom: 4px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 680px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); }
.trust-row div { padding-right: 28px; }
.trust-row div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.trust-row strong { display: block; font: 1.18rem Georgia, serif; color: #e7c275; }
.trust-row span { font-size: .72rem; color: #b9c4c8; }
.support-strip { background: white; border-bottom: 1px solid var(--line); }
.support-strip .shell { min-height: 92px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; gap: 20px; }
.support-strip strong { text-transform: uppercase; font-size: .68rem; letter-spacing: .14em; color: #78868c; }
.support-strip span { font: 1.04rem Georgia, serif; text-align: center; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: white; border: 1px solid var(--line); padding: 34px; box-shadow: 0 8px 30px rgba(8,25,32,.04); }
.dark .card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.16); }
.dark .card p { color: #cbd4d8; }
.number { display: inline-block; color: var(--gold-dark); font-size: .72rem; letter-spacing: .14em; font-weight: 800; margin-bottom: 18px; }
.checklist { list-style: none; padding: 0; margin: 24px 0; }
.checklist li { padding: 10px 0 10px 28px; position: relative; border-bottom: 1px solid rgba(100,110,112,.18); }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 800; }
.region-card { min-height: 460px; position: relative; overflow: hidden; display: flex; align-items: end; color: white; text-decoration: none; }
.region-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.region-card:hover img { transform: scale(1.03); }
.region-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,21,30,.94), rgba(3,21,30,.08)); }
.region-copy { position: relative; z-index: 1; padding: 36px; }
.region-copy p { color: #d6e0e3; }

.institution-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.institution { border-top: 2px solid var(--gold); padding: 25px 0; display: grid; grid-template-columns: 70px 1fr; gap: 16px; }
.institution-code { width: 58px; height: 58px; border: 1px solid #c6b281; display: grid; place-items: center; font-weight: 800; color: var(--gold-dark); }
.institution strong { display: block; }
.institution p { color: var(--muted); font-size: .9rem; }
.disclaimer { font-size: .78rem; color: var(--muted); }

.page-hero { color: white; background: var(--navy); padding: 105px 0 90px; overflow: hidden; position: relative; }
.page-hero::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(217,173,89,.24); border-radius: 50%; right: -80px; top: -190px; }
.page-hero h1 { max-width: 920px; font-size: clamp(3.2rem, 6vw, 5.6rem); }
.page-hero .lead { max-width: 820px; }
.photo-hero { min-height: 520px; display: grid; align-items: end; background-position: center; background-size: cover; }
.photo-hero.sd { background-image: linear-gradient(90deg, rgba(4,23,32,.88), rgba(4,23,32,.2)), url('/assets/san-diego.png'); }
.photo-hero.la { background-image: linear-gradient(90deg, rgba(4,23,32,.88), rgba(4,23,32,.2)), url('/assets/los-angeles.png'); }
.photo-hero .shell { padding-bottom: 65px; }
.photo-hero h1 { max-width: 820px; font-size: clamp(3.2rem, 6vw, 5.5rem); color: white; }
.photo-hero .lead { color: white; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.area-card { background: var(--paper); padding: 30px; }
.area-card p { color: var(--muted); margin-bottom: 0; }

.founder-panel { border-left: 3px solid var(--gold); padding-left: 34px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.contact-cards { display: grid; gap: 14px; margin: 32px 0; }
.contact-card { display: block; background: var(--cream); padding: 22px 24px; border-left: 3px solid var(--gold); text-decoration: none; }
.contact-card strong { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; color: var(--gold-dark); }
.contact-card span { font: 1.13rem Georgia, serif; overflow-wrap: anywhere; }
.form-card { background: white; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 42px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .82rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #bfc8cb; background: white; padding: 12px 13px; color: var(--ink); border-radius: 0; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(217,173,89,.28); border-color: var(--gold-dark); }
.consent { display: flex; gap: 10px; align-items: start; font-size: .8rem; color: var(--muted); }
.consent input { margin-top: 5px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 25px; font-weight: 700; }
.form-status.success { color: #1c6c49; }
.form-status.error { color: #a12d2d; }

.cta-band { background: var(--gold); padding: 68px 0; }
.cta-band .shell { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.cta-band h2 { margin-bottom: 0; max-width: 760px; }
.cta-band .button { background: var(--navy); border-color: var(--navy); color: white; flex: 0 0 auto; }
.site-footer { background: #03141c; color: #cbd5d8; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 50px; }
.footer-grid h3 { color: white; font: 700 .7rem ui-sans-serif, system-ui, sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid a { display: block; color: #d4dde0; text-decoration: none; margin: 8px 0; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); margin-top: 42px; padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; font-size: .77rem; }

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .nav-cta { display: none; }
  .nav-links { position: absolute; left: 0; right: 0; top: 86px; background: var(--navy); padding: 20px; display: none; flex-direction: column; align-items: start; border-top: 1px solid rgba(255,255,255,.15); }
  .nav-links.open { display: flex; }
  .support-strip .shell { grid-template-columns: 1fr 1fr; padding: 25px 0; }
  .support-strip strong { grid-column: 1 / -1; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .card-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .institution-row { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 72px; }
  .nav-links { top: 72px; }
  .hero { min-height: 720px; background-position: 63% center; }
  .hero-content { padding-top: 62px; }
  .hero h1 { font-size: 3.5rem; }
  .hero-actions { margin-bottom: 45px; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; }
  .trust-row div + div { border-left: 0; padding-left: 0; }
  .support-strip .shell, .card-grid, .card-grid.two, .area-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .section { padding: 72px 0; }
  .region-card { min-height: 360px; }
  .cta-band .shell, .footer-bottom { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .form-card { padding: 26px 20px; }
}

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