/* ==========================================================
   FINIEE COUTURE INTERNATIONAL  -  Maison Edition
   Ink #0D0B0A | Bone #F6F2EA | Gold #C2A057
   Muted Primary #A89A86 | Muted Secondary #8A7E6E
   ========================================================== */

:root {
  --ink: #0D0B0A;
  --bone: #F6F2EA;
  --gold: #C2A057;
  --gold-text: #D4B76B;
  --muted: #A89A86;
  --muted-deep: #8A7E6E;
  --text: #E6DFD2;
  --border: #25201B;
  --surface: #15110E;
  --muted-light: #4A4337;
  --ink-deep: #1E1A15;
  --ink-mid: #2B2620;
  --border-light: #DDD4C2;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Jost', 'Segoe UI', Arial, sans-serif;
  font-weight: 300;
  background: var(--ink);
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.012em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--ink); }

body::after {
  content: ""; position: fixed; inset: -10%; z-index: 9000; pointer-events: none;
  opacity: 0.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainDrift 8s steps(10) infinite;
  contain: strict;
}
@keyframes grainDrift {
  0%   { transform: translate(0, 0); }
  10%  { transform: translate(-2%, -3%); }
  20%  { transform: translate(3%, 1%); }
  30%  { transform: translate(-1%, 2%); }
  40%  { transform: translate(2%, -2%); }
  50%  { transform: translate(-3%, 3%); }
  60%  { transform: translate(1%, -1%); }
  70%  { transform: translate(-2%, 2%); }
  80%  { transform: translate(3%, -3%); }
  90%  { transform: translate(-1%, 1%); }
  100% { transform: translate(0, 0); }
}

.skip {
  position: absolute; left: -999px; top: 0; z-index: 9999;
  background: var(--gold); color: var(--ink); padding: 10px 22px;
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
}
.skip:focus { left: 0; }

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; }

/* ---------- PAGE-LOAD CURTAIN — brand name IS the curtain ---------- */
.curtain {
  position: fixed; inset: 0; z-index: 9500;
  background: radial-gradient(ellipse at 50% 50%, #15110e 0%, #0D0B0A 60%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; pointer-events: none;
}
.curtain::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}
.curtain-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  animation: curtainIn 0.6s cubic-bezier(0.22,1,0.36,1) both;
}
@keyframes curtainIn {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1); }
}
.curtain-word {
  display: flex; align-items: center; justify-content: center;
  line-height: 0.9; white-space: nowrap;
  font-family: 'Bodoni Moda', Georgia, serif;
  text-transform: uppercase;
}
.curtain-word-top {
  font-size: clamp(52px, 16vw, 220px);
  color: var(--bone); letter-spacing: 0.1em; font-weight: 400;
}
.curtain-word-btm {
  font-size: clamp(22px, 5.5vw, 72px);
  color: var(--gold); font-style: italic;
  letter-spacing: 0.35em; margin-top: 0.2em;
}
.curtain-rule {
  width: clamp(40px, 8vw, 100px); height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0.25em 0; opacity: 0.4;
}
.curtain-word .cl {
  display: inline-block; will-change: transform;
}
.curtain.lift .cl {
  animation: clPartL 1.4s cubic-bezier(0.7,0,0.3,1) forwards;
}
.curtain.lift .cl[data-dir="r"] {
  animation-name: clPartR;
}
@keyframes clPartL {
  0%   { opacity: 1; transform: translateX(0) rotate(0); }
  50%  { opacity: 1; }
  75%  { opacity: 0.6; }
  100% { transform: translateX(-60vw) rotate(-5deg); opacity: 0; }
}
@keyframes clPartR {
  0%   { opacity: 1; transform: translateX(0) rotate(0); }
  50%  { opacity: 1; }
  75%  { opacity: 0.6; }
  100% { transform: translateX(60vw) rotate(5deg); opacity: 0; }
}
.curtain.lift .curtain-rule {
  animation: ruleOut 0.4s ease forwards;
}
@keyframes ruleOut {
  to { opacity: 0; transform: scaleX(0); }
}
.curtain.lift {
  animation: curtainBgOut 0.5s ease 1.1s forwards;
}
@keyframes curtainBgOut {
  to { opacity: 0; visibility: hidden; }
}

/* ---------- CUSTOM CURSOR ---------- */
.cursor {
  position: fixed; top: 0; left: 0; z-index: 9600; pointer-events: none;
  width: 0; height: 0;
  display: flex; align-items: center; justify-content: center;
  mix-blend-mode: difference;
}
.cursor-dot {
  position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--bone);
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.cursor.on .cursor-dot { width: 46px; height: 46px; background: transparent; border: 1px solid var(--bone); }
.cursor.down .cursor-dot { transform: scale(0.8); }
.cursor.view .cursor-dot { width: 76px; height: 76px; background: rgba(246,242,234,0.08); border: 1px solid var(--bone); }
.cursor.hidden .cursor-dot { opacity: 0; }
.cursor-label {
  position: absolute; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bone); white-space: nowrap; opacity: 0; transition: opacity 0.3s ease;
  font-family: 'Jost', Arial, sans-serif;
}
.cursor.labelled .cursor-label { opacity: 1; }
@media (hover: hover) and (pointer: fine) { body.cursor-ready { cursor: none; } body.cursor-ready a, body.cursor-ready button { cursor: none; } }

/* ---------- SPINE ---------- */
.spine {
  position: fixed; top: 0; left: 0; bottom: 0; width: 72px;
  border-right: 1px solid var(--border); background: var(--ink); z-index: 60;
  display: flex; flex-direction: column; align-items: center;
  justify-content: space-between; padding: 104px 0 36px;
}
.spine-num { font-family: 'Bodoni Moda', Georgia, serif; font-style: italic; font-size: 20px; color: var(--gold); }
.spine-title { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 12px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--muted); }
.spine-mark { width: 1px; height: 52px; background: var(--gold); opacity: 0.5; }
.page-body { margin-left: 72px; }

.lt { background: var(--bone); color: var(--ink-mid); }
.lt p { color: var(--muted-light); }

