:root {
  color-scheme: light;
  --paper: #f4f0e8;
  --paper-soft: #ebe6dc;
  --ink: #131218;
  --muted: #6e6a72;
  --line: rgba(19, 18, 24, 0.16);
  --violet: #635bff;
  --violet-dark: #2b276b;
  --lime: #c7ff45;
  --coral: #ff6b57;
  --cyan: #7bdbff;
  --shell: min(1440px, calc(100% - 64px));
  --sans: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

figure,
h1,
h2,
h3,
p {
  margin: 0;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: -60px;
  z-index: 200;
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  border-radius: 4px;
  transition: top 0.2s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(18px);
}

.header-shell {
  width: var(--shell);
  min-height: 84px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(255, 122, 33, 0.18));
}

.brand-glyph {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 13px;
  background: var(--violet);
  transform: rotate(-7deg);
  box-shadow: 0 9px 24px rgba(99, 91, 255, 0.25);
}

.brand-glyph::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--lime);
}

.brand-glyph i {
  position: absolute;
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--ink);
  transform: rotate(7deg);
}

.brand-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-name strong,
.footer-brand strong {
  font-size: 19px;
  letter-spacing: 0.02em;
}

.brand-name small,
.footer-brand small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.2em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.7vw, 28px);
  font-size: 13px;
  color: #49464d;
}

.site-nav a {
  position: relative;
  white-space: nowrap;
  padding: 31px 0 27px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 20px;
  height: 2px;
  background: var(--violet);
  transition: right 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 13px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 0.25s ease;
}

.menu-button b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hero {
  position: relative;
  min-height: calc(100vh - 84px);
  padding: 72px max(32px, calc((100% - 1440px) / 2)) 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(580px, 1.2fr);
  grid-template-rows: auto 1fr auto;
  gap: 38px 58px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(50vw, 720px);
  aspect-ratio: 1;
  right: -18vw;
  top: -28vw;
  border: 120px solid rgba(123, 219, 255, 0.28);
  border-radius: 50%;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 12%;
  width: 18px;
  height: 55%;
  background: var(--lime);
}

.hero-wordmark {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--violet);
  font-size: clamp(60px, 9vw, 150px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.76;
  user-select: none;
}

.hero-wordmark span:last-child {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  letter-spacing: -0.06em;
}

.hero-copy {
  align-self: center;
  max-width: 660px;
  padding: 44px 0;
}

.kicker,
.section-label {
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12ch;
  margin-top: 24px;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 80px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hero-copy > p:last-of-type {
  max-width: 56ch;
  margin-top: 28px;
  color: #55515a;
  font-size: 17px;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  background: var(--ink);
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.primary-action:hover {
  background: var(--violet);
  transform: translateY(-2px);
}

.text-action {
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
}

.text-action span {
  color: var(--violet);
  font-size: 18px;
}

.hero-visual {
  position: relative;
  align-self: center;
  min-height: 410px;
  overflow: hidden;
  border-radius: 120px 6px 6px 6px;
  background: var(--ink);
  box-shadow: 0 28px 80px rgba(19, 18, 24, 0.18);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 18, 24, 0.08), transparent 55%, rgba(19, 18, 24, 0.38));
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: center;
}

.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 18px;
  background: rgba(244, 240, 232, 0.9);
  backdrop-filter: blur(12px);
}

