/* Orbmare Editorial Design System
   Aesthetic: Apple × Hermès × Aesop × museum discovery
   Cold monochrome luxury — not marketplace ecommerce */

:root {
  --bg: #fafafa;
  --bg-elevated: #ffffff;
  --ink: #141414;
  --ink-soft: #3a3a3a;
  --muted: #6e6e6e;
  --line: #e6e6e6;
  --line-strong: #d0d0d0;
  --accent: #141414;
  --accent-invert: #fafafa;
  --focus: #2a2a2a;
  --radius: 0;
  --shell: min(1120px, calc(100% - 48px));
  --shell-wide: min(1320px, calc(100% - 48px));
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 72px;

  /* Dual Narrative — brand bilingual as signature, never as translation */
  --dn-echo-size: 0.78em;
  --dn-echo-opacity: 0.5;
  --dn-echo-tracking: 0.14em;
  --dn-stamp-size: clamp(13px, 1.1vw, 15px);
  --dn-stamp-opacity: 0.55;
  --dn-stamp-tracking: 0.22em;
  --dn-curated-size: 11px;
  --dn-curated-opacity: 0.55;
  --dn-curated-tracking: 0.16em;
  --dn-lockup-primary: 16px;
  --dn-lockup-secondary: 11px;
  --dn-gap: 0.2em;
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--ink-soft);
}

button {
  font: inherit;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.shell-wide {
  width: var(--shell-wide);
  margin-inline: auto;
}

/* —— Type —— */
.display {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--ink);
}

.lede {
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 42rem;
}

.meta {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* —— Header —— */
.orb-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  background: rgba(250, 250, 250, 0.86);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease);
}

.orb-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(250, 250, 250, 0.94);
}

.orb-header-inner {
  width: var(--shell-wide);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.orb-brand {
  display: flex;
  flex-direction: column;
  gap: var(--dn-gap);
  text-decoration: none;
  min-width: 0;
  flex-shrink: 0;
}

.orb-brand strong,
.orb-brand .dn-primary {
  font-family: var(--font-body);
  font-size: var(--dn-lockup-primary);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--ink);
}

.orb-brand em,
.orb-brand .dn-echo {
  font-style: normal;
  font-size: var(--dn-lockup-secondary);
  color: var(--ink);
  opacity: var(--dn-echo-opacity);
  letter-spacing: var(--dn-echo-tracking);
  font-weight: 400;
  line-height: 1.2;
}

/* —— Dual Narrative primitives —— */
.dn-pair {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--dn-gap);
}

.dn-pair.is-center {
  align-items: center;
  text-align: center;
}

.dn-primary {
  display: block;
}

.dn-echo {
  display: block;
  font-size: var(--dn-echo-size);
  font-weight: 400;
  font-style: normal;
  letter-spacing: var(--dn-echo-tracking);
  opacity: var(--dn-echo-opacity);
  color: inherit;
  line-height: 1.35;
}

.dn-stamp {
  display: inline-block;
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: var(--dn-stamp-size);
  font-weight: 500;
  letter-spacing: var(--dn-stamp-tracking);
  opacity: var(--dn-stamp-opacity);
  line-height: 1;
  text-transform: none;
}

.hero-copy .dn-stamp {
  color: #f5f5f5;
  opacity: 0.58;
}

.dn-curated {
  margin: 0 0 6px;
  font-size: var(--dn-curated-size);
  letter-spacing: var(--dn-curated-tracking);
  text-transform: uppercase;
  opacity: var(--dn-curated-opacity);
  color: var(--ink);
  font-weight: 500;
}

.section-head .dn-echo,
.page-hero .dn-echo,
.dx-hero .dn-echo {
  margin: -6px 0 16px;
  font-family: var(--font-body);
  font-size: clamp(12px, 1.05vw, 14px);
  letter-spacing: var(--dn-echo-tracking);
  text-transform: none;
  color: var(--muted);
  opacity: 1;
}

.page-hero .dn-echo {
  margin-top: 8px;
}

.country-tile-copy .dn-pair {
  gap: 4px;
}

.country-tile-copy .dn-primary {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}

.country-tile-copy .dn-echo {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: none;
  color: #f5f5f5;
  opacity: 0.55;
}

.material-tile .dn-pair {
  gap: 4px;
}

.material-tile .dn-primary {
  font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
}

.material-tile .dn-echo {
  font-size: 12px;
  letter-spacing: 0.16em;
}

.orb-footer-brand .orb-brand {
  margin-bottom: 14px;
}

.orb-footer a.dn-pair {
  text-decoration: none;
  gap: 2px;
  margin-bottom: 10px;
}

.orb-footer a.dn-pair .dn-primary {
  font-size: 14px;
}

.orb-footer a.dn-pair .dn-echo {
  font-size: 11px;
}

.orb-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.orb-nav a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: color 0.25s var(--ease);
}

.orb-nav a:hover,
.orb-nav a[aria-current="page"] {
  color: var(--ink);
}

.orb-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.orb-header-actions a {
  text-decoration: none;
  font-size: 13px;
  color: var(--ink-soft);
  white-space: nowrap;
}

.orb-lang {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--line-strong);
  background: transparent;
  padding: 0;
  min-height: 34px;
  color: var(--ink);
}

.orb-lang span {
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.orb-lang span.is-active {
  background: var(--ink);
  color: #fff;
}

.orb-bag-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ink);
  background: transparent;
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}

.orb-bag-count {
  min-width: 1.4em;
  height: 1.4em;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  display: inline-grid;
  place-items: center;
}

.orb-menu-btn {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  color: var(--ink);
}

/* Bag drawer */
.orb-bag-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.35);
}

.orb-bag-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(400px, 100%);
  height: 100dvh;
  background: var(--bg-elevated);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.4s var(--ease);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.orb-bag-drawer.is-open {
  transform: none;
}

.orb-bag-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.orb-bag-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.orb-bag-head button {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: var(--ink);
  padding: 4px 8px;
}

.orb-bag-body {
  flex: 1;
  overflow: auto;
  min-height: 0;
}

.orb-bag-empty {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.orb-bag-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.orb-bag-line img {
  width: 72px;
  height: 90px;
  object-fit: cover;
  background: #ececec;
}

.orb-bag-line h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
}

.orb-bag-line p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.orb-bag-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.orb-bag-qty button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-strong);
  background: transparent;
}

.orb-bag-subtotal {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 0;
  font-size: 14px;
}

.orb-bag-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.orb-bag-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.orb-bag-actions .btn {
  width: 100%;
}