/* ---------- TOP BAR ---------- */
.bar {
  position: fixed; top: 0; left: 72px; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  height: 80px; padding: 0 44px; border-bottom: 1px solid transparent;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.bar.solid { background: rgba(13,11,10,0.96); border-bottom-color: var(--border); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.bar-brand { font-family: 'Bodoni Moda', Georgia, serif; font-size: 20px; letter-spacing: 0.14em; color: var(--bone); white-space: nowrap; }
.bar-brand em { font-style: italic; color: var(--gold); }
.bar-right { display: flex; align-items: center; gap: 30px; }
.bar-link { font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); background: none; border: none; cursor: pointer; font-family: 'Jost', Arial, sans-serif; padding: 14px 8px; min-height: 44px; transition: color 0.3s ease; }
.bar-link:hover, .bar-link:focus-visible { color: var(--gold); }
.bar-cta { font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: 12px 24px; transition: background 0.3s ease, color 0.3s ease; }
.bar-cta:hover, .bar-cta:focus-visible { background: var(--gold); color: var(--ink); }

/* ---------- MENU ---------- */
.menu {
  position: fixed; inset: 0; z-index: 200; background: var(--ink);
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  visibility: hidden;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.8s cubic-bezier(0.76,0,0.24,1), visibility 0s 0.8s;
}
.menu.open {
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.8s cubic-bezier(0.76,0,0.24,1), visibility 0s 0s;
}
.menu-close {
  position: absolute; top: 28px; right: 44px; z-index: 2;
  width: 48px; height: 48px; background: none; border: none; cursor: pointer;
  font-size: 0; color: transparent; padding: 0;
}
.menu-close::before, .menu-close::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 28px; height: 1px; background: var(--muted);
  transition: background 0.3s ease, transform 0.6s cubic-bezier(0.2,0.6,0.2,1);
}
.menu-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.menu-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.menu-close:hover::before, .menu-close:hover::after,
.menu-close:focus-visible::before, .menu-close:focus-visible::after { background: var(--gold); }
.menu.open .menu-close::before { transform: translate(-50%, -50%) rotate(45deg) scaleX(1); }
.menu.open .menu-close::after { transform: translate(-50%, -50%) rotate(-45deg) scaleX(1); }
.menu-list {
  display: flex; flex-direction: column; justify-content: center;
  padding: 100px 7vw 60px; overflow-y: auto;
}
.menu-item {
  display: flex; align-items: baseline; gap: 28px;
  padding: 22px 0; position: relative;
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2,0.6,0.2,1);
}
.menu-item::after {
  content: ""; position: absolute; bottom: 0; left: 0;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.6,0,0.2,1);
}
.menu-item:hover::after, .menu-item:focus-visible::after { transform: scaleX(1); }
.menu.open .menu-item { opacity: 1; transform: none; }
.menu.open .menu-item:nth-child(1) { transition-delay: 0.15s; }
.menu.open .menu-item:nth-child(2) { transition-delay: 0.22s; }
.menu.open .menu-item:nth-child(3) { transition-delay: 0.29s; }
.menu.open .menu-item:nth-child(4) { transition-delay: 0.36s; }
.menu.open .menu-item:nth-child(5) { transition-delay: 0.43s; }
.menu.open .menu-item:nth-child(6) { transition-delay: 0.50s; }
.menu.open .menu-item:nth-child(7) { transition-delay: 0.57s; }
.menu.open .menu-item:nth-child(8) { transition-delay: 0.64s; }
.menu.open .menu-item:nth-child(9) { transition-delay: 0.71s; }
.menu-item small {
  font-family: 'Bodoni Moda', Georgia, serif; font-style: italic;
  font-size: 14px; color: var(--gold); min-width: 36px; opacity: 0.6;
  transition: opacity 0.3s ease;
}
.menu-item:hover small { opacity: 1; }
.menu-item span {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-size: clamp(30px, 4vw, 56px); color: var(--bone);
  transition: color 0.3s ease, transform 0.4s cubic-bezier(0.2,0.6,0.2,1);
}
.menu-item:hover span, .menu-item:focus-visible span { color: var(--gold); transform: translateX(14px); }
.menu-item.current span { color: var(--gold); }
.menu-item.current::after { transform: scaleX(0.12); background: var(--gold); }
.menu-aside {
  border-left: 1px solid var(--border);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 100px 7vw 60px; overflow: hidden;
}
.menu-aside .label { font-size: 12px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin: 0 0 14px; }
.menu-aside a { display: block; color: var(--muted); font-size: 15px; padding: 5px 0; transition: color 0.3s ease; }
.menu-aside a:hover, .menu-aside a:focus-visible { color: var(--gold-text); }
.menu-aside-info { display: flex; flex-direction: column; gap: 28px; }

/* Menu hover image preview */
.menu-preview {
  position: relative; overflow: hidden; flex: 1;
  max-height: 52vh; margin-bottom: 36px;
  opacity: 0; transform: scale(0.96);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.2,0.6,0.2,1);
}
.menu.open .menu-preview { opacity: 1; transform: scale(1); transition-delay: 0.3s; }
.menu-preview-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.5s ease, transform 6s cubic-bezier(0.2,0.6,0.2,1);
}
.menu-preview-img.switching { opacity: 0; transform: scale(1.08); }
.menu-preview-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 24px;
  background: linear-gradient(180deg, transparent, rgba(13,11,10,0.7));
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
  transition: opacity 0.4s ease;
}

/* ---------- TYPOGRAPHY ---------- */
.eyebrow { font-size: 12px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 16px; }
.eyebrow::before { content: ""; width: 40px; height: 1px; background: var(--gold); animation: eyebrowPulse 4s ease-in-out infinite; }
.center .eyebrow { justify-content: center; }

.display { font-family: 'Bodoni Moda', Georgia, serif; font-weight: 400; font-size: clamp(44px, 7vw, 104px); line-height: 1.04; color: var(--bone); }
.h2 { font-family: 'Bodoni Moda', Georgia, serif; font-weight: 400; font-size: clamp(32px, 4.2vw, 58px); line-height: 1.08; color: var(--bone); }
.h3 { font-family: 'Bodoni Moda', Georgia, serif; font-weight: 400; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; color: var(--bone); }
.lt .display, .lt .h2, .lt .h3 { color: var(--ink-deep); }