.hero-visual figcaption span {
  color: var(--violet);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.hero-visual figcaption strong {
  font-size: 15px;
}

.hero-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-strip span {
  padding: 20px 12px;
  border-right: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

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

.curation {
  background: var(--ink);
  color: #fff;
  padding: 128px max(32px, calc((100% - 1440px) / 2));
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
}

.curation .section-label {
  color: var(--lime);
}

.curation h2,
.track-heading h2,
.library-heading h2,
.lab-intro h2,
.atlas-copy h2,
.discovery-heading h2,
.watch-copy h2,
.manifesto-title h2 {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(38px, 5.2vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.13;
}

.curation-lead {
  max-width: 52ch;
  margin-top: 26px;
  color: #aaa6b2;
  line-height: 1.9;
}

.story-lines {
  counter-reset: story;
}

.story-lines article {
  counter-increment: story;
  position: relative;
  padding: 27px 20px 28px 94px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.25s ease, padding-left 0.25s ease;
}

.story-lines article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.story-lines article::before {
  content: counter(story, decimal-leading-zero);
  position: absolute;
  left: 8px;
  top: 31px;
  color: var(--lime);
  font: 700 12px/1 var(--sans);
  letter-spacing: 0.12em;
}

.story-lines article:hover {
  padding-left: 110px;
  background: rgba(255, 255, 255, 0.045);
}

.story-lines span {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.story-lines h3 {
  margin-top: 9px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.story-lines p {
  margin-top: 10px;
  color: #aaa6b2;
  line-height: 1.8;
}

.release-track {
  padding: 118px max(32px, calc((100% - 1440px) / 2));
}

.track-heading {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.72fr);
  align-items: end;
  gap: 70px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.track-heading h2 {
  font-size: clamp(40px, 5vw, 70px);
}

.track-heading > p {
  color: var(--muted);
  line-height: 1.9;
}

.track-list article {
  display: grid;
  grid-template-columns: 130px minmax(280px, 0.8fr) 1.2fr;
  gap: 34px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.track-list time {
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.track-list small {
  color: var(--muted);
  font-size: 11px;
}

.track-list h3 {
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.track-list p {
  color: var(--muted);
  line-height: 1.8;
}

.library {
  padding: 124px max(32px, calc((100% - 1440px) / 2));
  background: var(--violet-dark);
  color: #fff;
}

.library .section-label {
  color: var(--lime);
}

.library-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.library-heading h2 {
  max-width: 10ch;
}

.library-heading > div:last-child > p {
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.9;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.filter-bar button {
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: 0.2s ease;
}

.filter-bar button:hover,
.filter-bar button.is-active {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.poster-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 18px;
  align-items: start;
}

.poster-card {
  min-width: 0;
  transition: transform 0.28s ease, opacity 0.2s ease;
}

.poster-card:hover {
  transform: translateY(-7px);
}

.poster-card.is-hidden {
  display: none;
}

.poster-card figure {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #171526;
}

.poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.poster-card:hover img {
  transform: scale(1.035);
}

.poster-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  border-radius: 2px;
  background: rgba(19, 18, 24, 0.82);
  color: var(--lime);
  font-size: 10px;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.poster-card h3 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.45;
}

.poster-card p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.72;
}

.poster-feature {
  grid-column: span 2;
  grid-row: span 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 22px;
  padding: 20px;
  background: var(--coral);
  color: var(--ink);
}

.poster-feature figure {
  aspect-ratio: 2 / 3;
}

.poster-feature h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.6vw, 42px);
}

.poster-feature p {
  color: rgba(19, 18, 24, 0.72);
}

.library-note {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.8;
}

.comic-lab {
  padding: 126px max(32px, calc((100% - 1440px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  gap: 90px;
  align-items: start;
}

.lab-intro h2 {
  max-width: 13ch;
}

.lab-intro > p:last-child {
  max-width: 58ch;
  margin-top: 28px;
  color: var(--muted);
  line-height: 1.9;
}

.lab-lanes {
  display: grid;
  gap: 14px;
}

.lab-lanes article {
  position: relative;
  min-height: 190px;
  padding: 30px 32px 28px 105px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.28);
}

.lab-lanes article:nth-child(2) {
  margin-left: 54px;
  border-color: transparent;
  background: var(--cyan);
}

.lab-lanes article:nth-child(3) {
  margin-left: 108px;
  background: var(--lime);
}

.lab-lanes span {
  position: absolute;
  left: 28px;
  top: 31px;
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
}

.lab-lanes h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.lab-lanes p {
  margin-top: 13px;
  color: #5e5962;
  line-height: 1.75;
}

.lab-lanes b {
  display: block;
  margin-top: 16px;
  color: var(--violet-dark);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.category-atlas {
  position: relative;
  overflow: hidden;
  padding: 125px max(32px, calc((100% - 1440px) / 2));
  background: var(--coral);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
  align-items: center;
}

.category-atlas::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(19, 18, 24, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(19, 18, 24, 0.04), 0 0 0 116px rgba(19, 18, 24, 0.03);
}

.atlas-copy,
.atlas-cloud {
  position: relative;
  z-index: 2;
}

.atlas-copy .section-label {
  color: var(--ink);
}

.atlas-copy h2 {
  max-width: 12ch;
}

.atlas-copy > p:last-child {
  margin-top: 26px;
  line-height: 1.9;
  color: rgba(19, 18, 24, 0.72);
}

.atlas-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
}

.atlas-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(19, 18, 24, 0.32);
  border-radius: 100px;
  font-size: 16px;
}

.atlas-cloud .lg {
  min-height: 62px;
  font-family: var(--serif);
  font-size: 26px;
}

.atlas-cloud .xl {
  min-height: 82px;
  padding-inline: 28px;
  background: var(--ink);
  color: #fff;
  font-family: var(--serif);
  font-size: 38px;
}

.discovery-guide {
  padding: 126px max(32px, calc((100% - 1440px) / 2));
  background: #e8e2ff;
}

.discovery-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px 90px;
  align-items: end;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(19, 18, 24, 0.18);
}

.discovery-heading .section-label {
  grid-column: 1 / -1;
}

.discovery-heading h2 {
  max-width: 12ch;
}

.discovery-heading > p:last-child {
  max-width: 60ch;
  color: #5d5867;
  line-height: 1.95;
}

.discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(19, 18, 24, 0.18);
}

.discovery-grid article {
  min-height: 300px;
  padding: 34px 30px;
  border-right: 1px solid rgba(19, 18, 24, 0.18);
  border-bottom: 1px solid rgba(19, 18, 24, 0.18);
  transition: background 0.25s ease, color 0.25s ease;
}

.discovery-grid article:hover {
  background: var(--violet-dark);
  color: #fff;
}

.discovery-grid span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.discovery-grid article:hover span {
  color: var(--lime);
}

.discovery-grid h3 {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.45;
}

.discovery-grid p {
  margin-top: 18px;
  color: #625e69;
  font-size: 14px;
  line-height: 1.85;
}

.discovery-grid article:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.watch-guide {
  padding: 130px max(32px, calc((100% - 1440px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 100px;
  align-items: center;
  background: #dceeff;
}

.watch-symbol {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 18, 24, 0.18);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 54px, rgba(99, 91, 255, 0.12) 55px 56px);
}

.watch-symbol span {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 24px 60px rgba(99, 91, 255, 0.35);
}

.watch-symbol span::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 38px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 34px solid var(--lime);
}

.watch-copy h2 {
  max-width: 13ch;
}

.watch-copy > p:not(.section-label) {
  margin-top: 20px;
  color: #56525e;
  line-height: 1.9;
}

.watch-copy ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 36px 0 0;
  padding: 1px;
  list-style: none;
  background: rgba(19, 18, 24, 0.14);
}

.watch-copy li {
  padding: 19px;
  background: #dceeff;
  font-size: 13px;
}

.watch-copy li::before {
  content: "●";
  margin-right: 10px;
  color: var(--violet);
}

.brand-manifesto {
  padding: 128px max(32px, calc((100% - 1440px) / 2));
  display: grid;
  grid-template-columns: 0.75fr 1fr 220px;
  gap: 70px;
  align-items: center;
  background: var(--paper);
}

.manifesto-title h2 {
  max-width: 7ch;
}

.manifesto-copy p {
  color: var(--muted);
  line-height: 1.95;
}

.manifesto-copy p + p {
  margin-top: 20px;
}

.manifesto-seal {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 50%;
  text-align: center;
}

.manifesto-seal strong {
  color: var(--violet);
  font-size: 54px;
  line-height: 1;
}

.manifesto-seal img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.manifesto-seal span {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.site-footer {
  padding: 70px max(32px, calc((100% - 1440px) / 2)) 32px;
  background: var(--ink);
  color: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr auto;
  gap: 60px;
  align-items: center;
  padding-bottom: 58px;
}

.footer-brand > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.42);
}

.footer-top > p {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.9;
}

.footer-top > a {
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 100px;
  color: var(--lime);
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 40px, 1080px);
  }

  .menu-button {
    display: block;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 84px 0 auto;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    padding: 30px max(24px, calc((100% - 1080px) / 2)) 38px;
    display: grid;
    gap: 0;
    background: var(--ink);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 18px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-family: var(--serif);
    font-size: 20px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    padding-inline: 32px;
    grid-template-columns: 0.8fr 1.2fr;
  }

  .hero h1 {
    font-size: clamp(40px, 5.5vw, 64px);
  }

  .poster-wall {
    grid-template-columns: repeat(4, 1fr);
  }

  .poster-feature {
    grid-column: span 2;
  }

  .comic-lab {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 54px;
  }

  .brand-manifesto {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .manifesto-seal {
    grid-column: 2;
    width: 190px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 74px;
  }

  .header-shell {
    min-height: 74px;
  }

  .brand-glyph {
    width: 40px;
    height: 40px;
  }

  .brand-name strong {
    font-size: 17px;
  }

  .site-nav {
    inset-block-start: 74px;
    max-height: calc(100vh - 74px);
  }

  .hero {
    min-height: auto;
    padding: 54px 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .hero::after {
    width: 7px;
    height: 40%;
  }

  .hero-wordmark {
    font-size: clamp(48px, 19vw, 96px);
  }

  .hero-copy {
    padding: 18px 4px 6px;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(38px, 11vw, 58px);
  }

  .hero-copy > p:last-of-type {
    font-size: 15px;
  }

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

  .primary-action {
    width: 100%;
    justify-content: center;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 260px;
  }

  .hero-visual {
    border-radius: 64px 4px 4px 4px;
  }

  .hero-strip {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-strip::-webkit-scrollbar {
    display: none;
  }

  .hero-strip span {
    min-width: 120px;
  }

  .curation,
  .release-track,
  .library,
  .comic-lab,
  .category-atlas,
  .discovery-guide,
  .watch-guide,
  .brand-manifesto {
    padding: 82px 20px;
  }

  .curation,
  .library-heading,
  .comic-lab,
  .category-atlas,
  .discovery-heading,
  .watch-guide,
  .brand-manifesto {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .curation h2,
  .track-heading h2,
  .library-heading h2,
  .lab-intro h2,
  .atlas-copy h2,
  .discovery-heading h2,
  .watch-copy h2,
  .manifesto-title h2 {
    font-size: clamp(36px, 10vw, 54px);
  }

  .story-lines article {
    padding-left: 66px;
  }

  .story-lines article:hover {
    padding-left: 72px;
  }

  .track-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .track-list article {
    grid-template-columns: 96px 1fr;
    gap: 18px;
  }

  .track-list article > p {
    grid-column: 2;
  }

  .poster-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .poster-feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .lab-lanes article:nth-child(n) {
    margin-left: 0;
  }

  .atlas-cloud {
    justify-content: flex-start;
  }

  .atlas-cloud .xl {
    min-height: 62px;
    font-size: 28px;
  }

  .discovery-heading .section-label {
    grid-column: auto;
  }

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

  .watch-symbol {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }

  .manifesto-seal {
    grid-column: auto;
    width: min(210px, 60vw);
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 540px) {
  .discovery-grid {
    grid-template-columns: 1fr;
  }

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

  .poster-wall {
    grid-template-columns: 1fr;
  }

  .poster-card:not(.poster-feature) {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 15px;
    align-items: start;
  }

  .poster-card:not(.poster-feature) figure {
    aspect-ratio: 2 / 3;
  }

  .poster-card:not(.poster-feature) h3 {
    margin-top: 5px;
    font-size: 17px;
  }

  .poster-feature {
    grid-template-columns: 1fr;
  }

  .poster-feature figure {
    max-height: 560px;
  }

  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .filter-bar button {
    flex: 0 0 auto;
  }

  .track-list article {
    grid-template-columns: 1fr;
  }

  .track-list article > p {
    grid-column: auto;
  }

  .lab-lanes article {
    padding: 72px 24px 26px;
  }

  .lab-lanes span {
    left: 24px;
    top: 28px;
  }

  .watch-copy ul {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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

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

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