/* Print atelier / featured commerce bands */
.print-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(40px, 6vw, 64px);
  background: #111;
  color: #f5f5f5;
}

.print-band h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
}

.print-band p {
  margin: 0 0 24px;
  color: rgba(245, 245, 245, 0.8);
  max-width: 36rem;
}

.print-band .btn {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #141414;
}

.print-band .btn:hover {
  background: transparent;
  color: #f5f5f5;
}

.print-band-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.print-band-visual a {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #222;
}

.print-band-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 0.8s var(--ease);
}

.print-band-visual a:hover img {
  transform: scale(1.04);
}

.featured-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.featured-head.mi2-products-head {
  margin-bottom: clamp(12px, 2vw, 20px);
}

.featured-head .section-head {
  margin-bottom: 0;
}

.shop-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 2px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.shop-pill.is-active {
  font-weight: 600;
  border-bottom-width: 2px;
}

.shop-pill:not(.is-active) {
  color: var(--muted);
  border-bottom-color: var(--line-strong);
}

/* Discover — full 3D print shop catalog */
.discover-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.discover-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.discover-filter {
  border: 1px solid var(--line-strong);
  background: transparent;
  min-height: 36px;
  padding: 0 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

.discover-filter.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.discover-search {
  flex: 1 1 220px;
  max-width: 360px;
}

.discover-search input {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line-strong);
  background: #fff;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
}

.discover-search input:focus {
  outline: 1px solid var(--ink);
  outline-offset: 1px;
}

.discover-result-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--muted);
}

.discover-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.discover-shop-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  overflow: hidden;
}

.discover-shop-media {
  display: block;
  background: #ececec;
  min-height: 100%;
}

.discover-shop-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.discover-shop-body {
  padding: 18px 18px 20px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.discover-shop-meta {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.discover-shop-body h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.discover-shop-body h3 a {
  text-decoration: none;
}

.discover-shop-desc {
  margin: 0;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.discover-shop-facts {
  margin: 6px 0 0;
  display: grid;
  gap: 6px;
}

.discover-shop-facts div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  font-size: 12px;
}

.discover-shop-facts dt {
  margin: 0;
  color: var(--muted);
}

.discover-shop-facts dd {
  margin: 0;
  color: var(--ink-soft);
}

.discover-shop-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.discover-shop-foot .price {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .discover-shop-grid {
    grid-template-columns: 1fr;
  }

  .discover-shop-card {
    grid-template-columns: 1fr;
  }

  .discover-shop-media img {
    min-height: 200px;
    aspect-ratio: 4 / 3;
  }
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--accent-invert);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.15s var(--ease);
  white-space: nowrap;
}

.btn:hover {
  background: transparent;
  color: var(--ink);
}

.btn:active {
  transform: scale(0.98);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--accent-invert);
}

/* —— Hero —— */
.hero-cinematic {
  position: relative;
  min-height: min(92dvh, 880px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #0e0e0e;
}

.hero-cinematic > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.hero-cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.15) 0%,
    rgba(10, 10, 10, 0.25) 40%,
    rgba(10, 10, 10, 0.72) 100%
  );
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: var(--shell-wide);
  margin: 0 auto;
  padding: 0 0 clamp(48px, 8vh, 96px);
  color: #f5f5f5;
  max-width: 100%;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5.6vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  max-width: 14ch;
  padding-bottom: 4px;
}

.hero-copy p {
  margin: 0 0 28px;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.65;
  max-width: 38rem;
  color: rgba(245, 245, 245, 0.84);
}

.hero-copy .btn {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #141414;
}

.hero-copy .btn:hover {
  background: transparent;
  color: #f5f5f5;
}

/* —— Sections —— */
.section {
  padding: clamp(72px, 10vw, 120px) 0;
}

.section-tight {
  padding: clamp(48px, 7vw, 80px) 0;
}

.section-head {
  margin-bottom: clamp(36px, 5vw, 56px);
  max-width: 40rem;
}

.section-head h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.section-head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

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

/* —— Country discovery strip —— */
.country-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.country-tile {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #111;
  color: #fff;
}

.country-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
  opacity: 0.9;
}

.country-tile:hover img {
  transform: scale(1.04);
}

.country-tile-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 24px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.country-tile-copy span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 8px;
}

.country-tile-copy strong {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
}

/* —— Story / editorial rows —— */
.story-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.story-row.is-flip {
  grid-template-columns: 0.95fr 1.05fr;
}

.story-row.is-flip .story-media {
  order: 2;
}

.story-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ececec;
}

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

.story-copy h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.15;
}

.story-copy p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  max-width: 36rem;
}

.story-copy a.text-link {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}

/* —— Collection / product quiet grid —— */
.quiet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 20px;
}

/* Horizontal card rail with grey translucent side nav (designers, etc.) */
.card-rail {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.card-rail-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 2px 4px;
}

.card-rail-track::-webkit-scrollbar {
  display: none;
}

.card-rail-track .quiet-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.card-rail-nav {
  position: absolute;
  top: 32%;
  z-index: 4;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fafafa;
  background: rgba(110, 110, 110, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s var(--ease), opacity 0.25s var(--ease);
}

.card-rail-nav:hover {
  background: rgba(110, 110, 110, 0.58);
}

.card-rail-nav:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 2px;
}

.card-rail-prev {
  left: 8px;
}

.card-rail-next {
  right: 8px;
}

.card-rail-nav svg {
  width: 16px;
  height: 16px;
  display: block;
}

.quiet-card {
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 14px;
}

.quiet-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ececec;
}

.quiet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.quiet-card:hover .quiet-card-media img {
  transform: scale(1.03);
}

.quiet-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.quiet-card p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.quiet-card .price {
  margin-top: 6px;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 400;
}

/* —— Material library —— */
.material-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.material-tile {
  display: grid;
  gap: 12px;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.material-tile span {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.material-tile small {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* —— Page hero (inner) —— */
.page-hero {
  padding: clamp(64px, 10vw, 110px) 0 clamp(40px, 6vw, 64px);
}

.page-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
  max-width: 14ch;
}

.page-hero p {
  margin: 0;
  max-width: 40rem;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.4vw, 18px);
}

.cover-hero {
  position: relative;
  min-height: min(70dvh, 640px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111;
}

.cover-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.cover-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.7));
}

.cover-hero-copy {
  position: relative;
  z-index: 1;
  width: var(--shell-wide);
  margin: 0 auto;
  padding: 0 0 56px;
  color: #f5f5f5;
}

.cover-hero-copy h1 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.08;
}

.cover-hero-copy p {
  margin: 0;
  max-width: 36rem;
  color: rgba(245, 245, 245, 0.84);
}

