:root {
  color-scheme: dark;
  --bg: #030407;
  --surface: #0a0d13;
  --surface-2: #111622;
  --line: rgba(226, 232, 255, 0.16);
  --line-bright: rgba(120, 238, 255, 0.42);
  --text: #f8fbff;
  --muted: #aab3c8;
  --faint: #6e7890;
  --cyan: #78eeff;
  --lilac: #c9b8ff;
  --danger: #ff9ca8;
  --ok: #99f7d7;
  --shadow: rgba(0, 0, 0, 0.38);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  dynamic-range-limit: no-limit;
}

img {
  display: block;
  width: 100%;
  height: auto;
  dynamic-range-limit: no-limit;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

.site-shell {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 32px 0 56px;
}

.site-shell--viewer {
  width: min(100% - 20px, 1120px);
}

.top-nav,
.hero,
.footer,
.section,
.status-panel,
.viewer-toolbar,
.viewer-stage,
.notice,
.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 13, 19, 0.92);
  box-shadow: 0 18px 70px var(--shadow);
}

.top-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.brand {
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:focus-visible,
.button:focus-visible,
.ghost-button:focus-visible,
.viewer-button:focus-visible {
  outline: 3px solid rgba(120, 238, 255, 0.45);
  outline-offset: 3px;
}

.hero {
  padding: 28px 18px;
}

.hero h1,
.page-title {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: 2.65rem;
  line-height: 1;
  letter-spacing: 0;
}

.hero p,
.section p,
.notice p,
.empty-state p,
.footer p {
  margin-top: 0;
  color: var(--muted);
}

.eyebrow,
.section-kicker,
.meta-label,
.status-label,
.card-kicker {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions,
.actions,
.viewer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.button,
.ghost-button,
.viewer-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}

.button {
  padding: 0 16px;
  border: 1px solid var(--line-bright);
  background: var(--cyan);
  color: #031015;
  font-weight: 850;
}

.ghost-button,
.viewer-button {
  padding: 0 14px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  font-weight: 750;
}

.viewer-button:disabled {
  cursor: default;
  opacity: 0.36;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.icon-button {
  width: 44px;
  min-width: 44px;
  padding: 0;
  font-size: 1.45rem;
  line-height: 1;
}

.ghost-button[aria-disabled="true"] {
  color: var(--faint);
  pointer-events: none;
}

.section {
  margin-top: 18px;
  padding: 18px;
}

.grid {
  display: grid;
  gap: 14px;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.card-body {
  padding: 14px;
}

.card h2,
.card h3,
.section h2,
.section h3,
.empty-state h1,
.empty-state h2 {
  margin: 0 0 8px;
  line-height: 1.18;
  letter-spacing: 0;
}

.card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.series-stack {
  display: grid;
  gap: 18px;
}

.archive-series {
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.archive-series-head {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.archive-series-head h2,
.archive-series-head p {
  margin-top: 0;
}

.archive-series-head p {
  margin-bottom: 0;
  color: var(--muted);
}

.archive-viewport {
  position: relative;
  min-height: 220px;
  background: #000;
  dynamic-range-limit: no-limit;
}

.archive-hdr-layer {
  display: none;
}

.archive-hdr-layer-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #000;
  dynamic-range-limit: no-limit;
}

.archive-strip {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  border-top: 1px solid var(--line);
  background: #000;
  dynamic-range-limit: no-limit;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  cursor: grab;
  user-select: none;
}

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

.archive-strip-item {
  display: grid;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  background: #000;
  dynamic-range-limit: no-limit;
  scroll-snap-align: start;
}

.archive-series-controls {
  display: grid;
  grid-template-columns: auto minmax(80px, 1fr);
  gap: 20px;
  align-items: center;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  background: var(--surface-2);
}

.archive-status {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: baseline;
  line-height: 1.2;
  text-align: left;
}

.archive-series-controls .viewer-counter {
  min-width: 0;
  color: var(--official-silver);
  font-size: 0.72rem;
}

.archive-status [data-archive-label] {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 760;
}

.archive-progress {
  display: block;
  width: min(100%, 240px);
  height: 1px;
  overflow: hidden;
  justify-self: end;
  background: rgba(226, 232, 255, 0.2);
}

.archive-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--official-ice);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.archive-load {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  min-width: min(72vw, 260px);
  gap: 4px;
  border: 1px solid rgba(226, 232, 255, 0.18);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.78);
  color: var(--text);
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -50%);
}

.archive-load-title {
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
}

.archive-load-detail {
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

.archive-load-note {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 720;
  line-height: 1.2;
}

.archive-load[data-state="loaded"],
.archive-load[data-state="locked"] {
  display: none;
}

.archive-strip.is-pointer-active,
.sample-slider.is-pointer-active,
.viewer-stage.is-pointer-active {
  cursor: grabbing;
}

.archive-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #000;
  dynamic-range-limit: no-limit;
}

.archive-locked {
  display: grid;
  width: 100%;
  min-height: 360px;
  place-items: center;
  padding: 22px;
  background:
    linear-gradient(rgba(3, 4, 7, 0.72), rgba(3, 4, 7, 0.92)),
    radial-gradient(circle at 50% 18%, rgba(120, 238, 255, 0.16), transparent 45%),
    #05070b;
}

[hidden] {
  display: none !important;
}

.locked-panel {
  width: min(100%, 420px);
  text-align: center;
}

.locked-panel h3 {
  margin: 0 0 8px;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.locked-panel p {
  margin: 0;
  color: var(--muted);
}

.locked-panel .actions {
  justify-content: center;
}

.card-image,
.sample-image {
  background: #05070b;
}

.badge-row,
.meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.badge,
.price,
.owned,
.not-owned {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 0.84rem;
  font-weight: 760;
}

.badge,
.price {
  border: 1px solid var(--line);
  color: var(--muted);
}

.owned {
  border: 1px solid rgba(153, 247, 215, 0.35);
  color: var(--ok);
}

.not-owned {
  border: 1px solid rgba(201, 184, 255, 0.35);
  color: var(--lilac);
}

.sample-grid,
.sample-slider {
  display: grid;
  gap: 10px;
}

.sample-slider {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #05070b;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.sample-slider-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  padding: 10px;
  background: var(--surface-2);
}

.sample-slider-toolbar .viewer-button:last-child {
  justify-self: end;
}

.sample-grid img,
.sample-slider img {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.sample-slider img {
  border: 0;
  border-radius: 0;
}

.notice,
.purchase-warning,
.empty-state {
  margin-top: 18px;
  padding: 16px;
}

.purchase-warning {
  border: 1px solid rgba(255, 156, 168, 0.44);
  border-radius: 8px;
  background: rgba(255, 156, 168, 0.08);
  color: var(--text);
  box-shadow: 0 18px 70px var(--shadow);
}

.purchase-warning strong {
  display: block;
  margin-bottom: 6px;
  color: var(--danger);
  line-height: 1.28;
}

.purchase-warning p {
  margin: 0;
  color: var(--muted);
}

.purchase-warning-actions {
  margin-top: 12px;
}

.notice strong {
  color: var(--text);
}

.notice-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.footer {
  margin-top: 22px;
  padding: 14px;
}

.footer p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.loading {
  margin: 0;
  color: var(--muted);
}

.error {
  color: var(--danger);
}

.status-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
}

.status-value {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 820;
}

.css-hdr-high {
  display: none;
  color: var(--cyan);
}

@media (dynamic-range: high) {
  .css-hdr-standard {
    display: none;
  }

  .css-hdr-high {
    display: block;
  }
}

.viewer-layout {
  display: grid;
  gap: 12px;
}

.viewer-toolbar {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.viewer-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.viewer-heading h1 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.viewer-counter {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.viewer-actions {
  margin-top: 0;
}

.viewer-stage {
  overflow: hidden;
  min-height: 260px;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.viewer-image {
  width: 100%;
  max-height: calc(100vh - 210px);
  object-fit: contain;
  background: #000;
}

.viewer-image--hdr {
  dynamic-range-limit: no-limit;
}

.card-image.viewer-image--hdr,
.archive-image.viewer-image--hdr,
.sample-image.viewer-image--hdr {
  dynamic-range-limit: no-limit;
}

.viewer-stage--landscape {
  background: #000;
}

.viewer-image--landscape {
  max-height: min(72vh, 760px);
}

.hdr-check-stage {
  margin-top: 18px;
}

.hdr-check-image {
  max-height: min(74vh, 920px);
}

.hdr-compare {
  display: grid;
  gap: 14px;
}

.hdr-compare-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #000;
}

.hdr-compare-image {
  width: 100%;
  max-height: min(68vh, 720px);
  object-fit: contain;
  background: #000;
}

.hdr-compare-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 10px 12px;
  background: var(--surface-2);
}

.hdr-compare-caption strong {
  color: var(--text);
}

.hdr-compare-caption span {
  color: var(--muted);
  font-size: 0.9rem;
}

.slide-caption {
  margin: 0;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.dev-note {
  margin-top: 10px;
  color: var(--faint);
  font-size: 0.88rem;
}

@media (min-width: 760px) {
  .site-shell {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .hero {
    padding: 44px 34px;
  }

  .hero h1,
  .page-title {
    font-size: 4.4rem;
  }

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

  .archive-series-head {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .sample-grid,
  .status-panel {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .viewer-toolbar {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .viewer-actions {
    justify-content: flex-end;
  }
}

body[data-page="series-list"] .site-shell {
  width: 100%;
  max-width: none;
  padding: 0 0 56px;
}

body[data-page="home"] .section--archive {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 18px 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

body[data-page="series-list"] .top-nav {
  width: min(100% - 32px, 960px);
  margin: 16px auto 18px;
}

body[data-page="series-list"] .section {
  margin-top: 0;
  padding: 18px 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

body[data-page="home"] .section--archive > .section-kicker,
body[data-page="home"] .section--archive > h2,
body[data-page="home"] .section--archive > p,
body[data-page="series-list"] .section > .section-kicker,
body[data-page="series-list"] .section > .page-title,
body[data-page="series-list"] .section > p {
  padding-right: 16px;
  padding-left: 16px;
}

body[data-page="home"] .section--archive .archive-series,
body[data-page="series-list"] .archive-series {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

body[data-page="home"] .section--archive .archive-strip,
body[data-page="series-list"] .archive-strip {
  border-top: 0;
}

body[data-page="home"] .section--archive .archive-hdr-layer {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  background: #000;
  pointer-events: none;
  dynamic-range-limit: no-limit;
}

body[data-page="home"] .section--archive .archive-strip {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .section--archive .archive-strip .archive-image {
  opacity: 0;
}

body[data-page="series-list"] .archive-series-controls {
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

body[data-page="home"] .section--archive .archive-image,
body[data-page="series-list"] .archive-image {
  width: 100%;
  max-height: none;
}

body[data-page="home"] .section--archive .archive-locked,
body[data-page="series-list"] .archive-locked {
  min-height: min(134vw, 760px);
}

@media (min-width: 900px) {
  body[data-page="series-list"] .site-shell {
    width: min(100% - 40px, 1120px);
    max-width: 1120px;
    padding: 32px 0 64px;
  }

  body[data-page="home"] .section--archive {
    width: 100%;
    margin-left: 0;
    padding: 22px;
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    border-radius: 8px;
  }

  body[data-page="series-list"] .top-nav {
    width: 100%;
    margin: 0 0 18px;
  }

  body[data-page="series-list"] .section {
    padding: 22px;
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    border-radius: 8px;
  }

  body[data-page="home"] .section--archive > .section-kicker,
  body[data-page="home"] .section--archive > h2,
  body[data-page="home"] .section--archive > p,
  body[data-page="series-list"] .section > .section-kicker,
  body[data-page="series-list"] .section > .page-title,
  body[data-page="series-list"] .section > p {
    padding-right: 0;
    padding-left: 0;
  }

  body[data-page="home"] .section--archive .archive-series,
  body[data-page="series-list"] .archive-series {
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    border-radius: 8px;
  }

  body[data-page="home"] .section--archive .archive-strip,
  body[data-page="series-list"] .archive-strip {
    margin: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    gap: 12px;
    padding: 14px;
    scroll-padding-inline: 14px;
  }

  body[data-page="series-list"] .archive-series-controls {
    border-top: 1px solid var(--line);
  }

  body[data-page="home"] .section--archive .archive-image,
  body[data-page="home"] .section--archive .archive-hdr-layer-image,
  body[data-page="series-list"] .archive-image {
    width: 100%;
    height: min(62vh, 560px);
    object-fit: contain;
  }

  body[data-page="home"] .section--archive .archive-strip-item,
  body[data-page="series-list"] .archive-strip-item {
    flex-basis: min(78vw, 860px);
    max-width: 860px;
    border: 1px solid var(--line);
    border-radius: 8px;
    scroll-snap-align: center;
  }

  body[data-page="home"] .section--archive .archive-locked,
  body[data-page="series-list"] .archive-locked {
    min-height: min(62vh, 560px);
  }
}

/* HIMURO RUNA Official */

:root {
  --official-ink: #07080b;
  --official-paper: #f4f7f7;
  --official-ice: #d9f2f5;
  --official-silver: #aebbc1;
  --official-gold: #d9c79d;
  --official-violet: #b9afe8;
}

html {
  scroll-behavior: smooth;
}

.official-top-nav {
  position: relative;
  z-index: 20;
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid rgba(226, 232, 255, 0.18);
  border-radius: 0;
  margin: 0;
  padding: 14px 20px;
  background: rgba(7, 8, 11, 0.94);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.official-brand {
  display: grid;
  gap: 0;
  min-width: max-content;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.official-brand small {
  margin-top: 5px;
  color: var(--official-ice);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.58rem;
  font-weight: 650;
  text-transform: uppercase;
}

.official-nav-links {
  overflow-x: auto;
  justify-content: flex-end;
  scrollbar-width: none;
  white-space: nowrap;
}

.official-nav-links::-webkit-scrollbar {
  display: none;
}

.official-nav-links a {
  position: relative;
  min-height: 38px;
  padding: 8px 2px;
}

.official-nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--official-ice);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

body[data-page="home"] {
  background: var(--official-ink);
}

body[data-page="home"] .site-shell,
body[data-page="hdr-check"] .site-shell {
  width: 100%;
  max-width: none;
  padding: 0;
}

body[data-page="home"] .official-top-nav,
body[data-page="hdr-check"] .official-top-nav {
  position: sticky;
  top: 0;
}

.official-home {
  overflow: hidden;
}

.official-hero {
  position: relative;
  display: grid;
  width: 100%;
  height: 72svh;
  min-height: 520px;
  max-height: 760px;
  overflow: hidden;
  align-items: end;
  background: #000;
}

.official-hero-image,
.official-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.official-hero-image {
  object-fit: cover;
  object-position: center 34%;
}

.official-hero-shade {
  background:
    linear-gradient(0deg, rgba(2, 3, 6, 0.9) 0%, rgba(2, 3, 6, 0.28) 58%, rgba(2, 3, 6, 0.06) 100%);
}

.official-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  padding: 60px 0 74px;
}

.official-overline,
.official-meta {
  margin: 0 0 12px;
  color: var(--official-ice);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.official-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.official-signature {
  margin: 8px 0 0;
  color: var(--official-gold);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
}

.official-hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(248, 251, 255, 0.8);
  font-size: 0.95rem;
}

.official-hero-actions,
.official-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 26px;
}

.official-primary-action,
.official-secondary-action,
.official-dark-action,
.official-outline-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 0 18px;
  font-size: 0.86rem;
  font-weight: 760;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.official-primary-action {
  border: 1px solid var(--official-paper);
  background: var(--official-paper);
  color: var(--official-ink);
}

.official-primary-action:hover {
  border-color: var(--official-ice);
  background: var(--official-ice);
}

.official-secondary-action {
  border: 1px solid rgba(248, 251, 255, 0.48);
  color: #fff;
}

.official-secondary-action:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.official-scroll-cue {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 26px;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  text-decoration: none;
  text-transform: uppercase;
}

.official-scroll-cue i {
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.72);
}

.official-band {
  border-bottom: 1px solid rgba(226, 232, 255, 0.14);
}

.official-inner {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  padding: 76px 0;
}

.official-section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.official-index,
.legal-number {
  margin: 0;
  color: var(--official-silver);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 0.88rem;
}

.official-section-heading h2,
.official-profile-intro h2,
.official-store-layout h2,
.official-contact-layout h2 {
  margin: 0;
  color: #fff;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.official-section-note {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.official-featured-works {
  display: grid;
  gap: 14px;
}

.official-work {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 255, 0.18);
  border-radius: 2px;
  background: #000;
}

.official-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.official-work:hover img,
.official-work:focus-visible img {
  transform: scale(1.018);
}

.official-work-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 52px 18px 18px;
  background: linear-gradient(0deg, rgba(2, 3, 6, 0.86), transparent);
  color: #fff;
}

.official-work-caption strong {
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
}

.official-work--portrait {
  aspect-ratio: 2 / 3;
}

.official-series-band {
  background: #0d1015;
}

.official-section-link {
  align-self: end;
}

.official-series-heading-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
}

.official-series-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.official-series-loading {
  min-height: 420px;
  margin: 0;
  color: var(--muted);
}

.official-series-card {
  min-width: 0;
  border: 1px solid rgba(226, 232, 255, 0.16);
  border-radius: 2px;
  background: var(--official-ink);
}

.official-series-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #000;
}

.official-series-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.official-series-card:hover .official-series-image {
  transform: scale(1.018);
}

.official-series-copy {
  display: grid;
  gap: 18px;
  padding: 16px;
}

.official-series-copy h3 {
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
}

.official-series-copy .official-meta {
  margin-bottom: 7px;
  color: var(--official-silver);
}

.official-text-link {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 740;
  text-decoration: none;
}

.official-text-link span {
  color: var(--official-ice);
  font-size: 1.05rem;
}

.official-profile-band {
  border-color: rgba(7, 8, 11, 0.18);
  background: var(--official-paper);
  color: var(--official-ink);
}

.official-profile-layout {
  display: grid;
  gap: 48px;
}

.official-profile-intro .official-overline,
.official-profile-intro .official-index {
  color: #66767e;
}

.official-profile-intro h2 {
  margin: 10px 0 24px;
  color: var(--official-ink);
}

.official-profile-intro > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #425057;
}

.official-profile-list {
  margin: 0;
  border-top: 1px solid rgba(7, 8, 11, 0.22);
}

.official-profile-list div {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid rgba(7, 8, 11, 0.18);
  padding: 16px 0;
}

.official-profile-list dt {
  color: #64737b;
  font-size: 0.66rem;
  font-weight: 760;
  text-transform: uppercase;
}

.official-profile-list dd {
  margin: 0;
  color: var(--official-ink);
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 1.15rem;
  line-height: 1.35;
}

.official-store-band {
  border-color: rgba(7, 8, 11, 0.18);
  background: var(--official-ice);
  color: var(--official-ink);
}

.official-store-layout {
  display: grid;
  gap: 30px;
}

.official-store-layout .official-overline,
.official-store-layout .official-index {
  color: #526970;
}

.official-store-layout h2 {
  margin: 10px 0 18px;
  color: var(--official-ink);
}

.official-store-layout p:last-child {
  max-width: 580px;
  margin-bottom: 0;
  color: #3d535a;
}

.official-store-actions {
  align-content: start;
  margin-top: 0;
}

.official-dark-action {
  border: 1px solid var(--official-ink);
  background: var(--official-ink);
  color: #fff;
}

.official-outline-action {
  border: 1px solid rgba(7, 8, 11, 0.4);
  color: var(--official-ink);
}

.official-outline-action:hover {
  border-color: var(--official-ink);
  background: rgba(255, 255, 255, 0.34);
}

.official-links-band {
  background: #08090d;
}

.official-social-list {
  border-top: 1px solid rgba(226, 232, 255, 0.18);
}

.official-social-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  align-items: center;
  border-bottom: 1px solid rgba(226, 232, 255, 0.18);
  padding: 22px 0;
  color: #fff;
  text-decoration: none;
  transition: color 180ms ease, padding 180ms ease;
}

.official-social-list a:hover,
.official-social-list a:focus-visible {
  padding-left: 8px;
  color: var(--official-ice);
}

.official-social-list span {
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.official-social-list small {
  grid-column: 1;
  color: var(--official-silver);
}

.official-social-list i {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 1.15rem;
  font-style: normal;
}

.official-contact-band {
  background: #11141a;
}

.official-contact-layout {
  display: grid;
  gap: 28px;
}

.official-contact-layout p {
  max-width: 560px;
  margin: 0 0 24px;
  color: var(--muted);
}

.official-terms-band {
  background: var(--official-ink);
}

.official-terms-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.official-terms-layout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.official-footer {
  display: grid;
  width: min(100% - 40px, 1200px);
  gap: 24px;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  padding: 44px 0;
  background: transparent;
  box-shadow: none;
}

.official-footer-brand {
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 1.1rem;
  text-decoration: none;
}

.official-footer p {
  margin-top: 8px;
  font-size: 0.78rem;
}

.official-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.official-footer-links a {
  color: var(--muted);
  font-size: 0.78rem;
  text-decoration: none;
}

.official-footer-links a:hover {
  color: #fff;
}

body[data-page="hdr-check"] {
  background: var(--official-ink);
}

.official-hdr-check {
  overflow: hidden;
}

.official-hdr-hero {
  position: relative;
  display: grid;
  height: 58svh;
  min-height: 500px;
  max-height: 700px;
  overflow: hidden;
  align-items: end;
  background: #000;
}

.official-hdr-hero-image,
.official-hdr-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.official-hdr-hero-image {
  object-fit: cover;
  object-position: center 30%;
  transition: filter 220ms ease, opacity 220ms ease;
}

body[data-page="hdr-check"].hdr-environment-standard .official-hdr-hero-image {
  filter: grayscale(0.18) saturate(0.72) brightness(0.82);
  opacity: 0.9;
}

.official-hdr-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 3, 6, 0.9) 0%, rgba(2, 3, 6, 0.38) 58%, rgba(2, 3, 6, 0.08) 100%),
    linear-gradient(0deg, rgba(2, 3, 6, 0.72) 0%, transparent 55%);
}

.official-hdr-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  padding: 64px 0;
}

.official-hdr-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 3.35rem;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.official-hdr-hero-content > p:not(.official-overline) {
  max-width: 500px;
  margin: 24px 0 0;
  color: rgba(248, 251, 255, 0.84);
}

.official-hdr-hero-content .official-secondary-action {
  margin-top: 26px;
}

.official-hdr-status-band {
  border-bottom: 1px solid rgba(226, 232, 255, 0.14);
  background: #11141a;
}

.official-hdr-status-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.official-hdr-status-band .official-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.official-hdr-comparison-band h2,
.official-hdr-guidance-band h2 {
  margin: 8px 0 0;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.official-hdr-status-label {
  margin: 0;
  color: var(--official-silver);
  font-size: 0.62rem;
  font-weight: 760;
  text-transform: uppercase;
}

.official-hdr-status-readout {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 2px 14px;
  align-items: baseline;
  border-left: 1px solid rgba(226, 232, 255, 0.24);
  padding-left: 18px;
}

.official-hdr-status-readout strong {
  color: #c0c8cc;
  font-size: 0.82rem;
}

.official-hdr-status-readout strong[data-hdr="high"] {
  color: var(--official-ice);
}

.official-hdr-status-readout small {
  color: #89939a;
  font-size: 0.72rem;
}

.official-hdr-comparison-band {
  border-bottom: 1px solid rgba(226, 232, 255, 0.14);
  background: #0d1015;
}

.official-hdr-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(226, 232, 255, 0.2);
  background: rgba(226, 232, 255, 0.2);
}

.official-hdr-figure {
  min-width: 0;
  margin: 0;
  background: #000;
}

.official-hdr-figure img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: #000;
}

.official-hdr-figure figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  border-top: 1px solid rgba(226, 232, 255, 0.18);
  padding: 16px;
  background: var(--official-ink);
}

