/* ── RESET & TOKENS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:       #2D6A2F;
  --green-dark:  #1C4A1E;
  --green-light: #4A9E4D;
  --yellow:      #F5C518;
  --yellow-dim:  #C49D0E;
  --cream:       #F7F4EC;
  --white:       #FFFFFF;
  --ink:         #1A1A1A;
  --muted:       #5A5A4A;
  --rule:        #D9D4C0;
  --card-bg:     #FFFFFF;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main { flex: 1; }

/* ── NAV ── */
nav {
  background: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 58px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.nav-brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  color: var(--yellow);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.nav-logo {
  height: 40px;
  width: auto;
  display: block;
}
.nav-wordmark { display: inline; }
.nav-links {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.nav-links a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 2px;
  transition: color 0.15s, background 0.15s;
}
.nav-links a:hover { color: var(--yellow); background: rgba(255,255,255,0.06); }
.nav-links a.active { color: var(--yellow); }
.nav-links a.nav-cta {
  background: var(--yellow);
  color: var(--green-dark);
  font-weight: 700;
  margin-left: 0.5rem;
}
.nav-links a.nav-cta:hover { background: #ffd630; color: var(--green-dark); }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,0.8);
  border-radius: 2px;
  transition: all 0.2s;
}

/* ── HERO ── */
.hero {
  background: var(--green);
  color: white;
  padding: 5.5rem 2rem 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 20px,
    rgba(255,255,255,0.022) 20px,
    rgba(255,255,255,0.022) 21px
  );
  pointer-events: none;
}
.hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 0.85rem;
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 10vw, 6.5rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 1.1rem;
}
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  max-width: 500px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.hero-badge {
  display: inline-block;
  background: var(--yellow);
  color: var(--green-dark);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 1.3rem;
  border-radius: 2px;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.btn {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.7rem 1.8rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.15s;
  cursor: pointer;
  border: none;
}
.btn-primary { background: var(--yellow); color: var(--green-dark); }
.btn-primary:hover { background: #ffd630; }
.btn-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.4); }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }

/* ── SECTIONS ── */
.section-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
}
.section-wrap.wide { max-width: 1100px; }
.section-wrap.narrow { max-width: 720px; }

.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.5rem;
}
.section-wrap.on-dark .section-label { color: var(--yellow); }

h2.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.9rem, 5vw, 3rem);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.section-wrap.on-dark h2.section-title { color: white; }

.section-intro {
  color: var(--muted);
  font-size: 1rem;
  max-width: 560px;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.section-wrap.on-dark .section-intro { color: rgba(255,255,255,0.72); }

.divider {
  width: 44px;
  height: 3px;
  background: var(--yellow);
  margin: 0.75rem 0 2rem;
}

/* ── DARK BAND ── */
.dark-band { background: var(--green-dark); }

/* ── CARDS ── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}
.card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--green);
  padding: 1.5rem;
}
.card-icon { font-size: 1.6rem; margin-bottom: 0.75rem; }
.card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--green-dark);
  margin-bottom: 0.4rem;
}
.card p { font-size: 0.88rem; color: var(--muted); line-height: 1.55; }

/* ── FOOTER ── */
footer {
  background: var(--ink);
  color: rgba(255,255,255,0.45);
  text-align: center;
  padding: 2.25rem 2rem;
  font-size: 0.8rem;
  line-height: 1.9;
}
footer strong { color: var(--yellow); }
footer a { color: rgba(255,255,255,0.55); text-decoration: none; }
footer a:hover { color: var(--yellow); }
.footer-sponsors {
  max-width: 900px;
  margin: 0 auto 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-sponsors-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.25rem;
}
.footer-sponsors-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer-sponsors-logos .fs-tile {
  background: white;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sponsors-logos .fs-tile.dark { background: var(--green-dark); }
.footer-sponsors-logos img {
  max-height: 36px;
  max-width: 110px;
  object-fit: contain;
}

/* ── MOBILE ── */
@media (max-width: 680px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 58px; left: 0; right: 0; background: var(--green-dark); padding: 1rem 1.5rem; gap: 0.25rem; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-links a.nav-cta { border: none; margin: 0.5rem 0 0; text-align: center; }
  .nav-toggle { display: flex; }
  nav { position: relative; }
}
