/* ============================================================
   TEIMOOR JAAFAR — Rare Timepieces, Dubai
   Light editorial + Tiffany Blue accent (tiffany.ae colour book).
   White-dominant, near-black type, Tiffany Blue used sparingly.
   ============================================================ */

/* ---------- 1. TOKENS ---------- */
:root {
  /* SANDS-style — pure white ground, grey product panels, near-black ink, tan accent */
  --ink:      #FFFFFF;   /* white base + text-on-dark elements */
  --ink-2:    #F7F6F4;   /* alt section (soft greige) */
  --ink-3:    #F1F0EE;   /* input wells */
  --ink-card: #F1F0EE;   /* product panels: light warm grey (SANDS card grey) */

  /* type */
  --bone:     #16171A;   /* cool near-black primary text + dark UI */
  --bone-2:   #43454A;   /* secondary text */
  --muted:    #75777C;   /* muted labels */
  --muted-2:  #A5A7AB;   /* faint text */

  /* neutral greys (rules, separators) */
  --tiffany:      #8A8C90;  /* grey (rules, dividers) */
  --tiffany-deep: #4A4C50;  /* dark grey labels */
  --tiffany-soft: #D8D9DB;  /* light grey (on the dark sections) */
  --tiffany-pale: #F1F0EE;  /* faint grey tint (menu, selection) */

  /* colour system — black and white carry the design, tan is the only colour */
  --accent:      #B39A62;  /* SANDS tan / desert gold (badges, sale, small accents) */
  --accent-deep: #8F7A48;  /* tan, text-safe on white (emphasis, links) */
  --tiffany-box: #F1F0EE;  /* former colour blocks now quiet panel grey */
  --ink-blue:    #16171A;  /* type on those panels */
  --gold:        #B39A62;  /* merged with the tan accent */

  --line:      rgba(20, 21, 24, 0.14);
  --line-soft: rgba(20, 21, 24, 0.07);

  --serif: "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --maxw: 1320px;
  --gutter: clamp(20px, 5vw, 88px);

  --ease:     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur:   0.6s;

  --z-canvas: 0;
  --z-content: 2;
  --z-nav: 40;
  --z-menu: 60;
  --z-cursor: 90;
  --z-loader: 100;
}

/* ---------- 2. RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
html.js.lenis, html.js.lenis body { height: auto; }

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--bone);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea { font: inherit; color: inherit; }
::selection { background: var(--tiffany-pale); color: var(--bone); }

/* Hide native cursor only when custom cursor active (desktop) */
html.has-cursor, html.has-cursor a, html.has-cursor button, html.has-cursor [data-cursor] { cursor: none; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 200;
  background: var(--bone); color: var(--ink);
  padding: 10px 16px; border-radius: 4px;
  transform: translateY(-200%); transition: transform .3s var(--ease);
  font-size: 13px; letter-spacing: .04em;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

/* ---------- 3. TYPOGRAPHY UTILITIES ---------- */
.eyebrow, .hero__eyebrow {
  font-size: clamp(11px, 1vw, 12.5px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow { color: var(--accent-deep); }
/* a short champagne rule precedes every section eyebrow */
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--gold); flex: 0 0 auto;
}
.hero__eyebrow .dot, .eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 5px rgba(10,168,159,.10);
}

h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 600; line-height: 1.06; letter-spacing: -0.015em; color: var(--bone); }

/* split-line masking (padding gives descenders room inside the clip) */
.line { display: block; overflow: hidden; padding-bottom: 0.16em; margin-bottom: -0.16em; }
.line__inner { display: block; will-change: transform; }

/* one rationed emphasis clause per statement — tan, no italic (SANDS voice) */
.word--em { font-style: normal; color: var(--accent-deep); }
.dubai .word--em { color: var(--accent); }

/* buttons */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 30px;
  font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  border-radius: 100px;
  overflow: hidden;
  transition: color .5s var(--ease), border-color .5s var(--ease);
  isolation: isolate;
}
.btn span { position: relative; z-index: 2; }
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  transform: scaleX(0); transform-origin: left; border-radius: inherit;
  transition: transform .6s var(--ease);
}
.btn:hover::before { transform: scaleX(1); }

/* primary: black pill, fills tan on hover (SANDS CTA) */
.btn--gold { background: var(--bone); color: var(--ink); }
.btn--gold::before { background: var(--accent); }
.btn--gold:hover { color: #16171A; }

/* secondary: hairline outline, fills black on hover */
.btn--ghost { border: 1px solid rgba(18,30,28,.24); color: var(--bone); }
.btn--ghost::before { background: var(--bone); transform-origin: left; }
.btn--ghost:hover { color: var(--ink); border-color: var(--bone); }

/* generic section rhythm */
section { position: relative; z-index: var(--z-content); }
.eyebrow { margin-bottom: clamp(24px, 3vw, 40px); }

/* ---------- 4. LOADER (white screen, Tiffany accents) ---------- */
.loader {
  position: fixed; inset: 0; z-index: var(--z-loader);
  background: #fff;
  display: grid; place-items: center;
}
.loader__inner { width: min(86vw, 640px); text-align: center; }
.loader__mark {
  font-family: var(--serif);
  font-size: clamp(34px, 8.5vw, 92px);
  line-height: 0.96; letter-spacing: 0.02em; color: var(--bone);
}
.loader__word { display: block; overflow: hidden; }
.loader__word i { display: inline-block; font-style: normal; transform: translateY(110%); }
.loader__word--two { color: var(--accent-deep); font-style: normal; }
.loader__word--two i { font-style: normal; }

.loader__meta {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-top: clamp(28px, 4vw, 48px); margin-bottom: 16px;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
}
.loader__count { font-variant-numeric: tabular-nums; color: var(--bone); }
.loader__count em { font-style: normal; color: var(--muted); margin-left: 1px; }
.loader__rail { height: 1px; width: 100%; background: var(--line); overflow: hidden; }
.loader__rail-fill { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); transform: scaleX(0); transform-origin: left; }

/* ---------- 5. CUSTOM CURSOR ---------- */
.cursor { position: fixed; inset: 0; z-index: var(--z-cursor); pointer-events: none; display: none; }
html.has-cursor .cursor { display: block; }
.cursor__dot, .cursor__ring {
  position: fixed; top: 0; left: 0; border-radius: 50%;
  transform: translate3d(-50%, -50%, 0); will-change: transform;
}
.cursor__dot { width: 6px; height: 6px; background: var(--bone); }
.cursor__ring {
  width: 46px; height: 46px; border: 1px solid rgba(21,25,28,.4);
  display: grid; place-items: center;
  transition: width .4s var(--ease), height .4s var(--ease), background-color .4s var(--ease), border-color .4s var(--ease);
}
.cursor__label {
  font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink);
  opacity: 0; transition: opacity .3s var(--ease); font-weight: 600;
}
.cursor.is-hover .cursor__ring { width: 74px; height: 74px; background: rgba(21,25,28,.05); border-color: rgba(21,25,28,.32); }
.cursor.is-label .cursor__ring { width: 84px; height: 84px; background: var(--bone); border-color: var(--bone); }
.cursor.is-label .cursor__label { opacity: 1; }
.cursor.is-hover .cursor__dot, .cursor.is-label .cursor__dot { opacity: 0; }
.cursor.is-hidden .cursor__dot, .cursor.is-hidden .cursor__ring { opacity: 0; }

