:root {
  --grass: #7fd116;
  --grass-dark: #214311;
  --moss: #6f7d52;
  --cream: #fff9df;
  --paper: #f5f0d8;
  --ink: #16180f;
  --record: #8f1319;
  --gold: #d89318;
  --sky: #dff7ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 23, 12, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(135deg, #6dbb13 0%, #d4f040 36%, #f8ef92 62%, #6ac21a 100%);
  min-height: 100vh;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(255, 249, 223, 0.88);
  border-bottom: 2px solid rgba(22, 24, 15, 0.13);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #141414 0 22%, transparent 23%),
    conic-gradient(from 12deg, var(--record), var(--gold), var(--grass), var(--record));
  box-shadow: 4px 4px 0 var(--grass-dark);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a,
.nav button,
.primary-link {
  border: 2px solid rgba(22, 24, 15, 0.82);
  border-radius: 8px;
  color: var(--ink);
  background: var(--cream);
  padding: 10px 14px;
  font-weight: 850;
  box-shadow: 4px 4px 0 rgba(22, 24, 15, 0.88);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nav a:hover,
.nav button:hover,
.primary-link:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(22, 24, 15, 0.88);
}

.hero {
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(34px, 6vw, 82px) clamp(18px, 5vw, 72px) clamp(24px, 5vw, 58px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sky);
  font-size: 0.83rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--ink);
}

.hero h1 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(4.4rem, 13vw, 10rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    4px 4px 0 var(--ink),
    9px 9px 0 var(--record),
    14px 14px 0 var(--gold);
}

.ticker-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 22px 0;
}

.ticker-chip {
  display: inline-flex;
  padding: 12px 16px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--record);
  font-weight: 950;
  box-shadow: 5px 5px 0 var(--ink);
}

.description-panel {
  max-width: 640px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 249, 223, 0.96)),
    repeating-linear-gradient(45deg, transparent 0 10px, rgba(216, 147, 24, 0.08) 10px 20px);
  padding: clamp(18px, 3vw, 28px);
  box-shadow: var(--shadow);
}

.description-panel p {
  margin: 0;
  color: #273014;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  font-weight: 720;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.primary-link {
  background: var(--record);
  color: var(--cream);
}

.quiet-note {
  max-width: 250px;
  color: rgba(22, 24, 15, 0.72);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.35;
}

.hero-art {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.record-ring {
  position: absolute;
  width: min(78vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 13%, var(--cream) 14% 18%, transparent 19% 100%),
    repeating-radial-gradient(circle, rgba(22, 24, 15, 0.95) 0 2px, rgba(22, 24, 15, 0.18) 2px 6px),
    conic-gradient(var(--record), var(--gold), var(--grass), var(--record));
  opacity: 0.5;
  filter: saturate(1.1);
  animation: slowSpin 28s linear infinite;
}

.portrait-frame {
  position: relative;
  width: min(86vw, 500px);
  border: 5px solid var(--ink);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 18px 18px 0 rgba(22, 24, 15, 0.9);
  transform: rotate(2deg);
  overflow: hidden;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 2px dashed rgba(22, 24, 15, 0.32);
  border-radius: 6px;
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.sticker {
  position: absolute;
  right: -22px;
  bottom: 34px;
  z-index: 3;
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 8px 8px 0 var(--record);
  transform: rotate(-10deg);
}

.banner-section {
  padding: 16px clamp(14px, 4vw, 44px) 38px;
}

.banner-frame {
  position: relative;
  border: 4px solid var(--ink);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(22, 24, 15, 0.32);
  background: #79bf14;
}

.banner-frame img {
  width: 100%;
  min-height: 280px;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.banner-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: min(520px, calc(100% - 36px));
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 249, 223, 0.92);
  padding: 14px 16px;
  font-weight: 850;
  box-shadow: 5px 5px 0 var(--ink);
}

.marquee {
  border-block: 3px solid var(--ink);
  background: var(--record);
  color: var(--cream);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.marquee span {
  padding: 14px 24px;
  font-weight: 950;
  white-space: nowrap;
  text-transform: uppercase;
}

.content-band {
  padding: clamp(44px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.band-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(22px, 5vw, 58px);
  align-items: start;
}

.section-title {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker {
  margin: 0 0 12px;
  font-weight: 950;
  color: var(--record);
  text-transform: uppercase;
}

.mood-list {
  display: grid;
  gap: 14px;
}

.mood-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 249, 223, 0.9);
  padding: 16px;
  box-shadow: 8px 8px 0 rgba(22, 24, 15, 0.9);
}

.mood-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 3px solid var(--ink);
  background: var(--sky);
  font-size: 1.35rem;
  font-weight: 950;
}

.mood-item h3 {
  margin: 0 0 5px;
  font-size: 1.18rem;
  text-transform: uppercase;
}

.mood-item p {
  margin: 0;
  color: rgba(22, 24, 15, 0.72);
  line-height: 1.45;
  font-weight: 700;
}

.token-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 42px;
}

.token-box {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--cream);
  padding: 18px;
  box-shadow: 7px 7px 0 var(--ink);
}

.token-box strong {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.95;
  color: var(--record);
}

.token-box span {
  font-weight: 900;
  text-transform: uppercase;
}

.finale {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 0 clamp(18px, 5vw, 72px) clamp(28px, 6vw, 56px);
  border: 4px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 24, 15, 0.92), rgba(33, 67, 17, 0.9)),
    url("./assets/weekend-banner.png") center / cover;
  color: var(--cream);
  padding: clamp(22px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.finale h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.finale p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 249, 223, 0.82);
  font-size: 1.05rem;
  font-weight: 720;
  line-height: 1.5;
}

.footer {
  padding: 22px clamp(18px, 5vw, 72px) 34px;
  color: rgba(22, 24, 15, 0.72);
  font-weight: 800;
  text-align: center;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .hero,
  .band-grid,
  .finale {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 460px;
  }

  .token-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .nav a,
  .nav button,
  .primary-link {
    padding: 9px 11px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 22vw, 5.8rem);
    text-shadow:
      3px 3px 0 var(--ink),
      6px 6px 0 var(--record),
      9px 9px 0 var(--gold);
  }

  .hero-art {
    min-height: 380px;
  }

  .portrait-frame {
    width: min(86vw, 390px);
    box-shadow: 10px 10px 0 rgba(22, 24, 15, 0.9);
  }

  .sticker {
    width: 104px;
    height: 104px;
    right: -4px;
    bottom: 16px;
    font-size: 0.78rem;
  }

  .banner-caption {
    position: static;
    max-width: none;
    border-radius: 0;
    border-width: 3px 0 0;
    box-shadow: none;
  }

  .mood-item {
    grid-template-columns: 1fr;
  }
}
