/* ============================================================
   GADSDEN 5K RUN — Gadsden5K.com
   Brand: deep green #0C6C3C · gold #E4B43C · cream · ink
   ============================================================ */

:root {
  --green: #0c6c3c;
  --green-deep: #08492a;
  --green-ink: #05301c;
  --gold: #e4b43c;
  --gold-soft: #f0cd7a;
  --cream: #faf6ec;
  --paper: #fffdf7;
  --ink: #132a1d;
  --muted: #4d6355;
  --white: #ffffff;
  --radius: 22px;
  --shadow-lg: 0 30px 60px -20px rgba(5, 48, 28, 0.35);
  --shadow-md: 0 18px 40px -18px rgba(5, 48, 28, 0.28);
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Inter", -apple-system, sans-serif;
  --font-script: "Caveat", cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0; }
.center { text-align: center; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: 0.01em; }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); line-height: 1.08; text-transform: uppercase; color: var(--green-ink); }
h3 { font-size: 1.35rem; text-transform: uppercase; letter-spacing: 0.03em; }

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 18px;
  position: relative;
}
.eyebrow::after {
  content: "";
  display: inline-block;
  width: 46px; height: 3px;
  background: var(--gold);
  margin-left: 14px;
  vertical-align: middle;
  border-radius: 2px;
}
.eyebrow.center { display: block; text-align: center; }
.eyebrow.center::after { display: block; margin: 12px auto 0; }