/* ---------- 6. NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: var(--z-nav);
  transition: background-color .5s var(--ease), backdrop-filter .5s var(--ease), border-color .5s var(--ease), transform .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line-soft);
}
.nav.is-hidden { transform: translateY(-100%); }
.nav__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(16px, 2vw, 26px) var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav__brand { display: inline-flex; align-items: center; gap: 12px; }
.nav__monogram {
  font-family: var(--serif); font-size: 20px; color: var(--bone);
  border: 1px solid var(--line); width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; letter-spacing: -.02em;
  transition: border-color .4s var(--ease);
}
.nav__brand:hover .nav__monogram { border-color: var(--accent); }
.nav__wordmark { font-size: 13px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bone); font-weight: 500; }

/* SANDS pattern: the hamburger carries navigation at every width */
.nav__links { display: none; }
.nav__links a {
  position: relative; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bone-2); font-weight: 500; padding: 4px 0; transition: color .4s var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease);
}
.nav__links a:hover { color: var(--bone); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav__cta { margin-left: auto; padding: 11px 24px; border: 1px solid var(--line); border-radius: 100px; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone); transition: border-color .4s var(--ease), color .4s var(--ease), background-color .4s var(--ease); }
.nav__cta:hover { border-color: var(--accent); color: var(--accent-deep); }

.nav__burger { display: block; width: 44px; height: 44px; position: relative; }
.nav__burger span { position: absolute; left: 11px; width: 22px; height: 1.5px; background: var(--bone); transition: transform .4s var(--ease), opacity .3s var(--ease); }
.nav__burger span:nth-child(1) { top: 18px; } .nav__burger span:nth-child(2) { top: 25px; }

/* mobile menu overlay */
.menu {
  position: fixed; inset: 0; z-index: var(--z-menu);
  background: var(--ink-card);
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--gutter);
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transition: clip-path .8s var(--ease);
}
.menu.is-open { clip-path: inset(0 0 0% 0); pointer-events: auto; }
.menu__close {
  position: absolute; top: clamp(14px, 2.4vw, 26px); right: var(--gutter);
  width: 50px; height: 50px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--bone);
  display: grid; place-items: center;
  transition: transform .4s var(--ease), border-color .3s var(--ease), background-color .3s var(--ease);
}
.menu__close::before, .menu__close::after {
  content: ""; position: absolute; width: 20px; height: 1.5px; background: currentColor;
}
.menu__close::before { transform: rotate(45deg); }
.menu__close::after { transform: rotate(-45deg); }
.menu__close:hover { transform: rotate(90deg); border-color: var(--tiffany); background: #fff; }
.menu__links { display: flex; flex-direction: column; gap: 4px; }
.menu__links a {
  font-family: var(--serif); font-size: clamp(38px, 12vw, 72px); color: var(--bone);
  line-height: 1.1; opacity: 0; transform: translateY(30px); transition: color .3s var(--ease);
}
.menu.is-open .menu__links a { opacity: 1; transform: translateY(0); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.menu.is-open .menu__links a:nth-child(1) { transition-delay: .12s; }
.menu.is-open .menu__links a:nth-child(2) { transition-delay: .2s; }
.menu.is-open .menu__links a:nth-child(3) { transition-delay: .28s; }
.menu.is-open .menu__links a:nth-child(4) { transition-delay: .36s; }
.menu__links a:active { color: var(--tiffany-deep); }
.menu__foot { margin-top: 48px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; }
.menu__foot a { color: var(--tiffany-deep); }

/* ---------- 7. HERO (watch-store split) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(104px, 14vh, 156px) 0 clamp(48px, 7vh, 80px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 100% at 78% 44%, #FBF9F4, transparent 60%),
    var(--ink);
}

/* top meta bar — quiet trust, no badges */
.hero__meta {
  position: relative; z-index: var(--z-content);
  max-width: var(--maxw); width: 100%; margin: 0 auto clamp(28px, 5vh, 64px);
  padding: 0 var(--gutter); display: flex; align-items: center; gap: 16px;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
}
.hero__meta-line { height: 1px; width: clamp(28px, 6vw, 90px); background: var(--accent); flex: 0 0 auto; transform-origin: left; }
.hero__meta-r { margin-left: auto; color: var(--muted-2); }

.hero__grid {
  position: relative; z-index: var(--z-content);
  max-width: var(--maxw); width: 100%; margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(24px, 5vw, 80px); align-items: center;
}
.hero__copy { max-width: 620px; }
.hero__title { font-size: clamp(42px, 6vw, 92px); line-height: 1.0; letter-spacing: -0.03em; }
.hero__title .line__inner { padding-bottom: 0.06em; }
.hero__sub { margin-top: clamp(22px, 2.6vw, 34px); max-width: 42ch; color: var(--bone-2); font-size: clamp(15px, 1.15vw, 17.5px); line-height: 1.7; }
.hero__actions { margin-top: clamp(30px, 3.4vw, 44px); display: flex; align-items: center; flex-wrap: wrap; gap: 14px 28px; }
.hero__link { position: relative; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone); padding: 4px 0; }
.hero__link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.hero__link:hover::after { transform: scaleX(1); transform-origin: left; }

.hero__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 380px; }
.hero__ghost {
  position: absolute; z-index: 0; top: 46%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--serif); font-weight: 600; font-size: clamp(90px, 17vw, 260px);
  color: var(--bone); opacity: 0.05; letter-spacing: -0.03em; white-space: nowrap; pointer-events: none; user-select: none;
}
.hero__watch { position: relative; z-index: 2; height: min(66vh, 600px); aspect-ratio: 600 / 920; will-change: transform; animation: heroFloat 6.5s ease-in-out infinite; }
.hero__watch-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 40px 44px rgba(26,20,10,.30)); opacity: 0; transition: opacity 1.1s var(--ease); }
.hero__watch-img.is-active { opacity: 1; }
@keyframes heroFloat { 0%, 100% { transform: translateY(-9px); } 50% { transform: translateY(9px); } }
.hero__dots { position: absolute; z-index: 4; right: clamp(-6px, 0.4vw, 6px); top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 13px; }
.hero__dot { width: 7px; height: 7px; padding: 0; border-radius: 50%; border: 1px solid var(--muted-2); background: transparent; cursor: pointer; transition: transform .3s var(--ease), background-color .3s var(--ease), border-color .3s var(--ease); }
.hero__dot:hover { border-color: var(--accent); }
.hero__dot.is-active { background: var(--accent); border-color: var(--accent); transform: scale(1.25); }
.hero__shadow { position: absolute; z-index: 1; bottom: 4%; left: 50%; transform: translateX(-50%); width: 46%; height: 26px; border-radius: 50%; background: radial-gradient(ellipse, rgba(26,20,10,.28), transparent 70%); filter: blur(7px); animation: heroShadow 6.5s ease-in-out infinite; }
@keyframes heroShadow { 0%, 100% { transform: translateX(-50%) scale(0.92); opacity: .7; } 50% { transform: translateX(-50%) scale(1.06); opacity: .95; } }
.hero__featured {
  position: absolute; z-index: 3; left: 50%; bottom: -6px; transform: translateX(-50%);
  display: flex; flex-direction: column; gap: 3px; min-width: 250px;
  background: rgba(251,249,244,.82); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px);
  border: 1px solid var(--line); border-radius: 4px; padding: 13px 18px;
  box-shadow: 0 22px 50px -26px rgba(26,20,10,.4);
}
.hero__featured-k { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.hero__featured-model { font-family: var(--serif); font-size: 16px; color: var(--bone); }
.hero__featured-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 3px; }
.hero__featured-ref { font-size: 12px; letter-spacing: 0.03em; color: var(--muted); font-variant-numeric: tabular-nums; }
.hero__featured-cta { position: relative; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.hero__featured-cta::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.hero__featured-cta:hover::after { transform: scaleX(1); transform-origin: left; }

.hero__cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: var(--z-content);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted);
}
.hero__cue-line { width: 1px; height: 44px; background: linear-gradient(to bottom, transparent, var(--accent)); position: relative; overflow: hidden; }
.hero__cue-line::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--accent); animation: cueflow 2.6s var(--ease) infinite; }
@keyframes cueflow { 0% { transform: translateY(-100%); } 65%, 100% { transform: translateY(320%); } }

