:root {
  --ink: #1f2526;
  --paper: #fff8df;
  --paper-soft: #fffdf3;
  --sky: #68c8f2;
  --blue: #1769a8;
  --yellow: #ffd642;
  --orange: #f07a2f;
  --green: #5fb95c;
  --red: #e64c3d;
  --line: rgba(31, 37, 38, 0.16);
  --shadow: rgba(31, 37, 38, 0.22);
  --font: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --body: "Trebuchet MS", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-soft);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(255, 214, 66, 0.34);
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

a,
button {
  touch-action: manipulation;
}

:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(23, 105, 168, 0.62);
}

[id] {
  scroll-margin-top: 92px;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  border-radius: 999px;
}

.skip-link:focus {
  top: 16px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px max(clamp(16px, 4vw, 48px), env(safe-area-inset-right)) 12px max(clamp(16px, 4vw, 48px), env(safe-area-inset-left));
  background: rgba(255, 253, 243, 0.96);
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 6px 22px rgba(31, 37, 38, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-family: var(--font);
  font-weight: 900;
  text-decoration: none;
}

.brand-bang {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 3px 0 var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--yellow);
}

.btn,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 5px 0 var(--ink);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
}

.btn:hover,
.btn:focus-visible,
.button-link:hover,
.button-link:focus-visible {
  transform: translateY(3px);
  box-shadow: 0 2px 0 var(--ink);
  background: white;
}

.btn.secondary {
  background: white;
}

.hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(72px, 9vw, 120px) clamp(16px, 5vw, 72px) clamp(90px, 12vw, 140px);
  background:
    linear-gradient(90deg, rgba(14, 93, 156, 0.98) 0%, rgba(18, 111, 181, 0.86) 42%, rgba(18, 111, 181, 0.28) 68%, rgba(18, 111, 181, 0.1) 100%),
    url("assets/not-fair-land.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;
  background: var(--paper-soft);
  clip-path: polygon(0 40%, 8% 70%, 16% 45%, 24% 78%, 32% 42%, 40% 72%, 48% 38%, 56% 68%, 64% 42%, 72% 76%, 80% 42%, 88% 70%, 96% 45%, 100% 66%, 100% 100%, 0 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: white;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font);
  font-weight: 900;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 11ch;
  color: white;
  font-size: clamp(3.6rem, 9vw, 7.6rem);
  text-shadow: 0 5px 0 rgba(12, 62, 104, 0.55);
}

