/** Shopify CDN: Minification failed

Line 132:49 Unterminated string token

**/
/* ========== COVABA — Editorial Luxe Design System ========== */

:root {
  /* Palette — ivoire + bourgogne (default) */
  --ivory: #F4EFE6;
  --ivory-soft: #EBE4D6;
  --ivory-deep: #E2D9C6;
  --bordeaux: #5C1A2B;
  --bordeaux-deep: #3D0F1D;
  --bordeaux-soft: #7A2A3D;
  --boucle: #8B6F5C;
  --ink: #1A1512;
  --ink-soft: #403730;
  --ink-muted: #7A6F65;
  --line: rgba(26,21,18,0.14);
  --line-soft: rgba(26,21,18,0.08);

  /* Surfaces */
  --bg: var(--ivory);
  --bg-alt: var(--ivory-soft);
  --bg-deep: var(--ivory-deep);
  --fg: var(--ink);
  --fg-muted: var(--ink-muted);
  --accent: var(--bordeaux);

  /* Type */
  --font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", -apple-system, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Spacing (editorial) */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
  --s-11: 160px;

  --density: 1;
  --radius-card: 8px;
  --radius-btn: 8px;
  --radius-sm: 6px;
  --radius-lg: 14px;
  --gutter: clamp(20px, 4vw, 56px);
  --maxw: 1680px;
  --shadow-luxe: 0 40px 80px -30px rgba(26,21,18,0.22), 0 12px 24px -12px rgba(26,21,18,0.12);
  --shadow-card: 0 20px 50px -22px rgba(26,21,18,0.2), 0 6px 16px -10px rgba(26,21,18,0.08);
}

/* Dark mode (Tweak) */
[data-theme="dark"] {
  --bg: #14100E;
  --bg-alt: #1C1713;
  --bg-deep: #241D18;
  --ivory: #14100E;
  --ivory-soft: #1C1713;
  --ivory-deep: #241D18;
  --fg: #F4EFE6;
  --ink: #F4EFE6;
  --ink-soft: #E2D9C6;
  --fg-muted: #9A8C7F;
  --ink-muted: #9A8C7F;
  --line: rgba(244,239,230,0.12);
  --line-soft: rgba(244,239,230,0.06);
  --boucle: #A88971;
}

/* Density (Tweak) */
[data-density="compact"] { --density: 0.78; }
[data-density="dense"] { --density: 0.62; }

