/* ═══════════════════════════════════════════════
   MAISON AURELIA — ULTRA LUXURY CSS v2
   ═══════════════════════════════════════════════ */

:root {
  --cream: #fdf9f4;
  --cream-deep: #f5eddf;
  --cream-darker: #ece0ce;
  --bg: #faf5ee;
  --text: #1a0f07;
  --muted: #7a624a;
  --muted-light: #a8906e;
  --accent: #9c6b43;
  --accent-light: rgba(156,107,67,0.12);
  --gold: #c8a06a;
  --gold-light: rgba(200,160,106,0.2);
  --dark: #1a0f07;
  --line: rgba(88,55,26,0.14);
  --line-strong: rgba(88,55,26,0.26);
  --shadow-sm: 0 8px 24px rgba(67,38,15,0.08);
  --shadow: 0 24px 64px rgba(67,38,15,0.12);
  --shadow-lg: 0 48px 120px rgba(67,38,15,0.18);
  --radius: 24px;
  --radius-sm: 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
}

[id] { scroll-margin-top: 132px; }

body {
  color: var(--text);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(255,249,238,0.98) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 8%, rgba(200,160,106,0.08) 0%, transparent 35%),
    radial-gradient(ellipse at 50% 100%, rgba(236,224,206,0.6) 0%, transparent 55%),
    linear-gradient(180deg, #fdfaf5 0%, #f7f0e5 40%, #ede0cc 100%);
  overflow-x: hidden;
  cursor: none;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.8; }

/* ─── AMBIENT LAYERS ─── */
.ambient-wrap {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
}
.ambient-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.38;
  animation: orbFloat 20s ease-in-out infinite;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.orb-1 {
  width: 700px; height: 700px; top: -250px; left: -250px;
  background: radial-gradient(circle, rgba(255,249,240,0.9), rgba(255,235,200,0.4));
  animation-delay: 0s;
}
.orb-2 {
  width: 500px; height: 500px; top: 35%; right: -150px;
  background: radial-gradient(circle, rgba(200,160,106,0.3), transparent 70%);
  animation-delay: -7s;
}
.orb-3 {
  width: 450px; height: 450px; bottom: 10%; left: 18%;
  background: radial-gradient(circle, rgba(255,240,215,0.5), transparent 70%);
  animation-delay: -14s;
}
@keyframes orbFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(25px,-18px) scale(1.04); }
  66% { transform: translate(-18px,12px) scale(0.97); }
}

.grain-overlay {
  position: fixed; inset: 0; opacity: 0.032; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* ─── CURSOR ─── */
.cursor-ring {
  position: fixed;
  width: 38px; height: 38px;
  border: 1.5px solid rgba(156,107,67,0.5);
  border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width 280ms ease, height 280ms ease, border-color 280ms ease, background 280ms ease;
  mix-blend-mode: multiply;
}
.cursor-ring.is-link {
  width: 56px; height: 56px;
  border-color: rgba(156,107,67,0.9);
  background: rgba(156,107,67,0.06);
}
.cursor-ring.is-view {
  width: 80px; height: 80px;
  border-color: rgba(200,160,106,0.6);
  background: rgba(200,160,106,0.04);
}
.cursor-ring.is-drag {
  width: 64px; height: 64px;
  border-color: rgba(26,15,7,0.4);
  background: rgba(26,15,7,0.03);
}
.cursor-dot {
  position: fixed; width: 6px; height: 6px;
  background: var(--accent); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
}

/* ─── LAYOUT ─── */
.site-header, .section, .site-footer, .marquee-wrap {
  position: relative; z-index: 2;
}
.section {
  width: min(1440px, calc(100vw - 48px));
  margin-inline: auto; padding: 80px 0;
}

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, .brand { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 0.9; }
.kicker {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem; font-weight: 300;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent);
}