/* —— Prose / philosophy —— */
.prose {
  max-width: 42rem;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
  margin: 0 0 16px;
}

.prose p {
  margin: 0 0 1.25em;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.prose p:last-child {
  margin-bottom: 0;
}

.country-history-section {
  padding-block: clamp(72px, 10vw, 120px);
}

/* Country History & Culture — manifesto / museum plaque
   Centered on purpose: message-as-design (taste editorial override).
   Do not reuse for product grids or material lists. */
.country-history {
  max-width: 38rem;
  margin-inline: auto;
  text-align: center;
}

.country-history h2 {
  margin: 0 0 clamp(28px, 4vw, 40px);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
}

.country-history p {
  margin: 0 auto 1.15em;
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.85;
}

.country-history p:last-child {
  margin-bottom: 0;
}

.country-history-lines {
  list-style: none;
  margin: clamp(28px, 4vw, 40px) auto;
  padding: 0;
  display: grid;
  gap: 0.65em;
  max-width: 28rem;
}

.country-history-lines li {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* —— Membership —— */
.benefit-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.benefit-list article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.benefit-list .num {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--muted);
}

.benefit-list h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.benefit-list p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 40rem;
}

/* —— Journal —— */
.journal-magazine {
  background: var(--paper);
}

.journal-cover {
  min-height: min(820px, calc(100dvh - 92px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 7vw, 112px);
  align-items: center;
  padding-top: clamp(56px, 8vw, 112px);
  padding-bottom: clamp(76px, 10vw, 132px);
  border-bottom: 1px solid var(--line);
}

.journal-cover-copy h1 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(5.6rem, 14vw, 13rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.075em;
}

.journal-cover-copy h2 {
  margin: 0 0 18px;
  max-width: 520px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.journal-cover-copy p:not(.section-kicker) {
  margin: 0;
  max-width: 560px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.8;
}

.journal-cover-story {
  color: inherit;
  text-decoration: none;
}

.journal-cover-story > span {
  display: block;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.journal-cover-story figure {
  margin: 0 0 22px;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  background: #ececec;
}

.journal-cover-story img,
.journal-story-card img,
.journal-featured-panel img,
.journal-issue-card img,
.journal-object-card img,
.journal-article-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
}

.journal-cover-story:hover img,
.journal-story-card:hover img,
.journal-featured-panel:hover img,
.journal-issue-card:hover img,
.journal-object-card:hover img {
  transform: scale(1.03);
}

.journal-cover-story h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.journal-cover-story p {
  margin: 0 0 16px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.journal-cover-story em,
.journal-featured-panel a,
.journal-card-foot em {
  position: relative;
  color: var(--ink);
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-cover-story em::after,
.journal-featured-panel a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}

.journal-cover-story:hover em::after,
.journal-featured-panel a:hover::after {
  transform: scaleX(1);
}

.journal-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 clamp(30px, 5vw, 60px);
}

.journal-section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.journal-featured,
.journal-latest,
.journal-collections,
.journal-issues {
  padding-top: clamp(76px, 10vw, 132px);
  padding-bottom: clamp(50px, 8vw, 96px);
  border-bottom: 1px solid var(--line);
}

.journal-featured-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
}

.journal-featured-panel figure {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ececec;
}

.journal-featured-panel h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.journal-featured-panel p:not(.section-kicker) {
  margin: 22px 0 26px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.78;
}

.journal-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-tabs-wrap {
  position: sticky;
  top: 0;
  z-index: 8;
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(250, 250, 250, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.journal-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.journal-tabs::-webkit-scrollbar {
  display: none;
}

.journal-tabs button,
.journal-collection-grid button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: color 0.28s var(--ease), border-color 0.28s var(--ease), transform 0.18s var(--ease);
}

.journal-tabs button {
  flex: 0 0 auto;
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journal-tabs button:hover,
.journal-tabs button.is-active {
  color: var(--ink);
  border-color: var(--ink);
}

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

.journal-story-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.journal-story-card.is-large {
  grid-column: span 2;
}

.journal-story-card figure {
  margin: 0 0 20px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ececec;
}

.journal-story-card.is-large figure {
  aspect-ratio: 16 / 9;
}

.journal-card-meta,
.journal-card-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.journal-story-card h3 {
  margin: 14px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 3.35rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.journal-story-card p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.journal-card-foot {
  margin-top: auto;
}

.journal-card-foot em {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
}

.journal-story-card:hover .journal-card-foot em {
  opacity: 1;
  transform: translateX(0);
}

.journal-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.journal-collection-grid button {
  min-height: 168px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-width: 0 1px 1px 0;
  text-align: left;
}

.journal-collection-grid button:hover {
  color: var(--ink);
  transform: translateY(-2px);
}

.journal-collection-grid span {
  max-width: 8em;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.journal-collection-grid em,
.journal-issue-card span {
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journal-issue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.journal-issue-card figure {
  margin: 0 0 18px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #ececec;
}

.journal-issue-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.journal-issue-card p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.journal-list {
  display: grid;
  gap: 0;
}

.journal-item {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
}

.journal-item:last-child {
  border-bottom: 1px solid var(--line);
}

.journal-item time {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.journal-item h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
}

.journal-item span {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* —— Editorial PDP —— */
.pdp-gallery {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 24px 32px 0;
  overflow: visible;
}

.pdp-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
}

.pdp-stack-ai-note {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 7;
  margin: 0;
  padding: 0;
  max-width: calc(100% - 24px);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: rgba(110, 110, 110, 0.55);
  pointer-events: none;
  user-select: none;
}

.pdp-stack-card {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: #ececec;
  border: 1px solid rgba(20, 20, 20, 0.06);
  box-shadow: 0 10px 28px rgba(20, 20, 20, 0.08);
  transform-origin: 50% 100%;
  transition:
    transform 0.48s var(--ease),
    opacity 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
  will-change: transform, opacity;
}

.pdp-stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #ececec;
  pointer-events: none;
  user-select: none;
}

.pdp-stack-card[data-depth="0"] {
  z-index: 5;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  box-shadow: 0 14px 36px rgba(20, 20, 20, 0.12);
}

.pdp-stack-card[data-depth="1"] {
  z-index: 4;
  opacity: 0.94;
  transform: translate3d(10px, 12px, 0) scale(0.97);
}

.pdp-stack-card[data-depth="2"] {
  z-index: 3;
  opacity: 0.72;
  transform: translate3d(20px, 22px, 0) scale(0.94);
}

.pdp-stack-card[data-depth="3"] {
  z-index: 2;
  opacity: 0;
  transform: translate3d(28px, 30px, 0) scale(0.92);
  pointer-events: none;
}

.pdp-stack-card.is-exit-left {
  z-index: 6;
  opacity: 0;
  transform: translate3d(-18%, 6%, 0) rotate(-4deg) scale(0.96);
}

.pdp-stack-card.is-exit-right {
  z-index: 6;
  opacity: 0;
  transform: translate3d(18%, 6%, 0) rotate(4deg) scale(0.96);
}

.pdp-stack-nav {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fafafa;
  background: rgba(110, 110, 110, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s var(--ease), opacity 0.25s var(--ease);
}

.pdp-stack-nav:hover {
  background: rgba(110, 110, 110, 0.58);
}

.pdp-stack-nav:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 2px;
}

.pdp-stack-nav:disabled {
  opacity: 0;
  pointer-events: none;
}

.pdp-stack-prev {
  left: 10px;
}

.pdp-stack-next {
  right: 28px;
}

.pdp-stack-nav svg {
  width: 16px;
  height: 16px;
  display: block;
}

.pdp-gallery[data-count="1"] .pdp-stack-nav {
  display: none;
}

.pdp-gallery[data-count="1"] {
  padding: 0;
}

.pdp-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  padding: clamp(40px, 6vw, 72px) 0;
}

.pdp-story h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.12;
}

.pdp-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 28px 0 8px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pdp-section-nav a {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pdp-section-nav a:hover {
  color: var(--ink);
}

.pdp-chapter h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
}

.pdp-chapter-lead {
  margin: 0 0 14px;
  font-size: 16px;
}

.pdp-spec-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.pdp-spec-list div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.pdp-spec-list dt {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pdp-spec-list dd {
  margin: 0;
  font-size: 15px;
}

.pdp-meta-row {
  display: grid;
  gap: 18px;
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pdp-meta-row div strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 6px;
}

.pdp-meta-row div span {
  font-size: 15px;
}

.pdp-purchase {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

/* Purchase choices stay deliberately brief; full object details live in the
   editorial chapters below rather than competing with the purchase decision. */
.pdp-options {
  margin: 0 0 24px;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
}

.pdp-option-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
}

.pdp-option-heading p,
.pdp-option-heading strong {
  margin: 0;
}

.pdp-option-heading p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-option-heading strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.pdp-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pdp-option {
  min-height: 58px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), transform 0.2s var(--ease);
}

.pdp-option:hover {
  border-color: rgba(20, 20, 20, 0.5);
  background: rgba(20, 20, 20, 0.025);
}

.pdp-option:active {
  transform: translateY(1px);
}

.pdp-option.is-selected {
  border-color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
  background: rgba(20, 20, 20, 0.035);
}

.pdp-option:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}

.pdp-option-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.pdp-option-price {
  margin-top: auto;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1;
}

.pdp-purchase .price {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 18px;
}

.pdp-made-notice {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pdp-made-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pdp-made-notice h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.05;
}

.pdp-made-notice p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.85;
}

.pdp-made-notice a {
  width: fit-content;
  color: var(--ink);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 640px) {
  .pdp-options {
    padding-top: 18px;
  }

  .pdp-option-grid {
    grid-template-columns: 1fr;
  }

  .pdp-option {
    min-height: 54px;
  }
}

.under-construction-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.under-construction-svg {
  color: currentColor;
  overflow: visible;
}

.under-construction-svg .uc-hat {
  animation: uc-hat 2.8s ease-in-out infinite;
}

.under-construction-svg .uc-light {
  animation: uc-light 3.2s ease-in-out infinite;
}

.under-construction-svg.is-small .uc-hat,
.under-construction-svg.is-small .uc-light {
  animation-duration: 3.8s;
}

.under-construction-panel {
  width: min(620px, calc(100% - 40px));
  margin: 96px auto;
  text-align: center;
}

.under-construction-panel h1 {
  margin: 18px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 500;
}

.under-construction-panel p {
  margin: 0 auto 24px;
  max-width: 42ch;
  color: var(--muted);
  line-height: 1.7;
}

@keyframes uc-hat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes uc-light {
  0%, 100% { opacity: .32; }
  50% { opacity: .65; }
}

@media (prefers-reduced-motion: reduce) {
  .under-construction-svg .uc-hat,
  .under-construction-svg .uc-light {
    animation: none;
  }
}

.membership-hero {
  padding-top: clamp(64px, 9vw, 120px);
}

.membership-hero h1 {
  max-width: 900px;
}

.membership-status-card,
.membership-tier-card,
.membership-compare,
.membership-faq details {
  border-top: 1px solid var(--line);
}

.membership-status-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 24px 0;
  align-items: end;
}

