﻿:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #66645f;
  --soft: #f4f3ef;
  --paper: #ffffff;
  --line: #dedbd3;
  --moss: #5d6c49;
  --moss-dark: #35402d;
  --bronze: #9b7454;
  --folio-board: #6f6253;
  --folio-board-dark: #3d352d;
  --folio-page: #fffaf0;
  --folio-page-soft: #f6efe1;
  --folio-edge: #d9ccb8;
  --shadow: 0 24px 70px rgba(20, 20, 18, 0.12);
  --max: 1180px;
}

body.head-africa-theme .head-detail-episode-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.head-africa-theme .head-detail-episode-nav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
  sans-serif;
}

body.is-lightbox-open {
  overflow: hidden;
}

.home-minimal {
  background: #fff;
}

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

button {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 32px), var(--max));
  margin: 14px auto 0;
  padding: 12px 14px 12px 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(222, 219, 211, 0.82);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 28px rgba(20, 20, 18, 0.07);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 720;
  letter-spacing: 0;
}

.brand-mark small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.minimal-header .brand-mark span {
  font-size: 19px;
}

.minimal-footer {
  align-items: center;
}

.centered-footer {
  justify-content: center;
  text-align: center;
}

.split-hero {
  position: relative;
  width: min(calc(100% - 28px), 1180px);
  min-height: clamp(255px, 29vw, 372px);
  margin: clamp(14px, 2.4vw, 28px) auto 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(222, 219, 211, 0.9);
  isolation: isolate;
}

.split-source {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.split-panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("./assets/hero-lineup.jpg");
  background-repeat: no-repeat;
  background-size: min(100%, 1120px) auto;
  background-position-y: center;
  transition:
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
  filter: drop-shadow(0 22px 30px rgba(20, 20, 18, 0.08));
}

.split-left {
  clip-path: inset(0 50% 0 0);
  background-position-x: center;
}

.split-right {
  clip-path: inset(0 0 0 50%);
  background-position-x: center;
}

.split-hero:hover .split-left,
.split-hero:focus-within .split-left {
  transform: translateX(-31%);
  filter: drop-shadow(0 24px 34px rgba(20, 20, 18, 0.05));
}

.split-hero:hover .split-right,
.split-hero:focus-within .split-right {
  transform: translateX(31%);
  filter: drop-shadow(0 24px 34px rgba(20, 20, 18, 0.05));
}

.studio-reveal {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  width: min(440px, 72vw);
  padding: 28px;
  text-align: center;
  transform: translate(-50%, -45%);
  opacity: 0;
  transition:
    opacity 360ms ease 180ms,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1) 120ms;
}

.split-hero:hover .studio-reveal,
.split-hero:focus-within .studio-reveal {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.studio-reveal img {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.studio-reveal h1 {
  margin: 0;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 1;
}

.studio-reveal p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.home-series-section {
  width: min(calc(100% - 28px), 1180px);
  margin: -1px auto clamp(34px, 4vw, 52px);
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid rgba(222, 219, 211, 0.9);
}

.home-series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 32px);
}

.home-series-card {
  position: relative;
  height: clamp(430px, 40vw, 492px);
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: #222;
  border-radius: 7px;
}

.home-series-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.56)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent);
  content: "";
}

.home-series-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 520ms ease;
}

.home-series-card:hover img {
  transform: scale(1.04);
}

.home-series-card h3 {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  margin: 0;
  max-width: 1em;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.08;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.standalone-series .section-heading h1 {
  margin: 0;
  font-size: clamp(40px, 6.4vw, 72px);
  line-height: 0.95;
  text-align: center;
}

.standalone-series .section-heading {
  width: 100%;
  margin-bottom: 34px;
}

.full-body-page {
  padding-top: clamp(30px, 5vw, 58px);
}

.full-body-page .section-heading {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.full-body-page .section-heading h1 {
  font-size: clamp(42px, 6.8vw, 76px);
  line-height: 1;
}

.full-body-series-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.full-body-series-card {
  height: clamp(320px, 32vw, 430px);
  min-height: 320px;
  border-radius: 7px;
}

.full-body-series-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 48%);
}

.full-body-series-card h3 {
  left: 24px;
  bottom: 20px;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 860;
}

.full-body-series-card img {
  object-position: center;
}

.series-placeholder {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 32px;
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  min-height: 100vh;
  margin: 0 auto;
  padding: 60px 0;
}

.series-placeholder .back-link {
  grid-column: 1 / -1;
}

.series-placeholder img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.series-placeholder span {
  color: var(--moss);
  font-size: 13px;
  font-weight: 820;
}

.series-placeholder h1 {
  margin: 12px 0 0;
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.95;
}

.series-placeholder p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

body:has(.bronze-placeholder) {
  background:
    radial-gradient(circle at 72% 28%, rgba(188, 132, 76, 0.2), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(92, 54, 32, 0.22), transparent 34%),
    #17120e;
}

body:has(.bronze-placeholder) .site-footer {
  border-top-color: rgba(230, 190, 140, 0.16);
}

body:has(.bronze-placeholder) .site-footer a {
  color: rgba(248, 231, 206, 0.82);
}

.bronze-placeholder {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 92px);
  padding: clamp(48px, 7vw, 90px) max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  color: #f7ead8;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 32%),
    linear-gradient(120deg, #1a120d, #2a1d14 46%, #15110e);
}

.bronze-placeholder::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
  background-size: 72px 72px;
  content: "";
  opacity: 0.38;
  pointer-events: none;
}

.bronze-placeholder::after {
  position: absolute;
  right: -4vw;
  bottom: -6vw;
  color: rgba(255, 217, 170, 0.05);
  content: "铜像";
  font-size: clamp(220px, 28vw, 460px);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.bronze-placeholder > * {
  position: relative;
  z-index: 1;
}

.bronze-placeholder img {
  height: clamp(420px, 44vw, 620px);
  padding: clamp(12px, 2vw, 22px);
  background:
    linear-gradient(180deg, rgba(255, 240, 215, 0.08), rgba(55, 34, 20, 0.18)),
    rgba(32, 22, 16, 0.88);
  border: 1px solid rgba(230, 190, 140, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 68px rgba(0, 0, 0, 0.34);
}

.bronze-placeholder span {
  color: rgba(230, 190, 140, 0.9);
  letter-spacing: 0.16em;
}

.bronze-placeholder h1 {
  color: #f8ead4;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.bronze-placeholder p {
  max-width: 560px;
  color: rgba(248, 231, 206, 0.76);
}

.brand-symbol {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 auto;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 50%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.desktop-nav a,
.mobile-nav a {
  padding: 9px 12px;
  border-radius: 6px;
  color: #3a3935;
  font-size: 14px;
  font-weight: 650;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  background: var(--soft);
  color: var(--ink);
}

.icon-button,
.floating-search {
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.mobile-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 7px;
}

.mobile-nav {
  position: fixed;
  top: 76px;
  left: 16px;
  right: 16px;
  z-index: 40;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-nav[hidden] {
  display: none;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  width: min(calc(100% - 32px), var(--max));
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 70px) 0 24px;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.95;
  font-weight: 820;
  letter-spacing: 0;
}

.hero-copy p {
  width: min(100%, 530px);
  margin: 26px 0 0;
  color: #474540;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 760;
}

.primary-link {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 38px rgba(20, 20, 18, 0.18);
}

.primary-link.compact {
  width: fit-content;
}

.secondary-link {
  border: 1px solid var(--line);
  background: #fff;
  color: #2d2c29;
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(18px, 3vw, 34px);
  background:
    linear-gradient(180deg, #fff 0%, #f6f5f1 100%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(23, 23, 23, 0.32);
  content: "studio lineup";
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(60, 55, 43, 0.12));
}

.section-heading {
  width: min(100%, 680px);
  margin-bottom: 30px;
}

.section-heading h2,
.brand-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p,
.brand-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.series-section,
.gallery-section,
.materials-section,
.brand-section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 98px) 0;
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.series-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--soft);
  border-radius: 8px;
  isolation: isolate;
  scroll-margin-top: 110px;
}

.series-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 360ms ease;
}

.series-card::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 46%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.68) 100%);
  content: "";
}

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

.series-card-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}

.series-card-content span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 760;
}

.series-card-content h3 {
  margin: 8px 0 6px;
  font-size: 28px;
  line-height: 1.1;
}

.series-card-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

.series-enter {
  display: inline-flex;
  margin-top: 16px;
  padding: 8px 12px;
  color: #151515;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 820;
}

.subseries-section,
.artwork-file {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(44px, 6vw, 76px) 0;
  scroll-margin-top: 110px;
}

.subseries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}

.subseries-card {
  position: relative;
  height: 158px;
  min-height: 158px;
  overflow: hidden;
  color: #fff;
  background: #111;
  border-radius: 8px;
  isolation: isolate;
}

.subseries-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.66) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 36%);
  content: "";
}

.subseries-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 520ms ease;
}

.subseries-card:hover img {
  transform: scale(1.045);
}

.subseries-card h3 {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 11px;
  margin: 0;
}

.subseries-card h3 {
  max-width: none;
  font-size: clamp(13px, 1.25vw, 17px);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.full-body-series-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.full-body-series-card,
.full-body-series-card img {
  height: clamp(320px, 32vw, 430px);
  min-height: 320px;
}

.full-body-series-card {
  border-radius: 7px;
}

.full-body-series-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 48%);
}

.full-body-series-card h3 {
  left: 24px;
  bottom: 20px;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 860;
}

.head-series-page {
  min-height: calc(100svh - 126px);
  padding-top: clamp(30px, 5vw, 58px);
}

.head-series-page .section-heading {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.head-series-page .section-heading h1 {
  font-size: clamp(42px, 6.8vw, 76px);
  line-height: 1;
}

.head-series-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.head-series-card {
  position: relative;
  min-height: clamp(320px, 32vw, 430px);
  overflow: hidden;
  color: #fff;
  background: #17120e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  isolation: isolate;
}

.head-series-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.12) 100%);
  content: "";
  pointer-events: none;
}

.head-series-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: brightness(1.12) saturate(1.04);
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  transition: transform 560ms ease;
}

.head-series-card-link:hover img {
  transform: scale(1.055);
}

.head-card-copy {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 3vw, 34px);
  bottom: clamp(18px, 2.4vw, 28px);
  width: min(56%, 310px);
}

.head-card-copy span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 760;
  line-height: 1.35;
}

.head-card-copy h3 {
  margin: 0;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 880;
  line-height: 1;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.head-official-card {
  background: #3b2012;
}

.head-official-card img {
  object-position: 56% 38%;
}

.head-limited-card {
  background: #263021;
}

.head-limited-card img {
  object-position: 52% 34%;
}

.head-ocean-card {
  background: #071a23;
}

.head-ocean-card img {
  object-position: 50% 36%;
}

.head-series-card.is-coming::after {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 760;
  content: "\6574\7406\4e2d";
}

.head-ancient-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 36%),
    #201d19;
}

.head-empty-mark {
  position: absolute;
  right: clamp(20px, 5vw, 64px);
  bottom: clamp(12px, 2.4vw, 24px);
  z-index: 0;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(130px, 16vw, 220px);
  font-weight: 900;
  line-height: 0.8;
}

body:has(.head-library-page) {
  background:
    radial-gradient(circle at 78% 18%, rgba(159, 122, 68, 0.16), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(39, 59, 48, 0.18), transparent 34%),
    #12100d;
}

body.head-library-theme {
  background:
    radial-gradient(circle at 78% 18%, rgba(159, 122, 68, 0.16), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(39, 59, 48, 0.18), transparent 34%),
    #12100d;
}

body:has(.head-library-page) .minimal-header {
  background: rgba(255, 255, 255, 0.92);
}

body.head-library-theme .minimal-header {
  background: rgba(255, 255, 255, 0.92);
}

body:has(.head-library-page) .site-footer {
  border-top-color: rgba(236, 228, 210, 0.12);
  color: rgba(246, 241, 230, 0.6);
}

body.head-library-theme .site-footer {
  border-top-color: rgba(236, 228, 210, 0.12);
  color: rgba(246, 241, 230, 0.6);
}

body:has(.head-library-page) .site-footer a {
  color: rgba(246, 241, 230, 0.82);
}

body.head-library-theme .site-footer a {
  color: rgba(246, 241, 230, 0.82);
}

body:has(.head-official-catalog),
body:has(.head-africa-page) {
  background:
    radial-gradient(circle at 78% 16%, rgba(159, 122, 68, 0.15), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(39, 59, 48, 0.18), transparent 34%),
    linear-gradient(135deg, #171410 0%, #0f0d0b 48%, #1b1712 100%);
}

body.head-official-theme,
body.head-africa-theme {
  background:
    radial-gradient(circle at 78% 16%, rgba(159, 122, 68, 0.15), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(39, 59, 48, 0.18), transparent 34%),
    linear-gradient(135deg, #171410 0%, #0f0d0b 48%, #1b1712 100%);
}

.head-detail-blur-bg {
  position: fixed;
  inset: -42px;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(5, 4, 3, 0.18), rgba(5, 4, 3, 0.64) 42%, rgba(3, 3, 3, 0.92)),
    radial-gradient(circle at 48% 18%, rgba(237, 219, 174, 0.16), transparent 34%),
    var(--detail-bg-image);
  background-position: center;
  background-size: cover;
  filter: blur(28px) saturate(1.06) brightness(0.88);
  transform: scale(1.06);
}

.head-detail-blur-bg::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, transparent 0 28%, rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0.66) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.08) 36%, rgba(0, 0, 0, 0.64)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72));
  content: "";
}

body.head-africa-theme > header,
body.head-africa-theme > main,
body.head-africa-theme > footer,
body.head-africa-theme > .lightbox {
  position: relative;
  z-index: 1;
}

body:has(.head-official-catalog) .site-footer,
body:has(.head-africa-page) .site-footer {
  border-top-color: rgba(236, 228, 210, 0.12);
  color: rgba(246, 241, 230, 0.6);
}

body.head-official-theme .site-footer,
body.head-africa-theme .site-footer {
  border-top-color: rgba(236, 228, 210, 0.12);
  color: rgba(246, 241, 230, 0.6);
}

body:has(.head-official-catalog) .site-footer a,
body:has(.head-africa-page) .site-footer a {
  color: rgba(246, 241, 230, 0.82);
}

body.head-official-theme .site-footer a,
body.head-africa-theme .site-footer a {
  color: rgba(246, 241, 230, 0.82);
}

body:has(.head-official-catalog) .minimal-header,
body:has(.head-africa-page):not(.head-limited-detail-theme) .minimal-header {
  background: rgba(255, 255, 255, 0.9);
}

body.head-official-theme .minimal-header,
body.head-africa-theme:not(.head-limited-detail-theme) .minimal-header {
  background: rgba(255, 255, 255, 0.9);
}

.head-library-page {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 126px);
  margin: 0;
  padding: clamp(44px, 6vw, 76px) 0 clamp(62px, 7vw, 94px);
  overflow: hidden;
  color: #f6f1e6;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #191612 0%, #100e0c 48%, #1c1711 100%);
}

.head-library-page::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 100%);
  background-size: 56px 56px;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}

.head-library-page::after {
  position: absolute;
  right: -2vw;
  bottom: -7vw;
  z-index: 0;
  color: rgba(255, 255, 255, 0.035);
  content: "兽头";
  font-size: clamp(220px, 32vw, 520px);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.head-library-page > * {
  position: relative;
  z-index: 1;
}

.head-library-page .section-heading {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto clamp(16px, 2.4vw, 28px);
  color: #f8f2e8;
  text-align: center;
}

.head-library-page .section-heading span {
  display: block;
  margin-bottom: 12px;
  color: rgba(222, 192, 141, 0.86);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.18em;
}

.head-library-page .section-heading h1 {
  color: #f8f2e8;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.head-stack-stage {
  position: relative;
  width: min(calc(100% - 32px), 1180px);
  height: clamp(430px, 43vw, 580px);
  margin: 0 auto;
  perspective: 1800px;
}

.head-stack-stage::before {
  position: absolute;
  right: 8%;
  bottom: 3%;
  left: 8%;
  height: 70px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.46), transparent 66%);
  content: "";
  filter: blur(16px);
  opacity: 0.9;
  pointer-events: none;
}

.head-stack-card {
  position: absolute;
  top: 0;
  --parallax-x: 0px;
  --parallax-y: 0px;
  --parallax-rotate: 0deg;
  width: clamp(250px, 27vw, 380px);
  height: clamp(360px, 32vw, 500px);
  min-height: 0;
  border: 1px solid rgba(246, 235, 214, 0.12);
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset -10px 0 26px rgba(0, 0, 0, 0.22),
    -14px 18px 46px rgba(0, 0, 0, 0.34);
  transform-style: preserve-3d;
  transition:
    transform 520ms cubic-bezier(0.2, 0.78, 0.16, 1),
    filter 320ms ease,
    box-shadow 320ms ease;
}

.head-stack-card:nth-child(1) {
  left: calc(50% + 88px);
  z-index: 4;
  transform: translateX(calc(-7% + var(--parallax-x))) translateY(var(--parallax-y)) rotateZ(calc(0.8deg + var(--parallax-rotate))) rotateY(-2deg);
}

.head-stack-card:nth-child(2) {
  left: calc(50% - 126px);
  z-index: 3;
  transform: translateX(calc(-10% + var(--parallax-x))) translateY(calc(8px + var(--parallax-y))) rotateZ(calc(-1.4deg + var(--parallax-rotate))) rotateY(-8deg);
}

.head-stack-card:nth-child(3) {
  left: calc(50% - 304px);
  z-index: 2;
  transform: translateX(calc(-12% + var(--parallax-x))) translateY(calc(16px + var(--parallax-y))) rotateZ(calc(-2.4deg + var(--parallax-rotate))) rotateY(-12deg);
}

.head-stack-card:nth-child(4) {
  left: calc(50% - 482px);
  z-index: 1;
  transform: translateX(calc(-14% + var(--parallax-x))) translateY(calc(24px + var(--parallax-y))) rotateZ(calc(-3.2deg + var(--parallax-rotate))) rotateY(-15deg);
}

.head-stack-card::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.16) 22%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.66) 100%);
}

.head-stack-card::after {
  display: none;
}

.head-stack-card img {
  filter: brightness(0.98) saturate(1.04);
  transform: none;
}

