:root {
  --paper: oklch(0.975 0.010 78);
  --paper-deep: oklch(0.925 0.018 76);
  --milk: oklch(0.992 0.004 95);
  --ink: oklch(0.145 0.010 260);
  --dot: oklch(0.210 0.008 260);
  --muted: oklch(0.535 0.018 82);
  --line: oklch(0.145 0.010 260 / 0.16);
  --line-strong: oklch(0.145 0.010 260 / 0.36);
  --blush: oklch(0.860 0.060 28);
  --cherry: oklch(0.500 0.160 28);
  --cherry-dark: oklch(0.380 0.126 28);
  --night: oklch(0.155 0.012 260);
  --night-soft: oklch(0.215 0.014 260);
  --champagne: oklch(0.825 0.052 78);
  --shadow-soft: 0 24px 80px oklch(0.290 0.040 62 / 0.18);
  --shadow-deep: 0 42px 140px oklch(0.090 0.010 260 / 0.42);
  --radius-sm: 18px;
  --radius: 30px;
  --radius-lg: 46px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-cinema: cubic-bezier(0.22, 1, 0.36, 1);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 8%, oklch(0.825 0.052 78 / 0.24), transparent 21rem),
    linear-gradient(180deg, var(--paper), var(--milk) 44%, var(--paper) 100%);
  font-family: var(--sans);
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
}
body::before {
  opacity: 0.18;
  background-image: radial-gradient(oklch(0.210 0.008 260 / 0.52) 0.62px, transparent 0.82px);
  background-size: 17px 17px;
  mask-image: linear-gradient(to bottom, transparent, black 11%, black 88%, transparent);
}
body::after {
  opacity: 0.24;
  background: radial-gradient(circle at 50% 42%, transparent 0 50%, oklch(0.130 0.015 260 / 0.22) 100%);
  mix-blend-mode: multiply;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
h1, h2, h3, p, figure, ol, ul { margin-top: 0; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 120;
  transform: translate(-125%, -125%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--milk);
  padding: 12px 16px;
  font-weight: 800;
}
.skip-link:focus-visible { transform: translate(0, 0); }

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 95;
  background: oklch(0.145 0.010 260 / 0.08);
  transform: translateZ(0);
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: var(--cherry);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
body.intro-active .preloader { opacity: 1; visibility: visible; }
.preloader-panel {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, oklch(0.992 0.004 95 / 0.82), transparent 18rem),
    var(--paper);
  transform-origin: 50% 0%;
}
.preloader-mark {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--ink);
}
.preloader-f {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font: 600 3rem/1 var(--serif);
}
.preloader-name {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 11px 14px;
  background: color-mix(in oklch, var(--paper) 84%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid oklch(0.145 0.010 260 / 0.10);
}
.brand-lockup {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: center;
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}
.brand-lockup span { font-family: var(--serif); font-size: 15px; letter-spacing: 0.13em; font-weight: 700; }
.brand-lockup i { width: 20px; height: 1px; background: var(--ink); opacity: 0.48; }
.brand-lockup small { font-size: 9px; letter-spacing: 0.20em; }
.header-cta {
  justify-self: end;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in oklch, var(--milk) 76%, transparent);
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  transition: transform 420ms var(--ease), background 420ms var(--ease), color 420ms var(--ease);
}
.header-cta:hover { transform: translateY(-1px); background: var(--ink); color: var(--milk); }