/* ========== Reset ========== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
input, textarea, select { font: inherit; color: inherit; }

/* ========== Typography ========== */
.display-xxl {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(56px, 11vw, 200px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 144, "SOFT" 20;
}
.display-xl {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(44px, 7vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 144, "SOFT" 20;
}
.display-l {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}
.display-m {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 96, "SOFT" 30";
}
.display-s {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.italic { font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 100; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.eyebrow-accent { color: var(--accent); }

.body-l { font-size: 17px; line-height: 1.6; }
.body-m { font-size: 15px; line-height: 1.6; }
.body-s { font-size: 13px; line-height: 1.55; }
.mono {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ========== Layout ========== */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container-wide { max-width: 100%; padding: 0 var(--gutter); }

.section { padding: calc(var(--s-10) * var(--density)) 0; }
.section-sm { padding: calc(var(--s-8) * var(--density)) 0; }
.section-lg { padding: calc(var(--s-11) * var(--density)) 0; }

.rule { height: 1px; background: var(--line); width: 100%; }

/* ========== Header ========== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 20px var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: background 400ms ease, border-color 400ms ease, padding 300ms ease;
  border-bottom: 1px solid transparent;
  mix-blend-mode: normal;
}
.site-header.scrolled {
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
  padding: 14px var(--gutter);
}
.site-header.on-dark { color: var(--ivory); }
.site-header.on-dark .header-link { color: var(--ivory); }

.header-left, .header-right { display: flex; align-items: center; gap: 24px; }
.header-right { justify-content: flex-end; }

.logo {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.logo-dot {
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 2px 6px 2px;
}

.header-link {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  transition: opacity 200ms;
}
.header-link:hover { opacity: 0.65; }
.header-link.active::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: currentColor;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  transition: opacity 200ms;
}
.icon-btn:hover { opacity: 0.65; }
.icon-btn svg { width: 16px; height: 16px; }

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 18px; height: 18px;
  background: var(--accent);
  color: var(--ivory);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 600;
  padding: 0 5px;
  letter-spacing: 0;
}

/* Announcement bar */
.announce {
  background: var(--bordeaux-deep);
  color: var(--ivory);
  text-align: center;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  overflow: hidden;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.announce-track {
  display: flex;
  gap: 80px;
  animation: announce-slide 40s linear infinite;
  white-space: nowrap;
}
@keyframes announce-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.announce-dot {
  display: inline-block;
  width: 4px; height: 4px;
  background: currentColor;
  border-radius: 50%;
  margin: 0 40px;
  vertical-align: middle;
  opacity: 0.5;
}

.has-announce .site-header { top: 36px; }

/* ========== Buttons ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid currentColor;
  border-radius: var(--radius-btn);
  transition: background 260ms ease, color 260ms ease, border-color 260ms, transform 260ms, box-shadow 260ms;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-card); }
.btn-primary {
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
}
.btn-primary:hover { background: var(--accent); border-color: var(--accent); }
.btn-accent {
  background: var(--accent);
  color: var(--ivory);
  border-color: var(--accent);
}
.btn-accent:hover { background: var(--bordeaux-deep); border-color: var(--bordeaux-deep); }
.btn-outline {
  background: transparent;
  color: var(--fg);
  border-color: var(--fg);
}
.btn-outline:hover { background: var(--fg); color: var(--bg); }
.btn-ghost {
  background: transparent;
  border-color: transparent;
  padding: 0;
  height: auto;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
/* ── Hero button styles (scoped to .cvb-hero to beat theme.css overrides) ── */
.cvb-hero .btn-bordeaux {
  background: var(--bordeaux-deep, #3D0F1D) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--bordeaux-deep, #3D0F1D) !important;
}
.cvb-hero .btn-bordeaux:hover {
  background: var(--accent, #5C1A2B) !important;
  border-color: var(--accent, #5C1A2B) !important;
}

.cvb-hero .btn-accent {
  background: var(--accent, #5C1A2B) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--accent, #5C1A2B) !important;
}
.cvb-hero .btn-accent:hover {
  background: var(--bordeaux-deep, #3D0F1D) !important;
  border-color: var(--bordeaux-deep, #3D0F1D) !important;
}

.cvb-hero .btn-ivory {
  background: var(--ivory, #F4EFE6) !important;
  color: var(--bordeaux-deep, #3D0F1D) !important;
  border-color: var(--ivory, #F4EFE6) !important;
}
.cvb-hero .btn-ivory:hover {
  background: transparent !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--ivory, #F4EFE6) !important;
}

.cvb-hero .btn-primary {
  background: var(--ink, #241D1E) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--ink, #241D1E) !important;
}
.cvb-hero .btn-primary:hover {
  background: var(--accent, #5C1A2B) !important;
  border-color: var(--accent, #5C1A2B) !important;
}

.cvb-hero .btn-outline-bordeaux {
  background: transparent !important;
  color: var(--bordeaux-deep, #3D0F1D) !important;
  border-color: var(--bordeaux-deep, #3D0F1D) !important;
}
.cvb-hero .btn-outline-bordeaux:hover {
  background: var(--bordeaux-deep, #3D0F1D) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--bordeaux-deep, #3D0F1D) !important;
}

.cvb-hero .btn-outline-ivory,
.cvb-hero .btn-outline {
  background: transparent !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: rgba(244, 239, 230, 0.75) !important;
}
.cvb-hero .btn-outline-ivory:hover,
.cvb-hero .btn-outline:hover {
  background: var(--ivory, #F4EFE6) !important;
  color: var(--ink, #241D1E) !important;
  border-color: var(--ivory, #F4EFE6) !important;
}

/* Fallback base versions (used outside hero if needed) */
.btn-bordeaux         { background: var(--bordeaux-deep); color: var(--ivory); border-color: var(--bordeaux-deep); }
.btn-outline-bordeaux { background: transparent; color: var(--bordeaux-deep); border-color: var(--bordeaux-deep); }
.btn-outline-ivory    { background: transparent; color: var(--ivory); border-color: rgba(244, 239, 230, 0.75); }

/* Force button width auto (not full) in hero — unless .hero--btn-stack */
.cvb-hero .cvb-hero__ctas .btn {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Button sizes (base) */
.btn-sm { height: 44px; padding: 0 20px; font-size: 11px; letter-spacing: 0.16em; }
.btn-md { height: 52px; padding: 0 28px; font-size: 12px; }
.btn-lg { height: 60px; padding: 0 36px; font-size: 13px; }
.btn-xl { height: 68px; padding: 0 44px; font-size: 14px; letter-spacing: 0.2em; }

/* Responsive button sizes — desktop classes */
@media (min-width: 768px) {
  .cvb-hero .btn-d-sm { height: 44px !important; padding: 0 20px !important; font-size: 11px !important; letter-spacing: 0.16em !important; }
  .cvb-hero .btn-d-md { height: 52px !important; padding: 0 28px !important; font-size: 12px !important; }
  .cvb-hero .btn-d-lg { height: 60px !important; padding: 0 36px !important; font-size: 13px !important; }
  .cvb-hero .btn-d-xl { height: 68px !important; padding: 0 44px !important; font-size: 14px !important; letter-spacing: 0.2em !important; }
}

/* Hero context: outline & ghost buttons are ivory on dark background */
.cvb-hero .btn-outline {
  color: var(--ivory);
  border-color: rgba(244, 239, 230, 0.7);
}
.cvb-hero .btn-outline:hover {
  background: var(--ivory);
  color: var(--ink);
  border-color: var(--ivory);
}
.cvb-hero .btn-ghost {
  color: var(--ivory);
  border-bottom-color: var(--ivory);
}

.link-underline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--fg);
  transition: gap 200ms;
}
.link-underline:hover { gap: 20px; }
.link-underline svg { width: 14px; height: 10px; }

/* ========== Hero ========== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background: var(--bordeaux-deep);
  color: var(--ivory);
}
.hero-media {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: hero-zoom 18s ease-out forwards;
}
@keyframes hero-zoom {
  to { transform: scale(1); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
}
.hero-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: clamp(140px, 28vw, 520px);
  letter-spacing: -0.02em;
  line-height: 0.9;
  color: var(--ivory, #f4efe6);
  opacity: 0.09;
  pointer-events: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  mix-blend-mode: screen;
  font-variation-settings: "opsz" 144, "SOFT" 20;
  animation: heroWatermarkIn 1.6s 0.4s ease-out both;
}
@keyframes heroWatermarkIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 0.09; transform: translateY(0); }
}
@media (max-width: 767px) {
  .hero-watermark {
    font-size: clamp(90px, 32vw, 260px);
    opacity: 0.07;
  }
}
.hero-content {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 140px var(--gutter) 64px;
}
.hero-top { display: flex; align-items: flex-end; }
.hero-title { color: var(--ivory); max-width: 14ch; }
.hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 40px;
}
.hero-meta { color: rgba(244,239,230,0.75); max-width: 32ch; font-size: 14px; line-height: 1.6; }
.hero-meta-right { text-align: right; }

/* Hero mode: text (Tweak) */
.hero-text-mode .hero-media { filter: blur(8px) brightness(0.7); transform: scale(1.12); }
.hero-text-mode .hero-title { font-size: clamp(64px, 15vw, 260px); max-width: none; }

/* Hero mode: video */
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ========== Hero v3 — Editorial redesign (based on reference HTML) ========== */
.cvb-hero {
  --cream-warm: #EBE3D5;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bordeaux-deep, #3D0F1D);
  color: var(--ivory, #F4EFE6);
  /* Local stacking context so inner z-index never escapes above header (50) */
  z-index: 0;
  isolation: isolate;
}

/* Desktop heights */
.cvb-hero.hero--d-full { height: 100vh;  min-height: 640px; max-height: 900px; }
.cvb-hero.hero--d-lg   { height: 92vh;   min-height: 620px; max-height: 880px; }
.cvb-hero.hero--d-md   { height: 75vh;   min-height: 560px; }
.cvb-hero.hero--d-sm   { height: 60vh;   min-height: 460px; }

/* Track */
.cvb-hero__track {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Slide */
.cvb-hero__slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 1.4s;
  pointer-events: none;
}
.cvb-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

/* Media */
.cvb-hero__media { position: absolute !important; inset: 0 !important; overflow: hidden; z-index: 1; }
.cvb-hero__media picture,
.cvb-hero picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0 !important;
}
.cvb-hero__img,
.cvb-hero__video,
.cvb-hero picture > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transform: scale(1.05);
  transition: transform 8s ease-out;
}
.cvb-hero__slide.is-active .cvb-hero__img,
.cvb-hero__slide.is-active .cvb-hero__video,
.cvb-hero__slide.is-active picture > img {
  transform: scale(1) !important;
}

/* YouTube / Vimeo iframe cover */
.cvb-hero__iframe-wrap { position: absolute; inset: 0; overflow: hidden; }
.cvb-hero__iframe-wrap iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: max(177.78vh, 100vw);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.cvb-hero__media--empty { background: var(--bordeaux-deep, #3D0F1D); width: 100%; height: 100%; }

/* Overlays (responsive) */
.cvb-hero__overlay { position: absolute; inset: 0; pointer-events: none; background: transparent; }
@media (min-width: 768px) {
  .cvb-hero__overlay-d-none     { background: transparent; }
  .cvb-hero__overlay-d-light    { background: rgba(26, 21, 18, 0.20); }
  .cvb-hero__overlay-d-medium   { background: rgba(26, 21, 18, 0.40); }
  .cvb-hero__overlay-d-dark     { background: rgba(26, 21, 18, 0.60); }
  .cvb-hero__overlay-d-gradient {
    background: linear-gradient(180deg,
      rgba(26, 21, 18, 0.15) 0%,
      rgba(26, 21, 18, 0.05) 30%,
      rgba(26, 21, 18, 0.25) 70%,
      rgba(26, 21, 18, 0.55) 100%);
  }
}
@media (max-width: 767px) {
  .cvb-hero__overlay-m-none     { background: transparent; }
  .cvb-hero__overlay-m-light    { background: rgba(26, 21, 18, 0.20); }
  .cvb-hero__overlay-m-medium   { background: rgba(26, 21, 18, 0.40); }
  .cvb-hero__overlay-m-dark     { background: rgba(26, 21, 18, 0.60); }
  .cvb-hero__overlay-m-gradient {
    background: linear-gradient(180deg,
      rgba(26, 21, 18, 0.10) 0%,
      rgba(26, 21, 18, 0.00) 25%,
      rgba(26, 21, 18, 0.35) 65%,
      rgba(26, 21, 18, 0.70) 100%);
  }
}

/* Watermark — CO · VABA signature centered */
.cvb-hero__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display, 'Fraunces', serif);
  font-weight: 300;
  font-size: clamp(180px, 28vw, 520px);
  letter-spacing: -0.03em;
  font-variation-settings: 'opsz' 144, 'SOFT' 20;
  color: rgba(244, 239, 230, 0.06);
  line-height: 0.9;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}
.cvb-hero__watermark-dot {
  display: inline-block;
  width: 0.12em;
  height: 0.12em;
  background: rgba(244, 239, 230, 0.06);
  border-radius: 50%;
  margin: 0 -0.02em 0 0.1em;
  flex-shrink: 0;
}

/* Content container */
.cvb-hero__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 clamp(24px, 6vw, 96px);
  pointer-events: none;
}
.cvb-hero__content--d-top    { align-items: flex-start; padding-top: 15vh; }
.cvb-hero__content--d-center { align-items: center; }
.cvb-hero__content--d-bottom { align-items: flex-end; padding-bottom: 15vh; }
.cvb-hero__content--align-left   { justify-content: flex-start; text-align: left; }
.cvb-hero__content--align-center { justify-content: center; text-align: center; }
.cvb-hero__content--align-right  { justify-content: flex-end; text-align: right; }

.cvb-hero__inner {
  pointer-events: auto;
  max-width: 720px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.2s 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              transform 1.2s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cvb-hero__slide.is-active .cvb-hero__inner {
  opacity: 1;
  transform: translateY(0);
}
.cvb-hero__content--align-center .cvb-hero__inner { margin-inline: auto; }
.cvb-hero__content--align-right  .cvb-hero__inner { margin-left: auto; }

/* Eyebrow — editorial with leading line */
.cvb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--ivory, #F4EFE6);
  font-weight: 500;
  margin: 0 0 28px;
  opacity: 0.92;
}
.cvb-hero__eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--ivory, #F4EFE6);
  opacity: 0.6;
  flex-shrink: 0;
}
.cvb-hero__content--align-center .cvb-hero__eyebrow,
.cvb-hero__content--align-right  .cvb-hero__eyebrow { display: inline-flex; }

/* Heading */
.cvb-hero__heading {
  font-family: var(--font-display, 'Fraunces', serif);
  font-weight: 300;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ivory, #F4EFE6);
  font-variation-settings: 'opsz' 144, 'SOFT' 20;
  margin: 0 0 24px;
}
.cvb-hero__heading em {
  font-style: italic;
  font-weight: 300;
  color: var(--cream-warm);
}

/* Subtitle — elegant italic */
.cvb-hero__subtitle {
  font-family: var(--font-display, 'Fraunces', serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.5;
  color: var(--ivory, #F4EFE6);
  opacity: 0.92;
  max-width: 520px;
  margin: 0 0 42px;
}

/* CTAs */
.cvb-hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.cvb-hero__content--align-center .cvb-hero__ctas { justify-content: center; }
.cvb-hero__content--align-right  .cvb-hero__ctas { justify-content: flex-end; }

/* Arrow icon inside primary button */
.cvb-hero__btn-arrow {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
  margin-left: 8px;
}
.cvb-hero .btn:hover .cvb-hero__btn-arrow { transform: translateX(4px); }

/* ── Hero button styles (scoped + !important to beat theme.css) ── */
.cvb-hero .btn { box-shadow: none !important; text-shadow: none !important; }
.cvb-hero .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important; }

.cvb-hero .btn-bordeaux {
  background: var(--bordeaux-deep, #3D0F1D) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--bordeaux-deep, #3D0F1D) !important;
}
.cvb-hero .btn-bordeaux:hover {
  background: var(--accent, #5C1A2B) !important;
  border-color: var(--accent, #5C1A2B) !important;
}

.cvb-hero .btn-accent {
  background: var(--accent, #5C1A2B) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--accent, #5C1A2B) !important;
}
.cvb-hero .btn-accent:hover {
  background: var(--bordeaux-deep, #3D0F1D) !important;
  border-color: var(--bordeaux-deep, #3D0F1D) !important;
}

.cvb-hero .btn-ivory {
  background: var(--ivory, #F4EFE6) !important;
  color: var(--accent, #5C1A2B) !important;
  border-color: var(--ivory, #F4EFE6) !important;
}
.cvb-hero .btn-ivory:hover {
  background: var(--accent, #5C1A2B) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--accent, #5C1A2B) !important;
}

.cvb-hero .btn-primary {
  background: var(--ink, #1A1512) !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: var(--ink, #1A1512) !important;
}
.cvb-hero .btn-primary:hover {
  background: var(--accent, #5C1A2B) !important;
  border-color: var(--accent, #5C1A2B) !important;
}

.cvb-hero .btn-outline-bordeaux {
  background: transparent !important;
  color: var(--bordeaux-deep, #3D0F1D) !important;
  border-color: var(--bordeaux-deep, #3D0F1D) !important;
}
.cvb-hero .btn-outline-bordeaux:hover {
  background: var(--bordeaux-deep, #3D0F1D) !important;
  color: var(--ivory, #F4EFE6) !important;
}

.cvb-hero .btn-outline-ivory,
.cvb-hero .btn-outline {
  background: transparent !important;
  color: var(--ivory, #F4EFE6) !important;
  border-color: rgba(244, 239, 230, 0.5) !important;
}
.cvb-hero .btn-outline-ivory:hover,
.cvb-hero .btn-outline:hover {
  background: var(--ivory, #F4EFE6) !important;
  color: var(--accent, #5C1A2B) !important;
  border-color: var(--ivory, #F4EFE6) !important;
}

/* Button width — auto (unless stacked override) */
.cvb-hero .cvb-hero__ctas .btn {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Controls wrapper — z-index above content */
.cvb-hero__arrow,
.cvb-hero__dots,
.cvb-hero__counter,
.cvb-hero__brand,
.cvb-hero__scroll { z-index: 10; }

/* Arrows — circular backdrop-blur */
.cvb-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(244, 239, 230, 0.1);
  border: 1px solid rgba(244, 239, 230, 0.2);
  color: var(--ivory, #F4EFE6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  padding: 0;
}
.cvb-hero__arrow:hover {
  background: var(--ivory, #F4EFE6);
  color: var(--accent, #5C1A2B);
  border-color: var(--ivory, #F4EFE6);
}
.cvb-hero__arrow--prev { left: 32px; }
.cvb-hero__arrow--next { right: 32px; }

/* Dots — in frosted pill with progress animation */
.cvb-hero__dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(26, 21, 18, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cvb-hero .cvb-hero__dot,
.cvb-hero button.cvb-hero__dot {
  width: 32px !important;
  height: 2px !important;
  min-width: 32px !important;
  min-height: 2px !important;
  max-height: 2px !important;
  background: rgba(244, 239, 230, 0.35);
  border: 0 !important;
  border-radius: 1px !important;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0;
  line-height: 0;
}
.cvb-hero .cvb-hero__dot.is-active { background: rgba(244, 239, 230, 0.25); }
.cvb-hero .cvb-hero__dot.is-active::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ivory, #F4EFE6);
  transform-origin: left;
  animation: cvb-dot-progress var(--cvb-hero-autoplay, 6s) linear forwards;
}
@keyframes cvb-dot-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Counter — premium touch, bottom-right */
.cvb-hero__counter {
  position: absolute;
  bottom: 42px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display, 'Fraunces', serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ivory, #F4EFE6);
  opacity: 0.85;
}
.cvb-hero__counter-current { font-size: 28px; color: var(--ivory, #F4EFE6); }
.cvb-hero__counter-divider { width: 40px; height: 1px; background: var(--ivory, #F4EFE6); opacity: 0.5; }
.cvb-hero__counter-total { font-size: 16px; opacity: 0.7; }

/* Brand mark top-left */
.cvb-hero__brand {
  position: absolute;
  top: 32px;
  left: 40px;
  font-family: var(--font-display, 'Fraunces', serif);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--ivory, #F4EFE6);
  font-variation-settings: 'opsz' 144, 'SOFT' 20;
  display: inline-flex;
  align-items: center;
  pointer-events: none;
}
.cvb-hero__brand-dot {
  display: inline-block;
  width: 0.12em;
  height: 0.12em;
  background: var(--ivory, #F4EFE6);
  border-radius: 50%;
  margin: 0 -0.02em 0 0.1em;
  flex-shrink: 0;
}

/* Scroll hint (bottom-left, animated line) */
.cvb-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--ivory, #F4EFE6);
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
  pointer-events: none;
}
.cvb-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: var(--ivory, #F4EFE6);
  position: relative;
  overflow: hidden;
}
.cvb-hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(244, 239, 230, 0.9);
  animation: cvb-scroll-line 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes cvb-scroll-line {
  0%   { top: -40px; }
  50%  { top: 40px; }
  100% { top: 40px; }
}

/* Desktop button sizes */
@media (min-width: 768px) {
  .cvb-hero .btn-d-sm { height: 44px !important; padding: 0 20px !important; font-size: 11px !important; letter-spacing: 0.2em !important; }
  .cvb-hero .btn-d-md { height: 50px !important; padding: 0 26px !important; font-size: 12px !important; letter-spacing: 0.22em !important; }
  .cvb-hero .btn-d-lg { height: 56px !important; padding: 0 32px !important; font-size: 12px !important; letter-spacing: 0.24em !important; }
  .cvb-hero .btn-d-xl { height: 64px !important; padding: 0 40px !important; font-size: 13px !important; letter-spacing: 0.26em !important; }
}

/* ================= Mobile editorial (< 900px) ================= */
@media (max-width: 900px) {
  .cvb-hero.hero--m-full  { height: 100svh;  min-height: 560px; }
  .cvb-hero.hero--m-lg    { height: 85svh;   min-height: 520px; }
  .cvb-hero.hero--m-md    { height: auto;    aspect-ratio: 4 / 5; min-height: 560px; max-height: 100svh; }
  .cvb-hero.hero--m-sm    { height: 60svh;   min-height: 440px; }
  .cvb-hero.hero--m-ratio { height: auto;    aspect-ratio: 4 / 5; min-height: 560px; max-height: 100svh; }

  /* Hide desktop-only ornaments on mobile (arrows/brand/scroll — watermark stays) */
  .cvb-hero__arrow,
  .cvb-hero__scroll,
  .cvb-hero__brand { display: none; }

  /* Watermark — sized down for mobile portrait ratio */
  .cvb-hero__watermark {
    font-size: clamp(100px, 38vw, 280px);
    opacity: 0.07;
  }
  .cvb-hero__watermark-dot {
    background: rgba(244, 239, 230, 0.07);
  }

  /* Content — bottom-left anchored with breathing */
  .cvb-hero .cvb-hero__content { padding: 0 24px 90px; }
  .cvb-hero .cvb-hero__content--m-top    { align-items: flex-start !important; padding-top: 100px; padding-bottom: 0; }
  .cvb-hero .cvb-hero__content--m-center { align-items: center !important; padding-top: 40px; padding-bottom: 40px; }
  .cvb-hero .cvb-hero__content--m-bottom { align-items: flex-end !important; padding-bottom: 100px; padding-top: 0; }
  .cvb-hero .cvb-hero__inner { max-width: 100%; width: 100%; }

  .cvb-hero .cvb-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.3em;
    gap: 10px;
    margin-bottom: 20px;
  }
  .cvb-hero .cvb-hero__eyebrow::before { width: 24px; }

  .cvb-hero .cvb-hero__heading {
    font-size: clamp(38px, 9vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-bottom: 16px;
  }

  .cvb-hero .cvb-hero__subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 28px;
    max-width: 90%;
    opacity: 0.88;
  }

  /* CTAs inline on mobile (primary btn + secondary inline link feel) */
  .cvb-hero .cvb-hero__ctas {
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }

  /* Mobile button sizes */
  .cvb-hero .btn-m-sm { height: 42px !important; padding: 0 18px !important; font-size: 10px !important; letter-spacing: 0.18em !important; }
  .cvb-hero .btn-m-md { height: 48px !important; padding: 0 22px !important; font-size: 11px !important; letter-spacing: 0.22em !important; }
  .cvb-hero .btn-m-lg { height: 52px !important; padding: 0 26px !important; font-size: 12px !important; letter-spacing: 0.22em !important; }
  .cvb-hero .btn-m-xl { height: 58px !important; padding: 0 32px !important; font-size: 13px !important; letter-spacing: 0.24em !important; }

  /* Ghost button becomes inline underlined link on mobile */
  .cvb-hero .btn-ghost {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: var(--ivory, #F4EFE6) !important;
    letter-spacing: 0.18em !important;
    font-size: 11px !important;
    position: relative;
    border-radius: 0 !important;
    height: auto !important;
    box-shadow: none !important;
  }
  .cvb-hero .btn-ghost::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: var(--ivory, #F4EFE6);
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  .cvb-hero .btn-ghost:hover {
    background: transparent !important;
    color: var(--ivory, #F4EFE6) !important;
    transform: none;
  }
  .cvb-hero .btn-ghost:hover::after { opacity: 1; }

  /* If user chose "stacked" layout */
  .cvb-hero.hero--btn-stack .cvb-hero__ctas { flex-direction: column; align-items: stretch; width: 100%; }
  .cvb-hero.hero--btn-stack .cvb-hero__ctas .btn { width: 100% !important; justify-content: center; flex: 1 1 auto !important; }
  .cvb-hero.hero--btn-stack .cvb-hero__ctas .btn-ghost { width: auto !important; align-self: center; }

  /* Counter bottom-right, smaller */
  .cvb-hero__counter {
    bottom: 30px;
    right: 24px;
    font-size: 16px;
    gap: 10px;
  }
  .cvb-hero__counter-current { font-size: 20px; }
  .cvb-hero__counter-divider { width: 20px; }
  .cvb-hero__counter-total { font-size: 13px; }

  /* Dots bottom-left, flat (no pill) */
  .cvb-hero__dots {
    left: 24px;
    bottom: 34px;
    transform: none;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    gap: 8px;
  }
  .cvb-hero .cvb-hero__dot { width: 20px !important; min-width: 20px !important; }
}

@media (max-width: 500px) {
  .cvb-hero.hero--m-full,
  .cvb-hero.hero--m-md,
  .cvb-hero.hero--m-ratio { min-height: 520px; }

  .cvb-hero .cvb-hero__content { padding: 0 20px 80px; }
  .cvb-hero .cvb-hero__eyebrow { font-size: 9px; margin-bottom: 16px; }
  .cvb-hero .cvb-hero__heading { font-size: clamp(36px, 10vw, 48px); margin-bottom: 14px; }
  .cvb-hero .cvb-hero__subtitle { font-size: 14px; margin-bottom: 24px; }
  .cvb-hero .cvb-hero__ctas { gap: 18px; }

  .cvb-hero__counter { bottom: 26px; right: 20px; font-size: 14px; }
  .cvb-hero__counter-current { font-size: 18px; }
  .cvb-hero__counter-divider { width: 16px; }
  .cvb-hero__dots { left: 20px; bottom: 30px; gap: 6px; }
  .cvb-hero .cvb-hero__dot { width: 16px !important; min-width: 16px !important; }
}

/* ========== Marquee ========== */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  background: var(--bg);
}
.marquee-track {
  display: flex;
  gap: 64px;
  animation: marquee 38s linear infinite;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 64px; }
.marquee-track svg { width: 28px; height: 28px; color: var(--accent); flex-shrink: 0; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ========== Category tiles ========== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
  padding: 0 4px;
}
.cat-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: transform 600ms cubic-bezier(.2,.7,.2,1), box-shadow 600ms;
}
.cat-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-luxe); }
.cat-tile.span-6 { grid-column: span 6; }
.cat-tile.span-4 { grid-column: span 4; }
.cat-tile.span-8 { grid-column: span 8; aspect-ratio: 16/11; }
.cat-tile.span-12 { grid-column: span 12; aspect-ratio: 16/7; }
.cat-tile-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1400ms cubic-bezier(.2,.7,.2,1);
}
.cat-tile:hover .cat-tile-img { transform: scale(1.05); }
.cat-tile-label {
  position: absolute;
  left: 32px; bottom: 32px;
  color: var(--ivory);
  z-index: 2;
}
.cat-tile-label .n { font-size: 11px; letter-spacing: 0.2em; opacity: 0.85; display: block; margin-bottom: 8px; }
.cat-tile-label .t {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1;
}
.cat-tile-cta {
  position: absolute;
  right: 32px; bottom: 32px;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(244,239,230,0.5);
  display: grid; place-items: center;
  color: var(--ivory);
  z-index: 2;
  transition: background 240ms, border-color 240ms;
}
.cat-tile:hover .cat-tile-cta { background: var(--ivory); color: var(--accent); border-color: var(--ivory); }
.cat-tile-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
  z-index: 1;
}

@media (max-width: 900px) {
  .cat-tile.span-4, .cat-tile.span-6, .cat-tile.span-8, .cat-tile.span-12 { grid-column: span 12; }
}

/* ========== Product cards ========== */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}
.prod-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.prod-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1100px) { .prod-grid, .prod-grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .prod-grid, .prod-grid.cols-3, .prod-grid.cols-2 { grid-template-columns: 1fr; } }

.prod-card { cursor: pointer; position: relative; }

/* Loox star-rating on product cards: the review count inherits `color`,
   which can resolve to ivory and vanish. Force a readable ink colour.
   SVG stars keep their own Loox colour (excluded via :not). */
.product-card-loox { color: var(--cvb-ink, #241D1E) !important; }
.product-card-loox *:not(svg):not(svg *):not(img) { color: var(--cvb-ink, #241D1E) !important; }
.prod-card-imgwrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #F4EFE6;
  margin-bottom: 18px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(26,21,18,.04);
  transition: transform 500ms cubic-bezier(.2,.7,.2,1), box-shadow 500ms;
}
.prod-card:hover .prod-card-imgwrap { transform: translateY(-4px); box-shadow: var(--shadow-luxe); }
.prod-disc {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #5C1A2B;
  color: #F4EFE6;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 4px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  pointer-events: none;
}

.prod-card.framed .prod-card-imgwrap {
  padding: 28px;
  background: var(--bg-alt);
}
.prod-card-img {
  position: absolute; inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 500ms ease, transform 1400ms cubic-bezier(.2,.7,.2,1);
}
.prod-card.framed .prod-card-img {
  position: relative;
  width: 100%; height: 100%;
  inset: auto;
}
.prod-card-img.hover {
  opacity: 0;
}
.prod-card:hover .prod-card-img { transform: scale(1.04); }
.prod-card:hover .prod-card-img.hover { opacity: 1; }

.prod-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--ivory);
  color: var(--ink);
  padding: 7px 12px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.prod-badge.new { background: var(--bordeaux); color: var(--ivory); }

.prod-quick {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  background: var(--ivory);
  color: var(--ink);
  text-align: center;
  padding: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0;
  transform: translateY(12px);
  transition: all 320ms cubic-bezier(.2,.7,.2,1);
  z-index: 2;
  border-radius: var(--radius-btn);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}
.prod-card:hover .prod-quick { opacity: 1; transform: translateY(0); }

.prod-swatches {
  position: absolute;
  top: 16px; right: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.swatch {
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 200ms;
}
.swatch:hover { transform: scale(1.2); }
.swatch.active { outline: 1px solid var(--ink); outline-offset: 2px; }

.prod-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.prod-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.005em;
  line-height: 1.2;
  color: #5C1A2B;
  transition: color .2s ease;
}
.prod-card:hover .prod-name,
.prod-card:active .prod-name { color: #8B2A3D; }
.prod-price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #5C1A2B;
  transition: color .2s ease;
}
.prod-card:hover .prod-price,
.prod-card:active .prod-price { color: #8B2A3D; }
.prod-price .old { text-decoration: line-through; color: var(--fg-muted); margin-right: 8px; font-weight: 400; }
.prod-cat {
  display: none;
}

/* ========== Editorial split ========== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  min-height: 90vh;
}
.split.reversed .split-media { order: 2; }
.split-media {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
}
.split-content {
  padding: 0 clamp(40px, 6vw, 120px);
  max-width: 640px;
}
.split-content .eyebrow { margin-bottom: 32px; display: block; }
.split-content p { margin: 28px 0 40px; color: var(--fg-muted); max-width: 44ch; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-media { height: 60vh; order: -1 !important; }
  .split-content { padding: 60px var(--gutter); }
}

/* ========== Lookbook ========== */
.lookbook {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 4px;
  padding: 0 4px;
}
.look-cell {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 600ms ease;
  border-radius: var(--radius-card);
}
.look-cell::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--bordeaux-deep);
  opacity: 0;
  transition: opacity 300ms;
  mix-blend-mode: multiply;
}
.look-cell:hover::after { opacity: 0.35; }
.look-tag {
  position: absolute;
  top: 16px; left: 16px;
  color: var(--ivory);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 2;
}
.look-num {
  position: absolute;
  bottom: 16px; right: 16px;
  color: var(--ivory);
  font-size: 10px;
  letter-spacing: 0.2em;
  z-index: 2;
}

.look-1 { grid-column: span 2; grid-row: span 3; }
.look-2 { grid-column: span 2; grid-row: span 2; }
.look-3 { grid-column: span 2; grid-row: span 2; }
.look-4 { grid-column: span 2; grid-row: span 2; }
.look-5 { grid-column: span 2; grid-row: span 3; }
.look-6 { grid-column: span 4; grid-row: span 2; }
.look-7 { grid-column: span 2; grid-row: span 3; }

@media (max-width: 900px) {
  .lookbook { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .look-1, .look-2, .look-3, .look-4, .look-5, .look-6, .look-7 {
    grid-column: span 1; grid-row: span 1;
  }
}

/* ========== Newsletter ========== */
.newsletter {
  background: var(--bordeaux-deep);
  color: var(--ivory);
  padding: clamp(80px, 12vw, 180px) var(--gutter);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.newsletter .display-xl { color: var(--ivory); max-width: 18ch; margin: 0 auto; }
.newsletter p { margin: 32px auto; max-width: 46ch; opacity: 0.72; font-size: 16px; line-height: 1.6; }
.newsletter-form {
  display: flex;
  max-width: 520px;
  margin: 40px auto 0;
  border-bottom: 1px solid rgba(244,239,230,0.3);
  padding-bottom: 2px;
  transition: border-color 220ms;
}
.newsletter-form:focus-within { border-color: var(--ivory); }
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 18px 4px;
  color: var(--ivory);
  font-size: 16px;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(244,239,230,0.5); }
.newsletter-form button {
  padding: 0 4px;
  color: var(--ivory);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.newsletter-deco {
  position: absolute;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(200px, 30vw, 500px);
  color: rgba(244,239,230,0.04);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  line-height: 0.8;
  white-space: nowrap;
}

/* ========== Footer ========== */
.footer {
  background: var(--ivory-deep);
  color: var(--ink);
  padding: 80px var(--gutter) 32px;
}
[data-theme="dark"] .footer { background: var(--bg-alt); }
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
.footer-brand { font-family: var(--font-display); font-size: 32px; font-weight: 300; letter-spacing: 0.1em; margin-bottom: 20px; }
.footer-col h4 { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 20px; font-weight: 500; color: var(--fg-muted); }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; font-size: 14px; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fg-muted);
  text-transform: uppercase;
}
.footer-bottom-links { display: flex; gap: 32px; }
.footer-giant {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(80px, 16vw, 280px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin: 80px 0 40px;
  color: var(--ink);
  opacity: 0.88;
}
[data-theme="dark"] .footer-giant { color: var(--ivory); }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}

/* ========== Drawers / Overlays ========== */
.backdrop {
  position: fixed; inset: 0;
  background: rgba(26,21,18,0.55);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.backdrop.open { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed;
  top: 0; bottom: 0;
  width: min(520px, 100vw);
  background: var(--bg);
  z-index: 100;
  transition: transform 420ms cubic-bezier(.2,.7,.2,1);
  display: flex;
  flex-direction: column;
}
.drawer-right { right: 0; transform: translateX(100%); }
.drawer-right.open { transform: translateX(0); }
.drawer-left { left: 0; transform: translateX(-100%); }
.drawer-left.open { transform: translateX(0); }
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}
.drawer-title { font-family: var(--font-display); font-size: 22px; font-weight: 400; }
.drawer-close {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background 200ms;
}
.drawer-close:hover { background: var(--bg-alt); }
.drawer-body { flex: 1; overflow-y: auto; padding: 24px 28px; }
.drawer-foot { padding: 24px 28px; border-top: 1px solid var(--line); background: var(--bg-alt); }

/* Cart items */
.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-soft);
}
.cart-item:last-child { border-bottom: 0; }
.cart-item-img {
  aspect-ratio: 3/4;
  background: var(--bg-alt);
  background-size: cover;
  background-position: center;
}
.cart-item-name { font-family: var(--font-display); font-size: 16px; font-weight: 400; }
.cart-item-opts { font-size: 12px; color: var(--fg-muted); margin: 4px 0 10px; }
.cart-item-row { display: flex; justify-content: space-between; align-items: center; }
.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
}
.qty button { width: 28px; height: 28px; font-size: 14px; }
.qty button:hover { color: var(--accent); }
.qty span { width: 28px; text-align: center; font-size: 13px; }
.cart-remove { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-muted); text-decoration: underline; text-underline-offset: 3px; }
.cart-remove:hover { color: var(--accent); }

.cart-empty { text-align: center; padding: 80px 0; color: var(--fg-muted); }

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
.cart-total-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-muted); }
.cart-total-value { font-family: var(--font-display); font-size: 24px; font-weight: 400; }

/* Full-screen menu */
.menu-full {
  position: fixed; inset: 0;
  background: var(--bordeaux-deep);
  color: var(--ivory);
  z-index: 200;
  padding: 24px var(--gutter);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease;
}
.menu-full.open { opacity: 1; pointer-events: auto; }
.menu-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(244,239,230,0.15);
}
.menu-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  padding: 60px 0;
  align-items: start;
}
.menu-nav { display: flex; flex-direction: column; gap: 12px; }
.menu-item {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  display: block;
  transition: transform 300ms, color 300ms;
  cursor: pointer;
  text-align: left;
  opacity: 0.5;
}
.menu-full.open .menu-item { opacity: 1; }
.menu-item:hover { color: var(--ivory-deep); transform: translateX(24px); font-style: italic; }
.menu-item-num {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: rgba(244,239,230,0.5);
  margin-right: 24px;
  vertical-align: top;
  line-height: 1.5;
}

.menu-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
}
.menu-side-card {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  position: relative;
}
.menu-side-card .t {
  position: absolute;
  bottom: 20px; left: 20px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
}
.menu-side-links { display: flex; flex-direction: column; gap: 14px; font-size: 14px; }
.menu-side-links a:hover { opacity: 0.7; }

@media (max-width: 900px) {
  .menu-body { grid-template-columns: 1fr; gap: 32px; padding: 32px 0; }
  .menu-side { flex-direction: row; overflow-x: auto; }
  .menu-side-card { width: 200px; flex-shrink: 0; }
}

/* Search overlay */
.search-full {
  position: fixed; inset: 0;
  background: color-mix(in oklab, var(--bg) 96%, transparent);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 180;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
  padding: 24px var(--gutter);
  overflow-y: auto;
}
.search-full.open { opacity: 1; pointer-events: auto; }
.search-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 4px 0 20px;
  border-bottom: 1px solid var(--line);
}
.search-input {
  width: 100%;
  border: 0;
  background: transparent;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: -0.02em;
  padding: 28px 0;
  outline: none;
}
.search-input::placeholder { color: var(--fg-muted); }
.search-meta { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-muted); margin: 24px 0 16px; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.search-chip {
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  transition: background 200ms, border-color 200ms, transform 200ms;
}
.search-chip:hover { transform: translateY(-2px); }
.search-chip:hover { background: var(--accent); color: var(--ivory); border-color: var(--accent); }

/* ========== Collection page ========== */
.collection-hero {
  padding: 160px var(--gutter) 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}
.collection-hero p { color: var(--fg-muted); max-width: 46ch; margin: 0; }

.collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px var(--gutter);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 64px;
  background: color-mix(in oklab, var(--bg) 94%, transparent);
  backdrop-filter: blur(14px);
  z-index: 30;
}
.has-announce .collection-toolbar { top: 100px; }
.toolbar-filters { display: flex; gap: 28px; }
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: all 220ms;
  background: var(--bg);
}
.filter-pill:hover { border-color: var(--fg); }
.filter-pill.active { color: var(--accent); }
.filter-pill:hover { color: var(--accent); }

.toolbar-right { display: flex; gap: 24px; align-items: center; }
.toolbar-count { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-muted); }
.view-toggle { display: flex; gap: 4px; }
.view-toggle button {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  color: var(--fg-muted);
}
.view-toggle button.active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }

/* Filter drawer */
.filter-group { border-bottom: 1px solid var(--line); padding: 20px 0; }
.filter-group-head { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.filter-group-head h4 { font-size: 13px; font-weight: 500; margin: 0; letter-spacing: 0.1em; text-transform: uppercase; }
.filter-group-body { padding-top: 16px; }
.filter-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
  font-size: 14px;
}
.filter-check input { margin-right: 12px; accent-color: var(--accent); }
.filter-check .count { color: var(--fg-muted); font-size: 12px; }

.swatch-row { display: flex; flex-wrap: wrap; gap: 10px; }
.swatch-lg {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 200ms;
  position: relative;
}
.swatch-lg:hover { transform: scale(1.1); }
.swatch-lg.active::after {
  content: ""; position: absolute; inset: -4px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.price-range { display: flex; justify-content: space-between; font-size: 13px; margin: 12px 0 4px; }
.price-slider {
  position: relative;
  height: 4px;
  background: var(--line);
  border-radius: 2px;
  margin: 20px 0;
}
.price-slider-fill {
  position: absolute;
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
}
.price-slider-handle {
  position: absolute;
  width: 14px; height: 14px;
  background: var(--bg);
  border: 2px solid var(--accent);
  border-radius: 50%;
  top: 50%; transform: translate(-50%, -50%);
}

/* ========== Product page ========== */
.pdp {
  padding-top: 100px;
}
.has-announce .pdp { padding-top: 136px; }

.pdp-breadcrumb {
  padding: 0 var(--gutter) 20px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.pdp-breadcrumb a { color: var(--fg-muted); }
.pdp-breadcrumb a:hover { color: var(--fg); }
.pdp-breadcrumb span { margin: 0 10px; }

.pdp-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  padding: 0 var(--gutter);
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .pdp-layout { grid-template-columns: 1fr; }
}

.pdp-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.pdp-gallery-main {
  grid-column: span 2;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-alt);
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
}
.pdp-gallery-thumb {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-alt);
  cursor: pointer;
}
.pdp-zoom-badge {
  position: absolute;
  right: 16px; bottom: 16px;
  background: rgba(255,255,255,0.85);
  color: var(--ink);
  padding: 10px 14px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pdp-zoomed {
  position: absolute; inset: 0;
  background-size: 250%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 200ms;
  pointer-events: none;
}
.pdp-gallery-main.zooming { cursor: zoom-out; }
.pdp-gallery-main.zooming .pdp-zoomed { opacity: 1; }

.pdp-side {
  position: sticky;
  top: 120px;
  padding: 8px 0;
}
.has-announce .pdp-side { top: 156px; }

.pdp-cat { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.pdp-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
}
.pdp-rating { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 12px; color: var(--fg-muted); letter-spacing: 0.08em; }
.stars { color: var(--accent); letter-spacing: 2px; font-size: 13px; }

.pdp-price-row { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.pdp-price { font-family: var(--font-display); font-size: 32px; font-weight: 400; }
.pdp-price-old { font-size: 18px; color: var(--fg-muted); text-decoration: line-through; }
.pdp-price-save { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); font-weight: 500; padding: 4px 10px; background: color-mix(in oklab, var(--accent) 12%, transparent); }

.pdp-desc { color: var(--fg-muted); line-height: 1.65; margin: 0 0 32px; }

.pdp-opt { margin-bottom: 24px; }
.pdp-opt-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.pdp-opt-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--fg-muted); }
.pdp-opt-value { font-size: 13px; }
.pdp-opt-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-color {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 200ms, box-shadow 200ms;
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.pdp-color:hover { box-shadow: 0 6px 14px rgba(0,0,0,0.15); }
.pdp-color:hover { transform: scale(1.05); }
.pdp-color.active::after {
  content: ""; position: absolute; inset: -5px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.pdp-size {
  min-width: 52px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: all 200ms;
  cursor: pointer;
  border-radius: var(--radius-btn);
}
.pdp-size:hover { border-color: var(--ink); }
.pdp-size.active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }

.pdp-qty-row { display: flex; gap: 12px; align-items: stretch; margin: 32px 0 16px; }
.qty-lg { display: inline-flex; border: 1px solid var(--ink); height: 52px; border-radius: var(--radius-btn); overflow: hidden; }
.qty-lg button { width: 44px; font-size: 16px; }
.qty-lg span { min-width: 40px; display: grid; place-items: center; font-size: 14px; }

.pdp-atc { flex: 1; }

.pdp-wishlist {
  width: 52px; height: 52px;
  border: 1px solid var(--ink);
  display: grid; place-items: center;
  transition: all 200ms;
  border-radius: var(--radius-btn);
}
.pdp-wishlist:hover, .pdp-wishlist.active { background: var(--accent); color: var(--ivory); border-color: var(--accent); }

.pdp-bullets {
  display: grid;
  gap: 12px;
  margin: 32px 0;
  padding: 24px;
  background: var(--bg-alt);
  border-radius: var(--radius-card);
}
.pdp-bullet { display: flex; gap: 14px; align-items: flex-start; font-size: 13px; }
.pdp-bullet svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 1px; }

.pdp-accordion { margin-top: 16px; border-top: 1px solid var(--line); }
.pdp-acc-item { border-bottom: 1px solid var(--line); }
.pdp-acc-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}
.pdp-acc-head svg { width: 14px; height: 14px; transition: transform 300ms; }
.pdp-acc-item.open .pdp-acc-head svg { transform: rotate(45deg); }
.pdp-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease;
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.7;
}
.pdp-acc-item.open .pdp-acc-body { max-height: 500px; padding-bottom: 20px; }

/* ========== About page ========== */
.about-hero {
  padding: 160px var(--gutter) 60px;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
  padding: 0 4px 80px;
}
.about-grid-cell {
  background-size: cover;
  background-position: center;
  background-color: var(--bg-alt);
  min-height: 320px;
}
.ab-1 { grid-column: span 7; aspect-ratio: 4/3; }
.ab-2 { grid-column: span 5; aspect-ratio: 3/4; }
.ab-3 { grid-column: span 4; aspect-ratio: 3/4; }
.ab-4 { grid-column: span 8; aspect-ratio: 4/3; }
@media (max-width: 900px) {
  .ab-1, .ab-2, .ab-3, .ab-4 { grid-column: span 12; aspect-ratio: 4/3; }
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 0 var(--gutter);
}
.value-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 16px;
}
.value h3 { font-family: var(--font-display); font-size: 24px; font-weight: 400; margin: 0 0 12px; }
.value p { color: var(--fg-muted); line-height: 1.6; margin: 0; font-size: 14px; }
@media (max-width: 800px) {
  .values { grid-template-columns: 1fr; }
}

/* ========== Contact ========== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
.contact-form-wrap {
  padding: 140px var(--gutter) 80px;
}
.contact-media {
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.form-field { margin-bottom: 20px; }
.form-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 8px;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  background: transparent;
  font-size: 15px;
  transition: border-color 220ms;
  font-family: var(--font-body);
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-bottom-color: var(--accent);
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-media { min-height: 320px; }
  .form-row { grid-template-columns: 1fr; }
}

/* ========== Track order ========== */
.track-wrap {
  padding: 160px var(--gutter) 80px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.track-form {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  text-align: left;
}
.track-result {
  margin-top: 60px;
  text-align: left;
  padding: 40px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}
.track-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 40px 0; }
.track-step {
  text-align: center;
  padding: 0 8px;
  position: relative;
}
.track-step::after {
  content: "";
  position: absolute;
  top: 16px; left: 50%;
  width: 100%; height: 1px;
  background: var(--line);
  z-index: 0;
}
.track-step:last-child::after { display: none; }
.track-step.done::after { background: var(--accent); }
.track-dot {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.track-step.done .track-dot { background: var(--accent); border-color: var(--accent); color: var(--ivory); }
.track-step.current .track-dot { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.track-step-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-muted); }
.track-step.done .track-step-label, .track-step.current .track-step-label { color: var(--fg); font-weight: 500; }

/* ========== Size guide ========== */
.guide-wrap { padding: 140px var(--gutter) 80px; max-width: 1200px; margin: 0 auto; }
.guide-tabs {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid var(--line);
  margin: 40px 0;
}
.guide-tab {
  padding: 14px 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  font-weight: 500;
}
.guide-tab.active { border-bottom-color: var(--accent); color: var(--accent); }
.guide-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
}
.guide-table th, .guide-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.guide-table th {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 500;
}
.guide-table tbody tr:hover { background: var(--bg-alt); }

/* ========== Toast ========== */
.toast {
  position: fixed;
  top: 48px; right: 24px;
  z-index: 300;
  background: var(--ink);
  color: var(--ivory);
  padding: 16px 20px 16px 16px;
  display: flex; align-items: center; gap: 14px;
  min-width: 280px;
  transform: translateX(calc(100% + 40px));
  transition: transform 400ms cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  max-width: 380px;
  border-radius: var(--radius-card);
  overflow: hidden;
}
.toast.show { transform: translateX(0); }
.toast-img {
  width: 52px; height: 52px;
  background-size: cover; background-position: center;
  background-color: var(--bg-alt);
  flex-shrink: 0;
  border-radius: 6px;
}
.toast-text { flex: 1; }
.toast-title { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; margin-bottom: 4px; }
.toast-name { font-family: var(--font-display); font-size: 15px; }

/* ========== Tweaks panel ========== */
.tweaks {
  position: fixed;
  right: 24px; bottom: 24px;
  z-index: 400;
  width: 320px;
  max-height: 80vh;
  overflow-y: auto;
  background: var(--bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-luxe);
  font-size: 13px;
  display: none;
  flex-direction: column;
  border-radius: var(--radius-lg);
}
.tweaks.open { display: flex; }
.tweaks-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
  position: sticky; top: 0;
}
.tweaks-head h3 { margin: 0; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.tweaks-body { padding: 20px; display: grid; gap: 20px; }
.tweaks-group label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 10px;
}
.tweaks-swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.tweak-swatch {
  width: 28px; height: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid var(--line);
  position: relative;
}
.tweak-swatch.active { border-color: var(--fg); }
.tweaks-row { display: flex; gap: 6px; flex-wrap: wrap; }
.tweak-btn {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 180ms;
  min-width: max-content;
  border-radius: var(--radius-btn);
}
.tweak-btn.active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }

/* ========== Utilities ========== */
.flex { display: flex; }
.grid { display: grid; }
.gap-s { gap: 12px; }
.gap-m { gap: 24px; }
.gap-l { gap: 48px; }
.text-center { text-align: center; }
.text-muted { color: var(--fg-muted); }
.mt-s { margin-top: 16px; }
.mt-m { margin-top: 32px; }
.mt-l { margin-top: 64px; }
.mb-s { margin-bottom: 16px; }
.mb-m { margin-bottom: 32px; }
.mb-l { margin-bottom: 64px; }

.mini-dot {
  display: inline-block;
  width: 5px; height: 5px;
  background: var(--accent);
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px 3px;
}

/* Fade-in on mount */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1000ms cubic-bezier(.2,.7,.2,1), transform 1000ms cubic-bezier(.2,.7,.2,1);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up.delay-1 { transition-delay: 100ms; }
.fade-up.delay-2 { transition-delay: 200ms; }
.fade-up.delay-3 { transition-delay: 300ms; }
.fade-up.delay-4 { transition-delay: 400ms; }

/* Parallax reveal (kept simple) */
.reveal { opacity: 0; transform: translateY(60px) scale(0.98); transition: opacity 1400ms cubic-bezier(.2,.7,.2,1), transform 1400ms cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0) scale(1); }

/* Pulse on accent */
@keyframes pulse-accent { 0%, 100% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 50%, transparent); } 50% { box-shadow: 0 0 0 14px transparent; } }

/* Shimmer */
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }

/* Cursor follower */
.cursor-follower {
  position: fixed;
  top: 0; left: 0;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: color-mix(in oklab, var(--accent) 85%, transparent);
  color: var(--ivory);
  display: grid; place-items: center;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  pointer-events: none;
  z-index: 500;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 380ms cubic-bezier(.2,.7,.2,1);
  mix-blend-mode: normal;
}
.cursor-follower.show { transform: translate(-50%, -50%) scale(1); }

/* Section label */
.section-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 var(--gutter);
  margin-bottom: 40px;
}
.section-label .eyebrow { display: flex; align-items: center; gap: 14px; }
.section-label .eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--accent);
}

/* Scroll bar style */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-alt); }
::-webkit-scrollbar-thumb { background: var(--ink-muted); }
::-webkit-scrollbar-thumb:hover { background: var(--ink); }

/* Selection */
::selection { background: var(--accent); color: var(--ivory); }


/* ========== Luxe additions — rich home sections ========== */

.shine-btn { position: relative; overflow: hidden; }
.shine-btn::after {
  content: ""; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 600ms ease;
}
.shine-btn:hover::after { left: 140%; }

/* Ticker */
.ticker {
  background: var(--ink);
  color: var(--ivory);
  padding: 18px 0;
  overflow: hidden;
  border-radius: 0;
}
.ticker-track {
  display: flex; gap: 72px;
  animation: ticker 42s linear infinite;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  letter-spacing: 0.02em;
}
.ticker-track > span { display: inline-flex; align-items: center; gap: 72px; }
.ticker-track svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  flex-shrink: 0 !important;
  color: var(--accent);
  opacity: 0.85;
  display: inline-block !important;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ticker-track svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
  }
  .ticker-track > span { gap: 36px !important; }
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Signature block */
.signature-block {
  text-align: center;
  padding: calc(var(--s-10) * var(--density)) var(--gutter);
  max-width: 1100px;
  margin: 0 auto;
}
.signature-line {
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 28px;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.signature-line::before, .signature-line::after {
  content: ""; display: inline-block; width: 44px; height: 1px; background: var(--accent);
}

/* Stories grid */
.stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 var(--gutter);
}
@media (max-width: 900px) { .stories { grid-template-columns: 1fr; } }
.story-card {
  cursor: pointer;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg);
  box-shadow: var(--shadow-card);
  transition: transform 500ms cubic-bezier(.2,.7,.2,1), box-shadow 500ms;
  position: relative;
}
.story-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-luxe); }
.story-cover {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.story-cover::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.6));
}
.story-cover-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 1400ms cubic-bezier(.2,.7,.2,1);
}
.story-card:hover .story-cover-img { transform: scale(1.06); }
.story-meta {
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  color: var(--ivory); z-index: 2;
}
.story-meta .cat {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  opacity: 0.8; display: block; margin-bottom: 8px;
}
.story-meta h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
}
.story-body {
  padding: 24px 28px 28px;
}
.story-body p {
  margin: 0; font-size: 14px; color: var(--fg-muted); line-height: 1.6;
}
.story-read {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  color: var(--accent);
}

/* Materials showcase */
.materials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 var(--gutter);
}
@media (max-width: 900px) { .materials { grid-template-columns: repeat(2, 1fr); } }
.material-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  cursor: pointer;
  background: var(--bg-alt);
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}
.material-card:hover { transform: translateY(-4px); }
.material-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 1800ms cubic-bezier(.2,.7,.2,1);
}
.material-card:hover .material-bg { transform: scale(1.1); }
.material-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
}
.material-info {
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  color: var(--ivory); z-index: 2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
/* Number: bordeaux ivory badge top-left (NOT stacked with text) */
.material-card .num {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  font-family: var(--font-display, 'Fraunces', serif);
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: var(--accent, #5C1A2B);
  background: var(--ivory, #F4EFE6);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  letter-spacing: -0.01em;
  margin: 0;
  opacity: 1;
}
.material-info h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  color: var(--ivory);
  line-height: 1.15;
}
.material-info p {
  margin: 0;
  font-size: 13px;
  opacity: 0.92;
  line-height: 1.55;
  color: var(--ivory);
}

/* Stronger bottom gradient for text readability */
.material-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.35) 65%, rgba(0,0,0,0.78) 100%);
  z-index: 1;
}

/* Signature collection — full bleed split with CTA */
.signature-col {
  position: relative;
  padding: calc(var(--s-10) * var(--density)) 0;
  background: var(--bg-alt);
  overflow: hidden;
}
.signature-col-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  padding: 0 var(--gutter);
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) { .signature-col-grid { grid-template-columns: 1fr; } }
.signature-col-media {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-luxe);
  position: relative;
}
.signature-col-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.35));
}
.signature-col-tag {
  position: absolute; top: 24px; left: 24px; z-index: 2;
  background: rgba(244,239,230,0.95);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.signature-col-huge {
  position: absolute;
  top: 10%; right: -8%;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(200px, 32vw, 520px);
  line-height: 0.8;
  color: var(--accent);
  opacity: 0.06;
  pointer-events: none;
  white-space: nowrap;
}

/* Press strip */
.press {
  padding: 60px var(--gutter);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: center;
}
.press-label {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--fg-muted);
}
.press-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 40px; flex-wrap: wrap;
}
.press-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 2.6vw, 32px);
  letter-spacing: 0.04em;
  color: var(--fg-muted);
  opacity: 0.7;
  transition: opacity 300ms;
}
.press-name:hover { opacity: 1; color: var(--fg); }
.press-name.italic { font-style: italic; font-weight: 300; }
@media (max-width: 900px) { .press { grid-template-columns: 1fr; gap: 24px; } }

