:root {
  --ink: #050908;
  --ink-soft: #0a100f;
  --ivory: #eee9db;
  --muted: #929d97;
  --teal: #78c9bd;
  --red: #f04436;
  --line: rgba(226, 235, 226, .18);
  --mono: "DM Mono", monospace;
  --display: "Michroma", "DM Mono", sans-serif;
  --sans: "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.mono { font-family: var(--mono); letter-spacing: .12em; text-transform: uppercase; }

.noise {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAASUlEQVR4nO3OMQ0AAAgDINc/9K3hHFQgE0nS3ZxzWZZlWZZlWZZlWZZlWZZlWZZlWZZlWZZlWZZlWZZlWZZlWZZlWZZlfZUB9dMAAe00FDIAAAAASUVORK5CYII=");
  mix-blend-mode: screen;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  padding: 0 34px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 9, 8, .76);
  backdrop-filter: blur(10px);
}
.brand { display: flex; align-items: center; }
.brand img { width: 184px; height: auto; object-fit: contain; }
.channel-status { display: flex; align-items: center; gap: 10px; margin: 0 0 0 auto; color: #adb7b1; font: 10px var(--mono); letter-spacing: .12em; }
.channel-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px var(--red); animation: signal 1.7s infinite; }
@keyframes signal { 50% { opacity: .22; } }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}
.hero__video {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.78) contrast(1.05);
}
.hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: rgba(3, 7, 6, .42);
  box-shadow: inset 0 -240px 180px rgba(3, 7, 6, .8), inset 430px 0 300px rgba(3, 7, 6, .52);
}
.hero__content { width: 100%; padding: 0 7vw 11vh; }
.eyebrow { margin: 0 0 25px; color: var(--teal); font: 10px var(--mono); letter-spacing: .22em; }
.hero__title { width: min(58vw, 1080px); margin: 0; }
.hero__title img { width: 100%; height: auto; filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .34)); }
.hero__copy { position: absolute; right: 8vw; bottom: 13vh; margin: 0; font-size: clamp(17px, 1.7vw, 28px); font-weight: 500; line-height: 1.9; letter-spacing: .12em; }
.coordinate { position: absolute; top: 118px; left: 34px; margin: 0; color: #a7b1ac; font-size: 8px; line-height: 1.8; writing-mode: vertical-rl; }
.hero__spec { position: absolute; top: 118px; right: 34px; margin: 0; color: #929d97; font-size: 8px; line-height: 1.8; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; left: 34px; bottom: 28px; display: flex; align-items: center; gap: 18px; font-size: 9px; }
.scroll-cue b { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; font-size: 14px; font-weight: 400; transition: transform .25s, border-color .25s; }
.scroll-cue:hover b { transform: translateY(4px); border-color: var(--teal); }
.hero__index { position: absolute; right: 34px; bottom: 31px; margin: 0; color: #929d97; font-size: 8px; }

.world {
  padding: 118px max(5vw, 28px) 140px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}
.world__heading { max-width: 1480px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto 34px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.world__heading p { margin: 0; color: #77827c; font-size: 8px; }
.world__heading .section-label { color: var(--red); }
.work-feature { max-width: 1480px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); background: #07100e; }
.work-feature__player { aspect-ratio: 16 / 9; background: #000; }
.work-feature__player iframe { width: 100%; height: 100%; display: block; border: 0; }
.work-feature__footer { min-height: 210px; display: grid; grid-template-columns: 1fr minmax(240px, 360px); gap: 48px; align-items: end; padding: 34px clamp(24px, 4vw, 60px); border-top: 1px solid var(--line); }
.work-feature__meta { display: grid; grid-template-columns: minmax(260px, auto) 1fr; column-gap: 46px; align-items: end; }
.work-feature__meta > .mono { grid-column: 1 / -1; margin: 0 0 14px; color: var(--teal); font-size: 9px; }
.work-feature__meta h2 { margin: 0; font: 400 clamp(48px, 6vw, 96px)/.9 var(--display); letter-spacing: -.055em; white-space: nowrap; }
.work-feature__meta .work-feature__logo-title { grid-column: 1 / -1; width: min(100%, 760px); line-height: 0; }
.work-feature__logo-title img { display: block; width: 100%; height: auto; }
.work-feature__meta > p:last-child { margin: 0 0 4px; font-size: clamp(12px, 1vw, 15px); line-height: 1.9; letter-spacing: .09em; }
.work-feature__watch { min-width: 210px; min-height: 64px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; border: 1px solid rgba(238, 233, 219, .6); background: rgba(5, 9, 8, .2); font-size: 10px; transition: background .25s, color .25s, border-color .25s; }
.work-feature__watch b { font: 400 18px var(--display); letter-spacing: -.04em; }
.work-feature__watch:hover { border-color: var(--ivory); background: var(--ivory); color: var(--ink); }
.work-feature__watch:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

.staff-credit { max-width: 1480px; margin: 132px auto 0; overflow: hidden; border: 1px solid var(--line); background: #08100e; }
.staff-credit__heading { min-height: 56px; display: flex; justify-content: space-between; align-items: center; padding: 0 26px; border-bottom: 1px solid var(--line); }
.staff-credit__heading p { margin: 0; color: #77827c; font-size: 8px; }
.staff-credit__heading .section-label { color: var(--red); }
.staff-credit__body { min-height: 440px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .82fr); }
.staff-credit__title { display: flex; flex-direction: column; justify-content: flex-end; padding: 52px clamp(30px, 4vw, 64px); }
.staff-credit__title > p { margin: 0 0 22px; color: var(--teal); font-size: 8px; }
.staff-credit__title h2 { margin: 0; font: 300 clamp(84px, 10vw, 166px)/.72 var(--mono); letter-spacing: -.09em; }
.staff-profile { position: relative; display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: clamp(26px, 3vw, 46px); align-items: center; padding: 54px clamp(30px, 4vw, 60px); overflow: hidden; border-left: 1px solid var(--line); transition: background .25s, color .25s; }
.staff-profile::before { content: "X / PROFILE"; position: absolute; top: 22px; right: 24px; color: #68736d; font: 7px var(--mono); letter-spacing: .14em; }
.staff-profile__portrait { position: relative; width: 168px; aspect-ratio: 1; padding: 7px; border: 1px solid rgba(238, 233, 219, .52); border-radius: 50%; }
.staff-profile__portrait::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(120, 201, 189, .17); border-radius: 50%; }
.staff-profile__portrait img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.staff-profile__copy { min-width: 0; display: flex; flex-direction: column; }
.staff-profile__role { color: #aab3ae; font-size: clamp(11px, .9vw, 14px); line-height: 1.8; letter-spacing: .08em; }
.staff-profile__copy strong { margin-top: 15px; font: 500 clamp(48px, 5vw, 78px)/.9 var(--sans); letter-spacing: -.07em; }
.staff-profile__link { margin-top: 30px; color: var(--red); font-size: 8px; }
.staff-profile__link b { margin-left: 9px; font-size: 16px; font-weight: 300; }
.staff-profile:hover { background: var(--ivory); color: var(--ink); }
.staff-profile:hover .staff-profile__role { color: #3f4844; }
.staff-profile:hover .staff-profile__portrait { border-color: var(--ink); }
.staff-profile:focus-visible { outline: 3px solid var(--teal); outline-offset: -5px; }

.powered-by {
  width: min(calc(100% - 56px), 1100px);
  min-height: clamp(430px, 58svh, 650px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  margin: clamp(110px, 13vw, 190px) auto 0;
}
.powered-by__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.powered-by__heading p { margin: 0; color: #77827c; font-size: 8px; }
.powered-by__heading .section-label { color: var(--red); }
.powered-by__link {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 28px;
  padding: 54px 20px 40px;
  text-align: center;
}
.powered-by__link h2 { margin: 0; color: var(--teal); font-size: 9px; font-weight: 400; }
.powered-by__link img { width: min(86vw, 900px); height: auto; transition: opacity .25s, transform .25s; }
.powered-by__link span { color: #87918c; font-size: 8px; transition: color .25s; }
.powered-by__link span b { margin-left: 8px; color: var(--red); font-size: 15px; font-weight: 300; }
.powered-by__link:hover img { opacity: .82; transform: translateY(-4px); }
.powered-by__link:hover span { color: var(--ivory); }
.powered-by__link:focus-visible { outline: 3px solid var(--teal); outline-offset: 8px; }

.contact {
  width: min(calc(100% - 56px), 1100px);
  margin: clamp(100px, 12vw, 180px) auto clamp(100px, 11vw, 160px);
}
.contact__heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact__heading p { margin: 0; color: #77827c; font-size: 8px; }
.contact__heading .section-label { color: var(--red); }
.contact__body { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(48px, 8vw, 120px); padding-top: clamp(54px, 7vw, 92px); }
.contact__intro .mono { margin: 0 0 18px; color: var(--teal); font-size: 8px; }
.contact__intro h2 { margin: 0; font: 400 clamp(44px, 6vw, 82px)/.9 var(--display); letter-spacing: -.06em; }
.contact__intro > p:last-child { max-width: 380px; margin: 30px 0 0; color: #929d97; font-size: 13px; line-height: 1.9; }
.contact-form { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
.contact-form label { min-width: 0; display: grid; gap: 10px; }
.contact-form label > span { color: #7f8a84; font-size: 8px; }
.contact-form input,
.contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 12px 2px; background: transparent; color: var(--ivory); font: 400 15px var(--sans); outline: 0; transition: border-color .2s; }
.contact-form textarea { min-height: 150px; resize: vertical; line-height: 1.7; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--teal); }
.contact-form__wide { grid-column: 1 / -1; }
.contact-form__trap { position: absolute; left: -9999px; }
.contact-form__footer { display: grid; grid-template-columns: 1fr minmax(180px, 240px); align-items: center; gap: 18px; }
.contact-form__footer p { margin: 0; color: #77827c; font-size: 8px; line-height: 1.6; }
.contact-form button { min-height: 62px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; border: 1px solid var(--ivory); background: var(--ivory); color: var(--ink); font: 700 12px var(--sans); letter-spacing: .12em; cursor: pointer; }
.contact-form button b { font: 300 22px var(--mono); }
.contact-form button:hover { border-color: var(--red); background: var(--red); color: var(--ivory); }
.contact-form button:disabled { cursor: wait; opacity: .55; }
.contact-form button:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

.character-intro { max-width: 1480px; height: clamp(680px, calc(100svh - 92px), 920px); display: grid; grid-template-rows: auto minmax(0, 1fr); margin: 132px auto 0; overflow: hidden; border: 1px solid var(--line); background: #08100e; }
.character-intro__heading { min-height: 142px; display: flex; justify-content: space-between; align-items: end; gap: 40px; padding: 24px 30px 20px; border-bottom: 1px solid var(--line); }
.character-intro__heading .section-label { margin-bottom: 16px; }
.character-intro__heading h2 { margin: 0; font: 300 clamp(48px, 6vw, 96px)/.72 var(--mono); letter-spacing: -.08em; }
.character-selector { display: flex; align-items: end; gap: 12px; }
.character-selector__item { width: 76px; display: grid; gap: 7px; justify-items: center; padding: 0; border: 0; background: transparent; color: #707b75; cursor: pointer; }
.character-selector__item img { width: 62px; height: 62px; border: 1px solid var(--line); border-radius: 50%; background: #111816; object-fit: cover; object-position: center 12%; filter: grayscale(.75); transition: filter .2s, border-color .2s, transform .2s; }
.character-selector__item span { font-size: 7px; }
.character-selector__item:hover img, .character-selector__item.is-active img { border-color: var(--red); filter: grayscale(0); transform: translateY(-2px); }
.character-selector__item.is-active { color: var(--ivory); }
.character-selector__item:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; }
.character-viewport { position: relative; min-height: 0; overflow: hidden; touch-action: pan-y; }
.character-track { height: 100%; display: flex; transform: translate3d(var(--character-offset, 0%), 0, 0); transition: transform .62s cubic-bezier(.2, .72, .2, 1); will-change: transform; }
.character-slide { flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: 1.08fr .92fr; }
.character-card__visual { position: relative; display: grid; place-items: end center; min-width: 0; min-height: 0; overflow: hidden; background: #0b1110; }
.character-card__visual::before { content: ""; position: absolute; inset: 7% 9%; border: 1px solid rgba(120, 201, 189, .14); }
.character-card__index { position: absolute; z-index: 2; top: 24px; left: 28px; color: var(--teal); font-size: 8px; }
.character-card__figure { position: relative; z-index: 1; width: auto; height: calc(clamp(680px, calc(100svh - 92px), 920px) - 143px); max-width: 70%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .42)); }
.character-slide--leka .character-card__figure { width: auto; height: calc(clamp(680px, calc(100svh - 92px), 920px) - 155px); max-width: 58%; margin-right: 28%; }
.character-card__model { position: absolute; z-index: 2; right: 3%; bottom: 6%; width: min(32%, 210px); display: grid; gap: 10px; justify-items: center; }
.character-card__model img { width: 100%; max-height: 420px; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .55)); }
.character-card__model span { padding: 7px 9px; border: 1px solid var(--line); background: rgba(5, 9, 8, .82); color: var(--red); font-size: 6px; white-space: nowrap; }
.character-card__copy { min-width: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(38px, 4.7vw, 74px) clamp(40px, 5vw, 80px) 88px; border-left: 1px solid var(--line); }
.character-card__copy > .mono { margin: 0 0 18px; color: var(--red); font-size: 8px; }
.character-card__copy h3 { margin: 0; font: 500 clamp(64px, 7vw, 112px)/.8 var(--sans); letter-spacing: -.08em; }
.character-card__copy > p:last-child { margin: 30px 0 0; color: #aab3ae; font-size: clamp(13px, 1.05vw, 16px); line-height: 2; letter-spacing: .08em; }
.character-controls { position: absolute; z-index: 5; right: 26px; bottom: 20px; left: calc(54% + 28px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.character-controls__button { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); background: transparent; color: var(--ivory); font-size: 8px; cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.character-controls__button:last-child { justify-self: stretch; }
.character-controls__button:hover { border-color: var(--red); background: var(--red); }
.character-controls__button:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.character-controls__count { margin: 0; color: #78837d; font-size: 8px; white-space: nowrap; }

.relic {
  min-height: 100svh;
  padding: 118px max(5vw, 28px) 0;
  background: var(--ink-soft);
}
.relic__heading { display: flex; justify-content: space-between; align-items: center; margin: 0 auto 34px; padding-bottom: 16px; border-bottom: 1px solid var(--line); max-width: 1480px; }
.relic__heading p { margin: 0; color: #77827c; font-size: 8px; }
.relic__heading .section-label { color: var(--red); }
.section-label { margin: 0; color: var(--red); font-size: 9px; }
.product-gallery { max-width: 1180px; margin: 0 auto; }
.product-gallery__main { position: relative; height: clamp(420px, calc(100svh - 340px), 610px); margin: 0; overflow: hidden; background: #f4f4f1; transition: background .2s; }
.product-gallery__main.is-light { background: #f4f4f1; }
.product-gallery__main.is-dark { background: #07100e; }
.product-gallery__main > img { width: 100%; height: 100%; object-fit: contain; transition: opacity .18s ease, transform .5s ease; }
.product-gallery__main > img.is-changing { opacity: 0; transform: scale(.992); }
.product-gallery__main figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 18px 20px; border-top: 1px solid rgba(5, 9, 8, .16); background: rgba(244, 244, 241, .88); color: #222a27; font-size: 8px; backdrop-filter: blur(8px); }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(3, 104px); justify-content: center; gap: 12px; margin-top: 12px; }
.gallery-thumb { position: relative; aspect-ratio: 1 / 1; padding: 0; overflow: hidden; border: 1px solid var(--line); background: #151a18; cursor: pointer; transition: border-color .2s, opacity .2s; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb::after { content: ""; position: absolute; inset: 0; border: 3px solid transparent; pointer-events: none; }
.gallery-thumb:hover { border-color: rgba(238, 233, 219, .55); }
.gallery-thumb.is-active::after { border-color: var(--red); }
.gallery-thumb:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.product-details { max-width: 1180px; display: grid; grid-template-columns: 1fr minmax(360px, .62fr); gap: 8vw; align-items: end; margin: 26px auto 0; padding: 64px 0 92px; border-top: 1px solid var(--line); }
.product-details__name > .mono { margin: 0 0 20px; color: var(--teal); font-size: 8px; }
.product-details h2 { margin: 0; font: 400 clamp(38px, 5.3vw, 82px)/.95 var(--display); letter-spacing: -.045em; white-space: nowrap; }
.product-details__name > p:last-child { margin: 28px 0 0; color: #aab3ae; font-size: 16px; letter-spacing: .12em; }
.price { display: block; margin: 0 0 24px; text-align: right; }
.price span { color: #929d97; font-size: 11px; }
.price strong { display: block; font: 400 clamp(36px, 3.4vw, 58px)/1 var(--display); letter-spacing: -.05em; }
.price small { color: #69736e; font: 8px var(--mono); letter-spacing: .08em; }
.purchase {
  width: 100%;
  min-height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 26px;
  border: 1px solid var(--ivory);
  background: var(--ivory);
  color: #070b0a;
  font: 700 14px var(--sans);
  letter-spacing: .1em;
  transition: background .25s, color .25s, border-color .25s;
}
.purchase b { font: 300 26px var(--mono); transition: transform .25s; }
.purchase:hover { background: var(--red); color: var(--ivory); border-color: var(--red); }
.purchase:hover b { transform: translate(4px, -4px); }
.purchase:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.relic__note { margin: 18px 0 0; color: #6f7974; font-size: 8px; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 42px; padding: 72px max(5vw, 28px); border-top: 1px solid var(--line); background: var(--ink); }
.footer__brand { display: flex; align-items: center; }
.footer__brand img { width: min(100%, 286px); height: auto; object-fit: contain; }
footer p { margin: 0; color: #77817c; font-size: 8px; line-height: 1.9; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 64px; padding: 0 18px; }
  .brand img { width: 152px; }
  .coordinate, .hero__spec, .hero__index { display: none; }
  .hero__content { padding: 0 22px 17vh; }
  .hero__title { width: min(84vw, 760px); }
  .hero__copy { right: 23px; bottom: 7vh; font-size: 14px; }
  .scroll-cue { display: none; }
  .world { padding: 92px 22px 96px; }
  .work-feature__footer { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding: 28px 24px; }
  .work-feature__meta { grid-template-columns: 1fr; gap: 18px; }
  .work-feature__meta > .mono { margin: 0; }
  .work-feature__meta h2 { font-size: clamp(38px, 9.7vw, 66px); }
  .work-feature__watch { width: 100%; min-width: 0; }
  .staff-credit { margin-top: 92px; }
  .staff-credit__body { min-height: 0; grid-template-columns: 1fr; }
  .staff-credit__title { padding: 46px 26px 36px; }
  .staff-credit__title h2 { font-size: clamp(78px, 21vw, 140px); }
  .staff-profile { grid-template-columns: 140px minmax(0, 1fr); padding: 46px 28px; border-top: 1px solid var(--line); border-left: 0; }
  .staff-profile__portrait { width: 140px; }
  .character-intro { height: clamp(640px, calc(100svh - 72px), 820px); margin-top: 92px; }
  .character-intro__heading { min-height: 112px; align-items: center; padding: 18px 18px 14px; }
  .character-intro__heading .section-label { margin-bottom: 10px; }
  .character-intro__heading h2 { font-size: clamp(38px, 9vw, 68px); }
  .character-selector { gap: 6px; }
  .character-selector__item { width: 58px; }
  .character-selector__item img { width: 48px; height: 48px; }
  .character-slide { position: relative; display: block; }
  .character-card__visual { position: absolute; inset: 0; min-height: 0; }
  .character-card__figure { width: min(76%, 430px); height: clamp(430px, calc(100svh - 190px), 650px); max-width: none; max-height: none; }
  .character-slide--leka .character-card__figure { width: min(63%, 390px); height: clamp(420px, calc(100svh - 200px), 630px); max-width: none; margin-right: 28%; }
  .character-card__model { right: 2%; bottom: 16%; width: min(31%, 180px); }
  .character-card__copy { position: absolute; z-index: 4; right: 16px; bottom: 68px; left: 16px; display: block; padding: 20px 22px; border: 1px solid var(--line); background: rgba(5, 9, 8, .84); backdrop-filter: blur(8px); }
  .character-card__copy > .mono { margin-bottom: 10px; }
  .character-card__copy h3 { font-size: clamp(48px, 12vw, 76px); }
  .character-card__copy > p:last-child { margin-top: 14px; font-size: 12px; line-height: 1.7; }
  .character-controls { right: 16px; bottom: 14px; left: 16px; }
  .relic { padding: 92px 22px 0; }
  .product-gallery__main { height: auto; aspect-ratio: 1 / 1; }
  .product-gallery__thumbs { grid-template-columns: repeat(3, 1fr); }
  .product-details { grid-template-columns: 1fr; gap: 56px; padding: 56px 0 76px; }
  .product-details__buy { max-width: 620px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:last-child { grid-column: 2; }
}

@media (min-width: 901px) {
  .relic { padding-top: 96px; }
  .relic__heading { margin-bottom: 18px; padding-bottom: 12px; }
  .product-gallery__main { height: clamp(260px, calc(100svh - 520px), 520px); }
  .product-gallery__main figcaption { padding: 12px 16px; }
  .product-gallery__thumbs { grid-template-columns: repeat(3, 72px); gap: 8px; margin-top: 8px; }
  .product-details {
    gap: clamp(48px, 6vw, 108px);
    margin-top: 14px;
    padding: 20px 0 34px;
  }
  .product-details__name > .mono { margin-bottom: 10px; }
  .product-details h2 { font-size: clamp(42px, 5vw, 76px); line-height: .88; }
  .product-details__name > p:last-child { margin-top: 14px; font-size: 13px; }
  .price { margin-bottom: 12px; }
  .price strong { font-size: clamp(38px, 3.2vw, 52px); }
  .purchase { min-height: 58px; padding-inline: 20px; }
  .relic__note { margin-top: 10px; }
}

@media (max-width: 560px) {
  .channel-status span { display: none; }
  .hero__video { object-position: 58% 42%; }
  .hero__shade { background: rgba(3, 7, 6, .3); box-shadow: inset 0 -270px 170px rgba(3, 7, 6, .92); }
  .eyebrow { margin-bottom: 20px; font-size: 8px; }
  .hero__title { width: 88vw; }
  .hero__copy { bottom: 6vh; }
  .world { padding-inline: 14px; }
  .world__heading p:last-child { display: none; }
  .work-feature__meta > p:last-child { font-size: 12px; }
  .staff-credit { margin-top: 76px; }
  .staff-credit__heading { padding-inline: 14px; }
  .staff-credit__heading p:last-child { display: none; }
  .staff-credit__title { padding: 38px 18px 30px; }
  .staff-credit__title > p { font-size: 7px; line-height: 1.7; }
  .staff-credit__title h2 { font-size: 23vw; }
  .staff-profile { grid-template-columns: 104px minmax(0, 1fr); gap: 22px; padding: 42px 18px 36px; }
  .staff-profile__portrait { width: 104px; padding: 5px; }
  .staff-profile__copy strong { margin-top: 10px; font-size: 12vw; }
  .staff-profile__role { font-size: 10px; line-height: 1.65; }
  .staff-profile__link { margin-top: 18px; font-size: 6px; line-height: 1.7; }
  .staff-profile::before { top: 14px; right: 14px; }
  .character-intro { height: calc(100svh - 64px); min-height: 600px; margin-top: 76px; }
  .character-intro__heading { min-height: 102px; padding-inline: 12px; }
  .character-intro__heading .section-label { font-size: 7px; }
  .character-intro__heading h2 { font-size: 11vw; }
  .character-selector__item { width: 48px; }
  .character-selector__item img { width: 42px; height: 42px; }
  .character-selector__item span { font-size: 6px; }
  .character-card__index { top: 16px; left: 16px; }
  .character-card__figure { width: 88%; height: 93%; }
  .character-slide--leka .character-card__figure { width: 72%; margin-right: 26%; }
  .character-card__model { width: 34%; }
  .character-card__model span { font-size: 5px; }
  .character-card__copy { right: 10px; bottom: 62px; left: 10px; padding: 16px 18px; }
  .character-card__copy h3 { font-size: 15vw; }
  .character-card__copy > p:last-child { display: none; }
  .character-controls { right: 10px; bottom: 10px; left: 10px; gap: 10px; }
  .character-controls__button { min-height: 38px; }
  .relic { padding-inline: 14px; }
  .relic__heading p:last-child { display: none; }
  .product-gallery { gap: 8px; }
  .product-gallery__thumbs { gap: 8px; }
  .product-gallery__main figcaption { padding: 14px; }
  .product-details { gap: 42px; padding: 48px 8px 68px; }
  .product-details h2 { font-size: clamp(34px, 7.7vw, 46px); }
  .price strong { font-size: 48px; }
  .purchase { min-height: 72px; }
  footer { grid-template-columns: 1fr; padding: 56px 22px; }
  footer > p:last-child { grid-column: 1; }
}

/* Centered editorial layout: quiet surfaces, one visual axis per section. */
.work-feature,
.staff-credit,
.character-intro { border: 0; background: transparent; }

.product-gallery {
  width: min(100%, 48svh, 760px);
  max-width: none;
}
.product-gallery__main {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  transition: background-color .55s ease, box-shadow .55s ease;
}
.product-gallery__main.is-light {
  background: #f4f2ec;
  box-shadow: 0 0 0 1px rgba(238, 233, 219, .12);
}
.product-gallery__main.is-dark {
  background: #07100e;
  box-shadow: 0 0 70px rgba(120, 201, 189, .08);
}
.product-gallery__main > img { object-fit: contain; }

.work-feature__footer { border-top: 0; padding-inline: 0; }
.work-feature__meta > p:last-child { display: none; }

.staff-credit {
  max-width: 920px;
  min-height: clamp(560px, 72svh, 720px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  margin-top: clamp(110px, 12vw, 180px);
  overflow: visible;
}
.staff-credit__heading {
  min-height: 0;
  justify-content: center;
  margin-bottom: clamp(38px, 5vw, 64px);
  padding: 0;
  border: 0;
}
.staff-credit__heading p:last-child,
.staff-credit__title { display: none; }
.staff-credit__body {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
}
.staff-profile {
  width: min(100%, 520px);
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  text-align: center;
}
.staff-profile::before { content: none; }
.staff-profile__portrait {
  width: clamp(156px, 18vw, 220px);
  margin: 0 auto;
}
.staff-profile__copy { align-items: center; margin-top: 30px; }
.staff-profile__copy strong { order: 1; margin: 0; font: 400 clamp(42px, 5vw, 68px)/1 var(--display); letter-spacing: -.045em; }
.staff-profile__role { order: 2; margin-top: 20px; font-size: clamp(10px, .9vw, 13px); }
.staff-profile__link { order: 3; margin-top: 22px; }
.staff-profile:hover { background: transparent; color: var(--ivory); }
.staff-profile:hover .staff-profile__role { color: #aab3ae; }
.staff-profile:hover .staff-profile__portrait { border-color: var(--red); transform: translateY(-4px); }
.staff-profile__portrait { transition: transform .25s, border-color .25s; }

.character-intro {
  max-width: 1100px;
  height: clamp(700px, calc(100svh - 64px), 1000px);
  grid-template-rows: auto minmax(0, 1fr);
  margin-top: clamp(120px, 14vw, 190px);
}
.character-intro:focus-visible { outline: none; }
.character-intro:focus-visible .section-label { color: var(--teal); }
.character-intro__heading {
  min-height: 92px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 0 20px;
  border: 0;
}
.character-intro__heading > div:first-child { display: flex; align-items: center; }
.character-intro__heading .section-label { margin: 0; }
.character-intro__heading h2 { display: none; }
.character-selector { align-items: center; }
.character-viewport { overflow: hidden; }
.character-slide { display: grid; grid-template: minmax(0, 1fr) auto / 1fr; }
.character-card__visual {
  position: static;
  inset: auto;
  min-height: 0;
  place-items: center;
  background: transparent;
}
.character-card__visual::before,
.character-card__index { display: none; }
.character-card__figure,
.character-slide--leka .character-card__figure {
  width: auto;
  height: calc(clamp(700px, calc(100svh - 64px), 1000px) - 245px);
  max-width: min(74vw, 560px);
  max-height: calc(100% - 12px);
  margin: 0;
  object-position: center bottom;
}
.character-slide--leka .character-card__figure { max-width: min(68vw, 510px); }
.character-card__model { display: none; }
.character-card__copy {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  padding: 18px 20px 82px;
  border: 0;
  background: transparent;
  text-align: center;
  backdrop-filter: none;
}
.character-card__copy > .mono,
.character-card__copy > p:last-child { display: none; }
.character-card__copy h3 {
  margin: 0;
  font-size: clamp(52px, 7vw, 82px);
  line-height: .95;
  letter-spacing: -.08em;
}
.character-controls {
  right: 50%;
  bottom: 12px;
  left: auto;
  width: min(100% - 32px, 460px);
  transform: translateX(50%);
}
.character-controls__button { border: 0; background: transparent; }
.character-controls__button:hover { border-color: transparent; background: transparent; color: var(--red); }

@media (orientation: portrait) {
  .product-gallery { width: min(100%, 760px); }
  .work-feature__footer {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 28px 0;
  }
  .work-feature__meta { grid-template-columns: 1fr; gap: 16px; }
  .work-feature__meta > .mono { margin: 0; }
  .work-feature__watch { width: 100%; min-width: 0; }
  .character-intro { height: min(1000px, calc(100svh - 64px)); min-height: 700px; }
  .character-card__figure,
  .character-slide--leka .character-card__figure { max-width: min(84vw, 520px); }
}

@media (max-width: 560px) {
  .product-gallery { width: 100%; }
  .staff-credit__heading { margin-bottom: 34px; }
  .staff-profile { grid-template-columns: none; padding: 0; }
  .staff-profile__portrait { width: 150px; }
  .staff-profile__copy { margin-top: 24px; }
  .staff-profile__copy strong { font-size: 52px; }
  .staff-profile__role { max-width: 290px; margin-top: 16px; }
  .character-intro { min-height: 640px; margin-top: 120px; }
  .character-intro__heading { min-height: 82px; gap: 18px; padding-inline: 8px; }
  .character-selector__item { width: 44px; }
  .character-selector__item img { width: 40px; height: 40px; }
  .character-card__copy { position: static; padding: 14px 10px 72px; background: transparent; backdrop-filter: none; }
  .character-card__copy h3 { font-size: 58px; }
  .character-card__figure,
  .character-slide--leka .character-card__figure {
    width: auto;
    height: calc(clamp(640px, calc(100svh - 64px), 1000px) - 225px);
    max-width: 90vw;
    margin: 0;
  }
  .character-controls { right: 50%; left: auto; }
}

/* Keep the COSMONEET film and its identity lockup inside one desktop view. */
@media (min-width: 901px) and (min-height: 560px) {
  .world__heading,
  .work-feature {
    width: min(100%, 1480px, calc((100svh - 228px) * 16 / 9));
  }

  .world__heading {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .work-feature__footer {
    min-height: 110px;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    padding: 16px 0 0;
  }

  .work-feature__meta {
    display: block;
  }

  .work-feature__meta > .mono {
    margin: 0 0 9px;
  }

  .work-feature__meta .work-feature__logo-title {
    width: min(100%, 700px);
  }

  .work-feature__watch {
    min-height: 54px;
  }
}

@media (max-width: 900px) {
  .work-feature__meta .work-feature__logo-title {
    width: min(100%, 620px);
  }

  .work-feature__footer {
    gap: 18px;
    padding: 22px 0 0;
  }

  .powered-by {
    width: min(calc(100% - 44px), 760px);
    min-height: 440px;
    margin-top: 110px;
  }

  .powered-by__link { gap: 22px; padding-inline: 0; }
}

@media (max-width: 560px) {
  .powered-by {
    width: calc(100% - 28px);
    min-height: 360px;
    margin-top: 88px;
  }

  .powered-by__heading p:last-child { display: none; }
  .powered-by__link { padding-block: 42px 30px; }
  .powered-by__link img { width: 100%; }

  .contact { width: calc(100% - 28px); margin-block: 88px; }
  .contact__heading p:last-child { display: none; }
  .contact__body { grid-template-columns: 1fr; gap: 46px; padding-top: 48px; }
  .contact__intro h2 { font-size: clamp(40px, 13vw, 62px); }
  .contact__intro > p:last-child { margin-top: 22px; font-size: 12px; }
  .contact-form { grid-template-columns: 1fr; gap: 24px; }
  .contact-form__wide { grid-column: 1; }
  .contact-form__footer { grid-template-columns: 1fr; }
  .contact-form button { width: 100%; }
}

/* Portrait store view: product image, gallery, details and CTA in one screen. */
@media (max-width: 900px) and (orientation: portrait) {
  .relic {
    min-height: 100svh;
    padding: clamp(70px, 7svh, 90px) 20px 28px;
  }

  .relic__heading {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .relic__heading p:last-child { display: none; }

  .product-gallery {
    width: min(100%, 48svh, 560px);
  }

  .product-gallery__main {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .product-gallery__main figcaption { padding: 10px 14px; }

  .product-gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 8px;
  }

  .gallery-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .product-details {
    width: min(100%, 560px);
    max-width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 14px auto 0;
    padding: 16px 0 8px;
  }

  .product-details__name,
  .product-details__buy { min-width: 0; max-width: 100%; }

  .product-details__name > .mono { margin-bottom: 7px; }
  .product-details h2 {
    max-width: 100%;
    font-size: clamp(24px, 5.8vw, 34px);
    line-height: .92;
  }
  .product-details__name > p:last-child { margin-top: 8px; font-size: 12px; }
  .product-details__buy { max-width: none; }
  .price { margin-bottom: 9px; }
  .price strong { min-width: 0; font-size: clamp(32px, 7.2vw, 42px); white-space: nowrap; }
  .purchase { min-height: 56px; padding-inline: 18px; }
  .relic__note { margin-top: 8px; }
}

@media (max-width: 430px) and (orientation: portrait) {
  .relic { padding-inline: 14px; }
  .product-gallery { width: min(100%, 45svh); }
  .product-gallery__main figcaption { font-size: 7px; }
  .gallery-thumb { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .product-details h2 { font-size: clamp(23px, 6.7vw, 29px); }
  .product-details__name > p:last-child { display: none; }
  .purchase { min-height: 52px; }
}

/* Larger character selection portraits. */
.character-selector { gap: 18px; }
.character-selector__item { width: 98px; }
.character-selector__item img { width: 84px; height: 84px; }

@media (max-width: 900px) {
  .character-intro__heading { min-height: 106px; }
  .character-selector { gap: 10px; }
  .character-selector__item { width: 74px; }
  .character-selector__item img { width: 64px; height: 64px; }
}

@media (max-width: 560px) {
  .character-intro__heading { min-height: 100px; }
  .character-selector { gap: 8px; }
  .character-selector__item { width: 66px; }
  .character-selector__item img { width: 58px; height: 58px; }
  .character-selector__item span { font-size: 7px; }
}

@media (max-width: 560px) and (orientation: portrait) {
  .contact {
    min-height: calc(100svh - 64px);
    margin-block: 58px 64px;
  }
  .contact__body { gap: 18px; padding-top: 24px; }
  .contact__intro .mono { margin-bottom: 7px; }
  .contact__intro h2 { font-size: clamp(36px, 11vw, 50px); }
  .contact__intro > p:last-child { margin-top: 11px; font-size: 11px; line-height: 1.55; }
  .contact-form { gap: 11px; }
  .contact-form label { gap: 3px; }
  .contact-form input,
  .contact-form textarea { padding: 6px 2px; font-size: 14px; }
  .contact-form textarea { min-height: 82px; height: 82px; }
  .contact-form__footer { gap: 7px; }
  .contact-form button { min-height: 50px; padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