.official-hdr-figure figcaption span {
  grid-row: 1 / span 2;
  color: var(--official-silver);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
}

.official-hdr-figure figcaption strong {
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.official-hdr-figure figcaption small {
  color: var(--official-silver);
  font-size: 0.7rem;
}

.official-hdr-verdict {
  max-width: 760px;
  margin: 28px 0 0 auto;
  border-left: 1px solid var(--official-ice);
  padding-left: 18px;
  color: #d8e0e5;
}

.official-hdr-guidance-band {
  background: var(--official-ink);
}

.official-hdr-guidance-layout {
  display: grid;
  gap: 36px;
}

.official-hdr-guidance-band ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.official-hdr-guidance-band li {
  border-top: 1px solid rgba(226, 232, 255, 0.16);
  padding: 16px 0;
  color: var(--muted);
}

.official-hdr-guidance-band li:last-child {
  border-bottom: 1px solid rgba(226, 232, 255, 0.16);
}

.legal-hero {
  padding: 70px 0 36px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.legal-hero > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.legal-layout {
  display: grid;
  gap: 40px;
  padding: 40px 0;
}

.legal-summary {
  align-self: start;
}

.legal-summary p {
  margin-top: 0;
  color: var(--muted);
}

.legal-document {
  border-top: 1px solid var(--line);
}

.legal-document section {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.legal-document h2 {
  margin: 5px 0 14px;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
}

.legal-document p {
  margin-bottom: 0;
  color: var(--muted);
}

.legal-document .official-primary-action {
  margin-top: 20px;
}

/* Official subpages */

body[data-page="series-list"],
body[data-page="series-detail"],
body[data-page="checkout"],
body[data-page="library"],
body[data-page="success"],
body[data-page="terms"] {
  overflow-x: hidden;
  background: var(--official-ink);
}

body[data-page="series-list"] .site-shell,
body[data-page="series-detail"] .site-shell,
body[data-page="checkout"] .site-shell,
body[data-page="library"] .site-shell,
body[data-page="success"] .site-shell,
body[data-page="terms"] .site-shell {
  width: 100%;
  max-width: none;
  padding: 0;
}

body[data-page="series-list"] .official-top-nav,
body[data-page="series-detail"] .official-top-nav,
body[data-page="checkout"] .official-top-nav,
body[data-page="library"] .official-top-nav,
body[data-page="success"] .official-top-nav,
body[data-page="terms"] .official-top-nav {
  position: sticky;
  top: 0;
}

.official-subpage {
  overflow: hidden;
}

.official-subpage-hero {
  border-bottom: 1px solid rgba(226, 232, 255, 0.16);
  background: #090b10;
}

.official-subpage-hero .official-inner {
  padding-top: 88px;
  padding-bottom: 76px;
}

.official-subpage-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.official-subpage-hero .official-inner > p:last-child {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--muted);
}

.official-subpage-hero--compact .official-inner {
  padding-top: 68px;
  padding-bottom: 56px;
}

.official-series-archive .series-stack {
  gap: 0;
}

.official-archive-series {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(226, 232, 255, 0.14);
  border-radius: 0;
  background: #0d1015;
}

.official-archive-series:nth-child(even) {
  background: #080a0e;
}

.official-archive-inner {
  padding-top: 76px;
  padding-bottom: 82px;
}

.official-archive-series .archive-series-head {
  gap: 20px;
  padding: 0 0 28px;
}

.official-archive-series .archive-series-head h2 {
  margin: 7px 0 12px;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}

.official-archive-series .archive-series-head p {
  max-width: 640px;
}

.official-product-meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px 0;
  align-items: center;
  color: var(--official-silver);
  font-size: 0.72rem;
  font-weight: 720;
  text-transform: uppercase;
}

.official-product-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-left: 1px solid rgba(226, 232, 255, 0.24);
  padding: 0 12px;
}

