:root {
  --black: #111111;
  --ink: #1b1714;
  --cream: #f4efe6;
  --paper: #fff8ec;
  --orange: #f26a21;
  --red: #c62828;
  --blue: #2f5d7c;
  --steel: #b8b6b0;
  --brass: #b88943;
  --leather: #6d3f24;
  --line: rgba(17, 17, 17, 0.16);
  --shadow: 0 24px 80px rgba(17, 17, 17, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    var(--cream);
  background-size: 42px 42px;
  color: var(--ink);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(244, 239, 230, 0.14);
  background: rgba(17, 17, 17, 0.92);
  color: var(--cream);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  padding: 7px 9px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 0.78rem;
}

nav {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  font-family: "Oswald", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

nav a {
  color: rgba(244, 239, 230, 0.78);
  text-decoration: none;
}

main {
  overflow: hidden;
}

section {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.hero {
  display: grid;
  min-height: calc(100svh - 62px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 4.6vw, 64px);
  background:
    radial-gradient(circle at 75% 15%, rgba(242, 106, 33, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(17, 17, 17, 0.97), rgba(23, 42, 58, 0.92));
  color: var(--cream);
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.92;
}

h1 {
  max-width: 820px;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(4rem, 7.8vw, 7.6rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(3rem, 6vw, 6.7rem);
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  text-transform: uppercase;
}

.lede,
.split p,
.media-band p,
.challenge p,
.shop p {
  color: rgba(244, 239, 230, 0.78);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.hero .lede {
  max-width: 700px;
  margin: 22px 0 0;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid currentColor;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--black);
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.button.ghost {
  color: var(--cream);
}

.proof-strip {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
  border: 1px solid rgba(244, 239, 230, 0.2);
}

.proof-strip span {
  padding: 13px 10px;
  border-right: 1px solid rgba(244, 239, 230, 0.2);
  color: rgba(244, 239, 230, 0.72);
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.proof-strip span:last-child {
  border-right: 0;
}

.hero-card {
  position: relative;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(244, 239, 230, 0.2);
  background: rgba(244, 239, 230, 0.08);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 48% 42%;
}

.hero-card.logo-card {
  padding: clamp(12px, 2vw, 20px);
  background:
    radial-gradient(circle at 50% 40%, rgba(242, 106, 33, 0.14), transparent 48%),
    rgba(244, 239, 230, 0.08);
}

.hero-card.logo-card img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: var(--cream);
}

.hero-stamp {
  position: absolute;
  right: clamp(22px, 3vw, 40px);
  bottom: clamp(22px, 3vw, 40px);
  display: grid;
  gap: 4px;
  max-width: 220px;
  padding: 14px 16px;
  border: 2px solid var(--orange);
  background: rgba(17, 17, 17, 0.86);
  color: var(--cream);
  text-transform: uppercase;
}

.hero-stamp strong,
.footer-mark {
  color: var(--orange);
  font-family: "Anton", sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 3.5rem);
  line-height: 0.9;
}

.hero-stamp span {
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.outcome-card {
  display: grid;
  gap: 4px;
  max-width: 680px;
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 6px solid var(--orange);
  background: rgba(244, 239, 230, 0.1);
}

.outcome-card strong {
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.outcome-card span {
  color: rgba(244, 239, 230, 0.88);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.45;
}

.power-proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.proof-panel,
.proof-cards article {
  background: var(--paper);
}

.proof-panel {
  padding: clamp(28px, 5vw, 56px);
}

.proof-panel h2 {
  font-size: clamp(2.5rem, 4.5vw, 5.1rem);
}

.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.proof-cards article {
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
}

.proof-cards span,
.stack-grid span,
.workflow-row span,
.loop-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-cards strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.proof-cards p,
.stack-grid p,
.workflow-row p,
.loop-grid p {
  color: rgba(27, 23, 20, 0.72);
  font-size: 1.02rem;
  line-height: 1.55;
}

.listen-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 8px solid var(--orange);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding-top: 34px;
  padding-bottom: 34px;
}

.feature-challenge {
  border-top: 8px solid var(--orange);
}

.before-after-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 28px 0;
  background: rgba(244, 239, 230, 0.2);
}

.before-after-mini div {
  padding: 20px;
  background: rgba(17, 17, 17, 0.56);
}

.before-after-mini span,
.benefit-list li::marker {
  color: var(--orange);
}

.before-after-mini span {
  display: block;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.before-after-mini strong {
  display: block;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.35;
}

.challenge-side {
  display: grid;
  gap: 18px;
}

.player-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(244, 239, 230, 0.22);
  background: rgba(17, 17, 17, 0.52);
}

.player-card p {
  margin: 8px 0 0;
}

.player-card strong {
  color: var(--cream);
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.play-dot {
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 1.8rem;
}

.how-it-works {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.challenge-brief {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 28px;
  background: var(--line);
}

.brief-card {
  min-height: 250px;
  padding: 28px;
  background: var(--cream);
}

.brief-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  line-height: 0.9;
}

.brief-card h3 {
  margin-bottom: 14px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  letter-spacing: 0.04em;
  line-height: 1.02;
  text-transform: uppercase;
}

.brief-card p {
  margin: 0;
  color: rgba(27, 23, 20, 0.72);
  font-size: 1.02rem;
  line-height: 1.55;
}

.prompt-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(27, 23, 20, 0.18);
  background:
    linear-gradient(rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.92)),
    url("./assets/logo-iron-plate.png") right center / min(48vw, 460px) no-repeat;
  color: var(--cream);
}

.prompt-card pre {
  overflow-x: auto;
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  background: rgba(0, 0, 0, 0.35);
  white-space: pre-wrap;
}

.prompt-card code {
  color: rgba(244, 239, 230, 0.92);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.steps,
.relief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.steps article,
.relief-grid article {
  min-height: 260px;
  padding: 28px;
  background: var(--cream);
}

.steps span,
.relief-grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--orange);
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.steps p,
.relief-grid p {
  color: rgba(27, 23, 20, 0.72);
  font-size: 1.02rem;
  line-height: 1.55;
}

.identity-gate {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(32, 48, 60, 0.93));
  color: var(--cream);
}

.identity-gate .section-heading {
  max-width: 1040px;
}

.gate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(244, 239, 230, 0.18);
}

.gate-grid article {
  min-height: 360px;
  padding: clamp(26px, 4vw, 46px);
  background: rgba(244, 239, 230, 0.08);
}

.gate-grid h3 {
  color: var(--orange);
}

.gate-grid ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding-left: 22px;
  color: rgba(244, 239, 230, 0.8);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.42;
}

.listen-bar h2 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.platforms {
  margin: 0;
}

.platforms a {
  padding: 12px 15px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.split,
.shop,
.submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.split {
  background: var(--black);
  color: var(--cream);
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
  color: rgba(244, 239, 230, 0.82);
  font-size: 1.05rem;
  line-height: 1.45;
}

.signup-card,
.submit-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(244, 239, 230, 0.18);
  background: rgba(244, 239, 230, 0.08);
}

label {
  display: grid;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: var(--paper);
  color: var(--ink);
  font: 500 1rem "IBM Plex Sans", system-ui, sans-serif;
  padding: 14px 13px;
}

.split input,
.split textarea {
  border-color: rgba(244, 239, 230, 0.18);
}

.fine-print {
  margin: 0;
  color: rgba(244, 239, 230, 0.58);
  font-size: 0.92rem;
  line-height: 1.45;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.form-message[data-state="error"] {
  color: #ffb199;
}

.submit .form-message[data-state="error"] {
  color: var(--red);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  padding: 1px;
}

.feature-grid article {
  min-height: 280px;
  padding: 28px;
  background: var(--paper);
}

.feature-grid .icon {
  display: inline-flex;
  margin-bottom: 56px;
  color: var(--orange);
  font-family: "Anton", sans-serif;
  font-size: 3rem;
}

.feature-grid p,
.episode-grid p {
  color: rgba(27, 23, 20, 0.72);
  font-size: 1.02rem;
  line-height: 1.55;
}

.stack,
.loop {
  background: var(--paper);
}

.stack-grid,
.loop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.stack-grid article,
.loop-grid article {
  min-height: 270px;
  padding: clamp(24px, 3vw, 32px);
  background: var(--cream);
}

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

.snapshot {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(242, 106, 33, 0.14), transparent 28%),
    var(--black);
  color: var(--cream);
}

.snapshot h2 {
  max-width: 720px;
}

.snapshot p {
  color: rgba(244, 239, 230, 0.74);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.55;
}

.workflow-card {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(244, 239, 230, 0.2);
  background: rgba(244, 239, 230, 0.18);
  box-shadow: var(--shadow);
}

.workflow-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(244, 239, 230, 0.08);
}