.head-series-card-link:hover,
.head-series-card-link:focus-visible {
  outline: none;
  transform: translateX(calc(-7% + var(--parallax-x))) translateY(calc(-10px + var(--parallax-y))) rotateZ(calc(0.2deg + var(--parallax-rotate))) rotateY(-1deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset -10px 0 26px rgba(0, 0, 0, 0.14),
    -18px 26px 62px rgba(0, 0, 0, 0.42);
}

.head-series-card-link:hover img,
.head-series-card-link:focus-visible img {
  transform: scale(1.025);
}

.head-stack-spine {
  position: absolute;
  top: 20px;
  left: 26px;
  z-index: 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgba(20, 16, 12, 0.88);
  background: rgba(246, 241, 230, 0.86);
  border: 1px solid rgba(246, 241, 230, 0.38);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.head-stack-card:not(:first-child) .head-card-copy {
  width: min(72%, 240px);
}

.head-card-copy {
  left: clamp(30px, 4vw, 46px);
  bottom: clamp(22px, 3vw, 36px);
  width: min(72%, 330px);
}

.head-card-copy p {
  max-width: 270px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 680;
  line-height: 1.65;
}

.head-card-copy h3 {
  font-size: clamp(28px, 3.6vw, 46px);
}

.head-status-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: clamp(10px, 1vw, 14px);
  padding: 7px 11px;
  color: rgba(246, 241, 230, 0.82);
  background: rgba(20, 16, 12, 0.58);
  border: 1px solid rgba(246, 235, 214, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}

.head-status-badge.is-open {
  color: #ffe7ad;
  border-color: rgba(222, 192, 141, 0.46);
}

.head-status-badge.is-soon {
  color: rgba(246, 241, 230, 0.9);
}

.head-ancient-card .head-card-copy {
  width: min(78%, 290px);
}

.head-empty-mark {
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(12px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(180px, 18vw, 260px);
}

.head-official-catalog {
  width: min(calc(100% - 32px), var(--max));
  min-height: calc(100svh - 126px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) 0 clamp(54px, 7vw, 88px);
  color: #f6f1e6;
}

.head-official-heading {
  position: relative;
  width: 100%;
  margin-bottom: clamp(24px, 4vw, 42px);
  text-align: center;
}

.head-official-heading h1 {
  margin: 0;
  color: #f8f2e8;
  font-size: clamp(42px, 6.8vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

.head-book-shell {
  display: grid;
  grid-template-columns: clamp(42px, 4.5vw, 54px) minmax(0, 1fr) clamp(42px, 4.5vw, 54px);
  gap: clamp(10px, 1.7vw, 20px);
  align-items: center;
}

.head-book-stage {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  perspective: 1600px;
  perspective-origin: 50% 46%;
}

.head-book-stage::before {
  position: absolute;
  right: 6%;
  bottom: -24px;
  left: 6%;
  z-index: -2;
  height: 54px;
  background:
    radial-gradient(ellipse at center, rgba(36, 31, 25, 0.26), rgba(36, 31, 25, 0.02) 58%, rgba(36, 31, 25, 0));
  content: "";
  filter: blur(12px);
  opacity: 0.9;
  pointer-events: none;
}

.head-book-stage::after {
  position: absolute;
  inset: clamp(12px, 1.5vw, 18px) clamp(6px, 0.9vw, 12px) clamp(-8px, -0.6vw, -5px);
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(52, 42, 32, 0.2), rgba(255, 255, 255, 0.06) 18%, rgba(52, 42, 32, 0.18) 50%, rgba(255, 255, 255, 0.06) 82%, rgba(52, 42, 32, 0.22)),
    linear-gradient(180deg, #4d4031, #2f261d);
  border: 1px solid rgba(57, 45, 34, 0.45);
  border-radius: 13px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -10px 22px rgba(0, 0, 0, 0.18);
  content: "";
  transform: translateY(12px) scaleX(0.985);
  pointer-events: none;
}

.head-book-spread {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(12px, 1.7vw, 18px);
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 36%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.1)),
    linear-gradient(90deg, #6c5a43, var(--folio-board) 9%, var(--folio-board-dark) 49%, var(--folio-board-dark) 51%, var(--folio-board) 91%, #574632);
  border: 1px solid rgba(88, 76, 62, 0.48);
  border-radius: 13px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -18px 34px rgba(44, 32, 22, 0.16),
    0 34px 82px rgba(28, 23, 18, 0.18),
    0 10px 24px rgba(28, 23, 18, 0.1);
  transform-style: preserve-3d;
}

.head-book-spread::before {
  position: absolute;
  top: clamp(13px, 1.8vw, 20px);
  bottom: clamp(13px, 1.8vw, 20px);
  left: 50%;
  z-index: 7;
  width: clamp(42px, 7vw, 92px);
  background:
    linear-gradient(90deg, rgba(27, 23, 18, 0), rgba(27, 23, 18, 0.22) 38%, rgba(255, 255, 255, 0.16) 50%, rgba(27, 23, 18, 0.16) 62%, rgba(27, 23, 18, 0));
  content: "";
  opacity: 0;
  transform: translateX(-50%) skewX(0deg);
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.2, 0.78, 0.16, 1);
  pointer-events: none;
}

.head-book-spread::after {
  position: absolute;
  top: clamp(13px, 1.8vw, 20px);
  bottom: clamp(13px, 1.8vw, 20px);
  left: 50%;
  z-index: 6;
  width: clamp(8px, 1.1vw, 14px);
  background:
    linear-gradient(90deg, rgba(36, 28, 20, 0), rgba(36, 28, 20, 0.36), rgba(255, 255, 255, 0.18), rgba(36, 28, 20, 0.28), rgba(36, 28, 20, 0)),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  box-shadow:
    -18px 0 34px rgba(54, 43, 32, 0.18),
    18px 0 34px rgba(255, 255, 255, 0.18);
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.head-book-sheet {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(10px, 1.5vw, 18px);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(177, 150, 111, 0.16), transparent 7%, transparent 93%, rgba(177, 150, 111, 0.12)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), transparent 38%),
    linear-gradient(180deg, var(--folio-page), var(--folio-page-soft));
  border: 1px solid rgba(218, 207, 188, 0.92);
  text-align: center;
  text-decoration: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 620ms cubic-bezier(0.18, 0.78, 0.16, 1),
    box-shadow 420ms ease,
    filter 420ms ease,
    opacity 320ms ease;
}

body.head-official-theme .head-book-sheet {
  color: #f8f2e8;
  background:
    linear-gradient(90deg, rgba(222, 192, 141, 0.1), transparent 9%, transparent 91%, rgba(222, 192, 141, 0.08)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(180deg, #211c16, #16120e);
  border-color: rgba(236, 228, 210, 0.16);
}

.head-book-sheet::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(154, 130, 95, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  background-size: 9px 100%, 100% 100%;
  border-radius: inherit;
  content: "";
  opacity: 0.52;
  pointer-events: none;
}

body.head-official-theme .head-book-sheet::before {
  background:
    linear-gradient(90deg, rgba(222, 192, 141, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  opacity: 0.7;
}

.head-book-sheet::after {
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 10px;
  background:
    repeating-linear-gradient(90deg, rgba(145, 118, 84, 0.16) 0 1px, transparent 1px 3px),
    linear-gradient(90deg, rgba(143, 121, 91, 0.2), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

body.head-official-theme .head-book-sheet::after {
  background:
    repeating-linear-gradient(90deg, rgba(222, 192, 141, 0.08) 0 1px, transparent 1px 3px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(255, 255, 255, 0.04));
}

.head-book-sheet--left {
  border-radius: 8px 3px 3px 8px;
  box-shadow:
    inset -26px 0 34px rgba(91, 72, 49, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    -3px 0 0 rgba(241, 235, 222, 0.72),
    -6px 0 0 rgba(212, 199, 177, 0.32);
  transform-origin: right center;
}

body.head-official-theme .head-book-sheet--left {
  box-shadow:
    inset -30px 0 40px rgba(0, 0, 0, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    -3px 0 0 rgba(55, 46, 35, 0.92),
    -7px 0 0 rgba(222, 192, 141, 0.12);
}

.head-book-sheet--left::after {
  right: 0;
  transform: scaleX(-1);
}

.head-book-sheet--right {
  border-radius: 3px 8px 8px 3px;
  box-shadow:
    inset 26px 0 34px rgba(91, 72, 49, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    3px 0 0 rgba(241, 235, 222, 0.72),
    6px 0 0 rgba(212, 199, 177, 0.32);
  transform-origin: left center;
}

body.head-official-theme .head-book-sheet--right {
  box-shadow:
    inset 30px 0 40px rgba(0, 0, 0, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    3px 0 0 rgba(55, 46, 35, 0.92),
    7px 0 0 rgba(222, 192, 141, 0.12);
}

.head-book-sheet--right::after {
  left: 0;
}

.head-book-sheet--link:hover,
.head-book-sheet--link:focus-visible {
  z-index: 3;
  filter: saturate(1.02);
  outline: none;
  transform: translateY(-3px) rotateY(-1.4deg);
  box-shadow:
    inset -20px 0 28px rgba(91, 72, 49, 0.08),
    0 18px 34px rgba(20, 20, 18, 0.12);
}

.head-book-sheet--link:focus-visible {
  outline: 2px solid rgba(63, 77, 45, 0.5);
  outline-offset: 4px;
}

.head-book-cover {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #efe7d8;
  border: 1px solid rgba(201, 188, 165, 0.76);
  border-radius: 6px;
  box-shadow:
    0 10px 22px rgba(20, 20, 18, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.58);
}

body.head-official-theme .head-book-cover {
  background: #11100d;
  border-color: rgba(236, 228, 210, 0.16);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

.head-book-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 1811;
  object-fit: contain;
}

.head-book-caption {
  display: flex;
  min-height: clamp(44px, 5.4vw, 62px);
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: clamp(10px, 1.2vw, 15px);
}

.head-book-caption h2 {
  margin: 0;
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}

body.head-official-theme .head-book-caption h2 {
  color: #f8f2e8;
}

.head-book-sheet--link .head-book-caption::after {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: #f5efe4;
  background: #2f3e29;
  border-radius: 50%;
  content: "\2197";
  font-size: 13px;
  font-weight: 780;
  line-height: 1;
}

body.head-official-theme .head-book-sheet--link .head-book-caption::after {
  color: #171410;
  background: rgba(222, 192, 141, 0.9);
}

.head-book-sheet--blank {
  min-height: 100%;
  align-items: center;
  justify-content: center;
  color: rgba(63, 77, 45, 0.16);
}

.head-book-blank-mark {
  border: 1px solid rgba(63, 77, 45, 0.12);
  border-radius: 50%;
  padding: 18px 16px;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.head-book-control {
  display: inline-grid;
  width: clamp(40px, 4.3vw, 52px);
  aspect-ratio: 1;
  place-items: center;
  padding: 0 0 4px;
  color: var(--moss-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(222, 219, 211, 0.96);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(20, 20, 18, 0.06);
  cursor: pointer;
  font-size: clamp(32px, 4.7vw, 44px);
  font-weight: 280;
  line-height: 1;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

body:has(.head-official-catalog) .head-book-control {
  color: #f8f2e8;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(236, 228, 210, 0.16);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

body.head-official-theme .head-book-control {
  color: #f8f2e8;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(236, 228, 210, 0.16);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

body:has(.head-official-catalog) .head-book-control:hover:not(:disabled),
body:has(.head-official-catalog) .head-book-control:focus-visible:not(:disabled) {
  color: #171410;
  background: rgba(222, 192, 141, 0.88);
  border-color: rgba(222, 192, 141, 0.88);
}

body.head-official-theme .head-book-control:hover:not(:disabled),
body.head-official-theme .head-book-control:focus-visible:not(:disabled) {
  color: #171410;
  background: rgba(222, 192, 141, 0.88);
  border-color: rgba(222, 192, 141, 0.88);
}

.head-book-control:hover:not(:disabled),
.head-book-control:focus-visible:not(:disabled) {
  color: #fff;
  background: var(--moss-dark);
  border-color: var(--moss-dark);
  outline: none;
  transform: translateY(-2px);
}

.head-book-control:disabled {
  cursor: default;
  opacity: 0.28;
}

.head-book-pagination {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: clamp(18px, 2.4vw, 24px);
}

.head-book-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(93, 108, 73, 0.2);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

body:has(.head-official-catalog) .head-book-dot {
  background: rgba(246, 241, 230, 0.26);
}

body.head-official-theme .head-book-dot {
  background: rgba(246, 241, 230, 0.26);
}

body:has(.head-official-catalog) .head-book-dot.is-active {
  background: rgba(222, 192, 141, 0.92);
}

body.head-official-theme .head-book-dot.is-active {
  background: rgba(222, 192, 141, 0.92);
}

.head-book-dot.is-active {
  width: 30px;
  background: var(--moss-dark);
}

.head-book-dot:focus-visible {
  outline: 2px solid rgba(63, 77, 45, 0.48);
  outline-offset: 4px;
}

.head-book-spread.is-turning-next .head-book-sheet--right {
  filter: brightness(0.96);
  transform: translateZ(-2px) rotateY(-1.2deg);
}

.head-book-spread.is-turning-prev .head-book-sheet--left {
  filter: brightness(0.96);
  transform: translateZ(-2px) rotateY(1.2deg);
}

.head-book-spread.is-turning-next::before {
  opacity: 1;
  transform: translateX(-68%) skewX(-8deg);
}

.head-book-spread.is-turning-prev::before {
  opacity: 1;
  transform: translateX(-32%) skewX(8deg);
}

.head-book-turn-page {
  position: absolute;
  top: clamp(12px, 1.7vw, 18px);
  bottom: clamp(12px, 1.7vw, 18px);
  z-index: 5;
  width: calc((100% - (clamp(12px, 1.7vw, 18px) * 2)) / 2);
  pointer-events: none;
  box-shadow:
    0 28px 54px rgba(20, 20, 18, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  will-change: transform, opacity, filter;
}

.head-book-hold-page {
  position: absolute;
  top: clamp(12px, 1.7vw, 18px);
  bottom: clamp(12px, 1.7vw, 18px);
  z-index: 4;
  width: calc((100% - (clamp(12px, 1.7vw, 18px) * 2)) / 2);
  pointer-events: none;
  transition:
    opacity 520ms ease 230ms,
    filter 520ms ease 230ms;
}

.head-book-hold-page--left {
  left: clamp(12px, 1.7vw, 18px);
}

.head-book-hold-page--right {
  right: clamp(12px, 1.7vw, 18px);
}

.head-book-hold-page.is-fading {
  opacity: 0;
  filter: brightness(1.04);
}

.head-book-turn-page--next {
  right: clamp(12px, 1.7vw, 18px);
  transform: translateZ(14px) rotateY(0deg);
  transform-origin: left center;
}

.head-book-turn-page--prev {
  left: clamp(12px, 1.7vw, 18px);
  transform: translateZ(14px) rotateY(0deg);
  transform-origin: right center;
}

.head-book-turn-page--next.is-active {
  animation: headBookTurnNext 920ms cubic-bezier(0.18, 0.78, 0.14, 1) both;
}

.head-book-turn-page--prev.is-active {
  animation: headBookTurnPrev 920ms cubic-bezier(0.18, 0.78, 0.14, 1) both;
}

.head-book-spread.is-settling .head-book-sheet {
  animation: headBookSettle 320ms ease both;
}

@keyframes headBookTurnNext {
  0% {
    opacity: 1;
    filter: brightness(1);
    transform: translateZ(16px) translateX(0) rotateY(0deg) skewY(0deg);
    box-shadow:
      -8px 18px 34px rgba(20, 20, 18, 0.16),
      inset 8px 0 18px rgba(91, 72, 49, 0.08);
  }

  38% {
    opacity: 0.96;
    filter: brightness(1.04);
    transform: translateZ(40px) translateX(-5px) rotateY(-54deg) skewY(-0.35deg);
    box-shadow:
      -26px 26px 54px rgba(20, 20, 18, 0.22),
      inset 18px 0 30px rgba(91, 72, 49, 0.12);
  }

  68% {
    opacity: 0.74;
    filter: brightness(0.96);
    transform: translateZ(30px) translateX(-12px) rotateY(-104deg) skewY(-0.62deg);
    box-shadow:
      -32px 24px 58px rgba(20, 20, 18, 0.26),
      inset 26px 0 38px rgba(91, 72, 49, 0.18);
  }

  100% {
    opacity: 0.5;
    filter: brightness(0.93);
    transform: translateZ(16px) translateX(-16px) rotateY(-132deg) skewY(-0.5deg);
    box-shadow:
      -24px 20px 42px rgba(20, 20, 18, 0.2),
      inset 30px 0 42px rgba(91, 72, 49, 0.2);
  }
}

/* Detail refinement v254: final bronze sale price scale for lion and Asian elephant. */
.bronze-lion-theme .bronze-sale-panel strong,
.bronze-asian-elephant-theme .bronze-sale-panel strong {
  font-size: clamp(58px, 6.7vw, 92px) !important;
}

@media (max-width: 640px) {
  .bronze-lion-theme .bronze-sale-panel strong,
  .bronze-asian-elephant-theme .bronze-sale-panel strong {
    font-size: clamp(48px, 15vw, 68px) !important;
  }
}

/* Detail refinement v253: cleaner purchase card and quieter bronze sale price. */
.purchase-cta-button {
  min-height: 72px;
  gap: 5px;
  padding: 15px 24px 16px;
}

.purchase-cta-button strong {
  font-size: clamp(20px, 2.7vw, 25px);
}

.purchase-letter-head {
  padding: 36px 34px 18px;
}

.purchase-letter-head h2 {
  font-size: clamp(32px, 4.8vw, 42px);
}

.purchase-contact-list small {
  color: rgba(154, 100, 48, 0.82);
  font-size: 12px;
  font-weight: 820;
}

.bronze-lion-theme .bronze-sale-panel strong,
.bronze-asian-elephant-theme .bronze-sale-panel strong {
  font-size: clamp(58px, 6.7vw, 92px) !important;
}

@media (max-width: 640px) {
  .purchase-cta-button {
    min-height: 68px;
    padding: 13px 18px 14px;
  }

  .purchase-letter-head {
    padding: 32px 22px 16px;
  }

  .bronze-lion-theme .bronze-sale-panel strong,
  .bronze-asian-elephant-theme .bronze-sale-panel strong {
    font-size: clamp(48px, 15vw, 68px) !important;
  }
}

/* Detail refinement v252: bottom purchase contact card for every detail page. */
body.is-purchase-modal-open {
  overflow: hidden;
}

.purchase-cta {
  width: min(calc(100% - 32px), var(--max, 1180px));
  margin: clamp(30px, 5vw, 58px) auto 28px;
  display: grid;
  place-items: center;
}

.purchase-cta-button {
  position: relative;
  display: grid;
  width: min(100%, 430px);
  min-height: 82px;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: 3px;
  padding: 16px 24px 17px;
  overflow: hidden;
  color: #fff7e8;
  text-align: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 44%),
    linear-gradient(135deg, #14110d, #292018 56%, #0b0a08);
  border: 1px solid rgba(218, 168, 96, 0.35);
  border-radius: 8px;
  box-shadow:
    0 22px 72px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.purchase-cta-button::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 50%;
  background:
    linear-gradient(145deg, transparent 49.3%, rgba(233, 190, 120, 0.28) 50%, transparent 50.7%),
    linear-gradient(215deg, transparent 49.3%, rgba(233, 190, 120, 0.2) 50%, transparent 50.7%);
  opacity: 0.8;
  pointer-events: none;
}

.purchase-cta-button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 210, 146, 0.7), transparent);
  transform: translateX(-50%);
}

.purchase-cta-button:hover,
.purchase-cta-button:focus-visible {
  border-color: rgba(244, 203, 133, 0.72);
  outline: none;
  transform: translateY(-2px);
  box-shadow:
    0 28px 88px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(244, 203, 133, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.purchase-cta-button span,
.purchase-letter-head span {
  color: rgba(244, 211, 153, 0.82);
  font-size: 10px;
  font-weight: 860;
  letter-spacing: 0.16em;
}

.purchase-cta-button strong {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 860;
  letter-spacing: 0;
}

.purchase-cta-button em {
  position: relative;
  z-index: 1;
  color: rgba(255, 247, 232, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 680;
}

.purchase-modal {
  position: fixed;
  inset: 0;
  z-index: 170;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  background:
    radial-gradient(circle at 50% 15%, rgba(222, 170, 99, 0.18), transparent 36%),
    rgba(9, 8, 7, 0.76);
  backdrop-filter: blur(18px);
}

.purchase-modal[hidden] {
  display: none;
}

.purchase-dialog {
  position: relative;
  width: min(100%, 520px);
  overflow: hidden;
  color: #171310;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 34%),
    #f7f0e3;
  border: 1px solid rgba(151, 112, 61, 0.34);
  border-radius: 8px;
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  animation: purchase-dialog-in 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.purchase-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 96px;
  background:
    linear-gradient(145deg, transparent 49.5%, rgba(153, 112, 57, 0.16) 50%, transparent 50.6%),
    linear-gradient(215deg, transparent 49.5%, rgba(153, 112, 57, 0.12) 50%, transparent 50.6%);
  pointer-events: none;
}

.purchase-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgba(23, 19, 16, 0.72);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(23, 19, 16, 0.1);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.purchase-modal-close:hover,
.purchase-modal-close:focus-visible {
  color: #171310;
  outline: none;
  background: #fff8ea;
}

.purchase-letter-head {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 34px 34px 22px;
  text-align: center;
}

.purchase-letter-head h2 {
  margin: 0;
  color: #171310;
  font-size: clamp(28px, 4.6vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
}

.purchase-letter-head p {
  width: min(100%, 360px);
  margin: 0 auto;
  color: rgba(23, 19, 16, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.purchase-contact-list {
  display: grid;
  gap: 10px;
  padding: 0 22px 24px;
}

.purchase-contact-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 16px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(23, 19, 16, 0.08);
  border-radius: 8px;
}

.purchase-contact-list article > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.purchase-contact-list span {
  color: rgba(23, 19, 16, 0.56);
  font-size: 12px;
  font-weight: 820;
}

.purchase-contact-list strong,
.purchase-contact-list a {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #171310;
  font-size: clamp(17px, 2.8vw, 21px);
  font-weight: 840;
  letter-spacing: 0;
}

.purchase-contact-list small {
  color: rgba(23, 19, 16, 0.48);
  font-size: 11px;
  font-weight: 700;
}

.purchase-contact-list button {
  min-width: 60px;
  min-height: 38px;
  color: #fff7e8;
  background: #171310;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 780;
}

.purchase-contact-list button:hover,
.purchase-contact-list button:focus-visible {
  outline: none;
  background: #9a6430;
}

body.bronze-series-theme .purchase-cta-button,
body.head-africa-theme .purchase-cta-button,
body.head-limited-detail-theme .purchase-cta-button {
  color: var(--bronze-text, #fff1db);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(135deg, rgba(37, 27, 17, 0.96), rgba(159, 103, 45, 0.82) 58%, rgba(10, 8, 6, 0.96));
  border-color: rgba(244, 201, 129, 0.42);
}

body.head-limited-great-white-shark-theme .purchase-cta-button {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.11), transparent 42%),
    linear-gradient(135deg, #06141d, #0e3d4c 56%, #020507);
  border-color: rgba(126, 205, 222, 0.42);
}

@keyframes purchase-dialog-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  .purchase-cta {
    width: calc(100% - 24px);
    margin: 28px auto 22px;
  }

  .purchase-cta-button {
    min-height: 76px;
    padding: 14px 18px 15px;
  }

  .purchase-letter-head {
    padding: 30px 22px 18px;
  }

  .purchase-contact-list {
    padding: 0 14px 18px;
  }

  .purchase-contact-list article {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .purchase-contact-list button {
    width: 100%;
  }
}

@keyframes headBookTurnPrev {
  0% {
    opacity: 1;
    filter: brightness(1);
    transform: translateZ(16px) translateX(0) rotateY(0deg) skewY(0deg);
    box-shadow:
      8px 18px 34px rgba(20, 20, 18, 0.16),
      inset -8px 0 18px rgba(91, 72, 49, 0.08);
  }

  38% {
    opacity: 0.96;
    filter: brightness(1.04);
    transform: translateZ(40px) translateX(5px) rotateY(54deg) skewY(0.35deg);
    box-shadow:
      26px 26px 54px rgba(20, 20, 18, 0.22),
      inset -18px 0 30px rgba(91, 72, 49, 0.12);
  }

  68% {
    opacity: 0.74;
    filter: brightness(0.96);
    transform: translateZ(30px) translateX(12px) rotateY(104deg) skewY(0.62deg);
    box-shadow:
      32px 24px 58px rgba(20, 20, 18, 0.26),
      inset -26px 0 38px rgba(91, 72, 49, 0.18);
  }

  100% {
    opacity: 0.5;
    filter: brightness(0.93);
    transform: translateZ(16px) translateX(16px) rotateY(132deg) skewY(0.5deg);
    box-shadow:
      24px 20px 42px rgba(20, 20, 18, 0.2),
      inset -30px 0 42px rgba(91, 72, 49, 0.2);
  }
}

@keyframes headBookTurnNextMobile {
  0% {
    opacity: 1;
    filter: brightness(1);
    transform: translateZ(12px) translateX(0) rotateY(0deg) scale(1);
    box-shadow:
      -8px 18px 34px rgba(20, 20, 18, 0.16),
      inset 8px 0 18px rgba(91, 72, 49, 0.08);
  }

  48% {
    opacity: 0.94;
    filter: brightness(1.03);
    transform: translateZ(30px) translateX(-4px) rotateY(-38deg) scale(0.998);
    box-shadow:
      -22px 24px 46px rgba(20, 20, 18, 0.22),
      inset 16px 0 28px rgba(91, 72, 49, 0.14);
  }

  100% {
    opacity: 0.76;
    filter: brightness(0.95);
    transform: translateZ(14px) translateX(-7px) rotateY(-74deg) scale(0.992);
    box-shadow:
      -20px 20px 38px rgba(20, 20, 18, 0.2),
      inset 24px 0 34px rgba(91, 72, 49, 0.18);
  }
}

@keyframes headBookTurnPrevMobile {
  0% {
    opacity: 1;
    filter: brightness(1);
    transform: translateZ(12px) translateX(0) rotateY(0deg) scale(1);
    box-shadow:
      8px 18px 34px rgba(20, 20, 18, 0.16),
      inset -8px 0 18px rgba(91, 72, 49, 0.08);
  }

  48% {
    opacity: 0.94;
    filter: brightness(1.03);
    transform: translateZ(30px) translateX(4px) rotateY(38deg) scale(0.998);
    box-shadow:
      22px 24px 46px rgba(20, 20, 18, 0.22),
      inset -16px 0 28px rgba(91, 72, 49, 0.14);
  }

  100% {
    opacity: 0.76;
    filter: brightness(0.95);
    transform: translateZ(14px) translateX(7px) rotateY(74deg) scale(0.992);
    box-shadow:
      20px 20px 38px rgba(20, 20, 18, 0.2),
      inset -24px 0 34px rgba(91, 72, 49, 0.18);
  }
}

@keyframes headBookSettle {
  from {
    opacity: 0.8;
    transform: translateY(6px) rotateY(4deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .head-book-sheet,
  .head-book-control,
  .head-book-dot,
  .head-book-turn-page,
  .head-book-hold-page,
  .head-book-spread::before {
    transition: none;
  }

  .head-book-spread.is-turning-next .head-book-sheet--right,
  .head-book-spread.is-turning-prev .head-book-sheet--left,
  .head-book-spread.is-turning-next .head-book-sheet--left,
  .head-book-turn-page--next.is-active,
  .head-book-turn-page--prev.is-active,
  .head-book-hold-page.is-fading {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .head-book-spread.is-settling .head-book-sheet {
    animation: none;
  }

  .head-book-turn-page--next.is-active,
  .head-book-turn-page--prev.is-active {
    animation: none;
  }
}

.head-episode-grid[hidden] {
  display: none;
}

.head-episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.7vw, 24px);
  align-items: start;
}

.head-episode-card {
  min-width: 0;
  text-align: center;
}

.head-episode-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.head-episode-link::after {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 9px;
  color: rgba(20, 20, 18, 0.78);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(222, 219, 211, 0.92);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 780;
  content: "\8fdb\5165\8be6\60c5";
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.head-episode-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.head-episode-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 1811;
  object-fit: contain;
  background: #f3f0e8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(20, 20, 18, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.head-episode-card:hover img {
  transform: translateY(-4px);
  border-color: rgba(63, 77, 45, 0.32);
  box-shadow: 0 24px 52px rgba(20, 20, 18, 0.12);
}

.head-episode-card h2 {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 820;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}

body.head-official-theme .head-episode-grid {
  width: min(100%, 1180px);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

body.head-official-theme .head-episode-card {
  color: #f8f2e8;
}

body.head-official-theme .head-episode-link::after {
  display: none;
}

body.head-official-theme .head-episode-card img {
  background: #16130f;
  border-color: rgba(236, 228, 210, 0.16);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.08);
}

body.head-official-theme .head-episode-card:hover img {
  border-color: rgba(222, 192, 141, 0.38);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
}

body.head-official-theme .head-episode-card h2 {
  color: #f8f2e8;
  font-size: clamp(16px, 1.45vw, 21px);
}

body.head-limited-catalog-theme .head-limited-grid {
  width: min(100%, 980px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.head-limited-catalog-theme .head-limited-catalog-card img {
  aspect-ratio: 2480 / 3508;
  object-fit: cover;
}

body.head-limited-catalog-theme .head-limited-catalog-card h2 {
  font-size: clamp(16px, 1.32vw, 20px);
}

body.head-ocean-catalog-theme {
  background:
    radial-gradient(circle at 50% 6%, rgba(61, 91, 97, 0.18), transparent 30%),
    linear-gradient(180deg, #121313 0%, #070808 54%, #030303 100%);
}

body.head-ocean-catalog-theme .head-ocean-grid {
  width: min(100%, 560px);
  grid-template-columns: 1fr;
}

body.head-ocean-catalog-theme .head-ocean-catalog-card {
  background:
    linear-gradient(180deg, rgba(239, 236, 224, 0.04), rgba(239, 236, 224, 0.012)),
    #070909;
  border-color: rgba(196, 207, 204, 0.13);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

body.head-ocean-catalog-theme .head-ocean-catalog-card img {
  border-color: rgba(146, 42, 50, 0.42);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(196, 207, 204, 0.1);
  filter: contrast(1.08) saturate(0.9) brightness(0.94);
}

body.head-ocean-catalog-theme .head-ocean-catalog-card h2 {
  color: #f3eee6;
  font-size: clamp(21px, 2vw, 30px);
}

body.head-limited-catalog-theme:not(.head-ocean-catalog-theme) .head-limited-catalog-card[href*="great-white-shark"] img {
  border-color: rgba(177, 18, 52, 0.42);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(15, 126, 176, 0.22);
  filter: contrast(1.08) saturate(1.05);
}

body.head-limited-catalog-theme:not(.head-ocean-catalog-theme) .head-limited-catalog-card[href*="great-white-shark"] h2 {
  color: #f3d6df;
}

.head-sale-section {
  margin-top: clamp(46px, 6vw, 76px);
  padding-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line);
}

.head-sale-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.28fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: end;
  margin-bottom: clamp(22px, 3.5vw, 38px);
  padding-bottom: clamp(14px, 2vw, 20px);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.head-sale-heading span {
  display: block;
  margin-bottom: 0;
  color: var(--moss);
  font-size: 13px;
  font-weight: 850;
}

.head-sale-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.head-sale-live {
  display: grid;
  grid-template-columns: minmax(96px, 0.18fr) minmax(160px, 0.25fr) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
  margin: 0 0 14px;
  padding: clamp(16px, 2vw, 22px) clamp(18px, 2.2vw, 26px);
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(63, 77, 45, 0.96), rgba(35, 42, 29, 0.98)),
    var(--moss-dark);
  border: 1px solid rgba(63, 77, 45, 0.88);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(20, 20, 18, 0.1);
}

.head-sale-live span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.head-sale-live strong {
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
}

.head-sale-live p {
  min-width: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.head-sale-table {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 245, 239, 0.52)),
    #fff;
  border: 1px solid rgba(222, 219, 211, 0.92);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(20, 20, 18, 0.06);
}

.head-sale-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  align-items: center;
  padding: clamp(16px, 2vw, 22px) clamp(16px, 2vw, 24px);
  border-top: 1px solid var(--line);
}

.head-sale-table.head-sale-columns-3 .head-sale-row {
  grid-template-columns: minmax(150px, 0.72fr) repeat(3, minmax(0, 1fr));
}

.head-sale-row:first-child {
  border-top: 0;
}

.head-sale-row-head {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--muted);
  background: rgba(244, 243, 239, 0.74);
  font-size: 12px;
  font-weight: 850;
}

.head-sale-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 860;
  line-height: 1.25;
  letter-spacing: 0;
}

.head-sale-option {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(222, 219, 211, 0.82);
  border-radius: 8px;
}

.head-sale-option::before {
  display: none;
}

.head-sale-option em {
  display: none;
  color: rgba(222, 192, 141, 0.86);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
}

.head-sale-option strong {
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 880;
  line-height: 1;
}

.head-sale-option strong::before {
  margin-right: 2px;
  color: var(--moss);
  content: "\00a5";
  font-size: 0.56em;
  font-weight: 820;
}

.head-sale-option span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.head-africa-page {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(30px, 4.6vw, 62px) 0 clamp(54px, 7vw, 88px);
}

.head-africa-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.64fr);
  gap: clamp(28px, 4.6vw, 64px);
  align-items: center;
  min-height: clamp(560px, 66vw, 760px);
  margin-bottom: clamp(34px, 4.6vw, 58px);
  padding: clamp(18px, 3vw, 30px) 0 clamp(26px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
}

.head-africa-hero::before {
  display: none;
  position: absolute;
  right: clamp(260px, 25vw, 360px);
  bottom: clamp(18px, 3vw, 38px);
  z-index: -1;
  color: rgba(93, 108, 73, 0.08);
  content: none;
  font-size: clamp(130px, 18vw, 240px);
  font-weight: 900;
  line-height: 0.78;
  pointer-events: none;
}

.head-africa-copy {
  min-width: 0;
}

.head-africa-copy > span,
.head-africa-section-heading span {
  display: block;
  color: var(--moss);
  font-size: 13px;
  font-weight: 850;
}

.head-africa-copy h1 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(44px, 5.3vw, 70px);
  line-height: 0.98;
  letter-spacing: 0;
  white-space: nowrap;
}

.head-africa-copy p {
  max-width: 600px;
  margin: clamp(22px, 3vw, 32px) 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 2;
}

.head-africa-cover {
  position: relative;
  margin: 0;
}

.head-africa-cover::before {
  position: absolute;
  inset: clamp(10px, 1.6vw, 18px) clamp(6px, 1.1vw, 14px) auto auto;
  z-index: -1;
  width: 78%;
  height: 96%;
  background: var(--folio-page-soft);
  border: 1px solid rgba(222, 219, 211, 0.72);
  border-radius: 8px;
  content: "";
  transform: rotate(2.2deg);
}

.head-africa-cover img {
  display: block;
  width: min(100%, 500px);
  height: auto;
  margin-left: auto;
  aspect-ratio: 1280 / 1811;
  object-fit: contain;
  background: var(--folio-page);
  border: 1px solid rgba(222, 219, 211, 0.92);
  border-radius: 8px;
  box-shadow:
    0 26px 58px rgba(20, 20, 18, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.7);
}

.head-africa-page .head-sale-section {
  margin-top: 0;
}

body:has(.head-africa-page) .head-africa-page {
  color: #f6f1e6;
}

body:has(.head-africa-page) .detail-back-link {
  color: rgba(246, 241, 230, 0.72);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(236, 228, 210, 0.16);
}

body:has(.head-africa-page) .head-africa-copy .detail-back-link {
  margin-bottom: clamp(28px, 4vw, 46px);
}

body:has(.head-africa-page) .detail-back-link:hover {
  color: #fff;
  border-color: rgba(222, 192, 141, 0.46);
}

body:has(.head-africa-page) .head-africa-hero {
  border-bottom-color: rgba(236, 228, 210, 0.14);
}

body:has(.head-africa-page) .head-africa-copy > span,
body:has(.head-africa-page) .head-africa-section-heading span,
body:has(.head-africa-page) .head-sale-heading span,
body:has(.head-africa-page) .head-archive-strip span {
  color: rgba(222, 192, 141, 0.86);
}

body:has(.head-africa-page) .head-africa-copy h1,
body:has(.head-africa-page) .head-africa-section-heading h2,
body:has(.head-africa-page) .head-sale-heading h2,
body:has(.head-africa-page) .head-africa-species-heading h3,
body:has(.head-africa-page) .head-archive-strip strong,
body:has(.head-africa-page) .head-sale-row h3,
body:has(.head-africa-page) .head-sale-option strong {
  color: #f8f2e8;
}

body:has(.head-africa-page) .head-africa-copy p,
body:has(.head-africa-page) .head-sale-option span,
body:has(.head-africa-page) .head-sale-actions span {
  color: rgba(246, 241, 230, 0.66);
}

body:has(.head-africa-page) .head-africa-cover::before {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(236, 228, 210, 0.13);
}

body:has(.head-africa-page) .head-africa-cover img,
body:has(.head-africa-page) .head-africa-scale img {
  background: #16130f;
  border-color: rgba(236, 228, 210, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

body:has(.head-africa-page) .head-archive-strip,
body:has(.head-africa-page) .head-sale-table {
  background: rgba(236, 228, 210, 0.12);
  border-color: rgba(236, 228, 210, 0.14);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.22);
}

body:has(.head-africa-page) .head-archive-strip article,
body:has(.head-africa-page) .head-sale-table {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(20, 17, 13, 0.78);
}

body:has(.head-africa-page) .head-africa-species,
body:has(.head-africa-page) .head-sale-section,
body:has(.head-africa-page) .head-sale-heading {
  border-color: rgba(236, 228, 210, 0.14);
}

body:has(.head-africa-page) .head-africa-species-heading span {
  color: rgba(222, 192, 141, 0.92);
  background: rgba(222, 192, 141, 0.1);
  border-color: rgba(222, 192, 141, 0.22);
}

body:has(.head-africa-page) .head-africa-photo-grid img {
  background: #18140f;
  border-color: rgba(236, 228, 210, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body:has(.head-africa-page) .head-africa-photo-grid img:hover,
body:has(.head-africa-page) .head-africa-photo-grid img:focus-visible {
  border-color: rgba(222, 192, 141, 0.36);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.32);
}

body.head-limited-detail-theme .head-limited-cover img {
  aspect-ratio: 2480 / 3508;
  object-fit: cover;
}

body.head-limited-detail-theme .head-limited-archive strong {
  white-space: normal;
}

body.head-limited-detail-theme .head-detail-limited-nav .head-detail-episode-link strong {
  font-size: clamp(13px, 1.08vw, 16px);
}

body.head-limited-detail-theme {
  background:
    linear-gradient(180deg, rgba(12, 11, 9, 0.78), rgba(12, 11, 9, 0.96) 54%, #080706 100%),
    #080706;
  position: relative;
  overflow-x: clip;
}

html:has(body.head-limited-detail-theme) {
  overflow-x: hidden;
}

.head-limited-blur-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(4, 4, 3, 0.08), rgba(5, 5, 4, 0.54) 46%, rgba(3, 3, 3, 0.9)),
    radial-gradient(circle at 42% 18%, rgba(237, 219, 174, 0.22), transparent 36%),
    var(--limited-bg-image);
  background-position: center;
  background-size: cover;
  filter: blur(30px) saturate(1.14) brightness(0.96);
  transform: none;
}

.head-limited-blur-bg::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, transparent 0 30%, rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.58)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.7));
  content: "";
}

body.head-limited-detail-theme .head-limited-pack {
  width: min(100%, 700px);
  height: clamp(184px, 18vw, 270px);
  min-height: clamp(184px, 18vw, 270px);
  margin-top: clamp(22px, 2.8vw, 36px);
  padding-top: 0;
  justify-content: center;
  align-items: end;
  border-bottom-color: rgba(236, 228, 210, 0.1);
}

body.head-limited-detail-theme .head-limited-pack::before {
  height: 68%;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(222, 192, 141, 0.13), transparent 66%),
    linear-gradient(90deg, transparent, rgba(236, 228, 210, 0.07), transparent);
}

body.head-limited-detail-theme .head-limited-pack img {
  width: auto;
  max-width: min(88%, 560px);
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.86;
  filter:
    drop-shadow(0 28px 52px rgba(0, 0, 0, 0.46))
    contrast(1.05)
    brightness(1.08);
  transform: translateY(clamp(8px, 1vw, 14px));
}

body.head-limited-detail-theme .head-limited-sale-archive {
  margin-top: calc(clamp(20px, 2.8vw, 34px) * -0.35);
}

body.head-limited-detail-theme .minimal-header,
body.head-limited-detail-theme .head-archive-strip,
body.head-limited-detail-theme .head-sale-table,
body.head-limited-detail-theme .head-detail-bottom-nav {
  backdrop-filter: blur(18px);
}

body.head-limited-detail-theme .minimal-header {
  color: #f8f2e8;
  background:
    linear-gradient(90deg, rgba(16, 14, 11, 0.92), rgba(31, 28, 22, 0.78)),
    rgba(12, 10, 8, 0.86);
  border-color: rgba(236, 228, 210, 0.16);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
}

body.head-limited-detail-theme .desktop-nav a,
body.head-limited-detail-theme .brand-mark {
  color: #f8f2e8;
}

body.head-limited-great-white-shark-theme {
  background:
    linear-gradient(180deg, rgba(8, 37, 54, 0.84) 0%, rgba(2, 8, 13, 0.98) 46%, #030405 100%),
    #03070b;
  color: #edf7fb;
  overflow-x: clip;
}

body.head-limited-great-white-shark-theme .head-limited-blur-bg {
  background-image:
    linear-gradient(180deg, rgba(0, 11, 18, 0.42), rgba(0, 8, 14, 0.88) 58%, rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at 58% 22%, rgba(54, 189, 236, 0.22), transparent 30%),
    var(--limited-bg-image);
  filter: blur(24px) saturate(1.08) contrast(1.06) brightness(0.6);
}

body.head-limited-great-white-shark-theme .head-limited-blur-bg::after {
  background:
    radial-gradient(circle at 58% 18%, rgba(30, 176, 226, 0.1), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 18, 29, 0.18) 44%, rgba(0, 0, 0, 0.76)),
    linear-gradient(180deg, rgba(0, 27, 43, 0.22), rgba(0, 0, 0, 0.86) 76%);
}

body.head-limited-great-white-shark-theme .minimal-header {
  color: #f4fbff;
  background:
    linear-gradient(90deg, rgba(7, 24, 35, 0.92), rgba(11, 32, 45, 0.78)),
    rgba(4, 10, 15, 0.86);
  border-color: rgba(112, 190, 224, 0.18);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

body.head-limited-great-white-shark-theme .desktop-nav a,
body.head-limited-great-white-shark-theme .brand-mark {
  color: #f4fbff;
}

body.head-limited-great-white-shark-theme .head-limited-detail-page {
  position: relative;
  width: min(calc(100% - 32px), 1240px);
  overflow-x: clip;
}

body.head-limited-great-white-shark-theme .head-limited-detail-page::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 58% 18%, rgba(58, 187, 232, 0.16), transparent 28%),
    radial-gradient(circle at 78% 8%, rgba(177, 18, 52, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(5, 42, 62, 0.94), rgba(2, 8, 13, 0.96) 44%, rgba(0, 0, 0, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
  content: "";
}

body.head-limited-great-white-shark-theme .head-limited-detail-page::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.32)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  opacity: 0.32;
  content: "";
}

body.head-limited-great-white-shark-theme .head-limited-hero {
  min-height: min(780px, calc(100svh - 96px));
  align-items: center;
  isolation: isolate;
}

body.head-limited-great-white-shark-theme .head-limited-hero::before {
  position: absolute;
  inset: clamp(-42px, -4vw, -28px) 0 clamp(-38px, -3vw, -22px);
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 0 36%, rgba(141, 211, 236, 0.28) 37%, rgba(141, 211, 236, 0.08) 38%, transparent 43%),
    linear-gradient(180deg, rgba(0, 125, 178, 0.18), rgba(0, 0, 0, 0) 42%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(1, 24, 36, 0.14) 45%, rgba(0, 0, 0, 0.78)),
    linear-gradient(180deg, rgba(4, 43, 63, 0.78), rgba(2, 7, 11, 0.96));
  border-bottom: 1px solid rgba(103, 201, 245, 0.12);
  border-radius: 8px;
  content: "";
}

body.head-limited-great-white-shark-theme .detail-back-link {
  color: #f5dbe2;
  background: rgba(177, 18, 52, 0.12);
  border-color: rgba(218, 47, 88, 0.3);
}

body.head-limited-great-white-shark-theme .detail-back-link:hover,
body.head-limited-great-white-shark-theme .detail-back-link:focus-visible {
  color: #fff;
  background: rgba(177, 18, 52, 0.78);
  border-color: rgba(238, 78, 116, 0.82);
}

body.head-limited-great-white-shark-theme .head-africa-kicker {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  color: #ffc4d0;
  background: rgba(177, 18, 52, 0.16);
  border: 1px solid rgba(240, 83, 121, 0.22);
  border-radius: 999px;
  letter-spacing: 0.08em;
}

body.head-limited-great-white-shark-theme .head-africa-copy h1 span {
  color: #b11235;
  font-size: clamp(78px, 9vw, 132px);
  line-height: 0.92;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.08),
    0 9px 0 rgba(0, 0, 0, 0.32),
    0 22px 62px rgba(0, 0, 0, 0.62),
    0 0 48px rgba(205, 22, 62, 0.16);
}

body.head-limited-great-white-shark-theme .head-africa-copy h1 small {
  color: rgba(236, 248, 255, 0.82);
}

body.head-limited-great-white-shark-theme .head-shark-cinema-note {
  position: relative;
  max-width: 540px;
  margin: clamp(20px, 2.4vw, 28px) 0 clamp(24px, 3.4vw, 40px);
  padding: 16px 0 0 20px;
  color: rgba(232, 247, 255, 0.78);
  border-left: 2px solid rgba(240, 83, 121, 0.72);
  font-size: clamp(14px, 1.16vw, 16px);
  font-weight: 680;
  line-height: 1.9;
}

body.head-limited-great-white-shark-theme .head-limited-archive {
  background: rgba(55, 126, 158, 0.16);
  border-color: rgba(103, 201, 245, 0.16);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

body.head-limited-great-white-shark-theme .head-limited-archive article {
  background:
    linear-gradient(180deg, rgba(9, 54, 77, 0.66), rgba(2, 13, 21, 0.78)),
    rgba(4, 12, 18, 0.72);
}

body.head-limited-great-white-shark-theme .head-limited-archive article::before,
body.head-limited-great-white-shark-theme .head-sale-archive article::before {
  background: rgba(214, 34, 73, 0.72);
}

body.head-limited-great-white-shark-theme .head-limited-cover::before {
  background:
    linear-gradient(180deg, rgba(19, 97, 130, 0.24), rgba(177, 18, 52, 0.08)),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(112, 190, 224, 0.16);
  box-shadow:
    0 28px 100px rgba(17, 125, 177, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

body.head-limited-great-white-shark-theme .head-limited-cover img {
  padding: clamp(7px, 0.8vw, 10px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.5)),
    #03070b;
  border-color: rgba(232, 52, 90, 0.46);
  border-radius: 3px;
  box-shadow:
    0 46px 120px rgba(0, 0, 0, 0.68),
    0 0 0 1px rgba(103, 201, 245, 0.22),
    0 0 96px rgba(0, 126, 184, 0.22);
  filter: contrast(1.12) saturate(1.08);
}

body.head-limited-great-white-shark-theme .head-africa-gallery-section .head-africa-section-heading h2,
body.head-limited-great-white-shark-theme .head-sale-heading h2,
body.head-limited-great-white-shark-theme .head-limited-scale .head-africa-section-heading h2 {
  color: #f7fbff;
}

body.head-limited-great-white-shark-theme .head-africa-species-heading span {
  color: #f6dbe3;
  background: rgba(177, 18, 52, 0.18);
  border-color: rgba(218, 47, 88, 0.28);
}

body.head-limited-great-white-shark-theme .head-africa-species-heading h3 {
  color: #f7fbff;
}

body.head-limited-great-white-shark-theme .head-africa-gallery-section {
  position: relative;
  padding-top: clamp(50px, 6vw, 78px);
}

body.head-limited-great-white-shark-theme .head-africa-gallery-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 211, 246, 0.24), rgba(177, 18, 52, 0.32), transparent);
  content: "";
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid,
body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(12px, 1.5vw, 18px);
  padding: clamp(10px, 1.1vw, 14px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(4, 13, 20, 0.74);
  border: 1px solid rgba(103, 201, 245, 0.12);
  border-radius: 8px;
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid img,
body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid img {
  grid-row: auto;
  height: auto;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92), rgba(226, 240, 243, 0.86) 38%, rgba(9, 37, 51, 0.9) 100%);
  border-color: rgba(112, 190, 224, 0.2);
  border-radius: 3px;
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  filter: contrast(1.12) saturate(0.92) brightness(0.9);
  transition:
    border-color 220ms ease,
    filter 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid img:hover,
body.head-limited-great-white-shark-theme .head-limited-photo-grid img:focus-visible {
  border-color: rgba(240, 83, 121, 0.52);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(240, 83, 121, 0.18);
  filter: contrast(1.18) saturate(1) brightness(0.98);
  transform: translateY(-3px);
}

body.head-limited-great-white-shark-theme .head-sale-section {
  border-color: rgba(103, 201, 245, 0.15);
  position: relative;
}

body.head-limited-great-white-shark-theme .head-sale-table,
body.head-limited-great-white-shark-theme .head-sale-table-limited {
  background: rgba(6, 24, 35, 0.82);
  border-color: rgba(103, 201, 245, 0.18);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.34);
}

body.head-limited-great-white-shark-theme .head-sale-row-head {
  color: rgba(230, 246, 255, 0.58);
  background: rgba(255, 255, 255, 0.035);
}

body.head-limited-great-white-shark-theme .head-sale-option {
  background:
    linear-gradient(180deg, rgba(19, 82, 112, 0.26), rgba(255, 255, 255, 0.04)),
    rgba(4, 14, 22, 0.86);
  border-color: rgba(103, 201, 245, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

body.head-limited-great-white-shark-theme .head-sale-option em {
  color: rgba(174, 221, 239, 0.86);
}

body.head-limited-great-white-shark-theme .head-sale-option strong {
  color: #fff;
  text-shadow: 0 0 24px rgba(240, 83, 121, 0.22);
}

body.head-limited-great-white-shark-theme .head-sale-option strong::before {
  color: #f05379;
}

body.head-limited-great-white-shark-theme .head-sale-option span {
  color: rgba(231, 246, 255, 0.68);
}

body.head-limited-great-white-shark-theme .head-limited-scale img {
  background: rgba(5, 18, 28, 0.92);
  border-color: rgba(103, 201, 245, 0.18);
  border-radius: 3px;
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  filter: contrast(1.05) brightness(0.92);
}

body.head-limited-great-white-shark-theme .head-detail-limited-nav {
  background: rgba(103, 201, 245, 0.13);
  border-color: rgba(103, 201, 245, 0.16);
}

body.head-limited-great-white-shark-theme .head-detail-limited-nav .head-detail-episode-link {
  background:
    linear-gradient(180deg, rgba(10, 47, 67, 0.74), rgba(4, 14, 22, 0.88)),
    #08131c;
}

body.head-limited-great-white-shark-theme .head-detail-limited-nav .head-detail-episode-link.is-active {
  background:
    linear-gradient(180deg, rgba(177, 18, 52, 0.34), rgba(4, 14, 22, 0.88)),
    #111924;
}

body.head-limited-great-white-shark-theme .site-footer {
  color: rgba(220, 244, 255, 0.62);
  background: #030405;
}

body.head-limited-great-white-shark-theme {
  background:
    linear-gradient(180deg, rgba(7, 24, 31, 0.86) 0%, rgba(4, 9, 12, 0.98) 48%, #050505 100%),
    #060708;
  color: #f4efe6;
}

body.head-limited-great-white-shark-theme .head-limited-blur-bg {
  background-image:
    linear-gradient(180deg, rgba(0, 9, 13, 0.5), rgba(3, 7, 9, 0.9) 58%, rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at 58% 22%, rgba(119, 175, 190, 0.14), transparent 30%),
    var(--limited-bg-image);
  filter: blur(25px) saturate(0.78) contrast(1.08) brightness(0.54);
}

body.head-limited-great-white-shark-theme .head-limited-blur-bg::after {
  background:
    radial-gradient(circle at 58% 18%, rgba(142, 187, 196, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(7, 17, 20, 0.18) 44%, rgba(0, 0, 0, 0.78)),
    linear-gradient(180deg, rgba(0, 27, 43, 0.18), rgba(0, 0, 0, 0.88) 76%);
}

body.head-limited-great-white-shark-theme .minimal-header {
  color: #f8f2e8;
  background:
    linear-gradient(90deg, rgba(12, 15, 16, 0.94), rgba(23, 28, 30, 0.82)),
    rgba(8, 10, 11, 0.88);
  border-color: rgba(236, 228, 210, 0.14);
}

body.head-limited-great-white-shark-theme .desktop-nav a,
body.head-limited-great-white-shark-theme .brand-mark {
  color: #f8f2e8;
}

body.head-limited-great-white-shark-theme .head-limited-detail-page::before {
  background:
    radial-gradient(circle at 58% 18%, rgba(126, 177, 188, 0.1), transparent 28%),
    radial-gradient(circle at 78% 8%, rgba(132, 28, 43, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(8, 31, 38, 0.82), rgba(4, 9, 11, 0.96) 44%, rgba(0, 0, 0, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px);
}

body.head-limited-great-white-shark-theme .head-limited-hero::before {
  background:
    linear-gradient(180deg, transparent 0 36%, rgba(164, 190, 192, 0.18) 37%, rgba(164, 190, 192, 0.05) 38%, transparent 43%),
    linear-gradient(180deg, rgba(46, 87, 97, 0.15), rgba(0, 0, 0, 0) 42%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(8, 25, 29, 0.14) 45%, rgba(0, 0, 0, 0.8)),
    linear-gradient(180deg, rgba(13, 34, 39, 0.82), rgba(4, 7, 8, 0.96));
  border-bottom-color: rgba(236, 228, 210, 0.1);
}

body.head-limited-great-white-shark-theme .detail-back-link {
  color: #f4e5df;
  background: rgba(124, 24, 36, 0.12);
  border-color: rgba(164, 59, 71, 0.24);
}

body.head-limited-great-white-shark-theme .detail-back-link:hover,
body.head-limited-great-white-shark-theme .detail-back-link:focus-visible {
  color: #fff;
  background: rgba(124, 24, 36, 0.72);
  border-color: rgba(176, 83, 91, 0.76);
}

body.head-limited-great-white-shark-theme .head-africa-kicker {
  color: rgba(245, 231, 218, 0.84);
  background: rgba(12, 18, 19, 0.48);
  border-color: rgba(236, 228, 210, 0.13);
}

body.head-limited-great-white-shark-theme .head-africa-copy h1 span {
  color: #f3eee6;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.04),
    0 12px 0 rgba(0, 0, 0, 0.28),
    0 24px 68px rgba(0, 0, 0, 0.64);
}

body.head-limited-great-white-shark-theme .head-africa-copy h1 small,
body.head-limited-great-white-shark-theme .head-shark-cinema-note {
  color: rgba(226, 218, 204, 0.8);
}

body.head-limited-great-white-shark-theme .head-shark-cinema-note {
  border-left-color: rgba(146, 42, 50, 0.72);
}

body.head-limited-great-white-shark-theme .head-limited-archive,
body.head-limited-great-white-shark-theme .head-sale-table,
body.head-limited-great-white-shark-theme .head-sale-table-limited,
body.head-limited-great-white-shark-theme .head-detail-limited-nav {
  background: rgba(236, 228, 210, 0.1);
  border-color: rgba(236, 228, 210, 0.13);
}

body.head-limited-great-white-shark-theme .head-limited-archive article,
body.head-limited-great-white-shark-theme .head-sale-option,
body.head-limited-great-white-shark-theme .head-detail-limited-nav .head-detail-episode-link {
  background:
    linear-gradient(180deg, rgba(32, 39, 39, 0.68), rgba(10, 13, 14, 0.8)),
    rgba(9, 10, 10, 0.72);
  border-color: rgba(236, 228, 210, 0.12);
}

body.head-limited-great-white-shark-theme .head-limited-archive article::before,
body.head-limited-great-white-shark-theme .head-sale-archive article::before {
  background: rgba(139, 42, 49, 0.72);
}

body.head-limited-great-white-shark-theme .head-limited-cover::before {
  background:
    linear-gradient(180deg, rgba(87, 109, 110, 0.16), rgba(124, 24, 36, 0.06)),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(236, 228, 210, 0.12);
  box-shadow:
    0 28px 100px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

body.head-limited-great-white-shark-theme .head-limited-cover img {
  border-color: rgba(146, 42, 50, 0.34);
  box-shadow:
    0 46px 120px rgba(0, 0, 0, 0.68),
    0 0 0 1px rgba(236, 228, 210, 0.15),
    0 0 72px rgba(80, 107, 111, 0.14);
  filter: contrast(1.08) saturate(0.9) brightness(0.94);
}

body.head-limited-great-white-shark-theme .head-africa-gallery-section .head-africa-section-heading h2,
body.head-limited-great-white-shark-theme .head-sale-heading h2,
body.head-limited-great-white-shark-theme .head-limited-scale .head-africa-section-heading h2,
body.head-limited-great-white-shark-theme .head-africa-species-heading h3,
body.head-limited-great-white-shark-theme .head-sale-option strong {
  color: #f3eee6;
}

body.head-limited-great-white-shark-theme .head-africa-species-heading span {
  color: rgba(245, 231, 218, 0.82);
  background: rgba(124, 24, 36, 0.13);
  border-color: rgba(146, 42, 50, 0.24);
}

body.head-limited-great-white-shark-theme .head-africa-gallery-section::before {
  background: linear-gradient(90deg, transparent, rgba(236, 228, 210, 0.14), rgba(146, 42, 50, 0.22), transparent);
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 10, 0.74);
  border-color: rgba(236, 228, 210, 0.1);
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid img,
body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid img,
body.head-limited-great-white-shark-theme .head-limited-photo-grid img:first-child,
body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid img:first-child {
  border-color: rgba(236, 228, 210, 0.12);
  filter: contrast(1.08) saturate(0.82) brightness(0.88);
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid img:hover,
body.head-limited-great-white-shark-theme .head-limited-photo-grid img:focus-visible {
  border-color: rgba(146, 42, 50, 0.48);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(146, 42, 50, 0.16);
  filter: contrast(1.12) saturate(0.94) brightness(0.96);
}

body.head-limited-great-white-shark-theme .head-sale-row-head {
  color: rgba(226, 218, 204, 0.56);
  background: rgba(255, 255, 255, 0.032);
}

body.head-limited-great-white-shark-theme .head-sale-option em {
  color: rgba(226, 218, 204, 0.76);
}

body.head-limited-great-white-shark-theme .head-sale-option strong {
  text-shadow: 0 0 20px rgba(146, 42, 50, 0.16);
}

body.head-limited-great-white-shark-theme .head-sale-option strong::before {
  color: rgba(164, 59, 71, 0.9);
}

body.head-limited-great-white-shark-theme .head-sale-option span {
  color: rgba(226, 218, 204, 0.66);
}

body.head-limited-great-white-shark-theme .head-limited-scale img {
  background: rgba(8, 10, 10, 0.9);
  border-color: rgba(236, 228, 210, 0.12);
  filter: contrast(1.03) saturate(0.86) brightness(0.9);
}

body.head-limited-great-white-shark-theme .head-detail-limited-nav .head-detail-episode-link.is-active {
  background:
    linear-gradient(180deg, rgba(124, 24, 36, 0.22), rgba(10, 13, 14, 0.86)),
    #121414;
}

body.head-limited-great-white-shark-theme .site-footer {
  color: rgba(226, 218, 204, 0.6);
  background: #050505;
}

body:has(.head-africa-page):not(.head-limited-great-white-shark-theme) .head-sale-row {
  border-top-color: rgba(236, 228, 210, 0.12);
}

body:has(.head-africa-page):not(.head-limited-great-white-shark-theme) .head-sale-row-head {
  color: rgba(246, 241, 230, 0.58);
  background: rgba(255, 255, 255, 0.045);
}

body:has(.head-africa-page):not(.head-limited-great-white-shark-theme) .head-sale-option {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(236, 228, 210, 0.12);
}

body.head-limited-great-white-shark-theme .head-sale-table,
body.head-limited-great-white-shark-theme .head-sale-table-limited {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.014)),
    rgba(8, 10, 10, 0.82);
  border-color: rgba(236, 228, 210, 0.12);
}

body.head-limited-great-white-shark-theme .head-sale-option {
  background:
    linear-gradient(180deg, rgba(32, 39, 39, 0.68), rgba(10, 13, 14, 0.82)),
    rgba(9, 10, 10, 0.76);
  border-color: rgba(236, 228, 210, 0.12);
}

body:has(.head-africa-page):not(.head-limited-great-white-shark-theme) .head-sale-row.is-active {
  background: rgba(222, 192, 141, 0.08);
}

body:has(.head-africa-page) .head-sale-copy {
  color: #171410;
  background: rgba(222, 192, 141, 0.9);
  border-color: rgba(222, 192, 141, 0.92);
}

body:has(.head-africa-page) .head-sale-copy:hover,
body:has(.head-africa-page) .head-sale-copy:focus-visible {
  background: rgba(246, 221, 172, 0.96);
  border-color: rgba(246, 221, 172, 0.96);
}

body:has(.head-africa-page) .head-sale-copy-output {
  color: #f6f1e6;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(222, 192, 141, 0.24);
}

body:has(.head-africa-page) .head-detail-bottom-nav {
  background: rgba(236, 228, 210, 0.12);
  border-color: rgba(236, 228, 210, 0.14);
}

body:has(.head-africa-page) .head-detail-bottom-nav a,
body:has(.head-africa-page) .head-detail-bottom-nav span {
  color: #f6f1e6;
  background: rgba(255, 255, 255, 0.075);
}

body:has(.head-africa-page) .head-detail-bottom-nav a:hover,
body:has(.head-africa-page) .head-detail-bottom-nav a:focus-visible {
  color: #171410;
  background: rgba(222, 192, 141, 0.9);
}

body:has(.head-africa-page) .head-detail-bottom-nav span {
  color: rgba(246, 241, 230, 0.46);
}

body:has(.head-africa-page) .head-detail-episode-nav {
  background: rgba(236, 228, 210, 0.14);
  border-color: rgba(236, 228, 210, 0.16);
}

body:has(.head-africa-page) .head-detail-episode-nav .head-detail-episode-link {
  color: #f6f1e6;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #3f3d38;
}

body:has(.head-africa-page) .head-detail-episode-nav .head-detail-episode-link.is-active {
  background:
    linear-gradient(180deg, rgba(222, 192, 141, 0.14), rgba(255, 255, 255, 0.03)),
    #4a473f;
}

body:has(.head-africa-page) .head-detail-episode-nav a.head-detail-episode-link:hover,
body:has(.head-africa-page) .head-detail-episode-nav a.head-detail-episode-link:focus-visible {
  color: #f8f2e8;
  background:
    linear-gradient(180deg, rgba(222, 192, 141, 0.2), rgba(255, 255, 255, 0.045)),
    #514d44;
}

.head-detail-nav {
  position: sticky;
  top: 92px;
  z-index: 24;
  display: flex;
  width: max-content;
  max-width: 100%;
  gap: 4px;
  margin: 0 auto clamp(42px, 5vw, 68px);
  padding: 5px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(222, 219, 211, 0.9);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(20, 20, 18, 0.06);
}

.head-detail-nav a {
  min-height: 34px;
  padding: 8px 14px;
  color: var(--muted);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 820;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.head-detail-nav a:hover,
.head-detail-nav a:focus-visible {
  color: var(--moss-dark);
  background: rgba(93, 108, 73, 0.08);
  outline: none;
}

.head-archive-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: clamp(-34px, -2vw, -20px) 0 clamp(48px, 6vw, 78px);
  background: rgba(222, 219, 211, 0.92);
  border: 1px solid rgba(222, 219, 211, 0.92);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(20, 20, 18, 0.05);
}

.head-archive-strip article {
  display: grid;
  min-height: 108px;
  align-content: center;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 245, 239, 0.58)),
    #fff;
}

.head-archive-strip span {
  color: var(--moss);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.head-archive-strip strong {
  color: var(--ink);
  font-size: clamp(22px, 2.35vw, 32px);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.head-archive-strip em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 720;
  line-height: 1.45;
}

.head-africa-scale,
.head-africa-gallery-section {
  margin-top: clamp(58px, 7vw, 96px);
  padding-top: 0;
}

.head-africa-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.28fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: end;
  margin-bottom: clamp(24px, 3.6vw, 42px);
  padding-bottom: clamp(14px, 2vw, 20px);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.head-africa-section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.head-species-tabs {
  position: sticky;
  top: 150px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: calc(clamp(24px, 3.6vw, 42px) * -0.45) 0 clamp(28px, 4vw, 46px);
  padding: 7px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(222, 219, 211, 0.92);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(20, 20, 18, 0.05);
}

.head-species-tabs button {
  min-height: 36px;
  padding: 8px 13px;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 820;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.head-species-tabs button:hover,
.head-species-tabs button:focus-visible {
  color: var(--moss-dark);
  background: rgba(93, 108, 73, 0.08);
  outline: none;
}

.head-species-tabs button.is-active {
  color: #fff;
  background: var(--moss-dark);
  border-color: var(--moss-dark);
}

.head-africa-scale img {
  display: block;
  width: 100%;
  height: auto;
  padding: clamp(8px, 1.4vw, 16px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 245, 239, 0.54)),
    var(--folio-page);
  border: 1px solid rgba(222, 219, 211, 0.92);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(20, 20, 18, 0.08);
}

.head-africa-gallery-list {
  display: grid;
  gap: clamp(46px, 6.4vw, 84px);
}

.head-africa-gallery-section .head-africa-section-heading {
  display: block;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: clamp(32px, 4.2vw, 54px);
  margin-left: auto;
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
}

.head-africa-gallery-section .head-africa-section-heading h2 {
  font-size: clamp(42px, 5.8vw, 70px);
}

.head-africa-gallery-section .head-africa-species:first-child {
  padding-top: 0;
  border-top: 0;
}

.head-africa-species {
  display: grid;
  grid-template-columns: minmax(230px, 0.27fr) minmax(0, 1fr);
  gap: clamp(22px, 3.8vw, 56px);
  align-items: start;
  padding-top: clamp(28px, 3.6vw, 46px);
  border-top: 1px solid var(--line);
  scroll-margin-top: 180px;
}

.head-africa-species-heading {
  position: sticky;
  top: 96px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: clamp(2px, 0.7vw, 10px);
  padding-bottom: 0;
  border-bottom: 0;
}

.head-africa-species-heading span {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--moss-dark);
  background: rgba(93, 108, 73, 0.08);
  border: 1px solid rgba(93, 108, 73, 0.16);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.head-africa-species-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.02;
  letter-spacing: 0;
}

.head-africa-species-heading p {
  max-width: 210px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.75;
}

.head-species-profile {
  display: grid;
  grid-column: 2;
  grid-template-columns: minmax(150px, 0.26fr) minmax(0, 1fr);
  gap: clamp(18px, 2.6vw, 34px);
  align-items: start;
  margin-bottom: clamp(12px, 1.5vw, 18px);
  padding: clamp(20px, 2.6vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 245, 239, 0.56)),
    #fff;
  border: 1px solid rgba(222, 219, 211, 0.92);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 20, 18, 0.045);
}

.head-species-profile-label {
  display: grid;
  gap: 10px;
}

.head-species-profile-label span {
  color: var(--moss);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.head-species-profile-label strong {
  color: var(--moss-dark);
  font-size: clamp(16px, 1.5vw, 21px);
  font-style: italic;
  font-weight: 820;
  line-height: 1.22;
}

.head-species-profile-copy {
  display: grid;
  gap: 10px;
}

.head-species-profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 650;
  line-height: 1.9;
}

.head-africa-photo-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  grid-auto-rows: clamp(210px, 22vw, 310px);
  gap: clamp(14px, 1.8vw, 20px);
  margin-top: 0;
}

.head-africa-photo-grid-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: clamp(170px, 16.5vw, 240px);
}

.head-africa-species:first-child .head-africa-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: clamp(210px, 18vw, 292px);
}

.head-africa-photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #f3f0e8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20, 20, 18, 0.07);
  cursor: zoom-in;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.head-africa-photo-grid img:first-child {
  grid-row: span 2;
}

.head-africa-species:first-child .head-africa-photo-grid img:first-child {
  grid-row: auto;
}

.head-africa-photo-grid-large img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.head-africa-photo-grid img:hover {
  border-color: rgba(93, 108, 73, 0.28);
  box-shadow: 0 24px 48px rgba(20, 20, 18, 0.1);
  transform: translateY(-3px);
}

.head-africa-photo-grid img:focus-visible {
  border-color: rgba(93, 108, 73, 0.42);
  outline: 2px solid rgba(93, 108, 73, 0.38);
  outline-offset: 3px;
}

body.head-africa-theme .head-africa-page {
  color: #f6f1e6;
  padding-top: clamp(18px, 3vw, 40px);
}

body.head-africa-theme .detail-back-link {
  color: rgba(246, 241, 230, 0.72);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(236, 228, 210, 0.16);
}

body.head-africa-theme .detail-back-link:hover {
  color: #fff;
  border-color: rgba(222, 192, 141, 0.46);
}

body.head-africa-theme .head-africa-hero {
  grid-template-columns: minmax(0, 0.84fr) minmax(380px, 0.58fr);
  gap: clamp(36px, 5.2vw, 76px);
  align-items: start;
  isolation: isolate;
  min-height: auto;
  margin-bottom: clamp(52px, 6.2vw, 84px);
  padding: clamp(18px, 3vw, 34px) 0 clamp(28px, 4vw, 46px);
  border-bottom-color: rgba(236, 228, 210, 0.14);
}

body.head-africa-theme .head-africa-hero::after {
  position: absolute;
  inset: 7% 0 auto 46%;
  z-index: -1;
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  background:
    radial-gradient(circle at 50% 50%, rgba(222, 192, 141, 0.14), rgba(222, 192, 141, 0.02) 58%, transparent 72%);
  content: "";
  pointer-events: none;
}

body.head-africa-theme .head-africa-copy .detail-back-link {
  position: absolute;
  top: clamp(0px, 0.5vw, 6px);
  left: 0;
  z-index: 2;
  margin-bottom: 0;
}

body.head-africa-theme .head-africa-copy {
  position: relative;
  z-index: 1;
  padding-top: clamp(150px, 13.5vw, 196px);
}

body.head-africa-theme .head-africa-copy::after {
  display: none;
  content: none;
}

body.head-africa-theme .head-africa-kicker {
  display: none;
}

body.head-africa-theme .head-africa-copy h1 {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 28px);
  align-items: flex-end;
  max-width: 760px;
  margin-top: 0;
  color: #f8f2e8;
  font-size: clamp(58px, 7vw, 100px);
  line-height: 0.86;
  text-wrap: balance;
}

body.head-africa-theme .head-africa-copy h1 span {
  display: block;
  flex: 0 0 auto;
}

body.head-africa-theme .head-africa-copy h1 small {
  display: block;
  flex: 0 0 auto;
  padding-bottom: clamp(6px, 0.9vw, 12px);
  color: rgba(246, 241, 230, 0.78);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 760;
  line-height: 1.18;
  white-space: nowrap;
}

body.head-africa-theme .head-hero-pack {
  position: relative;
  width: min(100%, 720px);
  height: clamp(280px, 24.8vw, 358px);
  min-height: clamp(280px, 24.8vw, 358px);
  margin: clamp(34px, 4vw, 56px) 0 0;
  padding-top: clamp(12px, 1.3vw, 20px);
  overflow: hidden;
  display: flex;
  align-items: end;
  border-bottom: 1px solid rgba(236, 228, 210, 0.14);
}

body.head-africa-theme .head-hero-pack::before {
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(222, 192, 141, 0.14), transparent 62%),
    linear-gradient(90deg, transparent, rgba(236, 228, 210, 0.1), transparent);
  content: "";
  pointer-events: none;
}

body.head-africa-theme .head-hero-pack img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  opacity: 0.86;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.34));
  transform: translateY(clamp(8px, 1vw, 12px));
}

body.head-africa-theme .head-africa-copy .head-archive-strip {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.28fr) minmax(0, 0.86fr);
  gap: 0;
  overflow: visible;
  max-width: 760px;
  margin: clamp(32px, 4.1vw, 52px) 0 0;
  padding: clamp(18px, 2vw, 25px) 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(236, 228, 210, 0.18);
  border-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

body.head-africa-theme .head-africa-copy .head-archive-strip article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(84px, 7.4vw, 104px);
  align-content: start;
  align-items: start;
  gap: clamp(12px, 1.3vw, 16px);
  padding: 0 clamp(12px, 1.35vw, 18px);
  background: transparent;
  border-top: 0;
  border-left: 1px solid rgba(236, 228, 210, 0.12);
}

body.head-africa-theme .head-africa-copy .head-archive-strip article::before {
  width: clamp(30px, 3vw, 42px);
  height: 2px;
  background: rgba(222, 192, 141, 0.62);
  content: "";
}

body.head-africa-theme .head-africa-copy .head-archive-strip article:first-child {
  padding-left: 0;
  border-left: 0;
}

body.head-africa-theme .head-africa-copy .head-archive-strip article:last-child {
  padding-right: 0;
}

body.head-africa-theme .head-archive-strip span,
body.head-africa-theme .head-africa-section-heading span {
  color: rgba(222, 192, 141, 0.86);
}

body.head-africa-theme .head-archive-strip strong,
body.head-africa-theme .head-africa-section-heading h2,
body.head-africa-theme .head-africa-species-heading h3,
body.head-africa-theme .head-sale-heading h2,
body.head-africa-theme .head-sale-row h3,
body.head-africa-theme .head-sale-option strong {
  color: #f8f2e8;
}

body.head-africa-theme .head-africa-copy .head-archive-strip strong {
  font-size: clamp(19px, 1.9vw, 25px);
  line-height: 1.12;
  white-space: nowrap;
  word-break: keep-all;
}

body.head-africa-theme .head-sale-archive {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.24fr) minmax(0, 0.94fr);
  gap: 1px;
  overflow: hidden;
  margin: 0 0 clamp(18px, 2.8vw, 32px);
  padding: 0;
  background: rgba(236, 228, 210, 0.12);
  border: 1px solid rgba(236, 228, 210, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.22);
}

body.head-africa-theme .head-sale-archive article {
  position: relative;
  display: grid;
  min-height: clamp(88px, 6.4vw, 108px);
  align-content: center;
  gap: clamp(9px, 1vw, 13px);
  padding: clamp(16px, 1.65vw, 21px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(20, 17, 13, 0.78);
  border: 0;
}

body.head-africa-theme .head-sale-archive article::before {
  order: 2;
  width: clamp(34px, 3.2vw, 52px);
  height: 2px;
  background: rgba(222, 192, 141, 0.62);
  content: "";
}

body.head-africa-theme .head-sale-archive span {
  order: 1;
}

body.head-africa-theme .head-sale-archive strong {
  order: 3;
  font-size: clamp(17px, 1.56vw, 25px);
  line-height: 1.12;
  white-space: nowrap;
  word-break: keep-all;
}

body.head-africa-theme .head-africa-cover::before {
  inset: clamp(16px, 1.8vw, 26px) clamp(-24px, -1.4vw, -12px) auto auto;
  width: 82%;
  height: 94%;
  background: rgba(222, 192, 141, 0.09);
  border-color: rgba(236, 228, 210, 0.1);
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.26);
}

body.head-africa-theme .head-africa-cover {
  transform: translateY(clamp(50px, 4.4vw, 60px));
}

body.head-africa-theme .head-africa-cover img,
body.head-africa-theme .head-africa-scale img {
  background: #16130f;
  border-color: rgba(236, 228, 210, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

body.head-africa-theme .head-africa-cover img {
  width: min(100%, 560px);
  border-radius: 7px;
  filter: saturate(1.04) contrast(1.02);
  transform: none;
}

body.head-africa-theme .head-africa-gallery-section {
  margin-top: 0;
}

body.head-africa-theme .head-africa-gallery-list {
  gap: clamp(34px, 5.5vw, 72px);
}

body.head-africa-theme .head-africa-species {
  --species-photo-gap: clamp(14px, 1.8vw, 20px);
  grid-template-columns: 1fr;
  row-gap: clamp(12px, 1.6vw, 18px);
  column-gap: 0;
  align-items: start;
  padding-top: clamp(30px, 3.6vw, 46px);
  border-color: rgba(236, 228, 210, 0.14);
}

body.head-africa-theme .head-africa-species-heading {
  position: static;
  grid-column: 1;
  justify-self: start;
  align-self: start;
  width: calc((100% - (var(--species-photo-gap) * 2)) / 3);
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.head-africa-theme .head-africa-species-heading span {
  color: rgba(222, 192, 141, 0.92);
  background: rgba(222, 192, 141, 0.1);
  border-color: rgba(222, 192, 141, 0.22);
}

body.head-africa-theme .head-africa-species-heading {
  gap: clamp(10px, 1.6vw, 14px);
}

body.head-africa-theme .head-africa-species-heading h3 {
  font-size: clamp(18px, 1.95vw, 27px);
  line-height: 1.04;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

body.head-africa-theme .head-africa-photo-grid,
body.head-africa-theme .head-africa-species:first-child .head-africa-photo-grid {
  grid-column: 1;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: var(--species-photo-gap);
}

body.head-africa-theme .head-africa-photo-grid img:first-child,
body.head-africa-theme .head-africa-species:first-child .head-africa-photo-grid img:first-child {
  grid-row: auto;
}

body.head-africa-theme .head-africa-photo-grid img {
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  background: transparent;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: none;
}

body.head-africa-theme .head-africa-photo-grid img:hover,
body.head-africa-theme .head-africa-photo-grid img:focus-visible {
  border-color: rgba(222, 192, 141, 0.12);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
}

body.head-limited-detail-theme .head-limited-photo-grid,
body.head-limited-detail-theme .head-limited-species:first-child .head-limited-photo-grid {
  grid-column: 1;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: var(--species-photo-gap);
}

body.head-limited-detail-theme .head-limited-photo-grid img,
body.head-limited-detail-theme .head-limited-species:first-child .head-limited-photo-grid img {
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

body.head-limited-detail-theme .head-limited-photo-grid img:first-child,
body.head-limited-detail-theme .head-limited-species:first-child .head-limited-photo-grid img:first-child {
  grid-row: auto;
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid,
body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(12px, 1.5vw, 18px);
  padding: clamp(10px, 1.1vw, 14px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(4, 13, 20, 0.74);
  border: 1px solid rgba(103, 201, 245, 0.12);
  border-radius: 8px;
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.head-limited-great-white-shark-theme .head-limited-photo-grid img,
body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid img,
body.head-limited-great-white-shark-theme .head-limited-photo-grid img:first-child,
body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid img:first-child {
  grid-row: auto;
  height: auto;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92), rgba(226, 240, 243, 0.86) 38%, rgba(9, 37, 51, 0.9) 100%);
  border-color: rgba(112, 190, 224, 0.2);
  border-radius: 3px;
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  filter: contrast(1.12) saturate(0.92) brightness(0.9);
}

body.head-africa-theme:not(.head-limited-great-white-shark-theme) .head-sale-section {
  margin-top: clamp(46px, 5.5vw, 82px);
  padding-top: clamp(40px, 5vw, 64px);
  border-color: rgba(236, 228, 210, 0.14);
}

body.head-africa-theme:not(.head-limited-great-white-shark-theme) .head-sale-heading {
  display: block;
  margin-bottom: clamp(24px, 3.5vw, 42px);
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
}

body.head-africa-theme:not(.head-limited-great-white-shark-theme) .head-sale-table {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(20, 17, 13, 0.78);
  border-color: rgba(236, 228, 210, 0.14);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.22);
}

body.head-africa-theme:not(.head-limited-great-white-shark-theme) .head-sale-row {
  border-top-color: rgba(236, 228, 210, 0.12);
}

body.head-africa-theme:not(.head-limited-great-white-shark-theme) .head-sale-row-head {
  color: rgba(246, 241, 230, 0.58);
  background: rgba(255, 255, 255, 0.045);
}

body.head-africa-theme:not(.head-limited-great-white-shark-theme) .head-sale-option {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(236, 228, 210, 0.12);
}

body.head-africa-theme:not(.head-limited-great-white-shark-theme) .head-sale-option span {
  color: rgba(246, 241, 230, 0.66);
}

body.head-africa-theme .head-africa-scale {
  margin-top: clamp(82px, 8vw, 124px);
  padding-top: clamp(34px, 4.4vw, 58px);
  border-top: 1px solid rgba(236, 228, 210, 0.18);
}

body.head-africa-theme .head-africa-scale .head-africa-section-heading {
  display: block;
  margin-bottom: clamp(28px, 3.6vw, 46px);
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
}

body.head-africa-theme .head-africa-scale .head-africa-section-heading h2 {
  font-size: clamp(30px, 3.6vw, 46px);
}

body.head-africa-theme .head-africa-gallery-section .head-africa-section-heading h2,
body.head-africa-theme .head-sale-heading h2,
body.head-africa-theme .head-africa-scale .head-africa-section-heading h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.04;
}

.head-sale-row.is-active {
  background: rgba(247, 245, 239, 0.58);
}

.head-sale-row.is-flashing {
  animation: headSaleFlash 1400ms ease;
}

@keyframes headSaleFlash {
  0%,
  100% {
    background: rgba(247, 245, 239, 0.58);
  }

  36% {
    background: rgba(93, 108, 73, 0.11);
  }
}

.head-sale-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.head-sale-copy {
  min-height: 40px;
  padding: 10px 15px;
  color: #fff;
  background: var(--moss-dark);
  border: 1px solid var(--moss-dark);
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 820;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.head-sale-copy:hover,
.head-sale-copy:focus-visible {
  background: #26301f;
  border-color: #26301f;
  outline: none;
  transform: translateY(-1px);
}

.head-sale-actions span {
  min-width: 54px;
  color: var(--moss);
  font-size: 13px;
  font-weight: 820;
}

.head-sale-copy-output {
  width: 100%;
  min-height: 92px;
  margin-top: 12px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(93, 108, 73, 0.28);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
  resize: vertical;
}

.head-sale-copy-output[hidden] {
  display: none;
}

.head-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(44px, 0.12fr) minmax(0, 1fr) minmax(44px, 0.12fr);
  align-items: center;
  gap: clamp(8px, 2vw, 18px);
  padding: clamp(18px, 3vw, 34px);
  background: rgba(18, 17, 15, 0.76);
  backdrop-filter: blur(16px);
}

.head-lightbox[hidden] {
  display: none;
}

.head-lightbox-figure {
  display: grid;
  max-width: min(100%, 980px);
  max-height: calc(100svh - 76px);
  justify-self: center;
  gap: 12px;
  margin: 0;
}

.head-lightbox-zoom {
  position: relative;
  display: grid;
  max-width: 100%;
  max-height: calc(100svh - 132px);
  justify-self: center;
  overflow: hidden;
  background: var(--folio-page);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  cursor: zoom-in;
}

.head-lightbox-figure img {
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 132px);
  justify-self: center;
  object-fit: contain;
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
  transition: transform 180ms ease;
  will-change: transform;
}

.head-lightbox-zoom.is-zooming img {
  transform: scale(2.2);
}

.head-lightbox-figure figcaption {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.5;
  text-align: center;
}

.head-lightbox-counter {
  width: max-content;
  justify-self: center;
  padding: 4px 10px 5px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}

.head-lightbox-close,
.head-lightbox-arrow {
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.head-lightbox-close:hover,
.head-lightbox-close:focus-visible,
.head-lightbox-arrow:hover,
.head-lightbox-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
  transform: translateY(-1px);
}

.head-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding-bottom: 3px;
  font-size: 30px;
  line-height: 1;
}

.head-lightbox-arrow {
  width: clamp(42px, 5vw, 56px);
  aspect-ratio: 1;
  padding-bottom: 5px;
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 260;
}

.head-lightbox-arrow-prev {
  justify-self: end;
}

.head-lightbox-arrow-next {
  justify-self: start;
}

.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(42px, 0.1fr) minmax(0, 1fr) minmax(42px, 0.1fr);
  align-items: center;
  gap: clamp(8px, 1.8vw, 18px);
  padding: clamp(18px, 3vw, 42px);
  background:
    radial-gradient(circle at 50% 10%, rgba(219, 160, 88, 0.16), transparent 32%),
    rgba(12, 11, 9, 0.86);
  backdrop-filter: blur(18px);
}

.site-lightbox[hidden],
.site-toast[hidden] {
  display: none;
}

.site-lightbox-figure {
  display: grid;
  max-width: min(100%, 1080px);
  max-height: calc(100svh - 72px);
  justify-self: center;
  gap: 12px;
  margin: 0;
}

.site-lightbox-zoom {
  position: relative;
  display: grid;
  max-width: 100%;
  max-height: calc(100svh - 132px);
  justify-self: center;
  overflow: hidden;
  background: rgba(8, 7, 5, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.46);
  cursor: zoom-in;
  touch-action: pan-y;
}

.site-lightbox-zoom img {
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 132px);
  justify-self: center;
  object-fit: contain;
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
  transition: transform 180ms ease;
  will-change: transform;
}

.site-lightbox-zoom.is-zooming img {
  transform: scale(2.15);
}

.site-lightbox-counter {
  width: max-content;
  justify-self: center;
  padding: 5px 11px 6px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}

.site-lightbox-figure figcaption {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.5;
  text-align: center;
}

.site-lightbox-close,
.site-lightbox-arrow {
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-lightbox-close:hover,
.site-lightbox-close:focus-visible,
.site-lightbox-arrow:hover,
.site-lightbox-arrow:focus-visible {
  color: #17110b;
  background: #f2d49a;
  outline: none;
  transform: translateY(-1px);
}

.site-lightbox-close {
  position: absolute;
  top: clamp(14px, 2.4vw, 24px);
  right: clamp(14px, 2.4vw, 24px);
  width: 44px;
  height: 44px;
  padding-bottom: 3px;
  font-size: 30px;
  line-height: 1;
}

.site-lightbox-arrow {
  width: clamp(42px, 5vw, 58px);
  aspect-ratio: 1;
  padding-bottom: 5px;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 260;
}

.site-lightbox-prev {
  justify-self: end;
}

.site-lightbox-next {
  justify-self: start;
}

.site-lightbox-trigger {
  cursor: zoom-in;
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 140;
  min-width: 152px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(14, 13, 11, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  font-size: 13px;
  font-weight: 760;
  text-align: center;
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.head-detail-bottom-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(52px, 7vw, 90px);
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.head-detail-episode-nav {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  background: rgba(236, 228, 210, 0.12);
  border-color: rgba(236, 228, 210, 0.16);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.2);
}

.head-detail-limited-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.head-detail-limited-nav--1 {
  grid-template-columns: minmax(0, 1fr);
}

.head-detail-bottom-nav--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.head-detail-bottom-nav a,
.head-detail-bottom-nav span {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  color: var(--ink);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 850;
  text-align: center;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.head-detail-bottom-nav a:hover,
.head-detail-bottom-nav a:focus-visible {
  color: #fff;
  background: var(--moss-dark);
  outline: none;
}

.head-detail-bottom-nav span {
  color: var(--muted);
  background: #f7f5ef;
}

.head-detail-episode-link {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  min-height: 78px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #3e3d38;
  color: #f6f1e6;
  text-decoration: none;
}

.head-detail-episode-link small {
  position: relative;
  display: grid;
  justify-items: center;
  color: rgba(222, 192, 141, 0.88);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.head-detail-episode-link strong {
  color: #f8f2e8;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 860;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.head-detail-episode-link.is-active {
  background:
    linear-gradient(180deg, rgba(222, 192, 141, 0.14), rgba(255, 255, 255, 0.03)),
    #4a473f;
}

.head-detail-episode-link.is-active strong {
  color: #ffe7ad;
}

.head-detail-episode-nav a:hover,
.head-detail-episode-nav a:focus-visible {
  color: #f8f2e8;
  background:
    linear-gradient(180deg, rgba(222, 192, 141, 0.2), rgba(255, 255, 255, 0.045)),
    #514d44;
  outline: none;
}

.head-detail-episode-nav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.head-detail-episode-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.head-detail-page {
  margin-top: -96px;
  padding: 126px 0 clamp(56px, 7vw, 88px);
  background: #16120e;
  color: #f7f1e9;
}

.head-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  min-height: calc(100svh - 126px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 0;
}

.head-detail-copy {
  max-width: 680px;
}

.head-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-bottom: clamp(28px, 4vw, 48px);
  padding: 0 13px;
  color: rgba(247, 241, 233, 0.86);
  border: 1px solid rgba(247, 241, 233, 0.28);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 760;
}

.head-back-link:hover {
  background: rgba(247, 241, 233, 0.1);
}

.head-kicker,
.head-lineup-heading span {
  display: block;
  color: #d9aa65;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.head-detail-copy h1 {
  margin: 14px 0 0;
  font-size: clamp(58px, 9vw, 116px);
  line-height: 0.92;
}

.head-detail-copy p {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(247, 241, 233, 0.78);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.95;
}

.head-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: clamp(28px, 4vw, 42px) 0 0;
}

.head-hero-meta div {
  padding: 16px 14px 15px;
  border: 1px solid rgba(247, 241, 233, 0.16);
  border-radius: 8px;
  background: rgba(247, 241, 233, 0.06);
}

.head-hero-meta dt {
  margin: 0 0 8px;
  color: rgba(247, 241, 233, 0.5);
  font-size: 12px;
  font-weight: 780;
}

.head-hero-meta dd {
  margin: 0;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 850;
  line-height: 1.2;
}

.head-detail-poster {
  margin: 0;
}

.head-detail-poster img {
  width: min(100%, 430px);
  max-height: calc(100svh - 150px);
  margin-left: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}

.head-detail-poster figcaption {
  margin-top: 14px;
  color: rgba(247, 241, 233, 0.5);
  font-size: 12px;
  text-align: right;
}

.head-lineup-section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding-top: clamp(28px, 5vw, 72px);
  border-top: 1px solid rgba(247, 241, 233, 0.16);
}

.head-lineup-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.head-lineup-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.head-lineup-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.head-lineup-card {
  min-height: 168px;
  padding: 18px 16px;
  border: 1px solid rgba(247, 241, 233, 0.14);
  border-radius: 8px;
  background: rgba(247, 241, 233, 0.06);
}

.head-lineup-card span {
  display: block;
  color: #d9aa65;
  font-size: 12px;
  font-weight: 850;
}

.head-lineup-card h3 {
  margin: 54px 0 0;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.15;
}

.head-lineup-card p {
  margin: 10px 0 0;
  color: rgba(247, 241, 233, 0.56);
  font-size: 13px;
  line-height: 1.45;
}

.head-lineup-featured {
  background: rgba(217, 170, 101, 0.13);
  border-color: rgba(217, 170, 101, 0.28);
}

.artwork-file {
  border-top: 1px solid var(--line);
}

.pig-series-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: end;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 130px) 0 clamp(42px, 7vw, 82px);
}

