:root {
  color-scheme: dark;
  --ink: #f7f4ea;
  --muted: #b8c0b4;
  --field: #101a14;
  --field-2: #17271d;
  --line: rgba(247, 244, 234, 0.16);
  --accent: #23b24a;
  --accent-2: #79d441;
  --danger: #ee7367;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--field);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(16, 26, 20, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
}

.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: #062013;
  border: 1px solid rgba(35, 178, 74, 0.5);
  border-radius: 10px;
}

nav {
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.95rem;
}

nav a:hover {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid rgba(35, 178, 74, 0.55);
  background: var(--accent);
  padding: 10px 14px;
  color: #06190c;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  min-height: 84vh;
  align-items: center;
  overflow: hidden;
  padding: 104px clamp(20px, 6vw, 84px) 48px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 26, 20, 0.95) 0%, rgba(16, 26, 20, 0.7) 38%, rgba(16, 26, 20, 0.32) 100%),
    linear-gradient(0deg, rgba(16, 26, 20, 0.95) 0%, rgba(16, 26, 20, 0) 46%),
    url("https://images.unsplash.com/photo-1566577739112-5180d4bf9390?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  width: min(860px, 100%);
}

.hero-logo {
  display: block;
  width: clamp(112px, 14vw, 172px);
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.42));
}

.eyebrow,
.tag {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(3.1rem, 7.4vw, 5.95rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.lede {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
}

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

.button,
.signup button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
  border-radius: 8px;
}

.primary,
.signup button {
  background: var(--accent);
  color: #06190c;
}

.secondary {
  border-color: var(--line);
  background: rgba(247, 244, 234, 0.08);
}

.score-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: #0d1510;
}

.command-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--line);
  background: #0b120e;
}

.command-strip article {
  min-height: 96px;
  border-right: 1px solid var(--line);
  padding: 26px clamp(18px, 4vw, 48px);
}

.command-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.command-strip strong {
  display: block;
  max-width: 320px;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.05;
}

.score-strip article {
  display: grid;
  gap: 4px;
  min-height: 116px;
  padding: 24px clamp(18px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.score-strip span,
.score-strip small,
dt {
  color: var(--muted);
}

.podcast-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 34px;
  align-items: center;
  padding: clamp(60px, 10vw, 116px) clamp(20px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(8, 14, 10, 0.96), rgba(8, 14, 10, 0.72)),
    url("/images/site-concept.png");
  background-position: center;
  background-size: cover;
}

.podcast-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.08rem;
}

.podcast-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.podcast-stats article {
  display: grid;
  min-height: 142px;
  align-content: center;
  gap: 8px;
  background: rgba(13, 21, 16, 0.92);
  padding: 22px;
}

.podcast-stats strong {
  color: var(--accent);
  text-transform: uppercase;
}

.podcast-stats span {
  color: var(--muted);
}

.section {
  padding: clamp(60px, 10vw, 116px) clamp(20px, 6vw, 84px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.market-card {
  display: grid;
  min-height: 300px;
  align-content: space-between;
  gap: 28px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--field-2);
}

.articles {
  background: #f6f8f1;
  color: #142017;
}

.articles .eyebrow {
  color: #108d3b;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  display: grid;
  min-height: 230px;
  align-content: end;
  gap: 12px;
  border: 1px solid rgba(20, 32, 23, 0.14);
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.72)),
    url("/images/site-concept.png");
  background-position: center top;
  background-size: cover;
  padding: 22px;
}

.article-card span {
  width: fit-content;
  background: var(--accent);
  padding: 4px 8px;
  color: #06190c;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-card small {
  color: #596655;
}

.latest-takes {
  background: #f7f8f1;
  color: #142017;
}

.latest-takes .eyebrow,
.latest-takes .take-card span,
.merch-hub .eyebrow {
  color: #108d3b;
}

.hero-brand {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
}

