/* ── RESET & BASE ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  background: #F7F4EF;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

:root {
  --noir: #000000;
  --ivory: #F7F4EF;
  --cream: #EDE8DF;
  --gold: #BFA06A;
  --warm: #8A847C;
  --off: #F2EDE6;
  --blush: #E6D5C3;
}

/* ── ANNOUNCEMENT ── */
.announce {
  background: var(--noir);
  color: var(--ivory);
  text-align: center;
  padding: 11px 20px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 300;
}
.announce span { color: var(--gold); }

/* ── NAV ── */
nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--ivory);
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 68px;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--noir);
  white-space: nowrap;
}
.nav-links {
  display: flex;
  gap: 26px;
  list-style: none;
  align-items: center;
}
.nav-links > li > a {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--noir);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}
.nav-links > li > a:hover { color: var(--gold); }
.dropdown { position: relative; }
.dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 16px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--ivory);
  border: 0.5px solid rgba(0,0,0,0.1);
  padding: 20px 28px;
  min-width: 220px;
  z-index: 300;
}
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--warm);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.06);
  transition: color 0.2s;
}
.dropdown-menu a:last-child { border-bottom: none; }
.dropdown-menu a:hover { color: var(--noir); }
.nav-right { display: flex; align-items: center; gap: 24px; }

/* ── MOBILE MENU ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--noir);
  transition: transform 0.25s, opacity 0.25s;
}
.nav-hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 400;
  opacity: 0;
  transition: opacity 0.25s;
}
.mobile-menu-overlay.is-open { display: block; opacity: 1; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 78%;
  max-width: 320px;
  background: var(--ivory);
  z-index: 500;
  padding: 90px 32px 32px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -12px 0 32px rgba(0,0,0,0.1);
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu-link, .mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--noir);
  text-decoration: none;
  background: none;
  border: none;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
  padding: 18px 0;
  cursor: pointer;
  text-align: left;
}
.mobile-menu-toggle span { color: var(--gold); transition: transform 0.25s; }
.mobile-menu-toggle.is-open span { transform: rotate(180deg); }
.mobile-submenu {
  display: none;
  flex-direction: column;
  padding-left: 16px;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
}
.mobile-submenu.is-open { display: flex; }
.mobile-submenu a {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
  text-decoration: none;
  padding: 14px 0;
}
.mobile-menu-close {
  position: absolute;
  top: 28px;
  right: 28px;
  background: none;
  border: none;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm);
  cursor: pointer;
  font-family: 'Jost', sans-serif;
}
.nav-search {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm);
  font-family: 'Jost', sans-serif;
  transition: color 0.2s;
}
.nav-search:hover { color: var(--noir); }
.nav-bag {
  background: var(--noir);
  color: var(--ivory);
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 11px 24px;
  cursor: pointer;
  transition: background 0.2s;
}
.nav-bag:hover { background: #111; }

/* ── BUTTONS ── */
.btn-ghost {
  display: inline-block;
  border: 0.5px solid rgba(191,160,106,0.6);
  color: var(--gold);
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 14px 36px;
  cursor: pointer;
  background: transparent;
  transition: all 0.25s;
  text-decoration: none;
}
.btn-ghost:hover { background: var(--gold); color: var(--noir); }
.btn-light {
  display: inline-block;
  border: 0.5px solid rgba(247,244,239,0.3);
  color: var(--ivory);
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 14px 36px;
  cursor: pointer;
  background: transparent;
  transition: all 0.25s;
  text-decoration: none;
}
.btn-light:hover { background: var(--ivory); color: var(--noir); }
.btn-dark {
  display: inline-block;
  border: 0.5px solid rgba(0,0,0,0.4);
  color: var(--noir);
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 14px 36px;
  cursor: pointer;
  background: transparent;
  transition: all 0.25s;
  text-decoration: none;
}
.btn-dark:hover { background: var(--noir); color: var(--ivory); }