.membership-status-card[hidden] {
  display: none;
}

.membership-public-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 36px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.membership-public-note[hidden] {
  display: none;
}

.membership-public-note p,
.membership-status-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.membership-status-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
}

.membership-billing {
  display: inline-flex;
  border: 1px solid var(--line);
}

.membership-billing button {
  border: 0;
  border-right: 1px solid var(--line);
  padding: 12px 18px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
}

.membership-billing button:last-child {
  border-right: 0;
}

.membership-billing button.is-active {
  background: var(--ink);
  color: var(--bg);
}

.membership-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.membership-tier-card {
  position: relative;
  padding: 24px 0 0;
  display: grid;
  gap: 18px;
  align-content: start;
}

.membership-tier-card.is-featured::before {
  content: attr(data-badge);
  display: inline-block;
  width: fit-content;
  margin-bottom: 4px;
  padding: 5px 9px;
  border: 1px solid var(--ink);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.membership-tier-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
}

.membership-price {
  font-family: var(--font-display);
  font-size: 28px;
}

.membership-tier-card p,
.membership-tier-card li,
.membership-faq p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.membership-tier-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.membership-compare {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
}

.membership-compare th,
.membership-compare td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.membership-compare th {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
}

.membership-mobile-compare {
  display: none;
}

.membership-faq {
  display: grid;
  gap: 0;
}

.membership-faq details {
  padding: 18px 0;
}

.membership-faq summary {
  cursor: pointer;
  font-weight: 500;
}

.membership-dialog {
  width: min(680px, calc(100% - 32px));
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  padding: 0;
}

.membership-dialog::backdrop {
  background: rgb(20 20 20 / .32);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 28px;
  cursor: pointer;
}

.table-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 940px) {
  .membership-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .membership-compare {
    display: none;
  }

  .membership-mobile-compare {
    display: grid;
    gap: 12px;
    margin-top: 28px;
  }
}