/* heading-in animation */
h2 {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0s;
}
h2.heading-in {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 900ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* ─── HEADER ─── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  width: min(1480px, calc(100vw - 32px));
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 22px 28px;
  border-radius: 28px;
  overflow: hidden;
  transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
  backdrop-filter: blur(20px) saturate(1.4);
}
.site-header.scrolled {
  background: rgba(253,249,244,0.88);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 32px rgba(67,38,15,0.06);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(88,55,26,0.16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: rgba(26,15,7,0.82);
  box-shadow: 0 16px 36px rgba(67,38,15,0.18);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.94);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease, background 220ms ease;
  z-index: 80;
  cursor: pointer;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.back-to-top:hover {
  background: rgba(156,107,67,0.9);
}

.brand {
  font-size: 1.1rem; font-weight: 600; letter-spacing: 0.08em;
  display: flex; align-items: center; gap: 8px;
}
.brand-sep { color: var(--gold); font-size: 0.6rem; animation: starSpin 8s linear infinite; }
@keyframes starSpin { to { transform: rotate(360deg); } }
.brand-maison { color: var(--text); }
.brand-aurelia { color: var(--accent); font-style: italic; }

.site-nav { display: flex; gap: 32px; }
.site-nav a {
  font-size: 0.68rem; font-weight: 300; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--muted);
  position: relative; display: inline-block;
  opacity: 0; animation: navFadeIn 600ms ease forwards;
}
@keyframes navFadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}
.site-nav a::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--accent);
  transition: width 280ms ease;
}
.site-nav a:hover { color: var(--accent); }
.site-nav a:hover::after { width: 100%; }

.reserve-btn {
  font-size: 0.65rem; font-weight: 300; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--cream);
  background: var(--accent); padding: 10px 20px; border-radius: 999px;
  transition: background 220ms ease, box-shadow 220ms ease;
  position: relative; overflow: hidden;
}
.reserve-btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,0.2) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0s;
}
.reserve-btn:hover::before {
  transform: translateX(100%);
  transition: transform 500ms ease;
}
.reserve-btn:hover {
  background: var(--dark);
  box-shadow: 0 12px 30px rgba(67,38,15,0.22);
}

.mobile-reserve-btn {
  display: none;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream);
  background: #b17849;
  padding: 12px 24px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(67,38,15,0.18);
  transition: transform 280ms ease, box-shadow 280ms ease, background 220ms ease;
  animation: mobileReserveFloat 3.2s ease-in-out infinite;
}
.mobile-reserve-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 34%, rgba(255,255,255,0.34) 50%, transparent 66%);
  transform: translateX(-100%);
  transition: transform 0s;
}
.mobile-reserve-btn:hover::before {
  transform: translateX(100%);
  transition: transform 620ms ease;
}
.mobile-reserve-btn:hover {
  background: #bf8452;
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 42px rgba(67,38,15,0.26);
}
@keyframes mobileReserveFloat {
  0%, 100% { transform: translateY(0); box-shadow: 0 12px 30px rgba(67,38,15,0.16); }
  50% { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(67,38,15,0.22); }
}

/* ─── HERO ─── */
.hero {
  min-height: 100svh; display: grid;
  grid-template-rows: auto auto auto auto auto;
  gap: 24px; padding-top: 24px;
}

.hero-eyebrow { display: flex; align-items: center; gap: 16px; }
.eyebrow-line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong));
  animation: eyebrowExpand 1.2s cubic-bezier(0.22, 1, 0.36, 1) 300ms both;
  transform-origin: left;
}
.eyebrow-line:last-child {
  background: linear-gradient(90deg, var(--line-strong), transparent);
  transform-origin: right;
}
@keyframes eyebrowExpand {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.hero-title-block { padding: 8px 0; }
.hero-h1 {
  font-size: clamp(5rem, 14vw, 11rem);
  line-height: 0.85;
  display: flex; align-items: baseline; gap: 0.18em; flex-wrap: wrap;
}
.h1-word { color: var(--text); }
.h1-serif { font-style: italic; color: var(--accent); }

/* Character split animation */
.char {
  display: inline-block;
  opacity: 0; transform: translateY(60px) rotateX(-40deg);
  animation: charIn 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--ci) * 50ms + 100ms);
}
@keyframes charIn {
  to { opacity: 1; transform: none; }
}