/* Services strip */
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 72px var(--gutter);
}
.service {
  padding: 0 32px;
  border-left: 1px solid var(--line);
  text-align: left;
}
.service:first-child { border-left: 0; padding-left: 0; }
.service svg { width: 30px; height: 30px; color: var(--accent); margin-bottom: 20px; }
.service h4 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.service p {
  margin: 0; font-size: 13px; color: var(--fg-muted); line-height: 1.55;
}

/* Tablet: 2 columns — proper nth-child border handling */
@media (max-width: 900px) and (min-width: 561px) {
  .services {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 64px var(--gutter);
  }
  /* Reset all borders first */
  .service {
    border-left: 1px solid var(--line);
    padding: 0 28px;
  }
  /* First column (items 1, 3): no left border, no left padding */
  .service:nth-child(2n+1) {
    border-left: 0;
    padding-left: 0;
  }
  /* Row 2+ (items 3, 4): top border + spacing */
  .service:nth-child(n+3) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--line);
  }
}

/* Phone: single column stack — most elegant for narrow screens */
@media (max-width: 560px) {
  .services {
    grid-template-columns: 1fr !important;
    padding: 40px 24px !important;
    gap: 0 !important;
  }
  .service {
    border-left: 0 !important;
    padding: 26px 0 !important;
    border-top: 1px solid var(--line);
    display: grid !important;
    grid-template-columns: 32px 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 18px !important;
    row-gap: 6px !important;
    text-align: left !important;
    align-items: start !important;
  }
  .service:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
  .service svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    flex-shrink: 0 !important;
    margin: 4px 0 0 0 !important;
    color: var(--accent) !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
  }
  .service h4 {
    font-size: 18px !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .service p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}

