﻿:root {
  --background: #12091d;
  --foreground: #fff7ea;
  --ink: #201226;
  --paper: #fff6e7;
  --paper-dim: #eadfcd;
  --teal: #08c7cb;
  --pink: #ff3f9d;
  --purple: #5a2ab8;
  --green: #17bd70;
  --gold: #f4c64d;
  --orange: #ff7d25;
  --red: #ff365d;
  --silver: #d9d7d0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 63, 157, 0.22), transparent 20rem),
    radial-gradient(circle at 80% 12%, rgba(8, 199, 203, 0.14), transparent 22rem),
    linear-gradient(135deg, #080507 0%, #1a0a15 34%, #050505 100%);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(255, 125, 37, 0.16) 0 0.18rem, transparent 0.2rem),
    radial-gradient(circle at 68% 38%, rgba(23, 189, 112, 0.12) 0 0.14rem, transparent 0.16rem),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 13rem 9rem, 11rem 8rem, 22px 22px, 22px 22px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(115deg, transparent 0 16%, rgba(255, 255, 255, 0.04) 16.2%, transparent 16.6%),
    linear-gradient(74deg, transparent 0 42%, rgba(255, 63, 157, 0.06) 42.2%, transparent 42.6%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0 2px, transparent 2px 5px);
  mix-blend-mode: screen;
}

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

button,
input,
textarea {
  font: inherit;
}

main {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 63, 157, 0.46);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(12, 4, 13, 0.86)),
    #050505;
  backdrop-filter: blur(16px);
  box-shadow: 0 0 24px rgba(255, 63, 157, 0.22);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 2px solid var(--teal);
  border-radius: 8px;
  background: #06080d;
  color: var(--pink);
  font-weight: 950;
  box-shadow: 0 0 16px rgba(8, 199, 203, 0.8), inset 0 0 12px rgba(255, 63, 157, 0.4);
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.brand-lockup strong {
  color: #ffffff;
  font-size: 1rem;
}