.section-intro {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-3px); }
.btn-lg { padding: 17px 36px; font-size: 1.02rem; }
.btn-gold {
  background: var(--gold);
  color: var(--green-ink);
  box-shadow: 0 12px 30px -10px rgba(228, 180, 60, 0.55);
}
.btn-gold:hover { background: var(--gold-soft); box-shadow: 0 18px 38px -10px rgba(228, 180, 60, 0.65); }
.btn-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.12); }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.8s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.12s; }
.reveal.d2 { transition-delay: 0.24s; }
.reveal.d3 { transition-delay: 0.36s; }
.reveal.d4 { transition-delay: 0.48s; }
.reveal.d5 { transition-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .marquee-track { animation: none !important; }
  .pulse-dot::after { animation: none !important; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
.nav.scrolled {
  background: rgba(250, 246, 236, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 30px -12px rgba(5, 48, 28, 0.25);
  padding: 8px 0;
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-logo img { height: 54px; width: auto; transition: height 0.35s ease; }
.nav.scrolled .nav-logo img { height: 44px; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--white);
  transition: color 0.25s ease;
  text-shadow: 0 1px 10px rgba(5, 48, 28, 0.4);
}
.nav.scrolled .nav-links a { color: var(--green-ink); text-shadow: none; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { padding: 10px 22px; font-size: 0.88rem; }
.nav-burger {
  display: none;
  background: none; border: none;
  flex-direction: column; gap: 5px;
  padding: 8px;
  cursor: pointer;
}
.nav-burger span { width: 24px; height: 3px; background: currentColor; border-radius: 2px; color: var(--white); }
.nav.scrolled .nav-burger span, .nav.open .nav-burger span { color: var(--green-ink); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--white);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.08);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(20deg, rgba(5, 48, 28, 0.94) 0%, rgba(8, 73, 42, 0.72) 45%, rgba(12, 108, 60, 0.42) 100%),
    radial-gradient(90% 60% at 80% 10%, rgba(228, 180, 60, 0.18), transparent 60%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 24px 130px;
  width: 100%;
}
.hero-script {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  color: var(--gold);
  transform: rotate(-2deg);
  transform-origin: left;
  margin-bottom: 6px;
}
.hero-script.reveal { transform: rotate(-2deg) translateY(34px); }
.hero-script.reveal.in { transform: rotate(-2deg); }
.hero-title {
  font-size: clamp(3.4rem, 9.5vw, 7.6rem);
  line-height: 0.98;
  text-transform: uppercase;
  margin: 6px 0 26px;
  text-shadow: 0 10px 40px rgba(5, 48, 28, 0.45);
}
.hero-title .line { display: block; }
.hero-title em {
  font-style: normal;
  color: var(--gold);
  position: relative;
}
.hero-sub {
  max-width: 560px;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 36px;
}
.hero-sub strong { color: var(--gold-soft); }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(5, 48, 28, 0.4);
  backdrop-filter: blur(6px);
}
.pulse-dot {
  position: relative;
  width: 9px; height: 9px;
  background: var(--gold);
  border-radius: 50%;
}
.pulse-dot::after {
  content: "";
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* Marquee */
.marquee {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  background: var(--gold);
  color: var(--green-ink);
  overflow: hidden;
  padding: 12px 0;
  transform: rotate(-1.2deg) scale(1.02);
  transform-origin: center;
  box-shadow: 0 -8px 30px rgba(5, 48, 28, 0.3);
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.marquee-track span { padding-right: 12px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   STATS
   ============================================================ */
.stats {
  background: var(--green-ink);
  color: var(--cream);
  padding: 84px 0 74px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.6rem);
  color: var(--gold);
  line-height: 1;
}
.stat-num small { font-size: 0.45em; }
.stat-label {
  margin-top: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 246, 236, 0.75);
}

/* ============================================================
   STORY
   ============================================================ */
.story { background: var(--paper); overflow: hidden; }
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.photo-stack { position: relative; padding: 0 40px 70px 0; }
.photo-main {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.photo-accent {
  position: absolute;
  right: 0; bottom: 0;
  width: 58%;
  border-radius: 18px;
  border: 6px solid var(--paper);
  box-shadow: var(--shadow-md);
  transform: rotate(2.5deg);
}
.photo-sticker {
  position: absolute;
  top: -22px; right: 50px;
  font-family: var(--font-script);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green-ink);
  background: var(--gold);
  padding: 8px 20px;
  border-radius: 999px;
  transform: rotate(4deg);
  box-shadow: var(--shadow-md);
}
.story-copy p { margin-bottom: 18px; color: var(--muted); font-size: 1.05rem; }
.story-copy h2 { margin-bottom: 24px; }
.story-copy blockquote {
  border-left: 4px solid var(--gold);
  padding: 6px 0 6px 24px;
  margin: 28px 0;
}
.story-copy blockquote p {
  font-family: var(--font-script);
  font-size: 1.7rem;
  line-height: 1.35;
  color: var(--green);
  margin: 0;
}
.story-points { list-style: none; }
.story-points li {
  padding: 14px 0 14px 40px;
  position: relative;
  color: var(--muted);
  border-bottom: 1px dashed rgba(12, 108, 60, 0.2);
}
.story-points li:last-child { border-bottom: none; }
.story-points li strong { color: var(--green-ink); }
.story-points li::before {
  content: "";
  position: absolute;
  left: 4px; top: 22px;
  width: 20px; height: 12px;
  border-left: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  transform: rotate(-48deg);
  border-radius: 2px;
}

/* ============================================================
   RECAP VIDEO
   ============================================================ */
.recap {
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(12, 108, 60, 0.08), transparent 55%),
    var(--paper);
}
.recap-inner { max-width: 720px; }
.recap-frame {
  margin: 44px auto 0;
  max-width: 300px;
  aspect-ratio: 267 / 476;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--green-ink);
}
.recap-frame iframe { width: 100%; height: 100%; display: block; }
.recap-note {
  margin-top: 22px;
  font-size: 0.92rem;
  color: var(--muted);
}
.recap-note a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.recap-note a:hover { color: var(--gold); }

/* ============================================================
   RACE DAY
   ============================================================ */
.raceday {
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(228, 180, 60, 0.14), transparent 55%),
    var(--cream);
}
.timeline {
  max-width: 780px;
  margin: 70px auto 90px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 84px; top: 12px; bottom: 12px;
  width: 3px;
  background: linear-gradient(var(--gold), var(--green));
  border-radius: 2px;
}
.tl-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 40px;
  padding: 26px 0;
  align-items: start;
}
.tl-time {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--green);
  text-align: right;
  position: relative;
  line-height: 1;
  padding-top: 4px;
}
.tl-time span { font-size: 0.45em; color: var(--gold); margin-left: 3px; }
.tl-time::after {
  content: "";
  position: absolute;
  right: -51px; top: 10px;
  width: 15px; height: 15px;
  background: var(--gold);
  border: 4px solid var(--cream);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--gold);
}
.tl-body {
  background: var(--white);
  padding: 26px 32px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.tl-body h3 { color: var(--green-ink); margin-bottom: 8px; }
.tl-body p { color: var(--muted); }

.perks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.perk {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-md);
  transition: transform 0.3s ease;
}
.perk:hover { transform: translateY(-6px); }
.perk img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform 0.5s ease; }
.perk:hover img { transform: scale(1.05); }
.perk figcaption {
  padding: 14px 18px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--green-ink);
}