/* Instagram feed */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  padding: 0 4px;
}
@media (max-width: 900px) { .insta-grid { grid-template-columns: repeat(3, 1fr); } }
.insta-cell {
  aspect-ratio: 1;
  background-size: cover; background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: var(--radius-sm);
}
.insta-cell::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(92,26,43,0.3);
  opacity: 0;
  transition: opacity 300ms;
  display: grid; place-items: center;
}
.insta-cell:hover::after { opacity: 1; }
.insta-cell-icon {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  color: var(--ivory);
  opacity: 0;
  transition: all 300ms;
  z-index: 2;
}
.insta-cell:hover .insta-cell-icon { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* Testimonials carousel */
.testimonials {
  background: var(--bordeaux-deep);
  color: var(--ivory);
  padding: calc(var(--s-10) * var(--density)) var(--gutter);
  position: relative;
  overflow: hidden;
}
.testi-eyebrow {
  color: rgba(244,239,230,0.7);
  text-align: center;
}
.testi-quote {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 56px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  max-width: 22ch;
  margin: 28px auto 36px;
  text-align: center;
  color: var(--ivory);
  font-style: italic;
}
.testi-attr {
  text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(244,239,230,0.8);
}
.testi-stars { color: color-mix(in oklab, var(--accent) 40%, white); letter-spacing: 3px; }
.testi-nav {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 40px;
}
.testi-dot {
  width: 40px; height: 2px;
  background: rgba(244,239,230,0.25);
  cursor: pointer;
  border: 0;
  transition: background 260ms;
}
.testi-dot.active { background: var(--ivory); }

/* Gifts / Offer card */
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 var(--gutter);
}
@media (max-width: 900px) { .offer-grid { grid-template-columns: 1fr; } }
.offer-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/10;
  background-size: cover; background-position: center;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  transition: transform 500ms cubic-bezier(.2,.7,.2,1), box-shadow 500ms;
}
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-luxe); }
.offer-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 1800ms cubic-bezier(.2,.7,.2,1);
}
.offer-card:hover .offer-bg { transform: scale(1.06); }
.offer-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 60%);
}
.offer-content {
  position: absolute; inset: 0;
  padding: 44px;
  color: var(--ivory);
  display: flex; flex-direction: column; justify-content: space-between;
  z-index: 2;
}
.offer-content .t {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  max-width: 18ch;
  color: var(--ivory);
}
.offer-cta {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  color: var(--ivory);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ivory);
  transition: gap 260ms;
  align-self: flex-start;
}
.offer-card:hover .offer-cta { gap: 20px; }