@media (max-width: 640px) {
  .membership-status-card,
  .membership-public-note,
  .membership-tier-grid {
    grid-template-columns: 1fr;
  }

  .membership-status-card .btn {
    width: 100%;
    text-align: center;
  }
}

/* —— Footer —— */
.orb-footer {
  margin-top: clamp(48px, 8vw, 96px);
  padding: 56px 0 40px;
  border-top: 1px solid var(--line);
  background: var(--bg-elevated);
}

.orb-footer-grid {
  width: var(--shell-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
}

.orb-footer h4 {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.orb-footer a {
  display: block;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 14px;
  margin-bottom: 10px;
}

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

.orb-footer-brand p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  max-width: 28ch;
  line-height: 1.6;
}

.orb-footer-base {
  width: var(--shell-wide);
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--muted);
}

.orb-footer-mark {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.orb-footer-mark .orb-brand strong,
.orb-footer-mark .orb-brand .dn-primary {
  font-size: 13px;
}

.orb-footer-mark .orb-brand em,
.orb-footer-mark .orb-brand .dn-echo {
  font-size: 10px;
}

.orb-footer-year {
  padding-top: 2px;
}

/* —— Mobile —— */
@media (max-width: 1180px) {
  .orb-header-actions a[href="/shop/"] {
    display: none;
  }

  .orb-nav {
    gap: 12px;
  }
}

@media (max-width: 960px) {
  :root {
    --shell: min(100% - 32px, 1120px);
    --shell-wide: min(100% - 32px, 1320px);
    --header-h: 64px;
  }

  .orb-nav {
    display: none;
  }

  .orb-menu-btn {
    display: inline-flex;
  }

  .orb-header-actions a[href="/shop/"],
  .orb-header-actions a[href="/auth/"] {
    display: none;
  }

  .print-band {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }

  .orb-nav.is-open {
    display: flex;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 16px 20px;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--line);
  }

  .orb-nav.is-open a {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid var(--line);
  }

  .country-rail,
  .quiet-grid {
    grid-template-columns: 1fr;
  }

  .card-rail-track .quiet-card {
    flex: 0 0 min(72vw, 280px);
  }

  .card-rail-nav {
    width: 38px;
    height: 38px;
    top: 30%;
  }

  .story-row,
  .story-row.is-flip {
    grid-template-columns: 1fr;
  }

  .story-row.is-flip .story-media {
    order: 0;
  }

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

  .pdp-layout {
    grid-template-columns: 1fr;
  }

  .pdp-gallery {
    padding: 0 18px 26px 0;
  }

  .pdp-stack-nav {
    width: 38px;
    height: 38px;
  }

  .pdp-stack-next {
    right: 20px;
  }

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

  .journal-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .benefit-list article {
    grid-template-columns: 48px 1fr;
  }
}

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

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

  .hero-copy h1,
  .page-hero h1,
  .cover-hero-copy h1 {
    max-width: none;
  }
}

/* —— Material detail magazine page —— */
.material-detail-page .md-section {
  padding: clamp(96px, 12vw, 168px) 0;
}

.material-detail-page .md-section-tight {
  padding: clamp(72px, 9vw, 120px) 0;
}

.md-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  min-height: min(88vh, 920px);
  padding: clamp(28px, 4vw, 48px) 0 clamp(48px, 6vw, 72px);
}

.md-hero-copy {
  padding-bottom: 0;
}

.md-hero-copy .meta {
  margin: 0 0 18px;
}

.material-tile span {
  display: block;
  line-height: 1.35;
}

.material-title-paren {
  display: inline-block;
  margin-top: 0.15em;
  font-size: 0.72em;
  font-weight: 400;
  font-style: normal;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.md-hero-copy h1 .material-title-paren {
  display: block;
  margin-top: 0.18em;
  font-size: 0.42em;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-soft);
  letter-spacing: 0;
}

.md-hero-lyric {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 400;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.35;
  max-width: 18em;
}

.md-hero-intro {
  margin: 0;
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.md-hero-media {
  position: relative;
  min-height: min(72vh, 780px);
  overflow: hidden;
  background: #ececec;
}

.md-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  will-change: transform;
}

.md-traits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 18px;
}

.md-trait {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.md-trait-icon {
  width: 28px;
  height: 28px;
  color: var(--ink);
}

.md-trait strong {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.25;
}

.md-origin {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.md-origin-facts {
  display: grid;
  gap: 0;
  align-content: start;
}

.md-origin-facts dt {
  margin: 0;
  padding-top: 16px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.md-origin-facts dd {
  margin: 6px 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
}

.md-origin-visual {
  display: grid;
  gap: 16px;
}

.md-map {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(250, 250, 250, 0.08), rgba(20, 20, 20, 0.18)),
    #d8d2c8;
}

.md-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(0.95) brightness(0.96);
}

.md-map-frame {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(250, 250, 250, 0.55);
  pointer-events: none;
}

.md-map-caption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 70%;
  color: #fafafa;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-shadow: 0 1px 12px rgba(20, 20, 20, 0.35);
}

.md-craft {
  display: grid;
  gap: clamp(48px, 7vw, 88px);
}

.md-craft-step {
  display: grid;
  grid-template-columns: 88px 1fr 1.05fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

.md-craft-index {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--muted);
  line-height: 1;
}

.md-craft-copy h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.2;
}

.md-craft-copy p {
  margin: 0;
  max-width: 36rem;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.md-craft-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ececec;
}

.md-craft-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.md-why {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 36px;
}

.md-why article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.md-why h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
}

.md-why p {
  margin: 0;
  max-width: 36rem;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.md-gallery-layout {
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.md-gallery-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding-top: 8px;
}

.md-gallery-side h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.md-gallery-count {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.md-gallery-nav {
  display: flex;
  gap: 10px;
}

.md-gallery-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
}

.md-gallery-btn:hover {
  background: var(--ink);
  color: var(--bg);
}

.md-gallery-stage {
  position: relative;
  overflow: hidden;
  background: #ececec;
  aspect-ratio: 16 / 10;
  min-height: 280px;
}

.md-gallery-track {
  position: absolute;
  inset: 0;
}

.md-gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  pointer-events: none;
}

.md-gallery-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.md-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.md-gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.md-gallery-dot {
  width: 7px;
  height: 7px;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: rgba(250, 250, 250, 0.45);
  cursor: pointer;
}

.md-gallery-dot.is-active {
  background: #fafafa;
}

