:root {
  --bg: #0E0E0E;
  --tile: #1B1B1B;
  --line: #2A2A2A;
  --text: #F4F4F4;
  --muted: #9A9A9A;
  --yellow: #FFDA00;
  --head: "League Spartan", "Arial Black", sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --pad: clamp(16px, 5vw, 72px);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { background: var(--bg); color: var(--text); font: 400 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--head); font-weight: 800; text-transform: uppercase; line-height: .92; letter-spacing: -.01em; }
h2 { font-size: clamp(40px, 6.5vw, 88px); margin: 12px 0 24px; }
h3 { font-size: 22px; line-height: 1; }
p + p { margin-top: 14px; }
.lead { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; color: var(--text); }
.narrow { max-width: 760px; }
p { color: #CFCFCF; }

.eyebrow { display: flex; align-items: center; gap: 12px; font: 600 12px/1 var(--body); letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.eyebrow::before { content: ""; width: 32px; height: 3px; background: var(--yellow); flex: none; }

.todo { background: rgba(255,218,0,.12); border: 1px dashed var(--yellow); color: var(--yellow) !important; padding: 2px 8px; border-radius: 6px; }

/* NAV */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; gap: 24px; padding: 18px var(--pad); transition: background .3s, padding .3s; }
.nav.scrolled { background: rgba(14,14,14,.88); backdrop-filter: blur(12px); padding-block: 12px; border-bottom: 1px solid var(--line); }
.nav-logo { font: 800 18px/1 var(--head); letter-spacing: .04em; margin-right: auto; white-space: nowrap; }
.nav-links { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--yellow); }
.nav-cta { background: var(--yellow); color: #000 !important; padding: 9px 16px; border-radius: 999px; font-weight: 600; }
.lang { display: flex; gap: 4px; font-size: 13px; color: var(--muted); }
.lang button { background: none; border: 0; color: var(--muted); font: 600 13px var(--body); cursor: pointer; padding: 4px; }
.lang button.active { color: var(--yellow); }

/* BUTTONS */
.btn { display: inline-block; padding: 15px 26px; border-radius: 999px; font-weight: 600; font-size: 15px; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-yellow { background: var(--yellow); color: #000; }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.35); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }

/* HERO */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 120px var(--pad) 40px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; z-index: -1; filter: brightness(.9); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, var(--bg) 4%, rgba(14,14,14,.35) 55%, rgba(14,14,14,.6)); }
.hero h1 { font-size: clamp(52px, 15vw, 220px); margin: 18px 0 20px; }
.hero-claim { font-size: clamp(18px, 2vw, 24px); color: var(--text); margin-bottom: 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 56px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.hero-stats a { background: rgba(14,14,14,.85); padding: 20px 24px; transition: background .2s; }
.hero-stats a:hover { background: var(--tile); }
.hero-stats b { display: block; font: 800 clamp(28px, 4vw, 48px)/1 var(--head); color: var(--yellow); }
.hero-stats span { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* SECTIONS */
.section { padding: clamp(80px, 12vw, 160px) var(--pad); }
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.split-rev { grid-template-columns: 1.1fr 1fr; }
.split-img img { border-radius: 20px; aspect-ratio: 4/5; object-fit: cover; width: 100%; }

/* FACTS */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-top: clamp(64px, 8vw, 110px); }
.facts div { background: var(--bg); padding: 26px 24px; }
.facts b { display: block; font: 800 clamp(30px, 3.6vw, 52px)/1 var(--head); color: var(--yellow); margin-bottom: 8px; }
.facts span { font-size: 14px; color: var(--muted); }

/* TIMELINE */
.timeline { margin-top: clamp(80px, 10vw, 140px); }
.timeline ol { list-style: none; margin-top: 40px; position: relative; }
.timeline ol::before { content: ""; position: absolute; left: 150px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline li { display: grid; grid-template-columns: 150px 1fr 260px; gap: 0 48px; padding: 28px 0; border-bottom: 1px solid var(--line); position: relative; align-items: start; }
.timeline li::before { content: ""; position: absolute; left: 144px; top: 36px; width: 14px; height: 14px; border-radius: 50%; background: var(--bg); border: 3px solid var(--yellow); }
.tl-year { font: 800 22px/1.1 var(--head); color: var(--yellow); text-transform: uppercase; padding-top: 6px; padding-right: 24px; }
.tl-body { max-width: 620px; }
.timeline h3 { font-size: clamp(24px, 2.4vw, 34px); margin-bottom: 10px; }
.timeline p { font-size: 16px; }
.timeline li img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; grid-column: 3; grid-row: 1; filter: grayscale(.2); transition: filter .3s; }
.timeline li:hover img { filter: none; }

/* MISSION */
.mission { position: relative; padding: clamp(100px, 14vw, 200px) var(--pad); overflow: hidden; }
.mission-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; opacity: .35; }
.mission::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--bg) 20%, transparent), linear-gradient(to bottom, var(--bg), transparent 20%, transparent 80%, var(--bg)); }
.mission blockquote { font: 800 clamp(34px, 5vw, 72px)/1 var(--head); text-transform: uppercase; max-width: 1000px; margin: 20px 0 48px; }
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 280px)); gap: 32px; }
.pillars div { border-top: 3px solid var(--yellow); padding-top: 14px; }
.pillars b { display: block; font: 800 22px/1 var(--head); text-transform: uppercase; margin-bottom: 6px; }
.pillars span { color: var(--muted); font-size: 15px; }

