:root {
  --navy: #071527;
  --deep-navy: #030915;
  --field-green: #2f3b27;
  --olive: #59643a;
  --khaki: #d5c28a;
  --brass: #d7a736;
  --gold: #f0c75e;
  --red: #9e1f22;
  --curtain: #6f1519;
  --cream: #fff8e6;
  --smoke: #f4f0e6;
  --steel: #9fb0bd;
  --ink: #101522;
  --muted: #68707b;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, .28);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf7 0%, #f4f0e6 48%, #fffaf0 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(3,9,21,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(240,199,94,.25); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--white); }
.brand img { width: 62px; height: 62px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.45)); }
.brand strong { display: block; font-weight: 900; line-height: 1.05; }
.brand small { display: block; color: var(--khaki); margin-top: 3px; font-size: .78rem; }
.nav-links { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.86); font-weight: 700; }
.nav-links a { padding: 10px 14px; border-radius: 999px; }
.nav-cta { color: var(--deep-navy); background: linear-gradient(135deg, var(--gold), var(--khaki)); }
.nav-toggle { display: none; }
.hero { position: relative; overflow: hidden; min-height: 820px; display: flex; align-items: center; color: var(--white); background: linear-gradient(135deg, rgba(3,9,21,.92), rgba(7,21,39,.84) 52%, rgba(47,59,39,.88)), url("assets/via-logo.png?v=2"); background-size: cover, 980px; background-repeat: no-repeat; background-position: center, right -160px center; }
.hero::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 25% 25%, rgba(215,167,54,.24), transparent 28rem), radial-gradient(circle at 75% 70%, rgba(158,31,34,.18), transparent 30rem); pointer-events:none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.8fr); gap: 52px; align-items: center; padding: 90px 0; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; }
h1,h2,h3 { margin-top:0; line-height:1.05; }
h1 { max-width:850px; margin-bottom:22px; font-family:"Anton", Impact, sans-serif; font-weight:400; font-size:clamp(3.25rem,7vw,6.6rem); text-transform:uppercase; }
h2 { font-size:clamp(2rem,4vw,4rem); letter-spacing:-.045em; }
.hero-text { max-width:720px; font-size:clamp(1.05rem,2vw,1.3rem); line-height:1.72; color:rgba(255,255,255,.86); }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:32px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:14px 22px; border-radius:999px; border:0; font-weight:900; cursor:pointer; }
.btn-primary { color:var(--deep-navy); background:linear-gradient(135deg,var(--gold),#fff0a6); }
.btn-secondary { color:var(--white); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.26); }
.trust-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.trust-row span { padding:9px 13px; border-radius:999px; color:var(--cream); background:rgba(255,255,255,.08); border:1px solid rgba(240,199,94,.2); font-weight:800; }
.hero-card { padding:28px; border-radius:var(--radius-xl); background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.06)), rgba(7,21,39,.72); border:1px solid rgba(240,199,94,.26); box-shadow:var(--shadow); }
.hero-logo { width:min(100%,520px); margin:0 auto; filter:drop-shadow(0 20px 42px rgba(0,0,0,.42)); }
.mission-callout { margin-top:18px; padding:22px; border-radius:22px; color:var(--cream); background:rgba(3,9,21,.72); border-left:5px solid var(--gold); }
.section { padding:100px 0; }
.two-col,.approach-grid,.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:52px; align-items:start; }
.prose p,.section-heading p,.approach-panel p,.contact p,.site-footer p { color:var(--muted); line-height:1.75; font-size:1.05rem; }
.center { text-align:center; }
.narrow { max-width:820px; margin-left:auto; margin-right:auto; }
.values { background:linear-gradient(180deg,rgba(7,21,39,.97),rgba(3,9,21,.98)); color:var(--white); }
.card-grid { display:grid; gap:22px; margin-top:44px; }
.card-grid.four { grid-template-columns:repeat(4,1fr); }
.value-card,.program-card,.impact-item { padding:28px; border-radius:var(--radius-lg); background:rgba(255,255,255,.86); border:1px solid rgba(7,21,39,.08); box-shadow:0 18px 60px rgba(7,21,39,.08); }
.value-card { background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.12); min-height:260px; }
.value-card .icon { display:inline-grid; place-items:center; width:54px; height:54px; margin-bottom:22px; border-radius:50%; color:var(--deep-navy); background:var(--gold); font-weight:950; }
.value-card p { color:rgba(255,255,255,.78); line-height:1.65; }
.program-list { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:22px; }
.program-card.featured { grid-row:span 2; color:var(--white); background:linear-gradient(135deg,rgba(7,21,39,.96),rgba(47,59,39,.92)); border:1px solid rgba(240,199,94,.24); }
.badge { display:inline-flex; margin-bottom:18px; padding:8px 12px; border-radius:999px; color:var(--deep-navy); background:var(--gold); font-size:.78rem; font-weight:950; text-transform:uppercase; }
.program-card p,.program-card li,.step p,.impact-item p { line-height:1.7; color:var(--muted); }
.program-card.featured p,.program-card.featured li { color:rgba(255,255,255,.82); }
.approach { background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(213,194,138,.16)); }
.approach-panel { padding:38px; border-radius:var(--radius-xl); color:var(--white); background:linear-gradient(135deg,var(--navy),var(--field-green)); box-shadow:var(--shadow); }
.steps { display:grid; gap:18px; }
.step { display:grid; grid-template-columns:62px 1fr; gap:18px; padding:24px; border-radius:var(--radius-lg); background:rgba(255,255,255,.86); border:1px solid rgba(7,21,39,.08); }
.step span { display:grid; place-items:center; width:52px; height:52px; border-radius:50%; color:var(--white); background:linear-gradient(135deg,var(--red),var(--navy)); font-weight:950; }
.safety-card { display:grid; grid-template-columns:.8fr 1.2fr; gap:32px; padding:42px; border-radius:var(--radius-xl); color:var(--white); background:linear-gradient(135deg,rgba(111,21,25,.96),rgba(7,21,39,.96)); box-shadow:var(--shadow); }
.safety-card p { margin:0; color:rgba(255,255,255,.82); line-height:1.75; }
.impact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:44px; }
.impact-item { border-top:5px solid var(--brass); }
.quote-band { color:var(--cream); background:linear-gradient(135deg,rgba(3,9,21,.94),rgba(47,59,39,.92)); }
blockquote { max-width:950px; margin:0 auto; text-align:center; font-size:clamp(1.8rem,4vw,4rem); line-height:1.15; font-weight:900; }
.contact-form { display:grid; gap:16px; padding:30px; border-radius:var(--radius-xl); background:var(--white); box-shadow:0 18px 60px rgba(7,21,39,.1); }
label { display:grid; gap:8px; font-weight:850; }
input,textarea { width:100%; padding:14px 15px; border:1px solid rgba(7,21,39,.18); border-radius:14px; font:inherit; background:#fffdf7; }
.site-footer { padding:64px 0 30px; color:rgba(255,255,255,.78); background:var(--deep-navy); }
.footer-grid { display:grid; grid-template-columns:1.4fr .6fr .8fr; gap:42px; }
.footer-brand { display:flex; align-items:center; gap:14px; color:var(--white); font-weight:950; }
.footer-brand img { width:72px; height:72px; object-fit:contain; }
.footer-bottom { display:flex; justify-content:space-between; gap:18px; margin-top:38px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); }
@media (max-width:980px){.hero-grid,.two-col,.approach-grid,.safety-card,.contact-grid{grid-template-columns:1fr}.card-grid.four,.impact-grid{grid-template-columns:repeat(2,1fr)}.program-list{grid-template-columns:1fr}.program-card.featured{grid-row:auto}}
@media (max-width:760px){.container{width:min(100% - 28px,var(--container))}.nav-toggle{display:block;width:46px;height:46px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);border-radius:12px}.nav-toggle span{display:block;width:22px;height:2px;margin:5px auto;background:var(--white)}.nav-links{position:fixed;inset:84px 14px auto 14px;display:none;flex-direction:column;align-items:stretch;padding:18px;border-radius:20px;background:rgba(3,9,21,.98)}.nav-links.is-open{display:flex}.hero-grid{padding:60px 0}.section{padding:72px 0}.card-grid.four,.impact-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}