.hero-tagline {
  margin-top: 12px; font-size: 0.68rem;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted);
  opacity: 0; animation: fadeUp 600ms ease 800ms both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* Hero centerpiece */
.hero-centerpiece {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  min-height: 500px; z-index: 3;
  perspective: 1600px;
  opacity: 0; animation: fadeUp 800ms ease 400ms both;
}

.bag-slider {
  position: relative;
  width: min(760px, 100%);
  display: grid;
  gap: 22px;
  justify-items: center;
}

.bag-slider-viewport {
  position: relative;
  width: min(760px, 100%);
  overflow: hidden;
  padding: 26px 0 66px;
  mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.bag-slider-track {
  display: flex;
  align-items: end;
  gap: 36px;
  width: max-content;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.bag-slider-track.is-dragging {
  transition: none !important;
}

.bag-slide {
  width: clamp(220px, 30vw, 280px);
  flex: 0 0 clamp(220px, 30vw, 280px);
  display: grid;
  gap: 16px;
  justify-items: center;
  opacity: 0.42;
  filter: saturate(0.82) brightness(0.96);
  transform-origin: center bottom;
  transform: perspective(1200px) rotateY(0deg) scale(0.82) translateY(22px);
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 500ms ease,
    filter 500ms ease;
  cursor: pointer;
}

.bag-slide.is-prev {
  opacity: 0.58;
  filter: saturate(0.9) brightness(0.98);
  transform: perspective(1200px) rotateY(26deg) scale(0.88) translateY(14px);
}

.bag-slide.is-next {
  opacity: 0.58;
  filter: saturate(0.9) brightness(0.98);
  transform: perspective(1200px) rotateY(-26deg) scale(0.88) translateY(14px);
}

.bag-slide.is-active {
  opacity: 1;
  filter: none;
  transform: perspective(1200px) rotateY(0deg) scale(1.03) translateY(-4px);
}

.bag-slide-copy {
  display: grid;
  gap: 4px;
  text-align: center;
}

.bag-slide-kicker {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.bag-slide-copy h3 {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: var(--text);
}

.bag-slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bag-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(122,98,74,0.22);
  transition: width 260ms ease, background 260ms ease, transform 260ms ease;
  cursor: pointer;
}

.bag-dot.is-active {
  width: 26px;
  background: var(--accent);
  transform: scale(1.02);
}

.bag-glow-ring {
  position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,160,106,0.22) 0%, rgba(255,249,240,0.5) 42%, transparent 68%);
  filter: blur(28px);
  animation: glowPulse 4s ease-in-out infinite;
}
/* Second ring orbit */
.bag-glow-ring::after {
  content: '';
  position: absolute; inset: -20px;
  border-radius: 50%;
  border: 1px solid rgba(200,160,106,0.18);
  animation: ringOrbit 6s linear infinite;
}
@keyframes glowPulse {
  0%,100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes ringOrbit {
  from { transform: rotate(0deg) scaleX(1.2); }
  to { transform: rotate(360deg) scaleX(1.2); }
}

.bag-photo-shell {
  position: relative;
  width: 100%;
  height: clamp(330px, 48vh, 400px);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 40px 100px rgba(67,38,15,0.28), 0 8px 24px rgba(67,38,15,0.14);
  cursor: none;
  transition: box-shadow 400ms ease;
}
.bag-photo-shell:hover { box-shadow: 0 60px 140px rgba(67,38,15,0.36); }
.bag-photo-secondary { object-position: center 55%; }
.bag-photo-midnight { object-position: center 54%; }
.bag-beans-bg {
  position: absolute; inset: 0;
  background: url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1200&q=80") center / cover no-repeat;
  opacity: 0.3; transform: scale(1.1);
}
.bag-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transform: scale(1.05);
  transition: transform 600ms ease;
}
.bag-reflection {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 50%, rgba(0,0,0,0.08) 100%);
  pointer-events: none;
}

