:root {
  --ink: #0a0710;
  --surface: #100a18;
  --surface-2: #1a1026;
  --paper: #f5f0e8;
  --white: #fff;
  --purple: #7c3cff;
  --purple-light: #bfa2ff;
  --yellow: #ffd447;
  --cyan: #65e7ff;
  --line: #06c755;
  --muted: #b4a9c1;
  --border: rgba(255, 255, 255, 0.14);
  --display: "Anton", "Arial Narrow", sans-serif;
  --body: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 20%, rgba(124, 60, 255, 0.13), transparent 32rem),
    var(--ink);
  font-family: var(--body);
  line-height: 1.8;
  overflow-x: hidden;
}

body::selection {
  color: var(--ink);
  background: var(--yellow);
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 4vw;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, min-height 0.25s ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  background: rgba(10, 7, 16, 0.9);
  border-color: var(--border);
  backdrop-filter: blur(18px);
}

.brand {
  width: 132px;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  gap: clamp(1rem, 2.4vw, 2.8rem);
}

.nav a,
.nav-cta {
  text-decoration: none;
  font-family: var(--display);
  font-size: 0.84rem;
  letter-spacing: 0.13em;
}

.nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--white);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  justify-self: end;
  padding: 0.65rem 1rem;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--yellow);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--yellow);
  background: transparent;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  min-height: 100svh;
  padding: 116px 5vw 72px;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 7, 16, 0.96) 0%, rgba(10, 7, 16, 0.84) 42%, rgba(10, 7, 16, 0.18) 72%, rgba(10, 7, 16, 0.62) 100%),
    radial-gradient(circle at 74% 42%, rgba(124, 60, 255, 0.48), transparent 40%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, black, transparent 82%);
}

.hero-noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 720px;
  padding-left: clamp(0rem, 2vw, 2rem);
}

.eyebrow,
.section-index {
  margin: 0 0 1.3rem;
  color: var(--yellow);
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
}

.eyebrow span {
  margin-left: 0.8rem;
  color: var(--purple-light);
}

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

.hero-kicker {
  display: block;
  margin-bottom: 0.55rem;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.hero-main {
  display: block;
  font-family: var(--display);
  font-size: clamp(5.7rem, 11.2vw, 11.5rem);
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-shadow:
    5px 5px 0 var(--purple),
    10px 10px 0 rgba(0, 0, 0, 0.55);
}

.hero-lead {
  max-width: 39rem;
  margin: 2.2rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.95rem, 1.3vw, 1.12rem);
  font-weight: 600;
  line-height: 2;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.85rem 1.5rem;
  border: 2px solid;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-3px, -3px);
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--yellow);
  box-shadow: 6px 6px 0 var(--purple);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 9px 9px 0 var(--purple);
}

.button-ghost {
  color: var(--white);
  background: rgba(10, 7, 16, 0.42);
  border-color: rgba(255, 255, 255, 0.45);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.button-icon {
  margin-right: 0.65rem;
  font-size: 0.8rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.hero-tags span {
  padding: 0.35rem 0.65rem;
  color: var(--purple-light);
  background: rgba(124, 60, 255, 0.1);
  border: 1px solid rgba(191, 162, 255, 0.25);
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 660px;
  margin: -4rem -4vw -4rem -3rem;
  overflow: hidden;
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 0;
  left: 0;
  height: 29%;
  background: linear-gradient(to top, var(--ink), transparent);
  pointer-events: none;
}

.hero-visual img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 52%;
  width: min(47vw, 680px);
  height: auto;
  filter: drop-shadow(0 36px 34px rgba(0, 0, 0, 0.58));
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.hero-burst {
  position: absolute;
  top: 49%;
  left: 52%;
  width: 72vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.82;
  background: repeating-conic-gradient(
    from 4deg,
    rgba(255, 212, 71, 0.72) 0deg 1.4deg,
    rgba(124, 60, 255, 0.1) 1.4deg 7deg
  );
  filter: blur(0.2px);
  transform: translate(-50%, -50%);
  mask-image: radial-gradient(circle, black 0 24%, transparent 68%);
}

.hero-name {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: -2%;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--display);
  font-size: clamp(7rem, 13vw, 14rem);
  line-height: 0.78;
  letter-spacing: -0.04em;
  text-align: right;
  white-space: nowrap;
}

.hero-sticker {
  position: absolute;
  z-index: 5;
  padding: 0.4rem 0.75rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.14em;
  transform: rotate(-5deg);
}

.hero-sticker-one {
  top: 22%;
  left: 3%;
  background: var(--cyan);
}

.hero-sticker-two {
  right: 3%;
  bottom: 24%;
  background: var(--yellow);
  transform: rotate(6deg);
}

.scroll-cue {
  position: absolute;
  right: 2.5vw;
  bottom: 2rem;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--display);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(var(--yellow), transparent);
}

