:root {
  --ink: #171311;
  --paper: #f3efe8;
  --paper-soft: #faf7f1;
  --ivory: #f6eee4;
  --wine: #771827;
  --wine-deep: #25070d;
  --wine-black: #120408;
  --rose: #d9a391;
  --gold: #c9a46a;
  --muted: #736c66;
  --line: rgba(23, 19, 17, .16);
  --white-line: rgba(255, 255, 255, .18);
  --gutter: clamp(22px, 5vw, 88px);
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--wine-black); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
button { cursor: pointer; }

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 12px 18px;
  background: var(--ivory);
  color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }

/* Lightweight A4-inspired barrier-door loader */
.experience-loader { display: none; }
.js .experience-loader {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ivory);
  pointer-events: auto;
}
.experience-loader__panel {
  position: absolute;
  inset-block: 0;
  width: 51%;
  background:
    radial-gradient(circle at 100% 50%, rgba(217, 163, 145, .14), transparent 38%),
    linear-gradient(135deg, #170509, #290911 62%, #130407);
  transition: transform .85s cubic-bezier(.76, 0, .24, 1);
}
.experience-loader__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.025) 80px);
}
.experience-loader__panel--left { left: 0; transform-origin: left; }
.experience-loader__panel--right { right: 0; transform-origin: right; }
.experience-loader__center {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: min(320px, 72vw);
  text-align: center;
  transition: opacity .32s ease, transform .5s ease;
}
.experience-loader__brand {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 650;
  letter-spacing: -.045em;
}
.experience-loader__line {
  width: 100%;
  height: 1px;
  margin: 20px 0 13px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}
.experience-loader__line i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
}
.experience-loader__status {
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.experience-loader__status b { color: var(--ivory); font-weight: 700; }
.experience-loader.is-leaving .experience-loader__panel--left { transform: translateX(-102%) skewX(-2deg); }
.experience-loader.is-leaving .experience-loader__panel--right { transform: translateX(102%) skewX(2deg); }
.experience-loader.is-leaving .experience-loader__center { opacity: 0; transform: scale(.96); }
.experience-loader.is-gone { display: none; }

.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--gutter);
  color: var(--ivory);
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(to bottom, rgba(14,3,6,.7), transparent);
  transition: height .35s ease, color .35s ease, background .35s ease, border-color .35s ease;
}
.site-header.is-fixed {
  height: 72px;
  color: var(--ink);
  border-color: var(--line);
  background: rgba(243,239,232,.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.brand { display: inline-grid; justify-self: start; }
.brand__word { font-size: 25px; font-weight: 750; letter-spacing: -.045em; line-height: .95; }
.brand__sub {
  margin-top: 5px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 58px); }
.desktop-nav a {
  position: relative;
  padding: 12px 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 1px;
  background: currentColor;
  transition: right .3s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { right: 0; }
.header-buy {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.menu-toggle { display: none; }

.mobile-menu {
  position: fixed;
  z-index: 75;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--wine-deep);
  color: var(--ivory);
  transition: visibility .35s, opacity .35s;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu__inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 120px 24px 32px;
}
.mobile-menu nav { margin: auto 0; border-top: 1px solid var(--white-line); }
.mobile-menu nav a {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--white-line);
  font-size: clamp(28px, 10vw, 44px);
  font-weight: 550;
  letter-spacing: -.035em;
}
.mobile-menu nav span { color: var(--rose); font-size: 10px; letter-spacing: normal; }

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.button--ivory { background: var(--ivory); color: var(--ink); }
.button--wine { background: var(--wine); color: white; }

.eyebrow {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow--light { color: rgba(255,255,255,.72); }
.section-pad { padding: clamp(80px, 9vw, 150px) var(--gutter); }

h1, h2, h3, p { overflow-wrap: balance; }
h1, h2, h3 { margin-top: 0; }
h1, h2 {
  letter-spacing: -.045em;
  line-height: .95;
  font-weight: 600;
}
h1 em, h2 em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.03em;
  line-height: .98;
}

/* Shared cinematic scroll system */
.scroll-scene { position: relative; height: 190svh; background: var(--wine-black); }
.scene-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}
.scene-media img,
.scene-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-scene-video] { opacity: 0; transition: opacity .35s ease; }
[data-scene-video].is-ready { opacity: 1; }
.scene-copy {
  will-change: opacity, transform;
  transition: opacity .12s linear;
}
.scene-progress {
  position: absolute;
  z-index: 6;
  left: var(--gutter);
  bottom: 26px;
  display: grid;
  grid-template-columns: auto minmax(80px, 220px) auto;
  gap: 14px;
  align-items: center;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.scene-progress i {
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.22);
}
.scene-progress b {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--scene-progress, 0));
  transform-origin: left;
  background: var(--rose);
}
.scene-progress--right { left: auto; right: var(--gutter); }