/* brand quick-nav strip */
.brands { background: var(--ink-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.brands__inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(20px, 2.4vw, 30px) var(--gutter); display: flex; align-items: center; gap: clamp(14px, 2.5vw, 36px); flex-wrap: wrap; }
.brands__label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); flex: 0 0 auto; }
.brands__row { display: flex; gap: 10px; flex-wrap: wrap; }
.brand-chip { font-size: 13px; letter-spacing: 0.01em; color: var(--bone-2); border: 1px solid var(--line); border-radius: 100px; padding: 8px 18px; transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease); }
.brand-chip:hover { background: var(--bone); color: #fff; border-color: var(--bone); }

/* ---------- 8. MARQUEE ---------- */
.marquee { padding: clamp(26px, 3vw, 40px) 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); overflow: hidden; background: var(--ink-2); }
.marquee__track { display: flex; width: max-content; will-change: transform; }
.marquee__group { display: flex; align-items: center; gap: clamp(28px, 4vw, 60px); padding-right: clamp(28px, 4vw, 60px); }
.marquee__group span { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 3vw, 38px); color: var(--bone); white-space: nowrap; }
.marquee__group i { color: var(--tiffany); font-style: normal; font-size: 12px; }

/* ---------- 9. APPROACH ---------- */
.approach { max-width: var(--maxw); margin: 0 auto; padding: clamp(90px, 13vw, 200px) var(--gutter) clamp(70px, 9vw, 130px); }
.approach__head { max-width: 1000px; }
.approach__statement { font-size: clamp(28px, 4.4vw, 64px); line-height: 1.12; color: var(--bone); letter-spacing: -0.015em; }
.approach__statement em, .approach__statement i { font-style: italic; color: var(--tiffany-deep); }
.approach__body { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 100px); margin-top: clamp(56px, 8vw, 110px); align-items: start; }
.approach__media { position: relative; }
.approach__media-inner { overflow: hidden; border-radius: 2px; aspect-ratio: 4 / 5; }
.approach__media img { width: 100%; height: 120%; object-fit: cover; filter: grayscale(.12) contrast(1.02); }
.approach__cap { margin-top: 14px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

.journey { list-style: none; padding: 0; }
.journey__step { display: grid; grid-template-columns: auto 1fr; gap: clamp(18px, 2.4vw, 36px); padding: clamp(22px, 2.6vw, 34px) 0; border-top: 1px solid var(--line); }
.journey__step:last-child { border-bottom: 1px solid var(--line); }
.journey__no { font-family: var(--serif); font-size: 14px; color: var(--tiffany-deep); padding-top: 6px; font-variant-numeric: tabular-nums; }
.journey__step h3 { font-size: clamp(20px, 2.2vw, 28px); color: var(--bone); margin-bottom: 8px; font-weight: 500; }
.journey__step p { color: var(--muted); font-size: 15px; max-width: 52ch; }

/* ---------- 10. COLLECTION ---------- */
.collection { padding: clamp(80px, 11vw, 170px) 0 clamp(60px, 8vw, 120px); background: var(--ink-2); border-top: 1px solid var(--line-soft); }
.collection__intro { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter) clamp(48px, 6vw, 84px); }
.collection__title { font-size: clamp(34px, 6vw, 88px); color: var(--bone); margin: 6px 0 18px; }
.collection__note { color: var(--muted); max-width: 44ch; font-size: 15px; }

/* shoppable product grid */
.shop {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(26px, 3vw, 52px) clamp(14px, 2vw, 32px);
}
/* SANDS card anatomy: grey square panel, heart, meta below on white */
.piece { display: flex; flex-direction: column; position: relative; }
.piece__media { display: block; overflow: hidden; position: relative; aspect-ratio: 1 / 1; border-radius: 6px; background: var(--ink-card); border: 0; box-shadow: none; }
.piece__media img { width: 100%; height: 100%; object-fit: contain; padding: clamp(14px, 2.4vw, 34px); mix-blend-mode: multiply; transition: transform .9s var(--ease); }
.piece:hover .piece__media img { transform: scale(1.04); }
.piece__heart {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 34px; height: 34px; display: grid; place-items: center;
  color: var(--bone); border-radius: 50%;
  transition: transform .3s var(--ease), color .3s var(--ease);
}
.piece__heart svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: fill .3s var(--ease); }
.piece__heart:hover { transform: scale(1.08); }
.piece__heart.is-loved { color: var(--accent-deep); }
.piece__heart.is-loved svg { fill: var(--accent-deep); }
.piece__badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  background: rgba(179,154,98,.18); color: var(--accent-deep);
  padding: 5px 10px; border-radius: 3px;
}
.piece__meta { padding: 13px 2px 0; display: flex; flex-direction: column; flex: 1; }
.piece__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.piece__maison { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.piece__model { font-size: clamp(14.5px, 1.2vw, 16.5px); color: var(--bone); margin: 6px 0 3px; font-weight: 500; line-height: 1.35; }
.piece__ref { font-size: 11.5px; letter-spacing: 0.04em; color: var(--muted-2); display: block; }
.piece__buy { margin-top: auto; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.piece__price { font-family: var(--sans); font-size: 13.5px; font-weight: 500; color: var(--bone); font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.piece__cta {
  flex: 0 0 auto; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone);
  border: 1px solid var(--line); padding: 8px 16px; border-radius: 100px;
  transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.piece__cta:hover { background: var(--bone); color: #fff; border-color: var(--bone); }

.shop__more { max-width: var(--maxw); margin: clamp(40px, 5vw, 68px) auto 0; padding: 0 var(--gutter); display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 18px; }
@media (min-width: 700px) { .shop { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1080px) { .shop { grid-template-columns: repeat(4, 1fr); } }

/* ---------- 12. DUBAI (dark cinematic photo interlude) ---------- */
.dubai { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; background: #08090C; }
.dubai__media { position: absolute; inset: 0; z-index: 0; }
.dubai__media img { width: 100%; height: 116%; object-fit: cover; }
.dubai__media-grade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(8,9,12,.88) 4%, rgba(8,9,12,.28) 52%, rgba(8,9,12,.34) 100%),
    radial-gradient(80% 55% at 25% 90%, rgba(8,9,12,.5), transparent);
}
.dubai__content { position: relative; z-index: var(--z-content); max-width: var(--maxw); width: 100%; margin: 0 auto; padding: clamp(60px, 9vw, 130px) var(--gutter); }
.dubai .eyebrow { color: var(--tiffany-soft); }
.dubai__title { font-size: clamp(34px, 6vw, 84px); color: #fff; max-width: 16ch; }
.dubai__body { margin-top: 28px; max-width: 50ch; color: rgba(255,255,255,.82); font-size: clamp(15px,1.3vw,18px); line-height: 1.7; }
.dubai__address { margin-top: 20px; font-family: var(--serif); font-style: italic; font-size: clamp(18px,1.8vw,24px); color: var(--tiffany-soft); }

/* ---------- 13. REVIEW (white, customer testimonial) ---------- */
.quote { background: #fff; padding: clamp(84px, 12vw, 170px) var(--gutter); text-align: center; }
.quote__stars { color: var(--gold); font-size: 17px; letter-spacing: 0.32em; margin-bottom: 26px; }
.quote__text { font-size: clamp(24px, 3.8vw, 48px); line-height: 1.22; color: var(--bone); font-style: italic; letter-spacing: -0.01em; max-width: 820px; margin: 0 auto; }
.quote__by { margin-top: 30px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); display: inline-block; }
.quote__by::after { content: ""; display: block; margin: 14px auto 0; width: 46px; height: 1px; background: var(--muted-2); opacity: .8; }

/* ---------- 14. ENQUIRE ---------- */
.enquire { background: var(--ink-2); border-top: 1px solid var(--line-soft); padding: clamp(72px, 9vw, 130px) 0 clamp(36px, 4vw, 56px); }
.enquire__grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 120px); align-items: start; }
.enquire__title { font-size: clamp(34px, 5.2vw, 76px); color: var(--bone); margin: 6px 0 24px; }
.enquire__sub { color: var(--bone-2); max-width: 42ch; font-size: clamp(15px,1.2vw,17px); line-height: 1.7; }
.enquire__contacts { list-style: none; padding: 0; margin-top: clamp(40px, 5vw, 64px); }
.enquire__contacts li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); align-items: baseline; }
.enquire__k { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.enquire__contacts a { color: var(--tiffany-deep); border-bottom: 1px solid transparent; transition: border-color .4s var(--ease); }
.enquire__contacts a:hover { border-color: var(--tiffany); }

/* form */
.form { padding-top: 8px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.2vw, 32px); }
.field { display: block; margin-bottom: clamp(20px, 2.4vw, 30px); }
.field span { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.field input, .field textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line);
  padding: 10px 0; color: var(--bone); font-size: 16px; resize: none;
  transition: border-color .4s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--accent); }