.pig-series-intro .section-heading h1 {
  margin: 12px 0 0;
  font-size: clamp(64px, 10vw, 130px);
  line-height: 0.92;
}

.back-link {
  grid-column: 1 / -1;
  width: fit-content;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.back-link:hover {
  color: var(--ink);
}

.pig-work-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(20, 20, 18, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.pig-work-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(20, 20, 18, 0.12);
}

.pig-work-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  background: var(--soft);
  border-radius: 6px;
}

.pig-work-card span {
  color: var(--moss);
  font-size: 12px;
  font-weight: 820;
}

.pig-work-card strong {
  font-size: 22px;
  line-height: 1.2;
}

.pig-work-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 720;
}

.pig-catalog {
  display: block;
  padding: clamp(34px, 5vw, 68px) 0 clamp(46px, 6vw, 78px);
}

.pig-catalog .section-heading {
  position: relative;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.series-back-link {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 780;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.series-back-link:hover {
  color: var(--ink);
  border-color: rgba(63, 77, 45, 0.36);
  transform: translateX(-2px);
}

body.head-official-theme .series-back-link {
  color: rgba(246, 241, 230, 0.74);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(236, 228, 210, 0.16);
}

body.head-official-theme .series-back-link:hover {
  color: #fff;
  border-color: rgba(222, 192, 141, 0.46);
}

.detail-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 780;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.detail-back-link:hover {
  color: var(--ink);
  border-color: rgba(63, 77, 45, 0.36);
  transform: translateX(-2px);
}

.pig-catalog .section-heading h1 {
  margin: 0;
  font-size: clamp(42px, 6.6vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.pig-product-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.pig-product-card {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 8px;
  min-width: 0;
  padding: 10px 10px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.pig-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(63, 77, 45, 0.38);
  box-shadow: 0 18px 42px rgba(20, 20, 18, 0.1);
}

.pig-product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: linear-gradient(180deg, #f6f6f3, #ecece7);
  border-radius: 6px;
}

.pig-product-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}

.pig-product-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.22;
}

.artwork-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 22px;
}

.artwork-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background: #141414;
  border-radius: 8px;
}