.lede { font-size: 18px; color: var(--muted); max-width: 58ch; }
.lt .lede { color: var(--muted-light); }
.cap { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); }
.folio { font-family: 'Bodoni Moda', Georgia, serif; font-style: italic; font-size: 15px; color: var(--gold); }
.quote { font-family: 'Bodoni Moda', Georgia, serif; font-style: italic; font-weight: 400; font-size: clamp(24px, 3vw, 40px); line-height: 1.34; color: var(--bone); }
.lt .quote { color: var(--ink-deep); }

/* Line-mask reveals */
.line-mask { display: block; overflow: hidden; }
.line-inner { display: block; }

/* ========== ANIMATED TEXT EFFECTS ========== */

/* Gold shimmer on italic display text */
@keyframes goldShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.display em, .h2 em {
  font-style: italic;
  background: linear-gradient(90deg, #C2A057 0%, #E8D5A3 25%, #C2A057 50%, #8B6914 75%, #C2A057 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldShimmer 6s ease-in-out infinite paused;
}
.shimmer-visible .display em, .shimmer-visible .h2 em { animation-play-state: running; }

/* Eyebrow line pulse - uses transform instead of width */
@keyframes eyebrowPulse {
  0%, 100% { transform: scaleX(1); opacity: 1; }
  50% { transform: scaleX(1.4); opacity: 0.7; }
}

/* Character stagger animation for hero titles */
.char-animate .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(60px) rotateX(-40deg);
  animation: charReveal 0.8s cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
}
@keyframes charReveal {
  to { opacity: 1; transform: translateY(0) rotateX(0deg); }
}

/* Floating badge for sections */
@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ---------- BUTTONS ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  padding: 16px 36px; border: 1px solid var(--gold); color: var(--gold-text);
  background: transparent; cursor: pointer; font-family: 'Jost', Arial, sans-serif;
  overflow: hidden; transition: color 0.4s ease;
}
.btn .btn-label { position: relative; z-index: 2; }
.btn::before {
  content: ""; position: absolute; inset: 0; background: var(--gold);
  transform: translateY(101%); transition: transform 0.45s cubic-bezier(0.6,0,0.2,1); z-index: 1;
}
.btn:hover, .btn:focus-visible { color: var(--ink); will-change: transform; }
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); }
.lt .btn { border-color: var(--ink-deep); color: var(--ink-deep); }
.lt .btn::before { background: var(--ink-deep); }
.lt .btn:hover, .lt .btn:focus-visible { color: var(--bone); }

.tlink { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-text); display: inline-block; padding: 10px 0 4px; position: relative; min-height: 44px; }
.tlink::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0.35); transform-origin: left; transition: transform 0.4s cubic-bezier(0.6,0,0.2,1); }
.tlink:hover::after, .tlink:focus-visible::after { transform: scaleX(1); }

/* ---------- LAYOUT ---------- */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 44px; }
.wrap-wide { max-width: 1600px; margin: 0 auto; padding: 0 44px; }
.narrow { max-width: 860px; }
.sect { padding: 120px 0; }
.sect-s { padding: 84px 0; }
.sect-pad { padding-top: 164px; }
.center { text-align: center; }
.mt-1 { margin-top: 18px; } .mt-2 { margin-top: 28px; } .mt-3 { margin-top: 44px; } .mt-4 { margin-top: 72px; }
.mb-3 { margin-bottom: 44px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.grid-2.top { align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.col-gap { display: flex; flex-direction: column; gap: 28px; }
.sticky { position: sticky; top: 110px; }
.cta-row { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }

/* ---------- MARQUEE TICKER ---------- */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
  white-space: nowrap;
}
.lt .marquee { border-color: var(--border-light); }
.marquee-inner {
  display: flex;
  gap: 0;
  animation: marqueeScroll 40s linear infinite;
}
.marquee.is-visible .marquee-inner { will-change: transform; }
.marquee:not(.is-visible) .marquee-inner { animation-play-state: paused; }
.marquee:hover .marquee-inner { animation-play-state: paused; }
.marquee-item {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 48px;
  flex-shrink: 0;
}
.marquee-item span {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-size: clamp(18px, 2.4vw, 32px);
  color: var(--bone);
  white-space: nowrap;
}
.lt .marquee-item span { color: var(--ink-deep); }
.marquee-item em {
  font-style: italic;
  background: linear-gradient(90deg, #C2A057, #E8D5A3, #C2A057);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldShimmer 4s ease-in-out infinite;
}
.marquee-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- HORIZONTAL SCROLL GALLERY ---------- */
.hscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 44px;
}
.hscroll::-webkit-scrollbar { display: none; }
.hscroll-track {
  display: flex;
  gap: 24px;
  padding: 8px 0;
}
.hscroll-item {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--surface);
}
.hscroll-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2,0.6,0.2,1);
}
.hscroll-item:hover img { transform: scale(1.06); }
.hscroll-sm { width: 280px; height: 380px; }
.hscroll-md { width: 340px; height: 460px; }
.hscroll-lg { width: 420px; height: 560px; }
.hscroll-item .ph-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 20px 24px;
  font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text);
  background: linear-gradient(180deg, rgba(13,11,10,0) 0%, rgba(13,11,10,0.82) 100%);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.6,0,0.2,1);
}
.hscroll-item:hover .ph-cap { transform: translateY(0); }

/* ---------- SPLIT HERO ---------- */
.split-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  min-height: 100dvh;
}
.split-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 7vw;
}
.split-hero-img {
  position: relative;
  overflow: hidden;
}
.split-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 8s cubic-bezier(0.2,0.6,0.2,1);
}
.split-hero-img:hover img { transform: scale(1.04); }

/* ---------- CONTENTS INDEX ---------- */
.toc { display: flex; flex-direction: column; margin-top: 48px; }
.toc-row { display: grid; grid-template-columns: 64px 1fr auto; gap: 28px; align-items: baseline; padding: 26px 0; border-top: 1px solid var(--border); transition: padding-left 0.4s cubic-bezier(0.6,0,0.2,1); position: relative; }
.toc-row:last-child { border-bottom: 1px solid var(--border); }
.toc-row::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 0; background: linear-gradient(90deg, rgba(194,160,87,0.06), transparent); transition: width 0.4s ease; }
.toc-row:hover::before { width: 100%; }
.toc-row:hover { padding-left: 18px; }
.toc-num { font-family: 'Bodoni Moda', Georgia, serif; font-style: italic; font-size: 17px; color: var(--gold); position: relative; z-index: 1; }
.toc-name { font-family: 'Bodoni Moda', Georgia, serif; font-size: clamp(24px, 2.8vw, 36px); color: var(--bone); transition: color 0.3s ease; position: relative; z-index: 1; }
.toc-row:hover .toc-name { color: var(--gold); }
.toc-desc { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); position: relative; z-index: 1; }

