:root {
  --navy: #05091d;
  --navy-2: #0a1233;
  --gold: #ffc928;
  --green: #096b36;
  --ink: #12182b;
  --muted: #5c6476;
  --paper: #f6f7fb;
  --white: #ffffff;
}

* { 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; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 12px clamp(20px, 5vw, 72px); color: white; background: rgba(5, 9, 29, .94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 54px; height: 58px; object-fit: contain; background: white; border-radius: 12px; padding: 3px; }
.brand span { display: grid; }
.brand strong { color: var(--gold); font-size: 1rem; letter-spacing: .08em; }
.brand small { margin-top: 2px; color: #dfe4f4; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(15px, 2.5vw, 34px); font-size: .9rem; font-weight: 750; }
nav a:not(.nav-cta) { color: #dfe4f4; }
nav a:hover { color: var(--gold); }
.nav-cta { padding: 12px 17px; color: var(--navy); background: var(--gold); border-radius: 999px; }

.hero { position: relative; isolation: isolate; min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; overflow: hidden; padding: clamp(62px, 9vw, 120px) clamp(22px, 7vw, 104px); color: white; background: radial-gradient(circle at 80% 25%, rgba(21,112,62,.36), transparent 28%), linear-gradient(125deg, var(--navy) 20%, var(--navy-2) 100%); }
.hero::after { content: ""; position: absolute; inset: auto -8% -30% 35%; z-index: -1; height: 70%; border: 2px solid rgba(255,201,40,.16); border-radius: 50%; transform: rotate(-12deg); }
.hero-lines { position: absolute; inset: 0; z-index: -2; opacity: .18; background-image: linear-gradient(115deg, transparent 0 48%, var(--gold) 48% 48.4%, transparent 48.4%), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: auto, 72px 100%; }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
.hero h1 { margin: 0; max-width: 860px; font-size: clamp(3rem, 7vw, 7rem); line-height: .91; letter-spacing: -.055em; }
.hero h1 span { color: var(--gold); }
.lead { max-width: 720px; margin: 30px 0 0; color: #d3d8e8; font-size: clamp(1.05rem, 1.8vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 22px; border-radius: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--gold); box-shadow: 0 14px 34px rgba(255,201,40,.2); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 690px; margin-top: 52px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.14); }
.hero-facts div { padding: 17px 18px; background: rgba(5,9,29,.78); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: white; font-size: .9rem; }
.hero-facts span { margin-top: 4px; color: #aeb6cc; font-size: .77rem; }
.hero-mark { position: relative; display: grid; place-items: center; min-height: 460px; }
.hero-mark img { position: relative; z-index: 1; width: min(78%, 420px); filter: drop-shadow(0 28px 55px rgba(0,0,0,.5)); animation: float 5s ease-in-out infinite; }
.crest-glow { position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,201,40,.24), rgba(9,107,54,.14) 48%, transparent 70%); }
@keyframes float { 50% { transform: translateY(-10px); } }

.section { padding: clamp(74px, 9vw, 128px) clamp(22px, 7vw, 104px); }
.section-heading { max-width: 830px; }
.section-heading h2, .schedule h2, .cta-section h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.045em; }
.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; margin-top: 46px; }
.statement { position: relative; min-height: 310px; padding: clamp(28px, 4vw, 54px); overflow: hidden; border: 1px solid #dfe3ec; border-radius: 24px; background: var(--paper); }
.statement-featured { color: white; border-color: var(--navy); background: var(--navy); }
.statement .number { position: absolute; top: 18px; right: 22px; color: rgba(8,18,50,.1); font-size: 5rem; font-weight: 950; }
.statement-featured .number { color: rgba(255,255,255,.1); }
.statement h3 { position: relative; margin: 0 0 22px; color: var(--green); font-size: 1.55rem; }
.statement-featured h3 { color: var(--gold); }
.statement p { position: relative; max-width: 640px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.statement-featured p { color: #d5daea; }

.values-band { display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; gap: 32px; padding: 36px clamp(22px, 7vw, 104px); color: white; background: var(--green); }
.values-band > p { margin: 0; color: var(--gold); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.values-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.values-list span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-weight: 750; }

.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 48px; }
.section-heading.split > p { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 50px; }
.category-grid article { position: relative; min-height: 280px; padding: 24px; overflow: hidden; color: white; border-radius: 20px; background: var(--navy); }
.category-grid article:nth-child(even) { background: var(--green); }
.category-grid article::after { content: ""; position: absolute; right: -38px; bottom: -48px; width: 120px; height: 120px; border: 22px solid rgba(255,201,40,.18); border-radius: 50%; }
.category-grid span { color: var(--gold); font-size: 3.7rem; font-weight: 950; line-height: 1; }
.category-grid h3 { margin: 12px 0 34px; font-size: 1.2rem; }
.category-grid p { position: relative; z-index: 1; margin: 0; color: #d4d9e9; font-size: .91rem; line-height: 1.55; }

.schedule { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 8vw, 112px); padding: clamp(74px, 9vw, 128px) clamp(22px, 7vw, 104px); color: white; background: linear-gradient(120deg, var(--navy) 0 54%, #0c6c38 54% 100%); }
.schedule-copy > p:not(.eyebrow) { max-width: 560px; color: #cdd3e4; font-size: 1.05rem; line-height: 1.7; }
.text-link { display: inline-flex; gap: 10px; margin-top: 14px; color: var(--gold); font-weight: 900; }
.schedule-card { overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.schedule-card div { padding: 24px 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.schedule-card div:last-child { border: 0; }
.schedule-card span, .schedule-card strong, .schedule-card small { display: block; }
.schedule-card span { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.schedule-card strong { margin-top: 7px; font-size: 1.35rem; }
.schedule-card small { margin-top: 6px; color: #d4d9e9; font-size: .9rem; }

.cta-section { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 34px; margin: clamp(22px, 5vw, 72px); padding: clamp(32px, 5vw, 58px); color: white; border-radius: 28px; background: var(--navy); box-shadow: 0 24px 70px rgba(5,9,29,.16); }
.cta-section img { width: 110px; padding: 8px; border-radius: 22px; background: white; }
.cta-section h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.cta-section p:not(.eyebrow) { margin: 14px 0 0; color: #cbd1e2; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 34px clamp(22px, 7vw, 104px); color: #cbd1e2; background: #020411; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 54px; padding: 4px; border-radius: 10px; background: white; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font-size: .82rem; }
.footer-brand span { margin-top: 4px; font-size: .76rem; }
.footer-links { display: flex; gap: 22px; font-size: .82rem; font-weight: 800; }
footer > p { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 20px; color: #7f879d; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-mark { grid-row: 1; min-height: auto; justify-content: start; margin-bottom: 34px; }
  .hero-mark img { width: 150px; }
  .crest-glow { width: 220px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid article:last-child { grid-column: span 2; }
  .schedule { grid-template-columns: 1fr; background: linear-gradient(160deg, var(--navy) 0 58%, #0c6c38 58% 100%); }
  .cta-section { grid-template-columns: 90px 1fr; }
  .cta-section img { width: 86px; }
  .cta-section .button { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; }
  .brand img { width: 46px; height: 48px; }
  .brand strong { font-size: .88rem; }
  .brand small { font-size: .64rem; }
  .nav-cta { padding: 11px 13px; font-size: .78rem; }
  .hero { min-height: calc(100svh - 72px); padding-top: 44px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .lead { margin-top: 22px; }
  .hero-actions { display: grid; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .hero-facts span { margin: 0; text-align: right; }
  .intro-grid, .section-heading.split { grid-template-columns: 1fr; }
  .intro-grid { margin-top: 30px; }
  .statement { min-height: auto; }
  .values-band { grid-template-columns: 1fr; }
  .values-list { justify-content: flex-start; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid article:last-child { grid-column: auto; }
  .category-grid article { min-height: 220px; }
  .cta-section { grid-template-columns: 1fr; margin: 18px; text-align: center; }
  .cta-section img { margin: auto; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

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