.brand-lockup small {
  color: var(--teal);
  font-size: 0.78rem;
  font-family: "Courier New", monospace;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

nav a {
  border: 1px solid rgba(255, 63, 157, 0.42);
  border-radius: 4px;
  padding: 0.48rem 0.72rem;
  background: rgba(7, 4, 10, 0.78);
  color: rgba(255, 230, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 63, 157, 0.86);
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

nav a:hover,
nav a:focus-visible {
  border-color: var(--teal);
  background: rgba(255, 63, 157, 0.18);
  color: #ffffff;
  outline: none;
}

.social-strip {
  display: flex;
  gap: 0.35rem;
  margin-left: auto;
}

.social-strip a {
  display: grid;
  min-width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border: 1px solid rgba(255, 63, 157, 0.62);
  border-radius: 6px;
  background: #0b050c;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(255, 63, 157, 0.48);
}

.hero {
  position: relative;
  min-height: calc(100vh - 4.25rem);
  display: grid;
  grid-template-columns: minmax(16rem, 0.74fr) minmax(20rem, 0.88fr) minmax(23rem, 1.18fr);
  align-items: center;
  gap: clamp(1rem, 2.6vw, 2.5rem);
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem) 2rem;
  background:
    radial-gradient(circle at 68% 36%, rgba(255, 63, 157, 0.2), transparent 21rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(5, 5, 5, 0.44) 45%, rgba(0, 0, 0, 0.76)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 8px),
    #060404;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 63, 157, 0.18), transparent 26rem),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0 2px, transparent 2px 7px);
}

.hero-sign {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 1rem;
}

.spray-note {
  width: fit-content;
  margin: 0;
  transform: rotate(-3deg);
  color: var(--pink);
  font-family: "Courier New", monospace;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 12px var(--pink);
}

.neon-logo {
  display: grid;
  gap: 0;
  transform: rotate(-4deg);
}

.neon-logo span,
.neon-logo strong {
  display: block;
  line-height: 0.9;
  text-transform: uppercase;
}

.neon-logo span {
  color: var(--pink);
  font-size: clamp(2.6rem, 5vw, 6.5rem);
  font-weight: 950;
  text-shadow: 0 0 5px #ffffff, 0 0 18px var(--pink), 0 0 34px var(--pink);
}

.neon-logo strong {
  color: #ff312c;
  font-size: clamp(2rem, 4.2vw, 5.4rem);
  text-shadow: 0 0 5px #ffffff, 0 0 15px #ff312c, 0 0 34px #ff312c;
}

.coin-machine {
  width: min(100%, 19rem);
  border: 2px solid #4c4237;
  border-radius: 6px;
  padding: 1rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(#3a342d, #11100e);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.9), 0 18px 30px rgba(0, 0, 0, 0.5);
}

.coin-machine p,
.coin-machine strong,
.coin-machine span {
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.coin-machine p {
  border: 1px solid #221811;
  background: rgba(255, 246, 231, 0.82);
  color: #120a08;
  padding: 0.5rem;
  font-weight: 950;
}

.coin-machine strong {
  margin-top: 0.45rem;
  color: #a6ff5e;
  font-size: 0.86rem;
  text-shadow: 0 0 8px rgba(23, 189, 112, 0.86);
}

.coin-machine span {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  margin: 1rem auto 0;
  border: 3px solid #070707;
  border-radius: 50%;
  background: linear-gradient(#221d19, #0a0908);
  color: var(--gold);
  font-size: 0.72rem;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.12);
}

.hero-copy {
  max-width: 43rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--teal);
  font-family: "Courier New", monospace;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.4rem, 9vw, 8.5rem);
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow:
    0 0 6px #ffffff,
    0 0 16px var(--pink),
    0 0 34px var(--pink),
    0 0 48px #ff312c;
}

.tagline {
  display: inline-block;
  margin: 1.1rem 0 1rem;
  border: 2px solid var(--pink);
  border-radius: 4px;
  padding: 0.6rem 0.85rem;
  background: rgba(5, 5, 5, 0.88);
  color: #b7ff4c;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 63, 157, 0.72), inset 0 0 14px rgba(23, 189, 112, 0.2);
}

.hero-text {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 247, 234, 0.92);
  font-size: clamp(1.04rem, 1.6vw, 1.24rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button.primary {
  border: 2px solid var(--pink);
  background: rgba(23, 4, 27, 0.88);
  color: #ffd6ff;
  text-shadow: 0 0 9px var(--pink);
  box-shadow: 0 0 20px rgba(255, 63, 157, 0.72), inset 0 0 14px rgba(255, 63, 157, 0.18);
}

.button.secondary {
  border: 2px solid #b7ff4c;
  background: rgba(8, 12, 5, 0.68);
  color: #ffffff;
  text-shadow: 0 0 10px #b7ff4c;
}

.button.full {
  width: 100%;
}

.hero-art {
  display: grid;
  gap: 1rem;
  align-self: stretch;
  align-content: center;
}

.model-sheet {
  margin: 0;
  border: 1px solid rgba(244, 198, 77, 0.42);
  border-radius: 5px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12)),
    linear-gradient(90deg, rgba(244, 198, 77, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(244, 198, 77, 0.08) 1px, transparent 1px),
    #16100f;
  background-size: auto, 18px 18px, 18px 18px, auto;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.58), 0 0 22px rgba(255, 63, 157, 0.18);
  overflow: hidden;
}

.model-sheet img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(1.12) contrast(1.05) sepia(0.08);
  mix-blend-mode: lighten;
}

.art-placeholder {
  position: relative;
  min-height: 20rem;
  display: grid;
  place-items: center;
  padding: 0.85rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--placeholder-color) 18%, transparent), transparent 36%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px),
    #090707;
}

.art-placeholder.landscape {
  min-height: 13rem;
  aspect-ratio: 16 / 7;
}