.hero {
  position: relative;
  min-height: calc(100dvh - 62px);
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 70px 16px 106px;
  overflow: hidden;
}
.hero-backdrop,
.hero-backdrop img,
.hero-video,
.hero-veil {
  position: absolute;
  inset: 0;
}
.hero-backdrop { z-index: -5; overflow: hidden; display: none; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: 67% 50%; transform: scale(1.02); }
.hero-video {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  opacity: 1;
  background: var(--paper-deep);
}
.hero-veil {
  z-index: -3;
  background:
    linear-gradient(0deg, color-mix(in oklch, var(--paper) 98%, transparent) 0%, color-mix(in oklch, var(--paper) 84%, transparent) 34%, oklch(0.145 0.010 260 / 0.12) 70%, transparent 100%),
    linear-gradient(90deg, oklch(0.145 0.010 260 / 0.44), transparent 44%);
}
.floating-dots {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.floating-dots span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: oklch(0.992 0.004 95 / 0.86);
  box-shadow: 0 0 0 1px oklch(0.145 0.010 260 / 0.12);
}
.floating-dots span:nth-child(1) { left: 10%; top: 21%; }
.floating-dots span:nth-child(2) { right: 17%; top: 16%; width: 5px; height: 5px; }
.floating-dots span:nth-child(3) { left: 72%; top: 54%; }
.floating-dots span:nth-child(4) { left: 18%; top: 66%; width: 4px; height: 4px; }
.floating-dots span:nth-child(5) { right: 12%; bottom: 22%; }
.floating-dots span:nth-child(6) { left: 48%; bottom: 12%; width: 5px; height: 5px; }
.scene-kicker {
  position: absolute;
  top: 82px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--milk);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 900;
}
.scene-kicker span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid oklch(0.992 0.004 95 / 0.52);
  border-radius: 999px;
}
.hero-copy-block { max-width: 390px; transform: translateZ(0); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--cherry-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.split-title {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(4.55rem, 22vw, 7rem);
  line-height: 0.82;
  letter-spacing: -0.055em;
  font-weight: 600;
  color: var(--ink);
}
.split-title .line { display: block; overflow: hidden; padding-bottom: 0.10em; }
.split-title .line > span { display: inline-block; }
.split-title .italic { font-style: italic; letter-spacing: -0.035em; }
.split-title em { font-style: inherit; }
.hero-copy {
  max-width: 340px;
  margin: 0 0 22px;
  color: var(--dot);
  font-size: 1rem;
  line-height: 1.52;
}
.btn {
  min-height: 54px;
  width: 100%;
  max-width: 360px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 14px 13px 18px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: transform 420ms var(--ease), background 420ms var(--ease), color 420ms var(--ease), box-shadow 420ms var(--ease);
}
.btn b {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in oklch, var(--milk) 18%, transparent);
  font-style: normal;
  transition: transform 420ms var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:hover b { transform: translateY(1px); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn-primary {
  color: var(--milk);
  background: var(--cherry);
  box-shadow: 0 18px 48px oklch(0.500 0.160 28 / 0.30);
}
.btn-primary:hover { background: var(--cherry-dark); box-shadow: 0 22px 54px oklch(0.380 0.126 28 / 0.32); }
.btn-secondary {
  color: var(--ink);
  background: color-mix(in oklch, var(--milk) 78%, transparent);
  border-color: var(--line-strong);
  box-shadow: 0 14px 38px oklch(0.290 0.040 62 / 0.11);
}
.btn-secondary:hover { background: var(--ink); color: var(--milk); box-shadow: 0 18px 44px oklch(0.090 0.010 260 / 0.20); }
.hero-actions-desktop { display: none; }
.btn:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--cherry) 54%, var(--milk));
  outline-offset: 4px;
}
.hero-proof {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hero-proof span,
.trust-strip span,
.form-meta span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 9px;
  background: color-mix(in oklch, var(--paper) 82%, transparent);
  color: var(--dot);
  font-size: 10.5px;
  font-weight: 900;
}
.scroll-cue {
  position: absolute;
  right: 16px;
  bottom: 104px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--milk);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.scroll-cue span {
  width: 12px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid oklch(0.992 0.004 95 / 0.56);
  position: relative;
}
.scroll-cue span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--milk);
  transform: translateX(-50%);
  animation: dotDrop 1.55s var(--ease) infinite;
}
@keyframes dotDrop { 0% { transform: translate(-50%, 0); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translate(-50%, 16px); opacity: 0; } }

.scene { position: relative; padding: 78px 16px; }
.scene-intro {
  display: grid;
  gap: 22px;
  background: var(--paper);
}
.scene-number {
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 0.72;
  color: oklch(0.145 0.010 260 / 0.10);
}
.intro-copy h2,
.pin-copy h2,
.texture-copy h2,
.gallery-copy h2,
.order-intro h2,
.look-caption h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.25rem, 15vw, 5.2rem);
  line-height: 0.88;
  letter-spacing: -0.048em;
  font-weight: 600;
}
.intro-strip {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.66;
}
.intro-strip p { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); }