.bag-shadow-cast {
  position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
  width: 180px; height: 40px; border-radius: 50%;
  background: radial-gradient(circle, rgba(67,38,15,0.22) 0%, transparent 70%);
  filter: blur(14px);
  animation: shadowBreath 4s ease-in-out infinite;
}
.bag-slider-shadow {
  width: 340px;
  bottom: 44px;
  left: 50%;
  opacity: 0.72;
}
@keyframes shadowBreath {
  0%,100% { transform: translateX(-50%) scaleX(1); opacity: 0.7; }
  50% { transform: translateX(-50%) scaleX(1.12); opacity: 1; }
}

/* Float tags */
.float-tag {
  --edge-slide: 0px;
  --parallax-x: 0px;
  --parallax-y: 0px;
  --slide-duration: 2400ms;
  position: absolute; display: flex; flex-direction: column; gap: 2px;
  padding: 10px 16px;
  background: rgba(255,253,248,0.92);
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); backdrop-filter: blur(12px);
  transform: translate3d(calc(var(--edge-slide) + var(--parallax-x)), var(--parallax-y), 0);
  animation: floatBob 5s ease-in-out infinite;
  will-change: transform;
  transition:
    transform var(--slide-duration) cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 600ms ease;
}
.float-tag:hover {
  --edge-slide: 0px;
  --slide-duration: 3200ms;
  box-shadow: 0 18px 40px rgba(67,38,15,0.16);
}
.float-tag-1 {
  top: 10%;
  left: calc(50% - 50vw);
  --edge-slide: -52%;
  animation-delay: 0s;
}
.float-tag-2 {
  top: 50%;
  right: calc(50% - 50vw);
  --edge-slide: 52%;
  animation-delay: -1.6s;
}
.float-tag-3 {
  bottom: 12%;
  left: calc(50% - 50vw);
  --edge-slide: -52%;
  animation-delay: -3.2s;
}
@keyframes floatBob {
  0%,100% { margin-top: 0; }
  50% { margin-top: -8px; }
}
.ft-label { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.ft-value { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--text); }

/* Hero panels */
.hero-panels { display: grid; grid-template-columns: 1fr 0.55fr; gap: 16px; min-height: 48vh; }
.hero-right-col { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }

.panel {
  position: relative; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow); background: var(--cream-deep);
  transition: box-shadow 400ms ease;
}
.panel:hover { box-shadow: var(--shadow-lg); }
.panel img { transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }

/* Shimmer on panel hover */
.panel::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,0.15) 50%, transparent 60%);
  transform: translateX(-100%); pointer-events: none;
  transition: transform 0s;
}
.panel:hover::after {
  transform: translateX(100%);
  transition: transform 700ms ease;
}

.panel-a { min-height: 440px; }
.panel-b, .panel-c { min-height: 180px; }

.hero-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; border-top: 1px solid var(--line);
}
.scroll-hint {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
}
.scroll-line {
  display: inline-block; width: 40px; height: 1px; background: var(--muted-light);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { width: 40px; opacity: 0.5; }
  50% { width: 68px; opacity: 1; }
}
.hero-cta {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); transition: gap 300ms ease;
}
.hero-cta:hover { gap: 18px; }

/* ─── MARQUEE ─── */
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 14px 0; background: rgba(255,255,255,0.3); backdrop-filter: blur(8px);
}
.marquee-track {
  display: flex; gap: 32px; width: max-content;
  animation: marqueeScroll 28s linear infinite;
  font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
}
.marquee-track:hover { animation-play-state: paused; }
.sep { color: var(--gold); }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ─── INTRO STATEMENT ─── */
.intro-statement { text-align: center; padding: 100px 0; }
.intro-rule {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 30%, var(--line-strong) 70%, transparent);
  margin: 32px 0;
  transform: scaleX(0); transform-origin: center;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.intro-statement.in-view .intro-rule { transform: scaleX(1); }