/* ============================================================
   FOUNDERS
   ============================================================ */
.founders {
  background: var(--green-ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.founders::before {
  content: "LOVE RUN GADSDEN";
  position: absolute;
  top: 30px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 10rem);
  white-space: nowrap;
  color: rgba(250, 246, 236, 0.04);
  pointer-events: none;
}
.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
}
.founders .eyebrow { color: var(--gold); }
.founders h2 { color: var(--cream); }
.founders-copy p { color: rgba(250, 246, 236, 0.82); margin-bottom: 18px; font-size: 1.05rem; }
.founders-copy h2 { margin-bottom: 24px; }
.founders-copy strong { color: var(--gold-soft); }
.founders-sig {
  font-family: var(--font-script);
  font-size: 1.9rem;
  color: var(--gold) !important;
  margin-top: 10px;
}
.founders-sig span { color: var(--cream); font-size: 0.8em; }
.founders-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.founder-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 60px -18px rgba(0, 0, 0, 0.55);
}
.founder-photo.offset { margin-top: 60px; }
.founder-photo img { width: 100%; }
.founder-photo figcaption {
  background: rgba(250, 246, 236, 0.06);
  font-size: 0.82rem;
  padding: 12px 16px;
  color: rgba(250, 246, 236, 0.75);
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { background: var(--paper); }
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 34px 0 44px;
}
.chip {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 26px;
  border-radius: 999px;
  border: 2px solid rgba(12, 108, 60, 0.25);
  background: transparent;
  color: var(--green-ink);
  cursor: pointer;
  transition: all 0.25s ease;
}
.chip:hover { border-color: var(--green); }
.chip.active {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px -8px rgba(12, 108, 60, 0.5);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  grid-auto-flow: dense;
  gap: 18px;
}
.g-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: var(--shadow-md);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.g-item.hidden { display: none; }
.g-item.wide { grid-column: span 2; }
.g-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.g-item:hover img { transform: scale(1.06); }
.g-item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 40px 16px 14px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--white);
  background: linear-gradient(transparent, rgba(5, 48, 28, 0.85));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.g-item:hover figcaption { opacity: 1; transform: none; }

/* ============================================================
   PARTNERS
   ============================================================ */
.partners { background: var(--cream); }
.partners-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}
.partner-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 44px 36px;
  text-align: center;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: transform 0.3s ease;
}
.partner-card:hover { transform: translateY(-6px); }
.partner-card.featured { background: var(--green-ink); }
.partner-card.featured img { max-width: 240px; }
.partner-card.featured p { color: rgba(250, 246, 236, 0.75); }
.partner-card p { font-size: 0.9rem; color: var(--muted); }
.partner-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--green);
  line-height: 1.2;
}

/* ============================================================
   REGISTER
   ============================================================ */