/* ── HERO ── */
.hero {
  background: var(--noir);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
}
.hero-eyebrow {
  font-size: 9px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  font-weight: 300;
}
.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 78px;
  font-weight: 300;
  line-height: 1.03;
  color: var(--ivory);
  margin-bottom: 32px;
}
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-tagline {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(247,244,239,0.45);
  line-height: 1.95;
  font-weight: 300;
  max-width: 320px;
  margin-bottom: 48px;
}
.hero-right {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-watermark {
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
  font-size: 230px;
  font-weight: 300;
  font-style: italic;
  color: rgba(191,160,106,0.05);
  white-space: nowrap;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
}
.hero-vessels {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  padding: 60px 48px 60px 0;
}
/* variante con fotos reales (2×2) */
.hero-vessels--photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 26px;
  align-items: start;
  justify-items: center;
  padding: 40px 40px;
}
.hero-photo {
  width: 100%;
  max-width: 152px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.42);
}
.vessel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.vessel {
  position: relative;
  border-radius: 3px 3px 0 0;
  flex-shrink: 0;
}
.vessel::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15px;
  background: rgba(247,244,239,0.3);
}
.vessel::after {
  content: '●';
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6px;
  color: var(--gold);
  animation: flicker 2.2s ease-in-out infinite alternate;
}
@keyframes flicker {
  0% { opacity: 0.55; transform: translateX(-50%) scale(1); }
  100% { opacity: 1; transform: translateX(-50%) scale(1.35); }
}
.v-tall { width: 58px; height: 100px; }
.v-med  { width: 54px; height: 80px; }
.v-noir-h { background: linear-gradient(170deg, #1A1A1A 0%, #000000 100%); border: 0.5px solid rgba(191,160,106,0.25); }
.v-ivory-h { background: linear-gradient(170deg, #EAE3D8 0%, #D8D0C5 100%); border: 0.5px solid rgba(247,244,239,0.12); }
.v-frm-h   { background: linear-gradient(170deg, #CAAAB5 0%, #B08E9E 100%); border: 0.5px solid rgba(247,244,239,0.1); }
.v-sage-h  { background: linear-gradient(170deg, #BFCAAE 0%, #A6B598 100%); border: 0.5px solid rgba(247,244,239,0.1); }
.v-van-h   { background: linear-gradient(170deg, #EDD9A8 0%, #DEC48A 100%); border: 0.5px solid rgba(247,244,239,0.1); }

/* ── PRODUCT DETAIL PAGE ── */
.product-hero {
  background: var(--noir);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 86vh;
}
.product-hero-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-hero-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
}
.product-back {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247,244,239,0.5);
  text-decoration: none;
  margin-bottom: 32px;
  display: inline-block;
  transition: color 0.2s;
}
.product-back:hover { color: var(--gold); }
.product-index {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-style: italic;
  color: rgba(191,160,106,0.6);
  margin-bottom: 18px;
}
.product-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 18px;
}
.product-family {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}
.product-notes {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: rgba(247,244,239,0.75);
  line-height: 1.55;
  margin-bottom: 18px;
  max-width: 420px;
}
.product-mood {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(247,244,239,0.42);
  line-height: 1.95;
  font-weight: 300;
  max-width: 380px;
  margin-bottom: 36px;
}
.product-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 24px;
}
.product-price span {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(247,244,239,0.4);
  font-family: 'Jost', sans-serif;
  margin-left: 10px;
}
.product-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-note {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: rgba(247,244,239,0.35);
  margin-top: 22px;
  font-weight: 300;
}
.product-detail-illus {
  width: 260px;
  height: 260px;
}
.product-vessel-lg {
  width: 130px;
}
.pv-lg-h280 { height: 280px; }
.pv-lg-h230 { height: 230px; }

/* Product info strip */
.product-info-strip {
  background: var(--cream);
  padding: 64px 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.product-info-item { text-align: center; }
.product-info-item .craft-rule { margin-left: auto; margin-right: auto; }
.product-info-item .craft-h3 { font-size: 20px; }

/* Related products heading reuses .col-header / .section-* classes */
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.06);
  margin-bottom: 1px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.vessel-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-style: italic;
  color: rgba(247,244,239,0.5);
  text-align: center;
  white-space: nowrap;
}

/* ── TICKER ── */
.ticker {
  background: var(--gold);
  padding: 12px 0;
  overflow: hidden;
}
.ticker-inner {
  display: flex;
  white-space: nowrap;
  animation: tick 22s linear infinite;
}
.ticker-item {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--noir);
  padding: 0 36px;
  font-weight: 400;
}
.ticker-sep { color: rgba(0,0,0,0.35); font-size: 9px; }
@keyframes tick {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── ABOUT ── */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-img-side {
  background: var(--noir);
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.about-img-bg {
  font-family: 'Cormorant Garamond', serif;
  font-size: 100px;
  font-weight: 300;
  font-style: italic;
  color: rgba(191,160,106,0.1);
  text-align: center;
  line-height: 1.05;
  user-select: none;
}
.about-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
/* Hero: foto contenida y más pequeña (se ve nítida, no estirada) sobre panel beige */
.hero-right { background: #EAE4DA; }
.hero-group { display: block; width: 100%; max-width: 480px; height: auto; max-height: 82vh; object-fit: contain; margin: 0 auto; }
.about-content {
  padding: 88px 72px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-eyebrow {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  font-weight: 300;
}
.section-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.12;
  color: var(--noir);
  margin-bottom: 24px;
}
.section-h2 em { font-style: italic; }
.section-body {
  font-size: 13px;
  color: var(--warm);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 36px;
}
.pillars { display: flex; flex-direction: column; }
.pillar {
  padding: 15px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.pillar:first-child { border-top: 0.5px solid rgba(0,0,0,0.08); }
.pillar-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: var(--gold);
  min-width: 20px;
}
.pillar-text {
  font-size: 12px;
  color: var(--warm);
  font-weight: 300;
  line-height: 1.6;
}

/* ── COLLECTION HEADER ── */
.col-header {
  padding: 96px 56px 0;
  text-align: center;
  background: var(--ivory);
}
.col-header .section-h2 { font-size: 58px; }
.col-desc {
  font-size: 13px;
  color: var(--warm);
  line-height: 1.9;
  font-weight: 300;
  max-width: 440px;
  margin: 16px auto 0;
}

/* ── FILTER BAR ── */
.filter-bar {
  display: flex;
  justify-content: center;
  padding: 40px 56px 0;
  background: var(--ivory);
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
  gap: 0;
}
.filter-btn {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm);
  background: none;
  border: none;
  border-bottom: 1.5px solid transparent;
  padding: 10px 24px;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  transition: all 0.2s;
}
.filter-btn.active,
.filter-btn:hover { color: var(--noir); border-bottom-color: var(--noir); }

/* ── PRODUCT GRID ── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.06);
  margin-bottom: 1px;
}
/* Signature: 2 filas de 3, y productos filtrados quedan CENTRADOS (flex) */
.product-grid--3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  background: transparent;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}
.product-grid--3col > .product-card {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  box-sizing: border-box;
  border: 0.5px solid rgba(0,0,0,0.07);
}
@media (max-width: 900px) {
  .product-grid--3col > .product-card { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 560px) {
  .product-grid--3col > .product-card { flex: 0 0 100%; max-width: 100%; }
}
.product-card {
  background: var(--ivory);
  padding: 56px 24px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s;
}
.product-card:hover { background: var(--off); }
.product-card.pc-featured {
  grid-column: span 1;
  background: var(--cream);
  border-top: 2px solid var(--gold);
}
/* Foto real dentro de la tarjeta Signature (reemplaza la ilustración de vaso) */
.pc-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  margin: 0 0 30px;
  background: var(--cream);
}
.pc-index {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  font-style: italic;
  color: rgba(138,132,124,0.3);
  align-self: flex-start;
  margin-bottom: 32px;
}
.pc-vessel {
  position: relative;
  border-radius: 3px 3px 0 0;
  margin-bottom: 36px;
  flex-shrink: 0;
}
.pc-vessel::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15px;
  background: var(--warm);
  opacity: 0.35;
}
.pc-vessel::after {
  content: '✦';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  color: var(--gold);
}
.pv-w60 { width: 60px; }
.pv-h88 { height: 88px; }
.pv-h72 { height: 72px; }
.pv-noir-l  { background: #0A0A0A; border: 0.5px solid rgba(191,160,106,0.25); }
.pv-ivory-l { background: #EAE3D8; border: 0.5px solid rgba(0,0,0,0.1); }
.pv-rose-l  { background: #D4A8A0; border: 0.5px solid rgba(0,0,0,0.07); }
.pv-van-l   { background: #E8D8B0; border: 0.5px solid rgba(0,0,0,0.07); }
.pv-sage-l  { background: #BCC9AE; border: 0.5px solid rgba(0,0,0,0.07); }
.pv-frm-l   { background: #CAAAB5; border: 0.5px solid rgba(0,0,0,0.07); }
.pc-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: 8px;
}
.pc-family {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.pc-notes {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
  color: var(--warm);
  line-height: 1.65;
  margin-bottom: 14px;
}
.pc-mood {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(138,132,124,0.6);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 28px;
}
.pc-cta {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--noir);
  border-bottom: 0.5px solid var(--noir);
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.pc-cta:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ── PATISSIÈRE ── */
.pat {
  background: var(--noir);
  padding: 96px 56px;
}
.pat-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 60px;
}
.pat-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.07;
}
.pat-h2 em { font-style: italic; color: var(--gold); }
.pat-desc {
  font-size: 12px;
  color: rgba(247,244,239,0.42);
  line-height: 1.95;
  font-weight: 300;
}
.dessert-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.dessert-card {
  border: 0.5px solid rgba(191,160,106,0.12);
  padding: 30px 16px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s;
}
.dessert-card:hover {
  border-color: rgba(191,160,106,0.5);
  background: rgba(247,244,239,0.04);
}
.dessert-illus {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dessert-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: var(--ivory);
  text-align: center;
  line-height: 1.4;
}
.dessert-frag {
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
}
.pat-footer { text-align: center; margin-top: 52px; }

/* ── WAX ── */
.wax { display: grid; grid-template-columns: 1fr 1fr; }
.wax-left {
  padding: 88px 72px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wax-badge {
  border: 0.5px solid var(--gold);
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 9px 18px;
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 300;
}
.wax-sub-note {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(138,132,124,0.7);
  font-weight: 300;
  line-height: 1.7;
  margin-top: 4px;
}
.wax-right {
  background: var(--ivory);
  padding: 88px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wax-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
}
.wax-row:first-child { border-top: 0.5px solid rgba(0,0,0,0.08); }
.wax-orb {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
}
.wax-orb-soy  { background: #EEE7DB; border: 0.5px solid rgba(0,0,0,0.1); }
.wax-orb-coco { background: #E5DDD3; border: 0.5px solid rgba(0,0,0,0.1); }
.wax-orb-apr  { background: #DEC59A; border: 0.5px solid rgba(0,0,0,0.1); }
.wax-orb-bee  { background: #D9A441; border: 0.5px solid rgba(0,0,0,0.1); }
.wax-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--noir);
}
.wax-sublabel {
  font-size: 10px;
  color: var(--warm);
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-top: 3px;
}

/* ── CRAFT ── */
.craft {
  padding: 96px 56px;
  background: var(--ivory);
}
.craft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.craft-rule {
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 20px;
}
.craft-label {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  font-weight: 300;
}
.craft-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.22;
  color: var(--noir);
  margin-bottom: 16px;
}
.craft-body {
  font-size: 12px;
  color: var(--warm);
  line-height: 1.9;
  font-weight: 300;
}

/* ── PACKAGING ── */
.packaging {
  background: var(--noir);
  padding: 96px 56px;
  text-align: center;
}
.packaging .section-eyebrow { display: block; margin-bottom: 20px; }
.packaging .section-h2 { color: var(--ivory); font-size: 54px; margin-bottom: 16px; }
.packaging .section-body { color: rgba(247,244,239,0.42); max-width: 480px; margin: 0 auto 56px; }
.pack-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(247,244,239,0.04);
  margin-bottom: 52px;
}
.pack-feat {
  padding: 40px 32px;
  border: 0.5px solid rgba(191,160,106,0.1);
  transition: border-color 0.25s;
}
.pack-feat:hover { border-color: rgba(191,160,106,0.4); }
.pack-feat-icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.pack-feat-name {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 10px;
}
.pack-feat-desc {
  font-size: 12px;
  color: rgba(247,244,239,0.38);
  line-height: 1.75;
  font-weight: 300;
}

/* ── CANDLE CARE ── */
.care {
  background: var(--cream);
  padding: 96px 56px;
}
.care-head {
  text-align: center;
  margin-bottom: 60px;
}
.care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.06);
}
.care-cell {
  background: var(--cream);
  padding: 40px 36px;
}
.care-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: rgba(0,0,0,0.07);
  line-height: 1;
  margin-bottom: 18px;
}
.care-text {
  font-size: 12px;
  color: var(--warm);
  line-height: 1.9;
  font-weight: 300;
}

/* ── FAQ ── */
.faq {
  background: var(--ivory);
  padding: 96px 56px;
}
.faq-head { text-align: center; margin-bottom: 60px; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.06);
  max-width: 960px;
  margin: 0 auto;
}
.faq-item {
  background: var(--ivory);
  padding: 36px 40px;
}
.faq-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: 12px;
}
.faq-a {
  font-size: 12px;
  color: var(--warm);
  line-height: 1.85;
  font-weight: 300;
}

/* ── MADE IN CR BANNER ── */
.madein {
  background: var(--noir);
  padding: 80px 56px;
  text-align: center;
}
.madein-eyebrow { margin-bottom: 20px; }
.madein-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 20px;
}
.madein-h2 em { font-style: italic; color: var(--gold); }
.madein-body {
  font-size: 13px;
  color: rgba(247,244,239,0.42);
  line-height: 1.9;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto 44px;
}

/* ── CLOSING QUOTE ── */
.closing {
  background: var(--cream);
  padding: 96px 56px;
  text-align: center;
}
.closing-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.45;
  color: var(--noir);
  max-width: 720px;
  margin: 0 auto 24px;
}
.closing-attr {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── FOOTER ── */
footer {
  background: var(--ivory);
  border-top: 0.5px solid rgba(0,0,0,0.08);
  padding: 72px 56px 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--noir);
  margin-bottom: 16px;
}
.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: var(--warm);
  line-height: 1.8;
  margin-bottom: 28px;
}
.footer-socials {
  display: flex;
  gap: 16px;
}
.footer-social-link {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(138,132,124,0.3);
  padding-bottom: 1px;
  transition: color 0.2s;
}
.footer-social-link:hover { color: var(--noir); }
.footer-col-head {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--noir);
  margin-bottom: 18px;
  font-weight: 400;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 12px;
  color: var(--warm);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--noir); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid rgba(0,0,0,0.07);
  padding-top: 28px;
}
.footer-copy {
  font-size: 11px;
  color: rgba(138,132,124,0.5);
  font-weight: 300;
}
.footer-made {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: var(--warm);
}

