:root {
  --canvas: #050507;
  --canvas-deep: #000;
  --surface: #0a0a0e;
  --surface-raised: #111118;
  --text: #f5f5f7;
  --muted: #a8a8b3;
  --quiet: #858591;
  --line: #262630;
  --line-soft: rgba(255, 255, 255, 0.09);
  --cyan: #30e7ff;
  --magenta: #ff2daa;
  --page: 1600px;
  --content: 1360px;
  --pad: clamp(20px, 5vw, 76px);
  --section-space: clamp(88px, 11vw, 168px);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --font: "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  color-scheme: dark;
  scroll-behavior: smooth;
  background: var(--canvas);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--canvas);
  font-family: var(--font);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
video,
svg {
  display: block;
}

img,
video {
  max-width: 100%;
}

a {
  color: inherit;
}

summary {
  font: inherit;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-weight: 780;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  transform: translateY(-160%);
  border-radius: var(--radius-sm);
  color: var(--canvas);
  background: var(--cyan);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(5, 5, 7, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(100%, var(--page));
  min-height: 92px;
  margin-inline: auto;
  padding-inline: var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
}

.collection-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.collection-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(48, 231, 255, 0.7);
}

.status-mobile {
  display: none;
}

.age-mark {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 45, 170, 0.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}

.hero {
  min-height: 780px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--canvas-deep);
}

.hero-inner {
  width: min(100%, var(--content));
  min-height: calc(100vh - 92px);
  min-height: calc(100svh - 92px);
  margin-inline: auto;
  padding: clamp(64px, 8vw, 126px) var(--pad);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 0.88fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.ambient {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(130px);
  opacity: 0.16;
}

.ambient-cyan {
  width: 360px;
  height: 360px;
  top: 5%;
  right: 28%;
  background: var(--cyan);
}

.ambient-magenta {
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -100px;
  background: var(--magenta);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.kicker {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.05em;
}

h1 {
  max-width: 760px;
  font-size: clamp(56px, 6.2vw, 92px);
  line-height: 0.96;
}

h1 > span {
  margin-bottom: 0.65em;
  display: block;
  color: var(--muted);
  font-size: 0.29em;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: #d1d1d8;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.58;
}

.telegram-cta {
  width: fit-content;
  min-height: 62px;
  margin-top: 34px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #070709;
  background: var(--text);
  font-size: 15px;
  font-weight: 780;
  text-decoration: none;
  box-shadow:
    4px 4px 0 rgba(48, 231, 255, 0.88),
    -3px -3px 0 rgba(255, 45, 170, 0.78);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.telegram-cta svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: currentColor;
}

.telegram-cta:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow:
    6px 6px 0 rgba(48, 231, 255, 0.92),
    -4px -4px 0 rgba(255, 45, 170, 0.85);
}

.telegram-cta:active {
  transform: translateY(1px);
  box-shadow:
    2px 2px 0 rgba(48, 231, 255, 0.9),
    -2px -2px 0 rgba(255, 45, 170, 0.8);
}

.cta-arrow {
  margin-left: 7px;
  font-size: 20px;
  line-height: 1;
}

.cta-note {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-facts {
  max-width: 680px;
  margin: 38px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line-soft);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hero-facts div {
  min-width: 0;
}

.hero-facts dt {
  margin-bottom: 5px;
  color: var(--quiet);
  font-size: 11px;
}

.hero-facts dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
}

.hero-visual {
  min-height: 700px;
  position: relative;
}

.portrait {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
}

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

.portrait::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 50% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.82));
  pointer-events: none;
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait > span {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 650;
}

.portrait-primary {
  width: 68%;
  height: 88%;
  top: 2%;
  right: 0;
  box-shadow:
    20px 18px 70px rgba(255, 45, 170, 0.12),
    0 34px 90px rgba(0, 0, 0, 0.62);
}

.portrait-primary img {
  object-position: 50% 36%;
}

.portrait-secondary {
  width: 45%;
  height: 62%;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-shadow:
    -14px -8px 56px rgba(48, 231, 255, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.68);
}

.portrait-secondary img {
  object-position: 50% 36%;
}

.hero-logo-stamp {
  width: 118px;
  height: 118px;
  position: absolute;
  z-index: 4;
  top: 3%;
  left: 2%;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.52);
}

.hero-logo-stamp img {
  width: 100%;
  height: 100%;
}

.visual-caption {
  margin: 0;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 1%;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--muted);
  font-size: 12px;
}

.visual-caption span {
  color: var(--cyan);
  font-variant-numeric: tabular-nums;
}

.characters,
.story,
.format,
.faq,
.closing {
  width: min(100%, var(--page));
  margin-inline: auto;
  padding: var(--section-space) var(--pad);
}

.characters {
  background: #08080b;
}

.section-intro {
  max-width: 900px;
  margin-bottom: clamp(48px, 7vw, 92px);
}