.file-label {
  position: absolute;
  top: 34%;
  right: clamp(22px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-align: right;
}

#unknown-asian-elephant-file .file-label,
#unknown-malayan-tapir-file .file-label,
#unknown-female-asian-elephant-file .file-label,
#unknown-mountain-tapir-file .file-label,
#unknown-north-american-moose-file .file-label,
#unknown-sumatran-rhino-file .file-label,
#unknown-bornean-pygmy-elephant-file .file-label {
  right: clamp(18px, 3vw, 42px);
}

.artwork-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.98;
}

.artwork-copy h1 {
  margin: 18px 0 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.98;
}

.latin-name {
  margin: 12px 0 0;
  color: #b9a48e;
  font-size: 18px;
  font-style: italic;
}

.artwork-copy p:not(.latin-name) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.9;
}

.artwork-hero > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  padding: 0;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.artwork-hero > .reference-hero-image {
  background: #fff;
  object-fit: contain;
  object-position: right center;
}

.artwork-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
}

.species-media-column {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: 22px;
  align-self: stretch;
  align-content: stretch;
  height: 100%;
  min-width: 0;
  max-width: 100%;
}

.species-life-plate {
  display: grid;
  height: auto;
  padding: clamp(18px, 2.8vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: visible;
}

.species-life-plate img {
  width: min(100%, 500px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.detail-zoom-plate {
  position: relative;
  display: grid;
  height: clamp(460px, 45vw, 590px);
  max-width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  contain: paint;
  cursor: zoom-in;
}

.detail-zoom-plate::after {
  content: "鎮诞鏌ョ湅缁嗚妭";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(20, 20, 20, 0.72);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  pointer-events: none;
}

.detail-zoom-plate img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 220ms ease;
}

.detail-zoom-plate:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.detail-zoom-plate:hover img {
  transform: scale(1.65);
}

.angles-plate {
  grid-column: auto;
  align-self: stretch;
  min-height: 100%;
  height: 100%;
  padding: clamp(22px, 2.7vw, 34px);
  align-items: center;
  justify-items: center;
  background: #fff;
  cursor: zoom-in;
}

.angles-plate::after {
  display: block;
  content: "悬浮放大看细节";
}

.angles-plate img {
  width: min(100%, 370px);
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
}

.angles-plate:hover img {
  transform: scale(2.15);
}

.artwork-info {
  position: static;
  display: block;
  min-width: 0;
  max-width: 100%;
  min-height: auto;
  padding: clamp(26px, 3vw, 36px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(20, 20, 18, 0.08);
}

.artwork-info h2,
.artwork-info h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.artwork-info h2:not(:first-child),
.artwork-info h3:not(:first-child) {
  margin-top: 24px;
}

.artwork-info p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.species-info-row {
  display: block;
}

.species-info-row p {
  max-width: 72ch;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-character;
  line-break: strict;
  overflow-wrap: break-word;
}

.species-info-row p + p {
  margin-top: 10px;
}

.release-section {
  margin-top: 42px;
  display: block;
  flex: none;
}

.info-list,
.release-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.release-grid {
  flex: none;
  grid-template-rows: none;
}

.material-note {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 15px 16px;
  background: #141414;
  border-radius: 6px;
}

.material-note span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.42;
}

.material-note strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.42;
}

.info-list div,
.release-grid div {
  display: block;
  padding: 15px 16px;
  background: var(--soft);
  border-radius: 6px;
}

.info-list dt {
  color: var(--moss);
  font-size: 12px;
  font-weight: 820;
}

.info-list dd {
  margin: 5px 0 0;
  font-weight: 720;
}

.release-grid strong,
.release-grid span {
  display: block;
}

.release-grid strong {
  font-size: 14px;
}

.release-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
}

.scale-panel {
  margin-top: 50px;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.scale-panel h2,
.scale-panel h3 {
  margin: 0 0 12px;
}

.scale-panel img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 236px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.gallery-section {
  border-top: 1px solid var(--line);
}

.gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 30px;
}

.gallery-heading {
  position: sticky;
  top: 100px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.filter-button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: #3c3a36;
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
}

.filter-button.active {
  border-color: var(--moss-dark);
  background: var(--moss-dark);
  color: #fff;
}

.featured-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.featured-product img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
}

.featured-product > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-product span,
.product-card span,
.spec-band span {
  color: var(--moss);
  font-size: 12px;
  font-weight: 820;
}