/* ── RESPONSIVE ── */
/* With 6 sections, collapse the full nav to the hamburger below 1200px.
   Placed after the base nav rules so it overrides them at these widths. */
@media (max-width: 1200px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-search { display: none; }
  .nav-logo { font-size: 15px; letter-spacing: 0.08em; }
}

@media (max-width: 900px) {
  nav { padding: 0 20px; height: 60px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo { font-size: 14px; letter-spacing: 0.06em; }
  .nav-search { display: none; }
  .nav-right { gap: 14px; }
  .nav-bag { padding: 9px 16px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 28px; }
  .hero-h1 { font-size: 52px; }
  .hero-right { display: none; }
  .about { grid-template-columns: 1fr; }
  .about-img-side { display: none; }
  .about-content { padding: 60px 28px; }
  .col-header { padding: 60px 28px 0; }
  .col-header .section-h2 { font-size: 40px; }
  .filter-bar { padding: 28px 28px 0; flex-wrap: wrap; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .pat { padding: 60px 28px; }
  .pat-head { grid-template-columns: 1fr; gap: 24px; }
  .pat-h2 { font-size: 40px; }
  .dessert-grid { grid-template-columns: repeat(3, 1fr); }
  .wax { grid-template-columns: 1fr; }
  .wax-left, .wax-right { padding: 60px 28px; }
  .craft { padding: 60px 28px; }
  .craft-grid { grid-template-columns: 1fr; gap: 36px; }
  .packaging { padding: 60px 28px; }
  .pack-features { grid-template-columns: 1fr; }
  .care { padding: 60px 28px; }
  .care-grid { grid-template-columns: 1fr; }
  .faq { padding: 60px 28px; }
  .faq-grid { grid-template-columns: 1fr; }
  .madein { padding: 60px 28px; }
  .madein-h2 { font-size: 36px; }
  .closing { padding: 60px 28px; }
  .closing-quote { font-size: 26px; }
  footer { padding: 48px 28px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

.nav-links > li > a.active { color: var(--gold); }
.dropdown-menu a.active { color: var(--noir); font-weight: 500; }

/* ── CART DRAWER ── */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.cart-overlay.is-open { opacity: 1; visibility: visible; }
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 88%;
  max-width: 400px;
  background: var(--ivory);
  z-index: 500;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -12px 0 32px rgba(0,0,0,0.12);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 20px;
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
}
.cart-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--noir);
}
.cart-close {
  background: none;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm);
  cursor: pointer;
  transition: color 0.2s;
}
.cart-close:hover { color: var(--noir); }
.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 8px 28px;
}
.cart-empty {
  font-size: 13px;
  color: var(--warm);
  font-weight: 300;
  text-align: center;
  padding: 48px 0;
}
.cart-item {
  display: flex;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
}
.cart-item-thumb {
  flex-shrink: 0;
  width: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 14px;
}
.cart-item-thumb .pc-vessel { margin-bottom: 0; }
.cart-item-info { flex: 1; }
.cart-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--noir);
  text-decoration: none;
  display: block;
}
.cart-item-name:hover { color: var(--gold); }
.cart-item-collection {
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 4px 0 8px;
}
.cart-item-price {
  font-size: 13px;
  color: var(--warm);
  margin-bottom: 12px;
}
.cart-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-qty-btn {
  width: 26px;
  height: 26px;
  border: 0.5px solid rgba(0,0,0,0.25);
  background: none;
  color: var(--noir);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
}
.cart-qty-btn:hover { background: var(--noir); color: var(--ivory); }
.cart-qty-num {
  font-size: 12px;
  min-width: 16px;
  text-align: center;
  color: var(--noir);
}
.cart-item-remove {
  margin-left: auto;
  background: none;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm);
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.2s;
}
.cart-item-remove:hover { color: var(--noir); }
.cart-foot {
  padding: 24px 28px 28px;
  border-top: 0.5px solid rgba(0,0,0,0.1);
  background: var(--cream);
}
.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--noir);
  margin-bottom: 6px;
}
.cart-subtotal span:first-child {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm);
}
.cart-note {
  font-size: 10px;
  color: var(--warm);
  font-weight: 300;
  margin-bottom: 18px;
}
.cart-checkout {
  display: block;
  text-align: center;
  width: 100%;
  background: var(--noir);
  color: var(--ivory);
  border-color: var(--noir);
}
.cart-checkout:hover { background: #111; color: var(--ivory); }


/* ── CHECKOUT PAGE ── */
.checkout-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 64px 56px 96px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: start;
}
.checkout-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  color: var(--noir);
  margin-bottom: 6px;
}
.checkout-lead {
  font-size: 12px;
  color: var(--warm);
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
.co-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--noir);
  margin: 8px 0 20px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
}
.co-field { margin-bottom: 18px; }
.co-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.co-label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 7px;
}
.co-input, .co-select {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--noir);
  background: var(--ivory);
  border: 0.5px solid rgba(0,0,0,0.22);
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.co-input:focus, .co-select:focus { border-color: var(--gold); }
.co-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238A847C' fill='none' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 34px;
}
.co-step { margin-top: 40px; }
.co-step.is-locked { opacity: 0.45; pointer-events: none; }
.co-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--noir);
  color: var(--ivory);
  border: 0.5px solid var(--noir);
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 16px 24px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
}
.co-btn:hover:not(:disabled) { background: #111; }
.co-btn:disabled { cursor: not-allowed; opacity: 0.5; }
.co-msg {
  font-size: 12px;
  line-height: 1.6;
  padding: 14px 16px;
  margin-top: 16px;
  border: 0.5px solid transparent;
  display: none;
}
.co-msg.is-error { display: block; background: #FBEDEA; border-color: #E0B4AB; color: #8A3324; }
.co-msg.is-info  { display: block; background: var(--cream); border-color: rgba(191,160,106,0.4); color: var(--warm); }

/* Order summary */
.co-summary {
  background: var(--cream);
  padding: 36px 32px;
  position: sticky;
  top: 92px;
}
.co-summary-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: 24px;
}
.co-sum-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
  align-items: center;
}
.co-sum-info { flex: 1; }
.co-sum-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: var(--noir);
}
.co-sum-qty {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm);
  margin-top: 2px;
}
.co-sum-price { font-size: 13px; color: var(--noir); white-space: nowrap; }
.co-sum-totals { margin-top: 22px; }
.co-sum-line {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--warm);
  margin-bottom: 10px;
}
.co-sum-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 16px;
  border-top: 0.5px solid rgba(0,0,0,0.15);
  margin-top: 8px;
}
.co-sum-total .lbl {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm);
}
.co-sum-total .val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: var(--noir);
}
.co-empty {
  text-align: center;
  padding: 80px 24px;
}
.co-empty p { font-size: 14px; color: var(--warm); font-weight: 300; margin-bottom: 24px; }