.form__submit { margin-top: 12px; width: 100%; }
.form__status { margin-top: 18px; font-size: 13px; color: var(--tiffany-deep); letter-spacing: .04em; min-height: 1.2em; }

/* ---------- 15. FOOTER ---------- */
.footer { position: relative; background: var(--ink-2); padding: clamp(40px, 5vw, 60px) var(--gutter) clamp(28px, 3.4vw, 48px); border-top: 1px solid var(--line); overflow: hidden; }
.footer__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1.3fr 1fr 1fr; gap: clamp(30px, 4vw, 64px);
  padding: clamp(38px, 5vw, 64px) 0 clamp(30px, 4vw, 52px);
}

/* footer curtain (desktop, motion-OK): the page lifts away to reveal the footer */
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .footer { position: sticky; bottom: 0; z-index: 0; }
  main#main { position: relative; z-index: 2; background: var(--ink); box-shadow: 0 30px 60px -20px rgba(26, 23, 18, 0.16); }
}
.footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.footer__logo { display: inline-flex; align-items: center; gap: 12px; }
.footer__monogram {
  font-family: var(--serif); font-size: 18px; color: var(--bone);
  border: 1px solid var(--line); width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; letter-spacing: -.02em; transition: border-color .4s var(--ease);
}
.footer__logo:hover .footer__monogram { border-color: var(--tiffany); }
.footer__name { font-family: var(--serif); font-size: 22px; color: var(--bone); letter-spacing: -0.01em; }
.footer__tagline { color: var(--muted); font-size: 14px; max-width: 30ch; margin-top: -6px; }
.footer__chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 100px;
  background: transparent; border: 1px solid var(--line);
  color: var(--bone); font-size: 13px; letter-spacing: 0.04em;
  transition: background-color .4s var(--ease), border-color .4s var(--ease), color .4s var(--ease);
}
.footer__chip:hover { background: var(--bone); border-color: var(--bone); color: #fff; }
.footer__copy { color: var(--muted-2); font-size: 12.5px; letter-spacing: 0.02em; margin-top: auto; padding-top: 8px; }

.footer__col { display: flex; flex-direction: column; }
.footer__col h3 { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone); margin-bottom: 22px; }
.footer__col a { color: var(--muted); font-size: 15px; padding: 9px 0; width: fit-content; transition: color .35s var(--ease); }
.footer__col a:hover { color: var(--tiffany-deep); }

/* the Explore column is the footer's destination moment: oversized serif
   links with an underline that draws in (the line moves, never the glyphs) */
.footer__col[aria-label="Explore"] a {
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.25; color: var(--bone); padding: 6px 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 94%;
  transition: background-size .5s var(--ease), color .35s var(--ease);
}
.footer__col[aria-label="Explore"] a:hover { color: var(--accent-deep); background-size: 100% 1px; }