.social-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-rail a {
  border: 1px solid rgba(247, 244, 234, 0.14);
  background: rgba(247, 244, 234, 0.06);
  padding: 8px 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.latest-takes .section-heading p:not(.eyebrow) {
  color: #4e5b4d;
}

.take-grid,
.tracker-grid,
.board-grid,
.product-grid,
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.take-card {
  display: grid;
  min-height: 260px;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 18px;
  border: 1px solid rgba(20, 32, 23, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), #fff),
    url("/images/site-concept.png");
  background-position: center top;
  background-size: cover;
  padding: 24px;
}

.read-more {
  width: fit-content;
  min-height: 42px;
  border: 1px solid rgba(20, 32, 23, 0.16);
  border-radius: 8px;
  background: #142017;
  padding: 0 14px;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.take-card span,
.tracker-card span,
.product-card span {
  width: fit-content;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.take-card span {
  border: 1px solid rgba(16, 141, 59, 0.25);
  background: rgba(16, 141, 59, 0.1);
  padding: 5px 8px;
}

.take-card p {
  color: #4e5b4d;
}

.take-card small {
  color: #687464;
  font-weight: 800;
}

.podcast-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 14, 10, 0.97), rgba(8, 14, 10, 0.75)),
    url("/images/site-concept.png");
  background-position: center;
  background-size: cover;
}

.podcast-section .podcast-copy p {
  max-width: 660px;
}

.show-card {
  display: grid;
  min-height: 420px;
  align-content: space-between;
  border: 1px solid rgba(247, 244, 234, 0.18);
  background:
    radial-gradient(circle at top left, rgba(35, 178, 74, 0.28), transparent 42%),
    #0b120e;
  padding: clamp(24px, 4vw, 36px);
}

.show-card img {
  width: clamp(128px, 18vw, 210px);
  height: auto;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.5));
}

.show-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.show-card strong {
  display: block;
  max-width: 360px;
  margin-top: 10px;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 0.98;
}

.tracker-section {
  background: #0d1510;
}

.tracker-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.tracker-card {
  display: grid;
  min-height: 230px;
  align-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  background: var(--field-2);
  padding: 24px;
}

.tracker-card span {
  border: 1px solid rgba(121, 212, 65, 0.35);
  background: rgba(121, 212, 65, 0.1);
  padding: 6px 9px;
  color: var(--accent-2);
}

.tracker-card p,
.sponsor-section .section-heading p {
  color: var(--muted);
}

.board-section {
  background: #101a14;
}

.board-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.board-card {
  display: grid;
  min-height: 280px;
  align-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(23, 39, 29, 0.96), rgba(13, 21, 16, 0.98)),
    url("/images/site-concept.png");
  background-position: center;
  background-size: cover;
  padding: 24px;
}

.board-card > span {
  width: fit-content;
  border: 1px solid rgba(35, 178, 74, 0.34);
  background: rgba(35, 178, 74, 0.12);
  padding: 6px 9px;
  color: var(--accent-2);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.board-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.board-card dl div {
  border-top: 1px solid var(--line);
}

.newsletter-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  gap: 32px;
  align-items: end;
  background: #f7f8f1;
  color: #142017;
}

.newsletter-section .eyebrow {
  color: #108d3b;
}

.newsletter-section .section-heading p:not(.eyebrow) {
  color: #4e5b4d;
}

.newsletter-section small {
  color: #687464;
  font-weight: 800;
}

.newsletter-section .signup input {
  border-color: rgba(20, 32, 23, 0.18);
  background: #fff;
  color: #142017;
}

.newsletter-section .signup label {
  color: #4e5b4d;
}

.merch-hub {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  background: #101a14;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  display: grid;
  min-height: 190px;
  align-content: end;
  gap: 10px;
  border: 1px solid var(--line);
  background:
    linear-gradient(0deg, rgba(8, 14, 10, 0.92), rgba(8, 14, 10, 0.4)),
    url("/images/merch.png");
  background-position: center;
  background-size: cover;
  padding: 22px;
}

.product-card span {
  color: var(--accent-2);
}

.sponsor-section {
  background: #0b120e;
}

.sponsor-grid article {
  min-height: 150px;
  border: 1px solid var(--line);
  background: rgba(247, 244, 234, 0.055);
  padding: 22px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  gap: 38px;
  padding: 42px clamp(20px, 6vw, 84px);
  border-top: 1px solid var(--line);
  background: #080e0a;
  color: var(--muted);
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 340px;
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.05;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.footer-columns div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-columns h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1;
  text-transform: uppercase;
}

dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