/* Tilopay payment form */
.payFormTilopay { margin-top: 4px; }
.payFormTilopay label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm);
  margin: 16px 0 7px;
}
.payFormTilopay input, .payFormTilopay select {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--noir);
  background: var(--ivory);
  border: 0.5px solid rgba(0,0,0,0.22);
  padding: 12px 14px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.payFormTilopay input:focus, .payFormTilopay select:focus { border-color: var(--gold); }
#result { margin-top: 20px; }

/* Confirmation page */
.confirm-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 100px 40px 120px;
  text-align: center;
}
.confirm-icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 24px;
}
.confirm-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: var(--noir);
  margin-bottom: 18px;
}
.confirm-body {
  font-size: 13px;
  color: var(--warm);
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 12px;
}
.confirm-ref {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--warm);
  margin: 24px 0 36px;
}
.confirm-ref b { color: var(--noir); font-weight: 500; }

@media (max-width: 900px) {
  .checkout-wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 24px 72px; }
  .co-summary { position: static; order: -1; }
  .checkout-h1 { font-size: 36px; }
}

/* ── SOBRE NOSOTROS (story) ── */
.story-hero {
  background: var(--noir);
  padding: 120px 56px 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.story-hero-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 300px;
  font-style: italic;
  font-weight: 300;
  color: rgba(191,160,106,0.05);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  line-height: 1;
}
.story-hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.story-hero .section-eyebrow { color: var(--gold); }
.story-hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 34px;
}
.story-hero-h1 em { font-style: italic; color: var(--gold); }
.story-hero-lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(247,244,239,0.82);
  max-width: 560px;
  margin: 0 auto;
}