.cinema-pin { background: var(--night); color: var(--milk); }
.pin-stage {
  position: relative;
  min-height: calc(100dvh - 62px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 70px 16px 58px;
  overflow: hidden;
}
.pin-stage::before {
  content: "";
  position: absolute;
  inset: 24px 12px;
  border: 1px solid oklch(0.992 0.004 95 / 0.13);
  border-radius: 34px;
  pointer-events: none;
}
.letterbox {
  position: absolute;
  left: 0;
  right: 0;
  height: 14dvh;
  z-index: 4;
  background: var(--night);
  pointer-events: none;
  transform-origin: 50% 50%;
}
.letterbox-top { top: 0; }
.letterbox-bottom { bottom: 0; }
.pin-copy { position: relative; z-index: 2; max-width: 760px; }
.pin-copy .eyebrow { color: var(--champagne); }
.pin-copy h2 { max-width: 8ch; color: var(--milk); }
.pin-copy p:not(.eyebrow) {
  max-width: 30rem;
  margin: 18px 0 0;
  color: oklch(0.900 0.010 78 / 0.78);
  line-height: 1.62;
}
.main-reel {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(77vw, 350px);
  padding: 8px;
  border-radius: calc(var(--radius-lg) + 9px);
  border: 1px solid oklch(0.992 0.004 95 / 0.18);
  background: var(--night-soft);
  box-shadow: var(--shadow-deep);
  transform: translateZ(0);
}
.main-reel video { width: 100%; aspect-ratio: 9 / 16; border-radius: var(--radius-lg); object-fit: cover; background: var(--paper-deep); }
.main-reel figcaption { margin: 0; padding: 12px 7px 3px; color: oklch(0.900 0.010 78 / 0.72); font-size: 12px; line-height: 1.5; }
.pin-notes {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.pin-notes span {
  border: 1px solid oklch(0.992 0.004 95 / 0.16);
  border-radius: 999px;
  padding: 8px 10px;
  color: oklch(0.900 0.010 78 / 0.74);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.texture-scene {
  position: relative;
  min-height: 112dvh;
  display: grid;
  gap: 34px;
  align-items: center;
  padding: 78px 16px;
  background: color-mix(in oklch, var(--milk) 60%, var(--paper));
  overflow: hidden;
}
.texture-image-wrap {
  position: relative;
  min-height: 66dvh;
  border-radius: 34px;
  overflow: hidden;
  order: 2;
  box-shadow: var(--shadow-soft);
}
.texture-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, oklch(0.145 0.010 260 / 0.25), transparent 42%);
}
.texture-image { width: 100%; height: 100%; object-fit: cover; transform: scale(1.16); }
.texture-copy { order: 1; max-width: 680px; }
.finish-list {
  list-style: none;
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.finish-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.finish-list li:last-child { border-bottom: 0; }
.finish-list span {
  font-family: var(--serif);
  font-size: 2.1rem;
  line-height: 0.9;
  color: var(--cherry);
}
.finish-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(1.55rem, 8vw, 2.3rem); line-height: 0.98; letter-spacing: -0.025em; }
.finish-list p { margin: 0; color: var(--muted); line-height: 1.62; }

.ricrac-divider {
  height: 88px;
  display: grid;
  align-items: center;
  background: var(--paper);
  overflow: hidden;
}
.ricrac-stroke-holder { width: 100%; transform-origin: 0 50%; }
.ricrac-divider svg { width: 150%; height: 88px; transform: translateX(-8%); }
.ricrac-divider path { fill: none; stroke: var(--ink); stroke-width: 10; stroke-linecap: round; opacity: 0.94; }

.day-night-pin { background: var(--paper); color: var(--milk); }
.day-night-stage {
  position: relative;
  min-height: calc(100dvh - 62px);
  overflow: hidden;
  background: var(--paper);
  isolation: isolate;
}
.day-night-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: var(--night);
  opacity: 0;
}
.look-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.look-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}
.look-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, oklch(0.145 0.010 260 / 0.78), transparent 55%);
}
.look-night {
  z-index: 2;
  transform: none;
  opacity: 1;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}
