:root {
  --ink: #0c0f0d;
  --ink-soft: #3d433e;
  --night: #050706;
  --pine: #172019;
  --moss: #64715f;
  --cream: #f5f1ea;
  --paper: #fcfaf6;
  --copper: #7f4226;
  --copper-bright: #d28a5c;
  --gold: #d4b27b;
  --line: rgba(12, 15, 13, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow-sm: 0 16px 42px rgba(21, 18, 14, 0.08);
  --shadow-lg: 0 32px 100px rgba(16, 13, 10, 0.18);
  --radius: 18px;
  --radius-lg: 32px;
  --max: 1320px;
  --header-height: 82px;
  --announcement-height: 31px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
button, input, select { font: inherit; }
button, a { touch-action: manipulation; }
main { min-height: 60vh; }
:focus-visible { outline: 3px solid var(--copper-bright); outline-offset: 4px; }

.skip {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 100;
  border-radius: 999px;
  background: #fff;
  color: #000;
  padding: 0.8rem 1rem;
}
.skip:focus { top: 1rem; }

.announcement {
  position: relative;
  z-index: 17;
  min-height: 31px;
  display: grid;
  place-items: center;
  padding: 0.42rem 1rem;
  background: var(--night);
  color: #e8e0d5;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}
.has-promotion { --announcement-height: 44px; }
.promotion-announcement {
  min-height: var(--announcement-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 1.8vw, 1.15rem);
  letter-spacing: 0.12em;
}
.promotion-countdown {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18rem;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.promotion-countdown b { min-width: 2ch; font-size: 0.78rem; }
.promotion-countdown small { color: var(--gold); font-size: 0.58rem; }
.promotion-announcement a { min-height: 44px; display: inline-flex; align-items: center; padding-inline: 0.35rem; color: #fff; font-weight: 800; text-underline-offset: 0.25em; }
.promotion-announcement.is-expired .promotion-countdown,
.promotion-announcement.is-expired a { display: none; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 16;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 237, 0.88);
  backdrop-filter: blur(20px) saturate(1.25);
}
.home-page .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--announcement-height);
  border-color: var(--line-light);
  background: rgba(5, 7, 6, 0.84);
  color: #f7f1e8;
}
.home-page .announcement {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header-inner {
  width: min(100%, calc(var(--max) + 48px));
  min-height: var(--header-height);
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  color: inherit;
  text-decoration: none;
}
.brand-lockup { display: inline-flex; align-items: center; line-height: 1; }
.brand-logo {
  width: 86px;
  height: 72px;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand-copy { display: none; }
.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  margin-left: auto;
}
.nav a {
  position: relative;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.35rem;
  height: 1px;
  background: currentColor;
  transition: right 240ms ease;
}
.nav a:hover::after { right: 0; }
.menu {
  display: none;
  margin-left: auto;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  padding: 0.62rem 1rem;
}
.home-page .menu { border-color: var(--line-light); background: rgba(255, 255, 255, 0.08); color: #fff; }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 136px) 0; }
.section-sm { padding: clamp(46px, 6vw, 84px) 0; }
.collection-edit,
.product-edit,
.trust,
.final-edit,
.footer { content-visibility: auto; }
.collection-edit { contain-intrinsic-size: auto 1100px; }
.product-edit { contain-intrinsic-size: auto 1500px; }
.trust { contain-intrinsic-size: auto 820px; }
.final-edit { contain-intrinsic-size: auto 920px; }
.footer { contain-intrinsic-size: auto 680px; }
.eyebrow,
.story-kicker {
  margin: 0 0 1rem;
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0 0 0.65em;
  font-family: Didot, "Bodoni MT", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
}
h1 { font-size: clamp(3.2rem, 7.5vw, 7.8rem); letter-spacing: -0.06em; }
h2 { font-size: clamp(2.5rem, 5.2vw, 5.4rem); letter-spacing: -0.05em; }
h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -0.025em; }
p { margin: 0 0 1.1em; }
.lead { max-width: 60ch; color: var(--ink-soft); font-size: clamp(1.03rem, 1.5vw, 1.28rem); }
.muted { color: #676e68; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.82rem 1.3rem;
  gap: 0.5rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #090a09;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}
.story-card .button:not(.secondary) { color: #090a09; }
.product-actions .button:not(.secondary) { border-color: var(--gold); background: var(--gold); color: #090a09; }
.product-actions .button:not(.secondary):hover { border-color: #f0d388; background: #f0d388; }
.button.secondary:hover { color: #090a09; }
.button:hover { border-color: var(--copper); background: var(--copper); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--ink); }
.button.light { border-color: #f7f1e8; background: #f7f1e8; color: var(--ink); }
.button.light:hover { border-color: var(--copper-bright); background: var(--copper-bright); color: #090b09; }
.button.disabled { border-color: #d3cec4; background: #d3cec4; color: #69665f; cursor: not-allowed; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span { transition: transform 200ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link.dark { color: var(--ink); }

/* 3D scrollytelling */
.scrolly {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--night);
  color: #f7f1e8;
}
.scrolly-stage {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 640px;
  overflow: hidden;
  background: #050706;
}
.scene-wordmark {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -51%);
  color: transparent;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(8rem, 25vw, 25rem);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.75;
  text-align: center;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(219, 184, 129, 0.09);
  pointer-events: none;
}
.scene-fallback,
.scene-canvas,
.scene-vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.scene-fallback {
  z-index: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(211, 161, 70, 0.08), transparent 32%),
    linear-gradient(90deg, rgba(5, 7, 6, 0.9), rgba(5, 7, 6, 0.08) 48%, rgba(5, 7, 6, 0.28)),
    url("/assets/site/home-story-no-portrait-desktop.webp") center / cover no-repeat;
  opacity: 1;
  filter: saturate(0.92) contrast(1.06);
  transform: scale(1.015);
  transition: opacity 700ms ease, transform 4s cubic-bezier(.2,.7,.2,1);
}
.scene-canvas {
  z-index: 2;
  max-width: none;
  opacity: 0;
  transition: opacity 900ms ease;
}
.scrolly.scene-ready .scene-canvas { opacity: 1; }
.scrolly.scene-ready .scene-fallback { opacity: 0.82; transform: scale(1.045); }
.scene-vignette {
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 3, 2, 0.64), transparent 32%, transparent 70%, rgba(2, 3, 2, 0.42)),
    linear-gradient(180deg, rgba(3, 4, 3, 0.32), transparent 22%, transparent 76%, rgba(3, 4, 3, 0.7));
}
.scene-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.scene-topline {
  position: absolute;
  z-index: 6;
  left: clamp(22px, 4vw, 64px);
  right: clamp(22px, 4vw, 64px);
  top: calc(31px + var(--header-height) + 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.scene-topline a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.scene-topline a::after { content: "↓"; margin-left: 0.65rem; color: var(--copper-bright); font-size: 0.9rem; }
.scene-status {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: opacity 260ms ease;
}
.scene-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--copper-bright); box-shadow: 0 0 18px var(--copper-bright); }
.scrolly.scene-ready .scene-status { opacity: 0; visibility: hidden; }
.scene-hud {
  position: absolute;
  z-index: 5;
  left: clamp(22px, 4vw, 64px);
  right: clamp(22px, 4vw, 64px);
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.scene-progress {
  position: absolute;
  z-index: 5;
  left: clamp(22px, 4vw, 64px);
  right: clamp(22px, 4vw, 64px);
  bottom: 15px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}
.scene-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0.025);
  transform-origin: left;
  background: var(--copper-bright);
}
.story-steps {
  position: relative;
  z-index: 7;
  margin-top: -100dvh;
  pointer-events: none;
}
.story-panel {
  min-height: 112svh;
  display: grid;
  align-items: center;
  padding: clamp(96px, 12vh, 150px) clamp(24px, 6vw, 96px);
}
.story-card {
  width: min(600px, 48vw);
  padding: clamp(26px, 3.5vw, 52px);
  border: 0;
  border-left: 1px solid rgba(216, 164, 104, 0.7);
  border-radius: 0 28px 28px 0;
  background: linear-gradient(90deg, rgba(5, 7, 6, 0.84), rgba(5, 7, 6, 0.42) 72%, transparent);
  box-shadow: -28px 38px 100px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px) saturate(1.08);
  pointer-events: auto;
}
.story-panel.align-right .story-card {
  margin-left: auto;
  border-left: 0;
  border-right: 1px solid rgba(216, 164, 104, 0.7);
  border-radius: 28px 0 0 28px;
  background: linear-gradient(270deg, rgba(5, 7, 6, 0.84), rgba(5, 7, 6, 0.42) 72%, transparent);
  box-shadow: 28px 38px 100px rgba(0, 0, 0, 0.18);
}
.story-card h1,
.story-card h2 { max-width: 8.5ch; font-size: clamp(3.2rem, 6vw, 6.6rem); text-wrap: balance; }
.story-card h1 em { color: var(--copper-bright); font-weight: inherit; }
.story-card > p:not(.story-kicker) { max-width: 42ch; color: rgba(247, 241, 232, 0.76); font-size: clamp(0.95rem, 1.3vw, 1.12rem); }
.story-kicker { color: rgba(247, 241, 232, 0.58); }
.story-kicker span { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-right: 0.7rem; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 50%; color: var(--copper-bright); }
.material-list { margin: 1.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.material-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.62); font-size: 0.8rem; }
.material-list span { color: #fff; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.scrolly.is-static .scene-status { display: none; }
.scrolly.is-static .scrolly-stage { height: 72svh; min-height: 520px; }
.scrolly.is-static .story-steps { margin-top: 0; background: var(--night); }
.scrolly.is-static .story-panel { min-height: auto; padding-block: clamp(54px, 8vw, 96px); }

.manifesto-strip {
  position: relative;
  z-index: 8;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b0d0b;
  color: #f3eee6;
}
.manifesto-strip .container {
  min-height: clamp(112px, 13vw, 176px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 3vw, 42px);
}
.manifesto-strip span { font-family: Didot, "Bodoni MT", Georgia, serif; font-size: clamp(1.5rem, 3.4vw, 4rem); letter-spacing: -0.04em; }
.manifesto-strip i { width: 5px; height: 5px; flex: 0 0 auto; border: 1px solid var(--copper-bright); border-radius: 50%; }

/* Editorial sections */
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 76px);
}
.section-heading h2 { max-width: 10ch; margin-bottom: 0; }
.section-heading > p,
.section-heading > .text-link { align-self: end; justify-self: end; max-width: 38ch; }
.section-heading.inverse p { color: rgba(255, 255, 255, 0.64); }
.grid { display: grid; gap: clamp(16px, 2vw, 28px); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.collection-edit { background: #e9e3d9; }
.collection-edit .grid { padding-bottom: 56px; }
.collection-card {
  position: relative;
  min-height: clamp(430px, 52vw, 650px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  border: 0;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}
.collection-card:nth-child(2) { transform: translateY(56px); }
.collection-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(5, 7, 6, 0.86));
  transition: background 300ms ease;
}
.collection-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1); }
.collection-card > span { position: relative; z-index: 2; }
.collection-card h3 { max-width: 8ch; font-size: clamp(2.2rem, 3.5vw, 4rem); }
.collection-card > span > span:last-child { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.product-edit { background: var(--paper); }
.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 34px rgba(31, 27, 22, 0.045);
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 260ms ease, border-color 260ms ease;
}
.card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: #e9e4dc;
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1); }
.card-body { padding: 20px 20px 24px; }
.card-title { font-family: inherit; font-size: 1.05rem; font-weight: 760; line-height: 1.26; letter-spacing: -0.02em; }
.card-title a { text-decoration: none; }
.price { display: flex; align-items: baseline; gap: 0.6rem; font-size: 0.92rem; font-weight: 850; }
.price del { color: #626761; font-weight: 520; }
.badge {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.38rem 0.68rem;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.trust { background: var(--night); color: #f2ece3; }
.trust .eyebrow { color: var(--copper-bright); }
.trust .grid { align-items: stretch; }
.trust-item { min-height: 265px; padding: 32px 28px; border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255, 255, 255, 0.025); }
.trust-item img { width: 40px; height: 40px; margin-bottom: 54px; filter: brightness(0) invert(1); }
.trust-item h3 { font-family: inherit; font-size: 1rem; font-weight: 800; letter-spacing: -0.02em; }
.trust-item p { color: rgba(255, 255, 255, 0.62); font-size: 0.88rem; }

.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(36px, 7vw, 100px); align-items: center; }
.final-edit { background: #dcd4c8; }
.editorial-panel { padding: clamp(34px, 6vw, 88px); border-radius: var(--radius-lg); background: linear-gradient(145deg, #f1e9dc, #cfc3b2); box-shadow: var(--shadow-lg); }
.review-column h2 { max-width: 10ch; font-size: clamp(2.5rem, 4.6vw, 5rem); }
.review-empty { padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(12, 15, 13, 0.2); border-radius: var(--radius); background: rgba(255, 255, 255, 0.46); text-align: left; }
.review-empty h3 { font-family: inherit; font-size: 1rem; font-weight: 800; }

/* Catalog, editorial and product routes */
.page-hero { padding: clamp(78px, 10vw, 142px) 0 clamp(48px, 7vw, 86px); background: radial-gradient(circle at 78% 18%, rgba(168, 95, 57, 0.22), transparent 35%), #e8e1d6; }
.page-hero h1 { max-width: 12ch; font-size: clamp(3.5rem, 7vw, 7.4rem); }
.page-hero .lead { max-width: 54ch; }
.filters { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 40px; }
.filters label { flex: 0 1 auto; }
.filters input,
.filters select { min-height: 50px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 0.75rem 1rem; }
.filters input { width: min(100%, 360px); min-width: min(100%, 360px); }
.breadcrumb { margin: 28px 0; color: #676c67; font-size: 0.76rem; font-weight: 680; letter-spacing: 0.04em; }
.breadcrumb a { color: inherit; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr); gap: clamp(34px, 6vw, 88px); align-items: start; }
.product-media { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 14px; }
.media-main { position: sticky; top: calc(var(--header-height) + 20px); overflow: hidden; aspect-ratio: 1; border-radius: var(--radius-lg); background: #e9e4dc; box-shadow: var(--shadow-sm); }
.media-main img,
.media-main video { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: flex; flex-direction: column; gap: 10px; }
.thumbs button { width: 78px; aspect-ratio: 1; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 12px; background: #e6e1d8; }
.thumbs button:focus-visible { border-color: var(--copper); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding-top: 10px; }
.product-info h1 { font-size: clamp(2.75rem, 4.8vw, 5.4rem); }
.product-info > .lead { font-size: 1.02rem; line-height: 1.72; }
.checkout-note { margin: 0.8rem 0 0; color: #5d635e; font-size: 0.82rem; }
.status { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 999px; background: #e3ece0; color: #29432c; padding: 0.44rem 0.74rem; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #397540; }
.status.soon { background: #eae4da; color: #6a5e4d; }
.status.soon::before { background: #927c58; }
.product-actions { margin: 28px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.details { border-top: 1px solid var(--line); }
details { padding: 20px 0; border-bottom: 1px solid var(--line); }
summary { min-height: 28px; cursor: pointer; font-weight: 820; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gallery img { width: 100%; aspect-ratio: 1; border-radius: var(--radius); background: #e8e3da; object-fit: cover; }
.rich-text { max-width: 800px; }
.rich-text h2 { margin-top: 1.5em; font-size: clamp(2.15rem, 4vw, 4rem); }
.rich-text p,
.rich-text li { color: #424843; }

.footer { padding: 76px 0 30px; background: #080a08; color: #eae3d9; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 40px; }
.footer .brand-logo { width: 96px; height: 81px; }
.footer h3 { font-family: inherit; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.footer a { color: #eae3d9; }
.footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer li,
.footer p { color: rgba(234, 227, 217, 0.64); font-size: 0.84rem; }
.footer small { display: block; margin-top: 56px; color: rgba(234, 227, 217, 0.66); }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; margin: -1px; padding: 0; border: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
[hidden] { display: none !important; }

/* Aurex nocturne — reference-led black, ivory and champagne-gold system */
:root {
  --ink: #f3eee5;
  --ink-soft: #b9b1a5;
  --night: #080908;
  --pine: #111411;
  --cream: #0d0f0d;
  --paper: #151714;
  --copper: #b78a3f;
  --copper-bright: #e0bc6a;
  --gold: #d7b35f;
  --line: rgba(224, 202, 153, 0.18);
  --line-light: rgba(239, 229, 207, 0.18);
  --shadow-sm: 0 18px 54px rgba(0, 0, 0, 0.28);
  --shadow-lg: 0 38px 120px rgba(0, 0, 0, 0.48);
  color-scheme: dark;
}
body { background: var(--cream); color: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.2; background-image: repeating-linear-gradient(115deg, transparent 0 3px, rgba(255,255,255,.012) 3px 4px); }
.site-header,
.home-page .site-header { z-index: 80; overflow: visible; border-color: var(--line); background: rgba(8, 9, 8, 0.91); color: var(--ink); backdrop-filter: blur(22px) saturate(1.1); }
.header-inner { position: relative; max-width: 1540px; }
.brand-name { margin-left: 9px; font-size: 0.76rem; font-weight: 760; letter-spacing: 0.15em; text-transform: uppercase; white-space: nowrap; }
.brand-name i { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.nav { position: static; flex: 1; margin-left: 5vw; }
.nav-primary { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 38px); width: 100%; }
.nav a,
.nav-trigger { position: relative; border: 0; background: none; color: inherit; padding: 14px 0; font-size: 0.7rem; font-weight: 680; letter-spacing: 0.15em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.nav-trigger span { display: inline-block; margin-left: 5px; color: var(--gold); transition: transform 220ms ease; }
.nav-trigger[aria-expanded="true"] span { transform: rotate(45deg); }
.nav-mobile-extra { display: none; }
.header-cta { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: 12px 18px; color: var(--ink); font-size: 0.66rem; font-weight: 720; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: border-color 220ms ease, background 220ms ease; }
.header-cta:hover { border-color: var(--gold); background: rgba(215,179,95,.08); }
.header-cta span { color: var(--gold); font-size: 1rem; }
.mega-menu { position: absolute; left: 24px; right: 24px; top: calc(100% + 1px); z-index: 100; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: clamp(28px, 4vw, 64px); visibility: hidden; opacity: 0; transform: translateY(-8px); padding: 44px clamp(30px, 5vw, 72px) 52px; border: 1px solid var(--line); border-top: 0; background: rgba(10, 11, 10, 0.985); box-shadow: var(--shadow-lg); transition: opacity 220ms ease, transform 220ms ease, visibility 220ms; }
.mega-menu[data-open] { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-intro { padding-right: clamp(20px, 3vw, 48px); border-right: 1px solid var(--line); }
.mega-intro h2 { max-width: 10ch; margin: .3rem 0 1rem; color: var(--ink); font-size: clamp(2rem, 3vw, 3.5rem); line-height: .98; }
.mega-intro p:not(.eyebrow) { max-width: 38ch; color: var(--ink-soft); font-size: .88rem; }
.mega-intro .text-link { display: inline-block; margin-top: 16px; color: var(--gold); }
.mega-column { display: flex; align-items: flex-start; flex-direction: column; }
.mega-column h3 { margin: 0 0 18px; color: var(--gold); font-family: inherit; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.mega-column a { width: 100%; border-bottom: 1px solid rgba(224,202,153,.1); padding: 11px 0; color: #ddd5c8; font-size: .78rem; letter-spacing: .02em; text-transform: none; }
.mega-column a:hover { color: var(--gold); }
.page-hero { border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 18%, rgba(183,138,63,.17), transparent 32%), linear-gradient(145deg, #111310, #090a09); }
.page-hero h1 { color: var(--ink); }
.page-hero .lead,
.rich-text p,
.rich-text li,
.breadcrumb { color: var(--ink-soft); }
.collection-edit { background: #0d0f0d; }
.collection-edit .eyebrow { color: var(--copper-bright); }
.collection-edit .section-heading > p { color: var(--ink-soft); }
.card { border-color: var(--line); background: #151714; }
.card-body { background: linear-gradient(180deg, #151714, #111310); }
.card-media { background: #d8d0c3; }
.filters input,
.filters select { border-color: var(--line); background: #151714; color: var(--ink); }
.final-edit { background: #0b0c0b; }
.editorial-panel,
.review-empty { border: 1px solid var(--line); background: linear-gradient(145deg, #1c1b17, #11120f); color: var(--ink); }
.review-empty p { color: var(--ink-soft); }
.media-main,
.gallery img { background: #d8d0c3; }
.checkout-note { color: var(--ink-soft); }
.price del { color: #aaa39a; }
.muted { color: #aaa39a; }
.eyebrow,
.story-kicker { font-size: .75rem; line-height: 1.45; }
.status { background: rgba(215,179,95,.13); color: #f2d891; }
.status::before { background: var(--gold); }

@media (max-width: 1180px) {
  .brand-name { display: none; }
  .header-cta { display: none; }
  .nav { margin-left: auto; }
}

@media (hover: hover) and (pointer: fine) {
  .card:hover { border-color: rgba(168, 95, 57, 0.36); box-shadow: var(--shadow-sm); }
  .card:hover .card-media img { transform: scale(1.045); }
  .collection-card:hover .collection-image { transform: scale(1.035); }
  .collection-card:hover::before { background: linear-gradient(180deg, rgba(5, 7, 6, 0.04), rgba(5, 7, 6, 0.92)); }
}

@media (max-width: 1050px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav { gap: 15px; }
  .nav a { font-size: 0.7rem; }
  .story-card { width: min(460px, 52vw); }
  .trust-item img { margin-bottom: 32px; }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  .header-inner { min-height: var(--header-height); }
  .brand-logo { width: 76px; height: 64px; }
  .menu { display: block; }
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height);
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    margin: 0;
    padding: 28px;
    border-bottom: 1px solid var(--line);
    background: rgba(247, 244, 237, 0.98);
    color: var(--ink);
    box-shadow: var(--shadow-sm);
  }
  .nav[data-open] { display: flex; }
  .nav a { font-size: 0.78rem; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split,
  .product-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-main { position: relative; top: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p,
  .section-heading > .text-link { justify-self: start; }
  .collection-card:last-child { grid-column: 1 / -1; min-height: 440px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .collection-edit { contain-intrinsic-size: auto 1780px; }
  .product-edit { contain-intrinsic-size: auto 2480px; }
  .trust { contain-intrinsic-size: auto 1500px; }
  .final-edit { contain-intrinsic-size: auto 1400px; }
  .footer { contain-intrinsic-size: auto 1080px; }
  .announcement { font-size: 0.58rem; letter-spacing: 0.12em; }
  .home-page .site-header { background: #151815; backdrop-filter: none; }
  .scrolly-stage { min-height: 560px; }
  .scene-wordmark { font-size: 34vw; -webkit-text-stroke-color: rgba(219, 184, 129, 0.07); }
  .scene-fallback { background-image: linear-gradient(180deg, rgba(5, 7, 6, 0.12), rgba(5, 7, 6, 0.3) 48%, rgba(5, 7, 6, 0.92)), url("/assets/site/home-story-no-portrait-mobile.webp"); background-position:center; }
  .scene-vignette { background: linear-gradient(180deg, rgba(3, 4, 3, 0.2), transparent 34%, rgba(3, 4, 3, 0.88)); }
  .scene-vignette::after { display: none; }
  .scene-topline { top: calc(var(--announcement-height) + var(--header-height) + 12px); font-size: 0.54rem; letter-spacing: 0.12em; }
  .scene-topline > span { display: none; }
  .scene-topline a { margin-left: auto; }
  .scene-status { bottom: 36px; font-size: 0.54rem; }
  .story-panel { min-height: 108svh; align-items: end; padding: 110px 14px 64px; }
  .story-panel.align-right .story-card { margin-left: 0; }
  .story-card,
  .story-panel.align-right .story-card { width: 100%; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 18px; background: rgba(8, 11, 9, 0.94); box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28); backdrop-filter: none; }
  .story-card h1,
  .story-card h2 { max-width: 9ch; font-size: clamp(2.8rem, 13vw, 4.7rem); }
  .story-card > p:not(.story-kicker) { font-size: 0.92rem; }
  .story-kicker { font-size: 0.58rem; }
  .story-kicker span { width: 27px; height: 27px; }
  .scene-hud { bottom: 16px; }
  .scene-progress { bottom: 8px; }
  .manifesto-strip .container { min-height: 92px; gap: 10px; }
  .manifesto-strip span { font-size: 1.05rem; }
  .manifesto-strip i { width: 4px; height: 4px; }
  .grid-4,
  .grid-3,
  .footer-grid { grid-template-columns: 1fr; }
  .collection-edit .grid { padding-bottom: 0; }
  .collection-card,
  .collection-card:last-child { grid-column: auto; min-height: 470px; }
  .collection-card:nth-child(2) { transform: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-grid .card-body { padding: 14px 13px 18px; }
  .product-grid .card-title { font-size: 0.9rem; }
  .product-grid .eyebrow { font-size: 0.55rem; }
  .product-media { grid-template-columns: 1fr; }
  .thumbs { order: 2; flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
  .thumbs button { flex: 0 0 68px; width: 68px; }
  .gallery { grid-template-columns: 1fr; }
  .product-actions .button-row { align-items: stretch; flex-direction: column; }
  .product-actions .button { width: 100%; }
  .review-empty { padding: 28px; }
}

@media (max-width: 420px) {
  .promotion-announcement { gap: 0.35rem; padding-inline: 0.55rem; letter-spacing: 0.06em; }
  .promotion-announcement a { font-size: 0; }
  .promotion-announcement a::after { content: "Shop"; font-size: 0.58rem; }
  .product-grid { grid-template-columns: 1fr; }
  .story-card .button-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .scene-canvas { display: none; }
  .scene-fallback { opacity: 1 !important; }
  .scene-status { display: none; }
  .scrolly-stage { height: 72svh; min-height: 520px; }
  .scrolly.is-static .story-steps { margin-top: 0; background: var(--night); }
  .scrolly.is-static .story-panel { min-height: auto; padding-block: 64px; }
  .story-card { opacity: 1 !important; transform: none !important; }
  .card:hover,
  .card:hover .card-media img,
  .button:hover { transform: none; }
}

.journal-index { padding-block: clamp(54px,8vw,110px); }
.journal-group { display:grid; grid-template-columns:minmax(170px,.34fr) 1fr; gap:clamp(28px,6vw,90px); padding-block:clamp(44px,6vw,80px); border-top:1px solid var(--line); }
.journal-heading h2 { margin:.35rem 0 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,4vw,4.5rem); font-weight:400; line-height:.95; }
.journal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.journal-card { display:flex; min-height:255px; flex-direction:column; padding:clamp(22px,3vw,34px); border:1px solid var(--line); background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(213,176,94,.025)); }
.journal-card h3 { margin:.4rem 0 1rem; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.35rem,2vw,1.9rem); font-weight:400; line-height:1.08; }
.journal-card h3 a { color:var(--ink); text-decoration:none; }
.journal-card p { color:var(--ink-soft); line-height:1.65; }
.journal-card .text-link { margin-top:auto; padding-top:1.25rem; }
.editorial-layout { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr); gap:clamp(42px,8vw,120px); align-items:start; }
.editorial-copy { max-width:780px; }
.editorial-copy section { padding-block:clamp(25px,4vw,42px); border-top:1px solid var(--line); }
.editorial-copy section:first-of-type { margin-top:28px; }
.article-updated { color:var(--gold); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; }
.article-summary { margin:1.5rem 0 2.2rem; padding:clamp(22px,4vw,34px); border:1px solid rgba(213,176,94,.42); background:linear-gradient(135deg,rgba(213,176,94,.11),rgba(255,255,255,.025)); }
.article-summary h2 { margin-top:0; font-size:clamp(1.35rem,2.4vw,1.8rem); }
.article-summary ul { margin:0; padding-left:1.2rem; color:var(--ink-soft); }
.article-summary li+li { margin-top:.65rem; }
.comparison-wrap { overflow-x:auto; margin:1.5rem 0 2.5rem; border:1px solid var(--line); }
.comparison-wrap table { width:100%; min-width:560px; border-collapse:collapse; background:rgba(255,255,255,.018); }
.comparison-wrap caption { padding:18px 20px; color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; text-align:left; }
.comparison-wrap th,.comparison-wrap td { padding:15px 18px; border-top:1px solid var(--line); color:var(--ink-soft); line-height:1.55; text-align:left; vertical-align:top; }
.comparison-wrap thead th,.comparison-wrap tbody th { color:var(--ink); font-weight:650; }
.article-faq details { border-top:1px solid var(--line); }
.article-faq details:last-child { border-bottom:1px solid var(--line); }
.article-faq summary { padding:20px 2rem 20px 0; color:var(--ink); font-weight:650; cursor:pointer; }
.article-faq details p { margin:0; padding:0 0 22px; }
.journal-heading a { color:inherit; text-decoration:none; }
.journal-heading>.text-link { display:inline-block; margin-top:1.2rem; }
.editorial-side { position:sticky; top:130px; padding:32px; border:1px solid rgba(213,176,94,.35); background:rgba(213,176,94,.045); }
.editorial-side h2 { margin:.45rem 0 1rem; font-family:Georgia,"Times New Roman",serif; font-size:2rem; font-weight:400; }
.editorial-side .button { width:100%; margin:1rem 0 1.4rem; }
.editorial-note { margin-top:35px; padding:26px; border-left:2px solid var(--gold); background:rgba(255,255,255,.03); }
.editorial-note h2 { font-size:1.4rem; }
.related-journal { border-top:1px solid var(--line); }

@media (max-width: 900px) {
  .journal-group,.editorial-layout { grid-template-columns:1fr; }
  .journal-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .editorial-side { position:static; }
}

@media (max-width: 620px) {
  .journal-grid { grid-template-columns:1fr; }
  .journal-card { min-height:0; }
}

@media (max-width: 900px) {
  body.nav-open { overflow: hidden; }
  .header-inner { padding-inline: 16px; }
  .menu { display: inline-flex; align-items: center; gap: 12px; border-color: var(--line); background: transparent; color: var(--ink); cursor: pointer; }
  .menu-icon,
  .menu-icon::before { display: block; width: 17px; height: 1px; background: currentColor; transition: transform 220ms ease; }
  .menu-icon { position: relative; }
  .menu-icon::before { content: ""; position: absolute; top: -6px; }
  .menu[aria-expanded="true"] .menu-icon { transform: rotate(45deg); }
  .menu[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(90deg); }
  .nav {
    position: fixed;
    inset: calc(var(--announcement-height) + var(--header-height)) 0 0;
    z-index: 50;
    display: flex;
    overflow-y: auto;
    align-items: stretch;
    gap: 0;
    padding: 24px 20px 56px;
    border-top: 1px solid var(--line);
    border-bottom: 0;
    background: #0a0b0a;
    color: var(--ink);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  }
  .inner-page .nav { inset-block-start: calc(var(--announcement-height) + var(--header-height)); }
  .nav[data-open] { display: flex; visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-primary { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .nav-primary > a,
  .nav-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 58px; border-bottom: 1px solid var(--line); padding: 12px 2px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; letter-spacing: -.02em; text-align: left; text-transform: none; }
  .mega-menu { position: static; display: none; grid-template-columns: 1fr 1fr; gap: 28px 18px; visibility: visible; opacity: 1; transform: none; padding: 30px 2px; border: 0; border-bottom: 1px solid var(--line); background: transparent; box-shadow: none; }
  .mega-menu[data-open] { display: grid; }
  .mega-intro { grid-column: 1 / -1; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .mega-intro h2 { font-size: 2.55rem; }
  .mega-column:last-child { grid-column: 1 / -1; }
  .mega-column a { min-height: 44px; }
  .nav-mobile-extra { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding-top: 24px; }
  .nav-mobile-extra a { min-height: 48px; border-bottom: 1px solid var(--line); padding: 13px 0; color: var(--ink-soft); font-size: .72rem; letter-spacing: .08em; }
}

@media (max-width: 520px) {
  .brand-logo { width: 66px; height: 56px; }
  .mega-menu { grid-template-columns: 1fr; }
  .mega-intro,
  .mega-column:last-child { grid-column: auto; }
}
.consent-banner{position:fixed;z-index:1000;right:clamp(1rem,3vw,2rem);bottom:clamp(1rem,3vw,2rem);width:min(31rem,calc(100vw - 2rem));padding:1.15rem;border:1px solid rgba(213,178,91,.4);background:rgba(10,11,10,.97);color:#f4f0e7;box-shadow:0 1.25rem 4rem rgba(0,0,0,.45);backdrop-filter:blur(16px)}
.consent-banner p{margin:0 0 1rem;color:#d8d3c8;line-height:1.55}.consent-banner strong{color:#f4f0e7}.consent-banner a{color:#d5b25b;text-decoration:underline}.consent-banner>div{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.consent-banner .text-button{border:0;background:transparent;color:#d8d3c8;text-decoration:underline;cursor:pointer;padding:.65rem}