/* Shop the look */
.stl {
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: stretch;
  /* Local stacking context — hotspots (z-index 3) stay below fixed header (50) */
  position: relative;
  z-index: 0;
  isolation: isolate;
}
@media (max-width: 900px) { .stl { grid-template-columns: 1fr; } }
.stl-image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-luxe);
}
.stl-hotspot {
  position: absolute;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(244,239,230,0.95);
  color: var(--accent);
  display: grid; place-items: center;
  font-size: 16px; font-weight: 300;
  cursor: pointer;
  border: 0;
  z-index: 3;
  transition: transform 240ms;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  animation: pulse-accent 2s infinite;
}
.stl-hotspot:hover { transform: scale(1.15); background: var(--accent); color: var(--ivory); }
.stl-hotspot.active { background: var(--accent); color: var(--ivory); }
.stl-side {
  display: flex; flex-direction: column;
  gap: 16px;
}
.stl-side h3 {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 400;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.stl-items {
  display: grid; gap: 12px; flex: 1;
}
.stl-item {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius-card);
  background: var(--bg-alt);
  cursor: pointer;
  transition: transform 240ms, background 240ms, box-shadow 240ms;
  text-decoration: none;
  color: inherit;
}
.stl-item:hover { transform: translateX(4px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.stl-item.active { outline: 1px solid var(--accent); background: color-mix(in oklab, var(--accent) 6%, var(--bg)); }
.stl-item--link { display: grid; }
.stl-item--link:hover { color: inherit; text-decoration: none; }
.stl-item--link:hover .stl-item-name { color: var(--accent); }
.stl-item-img {
  width: 140px; height: 140px;
  background-size: cover; background-position: center;
  background-color: var(--bg-deep);
  border-radius: var(--radius-sm);
}
.stl-item-text { min-width: 0; }
.stl-item-name { font-family: var(--font-display); font-size: 18px; font-weight: 400; line-height: 1.25; transition: color 240ms; }
.stl-item-cat { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-muted); margin-top: 5px; }
.stl-item-price { font-size: 15px; font-weight: 500; white-space: nowrap; }

/* Mobile: compact layout */
@media (max-width: 767px) {
  .stl-item {
    grid-template-columns: 80px 1fr auto;
    gap: 14px;
    padding: 12px;
  }
  .stl-item-img {
    width: 80px; height: 80px;
  }
  .stl-item-name { font-size: 15px; }
  .stl-item-price { font-size: 13px; }
}

/* Fragrance-style section label in two lines */
.label-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

/* Fabric close-up reveal */
.fabric-reveal {
  position: relative;
  padding: calc(var(--s-10) * var(--density)) var(--gutter);
  display: grid; gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 900px) { .fabric-reveal { grid-template-columns: 1fr; } }
.fabric-img-a, .fabric-img-b {
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-card);
}
.fabric-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.fabric-stack .fabric-img-a { margin-top: 40px; }