.intro-body { padding: 16px 0; }
.intro-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 400; line-height: 1.12; color: var(--text);
  max-width: 1000px; margin: 20px auto 0;
  display: flex; flex-wrap: wrap; gap: 0.22em; justify-content: center;
}
.italic-word { font-style: italic; color: var(--accent); }
.word-reveal {
  display: inline-block; opacity: 0; transform: translateY(24px) rotate(-1deg);
  transition: opacity 500ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--wi) * 65ms + 200ms);
}
.intro-statement.in-view .word-reveal { opacity: 1; transform: none; }

/* ─── EDITORIAL GRID ─── */
.editorial-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  grid-template-rows: auto auto; gap: 16px;
}
.editorial-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow); background: var(--cream-deep);
  min-height: 300px; cursor: none;
  transition: box-shadow 360ms ease;
}
.editorial-card:hover { box-shadow: var(--shadow-lg); }
.editorial-card img { transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.editorial-card:not(.quote):hover img { transform: scale(1.06) !important; }
.editorial-card.large { grid-row: span 2; min-height: 640px; }
.editorial-card.tall { grid-row: span 2; min-height: 640px; }
.editorial-card.quote {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px; min-height: 300px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.97), rgba(248,240,228,0.94)),
    radial-gradient(circle at top left, rgba(200,160,106,0.12), transparent 50%);
}
.quote-deco {
  font-family: 'Cormorant Garamond', serif; font-size: 5rem; line-height: 1;
  color: var(--gold); opacity: 0.4; margin-bottom: -16px;
  animation: quoteDrift 6s ease-in-out infinite;
}
@keyframes quoteDrift {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-6px) rotate(0deg); }
}
.editorial-card.quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.05; color: var(--text);
}
.caption {
  position: absolute; top: 16px; left: 16px; z-index: 1;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(255,253,248,0.9); border: 1px solid var(--line);
  font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent);
  backdrop-filter: blur(8px);
  transform: translateY(-4px); opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}
.editorial-card:hover .caption { transform: translateY(0); opacity: 1; }
.card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,15,7,0.18) 0%, transparent 55%);
  opacity: 0; transition: opacity 360ms ease; pointer-events: none;
}
.editorial-card:hover .card-overlay, .feature-image:hover .card-overlay,
.campaign-images figure:hover .card-overlay { opacity: 1; }

/* ─── DUAL LINKS ─── */
.dual-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dual-card {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow); cursor: none;
  transition: box-shadow 360ms ease;
}
.dual-card:hover { box-shadow: var(--shadow-lg); }
.dual-card-inner {
  position: relative; z-index: 2;
  display: grid; gap: 16px; padding: 36px; flex: 1;
  align-content: space-between;
}
.dual-card h3 {
  font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 0.88; color: var(--text);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 700ms cubic-bezier(0.77, 0, 0.175, 1), color 220ms ease;
}
.dual-card.in-view h3 { clip-path: inset(0 0% 0 0); }
.dual-card:hover h3 { color: var(--accent); }
.dual-card p { color: var(--muted); font-size: 0.85rem; line-height: 1.8; }
.dual-arrow {
  font-size: 1.4rem; color: var(--accent); display: inline-block;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.dual-card:hover .dual-arrow { transform: translateX(10px); }
.dual-card-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.98), rgba(248,240,230,0.92)),
    radial-gradient(circle at bottom right, rgba(200,160,106,0.16), transparent 50%);
  transition: background 300ms ease;
}

