:root {
  --ink: oklch(22% 0.03 250);
  --bg: oklch(97% 0.012 75);
  --brand: #0433FE;
  --brand-bright: oklch(62% 0.24 264);
  --on-brand: oklch(100% 0 0 / 0.88);
  --on-brand-dim: oklch(100% 0 0 / 0.68);
  --orange: oklch(64% 0.19 40);
  --orange-dark: oklch(58% 0.19 40);
  --muted: oklch(45% 0.02 250);
  --border: oklch(91% 0.01 75);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Source Sans 3', sans-serif; background: var(--bg); color: var(--ink); }
h1, h2, h3, h4 { font-family: 'Archivo', sans-serif; margin: 0; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand); text-decoration: underline; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1280px; margin: 0 auto; }

.topbar { background: var(--brand); color: white; display: flex; justify-content: flex-end; align-items: center; gap: 24px; padding: 8px clamp(20px,5vw,72px); font-size: 13px; }
.topbar a { color: white; font-weight: 600; }
.topbar a:hover { color: white; }

header.site { position: sticky; top: 0; z-index: 20; background: oklch(99% 0.005 75); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; height: 80px; padding: 0 clamp(20px,5vw,72px); }
header.site img.logo { height: 64px; width: auto; }
nav.main { display: flex; align-items: center; gap: 8px; }
nav.main a { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.5px; padding: 10px 14px; border-radius: 4px; color: var(--ink); }
nav.main a:hover { background: oklch(95% 0.01 75); text-decoration: none; }
nav.main a[aria-current="page"] { color: var(--brand); }
.btn-call { margin-left: 8px; background: var(--brand); color: white; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; padding: 11px 20px; border-radius: 4px; white-space: nowrap; }
.btn-call:hover { background: var(--brand-bright); color: white; text-decoration: none; }
.navtoggle { display: none; background: none; border: 1px solid oklch(85% 0.01 75); border-radius: 6px; width: 42px; height: 42px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.navtoggle span { width: 20px; height: 2px; background: var(--brand); }
nav.mobile { display: none; flex-direction: column; padding: 8px clamp(20px,5vw,72px) 16px; border-bottom: 1px solid var(--border); background: oklch(99% 0.005 75); }
nav.mobile a { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; padding: 14px 4px; border-bottom: 1px solid oklch(93% 0.01 75); color: var(--ink); }
nav.mobile a[aria-current="page"] { color: var(--brand); }
nav.mobile .btn-call { margin-top: 14px; text-align: center; }

@media (max-width: 880px) {
  nav.main, .btn-call { display: none; }
  .navtoggle { display: flex; }
  nav.mobile.open { display: flex; }
}

.hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.4s ease-in-out; }
.hero img.bg.active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero img.bg { transition: none; } }
.hero .scrim { position: absolute; inset: 0; background: linear-gradient(100deg, oklch(16% 0.08 264 / 0.92) 0%, oklch(16% 0.08 264 / 0.75) 45%, oklch(16% 0.08 264 / 0.35) 100%); }
.hero .content { position: relative; max-width: 640px; padding: 64px clamp(20px,5vw,72px); }
.hero .eyebrow { display: inline-block; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; color: oklch(78% 0.16 40); margin-bottom: 18px; }
.hero h1 { font-weight: 900; font-size: clamp(34px, 5vw, 54px); line-height: 1.08; color: white; margin: 0 0 20px; }
.hero p { font-size: 18px; line-height: 1.6; color: oklch(94% 0.01 75); margin: 0 0 32px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-solid { background: var(--brand); color: white; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; padding: 15px 26px; border-radius: 4px; border: none; cursor: pointer; }
.btn-solid:hover { background: var(--brand-bright); color: white; text-decoration: none; }
.hero .btn-solid, .closing .btn-solid { background: white; color: var(--brand); }
.hero .btn-solid:hover, .closing .btn-solid:hover { background: oklch(93% 0.03 264); color: var(--brand); }
.btn-outline { background: transparent; border: 2px solid white; color: white; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 4px; cursor: pointer; }
.btn-outline:hover { background: oklch(100% 0 0 / 0.12); }

.trustbar { background: var(--brand); padding: 28px clamp(20px,5vw,72px); }
.trustbar .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 40px; }
.trustbar .label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; color: var(--on-brand-dim); white-space: nowrap; }
.trustbar .badge { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; color: white; }

