:root {
  --dirt: #1c1209;
  --mud: #2c1a0e;
  --clay: #6b3e22;
  --sand: #c4a574;
  --cream: #f6ead4;
  --cream-dim: #d9c4a0;
  --yellow: #ffd000;
  --yellow-ink: #1a1208;
  --hazard: #0d0b08;
  --will: #e4341a;
  --will-deep: #7a1408;
  --kody: #1a5cff;
  --kody-deep: #07143a;
  --glen: #3d6b3a;
  --glen-deep: #142214;
  --russell: #c9a227;
  --chrome: #c4a574;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --font-display: "Bungee", "Impact", "Arial Black", sans-serif;
  --font-head: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --font-mark: "Permanent Marker", "Comic Sans MS", cursive;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--cream);
  background:
    radial-gradient(900px 420px at 88% -8%, rgba(228, 52, 26, 0.08), transparent 52%),
    linear-gradient(180deg, #140c06 0%, var(--dirt) 30%, #120c08 100%);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
}

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

a {
  color: var(--sand);
}

a:hover {
  color: var(--cream);
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  padding: 0.6rem 1rem;
  background: var(--yellow);
  color: var(--yellow-ink);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  top: 0.75rem;
}

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.hazard-bar {
  height: 14px;
  background: repeating-linear-gradient(
    -28deg,
    #111 0 14px,
    var(--yellow) 14px 28px
  );
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(20, 12, 6, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid #3a2414;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--cream);
  text-decoration: none;
}

.logo:hover {
  color: var(--sand);
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 3px solid #111;
  background: var(--yellow);
  color: #111;
  font-family: var(--font-display);
  font-size: 0.95rem;
  box-shadow: 3px 3px 0 #111;
}

.logo-text {
  display: none;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
}

.logo-text small {
  font-family: var(--font-head);
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sand);
}

.nav-toggle {
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid var(--sand);
  background: transparent;
  color: var(--cream);
  cursor: pointer;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 1.15rem;
  height: 2px;
  margin: auto;
  background: currentColor;
  position: relative;
  content: "";
}

.nav-toggle-bars::before {
  top: -6px;
}

.nav-toggle-bars::after {
  top: 4px;
}

.site-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0.75rem 1rem 1rem;
  background: #22140c;
  border-top: 2px solid #4a3018;
  border-bottom: 8px solid transparent;
  border-image: repeating-linear-gradient(
      -28deg,
      #111 0 12px,
      #6b3e22 12px 24px
    )
    0 0 8 0;
  box-shadow: var(--shadow);
}

.site-nav.is-open,
.nav-toggle[aria-expanded="true"] + .site-nav {
  display: grid;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.7rem 0.85rem;
  color: var(--cream);
  text-decoration: none;
  font-family: var(--font-head);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: #3a2414;
  color: var(--cream);
}

.nav-cta {
  background: #3a2414;
  color: var(--cream) !important;
  border: 2px solid var(--sand);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 1.6rem 0 2.4rem;
}