.marquee {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 1rem 0;
  color: var(--ink);
  background: var(--yellow);
  border-block: 3px solid var(--ink);
  transform: rotate(-1deg) scale(1.02);
}

.marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 2.2rem);
  letter-spacing: 0.08em;
  animation: marquee 22s linear infinite;
}

.marquee b {
  color: var(--purple);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section {
  padding: clamp(6rem, 10vw, 10rem) 6vw;
}

.section-heading {
  max-width: 1280px;
  margin: 0 auto clamp(3.2rem, 6vw, 6rem);
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.section-heading h2,
.sticker-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.075em;
}

.about {
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(124, 60, 255, 0.14), transparent 32rem),
    var(--paper);
}

.about .section-index {
  color: var(--purple);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(3rem, 8vw, 9rem);
  max-width: 1280px;
  margin: 0 auto;
}

.about-story {
  max-width: 520px;
}

.about-story > p:last-child {
  color: #4f4758;
  font-size: 1rem;
  line-height: 2.2;
}

.large-copy {
  margin: 0 0 2.2rem;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.04em;
}

.large-copy em {
  color: var(--purple);
  font-style: normal;
}

.trait-list {
  border-top: 2px solid var(--ink);
}

.trait {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(10, 7, 16, 0.24);
}

.trait-number {
  color: var(--purple);
  font-family: var(--display);
  font-size: 1.15rem;
}

.trait h3 {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0.05em;
}

.trait p {
  margin: 0;
  color: #5c5365;
  line-height: 1.8;
}

.movies {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--surface);
  background-size: 54px 54px;
}

.text-link {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  color: var(--yellow);
  font-weight: 800;
  text-decoration: none;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
}

.movie-card {
  max-width: 430px;
}

.movie-card-offset {
  margin-top: clamp(3rem, 8vw, 8rem);
}

.video-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    14px 14px 0 var(--purple),
    28px 28px 50px rgba(0, 0, 0, 0.4);
}

.video-shell::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.video-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-meta {
  padding: 1.8rem 0 0 1rem;
}

.movie-meta span {
  color: var(--purple-light);
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.movie-meta h3 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  letter-spacing: -0.05em;
}

.stickers {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(2rem, 6vw, 7rem);
  min-height: 860px;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 48%, rgba(124, 60, 255, 0.2), transparent 28rem),
    var(--yellow);
  overflow: hidden;
}

.sticker-copy {
  align-self: center;
  max-width: 560px;
}

.sticker-copy .section-index {
  color: var(--purple);
}

.sticker-copy > p:not(.section-index, .sticker-note) {
  margin: 2rem 0;
  font-weight: 700;
  line-height: 2;
}

.button-line {
  gap: 0.7rem;
  color: var(--white);
  background: var(--line);
  border-color: var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.button-line:hover,
.button-line:focus-visible {
  box-shadow: 10px 10px 0 var(--ink);
}

.line-bubble {
  font-family: var(--display);
  font-size: 0.78rem;
}

.sticker-note {
  margin: 0.8rem 0 0;
  color: rgba(10, 7, 16, 0.6);
  font-size: 0.72rem;
}

.sticker-stage {
  position: relative;
  min-height: 680px;
}

.sticker-stage::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(44vw, 620px);
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 39%, var(--ink) 40% 40.5%, transparent 41%),
    repeating-conic-gradient(from -10deg, transparent 0 9deg, rgba(10, 7, 16, 0.12) 9deg 10deg);
  transform: translate(-50%, -50%);
}