.featured-product h3 {
  margin: 9px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.featured-product p {
  margin: 16px 0 0;
  color: #55524b;
  line-height: 1.75;
}

.featured-product dl {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.featured-product dt {
  color: #878176;
  font-size: 12px;
  font-weight: 760;
}

.featured-product dd {
  margin: 4px 0 0;
  font-weight: 720;
  line-height: 1.5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.product-card {
  display: grid;
  grid-template-rows: 170px auto auto;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-card:hover,
.product-card.active {
  border-color: rgba(53, 64, 45, 0.62);
  box-shadow: 0 14px 30px rgba(20, 20, 18, 0.08);
  transform: translateY(-2px);
}

.product-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: var(--soft);
  border-radius: 5px;
}

.product-card strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.materials-section {
  background: linear-gradient(180deg, #fff 0%, #f7f6f2 100%);
  border-top: 1px solid var(--line);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fact-item {
  min-height: 230px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.fact-item svg {
  color: var(--bronze);
}

.fact-item > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--bronze);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
}

.fact-item h3 {
  margin: 32px 0 8px;
  font-size: 19px;
}

.fact-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.spec-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spec-band div {
  padding: 24px;
  background: #fff;
}

.spec-band strong {
  display: block;
  margin-top: 8px;
  line-height: 1.55;
}

.brand-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.brand-image {
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.brand-image img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  padding: 18px;
}

.brand-copy {
  display: grid;
  gap: 6px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 30px 0 44px;
  border-top: 1px solid var(--line);
  color: #5c5953;
  font-size: 13px;
  font-weight: 700;
}

.site-footer.centered-footer {
  justify-content: center;
  text-align: center;
}

.site-footer a {
  color: var(--ink);
}

.floating-search {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(20, 20, 18, 0.14);
}

@media (max-width: 980px) {
  .hero-section,
  .gallery-layout,
  .featured-product,
  .brand-section,
  .series-placeholder {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .series-grid,
  .facts-grid,
  .spec-band,
  .artwork-hero,
  .artwork-layout,
  .pig-series-intro {
    grid-template-columns: 1fr;
  }

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

  .head-detail-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .head-detail-poster img {
    width: min(100%, 430px);
    max-height: none;
    margin-left: 0;
  }

  .head-detail-poster figcaption {
    text-align: left;
  }

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

  .head-book-stage {
    max-width: 820px;
  }

  .head-book-spread {
    padding: 12px;
  }

  .head-book-sheet {
    padding: 12px;
  }

  .head-book-caption h2 {
    font-size: 15px;
  }

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

  .head-africa-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .head-detail-nav {
    top: 88px;
  }

  .head-archive-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .head-sale-live {
    grid-template-columns: minmax(80px, 0.2fr) minmax(150px, 0.3fr) minmax(0, 1fr);
  }

  .head-species-tabs {
    top: 142px;
  }

  .head-africa-hero::before {
    right: 0;
    bottom: 22px;
  }

  .head-africa-cover img {
    width: min(100%, 480px);
    margin-right: auto;
    margin-left: auto;
  }

  .head-africa-species {
    grid-template-columns: 1fr;
  }

  .head-africa-species-heading {
    position: static;
    grid-row: auto;
  }

  .head-species-profile,
  .head-africa-photo-grid {
    grid-column: auto;
  }

  .head-africa-photo-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    grid-auto-rows: clamp(190px, 28vw, 280px);
  }

  .head-africa-photo-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .head-africa-photo-grid-large img:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }

  .head-lightbox {
    grid-template-columns: 54px minmax(0, 1fr) 54px;
  }

  .head-lineup-featured {
    grid-column: span 2;
  }

  .pig-product-row {
    grid-template-columns: repeat(4, minmax(176px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
  }

  .pig-product-card {
    scroll-snap-align: start;
  }

  .series-card,
  .series-card img {
    min-height: 390px;
  }

  .gallery-heading {
    position: static;
  }

  .artwork-info {
    position: static;
    min-height: auto;
  }

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

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

  .home-series-card,
  .home-series-card img {
    height: 390px;
    min-height: 390px;
  }

  .series-placeholder img {
    height: 380px;
  }
}

@media (max-width: 720px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    display: inline-grid;
  }

  .site-header {
    width: calc(100% - 24px);
    margin-top: 10px;
  }

  .hero-section {
    width: calc(100% - 24px);
    padding-top: 42px;
  }

  .split-hero {
    width: calc(100% - 24px);
    min-height: 520px;
    margin-top: 22px;
  }

  .split-panel {
    top: 0;
    height: 280px;
    background-size: 96% auto;
    background-position: center 44%;
  }

  .split-hero:hover .split-left,
  .split-hero:focus-within .split-left,
  .split-hero:hover .split-right,
  .split-hero:focus-within .split-right {
    transform: none;
  }

  .studio-reveal {
    top: 330px;
    width: 100%;
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .split-hero:hover .studio-reveal,
  .split-hero:focus-within .studio-reveal {
    transform: translate(-50%, 0);
  }

  .hero-copy h1 {
    font-size: clamp(48px, 18vw, 78px);
  }

  .hero-media {
    min-height: 260px;
    padding: 12px;
  }

  .hero-media img {
    min-height: 240px;
  }

  .series-section,
  .gallery-section,
  .materials-section,
  .brand-section,
  .site-footer {
    width: calc(100% - 24px);
  }

  .featured-product img {
    height: 300px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card {
    grid-template-rows: 134px auto auto;
  }

  .product-card img {
    height: 134px;
  }

  .brand-image img {
    height: 380px;
  }

  .home-series-section {
    width: calc(100% - 24px);
  }

  .home-series-grid {
    gap: 14px;
  }

  .home-series-card,
  .home-series-card img {
    height: 300px;
    min-height: 300px;
  }

  .home-series-card h3 {
    font-size: 26px;
  }

  .series-placeholder {
    width: calc(100% - 24px);
    min-height: auto;
    padding: 38px 0;
  }

  .bronze-placeholder {
    width: 100%;
    padding: 38px 12px 54px;
  }

  .bronze-placeholder img {
    height: auto;
    min-height: 320px;
    max-height: 430px;
  }

  .subseries-section,
  .artwork-file,
  .pig-series-intro {
    width: calc(100% - 24px);
  }

  .subseries-card,
  .subseries-card img {
    height: 158px;
    min-height: 158px;
  }

  .full-body-series-grid {
    grid-template-columns: 1fr;
  }

  .head-series-grid {
    grid-template-columns: 1fr;
  }

  .full-body-series-card,
  .full-body-series-card img {
    height: 230px;
    min-height: 230px;
  }

  .full-body-series-card h3 {
    left: 18px;
    bottom: 16px;
    font-size: 26px;
  }

  .head-series-card {
    min-height: 258px;
  }

  .head-series-card img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .head-card-copy {
    left: 18px;
    bottom: 16px;
    width: min(58%, 300px);
  }

  .head-card-copy h3 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .head-series-card.is-coming::after {
    top: 12px;
    left: 12px;
  }

  .head-empty-mark {
    right: 18px;
    font-size: clamp(112px, 34vw, 150px);
  }

  .head-library-page {
    width: 100%;
    padding: 34px 0 54px;
  }

  .head-library-page .section-heading {
    width: calc(100% - 24px);
    margin-bottom: 22px;
    text-align: left;
  }

  .head-library-page .section-heading h1 {
    font-size: clamp(44px, 16vw, 70px);
  }

  .head-stack-stage {
    display: flex;
    width: calc(100% - 24px);
    height: auto;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0 12px;
    perspective: none;
  }

  .head-stack-stage::before {
    right: 4%;
    bottom: -2px;
    left: 4%;
    height: 48px;
    opacity: 0.76;
  }

  .head-stack-card,
  .head-stack-card:nth-child(1),
  .head-stack-card:nth-child(2),
  .head-stack-card:nth-child(3),
  .head-stack-card:nth-child(4) {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: clamp(310px, 92vw, 430px);
    min-height: 310px;
    transform: none;
  }

  .head-stack-card:nth-child(1) {
    z-index: 4;
  }

  .head-stack-card:nth-child(2) {
    z-index: 3;
    margin-top: -82px;
    transform: translateX(8px) rotateZ(-1deg);
  }

  .head-stack-card:nth-child(3) {
    z-index: 2;
    margin-top: -82px;
    transform: translateX(-5px) rotateZ(1deg);
  }

  .head-stack-card:nth-child(4) {
    z-index: 1;
    margin-top: -82px;
    transform: translateX(6px) rotateZ(-0.7deg);
  }

  .head-series-card-link:hover,
  .head-series-card-link:focus-visible {
    transform: translateY(-5px);
  }

  .head-stack-spine {
    top: 16px;
    left: 22px;
  }

  .head-card-copy,
  .head-stack-card:not(:first-child) .head-card-copy,
  .head-ancient-card .head-card-copy {
    left: 24px;
    bottom: 20px;
    width: min(78%, 310px);
  }

  .head-card-copy h3 {
    font-size: clamp(24px, 9vw, 34px);
  }

  .head-stack-card:not(:first-child) .head-card-copy p {
    display: none;
  }

  .head-card-copy p {
    max-width: 250px;
    font-size: 12px;
  }

  .head-official-catalog {
    width: calc(100% - 24px);
    padding-top: clamp(30px, 8vw, 48px);
  }

  .head-official-heading h1 {
    font-size: clamp(38px, 12vw, 64px);
  }

  .head-book-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 6px;
  }

  .head-book-stage {
    max-width: 430px;
  }

  .head-book-stage::before {
    right: 8%;
    bottom: -13px;
    left: 8%;
    height: 24px;
  }

  .head-book-spread {
    grid-template-columns: 1fr;
    max-width: min(100%, 430px);
    padding: 10px;
    border-radius: 11px;
  }

  .head-book-spread::before {
    top: 9px;
    bottom: 9px;
    width: 48px;
    background: linear-gradient(90deg, rgba(27, 23, 18, 0), rgba(27, 23, 18, 0.14), rgba(255, 255, 255, 0.1), rgba(27, 23, 18, 0));
  }

  .head-book-spread::after {
    display: none;
  }

  .head-book-sheet,
  .head-book-sheet--left,
  .head-book-sheet--right {
    padding: 10px;
    border-radius: 8px;
    box-shadow:
      inset 0 -14px 22px rgba(78, 63, 42, 0.08),
      3px 0 0 rgba(241, 235, 222, 0.58),
      6px 0 0 rgba(212, 199, 177, 0.22);
  }

  .head-book-caption {
    min-height: 42px;
    padding-top: 9px;
  }

  .head-book-caption h2 {
    font-size: clamp(14px, 4.3vw, 16px);
  }

  .head-book-sheet--link .head-book-caption::after {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .head-book-control {
    width: 38px;
    font-size: 32px;
  }

  .head-book-turn-page {
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }

  .head-book-turn-page--next,
  .head-book-turn-page--prev {
    right: auto;
    left: 10px;
  }

  .head-book-turn-page--next.is-active {
    animation-name: headBookTurnNextMobile;
  }

  .head-book-turn-page--prev.is-active {
    animation-name: headBookTurnPrevMobile;
  }

  .head-episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .head-episode-link::after {
    display: none;
  }

  .head-episode-card img {
    border-radius: 7px;
    box-shadow: 0 12px 30px rgba(20, 20, 18, 0.08);
  }

  .head-episode-card h2 {
    margin-top: 10px;
    font-size: 13px;
  }

  .head-sale-section {
    margin-top: 38px;
    padding-top: 30px;
  }

  .head-sale-table {
    display: grid;
    gap: 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .head-sale-row-head {
    display: none;
  }

  .head-sale-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .head-sale-table.head-sale-columns-3 .head-sale-row {
    grid-template-columns: 1fr;
  }

  .head-sale-option {
    grid-template-columns: 38px 56px 1fr;
    align-items: baseline;
  }

  .head-sale-table-limited .head-sale-option {
    grid-template-columns: minmax(80px, 0.44fr) 56px minmax(0, 1fr);
  }

  .head-sale-option::before {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 820;
  }

  .head-sale-table-limited .head-sale-option::before {
    display: none;
  }

  .head-sale-table-limited .head-sale-option em {
    display: block;
    align-self: baseline;
    color: rgba(222, 192, 141, 0.86);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.25;
  }

  .head-sale-row .head-sale-option:nth-of-type(1)::before {
    content: "\767d\6a21";
  }

  .head-sale-row .head-sale-option:nth-of-type(2)::before {
    content: "\6210\54c1";
  }

  body.head-limited-detail-theme .head-limited-photo-grid,
  body.head-limited-detail-theme .head-limited-species:first-child .head-limited-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  body.head-limited-detail-theme .head-limited-photo-grid img,
  body.head-limited-detail-theme .head-limited-species:first-child .head-limited-photo-grid img {
    height: auto;
    aspect-ratio: 1;
  }

  body.head-limited-detail-theme .head-limited-photo-grid img:first-child,
  body.head-limited-detail-theme .head-limited-species:first-child .head-limited-photo-grid img:first-child {
    grid-row: auto;
  }

  body.head-limited-great-white-shark-theme .head-africa-copy h1 span {
    font-size: clamp(52px, 17vw, 74px);
  }

  body.head-limited-great-white-shark-theme .head-limited-hero {
    min-height: 0;
  }

  body.head-limited-great-white-shark-theme .head-limited-photo-grid,
  body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid {
    grid-template-columns: 1fr;
  }

  body.head-limited-great-white-shark-theme .head-limited-photo-grid img,
  body.head-limited-great-white-shark-theme .head-limited-species:first-child .head-limited-photo-grid img {
    aspect-ratio: 16 / 10;
  }

  .head-sale-option strong {
    font-size: 22px;
  }

  .head-sale-live {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }

  .head-sale-live p {
    font-size: 12px;
    line-height: 1.65;
  }

  .head-africa-page {
    width: calc(100% - 24px);
    padding-top: clamp(30px, 8vw, 48px);
  }

  .head-africa-copy h1 {
    font-size: clamp(38px, 12vw, 64px);
    white-space: normal;
  }

  .head-africa-hero::before {
    display: none;
  }

  .head-sale-heading,
  .head-africa-section-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .head-detail-nav {
    top: 82px;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    margin-bottom: 34px;
  }

  .head-detail-nav a {
    white-space: nowrap;
  }

  .head-archive-strip {
    grid-template-columns: 1fr;
    margin: -18px 0 42px;
  }

  .head-archive-strip article {
    min-height: 96px;
    padding: 16px;
  }

  .head-archive-strip strong {
    font-size: clamp(20px, 7vw, 27px);
  }

  .head-archive-strip em {
    font-size: 12px;
  }

  .head-species-tabs {
    position: sticky;
    top: 136px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: -8px;
    padding: 6px;
  }

  .head-species-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .head-africa-section-heading h2 {
    font-size: clamp(26px, 10vw, 42px);
  }

  .head-africa-gallery-section .head-africa-section-heading {
    max-width: 100%;
    text-align: center;
  }

  .head-africa-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .head-africa-species:first-child .head-africa-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .head-africa-photo-grid-large {
    grid-template-columns: 1fr;
  }

  .head-africa-photo-grid img,
  .head-africa-photo-grid-large img {
    height: auto;
    aspect-ratio: 1;
  }

  .head-africa-photo-grid img:first-child,
  .head-africa-photo-grid-large img:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .head-africa-species {
    scroll-margin-top: 168px;
  }

  .head-africa-species-heading {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
  }

  body.head-africa-theme .head-africa-species-heading span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .head-africa-species-heading h3 {
    margin-top: 0;
  }

  body.head-africa-theme .head-africa-species-heading h3 {
    flex: 0 1 auto;
    min-width: 0;
    font-size: clamp(18px, 5.7vw, 21px);
    line-height: 1.05;
  }

  body.head-africa-theme .head-sale-section {
    margin-top: 42px;
    padding-top: 34px;
  }

  body.head-africa-theme .head-africa-scale {
    margin-top: 56px;
    padding-top: 30px;
  }

  body.head-africa-theme .head-africa-scale .head-africa-section-heading {
    margin-bottom: 22px;
  }

  body.head-africa-theme .head-africa-gallery-section .head-africa-section-heading h2,
  body.head-africa-theme .head-sale-heading h2,
  body.head-africa-theme .head-africa-scale .head-africa-section-heading h2 {
    font-size: clamp(26px, 7.4vw, 32px);
    line-height: 1.06;
  }

  .head-africa-species-heading p {
    flex-basis: 100%;
    max-width: none;
  }

  .head-species-profile {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .head-species-profile-label {
    gap: 7px;
  }

  .head-species-profile-label strong {
    font-size: 15px;
  }

  .head-species-profile-copy p {
    font-size: 13px;
    line-height: 1.8;
  }

  .head-sale-actions {
    justify-content: flex-start;
  }

  .head-sale-copy {
    width: 100%;
  }

  .head-sale-actions span {
    min-width: 0;
  }

  .head-lightbox {
    grid-template-columns: 1fr;
    padding: 58px 12px 18px;
  }

  .head-lightbox-figure {
    max-height: calc(100svh - 86px);
  }

  .head-lightbox-figure img {
    max-height: calc(100svh - 144px);
  }

  .head-lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    transform: translateY(-50%);
  }

  .head-lightbox-arrow:hover,
  .head-lightbox-arrow:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .head-lightbox-arrow-prev {
    left: 10px;
  }

  .head-lightbox-arrow-next {
    right: 10px;
  }

  .head-detail-bottom-nav {
    grid-template-columns: 1fr;
  }

  .head-detail-episode-nav {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .head-detail-bottom-nav a,
  .head-detail-bottom-nav span {
    min-height: 62px;
  }

  .head-detail-episode-link {
    min-width: 150px;
    scroll-snap-align: start;
  }

  .head-detail-page {
    margin-top: -88px;
    padding-top: 118px;
  }

  .head-detail-hero,
  .head-lineup-section {
    width: calc(100% - 24px);
  }

  .head-detail-copy h1 {
    font-size: clamp(48px, 16vw, 78px);
  }

  .head-hero-meta {
    grid-template-columns: 1fr;
  }

  .head-detail-poster img {
    width: min(100%, 360px);
  }

  .head-lineup-heading {
    display: block;
  }

  .head-lineup-heading h2 {
    margin-top: 10px;
  }

  .head-lineup-grid {
    grid-template-columns: 1fr;
  }

  .head-lineup-featured {
    grid-column: auto;
  }

  .head-lineup-card {
    min-height: 138px;
  }

  .head-lineup-card h3 {
    margin-top: 36px;
  }

  .artwork-hero > img {
    height: 340px;
  }

  .artwork-copy {
    padding: 34px 28px 32px;
  }

  .file-label {
    position: static;
    width: max-content;
    margin-bottom: 16px;
    text-align: left;
  }

  .artwork-copy h1,
  .artwork-copy h2 {
    margin-top: 0;
    font-size: clamp(38px, 11vw, 50px);
  }

  .pig-catalog .section-heading h1 {
    font-size: clamp(38px, 12vw, 64px);
  }

  .series-back-link {
    position: static;
    width: max-content;
    margin: 0 auto 14px;
  }

  .pig-product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .pig-product-card {
    grid-template-rows: auto auto auto;
    scroll-snap-align: none;
  }

  .species-life-plate {
    height: auto;
    min-height: 300px;
    padding: 12px;
  }

  .species-life-plate img {
    min-height: 0;
    max-height: none;
  }

  .detail-zoom-plate {
    height: auto;
    min-height: 380px;
    cursor: default;
  }

  .detail-zoom-plate::after {
    display: none;
  }

  .detail-zoom-plate img {
    min-height: 0;
    max-height: 420px;
  }

  .angles-plate img {
    width: min(100%, 300px);
    max-height: none;
  }

  .angles-plate {
    min-height: 0;
  }

  .detail-zoom-plate:hover img {
    transform: none;
  }

  .species-info-row p {
    max-width: none;
  }

  .floating-search {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .head-book-spread.is-turning-next .head-book-sheet--right,
  .head-book-spread.is-turning-prev .head-book-sheet--left,
  .head-book-spread.is-turning-next .head-book-sheet--left,
  .head-book-turn-page--next.is-active,
  .head-book-turn-page--prev.is-active,
  .head-book-hold-page.is-fading {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .head-book-spread.is-settling .head-book-sheet {
    animation: none;
  }

  .head-book-turn-page--next.is-active,
  .head-book-turn-page--prev.is-active {
    animation: none;
  }
}

@media (max-width: 1100px) {
  body.head-official-theme .head-episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.head-limited-catalog-theme .head-limited-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body.head-official-theme .head-episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.head-limited-catalog-theme .head-limited-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.head-africa-theme .head-africa-hero,
  body.head-africa-theme .head-africa-species {
    grid-template-columns: 1fr;
  }

  body.head-africa-theme .head-africa-cover {
    transform: none;
  }

  body.head-africa-theme .head-africa-photo-grid,
  body.head-africa-theme .head-africa-species:first-child .head-africa-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
  }
}

@media (max-width: 720px) {
  body.head-official-theme .head-episode-grid,
  body.head-africa-theme .head-africa-photo-grid,
  body.head-africa-theme .head-africa-species:first-child .head-africa-photo-grid {
    grid-template-columns: 1fr;
  }

  body.head-africa-theme .head-africa-photo-grid,
  body.head-africa-theme .head-africa-species:first-child .head-africa-photo-grid {
    grid-auto-rows: auto;
  }

  body.head-africa-theme .head-africa-photo-grid img {
    height: auto;
    aspect-ratio: 1;
  }

  body.head-africa-theme .head-africa-species-heading {
    width: 100%;
  }

  body.head-africa-theme .head-africa-copy .head-archive-strip {
    grid-template-columns: 1fr;
    max-width: none;
    margin: clamp(26px, 7vw, 34px) 0 0;
    padding-top: 6px;
    border-top-color: rgba(236, 228, 210, 0.16);
    border-bottom: 1px solid rgba(236, 228, 210, 0.1);
  }

  body.head-africa-theme .head-africa-copy .head-archive-strip article {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 62px;
    align-items: center;
    gap: 8px 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(236, 228, 210, 0.1);
    border-left: 0;
  }

  body.head-africa-theme .head-africa-copy .head-archive-strip article:first-child {
    border-top: 0;
  }

  body.head-africa-theme .head-africa-copy .head-archive-strip strong {
    display: block;
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    font-size: clamp(20px, 6.2vw, 24px);
    white-space: normal;
  }

  body.head-africa-theme .head-africa-copy::after {
    display: none;
  }

  body.head-africa-theme .head-africa-copy {
    padding-top: clamp(86px, 24vw, 112px);
  }

  body.head-africa-theme .head-africa-kicker {
    display: none;
  }

  body.head-africa-theme .head-africa-copy h1 {
    gap: 10px;
    font-size: clamp(46px, 15vw, 64px);
    line-height: 0.9;
  }

  body.head-africa-theme .head-africa-copy h1 small {
    padding-bottom: 5px;
    font-size: clamp(18px, 5.4vw, 24px);
  }

  body.head-africa-theme .head-hero-pack {
    width: 100%;
    height: clamp(118px, 30vw, 178px);
    min-height: clamp(118px, 30vw, 178px);
    margin-top: clamp(26px, 8vw, 34px);
    overflow: visible;
  }

  body.head-africa-theme .head-hero-pack img {
    width: 96%;
    margin-inline: auto;
  }

  body.head-big-cat-2-theme .head-africa-copy h1 {
    gap: 10px;
  }

  body.head-big-cat-2-theme .head-africa-copy h1 small {
    padding-bottom: 4px;
    font-size: 14px;
  }

  body.head-africa-theme .head-sale-archive {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.35fr) minmax(0, 1fr);
  }

  body.head-africa-theme .head-sale-archive article {
    min-height: 82px;
    gap: 7px;
    padding: 12px 6px;
  }

  body.head-africa-theme .head-sale-archive article::before {
    width: 24px;
    height: 1px;
  }

  body.head-africa-theme .head-sale-archive span {
    font-size: 10px;
  }

  body.head-africa-theme .head-sale-archive strong {
    font-size: 11px;
    line-height: 1.25;
  }

  body.head-africa-theme .head-sale-row {
    background: rgba(18, 16, 13, 0.92);
    border-color: rgba(236, 228, 210, 0.13);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  }

  body.head-africa-theme .head-sale-row.is-active {
    background: rgba(222, 192, 141, 0.1);
  }

  body.head-limited-detail-theme .head-limited-pack {
    height: clamp(108px, 28vw, 156px);
    min-height: clamp(108px, 28vw, 156px);
    margin-top: clamp(18px, 6vw, 28px);
    align-items: end;
  }

  body.head-limited-detail-theme .head-limited-pack img {
    width: auto;
    max-width: 96%;
    max-height: 100%;
    transform: translateY(clamp(6px, 2vw, 10px));
  }
}

body.head-limited-great-white-shark-theme {
  background:
    linear-gradient(180deg, rgba(8, 20, 23, 0.88) 0%, rgba(5, 8, 9, 0.98) 48%, #030303 100%),
    #050606;
  color: #f3eee6;
  overflow-x: hidden;
}

html:has(body.head-limited-great-white-shark-theme) {
  overflow-x: hidden;
}

body.head-limited-great-white-shark-theme .head-limited-blur-bg {
  inset: 0;
  filter: blur(30px) saturate(0.9) contrast(1.08) brightness(0.62);
  transform: none;
}

body.head-limited-great-white-shark-theme .head-limited-pack {
  height: clamp(156px, 14vw, 220px);
  min-height: clamp(156px, 14vw, 220px);
}

@media (min-width: 921px) {
  body.head-limited-great-white-shark-theme .head-limited-pack {
    margin-top: clamp(198px, calc(706px - 33.75vw), 274px);
  }

  body.head-limited-great-white-shark-theme .head-limited-pack::before {
    transform: translateY(clamp(-3px, calc(4px - 0.4375vw), -1.6px));
  }
}

body.head-limited-great-white-shark-theme .head-limited-pack img {
  max-width: min(96%, 660px);
  opacity: 0.88;
  filter:
    drop-shadow(0 28px 54px rgba(0, 0, 0, 0.52))
    contrast(1.05)
    brightness(1.32);
}

body.head-limited-great-white-shark-theme .head-sale-section,
body.head-limited-great-white-shark-theme .head-sale-heading,
body.head-limited-great-white-shark-theme .head-africa-scale {
  border-color: rgba(196, 207, 204, 0.11);
}

body.head-limited-great-white-shark-theme .head-sale-heading h2,
body.head-limited-great-white-shark-theme .head-africa-scale .head-africa-section-heading h2 {
  color: #f3eee6;
}

body.head-limited-great-white-shark-theme .head-sale-table,
body.head-limited-great-white-shark-theme .head-sale-table-limited {
  background:
    linear-gradient(180deg, rgba(239, 236, 224, 0.04), rgba(239, 236, 224, 0.012)),
    linear-gradient(135deg, rgba(18, 31, 34, 0.9), rgba(5, 7, 8, 0.94) 72%),
    #060808;
  border-color: rgba(196, 207, 204, 0.12);
  box-shadow:
    0 28px 88px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

body.head-limited-great-white-shark-theme .head-sale-row {
  border-top-color: rgba(196, 207, 204, 0.1);
}

body.head-limited-great-white-shark-theme .head-sale-row-head {
  color: rgba(225, 218, 205, 0.52);
  background: rgba(237, 232, 218, 0.035);
}

body.head-limited-great-white-shark-theme .head-sale-option {
  background:
    linear-gradient(180deg, rgba(59, 68, 67, 0.42), rgba(11, 13, 14, 0.82)),
    rgba(6, 8, 9, 0.86);
  border-color: rgba(196, 207, 204, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.018),
    0 16px 36px rgba(0, 0, 0, 0.18);
}

body.head-limited-great-white-shark-theme .head-sale-option em {
  color: rgba(223, 216, 202, 0.7);
}

body.head-limited-great-white-shark-theme .head-sale-option strong {
  color: #f3eee6;
  text-shadow: 0 0 22px rgba(126, 35, 43, 0.2);
}

body.head-limited-great-white-shark-theme .head-sale-option strong::before {
  color: rgba(150, 50, 58, 0.92);
}

body.head-limited-great-white-shark-theme .head-sale-option span {
  color: rgba(223, 216, 202, 0.58);
}

body.head-limited-great-white-shark-theme .head-sale-copy {
  color: #f3eee6;
  background:
    linear-gradient(180deg, rgba(112, 34, 42, 0.72), rgba(73, 17, 24, 0.88)),
    #4a1118;
  border-color: rgba(154, 61, 70, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

body.head-limited-great-white-shark-theme .head-sale-copy:hover,
body.head-limited-great-white-shark-theme .head-sale-copy:focus-visible {
  color: #fff9f0;
  background:
    linear-gradient(180deg, rgba(142, 46, 55, 0.86), rgba(93, 20, 28, 0.96)),
    #5d141c;
  border-color: rgba(178, 76, 84, 0.86);
}

body.head-limited-great-white-shark-theme .head-sale-copy-output {
  color: rgba(243, 238, 230, 0.78);
  background: rgba(237, 232, 218, 0.055);
  border-color: rgba(196, 207, 204, 0.12);
}

body.head-limited-great-white-shark-theme .head-detail-bottom-nav {
  background:
    linear-gradient(180deg, rgba(239, 236, 224, 0.05), rgba(239, 236, 224, 0.018)),
    rgba(6, 8, 9, 0.82);
  border-color: rgba(196, 207, 204, 0.11);
}

body.head-limited-great-white-shark-theme .head-detail-bottom-nav a,
body.head-limited-great-white-shark-theme .head-detail-bottom-nav span {
  color: rgba(243, 238, 230, 0.72);
  background:
    linear-gradient(180deg, rgba(43, 51, 50, 0.56), rgba(11, 13, 14, 0.76)),
    rgba(8, 10, 11, 0.7);
}

body.head-limited-great-white-shark-theme .head-detail-bottom-nav a:hover,
body.head-limited-great-white-shark-theme .head-detail-bottom-nav a:focus-visible,
body.head-limited-great-white-shark-theme .head-detail-limited-nav .head-detail-episode-link.is-active {
  color: #fff9f0;
  background:
    linear-gradient(180deg, rgba(112, 34, 42, 0.48), rgba(12, 14, 15, 0.82)),
    #111314;
}

body.head-limited-great-white-shark-theme .head-africa-scale img {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #070909;
  border-color: rgba(196, 207, 204, 0.12);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

@media (max-width: 760px) {
  body.head-limited-great-white-shark-theme .head-sale-table,
  body.head-limited-great-white-shark-theme .head-sale-row {
    background:
      linear-gradient(180deg, rgba(239, 236, 224, 0.04), rgba(239, 236, 224, 0.012)),
      rgba(6, 8, 9, 0.9);
  }
}

body.head-limited-detail-theme .head-limited-pack {
  width: min(100%, 700px);
  height: clamp(184px, 18vw, 270px);
  min-height: clamp(184px, 18vw, 270px);
  margin-top: clamp(22px, 2.8vw, 36px);
  padding-top: 0;
  justify-content: center;
  align-items: end;
  border-bottom-color: rgba(236, 228, 210, 0.1);
}

body.head-limited-detail-theme .head-limited-pack img {
  width: auto;
  max-width: min(88%, 560px);
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.86;
  filter:
    drop-shadow(0 28px 52px rgba(0, 0, 0, 0.46))
    contrast(1.05)
    brightness(1.08);
  transform: translateY(clamp(4px, 0.7vw, 10px));
}

body.head-limited-great-white-shark-theme .head-limited-pack {
  height: clamp(156px, 14vw, 220px);
  min-height: clamp(156px, 14vw, 220px);
}

body.head-limited-great-white-shark-theme .head-limited-pack img {
  max-width: min(96%, 660px);
  opacity: 0.88;
  filter:
    drop-shadow(0 28px 54px rgba(0, 0, 0, 0.52))
    contrast(1.05)
    brightness(1.32);
}

@media (max-width: 760px) {
  body.head-limited-detail-theme .head-limited-pack {
    height: clamp(108px, 28vw, 156px);
    min-height: clamp(108px, 28vw, 156px);
    margin-top: clamp(18px, 6vw, 28px);
  }

  body.head-limited-detail-theme .head-limited-pack img {
    width: auto;
    max-width: 96%;
    max-height: 100%;
    transform: translateY(clamp(3px, 1vw, 6px));
  }

  body.head-limited-great-white-shark-theme .head-limited-pack {
    height: clamp(92px, 24vw, 132px);
    min-height: clamp(92px, 24vw, 132px);
  }
}

body.head-limited-bornean-elephant-theme .head-africa-copy h1 {
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 1.4vw, 22px);
}

body.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
  max-width: 100%;
  padding-bottom: 0;
  font-size: clamp(20px, 2.05vw, 30px);
  line-height: 1.05;
  white-space: normal;
}

body.head-limited-detail-theme .head-limited-hero {
  border-bottom-color: rgba(236, 228, 210, 0.13);
}

body.head-limited-detail-theme .head-limited-pack {
  overflow: visible;
  border-bottom: 0;
}

body.head-limited-detail-theme .head-limited-pack::before {
  inset: auto 7% 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(222, 192, 141, 0.13), transparent 62%),
    linear-gradient(90deg, transparent, rgba(236, 228, 210, 0.1), transparent);
}

@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack {
    margin-top: clamp(136px, calc(358px - 11.6vw), 210px);
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) {
    --limited-pack-visible-bottom-offset: 16px;
    --limited-pack-ground-offset: clamp(4px, 0.7vw, 10px);
  }

  body.head-limited-detail-theme.head-limited-white-rhino-theme {
    --limited-pack-visible-bottom-offset: 17px;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme {
    --limited-pack-visible-bottom-offset: -38px;
    --limited-pack-ground-offset: -44px;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack img {
    transform: translateY(calc(clamp(4px, 0.7vw, 10px) + var(--limited-pack-visible-bottom-offset, 0px)));
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack::before {
    transform: translateY(var(--limited-pack-ground-offset));
  }
}

@media (min-width: 921px) {
  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-pack {
    margin-top: clamp(198px, calc(706px - 33.75vw), 274px);
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-pack::before {
    transform: translateY(clamp(-3px, calc(4px - 0.4375vw), -1.6px));
  }

  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 {
    gap: clamp(12px, 1.2vw, 20px);
    max-width: min(100%, 660px);
  }

  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small {
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(34vw, 360px);
    padding-bottom: clamp(4px, 0.65vw, 8px);
    font-size: clamp(17px, 1.45vw, 24px);
    line-height: 1.12;
    white-space: nowrap;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-pack img {
    transform: translateY(calc(clamp(4px, 0.7vw, 10px) - clamp(30px, 2.25vw, 42px)));
  }
}

@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 {
    gap: clamp(12px, 1vw, 18px);
    max-width: min(calc(100% - clamp(18px, 2vw, 42px)), 620px);
  }

  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small {
    flex: 0 1 auto;
    max-width: min(31vw, 320px);
    padding-bottom: clamp(4px, 0.58vw, 7px);
    font-size: clamp(15px, 1.24vw, 21px);
    line-height: 1.1;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-africa-copy h1 small {
    max-width: min(29vw, 300px);
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-pack img {
    transform: translateY(calc(clamp(4px, 0.7vw, 10px) - clamp(58px, calc(222px - 12vw), 84px)));
  }
}

@media (min-width: 921px) {
  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-africa-copy h1 {
    gap: clamp(10px, 1vw, 18px);
    max-width: none;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-africa-copy h1 small {
    max-width: min(47vw, 500px);
    padding-bottom: clamp(5px, 0.7vw, 9px);
    font-size: clamp(20px, calc(5vw - 31px), 32px);
    line-height: 1.08;
  }
}

@media (min-width: 921px) {
  body.head-limited-detail-theme .head-africa-copy h1 {
    gap: clamp(10px, 1vw, 18px);
    max-width: none;
  }

  body.head-limited-detail-theme .head-africa-copy h1 small {
    max-width: min(47vw, 500px);
    padding-bottom: clamp(5px, 0.7vw, 9px);
    font-size: clamp(20px, calc(5vw - 31px), 32px);
    line-height: 1.08;
  }
}

@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 {
    gap: clamp(10px, 1vw, 18px);
    max-width: none;
  }

body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
    max-width: min(47vw, 500px);
    padding-bottom: clamp(5px, 0.7vw, 9px);
    font-size: clamp(20px, calc(5vw - 31px), 32px);
    line-height: 1.08;
  }
}

body.bronze-series-theme {
  --bronze-bg: #090806;
  --bronze-bg-2: #13100c;
  --bronze-panel: rgba(24, 20, 15, 0.78);
  --bronze-panel-strong: rgba(31, 25, 18, 0.92);
  --bronze-line: rgba(201, 145, 85, 0.23);
  --bronze-line-strong: rgba(222, 165, 93, 0.42);
  --bronze-copper: #c99055;
  --bronze-copper-soft: #e0b577;
  --bronze-verdigris: #5f9387;
  --bronze-text: #f3eadc;
  --bronze-muted: rgba(243, 234, 220, 0.66);
  --bronze-dim: rgba(243, 234, 220, 0.44);
  color-scheme: dark;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 12%, rgba(172, 116, 59, 0.24), transparent 28%),
    radial-gradient(circle at 18% 76%, rgba(72, 139, 125, 0.13), transparent 34%),
    linear-gradient(180deg, #15100b 0%, #080706 48%, #050504 100%);
  color: var(--bronze-text);
}

body.bronze-series-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 74%);
}

body.bronze-series-theme .minimal-header {
  background:
    linear-gradient(180deg, rgba(32, 27, 21, 0.86), rgba(10, 9, 8, 0.74)),
    rgba(11, 10, 9, 0.82);
  border-color: var(--bronze-line);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.bronze-series-theme .brand-mark,
body.bronze-series-theme .desktop-nav a,
body.bronze-series-theme .mobile-nav a,
body.bronze-series-theme .site-footer a {
  color: rgba(245, 235, 220, 0.84);
}

body.bronze-series-theme .brand-logo {
  filter: brightness(1.2) contrast(1.03);
}

body.bronze-series-theme .desktop-nav a:hover,
body.bronze-series-theme .mobile-nav a:hover,
body.bronze-series-theme .site-footer a:hover {
  color: var(--bronze-copper-soft);
}

body.bronze-series-theme .icon-button {
  color: var(--bronze-text);
  border-color: var(--bronze-line);
  background: rgba(201, 144, 85, 0.1);
}

body.bronze-series-theme .mobile-nav {
  width: min(calc(100% - 32px), var(--max));
  margin: 10px auto 0;
  background:
    linear-gradient(180deg, rgba(29, 24, 18, 0.96), rgba(9, 8, 7, 0.94)),
    rgba(10, 9, 8, 0.94);
  border-color: var(--bronze-line);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

body.bronze-series-theme .centered-footer {
  color: var(--bronze-muted);
  border-color: rgba(201, 145, 85, 0.12);
}

.bronze-page {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.bronze-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  min-height: calc(100svh - 118px);
  padding: clamp(34px, 5vw, 66px) 0 clamp(38px, 6vw, 82px);
  isolation: isolate;
}

.bronze-hero::after {
  content: "";
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: clamp(24px, 5vw, 72px);
  width: min(58vw, 690px);
  height: clamp(26px, 4vw, 48px);
  z-index: -1;
  background:
    radial-gradient(ellipse at center, rgba(226, 172, 97, 0.2), transparent 72%),
    linear-gradient(90deg, transparent, rgba(224, 181, 119, 0.16), transparent);
  filter: blur(10px);
}

.bronze-hero-copy {
  max-width: 560px;
  animation: bronze-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bronze-hero-copy > span,
.bronze-detail-copy > span,
.bronze-section-heading span,
.bronze-work-card span {
  display: inline-flex;
  align-items: center;
  color: var(--bronze-copper-soft);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bronze-hero-copy h1,
.bronze-detail-copy h1 {
  margin: clamp(14px, 2vw, 22px) 0 0;
  color: var(--bronze-text);
  font-size: clamp(66px, 10vw, 142px);
  line-height: 0.94;
  font-weight: 760;
  letter-spacing: 0;
}

.bronze-hero-copy p,
.bronze-detail-copy p {
  max-width: 520px;
  margin: clamp(20px, 2.5vw, 28px) 0 0;
  color: var(--bronze-muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.9;
}

.bronze-hero-facts,
.bronze-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(26px, 3vw, 38px);
}

.bronze-hero-facts strong,
.bronze-detail-facts article {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: var(--bronze-text);
  font-size: 14px;
  font-weight: 740;
  text-align: center;
  border: 1px solid var(--bronze-line);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(225, 172, 96, 0.12), rgba(13, 11, 9, 0.32)),
    rgba(19, 16, 12, 0.68);
}

.bronze-hero-stage {
  position: relative;
  min-height: clamp(390px, 42vw, 590px);
  animation: bronze-fade 900ms 80ms ease both;
}

.bronze-hero-plate {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--bronze-line-strong);
  border-radius: 8px;
  background: #0c0b09;
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transform-origin: center;
}

.bronze-hero-plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.96);
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms ease;
}

.bronze-hero-plate figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 10px;
  color: rgba(255, 246, 229, 0.9);
  font-size: 13px;
  font-weight: 760;
  border: 1px solid rgba(224, 181, 119, 0.2);
  border-radius: 5px;
  background: rgba(7, 6, 5, 0.68);
  backdrop-filter: blur(12px);
}

.bronze-hero-plate-main {
  inset: 3% 9% 6% 0;
}

.bronze-hero-plate-side {
  right: 0;
  bottom: 0;
  width: min(42%, 270px);
  height: min(46%, 300px);
  border-color: rgba(95, 147, 135, 0.42);
  transform: translate(2%, -3%);
}

.bronze-hero-stage:hover .bronze-hero-plate-main img,
.bronze-hero-stage:focus-within .bronze-hero-plate-main img {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.1) brightness(1.03);
}

.bronze-hero-stage:hover .bronze-hero-plate-side img,
.bronze-hero-stage:focus-within .bronze-hero-plate-side img {
  transform: scale(1.06);
}

.bronze-work-list {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  padding: 0 0 clamp(70px, 8vw, 110px);
}

.bronze-work-card {
  display: grid;
  grid-template-columns: minmax(180px, 310px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  min-height: clamp(170px, 19vw, 230px);
  padding: clamp(14px, 1.8vw, 22px);
  overflow: hidden;
  color: var(--bronze-text);
  border: 1px solid rgba(201, 145, 85, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(224, 181, 119, 0.1), transparent 46%),
    rgba(18, 15, 12, 0.74);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.bronze-work-card img {
  width: 100%;
  height: clamp(142px, 16vw, 188px);
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(0.92) contrast(1.07);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bronze-work-card h2 {
  margin: 10px 0 8px;
  color: var(--bronze-text);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.bronze-work-card p {
  margin: 0;
  color: var(--bronze-muted);
  font-size: 15px;
}

.bronze-work-card > strong {
  align-self: end;
  padding: 10px 14px;
  color: var(--bronze-bg);
  font-size: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bronze-copper-soft), var(--bronze-copper));
  box-shadow: 0 14px 34px rgba(201, 144, 85, 0.18);
}

.bronze-work-card:hover,
.bronze-work-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--bronze-line-strong);
  background:
    linear-gradient(90deg, rgba(224, 181, 119, 0.16), rgba(95, 147, 135, 0.08) 52%, transparent),
    rgba(22, 18, 14, 0.86);
}

.bronze-work-card:hover img,
.bronze-work-card:focus-visible img {
  transform: scale(1.035);
}

.bronze-blur-bg {
  position: fixed;
  inset: -46px;
  z-index: -4;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(4, 4, 4, 0.7), rgba(5, 4, 4, 0.92)),
    var(--bronze-bg-image);
  background-position: center;
  background-size: cover;
  filter: blur(22px) saturate(0.72) brightness(0.56);
  transform: scale(1.05);
}

.bronze-detail-page {
  padding: clamp(34px, 5vw, 64px) 0 clamp(74px, 8vw, 118px);
}

.bronze-detail-page > article {
  display: grid;
  gap: clamp(42px, 6vw, 78px);
}

.bronze-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(26px, 5vw, 66px);
  align-items: center;
  min-height: clamp(420px, 48vw, 600px);
}

.bronze-detail-copy {
  padding-bottom: clamp(8px, 2vw, 24px);
  animation: bronze-rise 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bronze-detail-copy h1 {
  font-size: clamp(52px, 7.2vw, 96px);
}

.bronze-detail-facts article {
  display: grid;
  gap: 4px;
  justify-items: start;
  min-height: 68px;
  justify-content: start;
  text-align: left;
}

.bronze-detail-facts span {
  color: var(--bronze-dim);
  font-size: 12px;
}

.bronze-detail-facts strong {
  color: var(--bronze-text);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
}

.bronze-detail-cover {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bronze-line-strong);
  border-radius: 8px;
  background: #090807;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.52),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  animation: bronze-fade 860ms 80ms ease both;
}

.bronze-detail-cover::after {
  content: "";
  position: absolute;
  inset: auto 8% 0;
  height: 18px;
  background: radial-gradient(ellipse at center, rgba(223, 176, 100, 0.28), transparent 70%);
  filter: blur(10px);
}

.bronze-detail-cover img {
  width: 100%;
  height: clamp(390px, 42vw, 560px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.08) brightness(0.98);
}

.bronze-lion-theme .bronze-detail-cover img {
  height: clamp(390px, 42vw, 560px);
}

.bronze-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(16px, 2vw, 24px);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 145, 85, 0.18);
}

.bronze-section-heading h2 {
  margin: 0;
  color: var(--bronze-text);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.bronze-sale-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 52px);
  padding: clamp(22px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid var(--bronze-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(95, 147, 135, 0.09), transparent 34%, rgba(224, 181, 119, 0.13)),
    var(--bronze-panel-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.bronze-sale-panel::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(224, 181, 119, 0.09);
  border-radius: 5px;
}

.bronze-sale-panel span {
  color: var(--bronze-copper-soft);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 760;
}

.bronze-sale-panel strong {
  color: var(--bronze-text);
  font-size: clamp(74px, 11vw, 150px);
  line-height: 0.9;
  font-weight: 780;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.bronze-sale-panel p {
  margin: 0;
  color: var(--bronze-muted);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  text-align: right;
}

.bronze-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.bronze-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(201, 145, 85, 0.16);
  border-radius: 8px;
  background: #0b0a08;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  cursor: zoom-in;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms ease,
    filter 420ms ease;
}

.bronze-gallery-grid img:first-child {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

.bronze-gallery-grid--three img:first-child {
  grid-column: auto;
  aspect-ratio: 4 / 3;
}

.bronze-gallery-grid img:hover,
.bronze-gallery-grid img:focus-visible {
  z-index: 2;
  transform: translateY(-4px) scale(1.025);
  border-color: var(--bronze-line-strong);
  filter: brightness(1.08) contrast(1.06);
}

.bronze-scale-section > img {
  width: min(100%, 980px);
  max-height: min(78vh, 720px);
  margin: 0 auto;
  object-fit: contain;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid rgba(201, 145, 85, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(9, 8, 7, 0.78);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.36);
}

.bronze-detail-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 4px;
}

.bronze-detail-nav a,
.bronze-detail-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--bronze-muted);
  font-size: 14px;
  font-weight: 720;
  border: 1px solid rgba(201, 145, 85, 0.16);
  border-radius: 999px;
  background: rgba(15, 13, 11, 0.7);
}

.bronze-detail-nav .is-active,
.bronze-detail-nav a:hover,
.bronze-detail-nav a:focus-visible {
  color: #120f0c;
  border-color: transparent;
  background: linear-gradient(135deg, var(--bronze-copper-soft), var(--bronze-copper));
}

@keyframes bronze-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bronze-fade {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 920px) {
  .bronze-hero,
  .bronze-detail-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bronze-hero {
    padding-top: clamp(34px, 8vw, 58px);
  }

  .bronze-hero-copy,
  .bronze-detail-copy {
    max-width: none;
  }

  .bronze-hero-stage {
    min-height: clamp(330px, 80vw, 520px);
  }

  .bronze-work-card {
    grid-template-columns: 168px minmax(0, 1fr);
  }

  .bronze-work-card > strong {
    grid-column: 2;
    justify-self: start;
    align-self: start;
  }

  .bronze-detail-hero {
    align-items: start;
  }

  .bronze-sale-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bronze-sale-panel p {
    text-align: left;
  }

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

@media (min-width: 921px) {
  .bronze-detail-copy {
    margin-top: clamp(-78px, -5.2vw, -46px);
  }
}

@media (max-width: 640px) {
  .bronze-page {
    width: min(calc(100% - 24px), 1180px);
  }

  .bronze-hero-copy h1,
  .bronze-detail-copy h1 {
    font-size: clamp(48px, 16vw, 76px);
  }

  .bronze-hero-copy p,
  .bronze-detail-copy p {
    font-size: 14px;
    line-height: 1.78;
  }

  .bronze-hero-facts,
  .bronze-detail-facts {
    grid-template-columns: 1fr;
  }

  .bronze-hero-stage {
    min-height: clamp(310px, 88vw, 430px);
  }

  .bronze-hero-plate-main {
    inset: 0 0 18% 0;
  }

  .bronze-hero-plate-side {
    width: 52%;
    height: 42%;
  }

  .bronze-work-card {
    grid-template-columns: 1fr;
  }

  .bronze-work-card img {
    height: clamp(190px, 58vw, 260px);
  }

  .bronze-work-card > strong {
    grid-column: auto;
  }

  .bronze-gallery-grid,
  .bronze-gallery-grid--three {
    grid-template-columns: 1fr;
  }

  .bronze-gallery-grid img:first-child {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .bronze-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .bronze-detail-nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bronze-hero-copy,
  .bronze-hero-stage,
  .bronze-detail-copy,
  .bronze-detail-cover {
    animation: none;
  }

  .bronze-hero-plate img,
  .bronze-work-card,
  .bronze-work-card img,
  .bronze-gallery-grid img {
    transition: none;
  }
}

body.head-limited-detail-theme .head-africa-copy h1 {
  display: flex;
  align-items: flex-end;
  gap: clamp(14px, 1.25vw, 20px);
  max-width: none;
  margin: 0;
  color: #f8f2e8;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: clamp(90px, 8.9vw, 118px);
  font-weight: 820;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

body.head-limited-detail-theme .head-africa-copy h1 span {
  flex: 0 0 auto;
  max-width: min(43vw, 560px);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
  white-space: nowrap;
}

body.head-limited-detail-theme .head-africa-copy h1 small {
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(44vw, 560px);
  padding-bottom: clamp(14px, 1.28vw, 18px);
  color: rgba(246, 241, 230, 0.88);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: clamp(28px, 2.55vw, 34px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: 0;
  white-space: nowrap;
}

body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small,
body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small,
body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-africa-copy h1 small {
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(44vw, 560px);
  padding-bottom: clamp(14px, 1.28vw, 18px);
  color: rgba(246, 241, 230, 0.88);
  font-size: clamp(28px, 2.55vw, 34px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: 0;
  white-space: nowrap;
}

body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 {
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 0.95vw, 14px);
  max-width: min(56vw, 650px);
  font-size: clamp(76px, 7.12vw, 96px);
  line-height: 0.94;
}

body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 span,
body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
  max-width: 100%;
  white-space: nowrap;
}

body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
  flex: 0 0 auto;
  padding-bottom: 0;
  font-size: clamp(28px, 2.55vw, 34px);
  line-height: 1.04;
}

@media (max-width: 920px) {
  body.head-limited-detail-theme .head-africa-copy h1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: clamp(44px, 15vw, 74px);
  }

  body.head-limited-detail-theme .head-africa-copy h1 span,
  body.head-limited-detail-theme .head-africa-copy h1 small {
    max-width: 100%;
    white-space: normal;
  }

  body.head-limited-detail-theme .head-africa-copy h1 small {
    padding-bottom: 0;
    font-size: clamp(20px, 5.2vw, 28px);
  }
}

/* Bronze series: gallery-grade collector treatment */
body.bronze-series-theme {
  --bronze-bg: #070604;
  --bronze-bg-2: #13100b;
  --bronze-panel: rgba(20, 16, 11, 0.82);
  --bronze-panel-strong: rgba(28, 21, 13, 0.9);
  --bronze-line: rgba(219, 160, 88, 0.24);
  --bronze-line-strong: rgba(239, 190, 112, 0.48);
  --bronze-copper: #b9773c;
  --bronze-copper-soft: #edc783;
  --bronze-gold: #f2d49a;
  --bronze-verdigris: #6fa195;
  --bronze-text: #fff2df;
  --bronze-muted: rgba(255, 242, 223, 0.68);
  --bronze-dim: rgba(255, 242, 223, 0.44);
  background:
    radial-gradient(circle at 84% 14%, rgba(241, 192, 109, 0.18), transparent 24%),
    radial-gradient(circle at 18% 84%, rgba(111, 161, 149, 0.12), transparent 34%),
    linear-gradient(180deg, #17110b 0%, #090705 46%, #030302 100%);
}

body.bronze-series-theme::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(237, 199, 131, 0.045) 9% 9.2%, transparent 9.2% 100%),
    linear-gradient(180deg, transparent 0 82%, rgba(237, 199, 131, 0.07) 82% 82.2%, transparent 82.2% 100%);
  background-size: 240px 240px;
  opacity: 0.7;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), transparent 78%);
}

body.bronze-series-theme .minimal-header {
  background:
    linear-gradient(180deg, rgba(30, 23, 15, 0.9), rgba(7, 6, 4, 0.82)),
    rgba(8, 7, 5, 0.84);
  border-color: rgba(237, 199, 131, 0.18);
}

.bronze-page {
  width: min(calc(100% - 34px), 1220px);
}

.bronze-hero {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(42px, 5.8vw, 88px);
  min-height: calc(100svh - 104px);
}

.bronze-hero::before {
  content: "";
  position: absolute;
  left: clamp(-18px, -2vw, -8px);
  top: clamp(96px, 12vw, 150px);
  width: clamp(72px, 9vw, 116px);
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 212, 154, 0.75), transparent);
}

.bronze-hero-copy {
  max-width: 600px;
}

.bronze-hero-copy > span,
.bronze-detail-copy > span,
.bronze-section-heading span,
.bronze-work-card span {
  color: var(--bronze-gold);
  letter-spacing: 0.18em;
}

.bronze-hero-copy h1 {
  position: relative;
  margin-top: clamp(16px, 1.8vw, 24px);
  font-size: clamp(72px, 7.35vw, 112px);
  font-weight: 820;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(255, 235, 198, 0.18),
    0 24px 56px rgba(0, 0, 0, 0.48);
}

.bronze-hero-copy h1::after {
  content: "BRONZE";
  position: absolute;
  left: 0;
  top: calc(100% + clamp(12px, 1.6vw, 22px));
  color: rgba(237, 199, 131, 0.045);
  font-size: clamp(50px, 6.8vw, 96px);
  font-weight: 840;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.bronze-hero-copy p,
.bronze-detail-copy p {
  color: rgba(255, 242, 223, 0.72);
}

.bronze-hero-facts,
.bronze-detail-facts {
  gap: 12px;
}

.bronze-hero-facts strong,
.bronze-detail-facts article {
  position: relative;
  min-height: 64px;
  overflow: hidden;
  border-color: rgba(237, 199, 131, 0.24);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(239, 190, 112, 0.16), rgba(111, 161, 149, 0.08)),
    rgba(17, 13, 9, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bronze-hero-facts strong::before,
.bronze-detail-facts article::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(237, 199, 131, 0.08);
  pointer-events: none;
}

.bronze-hero-stage {
  min-height: clamp(440px, 43vw, 640px);
  perspective: 1200px;
}

.bronze-hero-stage::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 1%;
  bottom: 2%;
  height: 17%;
  background:
    radial-gradient(ellipse at center, rgba(239, 190, 112, 0.26), transparent 68%),
    linear-gradient(90deg, transparent, rgba(111, 161, 149, 0.1), transparent);
  filter: blur(18px);
}

.bronze-hero-plate {
  border-radius: 4px;
  border-color: rgba(239, 190, 112, 0.44);
  background:
    linear-gradient(135deg, rgba(239, 190, 112, 0.12), transparent),
    #0a0806;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 68px rgba(185, 119, 60, 0.12);
}

.bronze-hero-plate::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(242, 212, 154, 0.1);
}