/* ---- footer CTA band + address of record ---- */
.footer__top {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: clamp(30px, 5vw, 90px); align-items: end;
  padding-bottom: clamp(38px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}
.footer__headline {
  font-size: clamp(30px, 4.2vw, 56px); line-height: 1.06;
  letter-spacing: -0.025em; max-width: 15ch;
}
.footer__cta-sub { margin-top: 16px; color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 42ch; }
.footer__cta-actions { margin-top: clamp(22px, 2.6vw, 32px); display: flex; align-items: center; gap: 14px 28px; flex-wrap: wrap; }
.footer__maplink {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  color: var(--bone); padding-bottom: 5px; border-bottom: 1px solid var(--bone);
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.footer__maplink:hover { color: var(--accent-deep); border-color: var(--accent-deep); }

.footer__address {
  font-style: normal;
  display: grid; grid-template-columns: auto; gap: 4px;
  align-content: end;
}
.footer__addr-k {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted-2); margin-top: 16px;
}
.footer__addr-k:first-child { margin-top: 0; }
.footer__addr-lines { font-size: 15px; line-height: 1.65; color: var(--bone); }
.footer__addr-hours { font-size: 15px; color: var(--bone); }
.footer__addr-tel {
  font-size: 15px; color: var(--bone); width: fit-content;
  border-bottom: 1px solid var(--line);
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.footer__addr-tel:hover { color: var(--accent-deep); border-color: var(--accent-deep); }

/* ---- bottom bar ---- */
.footer__bar {
  flex: 1 1 100%;
  margin-top: clamp(18px, 2.4vw, 28px); padding-top: clamp(16px, 2vw, 22px);
  border-top: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px 28px; flex-wrap: wrap;
}
.footer__policies { display: flex; gap: 24px; }
.footer__policies a {
  font-size: 12.5px; color: var(--muted);
  transition: color .3s var(--ease);
}
.footer__policies a:hover { color: var(--accent-deep); }
.footer__top-link {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); padding-bottom: 2px; border-bottom: 1px solid transparent;
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.footer__top-link:hover { color: var(--accent-deep); border-color: var(--accent); }

/* build credit */
.footer__made {
  margin-top: clamp(14px, 1.8vw, 20px);
  font-size: 11.5px; letter-spacing: 0.02em; color: var(--muted-2);
}
.footer__made a {
  color: var(--muted); border-bottom: 1px solid var(--line);
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.footer__made a:hover { color: var(--accent-deep); border-color: var(--accent-deep); }

@media (max-width: 860px) {
  .footer__top { grid-template-columns: 1fr; gap: 30px; align-items: start; }
  .footer__bar { justify-content: flex-start; }
  /* the oversized Explore links are a desktop moment; keep the mobile footer compact */
  .footer__col[aria-label="Explore"] a { font-family: var(--sans); font-size: 15px; padding: 9px 0; }
  .footer__col h3 { margin-bottom: 14px; }
  .footer__col a { padding: 7px 0; }
}

.status-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  flex: 0 0 auto; display: inline-block;
  animation: statusPulse 3s var(--ease) infinite;
}
@keyframes statusPulse { 50% { box-shadow: 0 0 0 5px rgba(10, 186, 181, 0.14); } }

/* non-affiliation disclaimer + back to top */
.footer__legal {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(22px,2.6vw,34px) 0 0; border-top: 1px solid var(--line-soft);
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap;
}
.footer__legal p { color: var(--muted-2); font-size: 11.5px; line-height: 1.65; max-width: 92ch; letter-spacing: 0.01em; }

/* ============================================================
   15b. TIFFANY LUXURY UPGRADE — colour blocks, motifs, craft
   ============================================================ */

/* ---- sparkle motif (retired in the SANDS retheme) ---- */
.sparkle { display: none; position: absolute; width: 16px; height: 16px; pointer-events: none; color: var(--tiffany); opacity: 0; z-index: var(--z-content); }
.sparkle svg { width: 100%; height: 100%; display: block; fill: currentColor; }
@keyframes twinkle { 0%, 100% { opacity: 0; transform: scale(.35) rotate(0deg); } 45%, 55% { opacity: .85; transform: scale(1) rotate(45deg); } }
.sparkle.is-on { animation: twinkle 5s var(--ease) infinite; }

/* ---- PRIMARY feature band (after the manifesto) — white, framed, Tiffany accents ---- */
.feature { position: relative; background: #fff; color: var(--bone); overflow: hidden; padding: clamp(96px, 15vw, 220px) 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.feature__inner { position: relative; z-index: var(--z-content); max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.feature__statement { font-size: clamp(32px, 5.4vw, 82px); line-height: 1.06; max-width: 17ch; color: var(--bone); letter-spacing: -0.025em; }
.feature__pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 64px); margin-top: clamp(52px, 7vw, 96px); border-top: 1px solid var(--line); padding-top: clamp(34px, 4vw, 52px); }
.feature__pillar h3 { font-family: var(--sans); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bone); margin-bottom: 12px; font-weight: 600; }
.feature__pillar p { color: var(--muted); font-size: 15px; max-width: 30ch; line-height: 1.6; }

/* ---- PROVENANCE / ATELIER editorial split ---- */
.provenance { max-width: var(--maxw); margin: 0 auto; padding: clamp(90px, 13vw, 190px) var(--gutter); display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(44px, 7vw, 120px); align-items: center; }
.provenance__media { position: relative; }
.provenance__frame { overflow: hidden; aspect-ratio: 5 / 7; border-radius: 2px; }
.provenance__frame img { width: 100%; height: 114%; object-fit: cover; filter: grayscale(.12) contrast(1.02); }
.provenance__media::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.provenance__cap { margin-top: 14px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.provenance__body h2 { font-size: clamp(28px, 4.2vw, 60px); color: var(--bone); margin-bottom: 24px; line-height: 1.08; }
.provenance__body p { color: var(--muted); font-size: clamp(15px,1.2vw,17px); line-height: 1.75; max-width: 46ch; }
.provenance__body p + p { margin-top: 18px; }

/* ---- collection: hover frame retired in the SANDS retheme ---- */
.piece__tag { display: inline-block; margin-top: 12px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--tiffany-deep); }

.piece--cta .piece__panel {
  width: 100%; aspect-ratio: 4 / 5; border-radius: 2px;
  background: #14171A; color: #fff;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: clamp(26px, 2vw, 40px);
}
.piece--cta .piece__panel h3 { font-size: clamp(26px, 2.2vw, 38px); color: #fff; line-height: 1.06; max-width: 12ch; }
.piece--cta .piece__panel .piece__go { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.piece--cta .piece__panel .piece__go span { width: 34px; height: 1px; background: rgba(255,255,255,.7); transition: width .4s var(--ease); }
.piece--cta:hover .piece__panel .piece__go span { width: 54px; }

.collection__act { position: relative; }
.collection__num { position: absolute; top: 50%; right: 4%; transform: translateY(-50%); font-family: var(--serif); font-weight: 600; font-size: clamp(140px, 24vw, 360px); line-height: 1; color: rgba(10,186,181,.06); pointer-events: none; z-index: 0; font-variant-numeric: tabular-nums; }

/* ---- slim tiffany CTA band (before enquire) ---- */
.ctaband { background: var(--tiffany-box); color: var(--ink-blue); }
.ctaband__inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(46px, 6vw, 80px) var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.ctaband__text { font-family: var(--serif); font-size: clamp(24px, 3.4vw, 46px); color: var(--ink-blue); max-width: 20ch; line-height: 1.1; }
.btn--onblue { background: var(--ink-blue); color: #fff; }
.btn--onblue::before { background: #fff; }
.btn--onblue:hover { color: var(--ink-blue); }

/* ---- nav top scroll-progress hairline ---- */
.nav__progress { position: absolute; top: 0; left: 0; height: 2px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }
/* progressive enhancement: compositor-driven where supported (JS updater
   stands down, see initNav) */
@supports (animation-timeline: scroll()) {
  .nav__progress { animation: navProgress linear both; animation-timeline: scroll(root); }
  @keyframes navProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
}

/* ---- film grain atmosphere (static, CSS-only) ---- */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 96; pointer-events: none;
  background: url("../assets/img/grain.png") repeat;
  background-size: 220px;
  opacity: 0.05; mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  body::after { mix-blend-mode: normal; opacity: 0.035; }
}

/* ---- dubai: coordinate label (ken-burns scale added via JS) ---- */
.dubai__coord { margin-top: 26px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--tiffany-soft); }

/* ============================================================
   15b1. SANDS HOME — cover hero, category tiles, product shelves
   ============================================================ */

/* full-bleed lifestyle cover hero */
.hero--cover { display: block; padding: 0; min-height: 92svh; }
.hero--cover::before { content: none; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(8,9,12,.58) 0%, rgba(8,9,12,.16) 46%, rgba(8,9,12,.32) 100%);
}
.hero__center {
  position: relative; z-index: 2; min-height: 92svh;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  text-align: center; padding: 0 var(--gutter) clamp(56px, 9vh, 112px);
}
.hero__kicker { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: 18px; }
.hero--cover .hero__title { color: #fff; font-size: clamp(38px, 5.6vw, 84px); max-width: 18ch; }
.hero--cover .hero__title .word--em { color: var(--accent); }
.hero--cover .hero__sub { color: rgba(255,255,255,.85); margin: 16px auto 28px; max-width: 52ch; font-size: clamp(14.5px, 1.15vw, 17px); line-height: 1.7; }
.hero__shopnow {
  display: inline-block; color: #fff;
  font-size: 12.5px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500;
  padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.9);
  transition: color .35s var(--ease), border-color .35s var(--ease);
}
.hero__shopnow:hover { color: var(--accent); border-color: var(--accent); }

/* split hero: copy left, shoppable watch showcase right */
.hero--split { display: block; min-height: auto; overflow: visible; padding: clamp(116px, 15vh, 172px) 0 clamp(20px, 3vw, 40px); }
.hero--split::before { content: none; }
.hero__grid2 {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(28px, 5vw, 84px); align-items: center;
}
.hero--split .hero__kicker { color: var(--muted); margin-bottom: 16px; }
.hero--split .hero__title { font-size: clamp(38px, 5vw, 76px); max-width: 13ch; }
.hero--split .hero__sub { margin: 18px 0 30px; max-width: 44ch; color: var(--bone-2); font-size: clamp(14.5px, 1.15vw, 17px); line-height: 1.7; }
.hero--split .hero__actions { display: flex; align-items: center; gap: 14px 28px; flex-wrap: wrap; }
.hero__shopnow--dark {
  color: var(--bone); border-bottom-color: var(--bone);
}
.hero__shopnow--dark:hover { color: var(--accent-deep); border-color: var(--accent-deep); }

.hero__showcase { position: relative; min-width: 0; }
.hero__panel {
  position: relative; width: 100%; height: clamp(340px, 58vh, 560px);
  border-radius: 8px; background: var(--ink-card); overflow: hidden;
}
.hero--split .hero__watch-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: clamp(26px, 4.5vw, 60px);
  mix-blend-mode: normal;
  filter: drop-shadow(0 30px 34px rgba(45, 38, 24, 0.28));
}