@media (max-width: 960px) {
  .md-gallery-layout {
    grid-template-columns: 1fr;
  }

  .md-gallery-side {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .md-gallery-stage {
    aspect-ratio: 4 / 3;
  }
}

.md-related-mats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 960px) {
  .md-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .md-hero-media {
    min-height: 52vh;
    order: -1;
  }

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

  .md-origin,
  .md-craft-step {
    grid-template-columns: 1fr;
  }

  .md-craft-index {
    margin-bottom: -8px;
  }

  .md-why,
  .md-related-mats {
    grid-template-columns: 1fr;
  }

  .md-gallery-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .md-traits {
    grid-template-columns: 1fr;
  }
}

/* Reveal motion */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ——— Material Intelligence ——— */
.material-intelligence-page .mi-sep {
  margin: 0 0.45em;
  color: var(--muted);
}

.mi-hero-meta {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mi-confidence {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.mi-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mi-chip {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink);
  border-bottom: 1px solid rgba(20, 20, 20, 0.22);
  padding-bottom: 2px;
}

.mi-layout {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding-bottom: clamp(48px, 8vw, 96px);
}

.mi-rail {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}

.mi-rail a {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.25s var(--ease);
}

.mi-rail a:hover {
  color: var(--ink);
}

.mi-main {
  min-width: 0;
}

.mi-screen {
  min-height: min(72vh, 820px);
  padding: clamp(36px, 6vw, 72px) 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.mi-screen:first-child {
  border-top: 0;
  padding-top: 12px;
}

.mi-eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.mi-screen h2 {
  margin: 0;
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.mi-statement {
  max-width: 16ch !important;
}

.mi-lede,
.mi-method {
  margin: 0;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.mi-method {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.mi-quote {
  margin: 8px 0 0;
  padding: 0 0 0 18px;
  border-left: 1px solid var(--ink);
  max-width: 52ch;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mi-origin-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}

.mi-origin-strip span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 6px;
}

.mi-origin-strip strong {
  font-weight: 500;
  font-size: 15px;
}

.mi-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
}

.mi-timeline-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.mi-timeline-year {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.01em;
}

.mi-timeline-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.mi-timeline-body p {
  margin: 0;
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.65;
}

.mi-evidence {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 4px 0;
  border-bottom: 1px solid currentColor;
}

.mi-evidence--verified {
  color: var(--ink);
}

.mi-evidence--inferred {
  color: #5a5a5a;
}

.mi-evidence--unverified {
  color: #8a8a8a;
}

.mi-lit-list,
.mi-brand-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mi-lit,
.mi-brand {
  padding: 22px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.mi-lit header,
.mi-brand header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.mi-lit h3,
.mi-brand h3,
.mi-app h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 500;
}

.mi-lit-meta {
  margin: 8px 0 10px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.mi-lit p,
.mi-brand p,
.mi-app p {
  margin: 0;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.65;
  color: #2a2a2a;
}

.mi-caveat {
  margin-top: 10px !important;
  font-size: 13px !important;
  color: var(--muted) !important;
}

.mi-inline-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.35);
}

.mi-bars {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 8px;
  max-width: 720px;
}

.mi-bar-meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

.mi-bar-label {
  flex: 1;
  font-size: 14px;
}

.mi-bar-val {
  font-family: var(--font-display);
  font-size: 20px;
  min-width: 2ch;
  text-align: right;
}

.mi-bar-track {
  height: 2px;
  background: rgba(20, 20, 20, 0.1);
  overflow: hidden;
}

.mi-bar-track i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--ink);
  transition: width 1.1s var(--ease);
}

.mi-bar-note {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--muted);
  max-width: 54ch;
}

.mi-compare {
  margin-top: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mi-compare-head,
.mi-compare-row {
  display: grid;
  grid-template-columns: minmax(96px, 1.1fr) repeat(4, minmax(64px, 1fr));
  gap: 12px;
  align-items: center;
  min-width: 520px;
}

.mi-compare-head {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.12);
  font-size: 12px;
  color: var(--muted);
}

.mi-compare-col.is-self {
  color: var(--ink);
}

.mi-compare-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}

.mi-compare-axis {
  font-size: 13px;
}

.mi-compare-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
}

.mi-compare-pip {
  width: 100%;
  max-width: 72px;
  height: 72px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  position: relative;
  background:
    linear-gradient(
      to top,
      rgba(20, 20, 20, 0.88) 0%,
      rgba(20, 20, 20, 0.88) calc(var(--mi-scale, 0) * 100%),
      transparent calc(var(--mi-scale, 0) * 100%)
    );
}

.mi-life {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  margin-top: 8px;
}

.mi-life-stage {
  padding: 18px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
}

.mi-life-stage header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.mi-life-stage h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.mi-life-stage header span {
  font-family: var(--font-display);
  font-size: 22px;
}

.mi-life-stage p {
  margin: 10px 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

.mi-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.mi-app {
  padding: 22px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.mi-screen--narrative {
  min-height: min(60vh, 640px);
}

.mi-narrative {
  margin: 0;
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mi-legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0 24px;
  font-size: 13px;
  color: var(--muted);
}

.mi-legend span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.mi-sources {
  margin: 0;
  padding: 0 0 0 1.15em;
  max-width: 62ch;
}

.mi-sources li {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
}

.mi-source-title a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.28);
}

.mi-source-year {
  color: var(--muted);
  font-size: 12px;
}

.mi-sources p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.mi-empty {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 960px) {
  .mi-layout {
    grid-template-columns: 1fr;
  }

  .mi-rail {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  }

  .mi-screen {
    min-height: 0;
    padding: 40px 0;
  }

  .mi-origin-strip,
  .mi-life,
  .mi-app-grid {
    grid-template-columns: 1fr;
  }

  .mi-timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mi-narrative {
    max-width: 22ch;
  }
}

@media (max-width: 520px) {
  .mi-compare-head,
  .mi-compare-row {
    grid-template-columns: minmax(80px, 1fr) repeat(4, minmax(56px, 1fr));
  }
}

/* ——— Material Intelligence V2 ——— */
.mi2-page {
  background: var(--bg);
  color: var(--ink);
}

.mi2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
}

.mi2-reveal.is-in {
  opacity: 1;
  transform: none;
}

.mi2-kicker,
.mi2-eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.mi2-kicker a {
  color: inherit;
  text-decoration: none;
}

.mi2-hero {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(28px, 5vh, 56px);
}

.mi2-hero--image-first {
  position: relative;
  padding-top: 0;
  justify-content: flex-end;
  isolation: isolate;
}

.mi2-hero--image-first .mi2-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  margin: 0;
  z-index: 0;
}