/* Discover row — rounded corners for product cards */
.prod-card-img, .cat-tile-img, .pdp-gallery-main, .pdp-gallery-thumb {
  border-radius: inherit;
}

/* Header round pills */
.header-link, .icon-btn { padding: 8px 12px; border-radius: 999px; transition: background 200ms, opacity 200ms; }
.header-link:hover, .icon-btn:hover { background: color-mix(in oklab, var(--fg) 6%, transparent); opacity: 1; }
.site-header.on-dark .header-link:hover, .site-header.on-dark .icon-btn:hover { background: rgba(255,255,255,0.1); }

/* Drawer rounded corners */
.drawer-right { border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.drawer-left { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.drawer-close { border-radius: 50%; }

/* Cart item image */
.cart-item-img { border-radius: var(--radius-sm); }

/* Product accordion tweaks */
.pdp-acc-item { transition: background 200ms; }
.pdp-acc-item:hover { background: color-mix(in oklab, var(--accent) 3%, transparent); }

/* Section-label polish */
.section-label .link-underline { padding-bottom: 4px; font-weight: 500; }

/* Announce bar animates nicer */
.announce { font-feature-settings: "ss01"; }

/* Quick view rounded */
.quickview-modal { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-luxe); }

/* Global card tile rounding default */
.card-round { border-radius: var(--radius-card); overflow: hidden; }

/* Inverted color section for ateliers strip */
.dark-band {
  background: var(--ink);
  color: var(--ivory);
  padding: calc(var(--s-10) * var(--density)) 0;
  position: relative;
  overflow: hidden;
}
.dark-band .eyebrow { color: color-mix(in oklab, var(--accent) 65%, white); }
.dark-band p { color: rgba(244,239,230,0.75); }

/* Scroll-reveal hover for category tile label */
.cat-tile-label .t { transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.cat-tile:hover .cat-tile-label .t { transform: translateY(-6px); }

/* Look cell hover scale on image bg */
.look-cell { transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.look-cell:hover { transform: scale(0.99); }

/* Prod card slight luxe lift */
.prod-card { transition: transform 400ms cubic-bezier(.2,.7,.2,1); }

/* Footer card chrome */
.footer { border-top-left-radius: var(--radius-lg); border-top-right-radius: var(--radius-lg); }


/* Hide 'SHOP ALL' link in home featured section header */
.cvb-featured .section-label .link-underline,
.section-label .link-underline[href="/collections/all"] { display: none !important; }


/* === Brand v4 — <em> in display headings = bordeaux emphasis ===
   Reason: every home section uses <em>word</em> inside the JSON heading,
   but only Our Story / Contact / Story / Home FAQ had a scoped rule.
   This adds the missing emphasis globally on light-bg sections.
   Hero (.cvb-hero__heading em) is unaffected — uses different class. */
.display-xxl em,
.display-xl em,
.display-l em,
.display-m em,
.display-s em {
  font-style: italic;
  font-weight: 400;
  color: var(--bordeaux);
  letter-spacing: -0.01em;
}

/* Dark band — em stays ivory on the burgundy band */
.dark-band .display-xxl em,
.dark-band .display-xl em,
.dark-band .display-l em {
  color: var(--ivory);
}


/* ============================================================
   COVABA — Blog & Article overrides (Atelier sections reskin)
   Target sections: page-banner, main-blog, main-article-banner, main-article
   Strategy: CSS-only, no Liquid changes. Cascade > theme.css.
   Loaded: 2026-05-15 — Soufiane
   ============================================================ */

/* ---- Section backgrounds (ivory canvas) ---- */
.section-main-blog,
.section-main-article,
.page-banner {
  background: var(--ivory) !important;
  color: var(--ink);
}

.section-main-blog .section-wrapper,
.section-main-article .section-wrapper,
.page-banner .section-wrapper {
  background: transparent !important;
}

/* ---- Page banner: "Journal" / Article title ---- */
.page-banner .page--title,
.page-banner .page--banner-content .page--title {
  font-family: var(--font-display) !important;
  font-weight: 300 !important;
  font-size: clamp(40px, 6vw, 84px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  color: var(--ink) !important;
  margin: 0 0 var(--s-4) 0;
}
.page-banner .page--title em {
  font-style: italic;
  font-weight: 400;
  color: var(--bordeaux);
}

.page-banner .page--desc { margin-top: var(--s-4); }
.page-banner .page--desc .blog--data,
.page-banner .page--desc .text-large {
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-muted) !important;
}

.page-banner .page--content { padding: var(--s-7) 0 var(--s-5) 0; }

/* ============================================================
   BLOG INDEX — grid + cards
   ============================================================ */
.main-blog--items-wrapper {
  column-gap: var(--s-6) !important;
  row-gap: var(--s-8) !important;
}

.blog--item { background: transparent; }

.blog--image,
.blog--image .media {
  border-radius: var(--radius-card);
  overflow: hidden;
}

.blog--content { padding-top: var(--s-4); }

.blog--info {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin: 0 0 var(--s-2) 0;
  padding: 0;
}
.blog--info .blog--data {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-muted) !important;
}

.blog--title,
.blog--title.h6.heading-font {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(20px, 1.8vw, 26px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: var(--ink) !important;
  display: block;
  margin: var(--s-2) 0 var(--s-3) 0;
  transition: color 0.25s ease;
}
.blog--title:hover { color: var(--bordeaux) !important; }
.blog--title em {
  font-style: italic;
  color: var(--bordeaux);
  font-weight: 400;
}

.blog--desc {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: var(--ink-soft) !important;
  margin: 0 0 var(--s-4) 0 !important;
  max-width: 56ch;
}

.blog--button .button.small-button {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  height: 44px;
  padding: 0 var(--s-5);
  border-radius: var(--radius-btn);
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  transition: all 0.25s ease;
}
.blog--button .button.small-button:hover {
  background: var(--ink);
  color: var(--ivory);
}

/* ============================================================
   ARTICLE — body_html (markdown rendered) reskin
   ============================================================ */
.main-article--content {
  max-width: 760px !important;
  margin: 0 auto;
  padding: 0 var(--s-4);
}

@media (min-width: 1200px) {
  .main-article--content { max-width: 760px !important; }
}

.main-article--content-header {
  border-bottom: 1px solid var(--line) !important;
  padding-bottom: var(--s-5) !important;
  margin-bottom: var(--s-7);
}

.blog--tags-list { gap: var(--s-2) !important; }
.blog--tags-link {
  display: inline-block;
  padding: 6px 12px;
  background: var(--ivory-deep);
  border-radius: 999px;
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-soft) !important;
  transition: all 0.25s ease;
}
.blog--tags-link:hover {
  background: var(--bordeaux);
  color: var(--ivory) !important;
}

.main-article--body.rte {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: var(--ink) !important;
  padding-top: var(--s-7) !important;
}

.main-article--body.rte p,
.main-article--body.rte li {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: var(--ink) !important;
  margin: 0 0 var(--s-5) 0 !important;
  max-width: 68ch;
}

.main-article--body.rte h1,
.main-article--body.rte h2,
.main-article--body.rte h3,
.main-article--body.rte h4 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  color: var(--ink) !important;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.main-article--body.rte h2 {
  font-size: clamp(28px, 3vw, 38px) !important;
  margin: var(--s-8) 0 var(--s-4) 0 !important;
}

.main-article--body.rte h3 {
  font-size: clamp(22px, 2.2vw, 28px) !important;
  margin: var(--s-7) 0 var(--s-3) 0 !important;
}

.main-article--body.rte h4 {
  font-size: clamp(18px, 1.6vw, 20px) !important;
  font-weight: 500 !important;
  margin: var(--s-6) 0 var(--s-3) 0 !important;
}

.main-article--body.rte h2 em,
.main-article--body.rte h3 em,
.main-article--body.rte h4 em {
  font-style: italic;
  color: var(--bordeaux);
  font-weight: 400;
}

.main-article--body.rte strong {
  font-weight: 600;
  color: var(--ink);
}
.main-article--body.rte em {
  font-style: italic;
  color: var(--bordeaux);
}

.main-article--body.rte a {
  color: var(--bordeaux) !important;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease, color 0.25s ease;
}
.main-article--body.rte a:hover {
  color: var(--bordeaux-deep) !important;
  background-size: 0% 1px;
}

.main-article--body.rte ul,
.main-article--body.rte ol {
  padding-left: 1.5em;
  margin: 0 0 var(--s-5) 0;
}
.main-article--body.rte li {
  margin: 0 0 var(--s-2) 0 !important;
}
.main-article--body.rte ul li::marker { color: var(--bordeaux); }

.main-article--body.rte blockquote {
  font-family: var(--font-display) !important;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: var(--bordeaux);
  border-left: 2px solid var(--bordeaux);
  padding: var(--s-2) 0 var(--s-2) var(--s-5) !important;
  margin: var(--s-7) 0 !important;
  text-align: left !important;
  max-width: none;
}
.main-article--body.rte blockquote::before { display: none !important; }
.main-article--body.rte blockquote p {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
}

.main-article--body.rte code {
  font-family: var(--font-mono);
  font-size: 0.9em;
  background: var(--ivory-deep);
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  color: var(--ink);
}

.main-article--body.rte pre {
  background: var(--ink);
  color: var(--ivory);
  padding: var(--s-5);
  border-radius: var(--radius-card);
  overflow-x: auto;
  margin: var(--s-5) 0;
}
.main-article--body.rte pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.main-article--body.rte hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: var(--s-7) 0;
}

.main-article--body.rte img {
  border-radius: var(--radius-card) !important;
  margin: var(--s-5) 0;
  width: 100%;
  height: auto;
}

.main-article--body.rte table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--s-5) 0;
  font-family: var(--font-body);
  font-size: 15px;
}
.main-article--body.rte th,
.main-article--body.rte td {
  text-align: left;
  padding: var(--s-3) var(--s-4);
  border-bottom: 1px solid var(--line);
}
.main-article--body.rte th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--ink-muted);
}