.stamp {
  position: absolute;
  z-index: 2;
  width: clamp(132px, 14vw, 230px);
  filter: drop-shadow(8px 12px 0 rgba(10, 7, 16, 0.18));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.stamp:hover {
  z-index: 5;
  filter: drop-shadow(13px 18px 0 rgba(10, 7, 16, 0.25));
}

.stamp-1 { top: 0; left: 8%; transform: rotate(-9deg); }
.stamp-2 { top: 2%; right: 6%; transform: rotate(8deg); }
.stamp-3 { top: 29%; left: 27%; transform: rotate(3deg) scale(1.08); }
.stamp-4 { top: 31%; right: -2%; transform: rotate(-6deg); }
.stamp-5 { bottom: 7%; left: 0; transform: rotate(8deg); }
.stamp-6 { bottom: 3%; left: 35%; transform: rotate(-4deg); }
.stamp-7 { bottom: 7%; right: 1%; transform: rotate(7deg); }
.stamp-8 { top: 19%; left: -7%; transform: rotate(-7deg); }
.stamp-1:hover { transform: rotate(-3deg) scale(1.08); }
.stamp-2:hover { transform: rotate(2deg) scale(1.08); }
.stamp-3:hover { transform: rotate(0) scale(1.16); }
.stamp-4:hover { transform: rotate(0) scale(1.08); }
.stamp-5:hover { transform: rotate(2deg) scale(1.08); }
.stamp-6:hover { transform: rotate(1deg) scale(1.08); }
.stamp-7:hover { transform: rotate(1deg) scale(1.08); }
.stamp-8:hover { transform: rotate(-1deg) scale(1.08); }

.stamp-scribble {
  position: absolute;
  z-index: 6;
  padding: 0.1rem 0.7rem;
  color: var(--white);
  background: var(--purple);
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  font-weight: 900;
  transform: rotate(-6deg);
}

.stamp-scribble-one {
  top: 22%;
  right: 10%;
}

.stamp-scribble-two {
  right: 13%;
  bottom: 24%;
  background: var(--ink);
  transform: rotate(5deg);
}

.world {
  background:
    radial-gradient(circle at 5% 95%, rgba(124, 60, 255, 0.24), transparent 28rem),
    var(--ink);
}

.world-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
}

.model-sheet {
  margin: 0;
}

.model-sheet img {
  width: 100%;
  background: #ddd;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 14px 14px 0 rgba(124, 60, 255, 0.8);
}

.model-sheet figcaption {
  margin-top: 1rem;
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.world-quote {
  margin: 0 0 2.5rem;
  color: var(--yellow);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.05em;
}

.profile-list {
  margin: 0;
  border-top: 1px solid var(--border);
}

.profile-list div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--border);
}

.profile-list dt {
  color: var(--purple-light);
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.profile-list dd {
  margin: 0;
  font-weight: 700;
}

.final-cta {
  position: relative;
  padding: clamp(7rem, 13vw, 13rem) 6vw;
  text-align: center;
  background: var(--purple);
  isolation: isolate;
  overflow: hidden;
}

.final-cta::before {
  content: "NYANTAN";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--display);
  font-size: 24vw;
  line-height: 0.7;
  transform: translate(-50%, -50%);
}

.final-cta-rays {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 170vw;
  aspect-ratio: 1;
  opacity: 0.16;
  background: repeating-conic-gradient(var(--white) 0 0.8deg, transparent 0.8deg 7deg);
  transform: translate(-50%, -50%);
}

.final-cta .eyebrow {
  color: var(--yellow);
}

.final-cta h2 {
  max-width: 1000px;
  margin-inline: auto;
}

