:root {
  --green: #1f9d55;
  --green-d: #157a41;
  --gold: #f2a51c;
  --red: #e23636;
  --blue: #2b3a8f;
  --cream: #f6f0e2;
  --cream2: #efe7d3;
  --ink: #2a2823;
  --ink-soft: #5d564a;
  --charcoal: #1e1d19;
  --card: #fffdf7;

  --font-display: "Montserrat", system-ui, sans-serif;
  --font-fun: "Baloo 2", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --maxw: 1080px;
}

* { 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.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(246, 240, 226, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(42, 40, 35, 0.08);
}
.brand img { height: 38px; width: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(0.8rem, 2vw, 1.6rem); }
.site-nav a { font-weight: 600; font-size: 0.95rem; text-decoration: none; color: var(--ink); }
.site-nav a:not(.btn):hover { color: var(--green-d); }
.site-nav a:not(.btn) { display: none; }
@media (min-width: 760px) { .site-nav a:not(.btn) { display: inline; } }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block; font-family: var(--font-display); font-weight: 800;
  text-decoration: none; border-radius: 999px;
  padding: 0.85rem 1.7rem; font-size: 1rem; letter-spacing: 0.01em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: 2px solid transparent; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(31,157,85,0.3); }
.btn-green:hover { background: var(--green-d); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(226,54,54,0.28); }
.btn-red:hover { background: #c52a2a; }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(42,40,35,0.25); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.9rem; }
.btn-lg { padding: 1.05rem 2.3rem; font-size: 1.15rem; }

/* ---------- ZIGZAG DIVIDER (geometrie) ---------- */
.zigzag {
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='20' viewBox='0 0 66 20'%3E%3Cpolygon points='0,20 11,0 22,20' fill='%231f9d55'/%3E%3Cpolygon points='22,20 33,0 44,20' fill='%23f2a51c'/%3E%3Cpolygon points='44,20 55,0 66,20' fill='%23e23636'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 66px 20px;
}

/* ---------- SECTIONS ---------- */
.section { padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem); }
.section-cream { background: var(--cream); }
.section-cream2 { background: var(--cream2); }
.section-dark { background: var(--charcoal); color: #f4efe1; }
.wrap { max-width: var(--maxw); margin: 0 auto; width: 100%; }
.center { text-align: center; }

.eyebrow {
  font-family: var(--font-fun); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.95rem;
  margin-bottom: 0.6rem;
}
.eyebrow-green { color: var(--green-d); }
.eyebrow-gold { color: var(--gold); }
.eyebrow-red { color: var(--red); }

.display {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(1.9rem, 5.2vw, 3rem);
  line-height: 1.05; letter-spacing: -0.01em; color: var(--ink);
  margin-bottom: 1rem;
}
.display-xl { font-size: clamp(2.3rem, 7vw, 4rem); }
.section-dark .display { color: #fdfaf2; }
.hl-green { color: var(--green); }
.hl-gold { color: var(--gold); }
.hl-red { color: var(--red); }
.section p { font-size: 1.08rem; color: var(--ink-soft); max-width: 46ch; }
.center p { margin-left: auto; margin-right: auto; }
.section-dark p { color: #d9d2c4; }
.fun { font-family: var(--font-fun); font-weight: 600; color: var(--ink); }
.lead { font-size: 1.25rem; }

/* ---------- HERO ---------- */
.hero {
  background:
    radial-gradient(120% 90% at 50% -10%, #fffbef 0%, var(--cream) 55%);
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 4.5rem);
  text-align: center;
}
.hero-inner { max-width: 820px; margin: 0 auto; }
.hero-logo { width: min(420px, 80%); margin: 0 auto 1.4rem; }
.kicker {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.15rem, 3.2vw, 1.6rem); color: var(--ink);
  max-width: none !important;
}
.kicker span { color: var(--gold); }
.event-meta { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin: 1.4rem 0; }
.chip {
  font-family: var(--font-display); font-weight: 700; font-size: 0.92rem;
  padding: 0.4rem 1rem; border-radius: 999px; color: #fff; white-space: nowrap;
}
.chip-green { background: var(--green); }
.chip-gold { background: var(--gold); color: #4a3408; }
.chip-red { background: var(--red); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin-bottom: 2.4rem; }

.lineup { border-top: 2px dashed rgba(42,40,35,0.15); padding-top: 1.6rem; }
.lineup-head {
  font-family: var(--font-fun); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 0.8rem; color: var(--green-d);
  max-width: none !important; margin-bottom: 0.4rem;
}
.lineup-top {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.1rem, 3vw, 1.5rem); color: var(--ink);
  max-width: none !important;
}
.lineup-more { font-size: 0.95rem; color: var(--ink-soft); max-width: 60ch !important; margin: 0.5rem auto 0; }
.lineup-more em { color: var(--red); font-style: normal; font-weight: 600; }

/* ---------- SPLIT (mission / dinner) ---------- */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
@media (min-width: 820px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split-reverse .split-media { order: 2; }
}
.split-media img { border-radius: 18px; box-shadow: 0 18px 40px rgba(42,40,35,0.18); width: 100%; }
.caption { font-size: 0.85rem !important; color: var(--ink-soft); margin-top: 0.6rem; text-align: center; }
.split-text p { margin-bottom: 0.9rem; }

/* facts */
.facts { display: flex; gap: 1.4rem; flex-wrap: wrap; margin: 1.4rem 0 1.8rem; }
.fact { display: flex; align-items: center; gap: 0.7rem; }
.fact-num { font-family: var(--font-display); font-weight: 900; font-size: 2.4rem; color: var(--green); line-height: 1; }
.fact:nth-child(2) .fact-num { color: var(--red); }
.fact-label { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.3; }
.fact-label em { color: var(--ink); font-style: italic; }

/* ---------- JAM (dark) ---------- */
.jam { text-align: center; }
.jam .chip { margin-top: 1.4rem; display: inline-block; }

/* ---------- TIMELINE ---------- */
.timeline { list-style: none; max-width: 560px; margin: 2rem auto 1.5rem; text-align: left; }
.timeline li {
  display: grid; grid-template-columns: 78px 22px 1fr; align-items: center;
  gap: 0.5rem; padding: 0.7rem 0;
  border-bottom: 2px dotted rgba(42,40,35,0.14);
}
.timeline li:last-child { border-bottom: none; }
.t-time { font-family: var(--font-display); font-weight: 800; color: var(--gold); font-size: 1.15rem; }
.t-dot { width: 12px; height: 12px; background: var(--red); transform: rotate(45deg); border-radius: 2px; }
.timeline li:nth-child(2) .t-dot { background: var(--green); }
.timeline li:nth-child(3) .t-dot { background: var(--gold); }
.timeline li:nth-child(4) .t-dot { background: var(--blue); }
.t-label { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.t-label em { font-style: normal; font-weight: 500; color: var(--ink-soft); }
.venue { font-family: var(--font-fun); font-weight: 600; color: var(--ink) !important; }
.pin { display: inline-block; width: 10px; height: 10px; background: var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); margin-right: 0.5rem; vertical-align: middle; }

/* ---------- DONATE ---------- */
.section-donate {
  background:
    linear-gradient(180deg, #fbf4e4 0%, var(--cream2) 100%);
}
.donate-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.5rem, 4vw, 2.5rem); align-items: center; }
@media (min-width: 820px) { .donate-grid { grid-template-columns: 1.05fr 0.95fr; } }
.donate-text h2 { margin-bottom: 0.8rem; }
.donate-text .btn { margin-top: 0.6rem; }
.donate-media img { width: 100%; filter: drop-shadow(0 14px 26px rgba(42,40,35,0.25)); }

/* ---------- LOGO WALLS ---------- */
.logo-feature { display: flex; justify-content: center; margin: 1.8rem 0 1.2rem; }
.logo-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
  max-width: 760px; margin: 1.6rem auto 0;
}
@media (min-width: 620px) { .logo-grid { grid-template-columns: repeat(3, 1fr); } }
.logo-card {
  background: var(--card); border: 1px solid rgba(42,40,35,0.08);
  border-radius: 14px; padding: 1.1rem; min-height: 104px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(42,40,35,0.06);
}
.logo-card img { max-height: 64px; width: auto; object-fit: contain; }
.logo-card-lg { padding: 1.6rem 2.4rem; }
.logo-card-lg img { max-height: 92px; }
.logo-card-dark { background: var(--charcoal); border-color: var(--charcoal); }
.logo-name { flex-direction: column; gap: 0.1rem; text-align: center; }
.logo-name span { font-family: var(--font-display); font-weight: 900; font-size: 1.3rem; color: var(--red); }
.logo-name em { font-family: var(--font-fun); font-style: normal; font-size: 0.8rem; color: var(--ink-soft); }
.note { font-size: 0.85rem !important; color: var(--ink-soft); margin-top: 1.4rem; font-style: italic; }

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--charcoal); color: #efe7d3; text-align: center;
  padding: clamp(2.5rem, 5vw, 3.5rem) 1.5rem;
}
.footer-logo { height: 54px; width: auto; margin: 0 auto 0.8rem; }
.footer-tag { font-family: var(--font-fun); font-weight: 700; letter-spacing: 0.1em; color: var(--gold); }
.footer-meta { font-family: var(--font-display); font-weight: 600; margin-top: 0.6rem; color: #efe7d3; }
.footer-contact { margin-top: 0.4rem; }
.footer-contact a { color: #efe7d3; text-decoration: underline; }
.footer-copy { font-size: 0.8rem; color: #9c9485; margin-top: 1.4rem; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn:hover { transform: none; } }
