:root {
  --green-900: #102f17;
  --green-800: #173f20;
  --green-700: #235a31;
  --gold-500: #b8972f;
  --gold-300: #d9c57b;
  --cream-100: #f6f1e7;
  --cream-200: #ede5d2;
  --ink-900: #112616;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(10, 27, 15, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink-900);
  background: linear-gradient(180deg, #f8f4ea 0%, #efe6d1 100%);
}
a { color: inherit; text-decoration: none; }

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 40px;
  background: rgba(16, 47, 23, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 197, 123, 0.2);
}

.brand img { width: 220px; display: block; }
.nav { display: flex; align-items: center; gap: 22px; font-weight: 700; color: rgba(255,255,255,0.88); }
.nav a.active { color: var(--gold-300); }
.nav a:not(.button):hover { color: var(--white); }
.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(217, 197, 123, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--white);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-gold { background: var(--gold-500); color: var(--white); }
.button-ghost {
  border: 1px solid rgba(255,255,255,0.5);
  color: var(--white);
  background: rgba(255,255,255,0.08);
}

.hero,
.feature-showcase,
.inner-hero {
  position: relative;
  overflow: hidden;
}

.hero-backdrop,
.feature-backdrop {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 36, 22, 0.48), rgba(15, 36, 22, 0.72)),
    url('/assets/welcome-wcc-splash.jpg');
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.hero-grid,
.inner-hero-copy,
.section-heading,
.tile-grid,
.showcase-grid,
.steps-grid,
.beta-callout,
.content-grid,
.scoreboard-table,
.legal-card {
  position: relative;
  z-index: 1;
}

.hero {
  padding: 80px 40px 72px;
}

.hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 380px;
  gap: 36px;
  align-items: end;
}

.hero-copy h1,
.inner-hero-copy h1,
.section-heading h2,
.beta-callout h2,
.legal-card h1 {
  font-family: "Libre Baskerville", serif;
}

.hero-copy {
  color: var(--white);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.1);
  color: var(--gold-300);
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
}

.hero-copy p,
.inner-hero-copy p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.scoreboard-card,
.feature-tile,
.showcase-card,
.step-card,
.content-card,
.legal-card {
  background: rgba(246, 241, 231, 0.97);
  border: 1px solid rgba(16, 47, 23, 0.08);
  box-shadow: var(--shadow);
}

.scoreboard-card {
  padding: 22px 22px 16px;
  border-radius: 26px;
}

.scoreboard-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 12px;
}

.scoreboard-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(16, 47, 23, 0.08);
}

.problem-band,
.steps-band,
.beta-callout,
.inner-page {
  max-width: 1280px;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 70px 40px;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2,
.beta-callout h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.section-heading-light h2,
.section-heading-light .eyebrow {
  color: var(--white);
}

.tile-grid,
.steps-grid,
.content-grid {
  display: grid;
  gap: 22px;
}

.tile-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.feature-tile,
.step-card,
.content-card {
  border-radius: 24px;
  padding: 26px;
}

.feature-tile-highlight {
  background: linear-gradient(180deg, rgba(16, 47, 23, 0.96), rgba(23, 63, 32, 0.94));
  color: var(--white);
  border-color: rgba(217, 197, 123, 0.22);
}

.feature-tile-highlight p,
.feature-tile-highlight h3 {
  color: var(--white);
}

.feature-tile h3,
.step-card h3,
.content-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.feature-tile p,
.step-card p,
.content-card p,
.legal-card p,
.legal-card li,
.content-list li,
.showcase-card p {
  line-height: 1.7;
}

.icon-wrap {
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.38), transparent 45%),
    linear-gradient(180deg, #e2d08d 0%, var(--gold-500) 100%);
  box-shadow: 0 16px 30px rgba(184, 151, 47, 0.22);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.24);
}

.icon-wrap::before,
.icon-wrap span,
.icon-cart::before,
.icon-cart::after,
.icon-bell::before,
.icon-bell::after,
.icon-pin::before,
.icon-pin::after,
.icon-chat::before,
.icon-chat::after {
  content: "";
  position: absolute;
}

.icon-pin::before {
  width: 22px;
  height: 22px;
  border: 4px solid var(--green-900);
  border-radius: 999px;
  left: 24px;
  top: 15px;
}
.icon-pin::after {
  width: 4px;
  height: 24px;
  background: var(--green-900);
  left: 33px;
  bottom: 12px;
}