.official-product-meta span:first-child {
  border-left: 0;
  padding-left: 0;
}

.official-product-meta--hero {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
}

.official-archive-series .archive-series-controls {
  border-top: 1px solid rgba(226, 232, 255, 0.18);
  border-bottom: 1px solid rgba(226, 232, 255, 0.18);
  padding: 12px 0;
  background: transparent;
}

.official-archive-series .viewer-button,
.official-series-detail .viewer-button {
  border-radius: 2px;
}

.official-archive-series .archive-viewport {
  min-height: 360px;
  border-right: 1px solid rgba(226, 232, 255, 0.18);
  border-bottom: 1px solid rgba(226, 232, 255, 0.18);
  border-left: 1px solid rgba(226, 232, 255, 0.18);
}

.official-archive-series .archive-strip {
  border-top: 0;
}

body[data-page="series-list"] .official-archive-series .archive-strip-item {
  border: 0;
  border-right: 1px solid rgba(226, 232, 255, 0.18);
  border-radius: 0;
}

.official-archive-series .archive-locked {
  background: #0b0e13;
}

.official-archive-series .locked-panel .official-hero-actions {
  justify-content: center;
}

.official-series-detail-hero {
  position: relative;
  display: grid;
  height: 68svh;
  min-height: 600px;
  max-height: 820px;
  overflow: hidden;
  align-items: end;
  background: #000;
}