/* vitrine treatment: warm lit backdrop, grain, glass hairline, floating stage */
.hero__panel--vitrine {
  background:
    radial-gradient(120% 90% at 50% 6%, #FBFAF8 0%, #F1EFEA 44%, #E6E2D9 100%);
}
.hero__panel--vitrine::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: url(../assets/img/grain.png) repeat; background-size: 280px;
  opacity: 0.05; mix-blend-mode: multiply; pointer-events: none;
}
.hero__panel--vitrine::after {
  content: ""; position: absolute; inset: 12px; z-index: 2;
  border: 1px solid rgba(20, 21, 24, 0.08); border-radius: 5px;
  pointer-events: none;
}
.hero__stage {
  position: absolute; inset: 0; z-index: 1;
  animation: vitrineFloat 7s ease-in-out infinite;
  will-change: transform;
}
@keyframes vitrineFloat {
  0%, 100% { transform: translateY(-7px); }
  50%      { transform: translateY(7px); }
}
.hero__plinth {
  position: absolute; z-index: 0; left: 50%; bottom: 9%;
  transform: translateX(-50%);
  width: 52%; height: 22px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(45, 38, 24, 0.30), transparent 68%);
  filter: blur(7px);
  animation: plinthBreathe 7s ease-in-out infinite;
}
@keyframes plinthBreathe {
  0%, 100% { transform: translateX(-50%) scale(0.94); opacity: 0.72; }
  50%      { transform: translateX(-50%) scale(1.05); opacity: 0.95; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__stage, .hero__plinth { animation: none; }
}
.hero__dots--h {
  position: absolute; left: 50%; bottom: 16px; top: auto; right: auto;
  transform: translateX(-50%);
  display: flex; flex-direction: row; gap: 11px; z-index: 3;
}
.hero__caption {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
  padding: 14px 4px 0;
}
.hero__cap-maison { display: block; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.hero__cap-link {
  font-size: clamp(15px, 1.3vw, 17.5px); font-weight: 500; color: var(--bone);
  border-bottom: 1px solid transparent; transition: border-color .3s var(--ease), color .3s var(--ease);
}
.hero__cap-link:hover { color: var(--accent-deep); border-bottom-color: var(--accent-deep); }
.hero__cap-price { font-size: 13.5px; font-weight: 500; color: var(--bone); font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }

@media (max-width: 860px) {
  .hero--split { padding-top: clamp(104px, 14vh, 132px); }
  .hero__grid2 { grid-template-columns: 1fr; gap: 30px; }
  .hero__panel { height: clamp(300px, 44vh, 420px); }
}

/* ---- FULL-SCREEN CINEMATIC HERO (SANDS editorial photo + glass card) ---- */
.hero--full { display: block; min-height: 100svh; padding: 0; overflow: hidden; }
.hero--full::before { content: none; }
.hero--full .hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero--full .hero__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 46%;
  transform-origin: 42% 62%; /* anchor the drift on the watches, not the ceiling */
  will-change: transform;
}
@media (max-width: 860px) { .hero--full .hero__bg img { object-position: 40% center; } }

/* pronounced Ken Burns: a long, slow push that never quite settles */
html.js .hero--full .hero__bg img { animation: heroKenBurns 28s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both; }
@keyframes heroKenBurns {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to   { transform: scale(1.22) translate3d(-2.5%, -2%, 0); }
}

/* grade tuned for a dark, low-key photograph: hold the corners, keep the
   middle open so the watches stay visible under the type */
.hero__grade {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(8, 9, 11, 0.80) 0%, rgba(8, 9, 11, 0.34) 30%, rgba(8, 9, 11, 0.06) 55%, rgba(8, 9, 11, 0.30) 100%),
    radial-gradient(120% 90% at 22% 82%, rgba(8, 9, 11, 0.52), transparent 62%);
}
.hero__frame {
  position: relative; z-index: 2; min-height: 100svh;
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(96px, 12vh, 148px) var(--gutter) clamp(60px, 9vh, 100px);
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: clamp(24px, 4vw, 72px);
}
.hero--full .hero__kicker { color: rgba(255,255,255,0.85); margin-bottom: 16px; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; }
.hero--full .hero__title { color: #fff; font-size: clamp(40px, 5.6vw, 88px); max-width: 13ch; }
.hero--full .hero__title .word--em { color: var(--accent); }
.hero--full .hero__sub { color: rgba(255,255,255,0.85); margin: 16px 0 30px; max-width: 44ch; font-size: clamp(14.5px, 1.15vw, 17px); line-height: 1.7; }
.hero--full .hero__actions { display: flex; align-items: center; gap: 14px 28px; flex-wrap: wrap; }

/* white pill for dark photography */
.btn--white { background: #fff; color: var(--bone); }
.btn--white::before { background: var(--accent); }
.btn--white:hover { color: #16171A; }

/* nav inverts to white while resting on the full-screen photo */
html:has(.hero--full) .nav:not(.is-scrolled) .nav__monogram { color: #fff; border-color: rgba(255,255,255,0.55); }
html:has(.hero--full) .nav:not(.is-scrolled) .nav__wordmark { color: #fff; }
html:has(.hero--full) .nav:not(.is-scrolled) .nav__cta { color: #fff; border-color: rgba(255,255,255,0.55); }
html:has(.hero--full) .nav:not(.is-scrolled) .nav__cta:hover { color: var(--accent); border-color: var(--accent); }
html:has(.hero--full) .nav:not(.is-scrolled) .nav__burger span { background: #fff; }

/* frosted featured-piece card */
.hero__card {
  flex: 0 0 auto; width: clamp(280px, 27vw, 392px);
  border-radius: 14px; padding: 22px 22px 20px;
  background: rgba(16, 17, 20, 0.36);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 80px -32px rgba(0, 0, 0, 0.55);
}
.hero__card-stage { position: relative; height: clamp(220px, 28vh, 320px); }
/* the hero card holds still: no float, no breathing shadow */
.hero__card .hero__stage { position: absolute; inset: 0; animation: none; will-change: auto; }
.hero__card .hero__plinth { animation: none; }
.hero__card .hero__watch-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: 14px;
  filter: drop-shadow(0 20px 22px rgba(0, 0, 0, 0.45));
}
.hero__card .hero__plinth {
  bottom: 1%; width: 56%; height: 14px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.55), transparent 68%);
}
.hero__card-meta { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.hero__card .hero__cap-maison { display: block; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.62); }
.hero__card .hero__cap-link { display: block; margin: 5px 0 4px; font-size: 17.5px; font-weight: 500; color: #fff; border-bottom: 0; transition: color .3s var(--ease); }
.hero__card .hero__cap-link:hover { color: var(--accent); }
.hero__card .hero__cap-price { display: block; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,0.85); font-variant-numeric: tabular-nums; }
.hero__card .hero__dots--h { position: static; transform: none; margin-top: 12px; justify-content: flex-start; }
.hero__card .hero__dot { border-color: rgba(255, 255, 255, 0.45); }
.hero__card .hero__dot:hover { border-color: var(--accent); }
.hero__card .hero__dot.is-active { background: var(--accent); border-color: var(--accent); }

/* scroll cue */
.hero__cueline {
  position: absolute; z-index: 2; bottom: 0; left: 50%;
  width: 1px; height: clamp(44px, 7vh, 72px);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.85));
}

@media (max-width: 860px) {
  .hero__frame { flex-direction: column; align-items: stretch; justify-content: flex-end; padding-bottom: clamp(40px, 6vh, 64px); }
  .hero__card { width: 100%; display: flex; align-items: center; gap: 16px; padding: 12px 14px; }
  .hero__card-stage { flex: 0 0 auto; width: 104px; height: 116px; }
  .hero__card-meta { flex: 1; margin-top: 0; padding-top: 0; border-top: 0; }
  .hero__cueline { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html.js .hero--full .hero__bg img { animation: none; transform: scale(1.04); }
  .hero__card .hero__stage { animation: none; }
}

/* category tiles (dark-overlay labels) */
.cats {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(14px, 2vw, 26px) var(--gutter) 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.4vw, 20px);
}
.cat { position: relative; display: block; overflow: hidden; border-radius: 6px; aspect-ratio: 4 / 3; }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.cat:hover img { transform: scale(1.05); }
.cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,9,12,.6), rgba(8,9,12,.08) 55%); }
.cat span { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
@media (max-width: 700px) { .cats { grid-template-columns: 1fr; } .cat { aspect-ratio: 16 / 9; } }

/* product shelves */
.shelf { padding: clamp(44px, 6vw, 92px) 0 0; }
.shelf:last-of-type { padding-bottom: clamp(44px, 6vw, 92px); }
.shelf__grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 30px);
}
@media (max-width: 900px) { .shelf__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .shelf__grid { grid-template-columns: 1fr; } }