.workflow-row span {
  margin: 0;
}

.workflow-row p {
  margin: 0;
  color: rgba(244, 239, 230, 0.82);
}

.prompt-row {
  background: rgba(242, 106, 33, 0.16);
}

.roi-row {
  background: rgba(47, 93, 124, 0.22);
}

.media-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--cream);
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  object-fit: cover;
  object-position: 45% 42%;
  box-shadow: var(--shadow);
}

figcaption {
  padding-top: 12px;
  color: rgba(27, 23, 20, 0.62);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.media-band p,
.shop p {
  color: rgba(27, 23, 20, 0.72);
}

.shop p {
  color: rgba(244, 239, 230, 0.76);
}

.origin-line {
  margin: 24px 0 0;
  color: var(--ink) !important;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem) !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15 !important;
  text-transform: uppercase;
}

.challenge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 48px;
  align-items: center;
  background:
    linear-gradient(rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.86)),
    url("./assets/william-ranch-ride.jpg") center / cover;
  color: var(--cream);
}

.scoreboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(244, 239, 230, 0.24);
  background: rgba(17, 17, 17, 0.4);
}

.scoreboard div {
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid rgba(244, 239, 230, 0.18);
}

.scoreboard div:last-child {
  border-right: 0;
}

.scoreboard strong {
  display: block;
  color: var(--orange);
  font-family: "Anton", sans-serif;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.9;
}