.official-series-detail-image,
.official-series-detail-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.official-series-detail-image {
  object-fit: cover;
  object-position: center 30%;
}

.official-series-detail-shade {
  background:
    linear-gradient(90deg, rgba(2, 3, 6, 0.9) 0%, rgba(2, 3, 6, 0.48) 55%, rgba(2, 3, 6, 0.08) 100%),
    linear-gradient(0deg, rgba(2, 3, 6, 0.84) 0%, transparent 62%);
}

.official-series-detail-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 64px;
}

.official-series-detail-content h1 {
  max-width: 860px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 3.45rem;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.official-series-detail-content > p:not(.official-overline) {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.official-series-samples-band {
  border-bottom: 1px solid rgba(226, 232, 255, 0.14);
  background: #0d1015;
}

.official-series-samples-band h2,
.official-notice-layout h2,
.official-purchase-warning h2,
.official-checkout-layout h2,
.official-library-band h2,
.official-success-band h2 {
  margin: 8px 0 0;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.official-series-detail .sample-slider {
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.official-series-detail .sample-slider-counter {
  justify-self: center;
  color: rgba(226, 232, 255, 0.76);
  font-size: 0.88rem;
}

.official-series-detail .sample-slider-stage {
  position: relative;
  overflow: hidden;
  background: #000;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.official-series-detail .sample-image {
  display: block;
  width: 100%;
  max-height: 78svh;
  object-fit: contain;
  background: #000;
}

.official-series-detail .sample-slider-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 48px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-family: inherit;
  font-size: 2.8rem;
  line-height: 1;
  text-shadow: 0 1px 8px #000;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 160ms ease, opacity 160ms ease;
}

.official-series-detail .sample-slider-arrow:hover {
  color: #fff;
}

.official-series-detail .sample-slider-arrow:focus-visible {
  outline: 2px solid var(--official-ice);
  outline-offset: 2px;
}

.official-series-detail .sample-slider-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.official-series-detail .sample-slider-arrow--prev {
  left: 14px;
}

.official-series-detail .sample-slider-arrow--next {
  right: 14px;
}

.official-purchase-warning {
  border-bottom: 1px solid rgba(226, 232, 255, 0.16);
  background: #171116;
}

.official-purchase-warning-layout,
.official-notice-layout {
  display: grid;
  gap: 30px;
}

.official-purchase-warning h2 {
  max-width: 700px;
  color: #fff;
}

.official-purchase-warning-layout > div:last-child > p {
  max-width: 560px;
  margin: 0 0 24px;
  color: #c9b9c0;
}

.official-runtime-band {
  border-bottom: 1px solid rgba(226, 232, 255, 0.14);
  background: #11141a;
}

.official-runtime-layout {
  display: grid;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.official-runtime-layout > div {
  min-width: 0;
  border-left: 1px solid rgba(226, 232, 255, 0.18);
  padding-left: 16px;
}

.official-runtime-value {
  margin: 0;
  color: #c7d0d5;
  font-size: 0.82rem;
  font-weight: 720;
}

.official-runtime-value[data-hdr="high"] {
  color: var(--official-ice);
}

.official-notice-band {
  background: var(--official-paper);
  color: var(--official-ink);
}

.official-notice-layout .official-overline,
.official-notice-layout .official-index {
  color: #64757d;
}

.official-notice-layout h2 {
  color: var(--official-ink);
}

.official-notice-layout .notice-list {
  border-top: 1px solid rgba(7, 8, 11, 0.2);
  padding: 0;
  color: #435159;
  list-style: none;
}

.official-notice-layout .notice-list li {
  border-bottom: 1px solid rgba(7, 8, 11, 0.16);
  padding: 14px 0;
}

.official-primary-action[type="button"] {
  cursor: pointer;
}

.official-primary-action[type="button"]:disabled {
  cursor: wait;
  opacity: 0.6;
}

.official-checkout-band,
.official-library-band,
.official-success-band {
  border-bottom: 1px solid rgba(226, 232, 255, 0.14);
  background: #0d1015;
}

.official-checkout-layout {
  display: grid;
  gap: 32px;
}

.official-checkout-status {
  display: grid;
  gap: 12px;
  margin: 0;
  color: var(--muted);
}

.official-checkout-status strong {
  color: #fff;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}

.official-checkout-status span {
  max-width: 580px;
}

.official-library-grid {
  display: grid;
  gap: 18px;
}

.official-library-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 255, 0.18);
  border-radius: 2px;
  background: #080a0e;
}

.official-library-image-link {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #000;
}

.official-library-image-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.official-library-copy {
  align-content: center;
  padding: 24px;
}

.official-library-copy h2 {
  margin: 0 0 14px;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.official-library-copy > p:not(.official-meta) {
  margin: 0 0 20px;
  color: var(--muted);
}

.official-library-copy .official-product-meta {
  margin-bottom: 18px;
}

.official-empty-state {
  border-top: 1px solid rgba(226, 232, 255, 0.18);
  border-bottom: 1px solid rgba(226, 232, 255, 0.18);
  padding: 42px 0;
}

.official-empty-state h3 {
  margin: 0 0 18px;
  font-family: "Bodoni 72", "Didot", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.official-empty-state > p:not(.official-overline) {
  max-width: 580px;
  color: var(--muted);
}

.official-success-band h2 {
  margin-bottom: 24px;
}

.official-legal-page .legal-layout {
  padding-top: 54px;
  padding-bottom: 76px;
}

.viewer-official-nav {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .official-top-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .official-nav-links {
    justify-content: start;
    margin-right: -16px;
    padding-right: 16px;
  }

  .official-hero-content,
  .official-hdr-hero-content,
  .official-inner,
  .official-footer {
    width: min(100% - 32px, 1200px);
  }

  .official-hdr-hero {
    height: 54svh;
    min-height: 470px;
  }

  .official-hdr-hero h1 {
    font-size: 2.9rem;
  }

  .official-hdr-comparison-band .official-inner {
    width: min(100% - 16px, 1200px);
  }

  .official-hdr-figure figcaption {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 11px 9px;
  }

  .official-hdr-figure figcaption span {
    grid-row: auto;
    font-size: 0.68rem;
  }

  .official-hdr-figure figcaption strong {
    font-size: 0.92rem;
  }

  .official-subpage-hero .official-inner {
    padding-top: 58px;
    padding-bottom: 50px;
  }

  .official-subpage-hero--compact .official-inner {
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .official-subpage-hero h1 {
    font-size: 3rem;
  }

  .official-archive-inner {
    width: min(100% - 16px, 1200px);
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .official-archive-series .archive-series-head {
    padding-right: 8px;
    padding-left: 8px;
  }

  .official-archive-series .archive-series-head h2 {
    font-size: 2.3rem;
  }

  .official-series-detail-hero {
    height: 67svh;
    min-height: 600px;
  }

  .official-series-detail-content {
    padding-top: 54px;
    padding-bottom: 48px;
  }

  .official-series-detail-content h1 {
    font-size: 3rem;
  }

  .official-series-detail-content .official-hero-actions {
    align-items: stretch;
  }

  .official-series-detail-content .official-primary-action,
  .official-series-detail-content .official-secondary-action,
  .official-checkout .official-primary-action,
  .official-checkout .official-secondary-action {
    width: 100%;
  }

  .official-product-meta--hero span {
    flex: 0 0 50%;
    border-left: 0;
    padding-right: 8px;
    padding-left: 0;
  }

  .official-series-samples-band .official-inner {
    width: min(100% - 16px, 1200px);
  }

  .official-purchase-warning-layout,
  .official-notice-layout,
  .official-checkout-layout {
    gap: 24px;
  }

  .official-runtime-layout > div {
    border-top: 1px solid rgba(226, 232, 255, 0.16);
    border-left: 0;
    padding-top: 14px;
    padding-left: 0;
  }

  .official-library-copy {
    padding: 18px;
  }

  .official-scroll-cue {
    display: none;
  }

  .official-hero-lead br {
    display: none;
  }
}

@media (min-width: 700px) {
  .official-section-heading {
    grid-template-columns: 48px minmax(0, 1fr) minmax(220px, 0.7fr);
    align-items: end;
  }

  .official-featured-works {
    grid-template-columns: 1.15fr 0.92fr 0.92fr;
    align-items: start;
  }

  .official-featured-works--selected {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.92fr) minmax(0, 0.82fr);
  }

  .official-series-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .official-profile-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 80px;
  }

  .official-profile-list div {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
  }

  .official-store-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    align-items: end;
  }

  .official-store-actions {
    justify-content: flex-end;
  }

  .official-contact-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  }

  .official-social-list a {
    grid-template-columns: minmax(180px, 0.6fr) 1fr auto;
  }

  .official-social-list small {
    grid-column: 2;
    grid-row: 1;
  }

  .official-social-list i {
    grid-column: 3;
    grid-row: 1;
  }

  .official-footer {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .legal-layout {
    grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1.35fr);
    gap: 64px;
  }

  .legal-summary {
    position: sticky;
    top: 100px;
  }

  .official-hdr-guidance-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: end;
    gap: 72px;
  }

  .official-archive-series .archive-series-head {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: end;
  }

  .official-purchase-warning-layout,
  .official-notice-layout,
  .official-checkout-layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: end;
    gap: 70px;
  }

  .official-runtime-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 900px) {
  .official-top-nav {
    padding-right: 32px;
    padding-left: 32px;
  }

  .official-hero {
    height: 72svh;
    min-height: 560px;
  }

  .official-hdr-hero h1 {
    font-size: 5.8rem;
  }

  .official-subpage-hero h1 {
    font-size: 5.2rem;
  }

  .official-series-detail-content h1 {
    font-size: 5.6rem;
  }

  .official-archive-series .archive-series-head h2 {
    font-size: 3.6rem;
  }

  .official-hero-content {
    padding-bottom: 82px;
    padding-left: 54%;
  }

  .official-hero-shade {
    background:
      linear-gradient(270deg, rgba(2, 3, 6, 0.9) 0%, rgba(2, 3, 6, 0.52) 45%, rgba(2, 3, 6, 0.06) 78%),
      linear-gradient(0deg, rgba(2, 3, 6, 0.7) 0%, transparent 55%);
  }

  .official-hero h1 {
    font-size: 6.3rem;
  }

  .official-section-heading h2,
  .official-profile-intro h2,
  .official-store-layout h2,
  .official-contact-layout h2,
  .official-hdr-comparison-band h2,
  .official-hdr-guidance-band h2 {
    font-size: 3.65rem;
  }

  .official-inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .legal-hero h1 {
    font-size: 4.8rem;
  }
}

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

  .official-work img,
  .official-series-image,
  .official-nav-links a::after,
  .official-social-list a {
    transition: none;
  }
}