.look-night::after { background: linear-gradient(0deg, oklch(0.100 0.014 260 / 0.84), oklch(0.100 0.014 260 / 0.12) 55%, transparent 100%); }
.look-caption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 38px;
  color: var(--milk);
}
.look-caption p { margin: 0 0 8px; color: var(--champagne); font-size: 11px; font-weight: 950; letter-spacing: 0.24em; text-transform: uppercase; }
.look-caption h2 { color: var(--milk); max-width: 7ch; }
.look-caption span { display: block; max-width: 22rem; margin-top: 14px; color: oklch(0.992 0.004 95 / 0.82); line-height: 1.5; }
.night-caption { transform: translateY(28px); opacity: 0; }
.switch-line {
  position: absolute;
  top: 84px;
  left: 18px;
  right: 18px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  color: var(--milk);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 950;
}
.switch-line i { height: 1px; background: oklch(0.992 0.004 95 / 0.56); transform-origin: 0 50%; }
html.no-gsap .day-night-stage {
  min-height: auto;
  display: grid;
  gap: 14px;
  padding: 16px;
  background: var(--night);
}
html.no-gsap .look-layer {
  position: relative;
  min-height: 720px;
  border-radius: 34px;
}
html.no-gsap .look-night {
  transform: none;
  opacity: 1;
  clip-path: none;
}
html.no-gsap .night-caption { opacity: 1; transform: none; }
html.no-gsap .switch-line,
html.no-gsap .day-night-bg { display: none; }

.gallery-scene {
  position: relative;
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 42px 16px 72px;
  background: var(--milk);
  overflow: hidden;
}
.floating-product {
  position: relative;
  justify-self: center;
  width: min(68vw, 260px);
}
.floating-product img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: var(--radius-lg);
  animation: floatDress 5s var(--ease-cinema) infinite alternate;
}
.floating-product span {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -10px;
  height: 28px;
  border-radius: 999px;
  background: oklch(0.145 0.010 260 / 0.14);
  transform: scaleX(0.86);
  animation: floatShadow 5s var(--ease-cinema) infinite alternate;
}
@keyframes floatDress { from { transform: translateY(0); } to { transform: translateY(-16px); } }
@keyframes floatShadow { from { transform: scaleX(0.82); opacity: 0.72; } to { transform: scaleX(1); opacity: 0.38; } }
.gallery-copy { max-width: 720px; }
.gallery-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 1rem; line-height: 1.66; margin: 20px 0 0; }
.gallery-scene .reveal,
html.gsap-ready .gallery-scene .reveal {
  opacity: 1;
  transform: none;
}
.packshot-card {
  justify-self: center;
  width: min(100%, 330px);
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 9px);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}
.packshot-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: 50% 50%; border-radius: var(--radius-lg); background: var(--paper); }
.packshot-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; padding: 16px 8px 4px; }
.packshot-card span { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; letter-spacing: 0.08em; }
.packshot-card b { color: var(--cherry-dark); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; text-align: right; }

.order {
  position: relative;
  display: grid;
  gap: 34px;
  padding: 86px 16px;
  background:
    radial-gradient(circle at 18% 10%, oklch(0.860 0.060 28 / 0.18), transparent 22rem),
    var(--night);
  color: var(--milk);
  overflow: hidden;
}
.order::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid oklch(0.992 0.004 95 / 0.12);
  border-radius: 34px;
  pointer-events: none;
}
.order-intro { position: relative; z-index: 1; }
.order-intro .eyebrow { color: var(--champagne); }
.order-intro h2 { color: var(--milk); }
.order-intro > p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: oklch(0.900 0.010 78 / 0.78); line-height: 1.66; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.trust-strip span { background: oklch(0.992 0.004 95 / 0.08); border-color: oklch(0.992 0.004 95 / 0.18); color: var(--milk); }
.cod-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 22px 18px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 32px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow-deep);
  overflow: hidden;
}
.wide { grid-column: auto; }
.form-row label {
  display: block;
  margin-bottom: 8px;
  color: var(--dot);
  font-size: 13px;
  font-weight: 900;
}
input, textarea, select {
  width: 100%;
  border: 1px solid oklch(0.145 0.010 260 / 0.22);
  border-radius: 18px;
  background: var(--milk);
  color: var(--ink);
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  transition: border-color 300ms var(--ease), box-shadow 300ms var(--ease), background 300ms var(--ease);
}
select {
  min-height: 53px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--dot) 50%), linear-gradient(135deg, var(--dot) 50%, transparent 50%);
  background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