.scoreboard span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.episodes {
  background: var(--paper);
}

.relief {
  background: var(--paper);
}

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

.episode-grid article,
.drop-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.episode-grid span,
.drop-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.episode-grid a {
  color: var(--blue);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop {
  background: var(--black);
  color: var(--cream);
  display: block;
}

.shop > div:first-child {
  max-width: 1080px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.shop > div:first-child p:not(.eyebrow) {
  max-width: 860px;
}

.swag-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  margin: 0 0 24px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  background: rgba(244, 239, 230, 0.06);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32);
}

.swag-banner img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-right: 1px solid rgba(244, 239, 230, 0.16);
  object-fit: cover;
  object-position: center;
}

.swag-banner-copy {
  display: flex;
  min-height: 420px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
}

.swag-banner-copy h3 {
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.92;
  text-transform: uppercase;
}

.swag-banner-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 14px 0 0;
}

.swag-banner-copy .button {
  align-self: flex-start;
}

.drop-grid article {
  min-height: 170px;
  background: rgba(244, 239, 230, 0.08);
  border-color: rgba(244, 239, 230, 0.18);
}

.drop-grid strong {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.submit {
  background: var(--cream);
}

.submit-form {
  border-color: var(--line);
  background: var(--paper);
}

.site-footer {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--black);
  color: var(--cream);
}

.footer-mark {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  padding: 8px;
  text-align: center;
}

.site-footer strong {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(244, 239, 230, 0.68);
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  h1 {
    font-size: clamp(3.6rem, 6.4vw, 6.3rem);
  }

  .hero .lede {
    margin-top: 18px;
  }

  .proof-strip,
  .hero-actions {
    margin-top: 20px;
  }
}

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

  .feature-grid,
  .episode-grid,
  .drop-grid,
  .steps,
  .relief-grid,
  .proof-cards,
  .stack-grid,
  .loop-grid,
  .brief-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .power-proof,
  .snapshot,
  .gate-grid {
    grid-template-columns: 1fr;
  }

  .listen-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .swag-banner {
    grid-template-columns: 1fr;
  }

  .swag-banner img {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 239, 230, 0.16);
  }

  .swag-banner-copy {
    min-height: 0;
  }

  .swag-banner-copy {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.6rem, 13vw, 4.5rem);
  }

  section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .hero {
    gap: 32px;
  }

  .hero-card.logo-card {
    padding: 10px;
  }

  .swag-banner-copy h3 {
    font-size: clamp(2.8rem, 16vw, 4.6rem);
  }

  .proof-strip,
  .scoreboard,
  .before-after-mini,
  .feature-grid,
  .episode-grid,
  .drop-grid,
  .steps,
  .relief-grid,
  .proof-cards,
  .stack-grid,
  .loop-grid,
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip span,
  .scoreboard div {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 239, 230, 0.18);
  }

  .feature-grid article {
    min-height: auto;
  }

  .workflow-row,
  .player-card {
    grid-template-columns: 1fr;
  }
}
