
:root {
  --navy: #0f2341;
  --navy-deep: #08111f;
  --navy-darker: #060d18;
  --gold: #c9a24a;
  --sand: #e8d9b5;
  --stone: #6e6a63;
  --offwhite: #f7f4ed;
  --text-soft: rgba(247, 244, 237, 0.74);
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
  --radius-lg: 24px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #0a1426; color: var(--offwhite); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(201,162,74,.16); background: rgba(8,17,31,.92); backdrop-filter: blur(16px); }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:86px; }
.brand { display:flex; align-items:center; gap:14px; }
.brand-logo-wrap { padding:6px; border-radius:18px; background:rgba(255,255,255,.05); border:1px solid rgba(201,162,74,.24); box-shadow:0 10px 35px rgba(0,0,0,.35); }
.brand-logo { width:56px; height:56px; object-fit:contain; }
.brand-kicker { font-size:11px; letter-spacing:.34em; text-transform:uppercase; color:var(--gold); font-weight:700; }
.brand-name { font-size:16px; font-weight:700; color:#fff; }
.desktop-nav { display:flex; align-items:center; gap:24px; }
.nav-link { color:rgba(255,255,255,.8); font-weight:500; font-size:14px; }
.nav-link:hover, .nav-link.active { color:var(--sand); }
.header-actions { display:flex; align-items:center; gap:12px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:14px 22px; border-radius:999px; font-weight:700; transition:transform .18s ease, opacity .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform:translateY(-1px); }
.btn-primary { background:var(--gold); color:var(--navy); box-shadow:0 14px 38px rgba(201,162,74,.28); }
.btn-secondary { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.16); color:#fff; }
.btn-secondary:hover { border-color:var(--gold); color:var(--sand); }
.btn-dark { background:var(--navy); color:white; box-shadow:0 12px 30px rgba(15,35,65,.24); }
.mobile-toggle { display:none; width:44px; height:44px; border-radius:999px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); color:white; font-size:18px; }
.mobile-nav { display:none; border-top:1px solid rgba(255,255,255,.1); background:#09111d; }
.mobile-nav.open { display:block; }
.mobile-nav-inner { display:flex; flex-direction:column; padding:16px 0 18px; }
.mobile-link { color:rgba(255,255,255,.86); text-align:left; padding:14px 16px; border-radius:18px; }
.mobile-link:hover { background:rgba(255,255,255,.05); }
.hero { position:relative; overflow:hidden; border-bottom:1px solid rgba(201,162,74,.1); background: radial-gradient(circle at top, rgba(201,162,74,.24), transparent 30%), radial-gradient(circle at 15% 35%, rgba(232,217,181,.08), transparent 25%), linear-gradient(180deg, rgba(15,35,65,.05), rgba(8,17,31,.92)); }
.hero::after { content:''; position:absolute; inset:0; opacity:.08; background-image: linear-gradient(rgba(247,244,237,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(247,244,237,.18) 1px, transparent 1px); background-size:72px 72px; pointer-events:none; }
.hero-inner { position:relative; display:flex; justify-content:space-between; gap:30px; padding:68px 0 78px; }
.hero-copy { max-width:820px; }
.eyebrow { display:inline-flex; align-items:center; padding:10px 14px; border-radius:999px; border:1px solid rgba(201,162,74,.3); background:rgba(255,255,255,.05); color:var(--sand); text-transform:uppercase; letter-spacing:.28em; font-size:11px; font-weight:700; }
.hero-heading-row { margin-top:24px; display:flex; gap:20px; align-items:flex-start; }
.hero-crest-wrap { display:flex; padding:10px; border-radius:28px; background:rgba(255,255,255,.05); border:1px solid rgba(201,162,74,.2); box-shadow:0 20px 60px rgba(0,0,0,.35); }
.crest { width:108px; height:108px; object-fit:contain; }
.page-label { font-size:12px; text-transform:uppercase; letter-spacing:.25em; color:var(--gold); }
.hero h1 { margin:12px 0 0; font-size:clamp(40px,7vw,68px); line-height:1.04; letter-spacing:-.04em; }
.hero p { margin:20px 0 0; max-width:720px; color:var(--text-soft); line-height:1.9; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:26px; }
.section { padding:68px 0 84px; }
.section-head { max-width:820px; }
.section-kicker { color:var(--gold); text-transform:uppercase; letter-spacing:.24em; font-size:12px; font-weight:700; }
.section h2 { margin:12px 0 0; font-size:clamp(32px,4vw,54px); line-height:1.08; letter-spacing:-.03em; }
.section-desc { margin:18px 0 0; color:var(--text-soft); line-height:1.9; max-width:820px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.card { border-radius:var(--radius-lg); border:1px solid rgba(201,162,74,.12); background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); padding:32px; box-shadow:0 16px 60px rgba(0,0,0,.22); }
.card h3 { margin:0; font-size:26px; letter-spacing:-.02em; }
.card p, .card li { color:var(--text-soft); line-height:1.9; }
.card ul { margin:16px 0 0 18px; padding:0; }
.rule { width:64px; height:6px; border-radius:999px; background:var(--gold); margin-bottom:20px; }
.pill-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:28px; }
.pill { border-radius:24px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); padding:18px; color:rgba(255,255,255,.82); box-shadow:0 12px 35px rgba(0,0,0,.18); }
.story-panel { overflow:hidden; border-radius:40px; border:1px solid rgba(201,162,74,.18); background:linear-gradient(135deg, #0b162b 0%, #122443 55%, #1a2e4c 100%); padding:40px; box-shadow:0 30px 90px rgba(0,0,0,.28); }
.story-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:40px; align-items:center; }
.story-logo-wrap { padding:12px; border-radius:32px; background:rgba(255,255,255,.05); border:1px solid rgba(201,162,74,.2); box-shadow:0 25px 70px rgba(0,0,0,.35); }
.story-logo { width:min(100%, 290px); margin:0 auto; }
.story-panel h2 { margin:12px 0 0; font-size:clamp(34px, 5vw, 56px); line-height:1.08; }
.stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:28px; }
.stat { border-radius:24px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); padding:20px; }
.stat-label { font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:var(--gold); }
.stat-value { margin-top:10px; color:#fff; font-weight:600; }
.form-shell { border-radius:34px; border:1px solid rgba(201,162,74,.2); background:linear-gradient(180deg, #f7f4ed 0%, #efe8d8 100%); color:var(--navy); padding:36px; box-shadow:0 30px 90px rgba(0,0,0,.28); }
.form-head { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.form-head img { width:64px; height:64px; object-fit:contain; }
.form-kicker { color:var(--stone); text-transform:uppercase; letter-spacing:.2em; font-size:12px; font-weight:700; }
.form-shell h3 { margin:10px 0 0; font-size:38px; letter-spacing:-.03em; }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:28px; }
.field label { display:block; margin-bottom:10px; font-size:14px; font-weight:600; color:var(--navy); }
.field input, .field textarea { width:100%; border-radius:18px; border:1px solid rgba(15,35,65,.1); background:white; padding:14px 16px; color:var(--navy); outline:none; }
.field textarea { resize:vertical; min-height:120px; }
.field.full { grid-column:1 / -1; }
.info-box { border-radius:24px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); padding:30px; box-shadow:0 16px 60px rgba(0,0,0,.18); }
.contact-list { display:grid; gap:22px; }
.contact-item { display:flex; gap:14px; align-items:flex-start; }
.contact-icon { width:42px; height:42px; border-radius:999px; background:rgba(201,162,74,.14); color:var(--sand); display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
.contact-label { font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:var(--sand); }
.contact-value { margin-top:6px; color:#fff; font-weight:500; line-height:1.7; }
.map-frame { overflow:hidden; border-radius:34px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.03)); box-shadow:var(--shadow); }
.map-top { padding:30px 32px; border-bottom:1px solid rgba(255,255,255,.08); }
.map-top .section-kicker { margin:0; }
.map-top h3 { margin:12px 0 0; font-size:34px; }
.map-frame iframe { width:100%; height:360px; border:0; display:block; }
.cta-band { border-top:1px solid rgba(201,162,74,.1); border-bottom:1px solid rgba(201,162,74,.1); background:var(--navy-deep); padding:56px 0; margin-top:20px; }
.footer { background:var(--navy-darker); padding:40px 0; }
.footer-grid { display:grid; grid-template-columns:1fr auto auto; gap:34px; align-items:start; }
.footer-nav, .footer-contact { display:grid; gap:12px; }
.footer-title { color:var(--gold); text-transform:uppercase; letter-spacing:.2em; font-size:12px; font-weight:700; }
.footer a, .footer p { color:rgba(255,255,255,.6); font-size:14px; }
.footer a:hover { color:#fff; }
.meta-keywords { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.meta-keywords span { border-radius:999px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); padding:10px 14px; font-size:14px; color:rgba(255,255,255,.78); }
.section-stack { display:grid; gap:28px; }
.partner-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.partner-card, .staff-card { border-radius:var(--radius-lg); border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); padding:30px; box-shadow:0 16px 60px rgba(0,0,0,.18); }
.icon-circle, .staff-badge { width:48px; height:48px; border-radius:999px; display:flex; align-items:center; justify-content:center; background:rgba(201,162,74,.12); color:var(--sand); border:1px solid rgba(201,162,74,.18); }
.staff-badge { width:78px; height:78px; border-radius:22px; font-weight:700; font-size:20px; }
.note-panel { border-radius:var(--radius-lg); border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); padding:32px; box-shadow:0 16px 60px rgba(0,0,0,.18); }
.check-item { display:flex; align-items:flex-start; gap:12px; color:var(--text-soft); line-height:1.8; }
.check-dot { color:var(--gold); font-weight:900; }
.desktop-only { display:inline-flex; }
@media (max-width: 1000px) { .grid-3, .grid-4, .grid-2, .partner-grid, .footer-grid, .story-grid, .pill-grid, .stats-grid { grid-template-columns:1fr 1fr; } }
@media (max-width: 760px) {
  .desktop-nav, .desktop-only { display:none !important; }
  .mobile-toggle { display:inline-flex; }
  .header-inner { min-height:78px; }
  .hero-inner { padding:58px 0 64px; }
  .hero-heading-row, .story-grid, .grid-3, .grid-4, .grid-2, .pill-grid, .partner-grid, .stats-grid, .footer-grid, .form-grid { grid-template-columns:1fr; display:grid; }
  .hero-crest-wrap { display:none; }
  .section, .cta-band { padding-top:48px; padding-bottom:48px; }
  .story-panel, .form-shell, .info-box, .map-top, .note-panel, .card, .partner-card, .staff-card { padding:24px; }
  .form-head img { display:none; }
}


.form-status{margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid rgba(15,35,65,.12);font-size:14px;line-height:1.6;background:#fff;color:#334155;min-height:24px}
.form-status[data-state="success"]{background:#ecfdf3;color:#166534;border-color:#86efac}
.form-status[data-state="error"]{background:#fef2f2;color:#991b1b;border-color:#fecaca}
.form-status[data-state="loading"]{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}
button[disabled]{opacity:.65;cursor:not-allowed}
.deploy-note{margin-top:18px;padding:16px 18px;border-radius:18px;background:rgba(15,35,65,.04);border:1px solid rgba(15,35,65,.08);color:#475467;font-size:14px;line-height:1.7}
.code-pill{display:inline-block;margin-top:8px;padding:8px 12px;border-radius:999px;background:#0f2341;color:#f7f4ed;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