.mi2-hero--image-first .mi2-hero-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(48px, 8vh, 96px) 0 clamp(36px, 6vh, 64px);
  background: linear-gradient(
    to top,
    rgba(250, 250, 250, 0.94) 0%,
    rgba(250, 250, 250, 0.72) 42%,
    rgba(250, 250, 250, 0.08) 78%,
    transparent 100%
  );
}

.mi2-hero--image-first .mi2-manifesto {
  margin: 18px 0 28px;
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(250, 250, 250, 0.4);
}

.mi2-hero--image-first .mi2-kicker,
.mi2-hero--image-first .mi2-hero-id dt,
.mi2-hero--image-first .mi2-hero-id dd {
  color: var(--ink);
}

.mi2-hero--image-first .mi2-kicker {
  color: rgba(20, 20, 20, 0.72);
}

.mi2-screen--experience .mi2-lede {
  margin: 0;
  max-width: 42em;
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2a;
}

.mi2-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  max-width: 560px;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.mi2-vs span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 6px;
}

.mi2-vs strong {
  font-weight: 500;
  font-size: 16px;
}

.mi2-vs em {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--muted);
}

.mi2-senses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 8px;
}

.mi2-sense h3 {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.mi2-sense p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.mi2-hero-inner {
  padding-bottom: clamp(40px, 8vh, 96px);
  max-width: 920px;
}

.mi2-manifesto {
  margin: clamp(48px, 10vh, 120px) 0 clamp(36px, 6vh, 72px);
  max-width: 11em;
  font-family: var(--font-display);
  font-size: clamp(32px, 5.2vw, 64px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--ink);
}

.mi2-hero-id h1 {
  margin: 0 0 20px;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.mi2-hero-id h1 .material-title-paren {
  display: block;
  margin-top: 0.2em;
  font-size: 0.55em;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--muted);
}

.mi2-hero-id dl {
  margin: 0;
  display: grid;
  gap: 10px;
  max-width: 420px;
}

.mi2-hero-id dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  font-size: 13px;
  line-height: 1.45;
}

.mi2-hero-id dt {
  color: var(--muted);
  letter-spacing: 0.06em;
  font-size: 11px;
}

.mi2-hero-id dd {
  margin: 0;
}

.mi2-hero-media {
  position: relative;
  width: 100%;
  height: min(58vh, 720px);
  overflow: hidden;
  background: #ececec;
  margin: 0;
}

.mi2-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  will-change: transform;
}

.mi2-screen {
  min-height: min(88dvh, 900px);
  padding: clamp(64px, 12vh, 140px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  border-top: 1px solid rgba(20, 20, 20, 0.07);
}

.mi2-screen--quiet {
  min-height: 0;
  padding-bottom: clamp(72px, 11vh, 130px);
}

.mi2-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.mi2-products-head .mi2-eyebrow {
  margin: 0;
}

.mi2-products-nav {
  display: flex;
  gap: 10px;
}

.mi2-products-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), opacity 0.25s var(--ease);
}

.mi2-products-btn:hover:not(:disabled) {
  background: var(--ink);
  color: var(--bg);
}

.mi2-products-btn:disabled {
  opacity: 0.28;
  cursor: default;
}

.mi2-products {
  margin: 0 -4px;
}

.mi2-products-track {
  display: flex;
  gap: clamp(16px, 2.4vw, 28px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mi2-products-track::-webkit-scrollbar {
  display: none;
}

.mi2-products-track .quiet-card {
  flex: 0 0 min(280px, 72vw);
  scroll-snap-align: start;
  min-width: 0;
}

.mi2-products-track .quiet-card-media {
  aspect-ratio: 4 / 5;
}

.mi2-display {
  margin: 0;
  max-width: 12em;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.mi2-statement {
  margin: 0;
  max-width: 28em;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.mi2-body,
.mi2-fine {
  margin: 0;
  max-width: 48ch;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.mi2-fine {
  font-size: 13px;
}

.mi2-passport {
  margin-top: 12px;
  max-width: 640px;
  border-top: 1px solid rgba(20, 20, 20, 0.12);
}

.mi2-passport-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.4fr) 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  font-size: 14px;
}

.mi2-passport-row span {
  color: var(--muted);
  letter-spacing: 0.04em;
  font-size: 12px;
}

.mi2-passport-row strong {
  font-weight: 500;
}

.mi2-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-top: 8px;
}

.mi2-evidence-card {
  padding: 24px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.mi2-evidence-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 12px;
}

.mi2-evidence-card h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.mi2-evidence-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.02em;
  line-height: 1;
}

.mi2-evidence-value small {
  margin-left: 8px;
  font-size: 0.4em;
  color: var(--muted);
  letter-spacing: 0;
}

.mi2-tag {
  font-size: 10px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  white-space: nowrap;
}

.mi2-tag--verified { color: var(--ink); }
.mi2-tag--inferred { color: #666; }
.mi2-tag--none { color: #999; }

.mi2-screen--cost .mi2-display {
  max-width: 14em;
}

.mi2-cost {
  margin-top: 20px;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.mi2-cost-meta {
  display: grid;
  grid-template-columns: minmax(88px, 0.28fr) 1fr auto;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 14px;
}

.mi2-cost-meta em {
  font-style: normal;
  color: var(--muted);
  font-size: 13px;
}

.mi2-track {
  height: 1px;
  background: rgba(20, 20, 20, 0.12);
  overflow: hidden;
}

.mi2-track i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--ink);
  transition: width 1.2s var(--ease);
}

.mi2-journey {
  border-top: 1px solid rgba(20, 20, 20, 0.07);
  padding-top: clamp(48px, 8vh, 88px);
}

.mi2-journey-head {
  margin-bottom: clamp(28px, 5vh, 48px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mi2-journey-step {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(200px, 1fr);
  gap: clamp(16px, 3vw, 40px);
  align-items: stretch;
  min-height: min(78dvh, 820px);
  margin-bottom: clamp(28px, 5vh, 56px);
}

.mi2-journey-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ececec;
  min-height: 320px;
}

.mi2-journey-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  will-change: transform;
}

.mi2-journey-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 0 24px;
  gap: 10px;
}

.mi2-index {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.mi2-journey-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
}

.mi2-journey-copy p {
  margin: 0;
  max-width: 16em;
  font-size: 14px;
  line-height: 1.55;
  color: #2a2a2a;
}

.mi2-compare {
  margin-top: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mi2-compare-head,
.mi2-compare-row {
  display: grid;
  grid-template-columns: minmax(88px, 1.1fr) repeat(5, minmax(56px, 1fr));
  gap: 10px;
  align-items: end;
  min-width: 560px;
}

.mi2-compare-head {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.12);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.mi2-compare-head .is-self {
  color: var(--ink);
}

.mi2-compare-row {
  padding: 16px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
  font-size: 12px;
}

.mi2-compare-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--muted);
}