.story {
  background: var(--ivory);
  padding: 96px 56px;
}
.story-band { background: var(--cream); }
.story-inner { max-width: 680px; margin: 0 auto; }
.story-inner p {
  font-size: 15px;
  line-height: 2.05;
  color: var(--warm);
  font-weight: 300;
  margin-bottom: 26px;
  letter-spacing: 0.01em;
}
.story-inner p:last-child { margin-bottom: 0; }
.story-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px !important;
  font-style: italic;
  line-height: 1.7 !important;
  color: var(--noir) !important;
  margin-bottom: 32px !important;
}

.story-quote {
  background: var(--noir);
  padding: 100px 56px;
  text-align: center;
}
.story-quote.on-cream { background: var(--cream); }
.story-quote-rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 34px;
}
.story-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--ivory);
  max-width: 720px;
  margin: 0 auto;
}
.story-quote.on-cream p { color: var(--noir); }
.story-quote p em { font-style: italic; color: var(--gold); }

.story-welcome {
  background: var(--noir);
  padding: 110px 56px 120px;
  text-align: center;
}
.story-welcome-eyebrow {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
  font-weight: 300;
}
.story-welcome-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.1;
  color: var(--ivory);
  margin-bottom: 30px;
}
.story-welcome-h2 em { font-style: italic; color: var(--gold); }
.story-welcome-body {
  font-size: 14px;
  line-height: 2;
  color: rgba(247,244,239,0.55);
  font-weight: 300;
  max-width: 620px;
  margin: 0 auto 44px;
}
.story-welcome-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
  .story-hero { padding: 72px 26px 64px; }
  .story-hero-h1 { font-size: 46px; }
  .story-hero-lede { font-size: 21px; }
  .story-hero-watermark { font-size: 150px; }
  .story { padding: 60px 26px; }
  .story-quote { padding: 64px 26px; }
  .story-quote p { font-size: 28px; }
  .story-welcome { padding: 64px 26px 72px; }
  .story-welcome-h2 { font-size: 38px; }
}