section.pad { padding: 72px clamp(20px,5vw,72px); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head .eyebrow { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; color: var(--orange); }
.section-head h2 { font-weight: 800; font-size: 32px; margin: 10px 0 0; color: oklch(24% 0.04 250); }

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 28px; }
.card { background: white; border-radius: 8px; overflow: hidden; border: 1px solid var(--border); display: flex; flex-direction: column; }
.card img { height: 220px; width: 100%; object-fit: cover; }
.card .body { padding: 28px; }
.card h3 { font-weight: 800; font-size: 21px; margin: 0 0 10px; color: oklch(24% 0.04 250); }
.card p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0 0 18px; }
.link-arrow { background: none; border: none; padding: 0; cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 14px; color: var(--orange); }
.link-arrow:hover { text-decoration: underline; }

.white-band { background: white; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.band-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 40px; }
.btn-navy { background: var(--brand); color: white; border: none; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 14px; padding: 13px 22px; border-radius: 4px; cursor: pointer; white-space: nowrap; }
.btn-navy:hover { background: var(--brand-bright); color: white; text-decoration: none; }

.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.mini-card { border: 1px solid var(--border); border-radius: 8px; display: flex; flex-direction: column; background: white; overflow: hidden; }
.mini-card img { height: 150px; width: 100%; object-fit: cover; }
.mini-card .body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tag { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 1px; color: var(--orange); background: oklch(64% 0.19 40 / 0.1); align-self: flex-start; padding: 4px 10px; border-radius: 999px; }
.mini-card h3 { font-weight: 800; font-size: 17px; margin: 4px 0 0; color: oklch(24% 0.04 250); }
.mini-card p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; flex: 1; }

.grid-8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.tcard { background: white; border: 1px solid var(--border); border-radius: 8px; display: flex; flex-direction: column; overflow: hidden; }
.tcard img { height: 180px; width: 100%; object-fit: cover; }
.tcard .body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tcard .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.tcard .top h3 { font-weight: 800; font-size: 18px; margin: 0; color: oklch(24% 0.04 250); }
.tcard .top .tag { white-space: nowrap; font-size: 10px; padding: 5px 10px; }
.tcard p.desc { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0; flex: 1; }
.tcard p.status { font-size: 13.5px; font-weight: 600; color: var(--brand); margin: 0; }

.person { display: grid; grid-template-columns: minmax(260px, 380px) 1fr; gap: 48px; align-items: center; max-width: 1280px; margin: 0 auto; }
.person img { border-radius: 8px; height: 420px; width: 100%; object-fit: cover; }
.person .eyebrow { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; color: var(--orange); }
.person h2 { font-weight: 800; font-size: 32px; margin: 10px 0 18px; color: oklch(24% 0.04 250); }
.person p { font-size: 16px; line-height: 1.7; color: oklch(38% 0.02 250); margin: 0 0 12px; }

.sponsors { padding: 48px clamp(20px,5vw,72px) 72px; max-width: 1280px; margin: 0 auto; text-align: center; }
.sponsors .label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; color: var(--muted); margin: 0 0 24px; }
.sponsors .row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px 56px; }
.sponsors .row img { height: 40px; width: auto; }
.sponsors .row span { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: oklch(30% 0.03 250); }

.closing { background: var(--brand); padding: 64px clamp(20px,5vw,72px); text-align: center; }
.closing h2 { font-weight: 800; font-size: 30px; color: white; margin: 0 0 14px; }
.closing p { font-size: 16px; color: var(--on-brand); max-width: 520px; margin: 0 auto 28px; }