.section-intro.compact {
  max-width: 820px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

h2 {
  max-width: 1040px;
  font-size: clamp(44px, 5.6vw, 84px);
  line-height: 1;
}

.section-intro.compact h2,
.format h2,
.faq h2 {
  font-size: clamp(42px, 5vw, 72px);
}

.section-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.character-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface-raised);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.character-media-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--canvas-deep);
}

.character-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--canvas-deep);
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.character-caption {
  min-height: 130px;
  padding: 21px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}

.character-index {
  padding-top: 4px;
  color: var(--quiet);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.character-caption h3 {
  font-size: clamp(27px, 2.2vw, 35px);
  line-height: 1;
}

.character-caption p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (hover: hover) {
  .character-card:hover {
    transform: translateY(-4px);
    border-color: rgba(48, 231, 255, 0.38);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  }

  .character-card:hover .character-media {
    transform: scale(1.025);
  }
}

.next-chapter {
  margin-top: clamp(26px, 4vw, 46px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: center;
  background: var(--surface);
}

.next-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 760;
  letter-spacing: -0.04em;
}

.next-mark i {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.next-mark span:last-child {
  color: var(--magenta);
  text-shadow: 2px 0 rgba(48, 231, 255, 0.7);
}

.next-chapter .kicker {
  margin-bottom: 12px;
}

.next-chapter h3 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.next-chapter p:last-child {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: clamp(56px, 9vw, 130px);
  align-items: start;
  background: var(--canvas);
}

.steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.steps li {
  min-height: 178px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 25px;
}

.steps li > span {
  padding-top: 5px;
  color: var(--magenta);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.steps h3 {
  font-size: clamp(25px, 2.4vw, 37px);
  line-height: 1.1;
}

.steps p {
  max-width: 580px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.format {
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.72fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: end;
  background: var(--surface);
}

.format-text {
  max-width: 900px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.format-text p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.format-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.format-list li {
  min-height: 70px;
  padding: 15px 2px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.format-list strong {
  font-size: 14px;
  font-weight: 650;
}

.format-list span {
  min-width: 42px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.expansion {
  width: min(calc(100% - 2 * var(--pad)), calc(var(--page) - 2 * var(--pad)));
  margin: var(--section-space) auto;
  padding: clamp(66px, 9vw, 128px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--canvas-deep);
}

.expansion::before,
.expansion::after {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.16;
}

.expansion::before {
  top: -110px;
  left: -80px;
  background: var(--cyan);
}

.expansion::after {
  right: -90px;
  bottom: -120px;
  background: var(--magenta);
}

.expansion h2 {
  max-width: 1050px;
}

.expansion > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.faq {
  background: #08080b;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 82px;
  padding: 25px 58px 25px 2px;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 690;
  letter-spacing: -0.02em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  color: var(--cyan);
  font-size: 28px;
  font-weight: 350;
}

.faq-list details[open] summary::after {
  content: "−";
  color: var(--magenta);
}

.faq-list details p {
  max-width: 900px;
  margin: 0;
  padding: 0 58px 30px 2px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.closing {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: center;
  background: var(--canvas-deep);
}

.closing-logo {
  width: min(100%, 240px);
  aspect-ratio: 1;
}

.closing-logo img {
  width: 100%;
  height: 100%;
}

.closing h2 {
  max-width: 960px;
  font-size: clamp(42px, 5.4vw, 78px);
}

.closing > div:last-child > p:last-child {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.site-footer {
  width: min(100%, var(--page));
  min-height: 250px;
  margin-inline: auto;
  padding: 52px var(--pad);
  border-top: 1px solid var(--line-soft);
  display: grid;
  grid-template-columns: 180px minmax(280px, 1fr) auto auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: var(--canvas-deep);
}

.footer-brand img {
  width: 88px;
  height: 88px;
}

.footer-brand p,
.site-footer p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.footer-brand p {
  margin: 12px 0 0;
}

.site-footer .legal-note {
  max-width: 720px;
  margin: 0;
}

.footer-links {
  display: grid;
  gap: 4px;
}

.footer-links a {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  text-underline-offset: 4px;
}

.footer-links a:hover {
  color: var(--text);
}

.site-footer > span {
  padding-top: 12px;
  color: var(--quiet);
  font-size: 12px;
  white-space: nowrap;
}

.site-footer-compact {
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
}

.site-footer-compact .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.site-footer-compact .footer-links a {
  min-height: 36px;
}

.site-footer-compact > span {
  padding-top: 0;
}

.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: min(430px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(10, 10, 14, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.analytics-consent p {
  margin: 0;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.5;
}

.analytics-consent div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.analytics-consent button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.analytics-consent button[data-consent="allow"] {
  border-color: transparent;
  color: #050507;
  background: linear-gradient(100deg, #80f9ff, #ff79d5);
  font-weight: 700;
}

.analytics-consent button:focus-visible {
  outline: 3px solid rgba(128, 249, 255, 0.45);
  outline-offset: 3px;
}

.error-page {
  width: min(100%, 760px);
  min-height: 100svh;
  margin-inline: auto;
  padding: 80px var(--pad);
  display: grid;
  align-content: center;
  justify-items: start;
}

.error-page img {
  width: 112px;
  height: 112px;
  margin-bottom: 30px;
}

.error-page h1 {
  font-size: clamp(48px, 9vw, 86px);
}

.error-page > p:not(.kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.error-link {
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-weight: 700;
  text-underline-offset: 4px;
}

.error-link:hover {
  border-color: var(--cyan);
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

@media (max-width: 1199px) {
  .hero-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.8fr);
    gap: 48px;
  }

  .hero-visual {
    min-height: 620px;
  }

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

  .character-media-wrap {
    aspect-ratio: 4 / 5;
  }

  .story,
  .format {
    grid-template-columns: 1fr;
  }

  .story {
    gap: 20px;
  }

  .format {
    align-items: start;
  }

  .format-list {
    max-width: 760px;
  }

  .site-footer {
    grid-template-columns: 160px minmax(0, 1fr) auto;
  }

  .site-footer > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    width: min(100%, 650px);
    min-height: 660px;
    margin-inline: auto;
  }

  .format-text {
    max-width: 760px;
  }

  .next-chapter {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .closing {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer > span {
    grid-column: auto;
  }

  .site-footer-compact {
    padding-top: 24px;
    padding-bottom: 28px;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  :root {
    --pad: 20px;
    --section-space: 88px;
  }

  .header-inner {
    min-height: 76px;
    gap: 12px;
  }

  .brand {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }

  .header-meta {
    gap: 11px;
  }

  .collection-status {
    gap: 7px;
    font-size: 11px;
  }

  .status-desktop {
    display: none;
  }

  .status-mobile {
    display: inline;
  }

  .collection-status i {
    width: 6px;
    height: 6px;
  }

  .age-mark {
    min-width: 40px;
    min-height: 40px;
    font-size: 11px;
  }

  .hero {
    min-height: 0;
  }

  .hero-inner {
    padding-top: 62px;
    padding-bottom: 74px;
    gap: 54px;
  }

  .ambient {
    filter: blur(90px);
  }

  .ambient-cyan {
    width: 230px;
    height: 230px;
    top: 22%;
    right: -80px;
  }

  .ambient-magenta {
    width: 250px;
    height: 250px;
    right: -130px;
    bottom: 2%;
  }

  .kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  h1 {
    font-size: clamp(46px, 14vw, 60px);
    line-height: 0.98;
  }

  h1 > span {
    margin-bottom: 0.7em;
    font-size: 0.34em;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.58;
  }

  .telegram-cta {
    width: calc(100% - 4px);
    min-height: 62px;
    padding-inline: 15px;
    gap: 10px;
    font-size: 14px;
  }

  .telegram-cta > span:nth-of-type(1) {
    min-width: 0;
  }

  .cta-arrow {
    margin-left: auto;
  }

  .cta-note {
    font-size: 12px;
  }

  .hero-facts {
    margin-top: 31px;
    padding-top: 19px;
    gap: 12px;
  }

  .hero-facts dt {
    font-size: 10px;
  }

  .hero-facts dd {
    font-size: 11px;
  }

  .hero-visual {
    min-height: 510px;
  }

  .portrait-primary {
    width: 72%;
    height: 86%;
  }

  .portrait-secondary {
    width: 48%;
    height: 59%;
  }

  .hero-logo-stamp {
    width: 82px;
    height: 82px;
    left: 0;
  }

  .portrait > span,
  .visual-caption {
    font-size: 11px;
  }

  .visual-caption {
    bottom: -2px;
  }

  h2,
  .section-intro.compact h2,
  .format h2,
  .faq h2,
  .closing h2 {
    font-size: clamp(40px, 11.7vw, 56px);
    line-height: 1.02;
  }

  .section-intro {
    margin-bottom: 46px;
  }

  .section-lead {
    margin-top: 21px;
    font-size: 16px;
  }

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

  .character-media-wrap {
    aspect-ratio: 4 / 5;
  }

  .character-caption {
    min-height: 122px;
  }

  .character-caption h3 {
    font-size: 30px;
  }

  .next-chapter {
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .next-mark {
    max-width: 210px;
  }

  .next-chapter h3 {
    font-size: 38px;
  }

  .story {
    gap: 0;
  }

  .steps li {
    min-height: 160px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 15px;
  }

  .steps h3 {
    font-size: 27px;
  }

  .format {
    border-radius: 0;
  }

  .format-text {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .format-list li {
    min-height: 64px;
  }

  .expansion {
    width: calc(100% - 2 * var(--pad));
    padding: 58px 24px;
  }

  .expansion > p:last-child {
    margin-top: 22px;
    font-size: 15px;
  }

  .faq-list summary {
    min-height: 76px;
    padding: 22px 48px 22px 1px;
    font-size: 17px;
  }

  .faq-list details p {
    padding-right: 20px;
    font-size: 14px;
  }

  .closing {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .closing-logo {
    width: 112px;
  }

  .closing > div:last-child > p:last-child {
    font-size: 14px;
  }

  .site-footer {
    padding-top: 46px;
    padding-bottom: 70px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer > span {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