/* ── PUNTOS DE VENTA (stockists) ── */
.stockists {
  background: var(--ivory);
  padding: 88px 56px 96px;
}
.stockists-inner { max-width: 720px; margin: 0 auto; }
.stockists-intro {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: var(--warm);
  font-weight: 300;
  max-width: 560px;
  margin: 0 auto 56px;
}
.stockist-card {
  border: 0.5px solid rgba(0,0,0,0.14);
  background: var(--cream);
  padding: 48px 44px;
  text-align: center;
}
.stockist-label {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.stockist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 300;
  color: var(--noir);
  line-height: 1.1;
  margin-bottom: 12px;
}
.stockist-location {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 28px;
}
.stockist-rule {
  width: 36px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 28px;
}
.stockist-note {
  font-size: 13px;
  line-height: 1.9;
  color: var(--warm);
  font-weight: 300;
  max-width: 420px;
  margin: 0 auto 28px;
}
.stockists-online {
  text-align: center;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 0.5px solid rgba(0,0,0,0.1);
}
.stockists-online p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--noir);
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .stockists { padding: 60px 26px 72px; }
  .stockist-card { padding: 40px 26px; }
  .stockist-name { font-size: 32px; }
}

/* ── COMING SOON (colección en preparación) ── */
.coming-soon {
  background: var(--ivory);
  padding: 40px 56px 110px;
  text-align: center;
}
.coming-soon-inner {
  max-width: 620px;
  margin: 0 auto;
  border: 0.5px solid rgba(191,160,106,0.4);
  background: var(--cream);
  padding: 72px 48px;
}
.coming-soon-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.coming-soon-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  font-style: italic;
  color: var(--noir);
  margin-bottom: 20px;
  line-height: 1.1;
}
.coming-soon-body {
  font-size: 13px;
  line-height: 2;
  color: var(--warm);
  font-weight: 300;
  max-width: 420px;
  margin: 0 auto 34px;
}
.coming-soon-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
  .coming-soon { padding: 20px 26px 72px; }
  .coming-soon-inner { padding: 52px 28px; }
  .coming-soon-h3 { font-size: 34px; }
}