.page-hero { position: relative; background: var(--brand); padding: 56px clamp(20px,5vw,72px) 44px; overflow: hidden; }
.page-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .scrim { position: absolute; inset: 0; background: linear-gradient(100deg, oklch(16% 0.08 264 / 0.94) 0%, oklch(16% 0.08 264 / 0.8) 50%, oklch(16% 0.08 264 / 0.5) 100%); }
.page-hero > *:not(img):not(.scrim) { position: relative; }
.page-hero .eyebrow { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; color: oklch(78% 0.16 40); }
.page-hero h1 { font-weight: 900; font-size: clamp(30px, 4vw, 42px); color: white; margin: 10px 0 16px; }
.page-hero p { font-size: 16px; line-height: 1.6; color: var(--on-brand); max-width: 640px; margin: 0; }

.prose figure { margin: 32px 0 0; }
.prose figure img { width: 100%; border-radius: 8px; max-height: 420px; object-fit: cover; }
.prose figcaption { font-size: 13px; color: var(--muted); margin-top: 8px; }

.contact-photo { border-radius: 8px; width: 100%; height: 200px; object-fit: cover; margin-bottom: 24px; }

.prose { padding: 48px clamp(20px,5vw,72px) 64px; max-width: 880px; margin: 0 auto; }
.prose p { font-size: 16px; line-height: 1.75; color: oklch(30% 0.02 250); margin: 0; }
.prose h3 { font-weight: 800; font-size: 19px; margin: 32px 0 10px; color: oklch(24% 0.04 250); }
.quote { font-size: 17px; line-height: 1.65; color: oklch(38% 0.02 250); font-style: italic; border-left: 3px solid var(--brand); padding-left: 18px; margin: 0 0 16px; }

.contact-grid { padding: 56px clamp(20px,5vw,72px) 72px; max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: 48px; }
.contact-info h2 { font-weight: 800; font-size: 20px; margin: 0 0 16px; color: oklch(24% 0.04 250); }
.contact-info p { font-size: 15px; line-height: 1.7; color: oklch(38% 0.02 250); margin: 0 0 24px; }
.contact-links { display: flex; flex-direction: column; gap: 14px; margin-bottom: 16px; }
.contact-links a { font-weight: 700; font-size: 17px; }
.contact-alt { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0 0 28px; }
.contact-legal { border-top: 1px solid var(--border); padding-top: 20px; font-size: 13.5px; color: var(--muted); line-height: 1.8; }
.contact-legal p { margin: 0; }

.form-card { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 32px; }
.form-card h3 { font-weight: 800; font-size: 19px; margin: 0 0 20px; color: oklch(24% 0.04 250); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 600; color: oklch(35% 0.02 250); }
.field input, .field textarea { width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid oklch(85% 0.01 75); border-radius: 5px; font-size: 15px; font-family: inherit; }

footer.site { background: var(--brand); color: var(--on-brand); border-top: 1px solid oklch(100% 0 0 / 0.22); padding: 56px clamp(20px,5vw,72px) 28px; }
.footer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; margin-bottom: 36px; }
.footer-grid h4 { font-weight: 700; font-size: 13px; letter-spacing: 1px; color: white; margin: 0 0 16px; }
.footer-grid a, .footer-grid span { display: block; font-size: 14px; color: var(--on-brand); margin-bottom: 10px; }
.brandmark { font-weight: 900; font-size: 19px; color: white; display: block; }
.brandsub { font-weight: 700; font-size: 11px; letter-spacing: 2px; color: oklch(72% 0.16 40); margin-bottom: 14px; display: block; }
.footer-bottom { max-width: 1280px; margin: 0 auto; border-top: 1px solid oklch(100% 0 0 / 0.22); padding-top: 20px; font-size: 12.5px; color: var(--on-brand-dim); }