.final-actions {
  justify-content: center;
  margin-top: 3rem;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem 4vw;
  color: rgba(255, 255, 255, 0.55);
  background: #050307;
  border-top: 1px solid var(--border);
  font-size: 0.72rem;
}

.footer img {
  width: 120px;
}

.footer p {
  margin: 0;
}

.copyright {
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 116px;
  }

  .hero-copy {
    z-index: 8;
  }

  .hero-visual {
    min-height: 660px;
    margin: -5rem -5vw -4rem;
  }

  .hero-visual img {
    width: min(78vw, 610px);
  }

  .hero::before {
    background:
      linear-gradient(to bottom, rgba(10, 7, 16, 0.98) 0%, rgba(10, 7, 16, 0.78) 47%, rgba(10, 7, 16, 0.2) 70%, var(--ink) 100%),
      radial-gradient(circle at 50% 72%, rgba(124, 60, 255, 0.55), transparent 42%);
  }

  .about-grid,
  .stickers,
  .world-layout {
    grid-template-columns: 1fr;
  }

  .about-story {
    max-width: none;
  }

  .sticker-stage {
    min-height: 620px;
  }

  .sticker-stage::before {
    width: min(80vw, 580px);
  }

  .stamp {
    width: clamp(125px, 24vw, 220px);
  }

  .world-copy {
    max-width: 700px;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer img {
    margin: 0 auto;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 62px;
    padding: 0 1rem;
  }

  .brand {
    width: 112px;
  }

  .nav-cta {
    padding: 0.45rem 0.7rem;
    font-size: 0.7rem;
  }

  .hero {
    padding: 100px 1.25rem 32px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-kicker {
    font-size: clamp(2rem, 12vw, 3.5rem);
  }

  .hero-main {
    font-size: clamp(4.6rem, 23vw, 7.5rem);
    text-shadow: 3px 3px 0 var(--purple), 6px 6px 0 rgba(0, 0, 0, 0.5);
  }

  .hero-lead br {
    display: none;
  }

  .hero-actions,
  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 510px;
    margin-top: -2rem;
  }

  .hero-visual img {
    top: 52%;
    width: min(96vw, 500px);
  }

  .hero-name {
    top: 19%;
    font-size: 28vw;
  }

  .hero-sticker-one {
    top: 27%;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 5.5rem 1.25rem;
  }

  .section-heading-row {
    display: block;
  }

  .text-link {
    display: inline-block;
    margin-top: 1.5rem;
  }

  .movie-grid {
    grid-template-columns: 1fr;
    gap: 5rem;
    max-width: 360px;
  }

  .movie-card-offset {
    margin-top: 0;
  }

  .video-shell {
    box-shadow: 9px 9px 0 var(--purple), 18px 18px 36px rgba(0, 0, 0, 0.38);
  }

  .stickers {
    min-height: auto;
  }

  .sticker-copy h2,
  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(2.7rem, 13.5vw, 5rem);
  }

  .sticker-stage {
    min-height: 520px;
    margin-top: 1.5rem;
  }

  .stamp {
    width: clamp(105px, 31vw, 155px);
  }

  .stamp-1 { left: 4%; }
  .stamp-2 { right: 2%; }
  .stamp-3 { top: 29%; left: 32%; }
  .stamp-4 { top: 34%; right: -3%; }
  .stamp-5 { bottom: 2%; left: -2%; }
  .stamp-6 { bottom: 0; left: 35%; }
  .stamp-7 { right: -3%; bottom: 3%; }
  .stamp-8 { top: 21%; left: -5%; }

  .stamp-scribble {
    font-size: 0.9rem;
  }

  .stamp-scribble-one {
    top: 21%;
    right: 4%;
  }

  .stamp-scribble-two {
    right: 3%;
    bottom: 24%;
  }

  .model-sheet img {
    box-shadow: 8px 8px 0 rgba(124, 60, 255, 0.8);
  }

  .profile-list div {
    grid-template-columns: 82px 1fr;
  }

  .final-cta {
    padding: 7rem 1.25rem;
  }

  .footer {
    padding: 2.5rem 1.25rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