/* ---------- ROW LISTS ---------- */
.rows { display: flex; flex-direction: column; }
.row { display: flex; align-items: baseline; gap: 24px; padding: 20px 0; border-top: 1px solid var(--border); }
.rows .row:last-child { border-bottom: 1px solid var(--border); }
.lt .row { border-color: var(--border-light); }
a.row .h3 { transition: color 0.3s ease; }
a.row:hover .h3 { color: var(--gold); }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: flex-end; overflow: hidden; }
.vhero { position: relative; min-height: 74vh; min-height: 74dvh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-img { position: absolute; inset: -20px; background-size: cover; background-position: center center; will-change: transform; transition: transform 0.4s cubic-bezier(0.2,0.6,0.2,1); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding-bottom: 9vh; transition: transform 0.4s cubic-bezier(0.2,0.6,0.2,1); }
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,11,10,0.52) 0%, rgba(13,11,10,0.08) 55%),
    linear-gradient(180deg, rgba(13,11,10,0.34) 0%, rgba(13,11,10,0.10) 45%, rgba(13,11,10,0.86) 100%);
}
.vhero .hero-inner { padding-bottom: 72px; }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0.7; }
.scroll-hint span { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text); }
.scroll-hint .scroll-bar { width: 1px; height: 40px; background: linear-gradient(180deg, #C2A057, transparent); display: block; animation: scrollPulse 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(0.4); opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

/* ---------- REVEAL fallback ---------- */
.rv { opacity: 0; }
.no-js .rv, .gsap-missing .rv { opacity: 1; }

/* ---------- PHOTOGRAPHY ---------- */
.ph { position: relative; overflow: hidden; background: var(--surface); }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.2,0.6,0.2,1); }
.ph:hover img { will-change: transform; }
.ph:hover img { transform: scale(1.04); }
.ph-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 20px; font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text); background: linear-gradient(180deg, rgba(13,11,10,0) 0%, rgba(13,11,10,0.74) 100%); z-index: 3; }
.r45 { aspect-ratio: 4 / 5; } .r34 { aspect-ratio: 3 / 4; } .r54 { aspect-ratio: 5 / 4; } .r23 { aspect-ratio: 2 / 3; } .r32 { aspect-ratio: 3 / 2; } .r11 { aspect-ratio: 1 / 1; }

/* Shimmer canvas overlays the host image */
.shimmer-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.6s ease; z-index: 2; }
.shimmer-canvas.ready { opacity: 1; }
.shimmer-canvas.ready ~ img { opacity: 0; }

.bleed { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; }
.bleed-img { position: absolute; inset: 0; overflow: hidden; }
.bleed-img img { width: 100%; height: 110%; object-fit: cover; will-change: transform; }
.bleed-veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(13,11,10,0.64) 0%, rgba(13,11,10,0.28) 60%); }
.bleed .wrap { position: relative; z-index: 2; }

/* ---------- LOOKBOOK MASONRY ---------- */
.lookbook-grid {
  columns: 3;
  column-gap: 20px;
  padding: 0 44px;
  max-width: 1600px;
  margin: 0 auto;
}
.lookbook-item {
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: var(--surface);
  cursor: pointer;
}
.lookbook-item img {
  width: 100%;
  display: block;
  transition: transform 1.2s cubic-bezier(0.2,0.6,0.2,1), filter 0.6s ease;
}
.lookbook-item:hover img { will-change: transform; }
.lookbook-item:hover img {
  transform: scale(1.05);
}
.lookbook-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(13,11,10,0.7) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.lookbook-item:hover .lookbook-overlay { opacity: 1; }
.lookbook-overlay span {
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text);
}

/* ---------- LIGHTBOX ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 9800; background: rgba(13,11,10,0.96);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-img {
  max-width: 90vw; max-height: 85vh; object-fit: contain;
  transform: scale(0.92); transition: transform 0.4s cubic-bezier(0.2,0.6,0.2,1);
}
.lightbox.open .lightbox-img { transform: scale(1); }
.lightbox-close {
  position: absolute; top: 28px; right: 36px;
  background: none; border: 1px solid var(--muted); color: var(--text);
  font-family: 'Jost', Arial, sans-serif; font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 10px 22px; cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.lightbox-close:hover, .lightbox-close:focus-visible { color: var(--gold); border-color: var(--gold); }
.lightbox-cap {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--muted); text-align: center; white-space: nowrap;
}
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: none; border: 1px solid var(--muted); color: var(--text);
  font-family: 'Jost', Arial, sans-serif; font-size: 24px;
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: color 0.3s ease, border-color 0.3s ease;
}
.lightbox-nav:hover, .lightbox-nav:focus-visible { color: var(--gold); border-color: var(--gold); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

/* ---------- EDITORIAL STRIP ---------- */
.editorial-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  overflow: hidden;
}
.editorial-strip .ph { aspect-ratio: 3 / 4; }

/* ---------- CARD ---------- */
.card { display: block; }
.card-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding-top: 20px; }
.card-name { font-family: 'Bodoni Moda', Georgia, serif; font-size: 24px; color: var(--bone); transition: color 0.3s ease; }
.card-name em {
  font-style: italic;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--gold);
  background-clip: unset;
  animation: none;
}
.lt .card-name { color: var(--ink-deep); }
.card:hover .card-name { color: var(--gold); }
.card .cap { margin-top: 8px; }