/* Hero: A3 luxury stage + A5 persistent object + A4 reveal */
.hero-cinema { height: 185svh; color: var(--ivory); }
.hero-cinema__stage {
  background:
    radial-gradient(circle at 73% 42%, rgba(141,39,52,.38), transparent 30%),
    var(--wine-black);
}
.hero-cinema__field { position: absolute; inset: 0; }
.hero-cinema__media {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: -2%;
  bottom: 6%;
  width: 67%;
  overflow: hidden;
  clip-path: polygon(6% 0, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 8%);
  box-shadow: 0 40px 120px rgba(0,0,0,.42);
}
.hero-cinema__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(18,4,8,.7), transparent 20%),
    linear-gradient(0deg, rgba(18,4,8,.32), transparent 34%);
  pointer-events: none;
}
.hero-cinema__media img,
.hero-cinema__media video { object-position: 50% center; }
.orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(236,198,182,.13);
  border-radius: 50%;
  pointer-events: none;
}
.orbit--one { width: 52vw; aspect-ratio: 1; right: -8vw; top: 7vh; }
.orbit--two { width: 30vw; aspect-ratio: 1; right: 22vw; bottom: -17vw; }
.coordinate {
  position: absolute;
  z-index: 3;
  color: rgba(255,255,255,.35);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.coordinate--top { top: 18%; right: 4%; }
.coordinate--bottom { right: 3%; bottom: 9%; }
.hero-cinema__content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: clamp(140px, 18vh, 210px) var(--gutter) 100px;
}
.hero-cinema__intro,
.hero-cinema__system {
  position: absolute;
  left: var(--gutter);
  top: clamp(150px, 21vh, 225px);
  width: min(640px, 43vw);
}
.hero-cinema__intro {
  bottom: 78px;
  display: flex;
  flex-direction: column;
  width: min(760px, 46vw);
}
.hero-cinema h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(70px, 7vw, 128px);
}
.hero-cinema h1 em { display: inline-block; color: #efc9bc; }
.hero-cinema__lede {
  max-width: 500px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.58;
}
.hero-cinema__intro-proof {
  width: min(560px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(28px, 4.5vh, 54px);
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}
.hero-cinema__intro-proof div {
  min-width: 0;
  padding: 16px 16px 17px 0;
}
.hero-cinema__intro-proof div + div {
  padding-left: 16px;
  border-left: 1px solid var(--white-line);
}
.hero-cinema__intro-proof span,
.hero-cinema__intro-proof strong {
  display: block;
}
.hero-cinema__intro-proof span {
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-cinema__intro-proof strong {
  color: rgba(255,255,255,.78);
  font-size: 11px;
  line-height: 1.4;
}
.hero-cinema__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: auto;
  padding-top: clamp(24px, 4vh, 46px);
}
.hero-cinema__actions > span {
  color: rgba(255,255,255,.56);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-cinema__system { top: 19vh; width: min(500px, 38vw); }
.hero-cinema__system h2 {
  margin-bottom: 22px;
  font-size: clamp(54px, 5.7vw, 102px);
}
.hero-cinema__system h2 em { color: #efc9bc; }
.hero-cinema__system > p {
  max-width: 410px;
  color: rgba(255,255,255,.62);
  line-height: 1.55;
}
.hero-cinema__system dl { margin: 30px 0 0; border-top: 1px solid var(--white-line); }
.hero-cinema__system dl div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--white-line);
}
.hero-cinema__system dt { color: var(--rose); font-size: 10px; }
.hero-cinema__system dd { margin: 0; font-size: 13px; }
.hero-cinema__scroll {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  transform: translateX(-50%);
  color: rgba(255,255,255,.66);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.proof-strip {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 118px;
  padding: 0 var(--gutter);
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}
.proof-strip div {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { color: var(--wine); font-size: 9px; font-weight: 800; }
.proof-strip strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

/* Editorial reset: A2 asymmetry + A3 portrait staging */
.editorial-problem { background: var(--paper); }
.editorial-problem__heading {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(54px, 7vw, 100px);
}
.editorial-problem__heading h2 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(58px, 7vw, 126px);
}
.editorial-problem__heading h2 em { color: var(--wine); }
.editorial-problem__grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
}
.editorial-problem__statement > p {
  max-width: 570px;
  margin: 0 0 52px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.1vw, 55px);
  line-height: 1.14;
  letter-spacing: -.025em;
}
.editorial-problem__ledger { border-top: 1px solid var(--line); }
.editorial-problem__ledger span {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.portrait-stage {
  position: relative;
  width: min(100%, 690px);
  height: min(74vh, 760px);
  min-height: 560px;
  margin: 0 0 0 auto;
  overflow: hidden;
  background: #d7c7b9;
  box-shadow: 24px 24px 0 rgba(119,24,39,.08);
}
.portrait-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.portrait-stage.is-visible img { transform: scale(1.025); }
.portrait-stage__halo {
  position: absolute;
  z-index: 2;
  width: 62%;
  aspect-ratio: 1;
  right: -16%;
  top: -18%;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255,239,225,.28);
  pointer-events: none;
}
.portrait-stage figcaption {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  color: white;
  background: linear-gradient(transparent, rgba(25,7,10,.7));
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* A1 technical system + A5 spatial narrative */
.formula-cinema { height: 235svh; color: white; background: var(--wine-black); }
.formula-cinema__stage { background: var(--wine-black); }
.formula-cinema__media { position: absolute; inset: 0; }
.formula-cinema__media img,
.formula-cinema__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formula-cinema__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,4,8,.96) 0%, rgba(18,4,8,.62) 35%, rgba(18,4,8,.08) 72%),
    linear-gradient(0deg, rgba(18,4,8,.98) 0%, rgba(18,4,8,.92) 31%, transparent 63%);
}
.formula-cinema__grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background:
    linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 8vw 8vw;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 30%, black);
  mask-image: linear-gradient(to bottom, transparent, black 30%, black);
}
.formula-cinema__head {
  position: absolute;
  z-index: 3;
  top: 14vh;
  left: var(--gutter);
  width: min(620px, 44vw);
}
.formula-cinema__head h2 {
  margin-bottom: 26px;
  font-size: clamp(58px, 6.7vw, 122px);
}
.formula-cinema__head h2 em { color: #edc5b7; }
.formula-cinema__head > p:last-child {
  max-width: 440px;
  color: rgba(255,255,255,.62);
  font-size: 18px;
  line-height: 1.55;
}
.formula-cinema__annotations {
  position: absolute;
  z-index: 4;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 7vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--white-line);
}
.formula-note {
  min-height: 180px;
  padding: 22px clamp(20px, 2vw, 34px);
  border-right: 1px solid var(--white-line);
  background: rgba(20,5,9,.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.formula-note:last-child { border-right: 0; }
.formula-note > span {
  color: var(--rose);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.formula-note h3 {
  margin: 36px 0 8px;
  font-size: clamp(20px, 2vw, 31px);
  letter-spacing: -.025em;
}
.formula-note p {
  max-width: 340px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.5;
}
.formula-cinema__axis {
  position: absolute;
  z-index: 5;
  top: 24vh;
  right: var(--gutter);
  display: grid;
  grid-template-columns: auto 120px auto;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.45);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.formula-cinema__axis i { height: 1px; background: rgba(255,255,255,.22); }
.formula-cinema__axis b {
  display: block;
  width: 100%;
  height: 1px;
  transform: scaleX(var(--scene-progress, 0));
  transform-origin: left;
  background: var(--rose);
}

.results {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(24px, 3vw, 48px);
  background: var(--paper-soft);
}
.results__heading { grid-column: 1 / span 5; align-self: start; }
.results__heading h2 {
  margin-bottom: 34px;
  font-size: clamp(58px, 6.5vw, 116px);
}
.results__heading h2 em { color: var(--wine); }
.results__heading > p:last-child {
  max-width: 510px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.results__visual {
  position: relative;
  grid-column: 7 / -1;
  min-height: min(62vh, 650px);
  overflow: hidden;
}
.results__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.results__visual.is-visible img { transform: scale(1.03); }
.results__visual span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 10px 13px;
  background: rgba(243,239,232,.88);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.results__ledger {
  grid-column: 5 / -1;
  margin-top: clamp(28px, 5vw, 80px);
  border-top: 1px solid var(--line);
}
.results__ledger article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.results__ledger article > span {
  padding-left: 16px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 800;
}
.results__ledger h3 { margin: 0 0 8px; font-size: clamp(26px, 2.6vw, 42px); letter-spacing: -.035em; }
.results__ledger p { margin: 0; color: var(--muted); line-height: 1.55; }

.transparency {
  position: relative;
  min-height: 84svh;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  align-items: center;
  overflow: hidden;
  padding: 110px var(--gutter);
  color: white;
  background:
    radial-gradient(circle at 16% 20%, rgba(181,87,94,.28), transparent 28%),
    var(--wine-deep);
}
.transparency__number {
  position: absolute;
  left: -3vw;
  bottom: -12vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
  font-size: clamp(240px, 40vw, 720px);
  font-weight: 700;
  letter-spacing: -.09em;
  line-height: .7;
}
.transparency__copy { position: relative; z-index: 2; }
.transparency__copy h2 { margin-bottom: 30px; font-size: clamp(54px, 6vw, 108px); }
.transparency__copy h2 em { color: #eac1b4; }
.transparency__copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.6; }
.transparency__facts { position: relative; z-index: 2; border-top: 1px solid var(--white-line); }
.transparency__facts div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--white-line);
}
.transparency__facts span { color: var(--rose); font-size: 10px; }
.transparency__facts strong { font-size: 16px; font-weight: 500; }

.ritual { background: var(--paper); }
.ritual__heading {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 80px;
}
.ritual__heading h2 { margin: 0; font-size: clamp(60px, 7vw, 126px); }
.ritual__heading h2 em { color: var(--wine); }
.ritual__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ritual__steps article {
  min-height: 280px;
  padding: 25px clamp(20px, 2.5vw, 42px);
  border-right: 1px solid var(--line);
}
.ritual__steps article:last-child { border-right: 0; }
.ritual__steps span { color: var(--wine); font-size: 10px; font-weight: 800; }
.ritual__steps h3 { margin: 82px 0 12px; font-size: clamp(26px, 2.3vw, 40px); letter-spacing: -.035em; }
.ritual__steps p { max-width: 330px; margin: 0; color: var(--muted); line-height: 1.55; }

.product-resolve { height: 175svh; color: white; }
.product-resolve__stage { background: var(--wine-black); }
.product-resolve__media { position: absolute; inset: 0; }
.product-resolve__media img,
.product-resolve__media video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-resolve__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,4,8,.18), transparent 40%, rgba(18,4,8,.9) 86%),
    linear-gradient(0deg, rgba(18,4,8,.42), transparent 35%);
}
.product-resolve__content {
  position: absolute;
  z-index: 3;
  top: 21vh;
  right: auto;
  left: var(--gutter);
  width: min(520px, 37vw);
  padding: clamp(28px, 4vw, 54px);
  background: rgba(27,6,11,.82);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}