/* REACH */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.tile { background: var(--tile); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 170px; }
.tile-big { grid-column: span 2; grid-row: span 2; background: var(--yellow); color: #000; }
.tile b { font: 800 clamp(36px, 4.5vw, 64px)/1 var(--head); color: var(--yellow); }
.tile-big b { color: #000; font-size: clamp(64px, 10vw, 140px); }
.tile span { color: var(--muted); font-size: 14px; margin-top: 8px; }
.tile-big span { color: #000; font-size: 18px; font-weight: 500; }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); margin-top: 80px; align-items: center; }
.audience .lead { margin-top: 20px; }
.bars { display: grid; gap: 18px; }
.bar { display: grid; grid-template-columns: 110px 1fr 64px; align-items: center; gap: 16px; font-size: 14px; }
.bar i { height: 10px; background: var(--tile); border-radius: 99px; position: relative; overflow: hidden; }
.bar i::after { content: ""; position: absolute; inset: 0; width: 0; background: var(--yellow); border-radius: 99px; transition: width 1.2s cubic-bezier(.2,.7,.2,1); }
.bars.in .bar i::after { width: var(--w); }
.bar b { font-family: var(--head); font-size: 20px; text-align: right; }

/* LSU */
.lsu { background: var(--tile); }
.lsu-stats { display: flex; gap: 40px; margin: 32px 0; flex-wrap: wrap; }
.lsu-stats b { display: block; font: 800 56px/1 var(--head); color: var(--yellow); }
.lsu-stats span { font-size: 13px; color: var(--muted); }
.lsu-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: clamp(420px, 50vw, 640px); }
.lsu-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.lsu-grid img:first-child { grid-row: span 2; }

/* PARTNERS */
.marquee { margin: 48px calc(-1 * var(--pad)); border-block: 1px solid var(--line); overflow: hidden; padding: 22px 0; }
.marquee-track { display: flex; gap: 64px; width: max-content; animation: scroll 32s linear infinite; }
.marquee span { font: 800 clamp(24px, 3vw, 40px)/1 var(--head); color: #3A3A3A; white-space: nowrap; }
@keyframes scroll { to { transform: translateX(-50%); } }
.cases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.case { background: var(--tile); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.case img { aspect-ratio: 4/5; object-fit: cover; width: 100%; transition: transform .5s; }
.case:hover img { transform: scale(1.03); }
.case > div { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.case-meta { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted) !important; margin: 8px 0 10px; }
.case p:not(.case-meta) { font-size: 14px; flex: 1; }
.case b { font: 800 34px/1 var(--head); color: var(--yellow); margin-top: 18px; }
.case > div > span { font-size: 12px; color: var(--muted); }

/* CONTACT */
.contact { position: relative; padding: clamp(100px, 14vw, 180px) var(--pad); overflow: hidden; }
.contact-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; z-index: -1; }
.contact::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, var(--bg), transparent 30%, var(--bg)); }
.huge { font-size: clamp(56px, 11vw, 170px); }
.contact-cards { display: flex; gap: 16px; margin: 40px 0; flex-wrap: wrap; }
.ccard { background: rgba(27,27,27,.9); border: 1px solid var(--line); border-radius: 16px; padding: 24px 28px; min-width: 280px; display: grid; gap: 4px; transition: border-color .2s, transform .2s; }
.ccard:hover { border-color: var(--yellow); transform: translateY(-3px); }
.ccard span { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.ccard b { font: 800 26px/1.1 var(--head); text-transform: uppercase; }
.ccard i { font-style: normal; color: var(--yellow); }
.socials { display: flex; gap: 24px; flex-wrap: wrap; font-weight: 600; }
.socials a:hover { color: var(--yellow); }
.todo-link { opacity: .5; }

.footer { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 28px var(--pad); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer a:hover { color: var(--yellow); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s, transform .8s; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } .marquee-track { animation: none; } html { scroll-behavior: auto; } }

/* RESPONSIVE */
@media (max-width: 1000px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .split, .split-rev, .audience { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 130px 1fr; }
  .timeline ol::before { left: 130px; }
  .timeline li::before { left: 124px; }
  .timeline li img { grid-column: 2; grid-row: 2; max-width: 420px; margin-top: 18px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .tiles { grid-template-columns: 1fr 1fr; }
  .cases { grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .nav { gap: 12px; }
  .nav-cta { padding: 8px 12px; font-size: 13px; }
  .nav-logo { font-size: 15px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats a { display: flex; justify-content: space-between; align-items: baseline; }
  .cases { grid-template-columns: 1fr; }
  .timeline ol::before { left: 6px; }
  .timeline li { grid-template-columns: 1fr; padding-left: 32px; }
  .timeline li::before { left: 0; top: 30px; }
  .tl-year { padding: 0 0 8px; font-size: 16px; }
  .timeline li img { grid-column: 1; grid-row: auto; margin-left: 0; }
  .facts div { padding: 20px 16px; }
  .tile-big { grid-column: span 2; grid-row: auto; }
  .tile { min-height: 130px; padding: 20px; }
  .tile b { font-size: 30px; white-space: nowrap; }
  .tile-big b { font-size: 56px; }
  .bar { grid-template-columns: 84px 1fr 56px; }
  .ccard { min-width: 0; width: 100%; }
  .lsu-grid { height: 460px; }
}

/* LEGAL */
.legal { max-width: 820px; }
.legal h3 { margin: 36px 0 12px; font-size: 20px; }
.legal a { color: var(--yellow); }