textarea { resize: vertical; min-height: 92px; max-height: 118px; }
input:hover, textarea:hover, select:hover { border-color: oklch(0.145 0.010 260 / 0.38); background: color-mix(in oklch, var(--paper) 58%, var(--milk)); }
.field-error { min-height: 18px; margin: 6px 0 0; color: var(--cherry-dark); font-size: 12px; font-weight: 900; }
.form-row.is-error input,
.form-row.is-error textarea,
.form-row.is-error select { border-color: var(--cherry); box-shadow: 0 0 0 4px oklch(0.500 0.160 28 / 0.12); }
.form-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.form-meta span { background: var(--milk); }
.demo-inline { min-height: 23px; margin: 0; color: var(--cherry-dark); font-weight: 900; line-height: 1.45; }

.site-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 38px 18px;
  border-top: 1px solid var(--line);
  background: var(--milk);
  text-align: center;
}
.site-footer .brand-lockup { grid-column: auto; justify-self: center; }
.site-footer p { margin: 0; color: var(--muted); font-size: 13px; }

.reveal { opacity: 1; transform: none; }
html.gsap-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity 760ms var(--ease), transform 760ms var(--ease); }
html.gsap-ready .reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 380px) {
  .hero { padding-left: 14px; padding-right: 14px; }
  .split-title { font-size: clamp(4.25rem, 21vw, 5.65rem); }
  .brand-lockup i { display: none; }
  .hero-proof { left: 14px; right: 14px; }
  .hero-proof span { font-size: 10px; }
  .btn { font-size: 11.5px; }
}

@media (max-width: 899px) {
  .pin-stage { padding-top: clamp(96px, 14vh, 128px); }
}