/* ---------- STATS ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; }
.stats.four { grid-template-columns: repeat(2, 1fr); text-align: left; }
.stat-n { font-family: 'Bodoni Moda', Georgia, serif; font-size: clamp(40px, 4.4vw, 62px); color: var(--gold); }
.stat-l { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

/* ---------- DIVIDER ---------- */
.divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 44px 0;
  position: relative;
  overflow: hidden;
}
.divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #E8D5A3, transparent);
  transform: translateX(-100%);
  animation: dividerShine 3s ease-in-out infinite;
}
@keyframes dividerShine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}
.center .divider { margin-left: auto; margin-right: auto; }

/* ---------- NEXT BAND ---------- */
.next { border-top: 1px solid var(--border); padding: 56px 0; }
.next .wrap { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.next-label { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.next-name { font-family: 'Bodoni Moda', Georgia, serif; font-size: clamp(26px, 3vw, 40px); color: var(--bone); transition: color 0.3s ease; }
a:hover .next-name { color: var(--gold); }

/* ---------- LEGAL PAGE ---------- */
.legal-toc { margin: 32px 0 56px; display: flex; gap: 24px; flex-wrap: wrap; }
.legal-toc a { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: 10px 20px; transition: background 0.3s ease, color 0.3s ease; }
.legal-toc a:hover, .legal-toc a:focus-visible { background: var(--gold); color: var(--ink); }
.legal-article { padding: 48px 0; border-top: 1px solid var(--border); }
.legal-article h2 { font-family: 'Bodoni Moda', Georgia, serif; font-size: clamp(26px, 2.8vw, 36px); color: var(--bone); }
.legal-article h3 { margin: 40px 0 12px; font-size: 21px; font-family: 'Bodoni Moda', Georgia, serif; color: var(--bone); }

/* ---------- FORMS ---------- */
.field { margin-bottom: 28px; }
.field label { display: block; font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 10px; }
.field input, .field select, .field textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--muted-light); color: var(--bone); font-family: 'Jost', Arial, sans-serif; font-size: 17px; font-weight: 300; padding: 8px 2px 12px; transition: border-color 0.3s ease; border-radius: 0; }
.field select option { background: var(--surface); color: var(--text); }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--gold); }
.field ::placeholder { color: var(--muted-deep); }
.hp { position: absolute; left: -9999px; }

/* ---------- BACK TO TOP ---------- */
.back-top {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold-text); margin-top: 44px; transition: opacity 0.3s ease;
}
.back-top:hover { opacity: 0.7; }

/* ---------- FOOTER ---------- */
.foot { border-top: 1px solid var(--border); padding: 88px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 52px; }
.foot-brand { font-family: 'Bodoni Moda', Georgia, serif; font-size: 24px; color: var(--bone); }
.foot-brand em { font-style: italic; color: var(--gold); background: none; -webkit-background-clip: unset; -webkit-text-fill-color: var(--gold); animation: none; }
.foot p { font-size: 14px; color: var(--muted); max-width: 34ch; margin-top: 14px; }
.foot .label { font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin: 0 0 20px; }
.foot ul { list-style: none; }
.foot li { margin-bottom: 10px; }
.foot li a, .foot li span { font-size: 14px; color: var(--muted); transition: color 0.3s ease; display: inline-block; min-height: 44px; padding: 6px 0; }
.foot li a:hover { color: var(--gold-text); }
.foot-base { margin-top: 72px; border-top: 1px solid var(--border); padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: var(--muted-deep); }
.foot-base a { color: var(--muted); } .foot-base a:hover { color: var(--gold-text); }

/* ---------- PARALLAX IMAGE BAND ---------- */
.img-band {
  position: relative;
  height: 70vh;
  overflow: hidden;
}
.img-band img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}
.img-band-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,11,10,0.3) 0%, rgba(13,11,10,0.05) 50%, rgba(13,11,10,0.6) 100%);
}
.img-band-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 72px 44px;
  z-index: 2;
}
.img-band-full {
  height: 100vh; height: 100dvh;
  overflow: hidden;
}
.img-band-full img {
  height: 100%; width: 100%; object-fit: cover;
}
.img-band-veil-gold {
  background:
    radial-gradient(ellipse at center, rgba(13,11,10,0.2) 0%, rgba(13,11,10,0.7) 100%),
    linear-gradient(180deg, rgba(13,11,10,0.1) 0%, rgba(13,11,10,0.5) 100%);
}

/* ---------- FEATURE PAIR ---------- */
.feature-pair {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2px;
  min-height: 80vh;
}
.feature-pair-img {
  position: relative;
  overflow: hidden;
}
.feature-pair-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.2,0.6,0.2,1);
}
.feature-pair-img:hover img { transform: scale(1.03); }
.feature-pair-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7vw;
  background: var(--ink);
}
.feature-pair.reverse { direction: rtl; }
.feature-pair.reverse > * { direction: ltr; }

/* ---------- SCROLL PROGRESS BAR ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 72px; right: 0; height: 2px; z-index: 9990;
  background: linear-gradient(90deg, #C2A057, #E8D5A3, #C2A057);
  background-size: 200% 100%;
  transform-origin: left; transform: scaleX(0);
  pointer-events: none;
  animation: goldShimmer 4s ease-in-out infinite;
}

/* ---------- BAR ICON BUTTONS ---------- */
.bar-icon {
  background: none; border: none; cursor: pointer; color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  transition: color 0.3s ease, background 0.3s ease;
  position: relative; font-family: 'Jost', Arial, sans-serif;
}
.bar-icon:hover, .bar-icon:focus-visible { color: var(--gold); background: rgba(194,160,87,0.08); }
.bar-icon svg { display: block; }
.theme-moon { display: none; }
html.theme-light .theme-sun { display: none; }
html.theme-light .theme-moon { display: block; }