.icon-chat::before {
  inset: 18px 14px 20px 14px;
  background: var(--green-900);
  border-radius: 14px;
}
.icon-chat::after {
  width: 14px;
  height: 14px;
  background: var(--green-900);
  bottom: 14px;
  left: 22px;
  transform: rotate(45deg);
}

.icon-cart {
  background-image: url('/assets/beverage-cart-icon.png');
  background-size: 88%;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-bell::before {
  width: 26px;
  height: 24px;
  left: 22px;
  top: 18px;
  background: var(--green-900);
  border-radius: 16px 16px 8px 8px;
}

.icon-bell::after {
  width: 14px;
  height: 6px;
  left: 28px;
  bottom: 16px;
  background: var(--green-900);
  border-radius: 999px;
  box-shadow:
    0 -25px 0 0 var(--green-900),
    0 -29px 0 3px rgba(16, 47, 23, 0);
}

.push-spotlight {
  max-width: 1280px;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 40px 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.push-spotlight-copy,
.push-spotlight-board {
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.push-spotlight-copy {
  padding: 34px;
  background: rgba(246, 241, 231, 0.96);
  border: 1px solid rgba(16, 47, 23, 0.08);
}

.push-spotlight-copy h2 {
  margin: 0 0 14px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.push-spotlight-copy p {
  margin: 0;
  line-height: 1.8;
  font-size: 17px;
}

.push-spotlight-board {
  padding: 28px;
  background: linear-gradient(180deg, rgba(16,47,23,0.98), rgba(23,63,32,0.94));
  color: var(--white);
  border: 1px solid rgba(217, 197, 123, 0.22);
}

.push-spotlight-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(217, 197, 123, 0.16);
  color: var(--gold-300);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.push-spotlight-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.push-spotlight-row:first-of-type {
  margin-top: 22px;
}

.push-spotlight-row span {
  color: rgba(255,255,255,0.74);
}

.push-spotlight-row strong {
  color: var(--white);
}

.feature-showcase {
  padding: 84px 40px;
}

.showcase-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.showcase-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(246, 241, 231, 0.95);
}
.showcase-card-wide { grid-column: span 2; }

.showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.showcase-pill,
.showcase-score {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
}

.showcase-pill {
  background: var(--green-800);
  color: var(--white);
}

.showcase-score {
  background: var(--gold-300);
  color: var(--green-900);
}

.step-number {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--gold-500);
  margin-bottom: 12px;
}

.beta-callout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 40px 34px;
  color: rgba(17, 38, 22, 0.78);
}

.footer-links {
  display: flex;
  gap: 18px;
  font-weight: 700;
}

.site-shell-inner .inner-page,
.privacy-page {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 52px 40px 72px;
}

.inner-hero {
  min-height: 320px;
  border-radius: 30px;
  display: flex;
  align-items: end;
  padding: 40px;
  margin-bottom: 42px;
}

.inner-hero-copy {
  max-width: 760px;
  color: var(--white);
}

.scoreboard-table {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(246, 241, 231, 0.97);
  box-shadow: var(--shadow);
}

.scoreboard-table-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 18px 24px;
  border-top: 1px solid rgba(16, 47, 23, 0.08);
}
.scoreboard-table-head {
  background: var(--green-800);
  color: var(--white);
  border-top: none;
  font-weight: 800;
}

.legal-card {
  max-width: 940px;
  margin: 0 auto;
  border-radius: 28px;
  padding: 34px;
}

.legal-card h1 { margin-top: 0; }
.legal-card h2 { margin-top: 32px; }
.content-list { padding-left: 20px; }

@media (max-width: 1080px) {
  .hero-grid,
  .tile-grid,
  .steps-grid,
  .content-grid,
  .showcase-grid,
  .beta-callout {
    grid-template-columns: 1fr;
  }

  .showcase-card-wide { grid-column: auto; }
  .topbar,
  .problem-band,
  .steps-band,
  .beta-callout,
  .feature-showcase,
  .hero,
  .site-shell-inner .inner-page,
  .privacy-page,
  .footer { padding-left: 20px; padding-right: 20px; }

  .topbar {
    flex-wrap: wrap;
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 18px;
    background: rgba(16, 47, 23, 0.98);
    border: 1px solid rgba(217, 197, 123, 0.2);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .nav a:not(.button) {
    padding: 8px 2px;
  }

  body.menu-open .nav {
    display: flex;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .push-spotlight {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scoreboard-table-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 14px 18px;
  }
}
