/* MBSA GT
   Colors: Georgia Tech brand palette (brand.gatech.edu)
   Type: Archivo Condensed (headings) + Roboto (body, GT's digital font) */

:root {
  --navy: #051e39;
  --navy-2: #003d69;
  --gold: #b39051;
  --gold-light: #debd88;
  --gold-dark: #8f713d;
  --diploma: #f9f6e5;
  --bg: #fbfaf6;
  --white: #ffffff;
  --ink: #0d1b2e;
  --muted: #5a6677;
  --line: #e6e1d3;
  --line-2: #d8d1bf;
  --display: "Archivo", "Arial Narrow", sans-serif;
  --sans: "Roboto", -apple-system, "Segoe UI", Arial, sans-serif;
  --wrap: 1200px;
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { font-family: var(--display); font-stretch: 72%; font-weight: 800; line-height: 1; color: var(--navy); margin: 0 0 .45em; }
h1, h2 { text-transform: uppercase; letter-spacing: -.002em; }
h1 { font-size: clamp(2.8rem, 6.4vw, 5.6rem); }
h2 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); }
h3 { font-size: 1.75rem; font-weight: 700; line-height: 1.1; }
h4 { font-size: 1.25rem; font-weight: 700; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.sec { padding: 100px 0; }
.sec-sm { padding: 64px 0; }
.bg-white { background: var(--white); }
.bg-cream { background: var(--diploma); }
.bg-navy { background: var(--navy); color: #d7dee8; }
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4 { color: #fff; }
.muted { color: var(--muted); }
.bg-navy .muted { color: #a9b6c7; }
.gold { color: var(--gold); }
.center { text-align: center; }
.sec-title { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.sec-title p { color: var(--muted); font-size: 1.12rem; margin: 0; }
.bg-navy .sec-title p { color: #a9b6c7; }
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.sec-head h2 { margin: 0; }
.sec-head p { margin: 0; color: var(--muted); max-width: 30em; }
.big-text { font-size: clamp(1.35rem, 2.3vw, 1.8rem); line-height: 1.45; color: var(--navy); font-weight: 500; }
.big-text .gold { color: var(--gold-dark); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: 700 .95rem var(--sans); padding: 13px 24px; border-radius: 6px; border: 1.5px solid var(--navy); background: var(--navy); color: #fff; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.btn:hover { background: var(--navy-2); border-color: var(--navy-2); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-line { background: transparent; color: var(--navy); }
.btn-line:hover { background: var(--navy); color: #fff; }
.btn-white { background: #fff; border-color: #fff; color: var(--navy); }
.btn-white:hover { background: var(--diploma); border-color: var(--diploma); }
.btn-ghost-white { background: transparent; border-color: rgba(255,255,255,.7); color: #fff; }
.btn-ghost-white:hover { background: #fff; color: var(--navy); }
.btn-sm { padding: 9px 16px; font-size: .88rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.link { color: var(--navy); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 1px; }
.link:hover { color: var(--gold-dark); }
.arrow { display: inline-block; transition: transform .2s; }
a:hover .arrow { transform: translateX(3px); }

/* Announcement */
#announcement-bar { position: sticky; top: 0; z-index: 60; background: var(--navy); color: var(--gold-light); text-align: center; font-size: .88rem; font-weight: 500; padding: 8px 16px; }

/* Nav */
.navbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-mark { height: 50px; width: auto; }
.logo-text { font-family: var(--display); font-stretch: 75%; font-weight: 800; font-size: 1.45rem; color: var(--navy); line-height: 1; text-transform: uppercase; }
.logo-text span { display: block; font-family: var(--sans); font-size: .7rem; font-weight: 500; letter-spacing: .04em; color: var(--muted); margin-top: 4px; text-transform: none; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-size: .95rem; font-weight: 500; color: var(--ink); }
.nav-links a:hover, .nav-links a.active { color: var(--gold-dark); }
.nav-actions { display: flex; gap: 10px; }
.hamburger { display: none; background: none; border: 0; width: 42px; height: 42px; cursor: pointer; padding: 9px; }
.hamburger span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .2s, opacity .2s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; inset: 76px 0 0 0; z-index: 49; background: #fff; padding: 16px 24px; flex-direction: column; overflow-y: auto; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--display); font-stretch: 72%; font-weight: 800; text-transform: uppercase; font-size: 2rem; color: var(--navy); text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 14px; font-family: var(--sans); text-transform: none; font-size: 1rem; border-bottom: 0; }
.mobile-nav .btn-gold { color: var(--navy); }
.mobile-nav .btn-navy { color: #fff; }

/* Hero (video, centered) */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: #fff; text-align: center; }
.hero video, .hero .poster, .video-band video, .video-band .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero video, .video-band video { opacity: 0; transition: opacity .8s ease; }
.hero video.is-playing, .video-band video.is-playing { opacity: 1; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,30,57,.72), rgba(5,30,57,.62) 50%, rgba(5,30,57,.85)); }
.hero .wrap { position: relative; z-index: 2; width: 100%; padding-top: 90px; padding-bottom: 90px; }
.hero h1 { color: #fff; max-width: 14em; margin: 0 auto 18px; }
.hero h1 .gold { color: var(--gold-light); }
.hero p { font-size: 1.22rem; color: #e4e9f0; max-width: 36em; margin: 0 auto; }
.hero .btn-row { justify-content: center; }
.hero-tag { display: inline-block; font-size: .9rem; font-weight: 500; color: var(--gold-light); margin-bottom: 18px; }
.video-toggle { position: absolute; right: 20px; bottom: 18px; z-index: 3; background: rgba(5,30,57,.55); border: 1px solid rgba(255,255,255,.35); color: #fff; border-radius: 6px; font: 500 .8rem var(--sans); padding: 6px 12px; cursor: pointer; }

/* Page hero */
.page-hero { padding: 72px 0 64px; background: var(--white); border-bottom: 1px solid var(--line); }
.page-hero .split { align-items: center; }
.page-hero h1 { max-width: 13em; }
.page-hero p.intro { font-size: 1.18rem; color: var(--muted); max-width: 34em; margin: 0; }
.page-hero-img img { width: 100%; height: 440px; object-fit: cover; border-radius: var(--radius); }
.crumb { font-size: .88rem; color: var(--muted); margin-bottom: 18px; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--gold-dark); }

/* Layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.top { align-items: start; }
.s-6-4 { grid-template-columns: 1.3fr 1fr; }
.s-4-6 { grid-template-columns: 1fr 1.3fr; }
.round img { width: 100%; object-fit: cover; border-radius: var(--radius); }
.round.wide img { aspect-ratio: 16 / 10; }
.round.tall img { aspect-ratio: 4 / 5; }
.arch img { width: 100%; object-fit: cover; border-radius: var(--radius); }
.arch.tall img { aspect-ratio: 4 / 5; }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pillar { text-align: center; padding: 10px 18px; }
.pillar .icon { width: 64px; height: 64px; border-radius: 50%; background: var(--diploma); color: var(--gold-dark); display: grid; place-items: center; margin: 0 auto 18px; border: 1px solid var(--line); }
.pillar h3 { margin-bottom: 8px; }
.pillar p { color: var(--muted); margin: 0; }

/* Program cards (navy section) */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.p-card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 30px 28px; display: flex; flex-direction: column; text-decoration: none; }
.p-card .p-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.p-card .p-name { font-family: var(--display); font-stretch: 72%; font-weight: 800; font-size: 2rem; color: var(--navy); text-transform: uppercase; line-height: 1; }
.p-card .p-name span { color: var(--gold); }
.p-card .p-kind { font-size: .82rem; font-weight: 700; color: var(--gold-dark); margin-bottom: 8px; }
.p-card p { color: var(--muted); font-size: .98rem; flex: 1; }
.p-card .btn { align-self: flex-start; margin-top: 8px; }
.badge { display: inline-block; font-size: .74rem; font-weight: 700; color: var(--gold-dark); background: var(--diploma); border: 1px solid var(--line-2); padding: 3px 10px; border-radius: 99px; white-space: nowrap; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 10px; }
.stat strong { display: block; font-family: var(--display); font-stretch: 72%; font-weight: 800; font-size: 3.4rem; line-height: 1; color: var(--navy); }
.stat span { color: var(--muted); font-size: .95rem; }

/* Marquee */
.marquee { overflow: hidden; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 40s linear infinite; }
.marquee-track span { font-family: var(--display); font-stretch: 75%; font-weight: 700; font-size: 1.5rem; color: var(--navy); white-space: nowrap; display: flex; align-items: center; gap: 56px; }
.marquee-track span::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.marquee-track img { height: 44px; width: auto; object-fit: contain; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Events */
.events-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 28px; align-items: start; }
.cal { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 2px rgba(5,30,57,.04); }
.cal-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.cal-head strong { font-family: var(--display); font-stretch: 75%; font-weight: 800; font-size: 1.5rem; color: var(--navy); }
.cal-head button { background: none; border: 1px solid var(--line); border-radius: 6px; width: 36px; height: 36px; cursor: pointer; color: var(--navy); font-size: 1.1rem; }
.cal-head button:hover { border-color: var(--gold); }
.cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.cal-dow { font-size: .72rem; font-weight: 700; color: var(--muted); text-align: center; padding: 10px 0; border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .06em; }
.cal-day { min-height: 84px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 6px 8px; font-size: .85rem; }
.cal-day:nth-child(7n) { border-right: 0; }
.cal-day.other { background: #faf9f4; color: #b3b8c0; }
.cal-day.today .n { background: var(--navy); color: #fff; border-radius: 50%; width: 24px; height: 24px; display: inline-grid; place-items: center; }
.cal-ev { display: block; margin-top: 4px; font-size: .72rem; font-weight: 600; line-height: 1.25; background: var(--diploma); color: var(--gold-dark); border-left: 3px solid var(--gold); padding: 3px 5px; border-radius: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ev-list { display: grid; gap: 12px; }
.ev-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: start; }
.ev-date { text-align: center; background: var(--navy); color: #fff; border-radius: 8px; padding: 6px 0; line-height: 1.1; }
.ev-date b { display: block; font-family: var(--display); font-stretch: 75%; font-size: 1.6rem; }
.ev-date small { font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gold-light); }
.ev-item h4 { margin: 0 0 4px; font-size: 1.2rem; }
.ev-item p { margin: 0; color: var(--muted); font-size: .92rem; }
.empty { background: #fff; border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 28px; text-align: center; color: var(--muted); }
.empty h4 { color: var(--navy); }

/* Jobs */
.job-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.job-card:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(5,30,57,.06); }
.job-card .co { font-family: var(--display); font-stretch: 75%; font-weight: 800; font-size: 1.4rem; color: var(--navy); }
.job-card .type { font-size: .8rem; color: var(--gold-dark); font-weight: 700; margin-bottom: 10px; }
.job-card p { color: var(--muted); font-size: .94rem; margin: 0; flex: 1; }
.job-card .meta { margin-top: 14px; font-size: .82rem; color: var(--muted); }

/* Atlanta band */
.atl { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.atl-img { position: absolute; inset: 0; }
.atl-img img { width: 100%; height: 100%; object-fit: cover; }
.atl::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,30,57,.92), rgba(5,30,57,.6)); }
.atl .wrap { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 110px; }
.atl h2 { color: #fff; max-width: 12em; }
.atl-lead { font-size: 1.18rem; max-width: 32em; color: #e4e9f0; }
.atl-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.atl-points div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 24px; }
.atl-points h4 { color: var(--gold-light); margin-bottom: 6px; }
.atl-points p { margin: 0; color: #cfd8e3; font-size: .95rem; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 28px; }
.team-grid.compact { grid-template-columns: repeat(6, 1fr); gap: 20px; }
.officer-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 14px 18px; }
.officer-photo-wrap { aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; background: var(--diploma); margin-bottom: 14px; }
.officer-photo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.officer-photo-placeholder { width: 100%; height: 100%; display: grid; place-items: center; font-family: var(--display); font-stretch: 72%; font-weight: 800; font-size: 3.2rem; color: var(--gold-dark); }
.officer-title { font-size: .8rem; font-weight: 700; color: var(--gold-dark); }
.officer-name { font-family: var(--display); font-stretch: 75%; font-weight: 800; font-size: 1.55rem; color: var(--navy); line-height: 1.1; margin: 2px 0; }
.officer-major { font-size: .9rem; color: var(--muted); }
.officer-quote { font-size: .94rem; margin-top: 10px; color: var(--ink); font-style: italic; }
.officer-linkedin { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; align-self: flex-start; font-size: .86rem; font-weight: 700; color: #fff; background: #0a66c2; text-decoration: none; padding: 7px 12px; border-radius: 6px; }
.officer-linkedin:hover { background: #004182; }
.compact .officer-card { padding: 10px 10px 14px; }
.compact .officer-name { font-size: 1.15rem; }
.compact .officer-title { font-size: .72rem; }
.compact .officer-major, .compact .officer-quote { display: none; }
.compact .officer-linkedin { font-size: .76rem; padding: 5px 9px; margin-top: 10px; }

/* Quote / verse */
.verse { border-left: 4px solid var(--gold); padding: 6px 0 6px 24px; }
.verse p { font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.4; color: var(--navy); margin: 0; font-weight: 500; }
.verse cite { display: block; font-style: normal; margin-top: 12px; color: var(--gold-dark); font-size: .92rem; font-weight: 700; }
.bg-navy .verse p, .video-band .verse p { color: #fff; }
.bg-navy .verse cite, .video-band .verse cite { color: var(--gold-light); }

/* About */
.story-cols { columns: 2; column-gap: 48px; margin-top: 32px; }
.story-cols p { break-inside: avoid; }
.milestones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.milestones div { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--radius); padding: 20px; }
.milestones div.now { border-top-color: var(--navy); }
.milestones strong { display: block; font-family: var(--display); font-stretch: 75%; font-weight: 800; font-size: 1.5rem; color: var(--navy); }
.milestones span { color: var(--muted); }
.value-line { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.value-line:last-child { border-bottom: 1px solid var(--line); }
.value-line h3 { margin: 0; }
.value-line p { margin: 0; color: var(--muted); }
.chapters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.chapters span { background: #fff; border: 1px solid var(--line); border-radius: 99px; padding: 7px 14px; font-size: .9rem; }
.chapters span.us { background: var(--navy); border-color: var(--navy); color: var(--gold-light); font-weight: 700; }

/* Programs page */
.program-nav { position: sticky; top: 76px; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.program-nav .wrap { display: flex; gap: 28px; overflow-x: auto; }
.program-nav-link { white-space: nowrap; text-decoration: none; font-size: .92rem; font-weight: 500; padding: 16px 0; color: var(--muted); border-bottom: 2px solid transparent; }
.program-nav-link.active, .program-nav-link:hover { color: var(--navy); border-bottom-color: var(--gold); }
.program-block { padding: 96px 0; scroll-margin-top: 140px; border-bottom: 1px solid var(--line); }
.program-block:nth-of-type(even) { background: #fff; }
.program-block.flip .arch { order: 2; }
.program-num { font-family: var(--display); font-stretch: 72%; font-weight: 800; font-size: 1.1rem; color: var(--gold-dark); margin-bottom: 8px; }
.roles { margin: 26px 0; }
.roles > div { display: grid; grid-template-columns: 160px 1fr; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); }
.roles > div:last-child { border-bottom: 1px solid var(--line); }
.roles strong { color: var(--navy); }
.roles span { color: var(--muted); font-size: .95rem; }
.ticks { list-style: none; padding: 0; margin: 16px 0 28px; }
.ticks li { position: relative; padding: 7px 0 7px 28px; }
.ticks li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 13px; height: 7px; border-left: 2px solid var(--gold-dark); border-bottom: 2px solid var(--gold-dark); transform: rotate(-45deg); }
.ticks strong { color: var(--navy); }
.small { font-size: .9rem; color: var(--muted); }

/* Forms */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 36px; box-shadow: 0 1px 2px rgba(5,30,57,.04); }
.form-disabled-overlay { display: none; text-align: center; padding: 28px 6px; }
.form-card.disabled .form-disabled-overlay { display: block; }
.form-card.disabled form { display: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label, .field .label { display: block; font-size: .88rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--bg); border: 1px solid var(--line-2); border-radius: 8px; padding: 11px 13px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(179,144,81,.25); }
.checks { display: grid; gap: 8px; }
.checkbox-item { display: flex !important; align-items: center; gap: 12px; font-weight: 400 !important; color: var(--ink) !important; font-size: .97rem !important; margin: 0 !important; cursor: pointer; padding: 10px 13px; border: 1px solid var(--line-2); border-radius: 8px; background: var(--bg); }
.checkbox-item:has(input:checked) { border-color: var(--gold); background: var(--diploma); }
.checkbox-item input { width: 18px; height: 18px; accent-color: var(--navy); }
.form-submit { width: 100%; margin-top: 6px; }
.success-box { border: 1px solid #b8dcc6; background: #eef7f1; border-radius: 10px; padding: 20px; margin-bottom: 16px; }
.success-box strong { display: block; color: #1e6b41; font-size: 1.05rem; margin-bottom: 4px; }
.success-box p { margin: 0; color: var(--muted); }
.wa-box { border: 1px solid var(--line); border-radius: 10px; padding: 20px; }
.wa-box .btn { background: #1f9d55; border-color: #1f9d55; margin-top: 12px; }
.form-success { display: none; }

/* Recruitment */
.who { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.who div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.who h3 { font-size: 1.5rem; margin-bottom: 6px; }
.who p { margin: 0; color: var(--muted); font-size: .95rem; }
.video-band { position: relative; overflow: hidden; background: var(--navy); }
.video-band::after { content: ""; position: absolute; inset: 0; background: rgba(5,30,57,.7); }
.video-band .wrap { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 110px; }
.video-band .verse { max-width: 760px; margin: 0 auto; }
.steps { counter-reset: s; list-style: none; padding: 0; margin: 24px 0 0; }
.steps li { counter-increment: s; position: relative; padding: 0 0 24px 58px; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: -2px; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--gold-light); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1.15rem; }
.steps strong { display: block; color: var(--navy); font-size: 1.05rem; }
.steps span { color: var(--muted); }
.benefits { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.benefits li { padding: 11px 0 11px 24px; border-top: 1px solid var(--line); position: relative; font-size: .96rem; }
.benefits li::before { content: ""; position: absolute; left: 2px; top: 21px; width: 8px; height: 8px; background: var(--gold); border-radius: 2px; }

/* Sponsors */
.num-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.num-facts div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.num-facts strong { display: block; font-family: var(--display); font-stretch: 72%; font-weight: 800; font-size: 3rem; color: var(--navy); line-height: 1; margin-bottom: 8px; }
.num-facts span { color: var(--muted); }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tier { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 32px 28px; display: flex; flex-direction: column; }
.tier.featured { border: 2px solid var(--navy); position: relative; }
.tier-name { font-family: var(--display); font-stretch: 72%; font-weight: 800; font-size: 2.2rem; color: var(--navy); text-transform: uppercase; margin: 0; }
.tier-price { color: var(--gold-dark); font-weight: 700; margin: 2px 0 18px; }
.tier ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.tier li { padding: 9px 0; border-top: 1px solid var(--line); font-size: .95rem; }
.tier .tag { position: absolute; top: -13px; left: 24px; background: var(--navy); color: var(--gold-light); font-size: .75rem; font-weight: 700; padding: 4px 10px; border-radius: 99px; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.logo-placeholder, .sponsor-logo-item { height: 110px; border: 1px dashed var(--line-2); border-radius: var(--radius); display: grid; place-items: center; color: var(--muted); font-size: .9rem; padding: 16px; text-align: center; background: #fff; }
.sponsor-logo-item { border-style: solid; }
.sponsor-logo-item img { max-height: 70px; object-fit: contain; }

/* Contact */
.contact-block { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-block h3 { font-family: var(--sans); font-size: .82rem; font-weight: 700; color: var(--gold-dark); margin-bottom: 2px; text-transform: none; }
.contact-block a, .contact-block p { font-size: 1.25rem; font-weight: 500; color: var(--navy); text-decoration: none; margin: 0; }
.contact-block a:hover { color: var(--gold-dark); }
.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quick-action { text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: border-color .2s; }
.quick-action:hover { border-color: var(--gold); }
.quick-action h4 { margin-bottom: 4px; }
.quick-action p { margin: 0; color: var(--muted); font-size: .94rem; }

/* CTA */
.cta { background: var(--navy); color: #d7dee8; text-align: center; }
.cta .wrap { padding-top: 96px; padding-bottom: 96px; }
.cta h2 { color: #fff; max-width: 14em; margin-left: auto; margin-right: auto; }
.cta h2 .gold { color: var(--gold-light); }
.cta p { max-width: 34em; margin: 0 auto; color: #a9b6c7; }
.cta .btn-row { justify-content: center; }

/* Donate strip */
.donate-card { background: var(--navy); color: #d7dee8; border-radius: 12px; padding: 30px; }
.donate-card h3 { color: #fff; }

/* Footer */
.footer { background: var(--navy); color: #a9b6c7; padding: 64px 0 28px; font-size: .95rem; border-top: 4px solid var(--gold); }
.footer-grid { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--gold-light); }
.footer-logo-link { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-mark { height: 76px; width: auto; }
.footer-logo-name { font-family: var(--display); font-stretch: 75%; font-weight: 800; font-size: 1.6rem; color: #fff; text-transform: uppercase; line-height: 1; }
.footer-logo-name small { display: block; font-family: var(--sans); font-size: .75rem; font-weight: 400; color: #a9b6c7; text-transform: none; margin-top: 4px; }
.footer-col h4 { font-family: var(--sans); font-size: .82rem; font-weight: 700; color: #fff; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-quran { font-style: italic; color: #cfd8e3; }
.footer-quran em { font-style: normal; font-size: .82rem; color: var(--gold-light); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social-icon { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; color: #fff; }
.footer-social-icon:hover { border-color: var(--gold-light); }
.footer-bottom { max-width: var(--wrap); margin: 48px auto 0; padding: 20px 28px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .84rem; color: #7f8ea3; }

/* Reveal */
.fade-up { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
.fade-up.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .fade-up { opacity: 1; transform: none; transition: none; } .marquee-track { animation: none; } html { scroll-behavior: auto; } }

/* Responsive */
@media (max-width: 1080px) {
  .nav-links, .nav-actions { display: none; }
  .hamburger { display: block; }
}
@media (max-width: 960px) {
  .split, .s-6-4, .s-4-6, .events-grid { grid-template-columns: 1fr; gap: 40px; }
  .program-block.flip .arch { order: 0; }
  .pillars, .cards-3, .atl-points, .num-facts, .tiers, .milestones { grid-template-columns: 1fr; }
  .who { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid.compact { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .quick-links, .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero-img img { height: 320px; }
  .story-cols { columns: 1; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap, .nav-inner { padding: 0 16px; }
  .sec { padding: 68px 0; }
  .team-grid, .team-grid.compact { grid-template-columns: 1fr 1fr; gap: 14px; }
  .team-grid .officer-name { font-size: 1.2rem; }
  .officer-quote { display: none; }
  .who, .benefits, .form-row { grid-template-columns: 1fr; }
  .value-line, .roles > div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-card { padding: 24px 16px; }
  .quick-links { grid-template-columns: 1fr; }
  .cal-day { min-height: 56px; padding: 4px; font-size: .75rem; }
  .cal-ev { font-size: 0; height: 6px; padding: 0; border-left-width: 0; background: var(--gold); margin-top: 6px; }
  .hero { min-height: 70vh; }
}
.newsletter { display: flex; margin-top: 10px; }
.newsletter input { flex: 1; min-width: 0; font: inherit; font-size: .95rem; padding: 10px 12px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); color: #fff; border-radius: 6px 0 0 6px; }
.newsletter input::placeholder { color: #8b9ab0; }
.newsletter button { background: var(--gold); color: var(--navy); border: 0; padding: 0 16px; font-size: 1.1rem; font-weight: 700; border-radius: 0 6px 6px 0; cursor: pointer; }
.btn-navy { background: var(--navy); color: #fff; }
.dim { color: var(--muted); }
.panel { background: var(--white); }

/* Buzz Gold (GT secondary color #EAAA00) */
:root { --buzz: #eaaa00; }
.buzz { color: var(--buzz); }
.buzz-dark { color: #b98700; }
.gt-band { border-top: 6px solid var(--buzz); }
.gt-band .atl-points div { border-top: 3px solid var(--buzz); }
.gt-band .atl-points h4 { color: var(--buzz); }
.honeycomb { position: absolute; z-index: 1; right: -40px; top: 0; bottom: 0; width: 55%; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='98' viewBox='0 0 56 98'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' fill='none' stroke='%23EAAA00' stroke-width='1.5'/%3E%3Cpath d='M28 0L28 34L0 50L0 84L28 100L56 84L56 50L28 34' fill='none' stroke='%23EAAA00' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 56px 98px; opacity: .22;
  -webkit-mask-image: linear-gradient(270deg, #000 20%, transparent 95%); mask-image: linear-gradient(270deg, #000 20%, transparent 95%); }
.gt-band .wrap { z-index: 3; }
.stat strong { color: var(--navy); }
.stat strong::after { content: ""; display: block; width: 28px; height: 4px; background: var(--buzz); margin: 10px auto 8px; border-radius: 2px; }
.marquee-track .logo-item::after { display: none; }
.marquee-track .logo-item img { height: 56px; max-width: 190px; }
.p-card { border-top: 4px solid var(--buzz); }

/* Instagram */
.ig-frame { display: flex; justify-content: center; }
.ig-frame .instagram-media { margin: 0 !important; width: 100% !important; max-width: 540px !important; min-width: 280px !important; border: 1px solid var(--line) !important; border-radius: 12px !important; background: #fff !important; box-shadow: none !important; }
.ig-fallback { display: flex; align-items: center; gap: 14px; padding: 28px; text-decoration: none; color: var(--navy); }
.ig-fallback img { height: 59px; width: auto; }

/* Scroll buddy (flies down the page as you scroll) */
.scroll-buddy { position: fixed; top: 0; left: 0; z-index: 45; width: 120px; height: 140px; pointer-events: auto; cursor: pointer; will-change: transform; background: none; border: 0; padding: 0; }
.scroll-buddy img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(5,30,57,.28)); }
.scroll-buddy .trail { position: absolute; left: 50%; top: 50%; width: 3px; height: 0; background: linear-gradient(var(--buzz), transparent); transform: translateX(-50%); border-radius: 3px; opacity: .6; transition: height .2s; z-index: -1; }
.scroll-buddy-tip { position: absolute; right: 100%; top: 50%; transform: translateY(-50%); margin-right: 8px; background: var(--navy); color: #fff; font: 600 .78rem var(--sans); white-space: nowrap; padding: 6px 10px; border-radius: 6px; opacity: 0; transition: opacity .2s; pointer-events: none; }
.scroll-buddy:hover .scroll-buddy-tip { opacity: 1; }
@media (max-width: 620px) { .scroll-buddy { width: 70px; height: 82px; } }
@media (prefers-reduced-motion: reduce) { .scroll-buddy { display: none; } }

/* Google Calendar embed (set in admin > Events) */
.cal.cal-embed { padding: 0; }
.cal.cal-embed iframe { display: block; width: 100%; height: 620px; border: 0; }
@media (max-width: 700px) { .cal.cal-embed iframe { height: 520px; } }