/* ---------- SEARCH OVERLAY ---------- */
.search-overlay {
  position: fixed; inset: 0; z-index: 9700; background: rgba(13,11,10,0.97);
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding-top: 18vh;
  opacity: 0; visibility: hidden; transition: opacity 0.45s ease, visibility 0.45s ease;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.search-overlay.open { opacity: 1; visibility: visible; }
.search-box {
  width: min(640px, 88vw); position: relative;
}
.search-input {
  width: 100%; background: transparent; border: none;
  border-bottom: 2px solid var(--gold); color: var(--bone);
  font-family: 'Bodoni Moda', Georgia, serif; font-size: clamp(28px, 4vw, 48px);
  font-weight: 400; padding: 12px 48px 16px 0;
  outline: none; caret-color: var(--gold);
}
.search-input::placeholder { color: var(--muted-light); }
.search-hint {
  margin-top: 12px; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted-deep); display: flex; align-items: center; gap: 8px;
}
.search-hint kbd {
  background: rgba(194,160,87,0.12); border: 1px solid var(--muted-light);
  border-radius: 4px; padding: 2px 8px; font-family: 'Jost', Arial, sans-serif;
  font-size: 11px; color: var(--gold);
}
.search-close {
  position: absolute; top: 36px; right: 44px;
  background: none; border: 1px solid var(--muted-light); color: var(--muted);
  font-family: 'Jost', Arial, sans-serif; font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 10px 22px; cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.search-close:hover, .search-close:focus-visible { color: var(--gold); border-color: var(--gold); }
.search-results {
  width: min(640px, 88vw); margin-top: 40px;
  display: flex; flex-direction: column; gap: 0;
  max-height: 42vh; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--gold) transparent;
}
.search-result {
  display: grid; grid-template-columns: 40px 1fr; gap: 16px;
  align-items: baseline; padding: 20px 0;
  border-top: 1px solid var(--border);
  text-decoration: none; color: inherit;
  opacity: 0; transform: translateY(12px);
  animation: searchFadeIn 0.35s ease forwards;
}
.search-result:hover { background: rgba(194,160,87,0.04); }
.search-result:hover .search-result-title { color: var(--gold); }
.search-result-num {
  font-family: 'Bodoni Moda', Georgia, serif; font-style: italic;
  font-size: 15px; color: var(--gold);
}
.search-result-title {
  font-family: 'Bodoni Moda', Georgia, serif; font-size: 22px;
  color: var(--bone); transition: color 0.3s ease;
}
.search-result-desc {
  grid-column: 2; font-size: 14px; color: var(--muted-deep); margin-top: -4px;
}
.search-empty {
  padding: 40px 0; text-align: center;
  font-family: 'Bodoni Moda', Georgia, serif; font-style: italic;
  font-size: 18px; color: var(--muted-light);
}
@keyframes searchFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- PAGE TRANSITION ---------- */
.page-trans {
  position: fixed; inset: 0; z-index: 9900;
  pointer-events: none; display: flex;
}
.page-trans-col {
  flex: 1; background: var(--ink);
  transform: scaleY(0); transform-origin: bottom;
}
.page-trans.entering .page-trans-col {
  animation: ptIn 0.5s cubic-bezier(0.76,0,0.24,1) forwards;
}
.page-trans-col:nth-child(2) { animation-delay: 0.05s !important; }
.page-trans-col:nth-child(3) { animation-delay: 0.1s !important; }
.page-trans-col:nth-child(4) { animation-delay: 0.15s !important; }
.page-trans-col:nth-child(5) { animation-delay: 0.2s !important; }
@keyframes ptIn { to { transform: scaleY(1); } }

/* ---------- SECTION PROGRESS DOTS ---------- */
.section-dots {
  position: fixed; right: 28px; top: 50%; transform: translateY(-50%);
  z-index: 90; display: flex; flex-direction: column; gap: 14px;
  opacity: 0; transition: opacity 0.4s ease;
}
.section-dots.visible { opacity: 1; }
.section-dot {
  width: 8px; height: 8px; border-radius: 50%;
  border: 1px solid var(--muted); background: transparent;
  cursor: pointer; transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  position: relative; padding: 0; box-sizing: content-box;
}
.section-dot::before {
  content: ''; position: absolute; inset: -18px; border-radius: 50%;
}
.section-dot.active { background: var(--gold); border-color: var(--gold); transform: scale(1.4); }
.section-dot-label {
  position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); white-space: nowrap; pointer-events: none;
  opacity: 0; transition: opacity 0.3s ease;
}
.section-dot:hover .section-dot-label { opacity: 1; }

/* ---------- IMAGE TILT 3D ---------- */
.ph, .hscroll-item, .lookbook-item, .card { transition: transform 0.5s cubic-bezier(0.2,0.6,0.2,1); }

/* ---------- TEXT SCRAMBLE ---------- */
.text-scramble { display: inline-block; }