.register {
  position: relative;
  background:
    linear-gradient(rgba(8, 73, 42, 0.93), rgba(5, 48, 28, 0.96)),
    url("../img/g26-walkers-road.jpg") center/cover fixed;
  color: var(--cream);
  text-align: center;
}
.register-inner { max-width: 720px; }
.register-script {
  font-family: var(--font-script);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  transform: rotate(-2deg);
  margin-bottom: 8px;
}
.register h2 { color: var(--cream); font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: 22px; }
.register p { color: rgba(250, 246, 236, 0.85); font-size: 1.08rem; }
.register-ctas { margin: 36px 0 18px; }
.register-note { font-size: 0.9rem !important; color: rgba(250, 246, 236, 0.6) !important; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--paper); }
.faq-wrap { max-width: 820px; }
.faq-list { margin-top: 48px; }
.faq-list details {
  background: var(--white);
  border-radius: 16px;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px -12px rgba(5, 48, 28, 0.18);
  overflow: hidden;
  border: 1px solid rgba(12, 108, 60, 0.08);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 60px 22px 28px;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--green-ink);
  position: relative;
  transition: color 0.25s ease;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--green); }
.faq-icon {
  position: absolute;
  right: 24px; top: 50%;
  width: 14px; height: 14px;
  transform: translateY(-50%);
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.faq-icon::before { left: 0; top: 5px; width: 14px; height: 4px; }
.faq-icon::after { left: 5px; top: 0; width: 4px; height: 14px; }
details[open] .faq-icon::after { transform: scaleY(0); }
.faq-list details p {
  padding: 0 28px 24px;
  color: var(--muted);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--green-ink); color: rgba(250, 246, 236, 0.8); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1fr;
  gap: 50px;
  padding: 80px 24px 50px;
}
.footer-5k { width: 170px; margin-bottom: 20px; }
.footer-brand p { font-size: 0.92rem; max-width: 300px; }
.footer h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-col a {
  display: block;
  text-decoration: none;
  font-size: 0.94rem;
  padding: 5px 0;
  color: rgba(250, 246, 236, 0.75);
  transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--gold); }
.footer-host img { width: 190px; }
.footer-bottom {
  border-top: 1px solid rgba(250, 246, 236, 0.12);
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.84rem;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-script {
  font-family: var(--font-script);
  font-size: 1.3rem;
  color: var(--gold);
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(5, 48, 28, 0.96);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox figure {
  max-width: min(1100px, 90vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
}
.lightbox img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}
.lightbox figcaption {
  color: rgba(250, 246, 236, 0.85);
  text-align: center;
  padding-top: 16px;
  font-size: 0.95rem;
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  background: rgba(250, 246, 236, 0.1);
  border: 1px solid rgba(250, 246, 236, 0.25);
  color: var(--cream);
  font-size: 1.6rem;
  width: 52px; height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
  line-height: 1;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(228, 180, 60, 0.35); }
.lb-close { top: 26px; right: 26px; }
.lb-prev { left: 26px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 26px; top: 50%; transform: translateY(-50%); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .story-grid, .founders-grid { grid-template-columns: 1fr; gap: 56px; }
  .perks-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .partners-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .register { background-attachment: scroll; }
}
@media (max-width: 720px) {
  .section { padding: 80px 0; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .nav.open { background: var(--cream); }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream);
    padding: 18px 24px 26px;
    gap: 4px;
    box-shadow: 0 30px 40px -20px rgba(5, 48, 28, 0.3);
  }
  .nav.open .nav-links a { color: var(--green-ink); text-shadow: none; padding: 10px 0; font-size: 1.05rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .timeline::before { left: 24px; }
  .tl-item { grid-template-columns: 1fr; gap: 12px; padding-left: 58px; }
  .tl-time { text-align: left; }
  .tl-time::after { right: auto; left: -41px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .g-item.wide { grid-column: span 2; }
  .perks-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .founders-media { grid-template-columns: 1fr 1fr; gap: 14px; }
  .founder-photo.offset { margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 60px; }
  .footer-bottom { justify-content: center; text-align: center; }
  .lb-prev, .lb-next { display: none; }
  .hero-ctas .btn { width: 100%; text-align: center; }
}