/* ─── FEATURE SHOWCASE ─── */
.feature-showcase { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 20px; align-items: start; }
.feature-copy h2 { font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: 1; margin: 16px 0 20px; }
.feature-copy h2 em { font-style: italic; color: var(--accent); }
.feature-copy p { color: var(--muted); font-size: 0.88rem; }
.text-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 24px;
  font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent);
  transition: gap 300ms ease;
}
.text-link:hover { gap: 16px; }
.feature-visuals { display: grid; grid-template-columns: 1fr 0.75fr; gap: 16px; }
.feature-image {
  overflow: hidden; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  background: var(--cream-deep); min-height: 540px;
  position: relative; cursor: none;
  transition: box-shadow 360ms ease;
}
.feature-image:hover { box-shadow: var(--shadow-lg); }
.feature-image img { transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.feature-image.offset { min-height: 380px; margin-top: 120px; }

/* ─── COLLECTION ─── */
.section-heading { text-align: center; margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(2.8rem, 6vw, 5.5rem); font-style: italic; color: var(--text); margin-top: 10px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 48px; }

.collection-card {
  position: relative; overflow: hidden;
  padding: 32px; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.98), rgba(248,240,230,0.94)),
    radial-gradient(circle at top right, rgba(200,160,106,0.14), transparent 45%);
  min-height: 280px; display: flex; flex-direction: column; gap: 16px;
  cursor: none;
  transition: box-shadow 360ms ease;
}
.collection-card:hover { box-shadow: var(--shadow); }

/* Mouse glare effect */
.collection-card::before, .dual-card::before, .visit-card::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle 160px at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255,255,255,0.28) 0%, transparent 70%);
  opacity: 0; transition: opacity 300ms ease;
}
.collection-card.shining::before, .dual-card.shining::before, .visit-card.shining::before { opacity: 1; }

.cc-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem; font-weight: 300; color: var(--gold);
  opacity: 0; transform: translateX(-20px);
  transition: opacity 500ms ease, transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cc-number.count-in { opacity: 0.5; transform: none; }
.cc-content h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem); color: var(--text); margin-bottom: 10px;
  transition: color 220ms ease;
}
.collection-card:hover h3 { color: var(--accent); }
.cc-content p { font-size: 0.84rem; color: var(--muted); line-height: 1.75; }
.cc-notes { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.cc-notes span {
  font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); padding: 5px 12px;
  border: 1px solid rgba(156,107,67,0.25); border-radius: 999px;
  transition: background 200ms ease, color 200ms ease;
}
.collection-card:hover .cc-notes span { background: var(--accent); color: var(--cream); }
.cc-hover-line {
  position: absolute; bottom: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transition: width 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.collection-card:hover .cc-hover-line { width: 100%; }

/* Ripple */
.ripple {
  position: absolute; width: 4px; height: 4px;
  border-radius: 50%; pointer-events: none;
  background: rgba(156,107,67,0.3);
  transform: translate(-50%, -50%) scale(0);
  animation: rippleOut 700ms ease-out forwards;
}
@keyframes rippleOut {
  to { transform: translate(-50%, -50%) scale(80); opacity: 0; }
}

/* Bag feature row */
.bag-feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
  padding: 56px 0; border-top: 1px solid var(--line);
}
.bag-feature-copy h3 { font-size: clamp(2.4rem, 4.5vw, 4rem); margin: 14px 0 16px; }
.bag-feature-copy h3 em { font-style: italic; color: var(--accent); }
.bag-feature-copy p { color: var(--muted); font-size: 0.86rem; }
.bag-feature-visual {
  position: relative; display: flex;
  justify-content: center; align-items: center; min-height: 480px;
}
.bag-feature-glow {
  position: absolute; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,160,106,0.2), transparent 68%);
  filter: blur(40px); animation: glowPulse 4s ease-in-out infinite;
}
.bag-feature-shell {
  position: relative; width: min(200px, 52vw); height: min(360px, 52vh);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 40px 100px rgba(67,38,15,0.26);
  cursor: none; transition: box-shadow 400ms ease;
}
.bag-feature-shell:hover { box-shadow: 0 60px 140px rgba(67,38,15,0.36); }