.hero-dirt {
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background:
    radial-gradient(circle at 12% 30%, #5a341c 0 18px, transparent 19px),
    radial-gradient(circle at 38% 70%, #3d2414 0 28px, transparent 29px),
    radial-gradient(circle at 72% 40%, #6b3e22 0 22px, transparent 23px),
    linear-gradient(#2a160c, #140c06);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.eyebrow {
  margin: 0 0 0.4rem;
  font-family: var(--font-head);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sand);
  font-size: 0.85rem;
}

.stamp {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.15rem 0.45rem;
  border: 2px dashed var(--sand);
  color: var(--cream);
  font-family: var(--font-mark);
  letter-spacing: 0;
  text-transform: none;
  transform: rotate(-2deg);
}

.hero h1 {
  margin: 0;
  line-height: 0.86;
}

.hero-supa,
.hero-smoosh,
.hero-brothas {
  display: block;
  font-family: var(--font-display);
  text-transform: uppercase;
}

.hero-supa {
  font-size: clamp(2.2rem, 11vw, 5.4rem);
  color: var(--cream);
}

.hero-smoosh {
  font-size: clamp(2.7rem, 14vw, 7rem);
  color: var(--yellow);
  text-shadow:
    4px 4px 0 #111,
    -2px 0 0 var(--will);
}

.hero-brothas {
  font-size: clamp(1.9rem, 9vw, 4.4rem);
  color: var(--cream);
}

.tagline {
  max-width: 38rem;
  margin: 0.35rem 0 0;
  font-size: 1.15rem;
  color: var(--cream-dim);
}

.tagline em {
  color: var(--yellow);
  font-style: normal;
  font-family: var(--font-mark);
}

.tagline-beat {
  max-width: 38rem;
  margin: 0.65rem 0 0;
  color: var(--cream);
  font-size: 1.05rem;
}

.section-cta {
  margin: 1.6rem 0 0;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.8rem;
  margin: 0.35rem 0 0.25rem;
}

.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0.95rem 1.2rem;
  border: 3px solid #111;
  text-decoration: none;
  font-family: var(--font-head);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 #111;
  white-space: normal;
  text-align: center;
}

.btn-primary {
  background: var(--yellow);
  color: #111;
}

.btn-primary:hover {
  background: #ffe56a;
  color: #111;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #111;
}

.btn-ghost {
  background: #24160e;
  color: var(--cream);
  border-color: #6b4a2a;
}

.btn-ghost:hover {
  color: var(--cream);
  border-color: var(--sand);
  background: #2e1c10;
}

.hero-aside {
  max-width: 34rem;
  color: var(--sand);
  font-size: 0.95rem;
}

.spell-stamp {
  display: inline-block;
  margin: 0 0.45rem 0.2rem 0;
  padding: 0.1rem 0.45rem;
  border: 2px dashed var(--sand);
  color: var(--cream);
  font-family: var(--font-mark);
  font-size: 0.85rem;
  transform: rotate(-3deg);
}

.hero-art {
  position: relative;
}

.hero-stage {
  position: relative;
  min-height: 13.5rem;
}

.hero-focal {
  position: relative;
  z-index: 3;
  width: min(92%, 22rem);
  margin: 0 auto;
  filter: drop-shadow(0 12px 0 rgba(0, 0, 0, 0.28));
}

.hero-pile {
  position: absolute;
  right: 4%;
  bottom: 2%;
  z-index: 4;
  width: min(52%, 14rem);
  pointer-events: none;
}

.hero-wing {
  display: none;
}

.comic-burst.is-hit {
  animation: smoosh-hit 0.45s ease;
}

.comic-burst {
  position: absolute;
  right: 6%;
  bottom: 10%;
  z-index: 5;
  margin: 0;
  padding: 0.8rem 0.9rem;
  width: max-content;
  background: var(--yellow);
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 5vw, 2.1rem);
  transform: rotate(8deg);
  clip-path: polygon(
    50% 0,
    63% 18%,
    86% 10%,
    78% 32%,
    100% 42%,
    80% 54%,
    92% 78%,
    68% 70%,
    58% 96%,
    46% 74%,
    22% 88%,
    30% 62%,
    4% 56%,
    26% 42%,
    8% 20%,
    36% 26%
  );
  animation: pop 1.8s ease-in-out infinite;
}

.section-head {
  margin-bottom: 1.8rem;
}

.section-head h2,
.disclaimer h2 {
  margin: 0.2rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 6vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.lede {
  max-width: 40rem;
  color: var(--cream-dim);
}

.crew,
.episodes,
.merch {
  padding: 4rem 0;
}

.crew {
  background:
    linear-gradient(180deg, rgba(228, 52, 26, 0.04), transparent 18%),
    #18100a;
}

.crew-grid,
.episode-grid,
.merch-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.crew-card,
.episode-grid li,
.merch-card {
  background: #24160e;
  border: 3px solid #4a3018;
  border-radius: 8px;
  padding: 1rem 1rem 1.2rem;
  box-shadow: 6px 6px 0 #0a0604;
}

.crew-card {
  display: grid;
  align-content: start;
}

.crew-card figure {
  margin: 0 0 0.8rem;
  background:
    radial-gradient(circle at 50% 80%, rgba(0, 0, 0, 0.25), transparent 55%),
    #1a100a;
  border-radius: 12px;
  overflow: hidden;
}

.crew-card.will {
  border-top: 8px solid var(--will);
}

.crew-card.kody {
  border-top: 8px solid var(--kody);
}

.crew-card.glen {
  border-top: 8px solid #6aa24a;
}

.crew-card.russell {
  border-top: 8px solid var(--russell);
}

.crew-role {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--sand);
}

.crew-card.will .crew-role {
  color: #ff8a6a;
}

.crew-card.kody .crew-role {
  color: #7eb0ff;
}

.crew-card.glen .crew-role {
  color: #8ecf6a;
}

.crew-card.russell .crew-role {
  color: var(--sand);
}

.crew-card h3,
.episode-grid h3,
.merch-card h3 {
  margin: 0.15rem 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
}

.catch {
  margin: 0 0 0.7rem;
  font-family: var(--font-mark);
  color: #e8d2a8;
}

.crew-card p,
.episode-grid p,
.merch-card p {
  margin: 0 0 0.6rem;
  color: var(--cream-dim);
}

.episodes {
  background:
    repeating-linear-gradient(
      -28deg,
      transparent 0 46px,
      rgba(107, 62, 34, 0.12) 46px 48px
    ),
    #140e0a;
}

.episode-grid li {
  position: relative;
  padding-top: 0.85rem;
}

.ep-thumb {
  margin: 0 0 0.75rem;
  border: 3px solid #111;
  border-radius: 6px;
  overflow: hidden;
  background: #120c08;
  box-shadow: 4px 4px 0 #0a0604;
}

.ep-thumb svg {
  display: block;
  width: 100%;
  height: auto;
}

.ep-num {
  font-family: var(--font-head);
  letter-spacing: 0.12em;
  color: var(--sand);
}

.ep-meta {
  font-size: 0.9rem;
  color: var(--sand) !important;
  font-style: italic;
}

.merch {
  background: #1a120c;
}

.merch-art {
  display: grid;
  place-items: center;
  height: 110px;
  margin-bottom: 0.6rem;
  background: #120c08;
  border-radius: 12px;
}

.merch-art svg {
  width: 150px;
  height: 94px;
}

.price {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
  color: var(--cream) !important;
}

.price span {
  font-family: var(--font-head);
  font-size: 1.3rem;
  color: var(--cream);
}

.price strong {
  color: var(--sand);
  font-family: var(--font-mark);
  font-weight: 400;
}

.merch-card button {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.7rem;
  border: 2px dashed var(--sand);
  background: transparent;
  color: var(--sand);
  font-family: var(--font-head);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: not-allowed;
  white-space: normal;
}

.site-footer {
  padding: 3rem 0 2.2rem;
  background: #0e0a06;
  border-top: 14px solid transparent;
  border-image: repeating-linear-gradient(
      -28deg,
      #111 0 14px,
      var(--yellow) 14px 28px
    )
    14;
}

.disclaimer {
  padding: 1.2rem 1.1rem;
  background: #1c140c;
  border: 3px solid var(--sand);
  box-shadow: 6px 6px 0 #111;
}

.disclaimer p {
  color: var(--cream);
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 1.4rem;
  color: var(--sand);
  font-size: 0.95rem;
}

.footer-meta a {
  color: var(--sand);
}

.footer-meta a:hover {
  color: var(--cream);
}

@keyframes pop {
  0%,
  100% {
    transform: rotate(8deg) scale(1);
  }
  50% {
    transform: rotate(11deg) scale(1.06);
  }
}

@keyframes smoosh-hit {
  0% {
    transform: rotate(8deg) scale(1);
  }
  40% {
    transform: rotate(-6deg) scale(1.22);
  }
  100% {
    transform: rotate(8deg) scale(1);
  }
}

@media (min-width: 720px) {
  .logo-text {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open,
  .nav-toggle[aria-expanded="true"] + .site-nav {
    display: flex;
    position: static;
    inset: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-image: none;
    box-shadow: none;
    align-items: center;
    gap: 0.15rem;
  }

  .site-nav a {
    padding: 0.45rem 0.7rem;
  }

  .hero {
    padding: 3rem 0 4rem;
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-rows: auto auto auto auto 1fr auto;
    column-gap: 2rem;
    row-gap: 0.65rem;
    align-items: start;
    min-height: 0;
  }

  .hero-grid > .eyebrow,
  .hero-grid > h1,
  .hero-grid > .tagline,
  .hero-grid > .tagline-beat,
  .hero-grid > .hero-actions,
  .hero-grid > .hero-aside {
    grid-column: 1;
  }

  .hero-art {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 1.1rem 0 0.4rem;
  }

  .btn {
    width: auto;
    max-width: min(100%, 26rem);
    align-items: flex-start;
    text-align: left;
  }

  .hero-stage {
    min-height: 22rem;
  }

  .hero-wing {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .hero-support {
    position: absolute;
    width: 36%;
    opacity: 0.78;
    filter: saturate(0.9) brightness(0.95);
  }

  .hero-support-kody {
    left: -6%;
    bottom: 6%;
    transform: scaleX(-1) rotate(-6deg);
  }

  .hero-support-glen {
    left: 12%;
    top: -4%;
    width: 30%;
    opacity: 0.48;
  }

  .hero-support-russell {
    left: 2%;
    top: 34%;
    width: 32%;
  }

  .hero-focal {
    margin-left: auto;
    margin-right: 0;
    width: min(100%, 26rem);
  }

  .comic-burst {
    right: 4%;
    bottom: 12%;
  }

  .crew-grid,
  .merch-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-meta {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1040px) {
  .crew-card {
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    align-items: start;
  }

  .crew-card figure {
    margin-bottom: 0;
  }

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

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

  .merch-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .comic-burst,
  .btn-primary:hover {
    animation: none;
    transform: none;
  }
}