.hero-sub {
  max-width: 44rem;
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.micro-trust {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 800;
}

.hero-cover {
  position: absolute;
  right: clamp(20px, 8vw, 110px);
  bottom: clamp(88px, 12vw, 140px);
  z-index: 1;
  width: min(28vw, 330px);
  min-width: 210px;
  transform: rotate(4deg);
  border: 7px solid white;
  border-radius: 10px;
  box-shadow: 0 15px 0 rgba(31, 37, 38, 0.26), 0 28px 65px rgba(31, 37, 38, 0.38);
}

.band {
  padding: clamp(56px, 8vw, 92px) clamp(16px, 5vw, 72px);
}

.band.alt {
  background: var(--paper);
}

.band.blue {
  background: linear-gradient(135deg, #1769a8, #123f70);
  color: white;
}

.inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section-head {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-head h2 {
  color: var(--blue);
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.blue .section-head h2 {
  color: white;
}

.section-head p {
  margin: 14px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 800;
}

.recognition-grid,
.book-grid,
.audience-grid,
.steps,
.ads-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.book-grid {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
}

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

.tile,
.rule-box,
.signup-panel,
.book-copy,
.audience,
.step,
.ad-card {
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: white;
  box-shadow: 0 7px 0 var(--ink);
}

.tile,
.audience,
.step,
.ad-card {
  padding: 22px;
}

.tile img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 6px;
  margin-bottom: 16px;
}

.tile h3,
.audience h3,
.step h3,
.ad-card h3 {
  color: var(--blue);
  font-size: 1.45rem;
}

.tile p,
.audience p,
.step p,
.ad-card p {
  margin: 10px 0 0;
  font-weight: 800;
}

.rule-lab {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}

.rule-box {
  min-height: 280px;
  display: grid;
  align-content: center;
  padding: clamp(24px, 5vw, 48px);
  background: var(--yellow);
}

.rule-box h2 {
  color: var(--ink);
  font-size: clamp(2.3rem, 5vw, 4.7rem);
}

.rule-box p {
  margin: 18px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
}

.rule-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.signup-panel {
  display: grid;
  align-content: center;
  padding: clamp(24px, 4vw, 38px);
  background: white;
}

.signup-panel h2 {
  color: var(--red);
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.signup-panel p {
  font-weight: 800;
}

.signup-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.signup-form label {
  font-weight: 900;
}

.signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.signup-row input {
  min-height: 50px;
  min-width: 0;
  padding: 12px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--paper-soft);
}

.form-note {
  margin: 6px 0 0;
  color: rgba(31, 37, 38, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.book-cover-large {
  width: min(100%, 380px);
  margin: 0 auto;
  border: 6px solid var(--ink);
  border-radius: 8px;
  box-shadow: 14px 14px 0 var(--shadow);
  transform: rotate(-2deg);
}

.book-copy {
  padding: clamp(24px, 5vw, 44px);
}

.book-copy h2 {
  color: var(--blue);
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
}

.book-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.book-copy li {
  padding: 10px 12px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--paper-soft);
  font-weight: 900;
}

.quote-strip {
  padding: clamp(42px, 7vw, 72px) clamp(16px, 5vw, 72px);
  background: var(--orange);
  color: white;
  text-align: center;
}

.quote-strip p {
  width: min(900px, 100%);
  margin: 0 auto;
  font-family: var(--font);
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 1.02;
}

.blue .audience,
.blue .step {
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
}

.ad-card {
  position: relative;
  overflow: hidden;
}

.ad-card::before {
  content: "";
  display: block;
  height: 8px;
  margin: -22px -22px 18px;
  background: var(--yellow);
}

.footer {
  padding: 36px clamp(16px, 5vw, 72px);
  background: var(--ink);
  color: white;
}

.footer-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer a {
  color: white;
  font-weight: 900;
}

.print-page {
  background: white;
}

.print-sheet {
  width: min(920px, calc(100% - 32px));
  margin: 28px auto;
  padding: 28px;
  border: 4px solid var(--ink);
  background: white;
}

.print-header {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 20px;
  align-items: center;
  border-bottom: 4px solid var(--ink);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.print-header h1 {
  color: var(--blue);
  text-shadow: none;
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.worksheet-block {
  margin: 22px 0;
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
}

.draw-box {
  min-height: 280px;
  border: 3px dashed var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(white, white),
    repeating-linear-gradient(0deg, transparent 0, transparent 30px, rgba(31, 37, 38, 0.12) 31px);
}

.line-box {
  min-height: 84px;
  border-bottom: 3px solid var(--ink);
  background: repeating-linear-gradient(0deg, transparent 0, transparent 33px, rgba(31, 37, 38, 0.12) 34px);
}

.print-actions {
  width: min(920px, calc(100% - 32px));
  margin: 24px auto 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-cover {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(320px, 72vw);
    margin-top: 34px;
  }

  .hero {
    min-height: 0;
  }

  .recognition-grid,
  .ads-grid,
  .book-grid,
  .rule-lab {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

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

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  h1 {
    max-width: 9ch;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-actions,
  .signup-row,
  .footer-inner,
  .book-copy ul,
  .audience-grid,
  .steps {
    grid-template-columns: 1fr;
  }

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

  .btn,
  .button-link {
    width: 100%;
  }
}

@media print {
  .nav,
  .footer,
  .print-actions {
    display: none;
  }

  body {
    background: white;
  }

  .print-sheet {
    width: 100%;
    margin: 0;
    border: 0;
  }
}

/* Production cinematic story pass */
.story-site {
  background: #fff7df;
}

.story-site .nav {
  backdrop-filter: blur(12px);
}

.cinema-hero {
  position: relative;
  min-height: calc(100vh - 70px);
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
  overflow: hidden;
  padding: clamp(42px, 7vw, 90px) clamp(16px, 5vw, 72px);
  background: linear-gradient(135deg, #1268aa 0%, #43b5df 50%, #ffe083 100%);
}

.cinema-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 64px;
  background: var(--paper-soft);
  clip-path: polygon(0 38%, 8% 70%, 16% 44%, 24% 78%, 32% 42%, 40% 72%, 48% 38%, 56% 68%, 64% 42%, 72% 76%, 80% 42%, 88% 70%, 96% 45%, 100% 66%, 100% 100%, 0 100%);
}

.hero-world {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.world-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  transform: scale(1.08);
}

.world-character {
  position: absolute;
  right: clamp(12px, 6vw, 90px);
  bottom: clamp(14px, 3vw, 40px);
  width: min(38vw, 460px);
  filter: drop-shadow(0 18px 0 rgba(31, 37, 38, 0.16));
  animation: character-breathe 5s ease-in-out infinite;
}

.paper-sun,
.paper-cloud {
  position: absolute;
  border: 3px solid var(--ink);
  box-shadow: 0 5px 0 rgba(31, 37, 38, 0.2);
}

.paper-sun {
  top: 11%;
  right: 17%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--yellow);
}

.paper-cloud {
  width: 150px;
  height: 54px;
  border-radius: 999px;
  background: white;
}

.paper-cloud::before,
.paper-cloud::after {
  content: "";
  position: absolute;
  bottom: 15px;
  border: 3px solid var(--ink);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: white;
}

.paper-cloud::before {
  left: 24px;
  width: 54px;
  height: 48px;
}

.paper-cloud::after {
  right: 24px;
  width: 62px;
  height: 58px;
}

.cloud-one {
  left: 9%;
  top: 14%;
}

.cloud-two {
  right: 35%;
  top: 24%;
  transform: scale(0.72);
}

.hero-copy,
.play-board {
  position: relative;
  z-index: 2;
}

.hero-copy {
  color: white;
}

.hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 9vw, 8rem);
}

.play-board {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
  border: 5px solid white;
  border-radius: 28px;
  background: rgba(255, 253, 243, 0.92);
  box-shadow: 0 16px 0 rgba(31, 37, 38, 0.18), 0 30px 70px rgba(31, 37, 38, 0.25);
}

.reaction-card {
  min-height: 160px;
  display: grid;
  align-content: center;
  padding: 20px;
  border: 4px solid var(--ink);
  border-radius: 18px;
  background: var(--yellow);
  box-shadow: 0 7px 0 var(--ink);
}

.reaction-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(31, 37, 38, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reaction-card strong {
  display: block;
  font-family: var(--font);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.reaction-card p {
  margin: 10px 0 0;
  font-weight: 900;
}

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

.moment-card {
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: white;
  box-shadow: 0 5px 0 var(--ink);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  text-align: left;
}

.moment-card:hover,
.moment-card:focus-visible {
  transform: translateY(-4px) rotate(-1deg);
  background: #fff0ad;
  outline: 4px solid rgba(255, 255, 255, 0.9);
}

.moment-art {
  display: inline-flex;
  width: max-content;
  padding: 4px 9px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  font-size: 0.78rem;
  text-transform: uppercase;
}

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

.soft-actions button,
.soft-actions a {
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 8px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.soft-actions button:hover,
.soft-actions button:focus-visible,
.soft-actions a:hover,
.soft-actions a:focus-visible {
  background: var(--green);
}

.play-board[data-mood="loud"] .reaction-card {
  background: #dff4ff;
}

.play-board[data-mood="icecream"] .reaction-card {
  background: #ffd5e5;
}

.play-board.react-pop .reaction-card {
  animation: reaction-pop 0.34s ease;
}

.book-scroll {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.94fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(46px, 7vw, 90px) clamp(16px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 248, 223, 0.88), rgba(255, 248, 223, 1)),
    repeating-linear-gradient(90deg, rgba(31,37,38,0.05) 0, rgba(31,37,38,0.05) 1px, transparent 1px, transparent 18px);
}

.story-stage {
  position: sticky;
  top: 92px;
  height: calc(100vh - 116px);
  display: grid;
  align-items: center;
}

.book-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(68vh, 620px);
  border: 5px solid var(--ink);
  border-radius: 12px;
  background: #fffdf3;
  box-shadow: 0 22px 0 rgba(31, 37, 38, 0.14), 0 38px 90px rgba(31, 37, 38, 0.24);
  overflow: hidden;
  perspective: 1400px;
}

.page {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 3vw, 34px);
}

.page-left {
  border-right: 3px solid rgba(31, 37, 38, 0.2);
  background: #fff9dd;
}

.page-left img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border: 4px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(31, 37, 38, 0.12);
}

.page-right {
  display: grid;
  align-content: center;
  background:
    linear-gradient(90deg, rgba(31, 37, 38, 0.08), transparent 22px),
    #fffdf3;
}

.stage-count {
  margin: 0 0 16px;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-right h2 {
  color: var(--blue);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.page-right p:not(.stage-count) {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 900;
}

.page-fold {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 42%;
  transform-origin: left center;
  transform: rotateY(-18deg);
  background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(255,255,255,0.64), rgba(31,37,38,0.09));
  opacity: 0.62;
  pointer-events: none;
  animation: page-breathe 3.2s ease-in-out infinite;
}

.scroll-progress {
  height: 10px;
  margin-top: 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: white;
  overflow: hidden;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--yellow);
}

.chapter-ribbon {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.chapter-ribbon button {
  width: 44px;
  height: 44px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  box-shadow: 0 4px 0 var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.chapter-ribbon button:hover,
.chapter-ribbon button:focus-visible,
.chapter-ribbon button.is-active {
  background: var(--yellow);
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--ink);
}

.story-panels {
  display: grid;
  gap: 42vh;
  padding: 10vh 0 22vh;
}

.story-panel {
  min-height: 58vh;
  display: grid;
  align-content: center;
  padding: clamp(22px, 4vw, 40px);
  border: 4px solid var(--ink);
  border-radius: 12px;
  background: rgba(255, 253, 243, 0.92);
  box-shadow: 0 8px 0 var(--ink);
  opacity: 0.68;
  transform: rotate(0.5deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.story-panel:nth-child(even) {
  transform: rotate(-0.7deg);
}

.story-panel.is-active {
  opacity: 1;
  transform: rotate(0deg) scale(1.015);
}

.story-panel h2 {
  color: var(--blue);
  font-size: clamp(2.1rem, 4.8vw, 4.9rem);
}

.story-panel p:not(.eyebrow) {
  max-width: 36rem;
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  font-weight: 900;
}

.story-site .signup-panel .btn {
  width: max-content;
  margin-top: 10px;
}

.story-site .form-note {
  margin-top: 14px;
}

@keyframes reaction-pop {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.035) rotate(-0.5deg); }
}

@keyframes character-breathe {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(-12px) rotate(-1deg); }
}

@keyframes page-breathe {
  0%, 100% { transform: rotateY(-13deg); opacity: 0.44; }
  50% { transform: rotateY(-26deg); opacity: 0.72; }
}

@media (prefers-reduced-motion: reduce) {
  .world-character,
  .page-fold {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 1050px) {
  .cinema-hero,
  .book-scroll {
    grid-template-columns: 1fr;
  }

  .world-character {
    opacity: 0.18;
    width: min(74vw, 480px);
  }

  .story-stage {
    position: relative;
    top: auto;
    height: auto;
  }

  .story-panels {
    gap: 22px;
    padding: 20px 0 0;
  }

  .story-panel {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .cinema-hero {
    min-height: auto;
    padding-top: 32px;
  }

  .hero-copy h1 {
    font-size: clamp(3.3rem, 18vw, 5.2rem);
  }

  .moment-grid,
  .soft-actions {
    grid-template-columns: 1fr;
  }

  .moment-card {
    min-height: 82px;
  }

  .book-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-left {
    border-right: 0;
    border-bottom: 3px solid rgba(31, 37, 38, 0.2);
  }

  .page-left img {
    min-height: 260px;
  }

  .page-fold {
    display: none;
  }

  .story-site .signup-panel .btn {
    width: 100%;
  }
}

/* Production redesign after review: refined book launch page */
.production-site {
  --prod-ink: #211b16;
  --prod-paper: #fff7df;
  --prod-cream: #fffdf4;
  --prod-blue: #1769a8;
  --prod-yellow: #ffd84a;
  --prod-red: #d94b3d;
  --prod-green: #4f9e67;
  color: var(--prod-ink);
  background: var(--prod-paper);
}

.production-site .nav {
  border-bottom: 1px solid rgba(33, 27, 22, 0.12);
  background: rgba(255, 253, 244, 0.94);
  box-shadow: 0 12px 34px rgba(33, 27, 22, 0.08);
}

.production-site .brand {
  color: var(--prod-ink);
}

.production-site .brand-bang {
  border-width: 2px;
  box-shadow: none;
}

.production-site .nav-links a {
  color: var(--prod-ink);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.launch-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: #0e5f9b;
}

.launch-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(0deg, rgba(14, 95, 155, 0.9), transparent);
}

.launch-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.44;
  filter: saturate(1.06);
}

.launch-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.launch-copy {
  max-width: 760px;
  color: white;
}

.kicker {
  margin: 0 0 14px;
  color: var(--prod-yellow);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.launch-copy h1 {
  max-width: 10ch;
  color: white;
  font-size: clamp(4.3rem, 8vw, 8.3rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.18);
}

.launch-sub {
  max-width: 42rem;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.14rem, 2vw, 1.5rem);
  font-weight: 800;
}

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

.production-site .btn {
  min-height: 50px;
  border: 2px solid var(--prod-ink);
  border-radius: 8px;
  background: var(--prod-yellow);
  box-shadow: 0 4px 0 var(--prod-ink);
  color: var(--prod-ink);
}

.production-site .btn.secondary {
  background: var(--prod-cream);
}

.launch-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.cover-feature {
  margin: 0;
  justify-self: center;
  width: min(360px, 100%);
}

.cover-feature img {
  border: 8px solid #fffdf4;
  border-radius: 8px;
  box-shadow: 0 18px 0 rgba(33, 27, 22, 0.18), 0 32px 70px rgba(0, 0, 0, 0.32);
  transform: rotate(2deg);
}

.cover-feature figcaption {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 5px solid var(--prod-yellow);
  background: rgba(255, 253, 244, 0.93);
  color: var(--prod-ink);
  font-weight: 900;
}

.truth-band {
  padding: clamp(34px, 5vw, 58px) clamp(18px, 5vw, 72px);
  background: var(--prod-yellow);
  border-top: 2px solid var(--prod-ink);
  border-bottom: 2px solid var(--prod-ink);
}

.truth-band p {
  width: min(1060px, 100%);
  margin: 0 auto;
  font-family: var(--font);
  font-size: clamp(1.9rem, 4.3vw, 4.6rem);
  font-weight: 900;
  line-height: 1;
  text-wrap: balance;
}

.story-strip,
.book-section,
.printable-section,
.grownups-section,
.reader-moment {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.story-strip,
.printable-section {
  background: var(--prod-cream);
}

.reader-moment,
.grownups-section {
  background: #f0f7fb;
}

.production-head {
  max-width: 780px;
}

.production-head h2,
.reader-grid h2,
.printable-copy h2,
.production-book-copy h2 {
  color: var(--prod-blue);
  letter-spacing: 0;
}

.scene-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.scene-card {
  min-width: 0;
  border: 2px solid rgba(33, 27, 22, 0.18);
  border-radius: 8px;
  background: white;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(33, 27, 22, 0.09);
}

.scene-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
}

.scene-card h3,
.scene-card p {
  padding-inline: 18px;
}

.scene-card h3 {
  margin-top: 18px;
  color: var(--prod-blue);
}

.scene-card p {
  margin-bottom: 20px;
  font-weight: 800;
}

.reader-grid,
.grownups-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.reader-grid p,
.grownup-copy p {
  margin: 0 0 16px;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: 800;
}

.production-book-grid {
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1.05fr);
}

.production-book-copy {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.production-book-copy ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.production-book-copy li {
  border-radius: 8px;
  background: white;
}

.printable-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.production-rule {
  border: 2px solid var(--prod-ink);
  border-radius: 8px;
  background: var(--prod-yellow);
  box-shadow: 0 6px 0 var(--prod-ink);
}

.production-rule .kicker {
  color: var(--prod-ink);
}

.printable-copy {
  padding: clamp(26px, 4vw, 44px);
  border: 2px solid rgba(33, 27, 22, 0.16);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 30px rgba(33, 27, 22, 0.09);
}

.printable-copy p {
  font-weight: 800;
}

.grownups-section {
  border-top: 1px solid rgba(33, 27, 22, 0.12);
}

@media (max-width: 900px) {
  .launch-hero-inner,
  .scene-row,
  .reader-grid,
  .production-book-grid,
  .printable-grid,
  .grownups-grid {
    grid-template-columns: 1fr;
  }

  .cover-feature {
    justify-self: start;
    width: min(300px, 72vw);
  }

  .launch-copy h1 {
    font-size: clamp(3.4rem, 16vw, 5.8rem);
  }
}

@media (max-width: 620px) {
  .production-site .nav {
    gap: 10px;
  }

  .production-site .nav-links {
    width: 100%;
    overflow-x: auto;
  }

  .launch-hero {
    min-height: auto;
  }

  .launch-actions,
  .production-book-copy ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}