/* ─── CAMPAIGN ─── */
.campaign-strip { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 20px; align-items: center; }
.campaign-copy h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); margin: 12px 0 16px; line-height: 0.95; }
.campaign-copy p { color: var(--muted); font-size: 0.86rem; }
.campaign-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.campaign-images figure {
  overflow: hidden; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  background: var(--cream-deep); min-height: 380px; margin: 0;
  position: relative; cursor: none;
  transition: box-shadow 360ms ease;
}
.campaign-images figure:hover { box-shadow: var(--shadow-lg); }
.campaign-images figure img { transition: transform 700ms ease; }

/* ─── PARTNERS ─── */
.partners { text-align: center; }
.partners .kicker { margin-bottom: 32px; display: block; }
.partner-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.partner-row span {
  padding: 12px 22px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,0.7); color: var(--muted);
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  backdrop-filter: blur(8px);
  opacity: 0; transform: translateY(16px) scale(0.92);
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, opacity 220ms ease;
  cursor: none;
}
.partner-row span.wave-in { opacity: 1; transform: none; }
.partner-row span:hover {
  background: rgba(255,255,255,0.95); border-color: var(--accent);
  color: var(--accent); transform: translateY(-3px) scale(1.04);
}

/* ─── VISIT ─── */
.social-visit { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 20px; align-items: start; }
.visit-copy h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); margin: 12px 0 16px; }
.visit-copy p { color: var(--muted); font-size: 0.86rem; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.visit-card {
  padding: 28px; border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.98), rgba(248,240,230,0.92)),
    radial-gradient(circle at top right, rgba(200,160,106,0.12), transparent 45%);
  min-height: 220px; display: flex; flex-direction: column; gap: 10px;
  position: relative; overflow: hidden; cursor: none;
  transition: box-shadow 360ms ease;
}
.visit-card:hover { box-shadow: var(--shadow); }
.vc-icon {
  font-size: 1.4rem; color: var(--gold); line-height: 1;
  display: inline-block; animation: iconSpin 8s linear infinite;
}
@keyframes iconSpin {
  0%,100% { transform: rotate(0deg); }
  50% { transform: rotate(180deg); }
}
.vc-platform { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.visit-card p { color: var(--muted); font-size: 0.84rem; margin: 0; margin-top: auto; }

/* ─── FOOTER ─── */
.site-footer {
  width: min(1440px, calc(100vw - 48px));
  margin-inline: auto; padding: 64px 0 48px;
  border-top: 1px solid var(--line); position: relative; z-index: 2;
}
.footer-brand { margin-bottom: 48px; }
.footer-brand .brand { font-size: 1.3rem; margin-bottom: 8px; }
.footer-brand span { font-size: 0.78rem; color: var(--muted); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 48px; }
.footer-cols > div { display: grid; gap: 10px; align-content: start; }
.footer-cols p { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.footer-cols a, .footer-cols span { font-size: 0.8rem; color: var(--muted); transition: color 200ms ease, transform 200ms ease; display: inline-block; }
.footer-cols a:hover { color: var(--accent); transform: translateX(4px); }
.footer-bottom {
  display: flex; gap: 14px; align-items: center;
  font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-light);
  padding-top: 24px; border-top: 1px solid var(--line);
}
.footer-sep { color: var(--gold); animation: starSpin 6s linear infinite; }

/* ─── REVEALS ─── */
.reveal-fade {
  opacity: 0;
  transition: opacity 700ms ease var(--d, 0ms);
}
.float-tag.reveal-fade {
  transition:
    opacity 700ms ease var(--d, 0ms),
    transform 1600ms cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 600ms ease;
}
.reveal-up {
  opacity: 0; transform: translateY(36px) scale(0.992);
  transition: opacity 600ms ease var(--d, 0ms), transform 780ms cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms);
}
.reveal-scale {
  opacity: 0; transform: scale(0.93);
  transition: opacity 700ms ease var(--d, 0ms), transform 900ms cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms);
}
.reveal-left {
  opacity: 0; transform: translateX(-40px);
  transition: opacity 600ms ease var(--d, 0ms), transform 780ms cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms);
}
.reveal-right {
  opacity: 0; transform: translateX(40px);
  transition: opacity 600ms ease var(--d, 0ms), transform 780ms cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms);
}
.reveal-fade.in-view, .reveal-up.in-view, .reveal-scale.in-view,
.reveal-left.in-view, .reveal-right.in-view { opacity: 1; transform: none; }
.float-tag.reveal-fade.in-view {
  opacity: 1;
  transform: translate3d(calc(var(--edge-slide) + var(--parallax-x)), var(--parallax-y), 0);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .hero-panels, .feature-showcase, .campaign-strip, .social-visit, .bag-feature { grid-template-columns: 1fr; }
  .feature-visuals, .campaign-images, .dual-links { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .editorial-card.large, .editorial-card.tall { grid-row: span 1; min-height: 460px; }
  .feature-image.offset { margin-top: 0; min-height: 460px; }
}

@media (max-width: 720px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }
  body { touch-action: pan-y pinch-zoom; }
  .section { width: min(100vw - 24px, 1440px); padding: 56px 0; }
  .site-header {
    position: fixed;
    top: 8px;
    left: 8px;
    right: 8px;
    width: auto;
    margin-inline: 0;
    padding: 14px 16px;
    gap: 12px;
    flex-wrap: nowrap;
    border-radius: 22px;
    background: rgba(253,249,244,0.92);
    border: 1px solid var(--line);
    box-shadow: 0 8px 28px rgba(67,38,15,0.08);
  }
  main { padding-top: 96px; overflow-x: hidden; }
  .reserve-btn { display: none; }
  .brand { display: none; }
  .mobile-reserve-btn {
    display: inline-flex;
    margin: -14px auto 12px;
  }
  .site-nav a { animation: none; opacity: 1; }
  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  .site-nav a {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }
  .back-to-top {
    right: 14px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
  .hero-h1 { font-size: clamp(3.8rem, 16vw, 6rem); }
  .hero-panels, .feature-visuals, .campaign-images, .dual-links,
  .collection-grid, .visit-grid, .footer-cols, .editorial-grid { grid-template-columns: 1fr; }
  .hero-centerpiece { min-height: 380px; }
  .bag-slider { width: 100%; }
  .bag-slider-viewport { width: 100%; padding: 18px 0 54px; }
  .bag-slider-track { gap: 22px; }
  .bag-slide, .bag-slide.is-prev, .bag-slide.is-next, .bag-slide.is-active {
    width: min(198px, 52vw);
    flex-basis: min(198px, 52vw);
  }
  .bag-slide.is-prev { transform: perspective(1200px) rotateY(18deg) scale(0.86) translateY(18px); }
  .bag-slide.is-next { transform: perspective(1200px) rotateY(-18deg) scale(0.86) translateY(18px); }
  .bag-slide.is-active { transform: perspective(1200px) rotateY(0deg) scale(1) translateY(0); }
  .bag-photo-shell { height: min(300px, 46vh); }
  .bag-slide-copy h3 { font-size: 1.15rem; }
  .bag-slider-shadow { width: 220px; bottom: 36px; }
  .ambient-orb,
  .bag-glow-ring,
  .bag-glow-ring::after,
  .bag-shadow-cast,
  .marquee-track { animation: none !important; }
  .bag-slider-track,
  .bag-slide,
  .bag-photo-shell,
  .bag-photo,
  .bag-slide-copy,
  .site-nav a { transition-duration: 320ms !important; }
  .float-tag-1, .float-tag-2, .float-tag-3 { display: none; }
  .panel-a { min-height: 320px; }
  .panel-b, .panel-c { min-height: 180px; }
  .bag-feature { padding: 32px 0; }
  .cursor-ring, .cursor-dot { display: none; }
  body { cursor: auto; }
  * { cursor: auto !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal-fade, .reveal-up, .reveal-scale, .reveal-left, .reveal-right, .word-reveal { opacity: 1 !important; transform: none !important; }
  h2 { clip-path: none !important; }
}