/* ---------- THEME: LIGHT MODE ---------- */
html.theme-light body { background: #F6F2EA; color: #2B2620; }
html.theme-light body::after { opacity: 0.02; }
html.theme-light ::selection { background: #C2A057; color: #F6F2EA; }
html.theme-light .spine { background: #F6F2EA; border-right-color: #DDD4C2; }
html.theme-light .spine-title { color: #8A7E6E; }
html.theme-light .bar.solid { background: rgba(246,242,234,0.96); border-bottom-color: #DDD4C2; }
html.theme-light .bar-brand { color: #1E1A15; }
html.theme-light .bar-link { color: #8A7E6E; }
html.theme-light .bar-link:hover, html.theme-light .bar-link:focus-visible { color: #C2A057; }
html.theme-light .bar-icon { color: #8A7E6E; }
html.theme-light .bar-icon:hover { color: #C2A057; background: rgba(194,160,87,0.1); }
html.theme-light .menu { background: #F6F2EA; }
html.theme-light .menu-close::before, html.theme-light .menu-close::after { background: #8A7E6E; }
html.theme-light .menu-close:hover::before, html.theme-light .menu-close:hover::after { background: #C2A057; }
html.theme-light .menu-item span { color: #1E1A15; }
html.theme-light .menu-aside { border-left-color: #DDD4C2; }
html.theme-light .menu-aside a { color: #4A4337; }
html.theme-light .display, html.theme-light .h2, html.theme-light .h3 { color: #1E1A15; }
html.theme-light .lede { color: #4A4337; }
html.theme-light .cap { color: #8A7E6E; }
html.theme-light .quote { color: #1E1A15; }
html.theme-light p { color: #4A4337; }
html.theme-light .toc-row { border-color: #DDD4C2; }
html.theme-light .toc-name { color: #1E1A15; }
html.theme-light .toc-desc { color: #8A7E6E; }
html.theme-light .row { border-color: #DDD4C2; }
html.theme-light .marquee { border-color: #DDD4C2; }
html.theme-light .marquee-item span { color: #1E1A15; }
html.theme-light .card-name { color: #1E1A15; }
html.theme-light .next { border-top-color: #DDD4C2; }
html.theme-light .next-name { color: #1E1A15; }
html.theme-light .foot { border-top-color: #DDD4C2; }
html.theme-light .foot-brand { color: #1E1A15; }
html.theme-light .foot p { color: #4A4337; }
html.theme-light .foot li a, html.theme-light .foot li span { color: #4A4337; }
html.theme-light .foot-base { border-top-color: #DDD4C2; color: #8A7E6E; }
html.theme-light .field input, html.theme-light .field select, html.theme-light .field textarea {
  color: #1E1A15; border-bottom-color: #DDD4C2;
}
html.theme-light .field ::placeholder { color: #A89A86; }
html.theme-light .btn { border-color: #1E1A15; color: #1E1A15; }
html.theme-light .btn::before { background: #1E1A15; }
html.theme-light .btn:hover, html.theme-light .btn:focus-visible { color: #F6F2EA; }
html.theme-light .feature-pair-text { background: #F6F2EA; }
html.theme-light .ph { background: #E6DFD2; }
html.theme-light .hscroll-item { background: #E6DFD2; }
html.theme-light .lookbook-item { background: #E6DFD2; }
html.theme-light .legal-article { border-top-color: #DDD4C2; }
html.theme-light .legal-article h2, html.theme-light .legal-article h3 { color: #1E1A15; }
html.theme-light .search-overlay { background: rgba(246,242,234,0.97); }
html.theme-light .search-input { color: #1E1A15; }
html.theme-light .search-input::placeholder { color: #A89A86; }
html.theme-light .search-result { border-top-color: #DDD4C2; }
html.theme-light .search-result-title { color: #1E1A15; }
html.theme-light .search-result-desc { color: #A89A86; }
html.theme-light .search-empty { color: #A89A86; }
html.theme-light .search-close { border-color: #DDD4C2; color: #8A7E6E; }
html.theme-light .section-dot { border-color: #A89A86; }
html.theme-light .page-trans-col { background: #F6F2EA; }
html.theme-light .cursor-dot { background: #1E1A15; }
html.theme-light .cursor.on .cursor-dot { border-color: #1E1A15; background: transparent; }
html.theme-light .stat-l { color: #8A7E6E; }
html.theme-light .lightbox { background: rgba(246,242,234,0.96); }
html.theme-light .lightbox-close { color: #1E1A15; border-color: #DDD4C2; }
html.theme-light .lightbox-nav { color: #1E1A15; border-color: #DDD4C2; }
html.theme-light .lightbox-cap { color: #8A7E6E; }
html.theme-light .display em, html.theme-light .h2 em {
  background: linear-gradient(90deg, #A8882E 0%, #C2A057 25%, #A8882E 50%, #7A5A10 75%, #A8882E 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
}
html.theme-light .marquee-item em {
  background: linear-gradient(90deg, #A8882E, #C2A057, #A8882E);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
}
html.theme-light .scroll-progress {
  background: linear-gradient(90deg, #A8882E, #C2A057, #A8882E);
  background-size: 200% 100%;
}
html.theme-light .divider::after { background: linear-gradient(90deg, transparent, #B8923A, transparent); }
html.theme-light .scroll-hint .scroll-bar { background: linear-gradient(180deg, #A8882E, transparent); }
html.theme-light .curtain { background: radial-gradient(ellipse at 50% 50%, #F6F2EA 0%, #E6DFD2 60%); }
html.theme-light .curtain::after { background: radial-gradient(ellipse at center, transparent 30%, rgba(230,223,210,0.5) 100%); }
html.theme-light .curtain-word-top { color: #1E1A15; }
html.theme-light .curtain-word-btm { color: #C2A057; }
html.theme-light .curtain-rule { background: linear-gradient(90deg, transparent, #C2A057, transparent); }

/* transition for theme switch */
html.theme-transition body,
html.theme-transition .bar,
html.theme-transition .spine,
html.theme-transition .foot,
html.theme-transition .menu,
html.theme-transition .display,
html.theme-transition .h2,
html.theme-transition .h3,
html.theme-transition p,
html.theme-transition a,
html.theme-transition .btn,
html.theme-transition .field input,
html.theme-transition .field select,
html.theme-transition .field textarea {
  transition: background 0.6s ease, color 0.4s ease, border-color 0.4s ease !important;
}

/* ---------- IMAGE REVEAL (clip-path wipe) ---------- */
.img-reveal {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.4s cubic-bezier(0.76,0,0.24,1);
}
.img-reveal.revealed {
  clip-path: inset(0 0 0 0);
}
.img-reveal-left {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.4s cubic-bezier(0.76,0,0.24,1);
}
.img-reveal-left.revealed {
  clip-path: inset(0 0 0 0);
}

/* ---------- CHAR SPLIT STAGGER ---------- */
.char-split .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: bottom center;
}
.char-split .char-space { width: 0.3em; display: inline-block; }

/* ---------- MOMENTUM SCROLLBAR ---------- */
.hscroll-momentum-bar {
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: rgba(194,160,87,0.12);
  pointer-events: none;
}
.hscroll-momentum-track {
  height: 100%; background: var(--gold); transform-origin: left;
  transition: transform 0.15s linear;
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .curtain { display: none; }
  .rv { opacity: 1 !important; transform: none !important; }
  body::after { display: none; }
  .marquee-inner { animation: none !important; }
  .display em, .h2 em { animation: none; }
  .scroll-progress { display: none; }
  .page-trans { display: none; }
  .section-dots { display: none; }
  .img-reveal, .img-reveal-left { clip-path: none !important; }
  .char-split .char { opacity: 1 !important; transform: none !important; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1440px) {
  .wrap-wide { padding: 0 36px; }
}
@media (max-width: 980px) {
  .spine { display: none; }
  .page-body { margin-left: 0; }
  .bar { left: 0; padding: 0 22px; height: 68px; }
  .bar-cta { display: none; }
  .wrap, .wrap-wide { padding: 0 22px; }
  .sect { padding: 80px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; gap: 40px; }
  .grid-4 { grid-template-columns: 1fr 1fr; gap: 16px; }
  .sticky { position: static; }
  .stats { grid-template-columns: 1fr; gap: 32px; }
  .stats.four { grid-template-columns: 1fr 1fr; }
  .menu { grid-template-columns: 1fr; overflow-y: auto; -webkit-overflow-scrolling: touch; display: flex; flex-direction: column; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); opacity: 0; transition: opacity 0.5s ease, visibility 0.5s ease; }
  .menu.open { opacity: 1; }
  .menu-list { padding: 100px 8vw 30px; justify-content: flex-start; flex-shrink: 0; }
  .menu-aside { border-left: none; border-top: 1px solid var(--border); padding: 40px 8vw 60px; justify-content: flex-start; gap: 26px; flex-shrink: 0; }
  .menu-preview { display: none; }
  .menu-item span { font-size: clamp(26px, 6vw, 36px); }
  .toc-row { grid-template-columns: 44px 1fr; }
  .toc-desc { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bleed { min-height: 60vh; }
  .cursor { display: none; }
  .section-dots { display: none; }
  .scroll-progress { left: 0; }
  .split-hero { grid-template-columns: 1fr; }
  .split-hero-img { min-height: 60vh; }
  .feature-pair, .feature-pair.reverse { grid-template-columns: 1fr; }
  .feature-pair-img { min-height: 50vh; }
  .lookbook-grid { columns: 2; padding: 0 22px; }
  .editorial-strip { grid-template-columns: 1fr; }
  .hscroll { padding: 0 22px; }
  .hscroll-lg { width: 300px; height: 400px; }
  .hscroll-md { width: 260px; height: 350px; }
  .lightbox-nav { display: none; }
  .lightbox-swipe-hint { position: absolute; bottom: 56px; left: 50%; transform: translateX(-50%); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); opacity: 0.6; }
}
@media (max-width: 768px) {
  .wa-float { bottom: 20px; right: 20px; width: 50px; height: 50px; }
  .wa-float svg { width: 24px; height: 24px; }
  .stats.four { grid-template-columns: 1fr; }
  .sect-pad { padding-top: 120px; }
  .cookie-bar { padding: 18px 22px 80px; flex-direction: column; align-items: stretch; text-align: center; }
  .cookie-bar-actions { justify-content: center; }
  .btt { bottom: 82px; right: 20px; width: 40px; height: 40px; }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
  .lookbook-grid { columns: 1; }
  .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- COOKIE CONSENT ---------- */
.cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9400;
  background: var(--surface); border-top: 1px solid var(--border);
  padding: 22px 44px; display: flex; align-items: center;
  justify-content: space-between; gap: 28px; flex-wrap: wrap;
  transform: translateY(100%); transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.cookie-bar.show { transform: translateY(0); }
.cookie-bar-text {
  font-size: 14px; color: var(--muted); max-width: 64ch; line-height: 1.6;
}
.cookie-bar-text a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.cookie-bar-text a:hover { color: #E8D5A3; }
.cookie-bar-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-accept, .cookie-decline {
  font-family: 'Jost', Arial, sans-serif; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 12px 24px; cursor: pointer; border: 1px solid var(--gold);
  transition: background 0.3s ease, color 0.3s ease;
}
.cookie-accept { background: var(--gold); color: var(--ink); }
.cookie-accept:hover, .cookie-accept:focus-visible { background: #E8D5A3; }
.cookie-decline { background: transparent; color: var(--muted); border-color: var(--muted-light); }
.cookie-decline:hover, .cookie-decline:focus-visible { color: var(--gold); border-color: var(--gold); }
html.theme-light .cookie-bar { background: #F6F2EA; border-top-color: #DDD4C2; }
html.theme-light .cookie-bar-text { color: #4A4337; }
html.theme-light .cookie-decline { border-color: #DDD4C2; color: #8A7E6E; }

/* ---------- FLOATING BACK TO TOP ---------- */
.btt {
  position: fixed; bottom: 100px; right: 28px; z-index: 9100;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(13,11,10,0.8); border: 1px solid var(--muted-light);
  color: var(--gold); display: flex; align-items: center; justify-content: center;
  cursor: pointer; opacity: 0; visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.3s ease, background 0.3s ease;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.btt.visible { opacity: 1; visibility: visible; }
.btt:hover, .btt:focus-visible { background: var(--gold); color: var(--ink); border-color: var(--gold); transform: translateY(-3px); }
.btt svg { width: 18px; height: 18px; }
html.theme-light .btt { background: rgba(246,242,234,0.85); border-color: #DDD4C2; }
html.theme-light .btt:hover { background: #C2A057; color: #0D0B0A; border-color: #C2A057; }

/* ---------- PRINT STYLES ---------- */
@media print {
  .spine, .bar, .cursor, .curtain, .wa-float, .btt, .cookie-bar,
  .scroll-progress, .page-trans, .section-dots, .search-overlay,
  .scroll-hint, .marquee, .lightbox { display: none !important; }
  .page-body { margin-left: 0 !important; }
  body { background: #fff !important; color: #000 !important; font-size: 12pt; }
  .display, .h2, .h3 { color: #000 !important; }
  .hero { min-height: auto !important; page-break-after: avoid; }
  .hero-veil { background: none !important; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.85em; color: #666; }
  .btn::after { content: " (" attr(href) ")"; font-size: 0.85em; }
  .btn::before { display: none; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  .sect, .sect-s { padding: 40px 0; }
  .foot { page-break-before: always; }
}

/* -- Floating WhatsApp Button -- */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 9100;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s;
  text-decoration: none;
}
.wa-float:hover, .wa-float:focus-visible { transform: scale(1.12); box-shadow: 0 6px 28px rgba(37,211,102,.55); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* -- Droplet Brand Animation -- */
.brand-droplet { display: inline-block; overflow: hidden; }
.brand-droplet .drop-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-40px) scale(.6);
  filter: blur(4px);
  animation: dropReveal 0.6s cubic-bezier(.23,1,.32,1) forwards;
}
.brand-droplet .drop-char.is-space { width: .3em; }
@keyframes dropReveal {
  0%   { opacity: 0; transform: translateY(-40px) scale(.6); filter: blur(4px); }
  60%  { opacity: 1; transform: translateY(4px) scale(1.04); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