.mi2-pip {
  width: 100%;
  max-width: 48px;
  height: 56px;
  border: 1px solid rgba(20, 20, 20, 0.16);
  background: linear-gradient(
    to top,
    var(--ink) 0%,
    var(--ink) calc(var(--v) * 1%),
    transparent calc(var(--v) * 1%)
  );
}

.mi2-used-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 640px;
}

.mi2-used {
  padding: 22px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.mi2-used h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
}

.mi2-used p {
  margin: 0;
  max-width: 48ch;
  font-size: 14px;
  line-height: 1.6;
}

.mi2-link {
  font-size: 13px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.3);
}

.mi2-library {
  margin: 8px 0 0;
  padding: 0 0 0 1.1em;
  max-width: 62ch;
}

.mi2-library li {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
}

.mi2-lib-title a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.25);
}

.mi2-lib-title span {
  color: var(--muted);
  font-size: 12px;
}

.mi2-library p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 960px) {
  .mi2-evidence-grid {
    grid-template-columns: 1fr;
  }

  .mi2-senses {
    grid-template-columns: 1fr;
  }

  .mi2-vs {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .mi2-vs em {
    display: none;
  }

  .mi2-journey-step {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mi2-journey-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .mi2-journey-copy {
    justify-content: flex-start;
    padding-bottom: 8px;
  }

  .mi2-cost-meta {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mi2-passport-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mi2-screen {
    min-height: 0;
    padding: 56px 0;
  }

  .mi2-manifesto {
    max-width: 14em;
  }
}

@media (max-width: 520px) {
  .mi2-compare-head,
  .mi2-compare-row {
    grid-template-columns: minmax(72px, 1fr) repeat(5, minmax(48px, 1fr));
  }
}

/* Orbmare Picks — featured recommend marquee (slow L→R), directly under hero */
.picks-featured {
  overflow: hidden;
  margin: 0 auto clamp(28px, 4vw, 48px);
  padding: 0 0 clamp(24px, 3.5vw, 36px);
  border-bottom: 1px solid var(--line);
}

/* Home 精品推荐 reuses the marquee but sits inside a titled section. */
.picks-featured--home {
  margin: 24px auto 0;
  padding: 0;
  border-bottom: 0;
}

.picks-marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.picks-marquee-viewport {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.picks-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.picks-marquee-nav {
  position: absolute;
  top: 32%;
  z-index: 4;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fafafa;
  background: rgba(110, 110, 110, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s var(--ease), opacity 0.25s var(--ease);
}

.picks-marquee-nav:hover {
  background: rgba(110, 110, 110, 0.58);
}

.picks-marquee-nav:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 2px;
}

.picks-marquee-prev {
  left: 8px;
}

.picks-marquee-next {
  right: 8px;
}

.picks-marquee-nav svg {
  width: 16px;
  height: 16px;
  display: block;
}

.picks-marquee-track .quiet-card,
.picks-marquee-track .picks-marquee-item {
  flex: 0 0 min(220px, 58vw);
  width: min(220px, 58vw);
}

.picks-marquee-item {
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 12px;
}

.picks-marquee-item .quiet-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ececec;
}

.picks-marquee-item .quiet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.picks-marquee-item h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.picks-marquee-item .meta {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-article {
  max-width: 920px;
  margin: 0 auto clamp(80px, 10vw, 140px);
  padding-top: clamp(58px, 8vw, 110px);
}

.journal-back {
  display: inline-flex;
  margin: 0 0 clamp(40px, 6vw, 72px);
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.22);
}

.journal-article-head {
  max-width: 900px;
  margin: 0 0 clamp(36px, 5vw, 64px);
}

.journal-article-head h1,
.journal-lock h1 {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.journal-article-head p,
.journal-lock p {
  margin: 0 0 18px;
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.journal-article-head span,
.journal-lock-meta {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-article-hero {
  margin: 0 0 clamp(42px, 6vw, 76px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eee;
}

.journal-article-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  margin: 0 0 clamp(42px, 6vw, 76px);
  background: #eee;
}

.journal-article-body {
  max-width: 720px;
}

.journal-article-body p {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.9;
}

.journal-article-body blockquote {
  margin: clamp(36px, 6vw, 72px) 0;
  padding: 0 0 0 clamp(22px, 3vw, 36px);
  border-left: 1px solid var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.journal-related,
.journal-featured-objects,
.journal-share {
  margin-top: clamp(58px, 8vw, 110px);
  padding-top: clamp(32px, 5vw, 56px);
  border-top: 1px solid var(--line);
}

.journal-related > h3,
.journal-featured-objects > h3 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.journal-related > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.journal-featured-objects > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.journal-object-card {
  color: inherit;
  text-decoration: none;
}

.journal-object-card img {
  aspect-ratio: 4 / 5;
  margin-bottom: 14px;
  background: #eee;
}

.journal-object-card span {
  color: var(--muted);
  font-size: 12px;
}

.journal-object-card h4 {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 500;
}

.journal-object-card p {
  margin: 0;
  color: var(--ink-soft);
}

.journal-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journal-share button {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.journal-loading,
.journal-lock {
  min-height: min(680px, 70vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journal-lock-icon {
  width: 86px;
  height: 86px;
  margin: 0 0 30px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.journal-lock-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journal-lock h2 {
  margin: -10px 0 18px;
  max-width: 720px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 500;
  line-height: 1.5;
}

.journal-lock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.journal-lock-actions .btn {
  width: auto;
  min-width: 180px;
  text-align: center;
}

.journal-lock-actions .btn.ghost {
  background: transparent;
  color: var(--ink);
}

.journal-lock-actions .btn.ghost:hover {
  background: var(--ink);
  color: var(--accent-invert);
}

@media (max-width: 1100px) {
  .journal-cover,
  .journal-featured-panel {
    grid-template-columns: 1fr;
  }

  .journal-editorial-grid,
  .journal-issue-grid,
  .journal-related > div,
  .journal-featured-objects > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .journal-cover {
    min-height: 0;
    padding-top: 48px;
  }

  .journal-story-card.is-large {
    grid-column: span 1;
  }

  .journal-editorial-grid,
  .journal-issue-grid,
  .journal-related > div,
  .journal-featured-objects > div,
  .journal-collection-grid {
    grid-template-columns: 1fr;
  }

  .journal-tabs-wrap {
    position: static;
  }

  .journal-share {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .picks-marquee-track {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    transform: none !important;
  }

  .picks-marquee-viewport {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