.placeholder-frame {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.55rem;
  border: 1px dashed color-mix(in srgb, var(--placeholder-color) 74%, #fff7ea 26%);
  border-radius: 4px;
  background:
    radial-gradient(circle at center 45%, color-mix(in srgb, var(--placeholder-color) 24%, transparent), transparent 38%),
    linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.42));
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.72), 0 0 20px color-mix(in srgb, var(--placeholder-color) 34%, transparent);
  text-align: center;
}

.placeholder-silhouette {
  position: relative;
  width: clamp(5.5rem, 38%, 10rem);
  aspect-ratio: 0.62;
  border: 2px solid color-mix(in srgb, var(--placeholder-color) 82%, #fff7ea 18%);
  border-radius: 48% 48% 12% 12%;
  background:
    radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--placeholder-color) 72%, #050505 28%) 0 19%, transparent 20%),
    linear-gradient(color-mix(in srgb, var(--placeholder-color) 48%, #050505 52%), rgba(5, 5, 5, 0.92));
  box-shadow: 0 0 18px color-mix(in srgb, var(--placeholder-color) 62%, transparent);
}

.placeholder-silhouette::before,
.placeholder-silhouette::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 32%;
  height: 34%;
  border: 2px solid color-mix(in srgb, var(--placeholder-color) 74%, #fff7ea 26%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
}

.placeholder-silhouette::before {
  left: -24%;
  transform: rotate(16deg);
}

.placeholder-silhouette::after {
  right: -24%;
  transform: rotate(-16deg);
}

.landscape .placeholder-silhouette {
  width: min(9rem, 24%);
  aspect-ratio: 1.25;
  border-radius: 4px 4px 28% 28%;
}

.art-placeholder span {
  color: #ffffff;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 10px var(--placeholder-color);
}

.art-placeholder small {
  color: #b7ff4c;
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.model-sheet figcaption {
  border-top: 1px solid rgba(244, 198, 77, 0.42);
  padding: 0.65rem 0.8rem;
  color: #f4e4b5;
  font-size: 0.86rem;
  font-weight: 850;
  background: rgba(0, 0, 0, 0.72);
}

.ryan-sheet {
  justify-self: end;
  width: min(87%, 44rem);
}

.nicole-sheet {
  width: min(100%, 48rem);
}

.club-sheet {
  width: min(92%, 42rem);
  justify-self: center;
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  border-block: 1px solid rgba(255, 63, 157, 0.42);
  padding: 0.75rem 1rem;
  background: #030303;
  box-shadow: inset 0 0 18px rgba(255, 63, 157, 0.18);
}

.ticker span {
  border: 1px solid rgba(183, 255, 76, 0.36);
  border-radius: 4px;
  padding: 0.42rem 0.75rem;
  color: #b7ff4c;
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.section {
  padding: clamp(2.6rem, 6vw, 5.2rem) clamp(1rem, 4vw, 4rem);
  position: relative;
}

.section-heading {
  max-width: 58rem;
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.about-section,
.characters-section,
.news-section {
  background:
    linear-gradient(135deg, rgba(255, 63, 157, 0.08), transparent 32%),
    linear-gradient(315deg, rgba(23, 189, 112, 0.08), transparent 34%),
    #090706;
  color: var(--foreground);
}

.about-section .section-heading h2,
.characters-section .section-heading h2,
.news-section .section-heading h2 {
  color: #ff4fda;
  text-shadow: 0 0 14px rgba(255, 63, 157, 0.76);
}

.club-dashboard {
  display: grid;
  grid-template-columns: minmax(13rem, 0.45fr) minmax(20rem, 1.1fr) minmax(12rem, 0.4fr);
  gap: 1rem;
  align-items: stretch;
}

.coin-card,
.wall-warning,
.about-grid p,
.rules-strip span,
.episode-detail,
.tool-panel,
.contact-form,
.news-list article,
.merch-card,
.character-feature {
  border-radius: 5px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 32%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px),
    rgba(8, 7, 7, 0.88);
  color: #f7ead5;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.72), 0 18px 42px rgba(0, 0, 0, 0.34);
}

.coin-card,
.wall-warning {
  border: 1px solid rgba(255, 63, 157, 0.52);
  padding: 1rem;
}

.coin-card span {
  display: block;
  color: #7dff8a;
  font-family: "Courier New", monospace;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(23, 189, 112, 0.78);
}

.coin-face {
  display: grid;
  width: 7rem;
  height: 7rem;
  place-items: center;
  margin: 1rem auto;
  border: 0.45rem double #5f3d12;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff0a2, transparent 18%),
    linear-gradient(135deg, #f7ce56, #9c681e 72%, #4e2d0d);
  color: #291606;
  font-size: 4rem;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(244, 198, 77, 0.32);
}

.coin-card p {
  color: #f7ead5;
  font-weight: 800;
  text-transform: uppercase;
}

.wall-warning {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.74)),
    #190710;
}

.wall-warning strong,
.wall-warning span {
  display: block;
  color: var(--pink);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 63, 157, 0.9);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.about-grid p {
  margin: 0;
  border: 1px solid rgba(244, 198, 77, 0.36);
  padding: 1rem;
  line-height: 1.65;
}

.rules-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.rules-strip span {
  border: 1px solid rgba(183, 255, 76, 0.48);
  padding: 0.8rem;
  color: #b7ff4c;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.episodes-section,
.interactive-section,
.contact-section {
  background:
    linear-gradient(135deg, rgba(255, 63, 157, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(23, 189, 112, 0.1), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 8px),
    #050505;
}

.episode-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.45fr) minmax(18rem, 1fr);
  gap: 1rem;
}

.episode-list,
.character-buttons {
  display: grid;
  gap: 0.65rem;
}

.episode-tab,
.character-chip {
  border: 1px solid rgba(255, 63, 157, 0.3);
  border-radius: 5px;
  padding: 0.85rem;
  background: rgba(7, 6, 6, 0.9);
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.episode-tab span {
  display: block;
  color: var(--teal);
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
}

.episode-tab.active,
.episode-tab:hover,
.episode-tab:focus-visible {
  border-color: var(--pink);
  background: rgba(255, 63, 157, 0.16);
  box-shadow: 0 0 16px rgba(255, 63, 157, 0.34);
  outline: none;
}

.episode-detail,
.tool-panel,
.contact-form {
  border: 1px solid rgba(244, 198, 77, 0.3);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.status-pill,
.panel-label {
  display: inline-block;
  border: 1px solid var(--pink);
  border-radius: 4px;
  padding: 0.35rem 0.65rem;
  background: #230419;
  color: #ffffff;
  font-family: "Courier New", monospace;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 10px var(--pink);
}

.clip-window {
  position: relative;
  margin-top: 1rem;
  border: 2px solid #ff312c;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 49, 44, 0.34);
}

.clip-window img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  filter: saturate(1.22) contrast(1.08);
}

.clip-window .art-placeholder {
  min-height: 0;
  padding: 0;
}

.clip-window .placeholder-frame {
  min-height: 16rem;
  border: 0;
}

.clip-window span {
  position: absolute;
  left: 0.75rem;
  bottom: 0.65rem;
  border-radius: 4px;
  padding: 0.35rem 0.55rem;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 10px var(--pink);
}

.episode-detail h3,
.tool-panel h3,
.news-list h3,
.merch-card h3,
.contact-copy h2,
.character-feature h3 {
  margin: 0.8rem 0 0.5rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.episode-detail p,
.tool-panel p,
.news-list p,
.merch-card p,
.contact-copy p,
.character-copy p {
  line-height: 1.62;
}

.beat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.beat-grid span {
  min-height: 3.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  padding: 0.5rem;
  color: #b7ff4c;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.character-shell {
  display: grid;
  grid-template-columns: minmax(14rem, 0.32fr) minmax(18rem, 1fr);
  gap: 1rem;
}

.character-chip {
  border-color: color-mix(in srgb, var(--chip-color) 72%, #050505 28%);
  background: rgba(7, 6, 6, 0.94);
  color: #ffffff;
}

.character-chip.active,
.character-chip:hover,
.character-chip:focus-visible {
  background: color-mix(in srgb, var(--chip-color) 22%, #ffffff 78%);
  color: #120912;
  box-shadow: inset 0.35rem 0 0 var(--chip-color);
  outline: none;
}

.character-feature {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(16rem, 1fr);
  gap: 1rem;
  align-items: stretch;
  border: 1px solid rgba(244, 198, 77, 0.32);
  background:
    linear-gradient(90deg, rgba(244, 198, 77, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(244, 198, 77, 0.05) 1px, transparent 1px),
    rgba(8, 7, 7, 0.92);
  background-size: 18px 18px, 18px 18px, auto;
  padding: 1rem;
}

.character-copy strong {
  display: block;
  color: #b7ff4c;
}

.power-note {
  border-left: 0.35rem solid var(--pink);
  padding-left: 0.8rem;
  font-weight: 800;
}

.character-feature .art-placeholder {
  align-self: stretch;
  min-height: 28rem;
  border: 1px solid rgba(244, 198, 77, 0.36);
  border-radius: 4px;
  overflow: hidden;
}

.interactive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tool-panel.wide {
  grid-column: 1 / -1;
}

.tool-panel label {
  display: block;
  margin-top: 1rem;
  color: rgba(255, 247, 234, 0.9);
  font-weight: 850;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--gold);
}

.coin-readout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1rem;
}

.coin-readout span {
  border: 1px solid rgba(244, 198, 77, 0.45);
  border-radius: 4px;
  padding: 0.75rem;
  color: #b7ff4c;
  font-weight: 900;
}

.task-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}

.task-board label {
  min-height: 5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.task-board input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--teal);
}

.merch-section {
  background:
    linear-gradient(135deg, rgba(255, 49, 44, 0.16), transparent 34%),
    #050404;
}

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

.merch-card {
  border: 1px solid rgba(255, 63, 157, 0.34);
  padding: 1rem;
}

.merch-icon {
  width: 5rem;
  height: 5rem;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(244, 198, 77, 0.24);
}

.merch-1 {
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff2a4 0 28%, transparent 29%),
    var(--gold);
}

.merch-2 {
  background:
    linear-gradient(90deg, transparent 0 28%, var(--pink) 29% 34%, transparent 35%),
    var(--gold);
}

.merch-3 {
  background:
    linear-gradient(135deg, var(--teal) 0 32%, var(--pink) 33% 64%, var(--gold) 65%);
}

.merch-4 {
  background:
    radial-gradient(circle at 68% 35%, var(--pink) 0 16%, transparent 17%),
    linear-gradient(135deg, var(--purple), var(--teal));
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.news-list article {
  border: 1px solid rgba(244, 198, 77, 0.32);
  padding: 1rem;
}

.news-list span {
  color: var(--pink);
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(18rem, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-copy h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  color: rgba(255, 247, 234, 0.9);
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 63, 157, 0.42);
  border-radius: 4px;
  padding: 0.78rem 0.85rem;
  background: rgba(9, 7, 8, 0.92);
  color: #fff7ea;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  outline: none;
  box-shadow: 0 0 0 3px rgba(8, 199, 203, 0.22);
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .about-grid,
  .club-dashboard,
  .episode-layout,
  .character-shell,
  .character-feature,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .social-strip {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
  }

  .ryan-sheet,
  .nicole-sheet {
    width: 100%;
  }

  .rules-strip,
  .beat-grid,
  .task-board,
  .merch-grid,
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-actions,
  .interactive-grid,
  .coin-readout,
  .rules-strip,
  .beat-grid,
  .task-board,
  .merch-grid,
  .news-list {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .interactive-grid {
    display: grid;
  }

  nav a {
    font-size: 0.76rem;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.2rem);
  }
}