.bronze-hero-plate-main {
  inset: 0 14% 8% 0;
  transform: rotateX(1deg) rotateY(-3deg);
}

.bronze-hero-plate-side {
  right: 0;
  bottom: 5%;
  width: min(39%, 286px);
  height: min(47%, 318px);
  transform: translate(1%, -2%) rotateY(-6deg);
}

.bronze-hero-plate figcaption {
  left: 22px;
  bottom: 20px;
  border-radius: 3px;
  color: #160f08;
  background: linear-gradient(135deg, var(--bronze-gold), var(--bronze-copper));
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.bronze-work-list {
  gap: clamp(18px, 2.4vw, 28px);
}

.bronze-work-card {
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr) minmax(124px, auto);
  min-height: clamp(190px, 20vw, 260px);
  padding: clamp(16px, 2vw, 24px);
  border-color: rgba(237, 199, 131, 0.19);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(239, 190, 112, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(15, 12, 8, 0.78);
}

.bronze-work-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(237, 199, 131, 0.07);
  pointer-events: none;
}

.bronze-work-card img {
  height: clamp(158px, 17vw, 218px);
  border-radius: 3px;
}

.bronze-work-card h2 {
  font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 800;
}

.bronze-work-card > strong {
  border-radius: 4px;
  color: #140d07;
}

.bronze-detail-page {
  padding-top: clamp(38px, 5vw, 70px);
}

.bronze-detail-page > article {
  gap: clamp(46px, 6.2vw, 86px);
}

.bronze-sale-section,
.bronze-gallery-section,
.bronze-scale-section {
  scroll-margin-top: 128px;
}

.bronze-detail-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  min-height: clamp(480px, 50vw, 660px);
  padding-bottom: clamp(12px, 2vw, 28px);
}

.bronze-detail-copy {
  position: relative;
  padding: clamp(8px, 1vw, 12px) 0 clamp(18px, 2vw, 28px);
}

.bronze-detail-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: clamp(84px, 9vw, 132px);
  height: 1px;
  background: linear-gradient(90deg, var(--bronze-gold), transparent);
}

.bronze-detail-copy h1 {
  font-size: clamp(70px, 8.4vw, 118px);
  font-weight: 820;
  text-shadow: 0 22px 52px rgba(0, 0, 0, 0.48);
}

.bronze-detail-facts article {
  border-radius: 4px;
}

.bronze-detail-cover {
  border-radius: 4px;
  border-color: rgba(239, 190, 112, 0.46);
  box-shadow:
    0 48px 124px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.045) inset,
    0 0 76px rgba(185, 119, 60, 0.16);
}

.bronze-detail-cover::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(242, 212, 154, 0.1);
}

.bronze-detail-cover img {
  height: clamp(440px, 44vw, 620px);
}

.bronze-section-heading {
  border-bottom-color: rgba(237, 199, 131, 0.2);
}

.bronze-section-heading h2 {
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 800;
}

.bronze-sale-panel {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.05fr);
  border-radius: 4px;
  border-color: rgba(239, 190, 112, 0.34);
  background:
    linear-gradient(90deg, rgba(111, 161, 149, 0.08), transparent 28%, rgba(239, 190, 112, 0.16)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(18, 14, 9, 0.9);
}

.bronze-sale-panel span::before {
  content: "收藏铭牌";
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 242, 223, 0.48);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.bronze-sale-panel strong {
  color: var(--bronze-gold);
  font-size: clamp(86px, 11.8vw, 164px);
}

.bronze-sale-panel strong::before {
  content: "¥";
  margin-right: 4px;
  font-size: 0.34em;
  vertical-align: 1.08em;
  opacity: 0.72;
}

.bronze-certificate {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 3.6vw, 48px);
  padding: clamp(24px, 3.8vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(239, 190, 112, 0.32);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(239, 190, 112, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(15, 12, 8, 0.86);
  box-shadow:
    0 34px 86px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.bronze-certificate::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(242, 212, 154, 0.1);
  pointer-events: none;
}

.bronze-certificate::after {
  content: "CERTIFIED";
  position: absolute;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(12px, 2.2vw, 24px);
  color: rgba(242, 212, 154, 0.055);
  font-size: clamp(38px, 7vw, 86px);
  font-weight: 880;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.bronze-certificate-copy,
.bronze-certificate-grid,
.bronze-inquiry-button {
  position: relative;
  z-index: 1;
}

.bronze-certificate-copy span {
  color: var(--bronze-gold);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.18em;
}

.bronze-certificate-copy h2 {
  margin: 14px 0 0;
  color: var(--bronze-text);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
}

.bronze-certificate-copy p {
  max-width: 42ch;
  margin: 18px 0 0;
  color: rgba(255, 242, 223, 0.7);
  font-size: 14px;
  line-height: 1.85;
}

.bronze-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(237, 199, 131, 0.18);
  border-radius: 4px;
  background: rgba(237, 199, 131, 0.18);
}

.bronze-certificate-grid article {
  min-height: 92px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(239, 190, 112, 0.09), transparent 64%),
    rgba(8, 7, 5, 0.86);
}

.bronze-certificate-grid span {
  display: block;
  color: rgba(255, 242, 223, 0.48);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.bronze-certificate-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--bronze-text);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.35;
}

.bronze-inquiry-button {
  grid-column: 1 / -1;
  width: max-content;
  min-height: 44px;
  padding: 0 18px;
  color: #140d07;
  background: linear-gradient(135deg, var(--bronze-gold), var(--bronze-copper));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  font-size: 13px;
  font-weight: 820;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.bronze-inquiry-button:hover,
.bronze-inquiry-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.bronze-gallery-grid {
  gap: clamp(14px, 1.6vw, 22px);
}

.bronze-gallery-grid img,
.bronze-scale-section > img {
  border-radius: 4px;
  border-color: rgba(237, 199, 131, 0.22);
}

.bronze-scale-section > img {
  display: block;
  background:
    linear-gradient(135deg, rgba(239, 190, 112, 0.1), transparent 48%),
    rgba(8, 7, 5, 0.82);
}

.bronze-detail-nav a,
.bronze-detail-nav span {
  border-radius: 4px;
  border-color: rgba(237, 199, 131, 0.22);
}

.bronze-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
  background:
    radial-gradient(circle at 50% 12%, rgba(239, 190, 112, 0.12), transparent 34%),
    rgba(4, 3, 2, 0.88);
  backdrop-filter: blur(18px);
}

.bronze-lightbox[hidden] {
  display: none;
}

.bronze-lightbox figure {
  position: relative;
  max-width: min(1080px, 92vw);
  max-height: 88vh;
  margin: 0;
}

.bronze-lightbox img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border: 1px solid rgba(239, 190, 112, 0.36);
  border-radius: 4px;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.74);
}

.bronze-lightbox figcaption {
  margin-top: 12px;
  color: rgba(255, 242, 223, 0.76);
  font-size: 13px;
  text-align: center;
}

.bronze-lightbox button {
  position: absolute;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--bronze-text);
  border: 1px solid rgba(239, 190, 112, 0.28);
  border-radius: 999px;
  background: rgba(11, 8, 5, 0.74);
  cursor: pointer;
}

.bronze-lightbox-close {
  right: clamp(16px, 3vw, 36px);
  top: clamp(16px, 3vw, 34px);
}

.bronze-lightbox-prev,
.bronze-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.bronze-lightbox-prev {
  left: clamp(16px, 3vw, 34px);
}

.bronze-lightbox-next {
  right: clamp(16px, 3vw, 34px);
}

.bronze-lightbox button:hover,
.bronze-lightbox button:focus-visible {
  color: #140d07;
  background: linear-gradient(135deg, var(--bronze-gold), var(--bronze-copper));
}