/* ── CRÈME ACADEMY ── */
.academy-intro {
  background: var(--ivory);
  padding: 40px 56px 20px;
  text-align: center;
}
.academy-intro-inner { max-width: 620px; margin: 0 auto; }
.academy-intro p {
  font-size: 14px;
  line-height: 2;
  color: var(--warm);
  font-weight: 300;
}
.academy-feature {
  background: var(--ivory);
  padding: 56px 56px 80px;
}
.academy-card {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  border: 0.5px solid rgba(0,0,0,0.14);
  background: var(--cream);
}
.academy-card-visual {
  background: var(--noir);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 32px;
  position: relative;
  overflow: hidden;
}
.academy-book {
  width: 150px;
  height: 200px;
  background: linear-gradient(150deg, #1c1c1c 0%, #000 100%);
  border: 0.5px solid rgba(191,160,106,0.4);
  border-left: 4px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
}
.academy-book-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-style: italic;
  color: var(--gold);
}
.academy-book-title {
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247,244,239,0.7);
  line-height: 1.8;
}
.academy-card-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.academy-label {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.academy-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.15;
  color: var(--noir);
  margin-bottom: 18px;
}
.academy-desc {
  font-size: 13px;
  line-height: 1.9;
  color: var(--warm);
  font-weight: 300;
  margin-bottom: 26px;
}
.academy-status {
  display: inline-block;
  align-self: flex-start;
  border: 0.5px solid var(--gold);
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 11px 22px;
}
.academy-upcoming {
  background: var(--cream);
  padding: 80px 56px 96px;
  text-align: center;
}
.academy-upcoming-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 760px;
  margin: 44px auto 0;
}
.academy-upcoming-card {
  border: 0.5px solid rgba(0,0,0,0.12);
  background: var(--ivory);
  padding: 40px 32px;
  text-align: left;
}
.academy-upcoming-card .academy-label { margin-bottom: 12px; }
.academy-upcoming-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--noir);
  line-height: 1.25;
}

@media (max-width: 900px) {
  .academy-feature { padding: 40px 26px 56px; }
  .academy-card { grid-template-columns: 1fr; }
  .academy-card-visual { padding: 44px 24px; }
  .academy-card-body { padding: 36px 26px; }
  .academy-upcoming { padding: 56px 26px 64px; }
  .academy-upcoming-grid { grid-template-columns: 1fr; }
}

/* ── FOTO REAL DE PRODUCTO (hero) ── */
.product-hero-visual.has-photo { background: var(--cream); }
.product-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 760px) {
  .product-hero { grid-template-columns: 1fr; min-height: auto; }
  .product-hero-visual.has-photo { min-height: 420px; }
  .product-hero-info { padding: 56px 32px; }
}

/* ── BANNER DE COLECCIÓN (foto grupal) ── */
.collection-banner {
  background: var(--cream);
  text-align: center;
  padding: 0 0 0;
}
.collection-banner-img {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  height: auto;
}

/* ── CUADRÍCULA DE COLECCIÓN CON FOTOS ── */
.collection-section { background: var(--ivory); padding: 0 56px 100px; }
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px 36px;
  max-width: 1200px;
  margin: 52px auto 0;
}
.photo-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.35s ease;
}
a.photo-card:hover { transform: translateY(-5px); }
.photo-card-img { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--cream); }
.photo-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
a.photo-card:hover .photo-card-img img { transform: scale(1.05); }
.photo-card-body { padding: 20px 10px 0; text-align: center; }
.photo-card-name { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: var(--noir); line-height: 1.2; }
.photo-card-sub { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 10px; }
/* ── PANEL SINPE MÓVIL (checkout + confirmación) ── */
.sinpe-panel { background: var(--cream); border: 1px solid var(--gold); border-radius: 4px; padding: 22px 22px 20px; margin-top: 16px; }
.sinpe-title { font-family: 'Cormorant Garamond', serif; font-size: 25px; color: var(--noir); margin: 0 0 14px; }
.sinpe-steps { margin: 0 0 16px; padding-left: 20px; color: var(--noir); font-size: 14px; line-height: 1.85; }
.sinpe-steps b { font-weight: 600; }
.sinpe-code-box { background: var(--noir); border-radius: 4px; text-align: center; padding: 16px 12px; margin: 10px 0 4px; }
.sinpe-code-label { display: block; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.sinpe-code-num { display: block; font-family: 'Jost', sans-serif; font-size: 40px; font-weight: 600; letter-spacing: 0.16em; color: var(--ivory); line-height: 1; }
.sinpe-warning { background: #fbeaea; border-left: 3px solid #c0392b; color: #8f2020; font-size: 13px; line-height: 1.6; padding: 12px 14px; margin: 16px 0 0; border-radius: 2px; }
.sinpe-after { font-size: 13px; color: var(--warm); margin: 12px 0 0; }

/* ── PRECIOS VISIBLES ── */
.photo-card-price { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 500; color: var(--noir); margin-top: 8px; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; }
.pc-price { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 500; color: var(--noir); margin: 14px 0 6px; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; }
.product-price { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 500; color: var(--ivory); margin: 4px 0 26px; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; }
@media (max-width: 900px) { .collection-section { padding: 0 24px 68px; } .photo-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 22px; margin-top: 40px; } }
@media (max-width: 480px) { .photo-grid { gap: 30px 16px; } .photo-card-name { font-size: 17px; } }
/* photo-grid usado sobre fondo oscuro (sección .pat en inicio): nombres claros */
.pat .photo-card-img { background: #14110d; }
.pat .photo-card-name { color: var(--ivory); }
.pat .photo-card-price { color: var(--ivory); }

/* ── PLACEHOLDER SIN FOTO ── */
.photo-card-img.ph, .product-hero-visual.ph {
  display: flex; align-items: center; justify-content: center; background: var(--cream);
}
.photo-ph-text {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px;
  color: var(--warm); text-align: center; line-height: 1.3;
}
.product-ph-text {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px;
  color: var(--warm); text-align: center; line-height: 1.3; padding: 40px;
}

/* ── PRODUCTOS RELACIONADOS ("También Te Puede Gustar") ── */
.related { background: var(--noir); color: var(--ivory); padding: 84px 56px 100px; }
.related-head { text-align: center; margin-bottom: 52px; }
.related-head .section-eyebrow { color: var(--warm); }
.related-h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 40px;
  color: var(--ivory); margin-top: 14px; line-height: 1.1;
}
.related-h2 em { font-style: italic; color: var(--gold); }
.related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px; max-width: 1040px; margin: 0 auto;
}
.rel-card { text-decoration: none; display: block; transition: transform 0.35s ease; }
a.rel-card:hover { transform: translateY(-6px); }
.rel-card-img { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #14110d; }
.rel-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
a.rel-card:hover .rel-card-img img { transform: scale(1.05); }
.rel-card-img.rel-ph { display: flex; align-items: center; justify-content: center; }
.rel-card-name {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 23px;
  color: var(--ivory); text-align: center; margin-top: 20px; line-height: 1.2;
}
.rel-card-sub {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); text-align: center; margin-top: 9px;
}
@media (max-width: 760px) {
  .related { padding: 60px 22px 68px; }
  .related-grid { gap: 18px; }
  .related-h2 { font-size: 30px; }
  .rel-card-name { font-size: 18px; margin-top: 14px; }
}