@media (min-width: 700px) {
  .site-header { height: 66px; padding-inline: clamp(18px, 4vw, 54px); }
  .brand-lockup { gap: 12px; letter-spacing: 0.18em; }
  .brand-lockup span { font-size: 19px; }
  .brand-lockup i { display: block; width: 36px; }
  .brand-lockup small { font-size: 10px; letter-spacing: 0.26em; }
  .header-cta { min-height: 40px; padding-inline: 17px; font-size: 12px; }

  .hero {
    min-height: calc(100dvh - 66px);
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
    align-items: center;
    gap: clamp(24px, 5vw, 84px);
    padding: clamp(32px, 5vw, 62px) clamp(18px, 6vw, 90px) 92px;
  }
  .hero-backdrop { display: block; }
  .hero-video { opacity: 0; }
  .hero-veil {
    background:
      linear-gradient(90deg, color-mix(in oklch, var(--paper) 96%, transparent) 0%, color-mix(in oklch, var(--paper) 82%, transparent) 38%, transparent 71%),
      linear-gradient(0deg, color-mix(in oklch, var(--paper) 78%, transparent) 0%, transparent 44%);
  }
  .scene-kicker { top: 86px; left: clamp(18px, 6vw, 90px); color: var(--ink); }
  .scene-kicker span { border-color: var(--line-strong); }
  .hero-copy-block { max-width: 760px; margin-top: -160px; }
  .split-title { font-size: clamp(4.8rem, 8.5vw, 8.8rem); line-height: 0.82; max-width: none; }
  .hero-copy { max-width: 490px; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.58; }
  .btn { width: auto; max-width: none; min-width: 286px; padding-left: 24px; gap: 14px; font-size: 13px; }
  .hero-proof { left: clamp(18px, 6vw, 90px); right: clamp(18px, 6vw, 90px); bottom: 24px; gap: 8px; }
  .hero-proof span, .trust-strip span, .form-meta span { min-height: 34px; padding: 8px 12px; font-size: 12px; }
  .scroll-cue { right: clamp(18px, 6vw, 90px); bottom: 30px; color: var(--ink); }
  .scroll-cue span { border-color: var(--line-strong); }
  .scroll-cue span::after { background: var(--ink); }

  .scene { padding: clamp(86px, 11vw, 160px) clamp(18px, 6vw, 90px); }
  .scene-intro { grid-template-columns: minmax(72px, 0.16fr) minmax(0, 0.92fr) minmax(260px, 0.58fr); gap: clamp(18px, 4vw, 64px); align-items: end; }
  .scene-number { font-size: clamp(5rem, 12vw, 14rem); }
  .intro-copy h2,
  .pin-copy h2,
  .texture-copy h2,
  .gallery-copy h2,
  .order-intro h2,
  .look-caption h2 { font-size: clamp(3.65rem, 7vw, 8.2rem); }
  .intro-strip { gap: 18px; font-size: clamp(0.98rem, 1.2vw, 1.08rem); }

  .pin-stage { min-height: calc(100dvh - 66px); grid-template-columns: minmax(0, 0.85fr) minmax(250px, 0.42fr); grid-template-rows: 1fr auto; gap: clamp(28px, 7vw, 100px); padding: clamp(36px, 6vw, 76px) clamp(18px, 6vw, 90px); }
  .pin-stage::before { inset: 9% 6%; border-radius: 52px; }
  .pin-copy { align-self: center; }
  .pin-copy h2 { max-width: 9ch; }
  .pin-copy p:not(.eyebrow) { margin-top: 22px; font-size: 1.06rem; line-height: 1.7; }
  .main-reel { grid-column: 2; grid-row: 1 / span 2; width: min(72vw, 370px); padding: 10px; }
  .pin-notes { grid-column: 1; }

  .texture-scene { grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.68fr); gap: clamp(28px, 7vw, 110px); padding: clamp(78px, 10vw, 150px) clamp(18px, 6vw, 90px); }
  .texture-image-wrap { order: 0; min-height: min(82vh, 760px); border-radius: var(--radius-lg); }
  .texture-copy { order: 0; }
  .finish-list li { grid-template-columns: 54px 1fr; padding: clamp(20px, 2.8vw, 30px) 0; }

  .ricrac-divider { height: 120px; }
  .ricrac-divider svg { height: 120px; }

  .day-night-stage { min-height: calc(100dvh - 66px); }
  .look-layer img { object-position: 50% 45%; }
  .look-caption { left: clamp(28px, 7vw, 96px); right: clamp(28px, 7vw, 96px); bottom: clamp(44px, 8vw, 96px); }
  .look-caption span { font-size: 1.08rem; }
  .switch-line { top: 88px; left: clamp(28px, 7vw, 96px); right: clamp(28px, 7vw, 96px); }

  .gallery-scene { grid-template-columns: minmax(200px, 0.38fr) minmax(0, 0.72fr) minmax(260px, 0.46fr); align-items: center; gap: clamp(26px, 5vw, 80px); padding: clamp(86px, 10vw, 132px) clamp(18px, 6vw, 90px); }
  .floating-product { width: min(24vw, 320px); }
  .gallery-copy p:not(.eyebrow) { font-size: 1.04rem; line-height: 1.7; }
  .packshot-card { width: min(100%, 390px); }

  .order { grid-template-columns: minmax(0, 0.85fr) minmax(280px, 560px); gap: clamp(34px, 7vw, 110px); padding: clamp(86px, 11vw, 160px) clamp(18px, 6vw, 90px); }
  .order::before { inset: 28px; border-radius: 52px; }
  .cod-form { grid-template-columns: 1fr 1fr; padding: clamp(22px, 3vw, 34px); border-radius: var(--radius-lg); }
  .wide { grid-column: 1 / -1; }
  .site-footer { flex-direction: row; justify-content: space-between; text-align: left; padding: 38px clamp(18px, 6vw, 90px); }
  .site-footer .brand-lockup { justify-self: start; }
}

@media (min-width: 1100px) {
  .hero-copy-block { margin-top: -120px; }
  .magnetic { will-change: transform; }
  .floating-dots span { width: 9px; height: 9px; }
}