/* ============================================================
   15b2. SANDS SIGNATURES — chat pill, shelf headers, pill toggles
   ============================================================ */

/* floating personal-shopper pill (injected by main.js on every page) */
.chatpill {
  position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 26px); z-index: 80;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--bone); color: #fff;
  border-radius: 100px; padding: 13px 20px;
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  box-shadow: 0 14px 34px -14px rgba(20,21,24,.45);
  transition: transform .45s var(--ease), background-color .35s var(--ease), opacity .35s var(--ease);
}
.chatpill:hover { transform: translateY(-2px); background: #2A2B2E; }
.chatpill.is-tucked { opacity: 0; transform: translateY(14px) scale(0.96); pointer-events: none; }
.chatpill svg { width: 17px; height: 17px; flex: 0 0 auto; }
@media (max-width: 700px) {
  .chatpill { padding: 14px; }
  .chatpill span { display: none; }
}

/* shelf header: bold left title + underlined "See more" right */
.shelf__head {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex; align-items: baseline; justify-content: space-between; gap: 18px;
  margin-bottom: clamp(20px, 2.6vw, 34px);
}
.shelf__title { font-size: clamp(20px, 2.4vw, 30px); font-weight: 600; letter-spacing: 0.01em; color: var(--bone); }
.shelf__title--caps { text-transform: uppercase; letter-spacing: 0.06em; }
.shelf__more {
  font-size: 12.5px; color: var(--bone); font-weight: 500;
  border-bottom: 1px solid var(--bone); padding-bottom: 2px;
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.shelf__more:hover { color: var(--accent-deep); border-color: var(--accent-deep); }

/* pill toggle group (SANDS "Women / Men" style) */
.pills { display: inline-flex; background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: 100px; padding: 4px; gap: 2px; }
.pill {
  border-radius: 100px; padding: 8px 18px;
  font-size: 12.5px; font-weight: 500; color: var(--muted);
  transition: background-color .3s var(--ease), color .3s var(--ease);
}
.pill:hover { color: var(--bone); }
.pill.is-active { background: var(--bone); color: #fff; }

/* ============================================================
   15c. MULTI-PAGE SHARED — transition wipe, subpage hero, crumbs
   ============================================================ */

/* full-screen ivory wipe used between internal pages (positioned by GSAP) */
.wipe {
  position: fixed; inset: 0; z-index: 120;
  background: var(--ink);
  display: grid; place-items: center;
  pointer-events: none;
  border-top: 1px solid var(--line-soft);
}
.wipe__mark {
  font-family: var(--serif); font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0.02em; color: var(--bone); opacity: 0;
}

/* ============================================================
   PAGE HERO — copy beside a lineup of real pieces (per page)
   ============================================================ */
.phero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #FBFAF8 0%, var(--ink-2) 68%, var(--ink) 100%);
  border-bottom: 1px solid var(--line-soft);
}
.phero__inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(124px, 16vh, 186px) var(--gutter) clamp(44px, 6vw, 76px);
  display: grid; grid-template-columns: 1fr 1.28fr;
  gap: clamp(24px, 3.4vw, 56px); align-items: center;
}
.phero__title { font-size: clamp(34px, 4.2vw, 66px); letter-spacing: -0.03em; line-height: 1.04; max-width: 15ch; }
.phero__sub {
  margin-top: clamp(16px, 2vw, 24px); color: var(--bone-2);
  max-width: 46ch; font-size: clamp(15px, 1.2vw, 17px); line-height: 1.72;
}
.phero__actions { margin-top: clamp(24px, 3vw, 34px); display: flex; align-items: center; gap: 14px 26px; flex-wrap: wrap; }
.phero__note { margin-top: clamp(20px, 2.4vw, 28px); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

/* the lineup: several pieces on one lit stage */
.lineup { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: clamp(2px, 0.6vw, 10px); min-height: clamp(230px, 34vh, 360px); }
.lineup__piece { position: relative; display: block; flex: 0 0 auto; }
.lineup__piece img {
  display: block; width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(45, 38, 24, 0.26));
}
.lineup__piece::after {
  content: ""; position: absolute; left: 50%; bottom: -6%;
  transform: translateX(-50%); width: 62%; height: 14px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(45, 38, 24, 0.26), transparent 70%);
  filter: blur(6px);
}
html.js .lineup__piece { animation: vitrineFloat 7.5s ease-in-out infinite; will-change: transform; }
.lineup__piece:nth-child(1) { width: 17%; animation-delay: -0.2s; }
.lineup__piece:nth-child(2) { width: 21%; animation-delay: -1.5s; }
.lineup__piece:nth-child(3) { width: 25%; animation-delay: -3.0s; }
.lineup__piece:nth-child(4) { width: 21%; animation-delay: -4.4s; }
.lineup__piece:nth-child(5) { width: 17%; animation-delay: -5.8s; }
/* the centre piece stands tallest, the flanks step down: a shop-window arc */
.lineup__piece:nth-child(1), .lineup__piece:nth-child(5) { margin-bottom: clamp(10px, 3vh, 34px); }
.lineup__piece:nth-child(2), .lineup__piece:nth-child(4) { margin-bottom: clamp(4px, 1.4vh, 16px); }