/* ── PRODUCTO: BARRA DE BENEFICIOS ── */
.prod-benefits {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 0.5px solid rgba(0,0,0,0.08);
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
}
.prod-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 30px 14px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--warm);
  border-right: 0.5px solid rgba(0,0,0,0.06);
}
.prod-benefit:last-child { border-right: none; }
.prod-benefit svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 760px) {
  .prod-benefits { grid-template-columns: 1fr; padding: 0 24px; }
  .prod-benefit { flex-direction: row; justify-content: flex-start; gap: 18px; text-align: left; border-right: none; border-bottom: 0.5px solid rgba(0,0,0,0.06); padding: 20px 4px; }
  .prod-benefit:last-child { border-bottom: none; }
}

/* ── PRODUCTO: DESCRIPCIÓN ── */
.prod-desc { max-width: 760px; margin: 0 auto; padding: 64px 56px 44px; }
.prod-desc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300; color: var(--noir); margin-bottom: 24px;
}
.prod-desc-body { font-size: 14px; line-height: 1.95; color: var(--warm); font-weight: 300; margin-bottom: 18px; }
.prod-desc-scent { margin: 26px 0 6px; }
.prod-desc-scent .lbl {
  font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 6px;
}
.prod-desc-scent .val { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: var(--noir); }
.prod-desc-list { list-style: none; margin-top: 28px; }
.prod-desc-list li {
  font-size: 12.5px; color: var(--warm); font-weight: 300; letter-spacing: 0.02em;
  padding: 12px 0 12px 24px; border-bottom: 0.5px solid rgba(0,0,0,0.07); position: relative;
}
.prod-desc-list li:first-child { border-top: 0.5px solid rgba(0,0,0,0.07); }
.prod-desc-list li::before { content: '—'; color: var(--gold); position: absolute; left: 0; }
@media (max-width: 760px) { .prod-desc { padding: 48px 24px 32px; } }

/* ── BENEFICIOS EN EL PANEL DE COMPRA (hero oscuro) ── */
.hero-benefits {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 0.5px solid rgba(247,244,239,0.12);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 26px;
  max-width: 440px;
}
.hero-benefit {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: rgba(247,244,239,0.6);
}
.hero-benefit svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
@media (max-width: 760px) { .hero-benefits { grid-template-columns: 1fr; gap: 12px; } }

/* ── SELECTOR DE COLOR (variantes) ── */
.color-opts { display: flex; align-items: center; gap: 12px; margin: 4px 0 22px; }
.color-opts .co-lbl { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247,244,239,0.5); }
.color-opt {
  width: 26px; height: 26px; border-radius: 50%; padding: 0; cursor: pointer;
  border: 1px solid rgba(247,244,239,0.35); background: #ccc; transition: box-shadow 0.2s, border-color 0.2s;
}
.color-opt.is-active { box-shadow: 0 0 0 2px var(--gold); border-color: transparent; }
.co-swatch-white { background: #F2ECE0; }
.co-swatch-pink { background: #F0D2D2; }
.co-name { font-size: 11px; letter-spacing: 0.06em; color: rgba(247,244,239,0.7); }