.product-resolve__content h2 { margin-bottom: 30px; font-size: clamp(54px, 5vw, 90px); }
.product-resolve__content h2 em { color: #ecc4b6; }
.product-resolve__details {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  padding: 17px 0;
  margin-bottom: 22px;
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-resolve__assurance { margin: 16px 0 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.5; }

.faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  background: var(--paper-soft);
}
.faq__heading h2 { font-size: clamp(54px, 5.7vw, 104px); }
.faq__heading h2 em { color: var(--wine); }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 20px;
  list-style: none;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  letter-spacing: -.02em;
  cursor: pointer;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { justify-self: end; color: var(--wine); font-size: 24px; font-weight: 300; transition: transform .25s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 700px; margin: -4px 54px 26px 0; color: var(--muted); line-height: 1.62; }

.site-footer {
  padding: clamp(80px, 9vw, 140px) var(--gutter) 44px;
  color: white;
  background: #110b0d;
}
.site-footer__top { padding-bottom: 80px; border-bottom: 1px solid var(--white-line); }
.site-footer__top h2 { margin: 0; font-size: clamp(70px, 12vw, 220px); line-height: .82; }
.site-footer__top h2 em { display: block; padding-left: .28em; color: #dbad9f; font-size: .55em; line-height: 1.05; }
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  gap: 70px;
  padding-top: 52px;
}
.newsletter { display: flex; border-bottom: 1px solid rgba(255,255,255,.36); }
.newsletter input {
  width: 100%;
  min-height: 52px;
  border: 0;
  outline: 0;
  color: white;
  background: transparent;
}
.newsletter input::placeholder { color: rgba(255,255,255,.48); }
.newsletter button { width: 52px; border: 0; color: white; background: transparent; }
.form-message { min-height: 20px; color: #dbad9f; font-size: 12px; }
.footer-links, .footer-meta { display: grid; align-content: start; gap: 15px; }
.footer-links a { color: rgba(255,255,255,.72); }
.footer-meta { color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.floating-buy {
  position: fixed;
  z-index: 60;
  right: 24px;
  bottom: 24px;
  width: min(340px, calc(100vw - 48px));
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  border: 0;
  color: white;
  background: var(--wine);
  box-shadow: 0 18px 50px rgba(56,6,15,.25);
  transform: translateY(calc(100% + 40px));
  transition: transform .35s ease;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.floating-buy.is-visible { transform: translateY(0); }

.cart-shell { position: fixed; z-index: 200; inset: 0; visibility: hidden; }
.cart-shell.is-open { visibility: visible; }
.cart-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  opacity: 0;
  background: rgba(12,5,7,.68);
  transition: opacity .35s ease;
}
.cart-shell.is-open .cart-backdrop { opacity: 1; }
.cart {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(540px, 100%);
  overflow-y: auto;
  padding: 34px;
  background: var(--paper-soft);
  box-shadow: -30px 0 80px rgba(0,0,0,.2);
  transform: translateX(105%);
  transition: transform .45s cubic-bezier(.76,0,.24,1);
}
.cart-shell.is-open .cart { transform: translateX(0); }
.cart__head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.cart__head h2 { margin: 0; font-size: 42px; }
.cart__close { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 28px; font-weight: 300; }
.cart__product { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.cart__product img {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: 70% center;
}
.cart__product h3 { margin: 4px 0 8px; font-size: 24px; }
.cart__product p { color: var(--muted); line-height: 1.5; }
.cart__assurance { padding: 20px 0 20px 20px; border-bottom: 1px solid var(--line); color: var(--muted); line-height: 1.8; }
.reserve-form { display: grid; gap: 12px; padding-top: 24px; }
.reserve-form label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reserve-form input { min-height: 54px; padding: 0 15px; border: 1px solid var(--line); background: white; }
.reserve-form__note { color: var(--muted); font-size: 11px; }
.cart__success { padding-top: 60px; text-align: center; }
.cart__success > span { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: white; background: var(--wine); }
.cart__success h3 { margin: 24px 0 10px; font-size: 36px; }
.cart__success p { color: var(--muted); line-height: 1.6; }

.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .9s cubic-bezier(.2,.7,.2,1);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

/*
  Pointer interactions use one restrained language: a directional colour
  change, a small lift, and a responding detail. Kept out of touch layouts.
*/
@media (hover: hover) and (pointer: fine) {
  .brand {
    transition: opacity .25s ease, transform .35s cubic-bezier(.2,.75,.2,1);
  }
  .brand:hover,
  .brand:focus-visible {
    opacity: .72;
    transform: translateY(-2px);
  }

  .desktop-nav a {
    transition: opacity .25s ease, letter-spacing .35s ease;
  }
  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    opacity: .68;
    letter-spacing: .16em;
  }

  .header-buy {
    transition: color .3s ease, background-color .3s ease, transform .35s cubic-bezier(.2,.75,.2,1), box-shadow .35s ease;
  }
  .header-buy:hover,
  .header-buy:focus-visible {
    color: var(--ink);
    background: var(--ivory);
    box-shadow: 0 12px 34px rgba(0,0,0,.13);
    transform: translateY(-3px);
  }
  .site-header.is-fixed .header-buy:hover,
  .site-header.is-fixed .header-buy:focus-visible {
    color: var(--ivory);
    background: var(--ink);
  }

  .button {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition:
      color .35s ease,
      background-color .35s ease,
      background-size .5s cubic-bezier(.2,.75,.2,1),
      transform .35s cubic-bezier(.2,.75,.2,1),
      box-shadow .35s ease;
  }
  .button span {
    transition: transform .35s cubic-bezier(.2,.75,.2,1);
  }
  .button--ivory {
    background-image: linear-gradient(var(--wine), var(--wine));
  }
  .button--wine {
    background-image: linear-gradient(var(--ink), var(--ink));
  }
  .button:hover,
  .button:focus-visible {
    color: white;
    background-size: 100% 100%;
    box-shadow: 0 16px 42px rgba(40,7,14,.2);
    transform: translateY(-4px);
  }
  .button:hover span,
  .button:focus-visible span {
    transform: translate(4px, -4px);
  }

  .hero-cinema__intro-proof div {
    transition: background-color .3s ease, transform .35s cubic-bezier(.2,.75,.2,1);
  }
  .hero-cinema__intro-proof div:hover {
    background: rgba(255,255,255,.045);
    transform: translateY(-4px);
  }
  .hero-cinema__intro-proof div:hover strong {
    color: white;
  }

  .proof-strip div {
    transition: color .35s ease, background-color .35s ease, transform .35s cubic-bezier(.2,.75,.2,1);
  }
  .proof-strip div:hover {
    z-index: 1;
    color: white;
    background: var(--wine-deep);
    transform: translateY(-7px);
  }
  .proof-strip div:hover span { color: var(--rose); }

  .editorial-problem__ledger span {
    position: relative;
    padding-inline: 0;
    transition: color .3s ease, padding .35s cubic-bezier(.2,.75,.2,1), background-color .3s ease;
  }
  .editorial-problem__ledger span:hover {
    padding-inline: 14px;
    color: var(--wine);
    background: rgba(120,25,43,.045);
  }

  .portrait-stage img,
  .results__visual img {
    transition: transform 1s cubic-bezier(.2,.75,.2,1), filter .6s ease;
  }
  .portrait-stage:hover img,
  .results__visual:hover img {
    filter: saturate(1.06) contrast(1.02);
    transform: scale(1.035);
  }
  .portrait-stage figcaption,
  .results__visual span {
    transition: color .3s ease, background-color .3s ease, transform .35s cubic-bezier(.2,.75,.2,1);
  }
  .portrait-stage:hover figcaption,
  .results__visual:hover span {
    color: white;
    background: var(--wine);
    transform: translate(8px, -8px);
  }

  .results__ledger article {
    transition: color .3s ease, background-color .3s ease, transform .45s cubic-bezier(.2,.75,.2,1), box-shadow .4s ease;
  }
  .results__ledger article:hover {
    z-index: 1;
    color: var(--wine-deep);
    background: rgba(255,255,255,.7);
    box-shadow: -16px 0 0 var(--wine);
    transform: translateX(14px);
  }

  .transparency__facts div {
    transition: background-color .3s ease, padding .4s cubic-bezier(.2,.75,.2,1);
  }
  .transparency__facts div:hover {
    padding-inline: 14px;
    background: rgba(255,255,255,.055);
  }

  .ritual__steps article {
    position: relative;
    transition: color .3s ease, background-color .35s ease, transform .45s cubic-bezier(.2,.75,.2,1), box-shadow .45s ease;
  }
  .ritual__steps article:hover {
    z-index: 2;
    color: var(--wine-deep);
    background: white;
    box-shadow: 0 22px 55px rgba(56,22,28,.12);
    transform: translateY(-10px);
  }
  .ritual__steps article span {
    display: inline-block;
    transition: transform .4s cubic-bezier(.2,.75,.2,1);
  }
  .ritual__steps article:hover span {
    transform: translateX(8px);
  }

  .faq summary {
    transition: color .3s ease, padding .4s cubic-bezier(.2,.75,.2,1), background-color .3s ease;
  }
  .faq summary:hover,
  .faq summary:focus-visible {
    padding-inline: 14px;
    color: var(--wine);
    background: rgba(120,25,43,.045);
  }
  .faq summary:hover span {
    transform: rotate(90deg);
  }
  .faq details[open] summary:hover span {
    transform: rotate(135deg);
  }

  .footer-links a {
    width: fit-content;
    transition: color .25s ease, transform .35s cubic-bezier(.2,.75,.2,1);
  }
  .footer-links a:hover,
  .footer-links a:focus-visible {
    color: white;
    transform: translateX(7px);
  }
  .newsletter button {
    transition: color .3s ease, background-color .3s ease, transform .3s ease;
  }
  .newsletter button:hover,
  .newsletter button:focus-visible {
    color: var(--wine-deep);
    background: var(--rose);
    transform: translateY(-3px);
  }

  .floating-buy.is-visible:hover,
  .floating-buy.is-visible:focus-visible {
    box-shadow: 0 22px 64px rgba(56,6,15,.38);
    transform: translateY(-5px);
  }
  .cart__close {
    transition: color .25s ease, background-color .25s ease, transform .35s ease;
  }
  .cart__close:hover,
  .cart__close:focus-visible {
    color: white;
    background: var(--wine);
    transform: rotate(90deg);
  }
}

@media (max-width: 1100px) {
  :root { --header-h: 78px; }
  .desktop-nav { gap: 24px; }
  .desktop-nav a { font-size: 9px; }
  .hero-cinema__media { width: 64%; }
  .hero-cinema__intro,
  .hero-cinema__system { width: 45vw; }
  .formula-cinema__head { width: 50vw; }
  .editorial-problem__heading { grid-template-columns: 1fr; }
  .results__heading { grid-column: 1 / span 6; }
  .results__visual { grid-column: 7 / -1; }
  .results__ledger { grid-column: 4 / -1; }
}

/*
  A short desktop viewport needs its own vertical composition. Decorative
  instrumentation must leave before it competes with the active story.
*/
@media (min-width: 821px) and (max-height: 920px) {
  .scene-progress,
  .hero-cinema__scroll {
    display: none;
  }

  .hero-cinema__intro,
  .hero-cinema__system {
    top: clamp(118px, 16vh, 152px);
  }

  .hero-cinema h1 {
    max-width: 610px;
    margin-bottom: 18px;
    font-size: clamp(58px, 6.15vw, 90px);
  }

  .hero-cinema__lede {
    font-size: clamp(15px, 1.2vw, 18px);
  }

  .hero-cinema__actions {
    margin-top: auto;
    padding-top: 20px;
  }

  .hero-cinema__system h2 {
    margin-bottom: 12px;
    font-size: clamp(58px, 5.9vw, 94px);
    line-height: .94;
  }

  .hero-cinema__system {
    width: min(560px, 42vw);
  }

  .hero-cinema__system > p {
    max-width: 460px;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.45;
  }

  .hero-cinema__system dl {
    margin-top: 16px;
  }

  .hero-cinema__system dl div {
    padding: 9px 0;
  }

  .hero-cinema__system dd {
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  :root { --gutter: 22px; --header-h: 68px; }
  .site-header { grid-template-columns: 1fr auto; background: rgba(20,5,9,.76); }
  .site-header.is-fixed { height: 64px; }
  .desktop-nav, .header-buy { display: none; }
  .menu-toggle {
    justify-self: end;
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):last-of-type { transform: translateY(-3.5px) rotate(-45deg); }

  .section-pad { padding: 74px var(--gutter); }
  .scroll-scene { height: auto !important; }
  .scene-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .scene-progress, .hero-cinema__scroll, .coordinate, .orbit, .formula-cinema__axis { display: none; }
  .scene-copy { opacity: 1 !important; transform: none !important; }

  .hero-cinema__stage {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    padding: 104px var(--gutter) 26px;
  }
  .hero-cinema__field { position: relative; order: 2; min-height: 44svh; margin-top: 34px; }
  .hero-cinema__media {
    inset: 0;
    width: 100%;
    clip-path: polygon(5% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 7%);
  }
  .hero-cinema__content { order: 1; height: auto; padding: 0; text-align: center; }
  .hero-cinema__intro,
  .hero-cinema__system {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0 auto;
  }
  .hero-cinema__system { display: none; }
  .hero-cinema h1 { margin-bottom: 22px; font-size: clamp(50px, 14.5vw, 72px); line-height: .98; }
  .hero-cinema__lede { max-width: 530px; margin-inline: auto; font-size: 16px; }
  .hero-cinema__intro-proof {
    grid-template-columns: 1fr;
    margin-top: 28px;
    text-align: left;
  }
  .hero-cinema__intro-proof div {
    display: grid;
    grid-template-columns: 108px 1fr;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
  }
  .hero-cinema__intro-proof div + div {
    padding-left: 0;
    border-top: 1px solid var(--white-line);
    border-left: 0;
  }
  .hero-cinema__intro-proof span { margin-bottom: 0; }
  .hero-cinema__actions { justify-content: center; flex-direction: column; gap: 14px; margin-top: 26px; padding-top: 0; }
  .hero-cinema__actions .button { width: 100%; }

  .proof-strip { grid-template-columns: 1fr 1fr; min-height: 0; padding: 0 var(--gutter); }
  .proof-strip div {
    min-height: 76px;
    padding: 0 14px;
    border-bottom: 1px solid var(--line);
  }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-last-child(-n+2) { border-bottom: 0; }
  .proof-strip strong { font-size: 9px; }

  .editorial-problem__heading { margin-bottom: 44px; }
  .editorial-problem__heading h2 { font-size: clamp(48px, 13vw, 76px); }
  .editorial-problem__grid { grid-template-columns: 1fr; gap: 52px; }
  .editorial-problem__statement { text-align: center; }
  .editorial-problem__statement > p { margin-inline: auto; font-size: clamp(28px, 8vw, 42px); }
  .editorial-problem__ledger { text-align: left; }
  .portrait-stage { width: 100%; height: min(66svh, 620px); min-height: 480px; margin: 0; }

  .formula-cinema__stage {
    display: grid;
    min-height: auto;
    padding: 82px var(--gutter);
    overflow: hidden;
  }
  .formula-cinema__media {
    position: relative;
    height: min(54svh, 520px);
    margin: 34px -22px 0;
    grid-row: 2;
  }
  .formula-cinema__head { position: relative; inset: auto; width: 100%; text-align: center; }
  .formula-cinema__head h2 { font-size: clamp(48px, 13vw, 74px); }
  .formula-cinema__head > p:last-child { margin-inline: auto; font-size: 16px; }
  .formula-cinema__annotations {
    position: relative;
    inset: auto;
    grid-row: 3;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .formula-note {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--white-line);
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
  }
  .formula-note h3 { margin: 16px 0 8px; }
  .formula-note p { margin-inline: auto; }

  .results { grid-template-columns: 1fr; gap: 42px; }
  .results__heading, .results__visual, .results__ledger { grid-column: 1; }
  .results__heading { text-align: center; }
  .results__heading h2 { font-size: clamp(48px, 13vw, 76px); }
  .results__heading > p:last-child { margin-inline: auto; font-size: 16px; }
  .results__visual { min-height: 46svh; }
  .results__ledger { margin-top: 0; }
  .results__ledger article { grid-template-columns: 42px 1fr; gap: 12px; }
  .results__ledger article > span { padding-left: 8px; }

  .transparency {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 82px var(--gutter);
    text-align: center;
  }
  .transparency__copy h2 { font-size: clamp(46px, 12.5vw, 72px); }
  .transparency__copy > p:last-child { margin-inline: auto; font-size: 16px; }
  .transparency__facts { text-align: left; }

  .ritual__heading { grid-template-columns: 1fr; margin-bottom: 46px; text-align: center; }
  .ritual__heading h2 { font-size: clamp(50px, 13vw, 76px); }
  .ritual__steps { grid-template-columns: 1fr; }
  .ritual__steps article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); text-align: center; }
  .ritual__steps article:last-child { border-bottom: 0; }
  .ritual__steps h3 { margin: 42px 0 10px; }
  .ritual__steps p { margin-inline: auto; }

  .product-resolve__stage { min-height: 100svh; display: flex; flex-direction: column; background: var(--wine-black); }
  .product-resolve__media { position: relative; height: 54svh; order: 1; }
  .product-resolve__media img,
  .product-resolve__media video { object-fit: cover; }
  .product-resolve__wash { display: none; }
  .product-resolve__content {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    padding: 48px var(--gutter) 70px;
    clip-path: none;
    background: var(--wine-black);
    text-align: center;
  }
  .product-resolve__content h2 { font-size: clamp(50px, 13vw, 76px); }
  .product-resolve__content .button { width: 100%; }
  .product-resolve__details { text-align: left; }

  .faq { grid-template-columns: 1fr; gap: 50px; }
  .faq__heading { text-align: center; }
  .faq__heading h2 { font-size: clamp(48px, 12vw, 72px); }
  .faq summary { min-height: 72px; font-size: 17px; }

  .site-footer__top { padding-bottom: 50px; text-align: center; }
  .site-footer__top h2 { font-size: clamp(64px, 21vw, 102px); line-height: .9; }
  .site-footer__top h2 em { padding: 0; font-size: .42em; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .floating-buy { right: 12px; bottom: 12px; width: calc(100vw - 24px); }
  .cart { padding: 24px; }
  .cart__product { grid-template-columns: 120px 1fr; }
  .cart__product img { width: 120px; height: 120px; }
}

@media (max-width: 420px) {
  .brand__word { font-size: 21px; }
  .button { min-height: 54px; padding: 0 18px; font-size: 9px; }
  .hero-cinema__field { min-height: 38svh; }
  .proof-strip strong { letter-spacing: .04em; }
  .portrait-stage { min-height: 430px; }
  .formula-cinema__media { height: 42svh; }
  .results__visual { min-height: 38svh; }
  .product-resolve__media { height: 43svh; }
  .product-resolve__details { grid-template-columns: 1fr auto; }
  .product-resolve__details strong { grid-column: 2; }
  .cart__head h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .experience-loader { display: none !important; }
  .scroll-scene { height: auto !important; }
  .scene-sticky { position: relative; min-height: 100svh; }
  [data-scene-video] { display: none; }
  .scene-copy { opacity: 1 !important; transform: none !important; }
  .hero-cinema__system { display: none; }
}