/* three-piece variant: a valuation tray rather than a shop window */
.lineup--three { gap: clamp(8px, 1.6vw, 26px); }
.lineup--three .lineup__piece:nth-child(1) { width: 27%; margin-bottom: clamp(6px, 2vh, 22px); }
.lineup--three .lineup__piece:nth-child(2) { width: 32%; margin-bottom: 0; }
.lineup--three .lineup__piece:nth-child(3) { width: 27%; margin-bottom: clamp(6px, 2vh, 22px); }

/* about: editorial triptych instead of products */
.triptych { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: repeat(2, 1fr); gap: clamp(8px, 1.2vw, 16px); height: clamp(300px, 42vh, 440px); }
.triptych__pane { margin: 0; overflow: hidden; border-radius: 6px; background: var(--ink-card); }
.triptych__pane img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.triptych__pane--tall { grid-row: 1 / span 2; }
.triptych:hover .triptych__pane img { transform: scale(1.03); }
@media (max-width: 860px) { .triptych { height: clamp(220px, 34vh, 300px); } }

/* soft light pooling behind the stage */
.phero__glow {
  position: absolute; z-index: 0; right: -6%; top: 46%; transform: translateY(-50%);
  width: min(62%, 760px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 66%);
  pointer-events: none;
}

@media (max-width: 860px) {
  .phero__inner { grid-template-columns: 1fr; gap: 30px; padding-top: clamp(106px, 14vh, 132px); }
  .lineup { min-height: 0; gap: 6px; }
  .lineup__piece:nth-child(1), .lineup__piece:nth-child(5) { display: none; }
  .lineup__piece:nth-child(2), .lineup__piece:nth-child(4) { width: 29%; }
  .lineup__piece:nth-child(3) { width: 34%; }
}
@media (prefers-reduced-motion: reduce) {
  html.js .lineup__piece { animation: none; }
}

/* subpage hero: quiet editorial opener under the fixed nav */
.page-hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(136px, 17vh, 208px) var(--gutter) clamp(40px, 6vw, 76px);
}
.page-hero__title { font-size: clamp(40px, 6.4vw, 96px); letter-spacing: -0.03em; line-height: 1.0; }
.page-hero__sub {
  margin-top: clamp(16px, 2vw, 24px); color: var(--bone-2); max-width: 52ch;
  font-size: clamp(15px, 1.2vw, 17.5px); line-height: 1.7;
}

/* breadcrumbs */
.crumbs {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); margin-bottom: clamp(20px, 3vw, 34px);
}
.crumbs a { color: var(--muted); transition: color .3s var(--ease); }
.crumbs a:hover { color: var(--accent-deep); }
.crumbs i { font-style: normal; color: var(--muted-2); }
.crumbs [aria-current] { color: var(--bone); }

/* ============================================================
   16. JS-DRIVEN INITIAL ANIMATION STATES (only when .js)
   ============================================================ */
html.js [data-split] { opacity: 0; }
html.js [data-split].is-split { opacity: 1; }
html.js .fade { opacity: 0; transform: translateY(26px); }
html.js [data-step] { opacity: 0; transform: translateY(40px); }
html.js .piece { opacity: 0; transform: translateY(50px); }
html.js .approach__media-inner,
html.js .provenance__frame { clip-path: inset(0% 0% 103% 0%); }

/* ============================================================
   17. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .approach__body { grid-template-columns: 1fr; }
  .approach__media { max-width: 460px; }
  .enquire__grid { grid-template-columns: 1fr; }
  .provenance { grid-template-columns: 1fr; gap: clamp(36px,6vw,60px); }
  .provenance__media { max-width: 460px; }
  .footer__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .hero { min-height: auto; padding: clamp(112px, 22vw, 140px) 0 52px; }
  .hero__grid { grid-template-columns: 1fr; gap: clamp(30px, 9vw, 56px); }
  .hero__copy { max-width: 640px; }
  .hero__visual { order: 2; min-height: 300px; }
  .hero__watch { height: 46vh; }
  .hero__dots { display: none; }
  .hero__cue { display: none; }
}

@media (max-width: 768px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: block; }
  .nav__wordmark { display: none; }

  .hero__meta { flex-wrap: wrap; gap: 8px 14px; margin-bottom: clamp(24px, 8vw, 40px); }
  .hero__meta-r { margin-left: 0; flex-basis: 100%; }
  .hero__title { font-size: clamp(34px, 9.5vw, 54px); }
  .hero__actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero__actions .btn { width: 100%; }

  .form__row { grid-template-columns: 1fr; }
  .enquire__contacts li { grid-template-columns: 1fr; gap: 4px; }
  .dubai { min-height: 80vh; }
  .feature__pillars { grid-template-columns: 1fr; gap: 26px; }
  .ctaband__inner { flex-direction: column; align-items: flex-start; gap: 22px; }
  .collection__num { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
}

@media (max-width: 480px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer { padding-top: clamp(48px, 9vw, 64px); }
}

/* ============================================================
   18. REDUCED MOTION / NO-JS — show everything, kill motion
   ============================================================ */
html.no-js [data-split],
html.no-js .fade,
html.no-js [data-step],
html.no-js .piece { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  html.js [data-split],
  html.js [data-split].is-split,
  html.js .fade,
  html.js [data-step],
  html.js .piece { opacity: 1 !important; transform: none !important; }
  html.js .approach__media-inner,
  html.js .provenance__frame { clip-path: none !important; }
  .hero__cue-line::after { animation: none; }
  .hero__watch img, .hero__shadow { animation: none !important; }
  .loader__word i { transform: none !important; }
  .sparkle.is-on { animation: none; opacity: .5; }
  .status-dot { animation: none; }
  .nav__progress { animation: none !important; }
  * { scroll-behavior: auto !important; }
}
