/* 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;
}

*,
*::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: 0;
  text-decoration: none;
  min-width: 0;
  flex-shrink: 0;
}

.orb-brand strong {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.orb-brand em {
  font-style: normal;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  font-weight: 400;
}

.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 .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-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}

/* 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;
}

.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-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 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.pdp-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #ececec;
}

.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-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);
}

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

/* —— 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);
}

/* —— 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;
  }

  .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;
  }

  .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;
  }
}

/* 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;
}