.main-article--related {
  padding-top: var(--s-9) !important;
  border-top: 1px solid var(--line);
  margin-top: var(--s-9);
}

/* Mobile breakpoints */
@media (max-width: 991px) {
  .main-blog--items-wrapper { column-gap: var(--s-5) !important; row-gap: var(--s-7) !important; }
}

@media (max-width: 767px) {
  .page-banner .page--title,
  .page-banner .page--banner-content .page--title {
    font-size: clamp(34px, 9vw, 48px) !important;
  }
  .main-article--content { padding: 0 var(--s-4); }
  .main-article--body.rte,
  .main-article--body.rte p,
  .main-article--body.rte li { font-size: 16px !important; line-height: 1.7 !important; }
  .main-article--body.rte h2 { font-size: 26px !important; margin: var(--s-7) 0 var(--s-3) 0 !important; }
  .main-article--body.rte h3 { font-size: 20px !important; margin: var(--s-6) 0 var(--s-3) 0 !important; }
  .main-article--body.rte blockquote { font-size: 19px; padding-left: var(--s-4) !important; margin: var(--s-6) 0 !important; }
  .blog--title { font-size: 20px !important; }
}

[data-theme="dark"] .section-main-blog,
[data-theme="dark"] .section-main-article,
[data-theme="dark"] .page-banner { background: var(--ivory) !important; }