@media (max-width: 920px) {
  .bronze-hero,
  .bronze-detail-hero {
    gap: clamp(28px, 7vw, 48px);
  }

  .bronze-hero-copy h1::after {
    display: none;
  }

  .bronze-work-card {
    grid-template-columns: minmax(150px, 200px) minmax(0, 1fr);
  }

  .bronze-detail-cover img {
    height: clamp(360px, 72vw, 560px);
  }

  .bronze-certificate {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-lightbox {
    grid-template-columns: 1fr;
    padding: 62px 12px max(18px, env(safe-area-inset-bottom));
  }

  .site-lightbox-figure {
    max-height: calc(100svh - 88px);
  }

  .site-lightbox-zoom,
  .site-lightbox-zoom img {
    max-height: calc(100svh - 154px);
  }

  .site-lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    transform: translateY(-50%);
  }

  .site-lightbox-arrow:hover,
  .site-lightbox-arrow:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .site-lightbox-prev {
    left: 10px;
  }

  .site-lightbox-next {
    right: 10px;
  }

  .site-lightbox-figure figcaption {
    max-width: calc(100vw - 42px);
    justify-self: center;
    font-size: 12px;
  }

  .site-toast {
    bottom: max(18px, env(safe-area-inset-bottom));
  }

  body.bronze-detail-theme {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .bronze-page {
    width: min(calc(100% - 22px), 1220px);
  }

  .bronze-detail-page {
    padding-top: 24px;
  }

  .bronze-detail-hero {
    min-height: auto;
  }

  .bronze-detail-copy h1 {
    font-size: clamp(54px, 19vw, 82px);
  }

  .bronze-detail-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .bronze-detail-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .bronze-detail-facts article {
    min-height: 58px;
    padding: 12px 8px;
  }

  .bronze-detail-facts strong {
    font-size: 14px;
  }

  .bronze-detail-cover img {
    height: auto;
    max-height: 68svh;
    object-fit: contain;
  }

  .bronze-section-heading {
    align-items: end;
  }

  .bronze-section-heading h2,
  .bronze-certificate-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .bronze-sale-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }

  .bronze-work-card {
    grid-template-columns: 1fr;
  }

  .bronze-sale-panel strong {
    font-size: clamp(70px, 18vw, 110px);
  }

  .bronze-certificate {
    padding: 22px;
  }

  .bronze-certificate-grid {
    grid-template-columns: 1fr;
  }

  .bronze-certificate-grid article {
    min-height: auto;
    padding: 14px;
  }

  .bronze-inquiry-button {
    width: 100%;
  }

  .bronze-gallery-grid,
  .bronze-gallery-grid--three {
    grid-template-columns: 1fr;
  }

  .bronze-gallery-grid img:first-child,
  .bronze-gallery-grid--three img:first-child {
    grid-column: auto;
    min-height: 0;
  }

  .bronze-detail-nav {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .bronze-lightbox-prev,
  .bronze-lightbox-next {
    bottom: 18px;
    top: auto;
    transform: none;
  }

  .bronze-detail-page .bronze-inquiry-button {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 60;
    width: auto;
    min-height: 52px;
  }
}

/* Shared detail/mobile stability after enabling the unified lightbox. */
.artwork-detail-page,
.artwork-detail-page .artwork-layout,
.artwork-detail-page .species-media-column,
.artwork-detail-page .artwork-info,
.artwork-detail-page .scale-panel {
  min-width: 0;
  max-width: 100%;
}

.artwork-detail-page .detail-zoom-plate,
.artwork-detail-page .scale-panel {
  overflow: hidden;
  contain: paint;
}

.artwork-detail-page .detail-zoom-plate img,
.artwork-detail-page .angles-plate img,
.artwork-detail-page .scale-panel img {
  max-width: 100%;
}

.artwork-detail-page .site-lightbox-trigger:focus-visible,
.head-africa-page .site-lightbox-trigger:focus-visible,
.bronze-detail-page .site-lightbox-trigger:focus-visible {
  outline: 2px solid rgba(242, 212, 154, 0.72);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .artwork-detail-page {
    width: min(calc(100% - 22px), var(--max));
    margin-inline: auto;
  }

  .artwork-detail-page .artwork-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .artwork-detail-page .artwork-info {
    padding: 20px;
  }

  .artwork-detail-page .detail-zoom-plate,
  .artwork-detail-page .angles-plate {
    min-height: 300px;
    height: auto;
  }

  .artwork-detail-page .detail-zoom-plate img,
  .artwork-detail-page .angles-plate img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
  }

  .artwork-detail-page .detail-zoom-plate::after,
  .head-africa-page .head-africa-photo-grid::after {
    content: "点击查看大图";
  }

  .artwork-detail-page .release-grid {
    grid-template-columns: 1fr;
  }

.artwork-detail-page .scale-panel img {
    max-height: none;
    height: auto;
  }
}

/* Bronze series v193: simplified catalog title and collector-ledger detail pages. */
.bronze-hero--catalog {
  grid-template-columns: 1fr;
  place-items: center;
  min-height: calc(76svh - 84px);
  padding: clamp(86px, 10vw, 136px) 0 clamp(58px, 8vw, 96px);
}

.bronze-hero--catalog::before,
.bronze-hero--catalog .bronze-hero-stage,
.bronze-hero--catalog .bronze-hero-copy h1::after {
  display: none;
}

.bronze-hero--catalog::after {
  left: 50%;
  right: auto;
  bottom: 21%;
  width: min(62vw, 720px);
  height: clamp(34px, 5vw, 62px);
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(242, 212, 154, 0.22), transparent 68%),
    linear-gradient(90deg, transparent, rgba(185, 119, 60, 0.18), transparent);
  filter: blur(18px);
}

.bronze-hero--catalog .bronze-hero-copy {
  max-width: none;
  text-align: center;
}

.bronze-hero--catalog .bronze-hero-copy h1 {
  margin: 0;
  font-size: clamp(72px, 10vw, 148px);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.bronze-work-list {
  max-width: 1040px;
  margin-inline: auto;
  padding-bottom: clamp(74px, 9vw, 124px);
}

.bronze-work-card {
  grid-template-columns: minmax(210px, 315px) minmax(0, 1fr) auto;
  min-height: clamp(154px, 16vw, 210px);
  border-color: rgba(242, 212, 154, 0.18);
  background:
    linear-gradient(90deg, rgba(242, 212, 154, 0.11), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(13, 10, 7, 0.82);
}

.bronze-work-card img {
  height: clamp(124px, 13vw, 168px);
}

.bronze-work-card h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4.7vw, 62px);
  letter-spacing: 0.01em;
}

.bronze-work-card p {
  font-size: clamp(14px, 1.35vw, 16px);
}

.bronze-work-card > strong {
  align-self: center;
  min-width: 92px;
  border-radius: 3px;
  text-align: center;
}

.bronze-detail-theme .bronze-blur-bg {
  opacity: 0.86;
  filter: blur(28px) saturate(0.76) brightness(0.46);
}

.bronze-detail-page {
  width: min(calc(100% - 34px), 1280px);
  padding-top: clamp(30px, 4.2vw, 56px);
}

.bronze-detail-page > article {
  gap: clamp(38px, 5.4vw, 72px);
}

.bronze-detail-hero--collector {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: stretch;
  min-height: clamp(560px, 54vw, 720px);
  gap: clamp(22px, 3.6vw, 46px);
}

.bronze-detail-hero--collector .bronze-detail-cover {
  order: 1;
  display: grid;
  align-items: end;
  min-height: clamp(520px, 52vw, 700px);
  border-radius: 2px;
  background:
    radial-gradient(ellipse at 50% 87%, rgba(242, 212, 154, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28%),
    #080604;
}

.bronze-detail-hero--collector .bronze-detail-cover::before {
  inset: 14px;
  border-color: rgba(242, 212, 154, 0.13);
}

.bronze-detail-hero--collector .bronze-detail-cover::after {
  inset: auto 11% 18px;
  height: 42px;
  background:
    radial-gradient(ellipse at center, rgba(242, 212, 154, 0.28), transparent 62%),
    linear-gradient(90deg, transparent, rgba(111, 161, 149, 0.12), transparent);
  filter: blur(16px);
}

.bronze-detail-hero--collector .bronze-detail-cover img {
  height: clamp(520px, 52vw, 700px);
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.72);
}

.bronze-detail-hero--collector .bronze-detail-copy {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(520px, 52vw, 700px);
  padding: clamp(26px, 3.8vw, 46px);
  border: 1px solid rgba(242, 212, 154, 0.28);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(242, 212, 154, 0.13), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(12, 9, 6, 0.82);
  box-shadow:
    0 34px 88px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.bronze-detail-hero--collector .bronze-detail-copy::before {
  inset: 14px;
  width: auto;
  height: auto;
  border: 1px solid rgba(242, 212, 154, 0.09);
  background: none;
  pointer-events: none;
}

.bronze-detail-copy .detail-back-link {
  width: fit-content;
  min-height: auto;
  margin-bottom: clamp(24px, 3vw, 40px);
  padding: 0 0 7px;
  color: rgba(255, 242, 223, 0.62);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(242, 212, 154, 0.24);
  border-radius: 0;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.bronze-detail-copy .detail-back-link:hover,
.bronze-detail-copy .detail-back-link:focus-visible {
  color: var(--bronze-gold);
  border-color: rgba(242, 212, 154, 0.74);
  transform: translateX(-2px);
}

.bronze-detail-copy h1 {
  margin-top: 0;
  font-size: clamp(58px, 7.4vw, 106px);
  letter-spacing: 0.015em;
}

.bronze-detail-copy p {
  max-width: 43ch;
  margin-top: clamp(18px, 2vw, 24px);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.86;
}

.bronze-detail-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(28px, 3.2vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(242, 212, 154, 0.18);
  border-radius: 2px;
  background: rgba(242, 212, 154, 0.16);
}

.bronze-detail-facts article {
  min-height: 82px;
  padding: 15px 14px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(242, 212, 154, 0.08), transparent 68%),
    rgba(5, 4, 3, 0.7);
  box-shadow: none;
}

.bronze-detail-facts article::before {
  display: none;
}

.bronze-detail-facts span {
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.bronze-detail-facts strong {
  margin-top: 2px;
  font-size: clamp(18px, 1.7vw, 24px);
}

.bronze-section-heading {
  margin-bottom: clamp(14px, 1.8vw, 22px);
  padding-bottom: 10px;
}

.bronze-section-heading span {
  font-size: 10px;
}

.bronze-section-heading h2 {
  font-size: clamp(30px, 3.7vw, 50px);
}

.bronze-sale-panel {
  grid-template-columns: minmax(0, 0.9fr) auto minmax(0, 1.1fr);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(242, 212, 154, 0.12), transparent 36%, rgba(185, 119, 60, 0.13)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(10, 8, 6, 0.9);
}

.bronze-sale-panel span {
  font-size: clamp(18px, 1.8vw, 24px);
}

.bronze-sale-panel span::before {
  content: "铜像铭牌";
}

.bronze-sale-panel strong {
  font-size: clamp(80px, 10vw, 136px);
}

.bronze-certificate {
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(242, 212, 154, 0.12), transparent 31%),
    repeating-linear-gradient(90deg, rgba(242, 212, 154, 0.032) 0 1px, transparent 1px 14px),
    rgba(9, 7, 5, 0.88);
}

.bronze-certificate::after {
  content: "BRONZE";
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(14px, 2vw, 24px);
  font-size: clamp(42px, 6.4vw, 78px);
}

.bronze-certificate-copy h2 {
  font-size: clamp(30px, 3.6vw, 48px);
}

.bronze-certificate-copy p {
  font-size: 15px;
}

.bronze-certificate-grid article {
  min-height: 86px;
}

.bronze-inquiry-button {
  border-radius: 3px;
}

.bronze-gallery-grid img,
.bronze-scale-section > img {
  border-radius: 2px;
}

.bronze-detail-nav a,
.bronze-detail-nav span {
  border-radius: 2px;
}

@media (max-width: 920px) {
  .bronze-hero--catalog {
    min-height: 54svh;
  }

  .bronze-detail-hero--collector {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bronze-detail-hero--collector .bronze-detail-cover,
  .bronze-detail-hero--collector .bronze-detail-copy {
    min-height: auto;
  }

  .bronze-detail-hero--collector .bronze-detail-copy {
    order: 1;
  }

  .bronze-detail-hero--collector .bronze-detail-cover {
    order: 2;
  }

  .bronze-detail-hero--collector .bronze-detail-cover img {
    height: auto;
    max-height: min(72svh, 620px);
    object-fit: contain;
  }
}

@media (max-width: 640px) {
  .bronze-hero--catalog {
    min-height: 44svh;
    padding: 70px 0 42px;
  }

  .bronze-hero--catalog .bronze-hero-copy h1 {
    font-size: clamp(52px, 17vw, 78px);
  }

  .bronze-work-list {
    gap: 14px;
    padding-bottom: 64px;
  }

  .bronze-work-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 14px;
    min-height: 128px;
    padding: 12px;
  }

  .bronze-work-card img {
    height: 112px;
  }

  .bronze-work-card h2 {
    margin-bottom: 8px;
    font-size: clamp(28px, 9vw, 40px);
  }

  .bronze-work-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .bronze-work-card > strong {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 40px;
  }

  .bronze-detail-page {
    width: min(calc(100% - 22px), 1280px);
  }

  .bronze-detail-hero--collector .bronze-detail-copy {
    padding: 22px;
  }

  .bronze-detail-copy .detail-back-link {
    margin-bottom: 24px;
  }

  .bronze-detail-copy h1 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .bronze-detail-copy p {
    font-size: 14px;
  }

  .bronze-detail-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bronze-detail-facts article {
    min-height: 66px;
    padding: 12px 8px;
  }

  .bronze-detail-facts span {
    font-size: 10px;
  }

  .bronze-detail-facts strong {
    font-size: 14px;
  }

  .bronze-sale-panel {
    grid-template-columns: 1fr;
  }

  .bronze-sale-panel p {
    text-align: left;
  }

  .bronze-certificate {
    grid-template-columns: 1fr;
  }

  .bronze-certificate-copy p {
    font-size: 14px;
  }
}

/* Bronze series v197: cabinet-grade collection pages and smoother motion. */
body.bronze-series-theme {
  --bronze-bg: #050403;
  --bronze-bg-2: #120d08;
  --bronze-panel: rgba(18, 13, 8, 0.78);
  --bronze-panel-strong: rgba(25, 18, 11, 0.92);
  --bronze-line: rgba(224, 164, 88, 0.22);
  --bronze-line-strong: rgba(244, 201, 129, 0.5);
  --bronze-copper: #b47439;
  --bronze-copper-soft: #e7bd72;
  --bronze-gold: #f4d79b;
  --bronze-verdigris: #6fa195;
  --bronze-text: #fff1db;
  --bronze-muted: rgba(255, 241, 219, 0.72);
  --bronze-dim: rgba(255, 241, 219, 0.48);
  background:
    linear-gradient(115deg, rgba(111, 161, 149, 0.12), transparent 34%),
    linear-gradient(252deg, rgba(180, 116, 57, 0.18), transparent 36%),
    linear-gradient(180deg, #161009 0%, #070504 46%, #020202 100%);
}

body.bronze-series-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(244, 215, 155, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 215, 155, 0.026) 1px, transparent 1px);
  background-size: 118px 118px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 82%);
}

body.bronze-series-theme .minimal-header {
  border-color: rgba(244, 201, 129, 0.2);
  background:
    linear-gradient(180deg, rgba(18, 13, 8, 0.88), rgba(7, 5, 3, 0.82)),
    rgba(6, 5, 4, 0.82);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.bronze-page {
  width: min(calc(100% - 38px), 1240px);
}

.bronze-hero--catalog {
  position: relative;
  min-height: calc(58svh - 80px);
  padding: clamp(78px, 9vw, 128px) 0 clamp(46px, 6vw, 76px);
  overflow: visible;
}

.bronze-hero--catalog::after {
  bottom: 18%;
  width: min(66vw, 760px);
  opacity: 0.9;
  background:
    radial-gradient(ellipse at center, rgba(244, 215, 155, 0.2), transparent 70%),
    linear-gradient(90deg, transparent, rgba(180, 116, 57, 0.16), transparent);
}

.bronze-hero--catalog .bronze-hero-copy h1 {
  position: relative;
  font-size: clamp(64px, 7.4vw, 112px);
  letter-spacing: 0;
  text-shadow:
    0 1px 0 rgba(244, 215, 155, 0.16),
    0 28px 74px rgba(0, 0, 0, 0.62);
  animation: bronze-title-settle 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bronze-hero--catalog .bronze-hero-copy h1::before,
.bronze-hero--catalog .bronze-hero-copy h1::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: min(58vw, 620px);
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(244, 215, 155, 0.62), transparent);
  animation: bronze-line-open 1200ms 220ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bronze-hero--catalog .bronze-hero-copy h1::before {
  top: -28px;
}

.bronze-hero--catalog .bronze-hero-copy h1::after {
  top: auto;
  bottom: -32px;
}

.bronze-work-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  max-width: 1180px;
  padding-bottom: clamp(82px, 9vw, 132px);
}

.bronze-work-list::before {
  content: "";
  position: absolute;
  left: max(-22px, -2vw);
  right: max(-22px, -2vw);
  bottom: clamp(72px, 8vw, 118px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 215, 155, 0.2), transparent);
}

.bronze-collection-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  min-height: auto;
  padding: clamp(14px, 1.5vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(244, 201, 129, 0.2);
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 26%),
    linear-gradient(135deg, rgba(244, 201, 129, 0.1), transparent 36%),
    rgba(10, 8, 6, 0.84);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  isolation: isolate;
  animation: bronze-card-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bronze-collection-card:nth-child(2) {
  animation-delay: 90ms;
}

.bronze-collection-card::before {
  inset: 11px;
  border-color: rgba(244, 215, 155, 0.09);
}

.bronze-collection-card::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 12px;
  z-index: -1;
  height: 46px;
  background:
    radial-gradient(ellipse at center, rgba(244, 215, 155, 0.2), transparent 66%),
    linear-gradient(90deg, transparent, rgba(111, 161, 149, 0.12), transparent);
  filter: blur(15px);
  opacity: 0.85;
}

.bronze-collection-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.86);
  transform-origin: center bottom;
  transition:
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 900ms ease;
}

.bronze-collection-card:nth-child(2) img {
  aspect-ratio: 1 / 1;
}

.bronze-card-copy {
  display: grid;
  align-content: center;
  min-height: clamp(126px, 10vw, 156px);
  gap: clamp(10px, 1.3vw, 16px);
  padding: clamp(20px, 2.5vw, 32px) clamp(4px, 0.6vw, 8px) clamp(8px, 1vw, 14px);
}

.bronze-card-kicker {
  color: var(--bronze-gold);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.16em;
}

.bronze-collection-card h2 {
  margin: 0;
  font-size: clamp(44px, 5.8vw, 82px);
  letter-spacing: 0;
}

.bronze-collection-card p {
  max-width: 34em;
  color: rgba(255, 241, 219, 0.72);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.75;
}

.bronze-card-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(4px, 0.6vw, 8px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(244, 201, 129, 0.16);
  border-radius: 2px;
  background: rgba(244, 201, 129, 0.16);
}

.bronze-card-specs div {
  min-height: 68px;
  padding: 12px 11px;
  background:
    linear-gradient(135deg, rgba(244, 201, 129, 0.08), transparent 68%),
    rgba(5, 4, 3, 0.78);
}

.bronze-card-specs dt,
.bronze-card-specs dd {
  margin: 0;
}

.bronze-card-specs dt {
  color: rgba(255, 241, 219, 0.5);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.bronze-card-specs dd {
  margin-top: 7px;
  color: var(--bronze-text);
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 760;
}

.bronze-collection-card > strong {
  width: 100%;
  min-height: 46px;
  margin-top: clamp(18px, 2vw, 24px);
  padding: 0 16px;
  border-radius: 2px;
  color: #150e07;
  background: linear-gradient(135deg, var(--bronze-gold), var(--bronze-copper));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.bronze-collection-card:hover,
.bronze-collection-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(244, 201, 129, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 28%),
    linear-gradient(135deg, rgba(244, 201, 129, 0.14), rgba(111, 161, 149, 0.08) 78%),
    rgba(14, 10, 7, 0.9);
}

.bronze-collection-card:hover img,
.bronze-collection-card:focus-visible img {
  transform: scale(1.035);
  filter: saturate(0.96) contrast(1.1) brightness(0.94);
}

.bronze-detail-theme .bronze-blur-bg {
  opacity: 0.9;
  filter: blur(34px) saturate(0.74) brightness(0.36);
  transform: scale(1.08);
}

.bronze-detail-page {
  width: min(calc(100% - 38px), 1280px);
  padding-top: clamp(30px, 4vw, 54px);
}

.bronze-detail-page > article {
  gap: clamp(42px, 5.8vw, 78px);
}

.bronze-detail-hero--collector {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.82fr);
  align-items: stretch;
  gap: clamp(22px, 3.2vw, 42px);
  min-height: clamp(548px, 52vw, 688px);
}

.bronze-detail-hero--collector .bronze-detail-copy,
.bronze-detail-hero--collector .bronze-detail-cover {
  min-height: clamp(548px, 52vw, 688px);
}

.bronze-detail-hero--collector .bronze-detail-copy {
  justify-content: end;
  padding: clamp(26px, 3.8vw, 48px);
  border-color: rgba(244, 201, 129, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%),
    repeating-linear-gradient(90deg, rgba(244, 201, 129, 0.028) 0 1px, transparent 1px 16px),
    rgba(9, 7, 5, 0.86);
  animation: bronze-card-rise 820ms 80ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bronze-detail-hero--collector .bronze-detail-cover {
  order: 2;
  align-items: stretch;
  border-color: rgba(244, 201, 129, 0.44);
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  animation: bronze-card-rise 820ms 170ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bronze-detail-hero--collector .bronze-detail-cover img {
  height: 100%;
  min-height: clamp(548px, 52vw, 688px);
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.78);
  transition:
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 900ms ease;
}

.bronze-detail-hero--collector .bronze-detail-cover:hover img,
.bronze-detail-hero--collector .bronze-detail-cover:focus-within img {
  transform: scale(1.028);
  filter: saturate(0.94) contrast(1.1) brightness(0.86);
}

.bronze-detail-copy .detail-back-link {
  margin-bottom: auto;
  color: rgba(255, 241, 219, 0.66);
}

.bronze-detail-copy h1 {
  margin-top: clamp(34px, 5vw, 72px);
  font-size: clamp(62px, 7.8vw, 112px);
}

.bronze-detail-copy p {
  max-width: 45ch;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.9;
}

.bronze-detail-facts {
  margin-top: clamp(26px, 3.2vw, 42px);
}

.bronze-detail-facts article {
  min-height: 84px;
}

.bronze-sale-panel {
  grid-template-columns: minmax(0, 0.88fr) auto minmax(0, 1.12fr);
  border-color: rgba(244, 201, 129, 0.34);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(111, 161, 149, 0.1), transparent 30%, rgba(244, 201, 129, 0.15)),
    repeating-linear-gradient(90deg, rgba(244, 215, 155, 0.022) 0 1px, transparent 1px 18px),
    rgba(10, 7, 5, 0.92);
}

.bronze-sale-panel span::before {
  content: "COLLECTION PRICE";
}

.bronze-sale-panel strong {
  color: var(--bronze-gold);
  font-size: clamp(88px, 10.8vw, 148px);
}

.bronze-sale-panel p {
  font-size: clamp(16px, 1.45vw, 18px);
}

.bronze-certificate {
  grid-template-columns: minmax(285px, 0.66fr) minmax(0, 1.34fr);
  padding: clamp(26px, 3.6vw, 46px);
  border-color: rgba(244, 201, 129, 0.3);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(244, 201, 129, 0.13), transparent 32%),
    repeating-linear-gradient(90deg, rgba(244, 215, 155, 0.03) 0 1px, transparent 1px 16px),
    rgba(9, 7, 5, 0.9);
}

.bronze-certificate-copy h2 {
  font-size: clamp(34px, 3.9vw, 52px);
}

.bronze-certificate-copy p {
  color: rgba(255, 241, 219, 0.74);
  font-size: 16px;
  line-height: 1.86;
}

.bronze-certificate-grid article {
  min-height: 92px;
  padding: 17px 16px;
}

.bronze-inquiry-button {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 3px;
  transition:
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 240ms ease,
    filter 240ms ease;
}

.bronze-inquiry-button:hover,
.bronze-inquiry-button:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.bronze-gallery-grid {
  gap: clamp(14px, 1.7vw, 22px);
}

.bronze-gallery-grid img,
.bronze-scale-section > img {
  border-radius: 3px;
  border-color: rgba(244, 201, 129, 0.2);
}

.bronze-gallery-grid img {
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.28);
}

.bronze-scale-section > img {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(7, 5, 4, 0.84);
}

.bronze-detail-nav a,
.bronze-detail-nav span {
  border-radius: 3px;
}

.bronze-detail-page .site-lightbox-trigger:focus-visible {
  outline: 2px solid rgba(244, 215, 155, 0.78);
  outline-offset: 4px;
}

body.bronze-series-theme .site-lightbox {
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.82), rgba(2, 2, 2, 0.94)),
    rgba(6, 5, 4, 0.9);
  backdrop-filter: blur(22px);
}