@media (min-width: 1024px) {
  .pin-stage {
    grid-template-columns: minmax(0, 0.72fr) minmax(390px, 0.38fr);
    gap: clamp(42px, 6vw, 120px);
    padding: clamp(42px, 5.4vw, 82px) clamp(52px, 6vw, 104px);
  }
  .letterbox { height: 10dvh; }
  .pin-copy h2 {
    max-width: 8.6ch;
    font-size: clamp(4.1rem, 6.2vw, 6.9rem);
    line-height: 0.9;
  }
  .main-reel {
    width: min(30vw, 430px);
    align-self: center;
  }
  .pin-notes {
    align-self: start;
    margin-top: -18px;
  }

  .texture-scene {
    min-height: calc(100dvh - 66px);
    grid-template-columns: minmax(420px, 0.86fr) minmax(360px, 0.70fr);
    align-items: center;
  }
  .texture-image-wrap {
    min-height: 0;
    aspect-ratio: 4 / 5;
    max-height: min(70vh, 690px);
  }
  .texture-copy h2 {
    font-size: clamp(4rem, 5.8vw, 6.9rem);
  }

  .day-night-pin {
    background: var(--paper);
    color: var(--ink);
  }
  .day-night-stage {
    min-height: calc(100dvh - 66px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(22px, 3.4vw, 54px);
    align-items: stretch;
    padding: clamp(76px, 7vw, 116px) clamp(44px, 6vw, 112px) clamp(42px, 5vw, 76px);
    background:
      radial-gradient(circle at 50% 4%, oklch(0.860 0.060 28 / 0.14), transparent 24rem),
      var(--paper);
  }
  .day-night-bg { display: none; }
  .look-layer {
    position: relative;
    inset: auto;
    min-height: min(68vh, 690px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: var(--paper-deep);
  }
  .look-layer img {
    height: 100%;
    min-height: inherit;
    object-fit: cover;
  }
  .look-day img { object-position: 50% 50%; }
  .look-night {
    z-index: 1;
    clip-path: none;
    transform: none;
  }
  .look-night img { object-position: 50% 50%; }
  .look-layer::after {
    background: linear-gradient(0deg, oklch(0.145 0.010 260 / 0.66), transparent 52%);
  }
  .look-night::after {
    background: linear-gradient(0deg, oklch(0.100 0.014 260 / 0.72), oklch(0.100 0.014 260 / 0.08) 58%, transparent 100%);
  }
  .look-caption {
    left: clamp(24px, 3vw, 42px);
    right: clamp(24px, 3vw, 42px);
    bottom: clamp(24px, 4vw, 52px);
  }
  .look-caption h2 {
    max-width: 8ch;
    font-size: clamp(3.6rem, 5.2vw, 6.3rem);
  }
  .night-caption {
    opacity: 1;
    transform: none;
  }
  .switch-line {
    top: clamp(24px, 3vw, 48px);
    left: clamp(44px, 6vw, 112px);
    right: clamp(44px, 6vw, 112px);
    color: var(--ink);
  }
  .switch-line i {
    background: oklch(0.145 0.010 260 / 0.32);
  }
  .gallery-scene {
    min-height: calc(100dvh - 66px);
    grid-template-columns: minmax(360px, 0.72fr) minmax(360px, 0.48fr);
    grid-template-areas:
      "copy pack"
      "float pack";
    align-content: center;
    align-items: center;
    gap: clamp(22px, 4vw, 64px) clamp(40px, 6vw, 104px);
    padding: clamp(76px, 8vw, 122px) clamp(44px, 6vw, 112px);
  }
  .gallery-copy {
    grid-area: copy;
    max-width: 760px;
  }
  .gallery-copy h2 {
    max-width: 9ch;
    font-size: clamp(4.3rem, 6.4vw, 7.6rem);
  }
  .floating-product {
    grid-area: float;
    justify-self: start;
    width: min(24vw, 300px);
    margin-left: clamp(16px, 7vw, 120px);
  }
  .packshot-card {
    grid-area: pack;
    width: min(100%, 430px);
    justify-self: center;
  }

  .order-intro h2 {
    max-width: 8.2ch;
    font-size: clamp(4.1rem, 6vw, 6.8rem);
  }
}

@media (min-width: 900px) {
  .hero {
    min-height: calc(100dvh - 66px);
    grid-template-columns: minmax(420px, 0.90fr) minmax(0, 1.04fr);
    align-items: center;
    gap: clamp(28px, 4vw, 72px);
    padding: clamp(58px, 6vw, 86px) clamp(42px, 6vw, 96px) clamp(74px, 8vw, 112px);
    background:
      radial-gradient(circle at 18% 18%, oklch(0.992 0.004 95 / 0.78), transparent 22rem),
      var(--paper);
  }
  .hero-backdrop {
    display: block;
    z-index: -4;
    inset: 0 0 0 auto;
    width: min(55vw, 860px);
    background: var(--paper-deep);
  }
  .hero-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 48%;
    transform: none;
  }
  .hero-video { opacity: 0; pointer-events: none; }
  .hero-veil {
    z-index: -3;
    background:
      linear-gradient(90deg, var(--paper) 0%, color-mix(in oklch, var(--paper) 96%, transparent) 44%, transparent 63%),
      linear-gradient(0deg, color-mix(in oklch, var(--paper) 86%, transparent) 0%, transparent 32%);
  }
  .floating-dots { display: none; }
  .hero-kicker { top: clamp(102px, 13vh, 136px); left: clamp(42px, 6vw, 96px); }
  .hero-copy-block {
    max-width: min(42vw, 640px);
    margin-top: clamp(24px, 7vh, 82px);
  }
  .split-title {
    max-width: 7.2ch;
    font-size: clamp(5.2rem, 7.2vw, 8.05rem);
    line-height: 0.84;
  }
  .hero-copy { max-width: 31rem; }
  .hero-mobile-cta { display: none; }
  .hero-actions-desktop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .hero-actions-desktop .btn { min-width: 166px; }
  .hero-proof { left: clamp(42px, 6vw, 96px); right: auto; max-width: 46vw; bottom: 26px; }
  .scroll-cue { display: none; }

  .pin-stage {
    min-height: calc(100dvh - 66px);
    grid-template-columns: minmax(360px, 0.82fr) minmax(360px, 0.58fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: clamp(34px, 5.6vw, 92px);
    padding: clamp(72px, 8vh, 104px) clamp(54px, 6vw, 96px) clamp(54px, 6vh, 78px);
  }
  .pin-stage::before { inset: clamp(26px, 4vw, 54px); }
  .pin-copy {
    max-width: 32ch;
    align-self: center;
    justify-self: start;
  }
  .pin-copy h2 {
    max-width: 9.6ch;
    font-size: clamp(3.6rem, 4.8vw, 5.85rem);
    line-height: 0.92;
  }
  .pin-copy p:not(.eyebrow) { max-width: 31ch; }
  .main-reel {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: center;
    width: min(31vw, 410px);
    margin-right: clamp(36px, 4.8vw, 76px);
  }
  .pin-notes { grid-column: 1; align-self: start; }

  .cod-form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-content: start;
    gap: 16px 18px;
  }
  .cod-form .form-row { min-width: 0; }
  .cod-form .wide { grid-column: 1 / -1; }
  .cod-form textarea { min-height: 92px; max-height: 110px; }
  .form-meta { align-items: center; margin-top: 4px; }
  .cod-form .btn.wide { width: 100%; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reveal, html.gsap-ready .reveal { opacity: 1; transform: none; }
  .scroll-progress span, .letterbox, .look-night, .night-caption, .ricrac-stroke-holder { transform: none !important; opacity: 1 !important; }
  .preloader { display: none !important; }
  .day-night-stage { min-height: auto; display: grid; gap: 14px; padding: 16px; background: var(--night); }
  .look-layer { position: relative; min-height: 720px; border-radius: 34px; }
  .look-night { clip-path: none; }
  .switch-line, .day-night-bg { display: none; }
}

/* iOS: masquer le bouton play natif sur les vidéos décoratives autoplay (poster reste visible si blocage) */
video[autoplay]::-webkit-media-controls-start-playback-button,
video[autoplay]::-webkit-media-controls-overlay-play-button,
video[autoplay]::-webkit-media-controls { display: none !important; -webkit-appearance: none; opacity: 0 !important; pointer-events: none; }