dd {
  margin: 0;
  font-weight: 800;
}

.positive {
  color: #8af05a;
}

.neutral {
  color: #c9dc58;
}

.edge,
.brand-system,
.merch {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: center;
}

.edge {
  background: #e8ede2;
  color: #142017;
}

.edge .eyebrow {
  color: #108d3b;
}

.edge p {
  max-width: 720px;
  color: #4e5b4d;
  font-size: 1.1rem;
}

.metrics {
  display: grid;
  gap: 12px;
}

.metrics div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 32, 23, 0.18);
}

.metrics strong {
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 1;
}

.metrics span {
  color: #596655;
  font-weight: 700;
}

.brand-system {
  background: #0b120e;
}

.brand-copy p,
.merch-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.brand-art,
.merch-media {
  margin: 0;
}

.brand-art img,
.merch-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
}

.brand-art img {
  aspect-ratio: 1.34 / 1;
}

.merch {
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  background: #f6f8f1;
  color: #142017;
}

.merch .eyebrow {
  color: #108d3b;
}

.merch-copy p {
  color: #4e5b4d;
}

.drop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.drop-list span {
  border: 1px solid rgba(20, 32, 23, 0.18);
  background: #fff;
  padding: 10px 14px;
  color: #243028;
  font-weight: 800;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.social-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border: 1px solid rgba(20, 32, 23, 0.18);
  background: #142017;
  padding: 0 18px;
  color: #fff;
  font-weight: 800;
}

.alerts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 32px;
  align-items: end;
}

.alerts .section-heading p:not(.eyebrow) a,
.shop-band p a,
.revealed-email {
  color: var(--accent);
  font-weight: 800;
}

.protected-email {
  min-height: 44px;
  border: 1px solid var(--line);
  background: rgba(247, 244, 234, 0.08);
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.protected-email {
  min-height: 48px;
}

.button.protected-email.primary {
  border-color: transparent;
  background: var(--accent);
  color: #06190c;
}

.button.protected-email.secondary {
  border-color: var(--line);
  background: rgba(247, 244, 234, 0.08);
  color: var(--ink);
}

.footer-contact {
  min-height: auto;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
}

.quote-band {
  display: grid;
  place-items: center;
  gap: 16px;
  min-height: 260px;
  padding: 56px 20px;
  background:
    linear-gradient(rgba(8, 14, 10, 0.88), rgba(8, 14, 10, 0.9)),
    url("/images/site-concept.png");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.quote-band p {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.quote-band span {
  color: var(--accent);
  font-weight: 900;
}

.signup {
  display: grid;
  gap: 14px;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.signup label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.signup input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  background: #0d1510;
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 6vw, 84px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

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

.merch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 86vh;
  padding: 130px clamp(20px, 6vw, 84px) 70px;
  background: #f6f8f1;
  color: #142017;
}

.merch-hero .eyebrow {
  color: #108d3b;
}

.merch-hero .lede {
  color: #4e5b4d;
}

.merch-hero-media {
  margin: 0;
}

.merch-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(20, 32, 23, 0.18);
}

.shop-grid-section {
  background: var(--field);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.shop-card {
  display: grid;
  min-height: 280px;
  align-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  background: var(--field-2);
  padding: 22px;
}

.shop-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.shop-card p {
  color: var(--muted);
}

.shop-card button {
  min-height: 44px;
  border: 1px solid var(--line);
  background: rgba(247, 244, 234, 0.08);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.shop-band {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  background: #0b120e;
}

.shop-band img {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
}

.shop-band p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

  .hero {
    min-height: 82vh;
  }

  .score-strip,
  .command-strip,
  .podcast-panel,
  .podcast-stats,
  .podcast-section,
  .market-grid,
  .article-grid,
  .take-grid,
  .tracker-grid,
  .product-grid,
  .sponsor-grid,
  .edge,
  .brand-system,
  .merch,
  .merch-hub,
  .newsletter-section,
  .merch-hero,
  .shop-grid,
  .shop-band,
  .alerts,
  .site-footer,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .score-strip article,
  .command-strip article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  nav {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  h1 {
    font-size: clamp(3.5rem, 21vw, 5rem);
  }

  .button,
  .signup button,
  .protected-email {
    width: 100%;
  }
}