body.bronze-series-theme .site-lightbox-zoom {
  border-color: rgba(244, 201, 129, 0.34);
  border-radius: 3px;
  background: rgba(6, 5, 4, 0.92);
  box-shadow:
    0 44px 130px rgba(0, 0, 0, 0.68),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  animation: bronze-lightbox-in 360ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.bronze-series-theme .site-lightbox-close,
body.bronze-series-theme .site-lightbox-arrow {
  border-color: rgba(244, 201, 129, 0.28);
  background: rgba(12, 9, 6, 0.74);
}

body.bronze-series-theme .site-toast {
  color: #150e07;
  background: linear-gradient(135deg, var(--bronze-gold), var(--bronze-copper));
  border-color: transparent;
}

@keyframes bronze-title-settle {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes bronze-line-open {
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes bronze-card-rise {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.988);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes bronze-lightbox-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .bronze-work-list {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .bronze-collection-card {
    grid-template-columns: minmax(220px, 0.84fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .bronze-collection-card img,
  .bronze-collection-card:nth-child(2) img {
    height: 100%;
    aspect-ratio: auto;
  }

  .bronze-card-copy {
    padding: clamp(14px, 2.4vw, 20px) 2px 2px;
  }

  .bronze-collection-card > strong {
    grid-column: 1 / -1;
  }

  .bronze-detail-hero--collector {
    grid-template-columns: 1fr;
  }

  .bronze-detail-hero--collector .bronze-detail-cover,
  .bronze-detail-hero--collector .bronze-detail-copy {
    min-height: auto;
  }

  .bronze-detail-hero--collector .bronze-detail-copy {
    order: 1;
  }

  .bronze-detail-hero--collector .bronze-detail-cover {
    order: 2;
  }

  .bronze-detail-hero--collector .bronze-detail-cover img {
    height: auto;
    min-height: 0;
    max-height: min(74svh, 680px);
    object-fit: contain;
  }

  .bronze-certificate {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bronze-page {
    width: min(calc(100% - 22px), 1240px);
  }

  .bronze-hero--catalog {
    min-height: 40svh;
    padding: 48px 0 32px;
  }

  .bronze-hero--catalog .bronze-hero-copy h1 {
    font-size: clamp(42px, 14.5vw, 62px);
  }

  .bronze-hero--catalog .bronze-hero-copy h1::before {
    top: -18px;
  }

  .bronze-hero--catalog .bronze-hero-copy h1::after {
    bottom: -22px;
  }

  .bronze-work-list {
    gap: 16px;
    padding-bottom: 70px;
  }

  .bronze-collection-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .bronze-collection-card img,
  .bronze-collection-card:nth-child(2) img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .bronze-card-copy {
    gap: 11px;
    padding: 16px 2px 2px;
  }

  .bronze-card-kicker {
    font-size: 10px;
  }

  .bronze-collection-card h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .bronze-card-specs div {
    min-height: 60px;
    padding: 10px 8px;
  }

  .bronze-card-specs dd {
    font-size: 13px;
  }

  .bronze-detail-page {
    width: min(calc(100% - 22px), 1280px);
    padding-top: 20px;
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .bronze-detail-hero--collector .bronze-detail-copy {
    padding: 22px;
  }

  .bronze-detail-copy h1 {
    margin-top: 30px;
    font-size: clamp(48px, 15vw, 68px);
  }

  .bronze-detail-copy p {
    font-size: 15px;
    line-height: 1.82;
  }

  .bronze-detail-facts article {
    min-height: 68px;
    padding: 12px 8px;
  }

  .bronze-detail-facts strong {
    font-size: 14px;
  }

  .bronze-section-heading {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px;
    margin-bottom: 12px;
    padding-bottom: 9px;
  }

  .bronze-section-heading h2 {
    font-size: clamp(28px, 9vw, 38px);
    text-align: left;
  }

  .bronze-section-heading span {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .bronze-sale-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .bronze-sale-panel strong {
    font-size: clamp(70px, 22vw, 92px);
  }

  .bronze-sale-panel p {
    text-align: left;
  }

  .bronze-certificate {
    padding: 22px;
  }

  .bronze-certificate-copy p {
    font-size: 15px;
  }

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

  .bronze-certificate-grid article {
    min-height: 78px;
    padding: 13px 12px;
  }

  .bronze-inquiry-button {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 42;
    width: auto;
    min-height: 52px;
    justify-content: center;
    box-shadow:
      0 18px 52px rgba(0, 0, 0, 0.46),
      0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  }

  .bronze-gallery-grid,
  .bronze-gallery-grid--three {
    grid-template-columns: 1fr;
  }

  .bronze-gallery-grid img:first-child,
  .bronze-gallery-grid--three img:first-child {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .bronze-detail-nav {
    flex-direction: column;
  }

  .bronze-detail-nav a,
  .bronze-detail-nav span {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bronze-hero--catalog .bronze-hero-copy h1,
  .bronze-collection-card,
  .bronze-detail-hero--collector .bronze-detail-copy,
  .bronze-detail-hero--collector .bronze-detail-cover,
  body.bronze-series-theme .site-lightbox-zoom {
    animation: none;
  }

  .bronze-collection-card,
  .bronze-collection-card img,
  .bronze-detail-hero--collector .bronze-detail-cover img,
  .bronze-gallery-grid img,
  .bronze-inquiry-button {
    transition: none;
  }
}

/* Bronze series v198: hard alignment pass across catalog and detail pages. */
.bronze-work-list {
  align-items: stretch;
}

.bronze-collection-card {
  grid-template-rows: auto 1fr auto;
  height: 100%;
}

.bronze-collection-card img,
.bronze-collection-card:nth-child(2) img {
  height: clamp(330px, 28vw, 430px);
  aspect-ratio: auto;
  object-fit: cover;
}

.bronze-card-copy {
  align-content: start;
}

.bronze-collection-card > strong {
  align-self: end;
  margin-top: clamp(20px, 2.2vw, 28px);
}

.bronze-section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  align-items: start;
  gap: 8px;
  padding-bottom: 12px;
}

.bronze-section-heading h2 {
  text-align: left;
}

.bronze-section-heading span {
  order: -1;
}

.bronze-sale-panel,
.bronze-certificate,
.bronze-gallery-grid,
.bronze-scale-section > img {
  width: 100%;
}

.bronze-scale-section > img {
  max-width: none;
}

.bronze-detail-nav {
  width: 100%;
  justify-content: center;
}

@media (min-width: 981px) {
  .bronze-detail-hero--collector .bronze-detail-copy,
  .bronze-detail-hero--collector .bronze-detail-cover {
    align-self: stretch;
  }
}

@media (max-width: 980px) {
  .bronze-collection-card {
    grid-template-columns: minmax(220px, 0.84fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .bronze-collection-card img,
  .bronze-collection-card:nth-child(2) img {
    height: 100%;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .bronze-collection-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }

  .bronze-collection-card img,
  .bronze-collection-card:nth-child(2) img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .bronze-section-heading {
    gap: 6px;
    padding-bottom: 9px;
  }
}

/* Limited head detail v199: keep Latin names as subtitles, not a second headline. */
body.head-limited-detail-theme .head-africa-copy h1,
body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1,
body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 0.9vw, 12px);
  max-width: min(100%, 680px);
}

body.head-limited-detail-theme .head-africa-copy h1 span,
body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 span {
  max-width: 100%;
  white-space: nowrap;
}

body.head-limited-detail-theme .head-africa-copy h1 small,
body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small,
body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
  flex: 0 1 auto;
  max-width: min(100%, 540px);
  padding-bottom: 0;
  color: rgba(246, 241, 230, 0.76);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 720;
  line-height: 1.12;
  white-space: normal;
}

body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 {
  font-size: clamp(76px, 7.12vw, 96px);
}

body.head-limited-great-white-shark-theme .head-africa-copy h1 small {
  max-width: min(100%, 560px);
  color: rgba(236, 248, 255, 0.78);
}

@media (min-width: 921px) {
  body.head-limited-detail-theme .head-africa-copy h1,
  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(8px, 0.85vw, 12px);
    max-width: min(56vw, 680px);
  }

  body.head-limited-detail-theme .head-africa-copy h1 small,
  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
    max-width: min(36vw, 540px);
    padding-bottom: 0;
    font-size: clamp(18px, 1.35vw, 24px);
    line-height: 1.12;
  }
}

@media (max-width: 920px) {
  body.head-limited-detail-theme .head-africa-copy h1 small,
  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
    max-width: 100%;
    font-size: clamp(18px, 5vw, 26px);
  }
}

/* Limited head detail v200: align the left scale plate bottom with the cover poster. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack {
    margin-top: clamp(45px, calc(267px - 11.6vw), 119px);
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-pack {
    margin-top: clamp(66px, calc(288px - 11.6vw), 140px);
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) {
    --limited-pack-visible-bottom-offset: 0px;
    --limited-pack-ground-offset: 0px;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme {
    --limited-pack-visible-bottom-offset: 0px;
    --limited-pack-ground-offset: 0px;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack img {
    transform: translateY(0);
  }
}


/* Limited head detail v203: lock the left white plate bottom to the poster bottom on desktop. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack {
    transform: translateY(40px);
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack::before {
    transform: translateY(40px);
  }
}

/* Limited/ocean detail v206: larger joined title lockup. */
@media (min-width: 921px) {
  body.head-limited-detail-theme .head-africa-copy h1,
  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(16px, 1.72vw, 30px);
    max-width: min(70vw, 960px);
    margin: 0 0 clamp(18px, 1.75vw, 28px);
    font-size: clamp(102px, 9.7vw, 132px);
  }

  body.head-limited-detail-theme .head-africa-copy h1 span,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 span {
    flex: 0 0 auto;
    max-width: none;
    white-space: nowrap;
  }

  body.head-limited-detail-theme .head-africa-copy h1 small,
  body.head-limited-detail-theme:not(.head-limited-bornean-elephant-theme) .head-africa-copy h1 small,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
    flex: 0 1 auto;
    max-width: min(31vw, 430px);
    margin-top: clamp(5px, 0.56vw, 9px);
    padding-bottom: 0;
    color: rgba(246, 241, 230, 0.84);
    font-size: clamp(23px, 2.1vw, 32px);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 {
    gap: clamp(14px, 1.45vw, 24px);
    font-size: clamp(74px, 7.1vw, 100px);
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 small {
    max-width: min(25vw, 330px);
    font-size: clamp(18px, 1.45vw, 23px);
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-africa-copy h1 small {
    max-width: min(32vw, 460px);
    color: rgba(236, 248, 255, 0.84);
    font-size: clamp(23px, 2.1vw, 32px);
  }
}

@media (max-width: 920px) {
  body.head-limited-detail-theme .head-africa-copy h1,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-africa-copy h1 {
    margin-bottom: 0;
  }
}

/* Limited/ocean detail v208: bottom-lock the left pack art to the cover poster after title scale-up. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack {
    transform: translateY(61px);
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack::before {
    transform: translateY(61px);
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-pack {
    transform: translateY(70px);
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-pack::before {
    transform: translateY(70px);
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-pack {
    transform: translateY(46px);
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-pack::before {
    transform: translateY(46px);
  }
}

/* Bronze catalog v210: clean cover-card layout after removing catalog metadata. */
.bronze-collection-card .bronze-card-copy {
  align-content: center;
  min-height: clamp(126px, 10vw, 156px);
  padding: clamp(20px, 2.5vw, 32px) clamp(4px, 0.6vw, 8px) clamp(8px, 1vw, 14px);
}

.bronze-collection-card .bronze-card-copy h2 {
  align-self: center;
}

/* Bronze catalog v212: lock paired cards to the same bottom edge. */
.bronze-work-list .bronze-collection-card {
  align-self: stretch;
}

.bronze-work-list .bronze-collection-card > img {
  height: clamp(350px, 28vw, 430px);
}

/* Limited Asian elephant v216: align Latin title and pack silhouette to the poster. */
@media (min-width: 921px) {
  body.head-limited-detail-theme.head-limited-asian-elephant-theme .head-africa-copy h1 {
    width: calc(100% + clamp(44px, 4.1vw, 64px));
    justify-content: space-between;
    gap: 0;
    max-width: none;
  }

  body.head-limited-detail-theme.head-limited-asian-elephant-theme .head-africa-copy h1 small {
    flex: 0 0 auto;
    max-width: none;
    font-size: clamp(22px, 1.65vw, 24px);
  }

  body.head-limited-detail-theme.head-limited-asian-elephant-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack,
  body.head-limited-detail-theme.head-limited-asian-elephant-theme:not(.head-limited-great-white-shark-theme) .head-limited-pack::before {
    transform: translateY(clamp(16px, calc(239px - 15.1vw), 66px));
  }
}

/* Limited detail v217: unify the same alignment logic across all limited editions. */
@media (min-width: 921px) {
  body.head-limited-detail-theme .head-limited-hero .head-africa-copy h1 {
    width: calc(100% + clamp(44px, 4.1vw, 64px)) !important;
    justify-content: space-between !important;
    gap: 0 !important;
    max-width: none !important;
  }

  body.head-limited-detail-theme .head-limited-hero .head-africa-copy h1 span {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  body.head-limited-detail-theme .head-limited-hero .head-africa-copy h1 small {
    flex: 0 0 auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    font-size: clamp(22px, 1.65vw, 24px) !important;
  }

  body.head-limited-detail-theme .head-limited-hero .head-limited-pack,
  body.head-limited-detail-theme .head-limited-hero .head-limited-pack::before {
    transform: translateY(clamp(16px, calc(239px - 15.1vw), 66px)) !important;
  }
}

/* Limited detail v218: correct the remaining outliers while keeping the shared alignment. */
@media (min-width: 921px) {
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-limited-pack,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-limited-pack::before {
    transform: translateY(clamp(25px, calc(238.6px - 14.46vw), 73px)) !important;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-limited-pack,
  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-limited-pack::before {
    transform: translateY(clamp(-43px, calc(-184px + 12.3vw), -2px)) !important;
  }
}

/* Limited detail v219: keep Latin names clear of the poster on medium desktop widths. */
@media (min-width: 921px) and (max-width: 1080px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme):not(.head-limited-bornean-elephant-theme) .head-limited-hero .head-africa-copy h1 {
    width: calc(100% + 32px) !important;
    gap: 0 !important;
    justify-content: space-between !important;
    font-size: 74px !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme):not(.head-limited-bornean-elephant-theme) .head-limited-hero .head-africa-copy h1 small {
    flex: 0 0 auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    font-size: 17px !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme):not(.head-limited-bornean-elephant-theme) .head-limited-hero .head-limited-pack,
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme):not(.head-limited-bornean-elephant-theme) .head-limited-hero .head-limited-pack::before {
    transform: translateY(65px) !important;
  }
}

/* Limited detail v220: keep long Latin names from touching the poster on wider desktop widths. */
@media (min-width: 1081px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme):not(.head-limited-bornean-elephant-theme) .head-limited-hero .head-africa-copy h1 {
    width: min(calc(100% + clamp(28px, 2.2vw, 44px)), 760px) !important;
    gap: clamp(12px, 1.05vw, 18px) !important;
  }

  body.head-limited-detail-theme.head-limited-indian-rhino-theme .head-limited-hero .head-africa-copy h1 small {
    max-width: min(12vw, 170px) !important;
    font-size: clamp(15px, 1.1vw, 18px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 small {
    max-width: min(14vw, 230px) !important;
    font-size: clamp(16px, 1.2vw, 19px) !important;
  }

  body.head-limited-detail-theme.head-limited-indian-rhino-theme .head-limited-hero .head-africa-copy h1,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 {
    max-width: min(48vw, 720px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 {
    width: min(620px, 44vw) !important;
    justify-content: space-between !important;
    gap: clamp(12px, 1vw, 16px) !important;
    font-size: clamp(72px, 6.2vw, 92px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 span {
    flex: 0 0 auto !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 small {
    flex: 0 0 auto !important;
    max-width: min(210px, 15vw) !important;
    font-size: clamp(15px, 1.08vw, 18px) !important;
  }
}

/* Limited detail v221: final species-specific lockups for the remaining outliers. */
@media (min-width: 921px) {
  body.head-limited-detail-theme.head-limited-asian-elephant-theme .head-limited-hero .head-africa-copy h1 {
    width: min(712px, 49vw) !important;
    gap: clamp(14px, 1.1vw, 18px) !important;
    justify-content: space-between !important;
  }

  body.head-limited-detail-theme.head-limited-asian-elephant-theme .head-limited-hero .head-africa-copy h1 small {
    max-width: min(317px, 22vw) !important;
    font-size: clamp(20px, 1.55vw, 24px) !important;
  }

  body.head-limited-detail-theme.head-limited-indian-rhino-theme .head-limited-hero .head-africa-copy h1 {
    width: min(660px, 46vw) !important;
    gap: clamp(12px, 1vw, 16px) !important;
    justify-content: space-between !important;
  }

  body.head-limited-detail-theme.head-limited-indian-rhino-theme .head-limited-hero .head-africa-copy h1 small {
    max-width: min(220px, 15vw) !important;
    font-size: clamp(16px, 1.15vw, 18px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 {
    width: min(660px, 46vw) !important;
    gap: clamp(10px, 0.9vw, 14px) !important;
    justify-content: space-between !important;
    font-size: clamp(78px, 5.9vw, 82px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 small {
    max-width: min(220px, 15vw) !important;
    font-size: clamp(15px, 1.08vw, 16px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-limited-pack,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-limited-pack::before {
    transform: translateY(clamp(46px, calc(245px - 14.8vw), 72px)) !important;
  }
}

/* Limited detail v229: lock every limited hero to the approved poster standard. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero {
    position: relative;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy {
    position: static;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy .detail-back-link {
    top: clamp(28px, 3vw, 34px);
    left: 0;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1 {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    width: calc(100% + clamp(36px, 5.2vw, 76px) - 16px) !important;
    max-width: none !important;
    margin: 0 !important;
    gap: clamp(10px, 1vw, 16px) !important;
    font-size: clamp(72px, 6.75vw, 88px) !important;
    line-height: 0.9 !important;
    text-wrap: nowrap;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1 span {
    flex: 0 0 auto !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1 small {
    flex: 0 0 auto !important;
    max-width: none !important;
    padding-bottom: clamp(8px, 0.95vw, 12px) !important;
    color: rgba(246, 241, 230, 0.86);
    font-size: clamp(25px, 2.35vw, 30px) !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack {
    position: absolute !important;
    left: 0;
    bottom: calc(-1 * clamp(20px, 1.8vw, 24px));
    width: calc((100% - clamp(36px, 5.2vw, 76px)) * 0.59155) !important;
    height: clamp(184px, 18vw, 270px) !important;
    min-height: clamp(184px, 18vw, 270px) !important;
    margin: 0 !important;
    transform: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::before {
    transform: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack img {
    width: auto !important;
    height: 100% !important;
    max-width: min(88%, 560px) !important;
    max-height: 100% !important;
    transform: none !important;
  }

  body.head-limited-detail-theme.head-limited-white-rhino-theme .head-limited-hero .head-limited-pack {
    bottom: calc(-1 * clamp(22px, 1.95vw, 26px));
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 {
    font-size: clamp(60px, 5.2vw, 66px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 small {
    font-size: clamp(17px, 1.45vw, 19px) !important;
  }
}

/* Limited detail v230: override the older v220 title widths with the final poster-gap rule. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme):not(.head-limited-bornean-elephant-theme) .head-limited-hero .head-africa-copy h1 {
    width: calc(100% + clamp(36px, 5.2vw, 76px) - 16px) !important;
    max-width: none !important;
    justify-content: space-between !important;
    gap: clamp(10px, 1vw, 16px) !important;
    font-size: clamp(72px, 6.75vw, 88px) !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme):not(.head-limited-bornean-elephant-theme) .head-limited-hero .head-africa-copy h1 small {
    max-width: none !important;
    padding-bottom: clamp(8px, 0.95vw, 12px) !important;
    font-size: clamp(25px, 2.35vw, 30px) !important;
    line-height: 1.05 !important;
  }
}

/* Limited detail v232: use one full-width hero baseline below the poster, like the approved reference. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero {
    padding-bottom: clamp(70px, 7.1vw, 92px) !important;
    border-bottom: 1px solid rgba(236, 228, 210, 0.12) !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack {
    bottom: clamp(20px, 1.8vw, 24px) !important;
  }

  body.head-limited-detail-theme.head-limited-white-rhino-theme .head-limited-hero .head-limited-pack {
    bottom: clamp(22px, 1.95vw, 26px) !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::before {
    opacity: 0;
  }
}

/* Limited detail v233: draw the bottom rule from one layer so the left pack and right poster share the same baseline feel. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero {
    border-bottom: 0 !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero::after {
    position: absolute !important;
    inset: auto 0 0 0 !important;
    z-index: 1 !important;
    width: auto !important;
    height: 1px !important;
    background:
      linear-gradient(
        90deg,
        rgba(236, 228, 210, 0.035) 0%,
        rgba(236, 228, 210, 0.075) 16%,
        rgba(236, 228, 210, 0.115) 50%,
        rgba(236, 228, 210, 0.075) 84%,
        rgba(236, 228, 210, 0.035) 100%
      ) !important;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.34) !important;
    content: "" !important;
    pointer-events: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::before {
    display: none !important;
  }
}

/* Limited detail v234: center Latin names inside the title-to-poster gap and restore the soft glow. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 {
    display: grid !important;
    grid-template-columns: max-content minmax(0, 1fr) !important;
    align-items: end !important;
    justify-content: stretch !important;
    column-gap: 0 !important;
    width: calc(100% + clamp(36px, 5.2vw, 76px)) !important;
    max-width: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1 span,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 span {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1 small,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 small {
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: end !important;
    display: inline-block !important;
    position: relative !important;
    z-index: 0 !important;
    isolation: isolate !important;
    max-width: min(100%, 520px) !important;
    padding-bottom: clamp(8px, 0.95vw, 12px) !important;
    text-align: center !important;
    text-shadow:
      0 2px 14px rgba(0, 0, 0, 0.72),
      0 0 24px rgba(246, 241, 230, 0.20),
      0 0 42px rgba(246, 241, 230, 0.11) !important;
    white-space: nowrap !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1 small::before,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 small::before {
    position: absolute;
    inset: -0.34em -0.8em -0.24em;
    z-index: -1;
    border-radius: 999px;
    background:
      radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.48) 0%,
        rgba(0, 0, 0, 0.30) 43%,
        rgba(0, 0, 0, 0) 76%
      );
    filter: blur(10px);
    content: "";
    pointer-events: none;
  }
}

@media (min-width: 921px) and (max-width: 1080px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 {
    width: calc(100% + 32px) !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-africa-copy h1 small,
  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-africa-copy h1 small {
    font-size: clamp(16px, 1.8vw, 19px) !important;
  }
}

/* Limited detail v237: restore the broad low ground field behind the pack image. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::before {
    display: block !important;
    position: absolute !important;
    inset: auto -2% -3px !important;
    z-index: 0 !important;
    width: auto !important;
    height: 58% !important;
    border-radius: 0 0 999px 999px !important;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.08) 24%,
        rgba(0, 0, 0, 0.22) 58%,
        rgba(0, 0, 0, 0.36) 100%
      ),
      radial-gradient(
        ellipse at 50% 78%,
        rgba(0, 0, 0, 0.36) 0%,
        rgba(0, 0, 0, 0.24) 42%,
        rgba(0, 0, 0, 0) 76%
      ),
      radial-gradient(
        ellipse at 50% 34%,
        rgba(236, 228, 210, 0.045) 0%,
        rgba(236, 228, 210, 0.018) 38%,
        rgba(236, 228, 210, 0) 72%
      ) !important;
    filter: blur(10px) !important;
    opacity: 0.92 !important;
    transform: translateY(clamp(1px, 0.2vw, 3px)) !important;
    content: "" !important;
    pointer-events: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack img {
    position: relative !important;
    z-index: 1 !important;
  }
}

/* Limited detail v238: add the pale bottom glow that belongs to the transparent pack image. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::after {
    position: absolute !important;
    inset: auto 8% clamp(4px, 0.55vw, 8px) !important;
    z-index: 0 !important;
    height: clamp(22px, 2.3vw, 34px) !important;
    border-radius: 999px !important;
    background:
      radial-gradient(
        ellipse at 50% 50%,
        rgba(242, 238, 224, 0.26) 0%,
        rgba(216, 208, 188, 0.16) 34%,
        rgba(216, 208, 188, 0.07) 56%,
        rgba(216, 208, 188, 0) 78%
      ) !important;
    filter: blur(8px) !important;
    opacity: 0.88 !important;
    content: "" !important;
    pointer-events: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack img {
    filter:
      drop-shadow(0 clamp(15px, 1.35vw, 20px) clamp(10px, 1vw, 15px) rgba(236, 228, 210, 0.13))
      drop-shadow(0 clamp(24px, 2vw, 32px) clamp(20px, 2vw, 32px) rgba(0, 0, 0, 0.30)) !important;
  }
}

/* Limited detail v240: match the reference bottom glow as a broad pale field, not an outline. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::after {
    position: absolute !important;
    inset: auto -6% -2% !important;
    z-index: 0 !important;
    height: 54% !important;
    border-radius: 44% 44% 18% 18% / 42% 42% 14% 14% !important;
    background:
      linear-gradient(
        180deg,
        rgba(236, 232, 214, 0) 0%,
        rgba(236, 232, 214, 0.055) 22%,
        rgba(226, 221, 204, 0.105) 49%,
        rgba(190, 184, 164, 0.072) 76%,
        rgba(236, 232, 214, 0) 100%
      ),
      radial-gradient(
        ellipse at 48% 64%,
        rgba(236, 232, 214, 0.22) 0%,
        rgba(216, 210, 190, 0.135) 34%,
        rgba(180, 176, 158, 0.075) 58%,
        rgba(180, 176, 158, 0) 84%
      ) !important;
    filter: blur(16px) !important;
    opacity: 0.78 !important;
    content: "" !important;
    pointer-events: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack img {
    filter:
      drop-shadow(0 clamp(24px, 2vw, 32px) clamp(20px, 2vw, 32px) rgba(0, 0, 0, 0.28)) !important;
  }
}

/* Limited detail v241: use the approved official-series ground band and fix the shark title gap. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::before {
    display: block !important;
    position: absolute !important;
    inset: auto 0 0 !important;
    z-index: 0 !important;
    width: auto !important;
    height: 54% !important;
    border-radius: 0 !important;
    background:
      radial-gradient(ellipse at 50% 100%, rgba(222, 192, 141, 0.14), transparent 62%),
      linear-gradient(90deg, transparent, rgba(236, 228, 210, 0.10), transparent) !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    content: "" !important;
    pointer-events: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack::after {
    display: none !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack img {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.34)) !important;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-africa-copy h1 {
    display: grid !important;
    grid-template-columns: max-content minmax(0, 1fr) !important;
    align-items: end !important;
    justify-content: stretch !important;
    column-gap: 0 !important;
    width: calc(100% + clamp(36px, 5.2vw, 76px)) !important;
    max-width: none !important;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-africa-copy h1 span {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-africa-copy h1 small {
    grid-column: 2 !important;
    justify-self: center !important;
    max-width: min(100%, 500px) !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}

/* Limited detail v242: lock the transparent pack baseline to the poster baseline. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack {
    bottom: calc(clamp(20px, 1.8vw, 24px) + 8px) !important;
  }

  body.head-limited-detail-theme.head-limited-white-rhino-theme .head-limited-hero .head-limited-pack {
    bottom: calc(clamp(22px, 1.95vw, 26px) + 6px) !important;
  }

  body.head-limited-detail-theme.head-limited-bornean-elephant-theme .head-limited-hero .head-limited-pack {
    bottom: calc(clamp(20px, 1.8vw, 24px) + 8px) !important;
  }
}

/* Limited detail v243: optical foot-to-light alignment and shark Latin vertical centering. */
@media (min-width: 921px) {
  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack {
    overflow: visible !important;
  }

  body.head-limited-detail-theme:not(.head-limited-great-white-shark-theme) .head-limited-hero .head-limited-pack img {
    transform: translateY(clamp(11px, 1.08vw, 16px)) !important;
  }

  body.head-limited-detail-theme.head-limited-white-rhino-theme .head-limited-hero .head-limited-pack img {
    transform: translateY(clamp(12px, 1.15vw, 18px)) !important;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-africa-copy h1 {
    align-items: center !important;
  }

  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-africa-copy h1 small {
    align-self: center !important;
    padding-bottom: 0 !important;
    transform: translateY(clamp(2px, 0.22vw, 4px)) !important;
  }
}

/* Detail refinement v244: annotated micro-adjustments from review screenshots. */
@media (min-width: 921px) {
  body.head-limited-detail-theme.head-limited-great-white-shark-theme .head-limited-hero .head-africa-copy h1 small {
    font-size: clamp(28px, 2.08vw, 30px) !important;
  }

  body.head-limited-detail-theme.head-limited-white-rhino-theme .head-limited-hero .head-limited-pack img {
    transform: translateY(clamp(15px, 1.45vw, 22px)) !important;
  }
}

.bronze-hero--catalog {
  min-height: calc(40svh - 72px) !important;
  padding: clamp(30px, 4.8vw, 58px) 0 clamp(12px, 2.4vw, 28px) !important;
}

.bronze-hero--catalog::after {
  top: 50% !important;
  bottom: auto !important;
  width: min(54vw, 560px) !important;
  height: clamp(38px, 4.5vw, 58px) !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0.8 !important;
}

.bronze-hero--catalog .bronze-hero-copy {
  position: relative;
  z-index: 1;
  transform: translateY(clamp(-52px, -4vw, -28px));
}

.bronze-hero--catalog .bronze-hero-copy h1 {
  font-size: clamp(52px, 6.2vw, 92px) !important;
}

.bronze-hero--catalog .bronze-hero-copy h1::before {
  top: -22px !important;
}

.bronze-hero--catalog .bronze-hero-copy h1::after {
  bottom: -24px !important;
}

.bronze-work-list {
  margin-top: clamp(-76px, -5.8vw, -40px) !important;
}

.bronze-section-heading span {
  display: none !important;
}

.bronze-sale-panel span::before {
  content: none !important;
}

.bronze-sale-section + .bronze-gallery-section {
  margin-top: clamp(18px, 2.2vw, 30px) !important;
}

@media (max-width: 640px) {
  .bronze-hero--catalog {
    min-height: 26svh !important;
    padding: 26px 0 14px !important;
  }

  .bronze-hero--catalog .bronze-hero-copy {
    transform: translateY(-18px);
  }

  .bronze-hero--catalog .bronze-hero-copy h1 {
    font-size: clamp(36px, 11vw, 48px) !important;
  }

  .bronze-work-list {
    margin-top: -28px !important;
  }
}

/* Detail refinement v247: tighten bronze catalog scale and lift the collection entry block. */
@media (min-width: 921px) {
  .bronze-hero--catalog {
    min-height: calc(32svh - 72px) !important;
    padding: clamp(24px, 3.2vw, 42px) 0 clamp(4px, 1.2vw, 16px) !important;
  }

  .bronze-hero--catalog::after {
    top: 50% !important;
    width: min(44vw, 500px) !important;
    height: clamp(30px, 3.4vw, 48px) !important;
  }

  .bronze-hero--catalog .bronze-hero-copy {
    transform: translateY(clamp(-64px, -4.8vw, -42px)) !important;
  }

  .bronze-hero--catalog .bronze-hero-copy h1 {
    font-size: clamp(46px, 5vw, 74px) !important;
  }

  .bronze-hero--catalog .bronze-hero-copy h1::before {
    top: -18px !important;
  }

  .bronze-hero--catalog .bronze-hero-copy h1::after {
    bottom: -20px !important;
  }

  .bronze-work-list {
    margin-top: clamp(-92px, -7.2vw, -58px) !important;
  }

  .bronze-collection-card h2 {
    font-size: clamp(38px, 4.55vw, 64px) !important;
  }

  .bronze-collection-card .bronze-card-copy {
    min-height: clamp(102px, 8vw, 128px) !important;
    padding-top: clamp(16px, 1.8vw, 24px) !important;
  }
}

@media (max-width: 640px) {
  .bronze-hero--catalog .bronze-hero-copy h1 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  .bronze-collection-card h2 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }
}

/* Detail refinement v249: bronze lion copy, material labels, and quieter price scale. */
.bronze-lion-theme .bronze-detail-copy p,
.bronze-asian-elephant-theme .bronze-detail-copy p {
  color: rgba(255, 241, 219, 0.74) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(20px, 1.85vw, 28px) !important;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.bronze-lion-theme .bronze-sale-panel strong {
  font-size: clamp(68px, 8.6vw, 116px) !important;
}

@media (max-width: 640px) {
  .bronze-lion-theme .bronze-detail-copy p,
  .bronze-asian-elephant-theme .bronze-detail-copy p {
    font-size: 20px !important;
  }

  .bronze-lion-theme .bronze-sale-panel strong {
    font-size: clamp(58px, 18vw, 78px) !important;
  }
}

/* Detail refinement v250: regular Asian elephant bronze gallery with fast thumbnails. */
.bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.45vw, 20px) !important;
}

.bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(244, 201, 129, 0.06), transparent 45%),
    #090806;
}

.bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img:nth-child(1),
.bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img:nth-child(2) {
  grid-column: span 2;
  aspect-ratio: 16 / 10 !important;
}

.bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img:nth-child(5) {
  object-position: center 42%;
}

@media (max-width: 980px) {
  .bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img:nth-child(1),
  .bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img:nth-child(2) {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant {
    grid-template-columns: 1fr;
  }

  .bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img,
  .bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img:nth-child(1),
  .bronze-asian-elephant-theme .bronze-gallery-grid--asian-elephant img:nth-child(2) {
    grid-column: auto;
    aspect-ratio: 4 / 3 !important;
  }
}

/* Detail refinement v254-final: final bronze sale price scale for lion and Asian elephant. */
.bronze-lion-theme .bronze-sale-panel strong,
.bronze-asian-elephant-theme .bronze-sale-panel strong {
  font-size: clamp(58px, 6.7vw, 92px) !important;
}

@media (max-width: 640px) {
  .bronze-lion-theme .bronze-sale-panel strong,
  .bronze-asian-elephant-theme .bronze-sale-panel strong {
    font-size: clamp(48px, 15vw, 68px) !important;
  }
}


/* Shark detail interaction fix: keep navigation above the cinematic page layer. */
body.head-limited-great-white-shark-theme .minimal-header {
  position: sticky;
  z-index: 60 !important;
}

body.head-limited-great-white-shark-theme .head-limited-cover img,
body.head-limited-great-white-shark-theme .head-limited-scale img {
  cursor: zoom-in;
}

/* Mobile homepage/nav fix v262: draw the menu icon and keep studio intro visible on touch screens. */
.mobile-menu-button {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: var(--ink);
}

.mobile-menu-button::before,
.mobile-menu-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition:
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.mobile-menu-button::before {
  box-shadow:
    0 -6px 0 currentColor,
    0 6px 0 currentColor;
}

.mobile-menu-button::after {
  opacity: 0;
}

.mobile-menu-button[data-open="true"]::before,
.mobile-menu-button[aria-label*="关闭"]::before {
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-button[data-open="true"]::after,
.mobile-menu-button[aria-label*="关闭"]::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.home-studio-intro {
  width: min(calc(100% - 28px), 880px);
  margin: clamp(12px, 2vw, 24px) auto clamp(44px, 6vw, 76px);
  padding: clamp(26px, 4vw, 42px) clamp(18px, 4vw, 46px);
  text-align: center;
  border-top: 1px solid rgba(222, 219, 211, 0.9);
  border-bottom: 1px solid rgba(222, 219, 211, 0.9);
}

.home-studio-kicker {
  margin: 0 0 10px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.16em;
}

.home-studio-intro h2 {
  margin: 0;
  font-size: clamp(28px, 4.4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-studio-intro h2 + p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #55524b;
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 720px) {
  .split-hero {
    display: block;
    min-height: auto;
    padding-top: 236px;
    padding-bottom: 20px;
    border-bottom: 0;
  }

  .split-panel {
    bottom: auto;
    height: 226px;
    background-size: 104% auto;
    background-position: center 48%;
  }

  .studio-reveal {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 18px 16px 0;
    opacity: 1;
    transform: none;
  }

  .split-hero:hover .studio-reveal,
  .split-hero:focus-within .studio-reveal {
    transform: none;
  }

  .studio-reveal img {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }

  .studio-reveal h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .studio-reveal p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.75;
  }

  .home-studio-intro {
    width: calc(100% - 24px);
    margin-top: 10px;
    padding: 24px 16px 28px;
  }

  .home-studio-intro h2 + p {
    font-size: 14px;
    line-height: 1.8;
  }
}
