html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: #0F0F12; background: #FFFFFF; -webkit-font-smoothing: antialiased; }

.display    { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; letter-spacing: -0.035em; }
.display-bk { font-family: 'Outfit', system-ui, sans-serif; font-weight: 900; letter-spacing: -0.045em; }
.display-sb { font-family: 'Outfit', system-ui, sans-serif; font-weight: 600; letter-spacing: -0.025em; }
.display-md { font-family: 'Outfit', system-ui, sans-serif; font-weight: 500; letter-spacing: -0.02em; }
.accent     { color: #FF6B35; }
.accent-l   { color: #7C6BE5; }
.uplabel    { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }

.marquee { display: flex; gap: 2.5rem; white-space: nowrap; animation: marquee 40s linear infinite; width: max-content; align-items: center; color: #FF6B35; font-weight: 800; }
.marquee span { color: inherit; }
.marquee span[aria-hidden] { color: rgba(255, 107, 53, 0.55); font-weight: 600; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== HERO BOTTLES — entrance + continuous floating ===== */
.hero-bottle {
  will-change: transform;
}
.hero-bottle-1 { animation: hero-bottle-drop 1.1s cubic-bezier(.34,1.4,.64,1) 0.15s backwards, hero-bottle-float-1 5s ease-in-out 1.25s infinite; }
.hero-bottle-2 { animation: hero-bottle-drop 1.1s cubic-bezier(.34,1.4,.64,1) 0.35s backwards, hero-bottle-float-2 5.5s ease-in-out 1.45s infinite; }
.hero-bottle-3 { animation: hero-bottle-drop 1.1s cubic-bezier(.34,1.4,.64,1) 0.55s backwards, hero-bottle-float-3 4.8s ease-in-out 1.65s infinite; }
@keyframes hero-bottle-drop {
  0%   { opacity: 0; transform: translateY(-60px) rotate(-2deg); }
  60%  { opacity: 1; transform: translateY(8px)   rotate(1deg); }
  100% { opacity: 1; transform: translateY(0)     rotate(0deg); }
}
@keyframes hero-bottle-float-1 {
  0%, 100% { transform: translateY(0)     rotate(0deg); }
  50%      { transform: translateY(-12px) rotate(-1.5deg); }
}
@keyframes hero-bottle-float-2 {
  0%, 100% { transform: translateY(-18px) rotate(0deg); }
  50%      { transform: translateY(-2px)  rotate(1deg); }
}
@keyframes hero-bottle-float-3 {
  0%, 100% { transform: translateY(-4px)  rotate(0deg); }
  50%      { transform: translateY(-18px) rotate(-1deg); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bottle-1, .hero-bottle-2, .hero-bottle-3 { animation: none !important; transform: none !important; }
}

/* ===== SCROLL REVEAL SYSTEM ===== */
[data-reveal] { opacity: 0; transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
[data-reveal="up"]    { transform: translateY(40px); }
[data-reveal="down"]  { transform: translateY(-40px); }
[data-reveal="fade"]  { transform: none; }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal="left"]  { transform: translateX(-40px); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="zoom"]  { transform: scale(1.06); }
[data-reveal].visible { opacity: 1; transform: none; }

[data-stagger] > * { opacity: 0; transform: translateY(32px); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); }
[data-stagger].visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: .05s; }
[data-stagger].visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: .14s; }
[data-stagger].visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: .23s; }
[data-stagger].visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: .32s; }
[data-stagger].visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: .41s; }
[data-stagger].visible > *:nth-child(6) { opacity: 1; transform: none; transition-delay: .50s; }
[data-stagger].visible > *:nth-child(7) { opacity: 1; transform: none; transition-delay: .59s; }
[data-stagger].visible > *:nth-child(8) { opacity: 1; transform: none; transition-delay: .68s; }

/* Default reveal: aplicado automáticamente a sections sin data-reveal */
.auto-reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); }
.auto-reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-stagger] > *, .auto-reveal { opacity: 1 !important; transform: none !important; }
}

.acc-item summary { list-style: none; cursor: pointer; }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item[open] .acc-icon { transform: rotate(45deg); }
.acc-icon { transition: transform .3s ease; }

.stamp { animation: spin 30s linear infinite; }
@keyframes spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .stamp { animation: none; } }

.sparkle { display: inline-block; animation: twinkle 3s ease-in-out infinite; transform-origin: center; }
@keyframes twinkle { 0%, 100% { transform: scale(1) rotate(0); opacity: 1; } 50% { transform: scale(1.18) rotate(180deg); opacity: .85; } }
@media (prefers-reduced-motion: reduce) { .sparkle { animation: none; } }

.wordmark-huge {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(6rem, 22vw, 18rem);
  letter-spacing: -0.06em;
  line-height: 0.85;
  white-space: nowrap;
}

.lift {
  transition: transform .42s cubic-bezier(.22,.61,.36,1),
              box-shadow .42s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.lift:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 28px 56px -16px rgba(15, 15, 18, 0.18),
              0 12px 24px -12px rgba(15, 15, 18, 0.10);
}

/* Hover más marcado para tarjetas de producto */
.product-card,
a.product-card,
[data-product-card] {
  position: relative;
  transition: transform .42s cubic-bezier(.22,.61,.36,1),
              box-shadow .42s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.product-card:hover,
a.product-card:hover,
[data-product-card]:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 32px 64px -18px rgba(15, 15, 18, 0.22),
              0 14px 28px -14px rgba(255, 107, 53, 0.16);
}
.product-card img,
a.product-card img,
[data-product-card] img {
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.product-card:hover img,
a.product-card:hover img,
[data-product-card]:hover img {
  transform: scale(1.04);
}

/* Accent por producto (igual que .accent naranja y .accent-l lavender) */
.accent-r   { color: #04A96E; }

/* Tema por producto — aplicado a la sección #buy (no al body) para no contaminar "Otros botes" */
.theme-r .purchase-option.selected[data-purchase-option="subscription"] { border-color: #04A96E; background: #E0F4EB; }
.theme-r .purchase-option.selected[data-purchase-option="subscription"] .purchase-radio { border-color: #04A96E; }
.theme-r .purchase-option.selected[data-purchase-option="subscription"] .purchase-radio::after { background: #04A96E; }
.theme-r .purchase-option-discount-tag { background: #04A96E; }
.theme-r .bundle-option-tag:not(.bundle-option-tag-best) { background: #04A96E; }

.theme-l .purchase-option.selected[data-purchase-option="subscription"] { border-color: #7C6BE5; background: #E5DFFB; }
.theme-l .purchase-option.selected[data-purchase-option="subscription"] .purchase-radio { border-color: #7C6BE5; }
.theme-l .purchase-option.selected[data-purchase-option="subscription"] .purchase-radio::after { background: #7C6BE5; }
.theme-l .purchase-option-discount-tag { background: #7C6BE5; }
.theme-l .bundle-option-tag:not(.bundle-option-tag-best) { background: #7C6BE5; }
.text-recovery { color: #3F6B4A; }

.brand-dot { position: relative; display: inline-block; width: .55rem; height: .55rem; border-radius: 9999px; background: #FF6B35; vertical-align: middle; margin-left: .35em; transform: translateY(-3px); }
.brand-dot::after { content: ''; position: absolute; inset: 0; border-radius: 9999px; background: #FF6B35; opacity: .35; animation: ping 2.4s cubic-bezier(0,0,.2,1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2.2); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .brand-dot::after { animation: none; } }

/* Header shrink: solo sombra/backdrop, NO cambia altura para evitar layout shift al scrollear */
#header { transition: background-color .3s ease, box-shadow .3s ease; }

.parallax-y { will-change: transform; transition: transform .15s linear; }

/* ===== Mini-cart drawer ===== */
.creath-cart-overlay {
  position: fixed; inset: 0;
  background: rgba(15,15,18,0.5);
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
  z-index: 60;
}
#mini-cart.open ~ #mini-cart-overlay,
body:has(#mini-cart.open) #mini-cart-overlay { opacity: 1; pointer-events: auto; }

.creath-cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 440px;
  background: #FFFFFF;
  z-index: 70;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
  display: flex; flex-direction: column;
  box-shadow: -16px 0 40px rgba(15,15,18,0.15);
}
.creath-cart-drawer.open { transform: translateX(0); }
.creath-cart-drawer.open ~ #mini-cart-overlay,
.creath-cart-drawer.open + #mini-cart-overlay { opacity: 1; pointer-events: auto; }

/* Fallback overlay activation via JS class on body */
body.overflow-hidden { overflow: hidden; }
body.overflow-hidden #mini-cart-overlay { opacity: 1; pointer-events: auto; }

.creath-cart-header {
  padding: 24px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid #E4E4E7;
}
.creath-cart-close {
  width: 40px; height: 40px;
  border-radius: 9999px;
  display: flex; align-items: center; justify-content: center;
  color: #0F0F12;
  transition: background .2s;
}
.creath-cart-close:hover { background: #F4F4F5; }

.creath-cart-body {
  flex: 1; overflow-y: auto;
  padding: 16px 24px;
}

.creath-cart-empty {
  text-align: center;
  padding: 60px 20px;
  color: #5C5C66;
}
.creath-cart-keep-shopping {
  margin-top: 8px;
  padding: 12px 24px;
  background: #0F0F12;
  color: #FFFFFF;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
}
.creath-cart-keep-shopping:hover { background: #FF6B35; }

.creath-cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #E4E4E7;
}
.creath-cart-item-image {
  width: 64px; height: 80px;
  background: #F4F4F5;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.creath-cart-item-info { min-width: 0; }
.creath-cart-item-controls {
  display: flex; align-items: center; gap: 12px;
  margin-top: 10px;
}
.creath-cart-qty {
  display: inline-flex; align-items: center; gap: 0;
  border: 1px solid #E4E4E7;
  border-radius: 9999px;
  overflow: hidden;
}
.creath-cart-qty button {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  color: #0F0F12;
  transition: background .2s;
}
.creath-cart-qty button:hover { background: #F4F4F5; }
.creath-cart-qty span {
  min-width: 32px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.creath-cart-remove {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: #5C5C66;
  text-decoration: underline;
}
.creath-cart-remove:hover { color: #C73B0E; }
.creath-cart-item-price { font-size: 16px; }

.creath-cart-footer {
  padding: 20px 24px 24px;
  border-top: 1px solid #E4E4E7;
}
.creath-cart-footer:empty { display: none; }
.creath-cart-subtotal {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px;
}
.creath-cart-checkout {
  width: 100%;
  padding: 18px;
  background: #0F0F12;
  color: #FFFFFF;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  transition: background .2s;
}
.creath-cart-checkout:hover { background: #FF6B35; }

[data-cart-count].cart-empty { display: none !important; }

/* ===== Search dropdown ===== */
.creath-search {
  position: fixed;
  z-index: 60;
  width: 380px;
  max-width: calc(100vw - 24px);
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(15,15,18,0.14), 0 2px 8px rgba(15,15,18,0.06);
  border: 1px solid rgba(15,15,18,0.06);
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  transform-origin: top right;
  pointer-events: none;
  transition: opacity .18s ease, transform .22s cubic-bezier(.22,.61,.36,1);
  overflow: hidden;
}
.creath-search.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.creath-search-inner { padding: 12px; }

.creath-search-input-wrap {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  background: #F4F4F5;
  border-radius: 12px;
  margin-bottom: 8px;
  color: #5C5C66;
}
.creath-search-input-wrap:focus-within {
  background: #FFFFFF;
  box-shadow: inset 0 0 0 2px #FF6B35;
  color: #FF6B35;
}
.creath-search-input-wrap input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-size: 14px;
  color: #0F0F12;
  padding: 0;
  min-width: 0;
}
.creath-search-input-wrap input::placeholder { color: #5C5C66; }
.creath-search-input-wrap input::-webkit-search-cancel-button { display: none; }
.creath-search-close {
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 9999px;
  color: #5C5C66;
  flex-shrink: 0;
}
.creath-search-close:hover { background: rgba(15,15,18,0.08); color: #0F0F12; }

.creath-search-section {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #5C5C66;
  padding: 10px 14px 4px;
}

.creath-search-results {
  list-style: none; padding: 0; margin: 0;
  max-height: 380px;
  overflow-y: auto;
}
.creath-search-results::-webkit-scrollbar { width: 6px; }
.creath-search-results::-webkit-scrollbar-thumb { background: #E4E4E7; border-radius: 3px; }

.creath-search-item a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  transition: background .15s ease;
  text-decoration: none;
}
.creath-search-item a:hover,
.creath-search-item.active a { background: #FFE3D5; }

.creath-search-text {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column;
}
.creath-search-text strong {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0F0F12;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.creath-search-text span {
  font-size: 12px;
  color: #5C5C66;
  margin-top: 2px;
  line-height: 1.3;
}

.creath-search-cat-label {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #5C5C66;
  background: #F4F4F5;
  padding: 3px 8px;
  border-radius: 9999px;
  flex-shrink: 0;
  white-space: nowrap;
}

.creath-search-empty {
  padding: 24px 14px 18px;
  text-align: center;
  font-size: 13px;
  color: #5C5C66;
  line-height: 1.5;
}
.creath-search-empty kbd {
  display: inline-block;
  padding: 2px 7px;
  margin: 0 2px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  background: #F4F4F5;
  border: 1px solid #E4E4E7;
  border-radius: 4px;
  color: #0F0F12;
}

/* ===== Subscription badge en mini-cart ===== */
.creath-cart-sub-badge {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 9999px;
  background: #FFE3D5;
  color: #C73B0E;
}

/* ===== Purchase options en página de producto ===== */
.purchase-option {
  display: block;
  width: 100%;
  padding: 16px 18px;
  background: #FFFFFF;
  border: 2px solid #E4E4E7;
  border-radius: 16px;
  transition: border-color .2s ease, background .2s ease;
  cursor: pointer;
  text-align: left;
}
.purchase-option:hover { border-color: #5C5C66; }
.purchase-option.selected[data-purchase-option="onetime"] {
  border-color: #0F0F12;
  background: #F4F4F5;
}
.purchase-option.selected[data-purchase-option="subscription"] {
  border-color: #FF6B35;
  background: #FFE3D5;
}
.purchase-option-row {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
}
.purchase-option-left {
  display: flex; align-items: flex-start; gap: 12px; flex: 1; min-width: 0;
}
.purchase-radio {
  display: inline-block;
  width: 18px; height: 18px;
  border-radius: 9999px;
  border: 2px solid #5C5C66;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition: all .2s ease;
}
.purchase-option.selected .purchase-radio { border-color: #0F0F12; }
.purchase-option.selected[data-purchase-option="subscription"] .purchase-radio { border-color: #FF6B35; }
.purchase-option.selected .purchase-radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 9999px;
  background: #0F0F12;
}
.purchase-option.selected[data-purchase-option="subscription"] .purchase-radio::after { background: #FF6B35; }
.purchase-option-discount-tag {
  position: absolute;
  top: 12px; right: 14px;
  padding: 2px 8px;
  background: #FF6B35;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 9999px;
}

/* ===== Bundle options (cuadradas: 1/2/3 botes) ===== */
.bundle-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 18px 10px 14px;
  background: #FFFFFF;
  border: 2px solid #E4E4E7;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
  aspect-ratio: 1 / 1;
}
.bundle-option:hover { border-color: #5C5C66; }
.bundle-option.selected { border-color: #0F0F12; background: #F4F4F5; }
.bundle-option-icons {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
}
.bundle-option-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #0F0F12;
  line-height: 1.1;
}
.bundle-option-price {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #5C5C66;
  line-height: 1;
}
.bundle-option.selected .bundle-option-price {
  color: #0F0F12;
}
.bundle-option-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 10px;
  background: #FF6B35;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 9999px;
  white-space: nowrap;
}
.bundle-option-tag-best {
  background: #0F0F12;
}

/* ===== Article body (Diario / pages legales) ===== */
.prose-creath { max-width: 68ch; }
.prose-creath p { font-size: 1.0625rem; line-height: 1.75; color: #23232A; margin-bottom: 1.4em; }
.prose-creath h2 { font-family: 'Outfit', sans-serif; font-weight: 900; letter-spacing: -0.035em; font-size: 2rem; margin: 2.4em 0 0.8em; line-height: 1.1; }
.prose-creath h3 { font-family: 'Outfit', sans-serif; font-weight: 700; letter-spacing: -0.025em; font-size: 1.35rem; margin: 1.8em 0 0.6em; }
.prose-creath ul, .prose-creath ol { margin: 1em 0 1.4em 1.4em; }
.prose-creath ul li, .prose-creath ol li { margin-bottom: 0.6em; line-height: 1.6; color: #23232A; }
.prose-creath ul li { list-style: disc; }
.prose-creath ol li { list-style: decimal; }
.prose-creath blockquote { border-left: 3px solid #FF6B35; padding: 0.4em 0 0.4em 1.2em; margin: 1.6em 0; font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 1.25rem; color: #0F0F12; line-height: 1.4; }
.prose-creath strong { font-weight: 700; color: #0F0F12; }
.prose-creath a { color: #FF6B35; text-decoration: underline; text-underline-offset: 3px; }
.prose-creath a:hover { color: #0F0F12; }

/* ============================================================
   WELCOME POP-UP
   ============================================================ */
.creath-welcome-overlay {
  position: fixed; inset: 0;
  background: rgba(15, 15, 18, 0.55);
  opacity: 0;
  z-index: 90;
  transition: opacity .25s ease;
}
.creath-welcome-overlay.is-open { opacity: 1; }

.creath-welcome-popup {
  position: fixed;
  left: 50%; top: 50%;
  width: calc(100% - 2rem);
  max-width: 460px;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2rem 1.75rem 1.5rem;
  z-index: 91;
  opacity: 0;
  transform: translate(-50%, -45%) scale(.96);
  transition: opacity .25s ease, transform .3s cubic-bezier(.22,.61,.36,1);
  box-shadow: 0 24px 64px rgba(15, 15, 18, 0.25);
}
.creath-welcome-popup.is-open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.creath-welcome-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 34px; height: 34px;
  border-radius: 999px;
  background: #F4F4F5;
  color: #0F0F12;
  display: flex; align-items: center; justify-content: center;
  border: 0;
  cursor: pointer;
  transition: background .2s ease;
}
.creath-welcome-close:hover { background: #E4E4E7; }

.creath-welcome-eyebrow {
  display: inline-block;
  color: #5C5C66;
  margin-bottom: 0.85rem;
}
.creath-welcome-headline {
  font-size: clamp(1.6rem, 4.5vw, 2.1rem);
  line-height: 1;
  margin-bottom: 0.85rem;
  letter-spacing: -0.04em;
}
.creath-welcome-lead {
  color: #23232A;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.creath-welcome-form { display: flex; flex-direction: column; gap: 0.65rem; }
.creath-welcome-input {
  width: 100%;
  padding: 0.95rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #E4E4E7;
  background: #FFFFFF;
  color: #0F0F12;
  font-size: 0.95rem;
  outline: none;
  transition: border-color .2s ease;
}
.creath-welcome-input:focus { border-color: #0F0F12; }
.creath-welcome-submit {
  width: 100%;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  background: #0F0F12;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.875rem;
  border: 0;
  cursor: pointer;
  transition: background .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.creath-welcome-submit:hover { background: #FF6B35; }
.creath-welcome-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #5C5C66;
  cursor: pointer;
  padding-top: 0.25rem;
}
.creath-welcome-consent input { margin-top: 0.2rem; flex-shrink: 0; accent-color: #FF6B35; }
.creath-welcome-consent a { text-decoration: underline; }
.creath-welcome-footer {
  font-size: 0.7rem;
  color: #5C5C66;
  text-align: center;
  margin-top: 1.1rem;
  letter-spacing: 0.01em;
}

/* Success step */
.creath-welcome-success .creath-welcome-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: #FFE3D5;
  border: 2px dashed #FF6B35;
  border-radius: 1rem;
  margin: 0.5rem 0 1.1rem;
}
.creath-welcome-code code {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #0F0F12;
}
.creath-welcome-copy {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #0F0F12;
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s ease;
}
.creath-welcome-copy:hover { background: #FF6B35; }
.creath-welcome-cta { margin-top: 0.5rem; }

.creath-welcome-lead-hint {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: #FF6B35;
  font-weight: 600;
}
.creath-welcome-referrals {
  margin-top: 1.1rem;
  padding: 0.95rem 1rem;
  background: #FFF1EA;
  border: 1px solid rgba(255, 107, 53, 0.18);
  border-radius: 0.9rem;
  text-align: left;
}
.creath-welcome-referrals-eyebrow {
  display: block;
  font-size: 0.65rem;
  color: #B33D0F;
  margin-bottom: 0.35rem;
  letter-spacing: 0.14em;
}
.creath-welcome-referrals-body {
  font-size: 0.82rem;
  color: #1F1F25;
  line-height: 1.45;
  margin: 0 0 0.45rem;
}
.creath-welcome-referrals-cta {
  font-size: 0.75rem;
  font-weight: 700;
  color: #B33D0F;
  text-decoration: underline;
}
.creath-welcome-referrals-cta:hover { color: #0F0F12; }

/* Mini tab when minimized */
.creath-welcome-mini {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem 0.7rem 0.75rem;
  background: #FF6B35;
  color: #0F0F12;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(255, 107, 53, 0.32);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s ease, transform .35s ease, background .2s ease;
}
.creath-welcome-mini.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.creath-welcome-mini:hover { background: #0F0F12; color: #FF6B35; }
.creath-welcome-mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #0F0F12;
  color: #FF6B35;
  font-weight: 900;
  font-size: 12px;
}
.creath-welcome-mini:hover .creath-welcome-mini-icon { background: #FF6B35; color: #0F0F12; }

@media (max-width: 480px) {
  .creath-welcome-popup { padding: 1.5rem 1.25rem 1.25rem; border-radius: 1.25rem; }
  .creath-welcome-mini-label { display: none; }
  .creath-welcome-mini { padding: 0.7rem; }
}

/* ============================================================
   CHATBOT
   ============================================================ */
.creath-chatbot-toggle {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 70;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #0F0F12;
  color: #FF6B35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(15, 15, 18, 0.25);
  transition: transform .2s ease, color .2s ease;
}
.creath-chatbot-toggle:hover {
  transform: translateY(-2px);
  color: #FFFFFF;
}
.creath-chatbot-root {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 71;
  width: calc(100% - 2.5rem);
  max-width: 380px;
  height: min(620px, calc(100vh - 2.5rem));
  background: #FFFFFF;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(.96);
  transition: opacity .22s ease, transform .22s ease;
  box-shadow: 0 24px 64px rgba(15, 15, 18, 0.25);
  border: 1px solid #E4E4E7;
}
.creath-chatbot-root.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.creath-chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem 1rem;
  background: #0F0F12;
  color: #FFFFFF;
}
.creath-chatbot-eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.2rem;
  font-size: 10px;
}
.creath-chatbot-headline {
  font-size: 1.4rem;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0 0 0.25rem;
}
.creath-chatbot-headline .brand-dot {
  background: #FF6B35;
}
.creath-chatbot-headline .brand-dot::after {
  background: #FF6B35;
}
.creath-chatbot-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  margin: 0;
}
.creath-chatbot-close {
  width: 30px; height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  transition: background .2s ease;
  flex-shrink: 0;
}
.creath-chatbot-close:hover { background: rgba(255, 255, 255, 0.18); }

.creath-chatbot-feed {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.1rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.creath-bot-msg { display: flex; }
.creath-bot-msg-in { justify-content: flex-start; }
.creath-bot-msg-out { justify-content: flex-end; }
.creath-bot-bubble {
  max-width: 84%;
  padding: 0.7rem 0.9rem;
  border-radius: 1rem;
  font-size: 0.85rem;
  line-height: 1.45;
}
.creath-bot-msg-in .creath-bot-bubble {
  background: #F4F4F5;
  color: #0F0F12;
  border-bottom-left-radius: 0.35rem;
}
.creath-bot-msg-out .creath-bot-bubble {
  background: #FF6B35;
  color: #0F0F12;
  border-bottom-right-radius: 0.35rem;
  font-weight: 600;
}
.creath-bot-bubble a {
  color: #FF6B35;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.creath-bot-msg-out .creath-bot-bubble a { color: #0F0F12; }
.creath-bot-bubble strong { font-weight: 700; }

.creath-chatbot-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.6rem 1.1rem 0.85rem;
  border-top: 1px solid #E4E4E7;
  background: #FAFAFA;
}
.creath-bot-option {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  color: #0F0F12;
  font-size: 0.74rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.creath-bot-option:hover {
  background: #0F0F12;
  border-color: #0F0F12;
  color: #FFFFFF;
}
.creath-chatbot-footer {
  padding: 0.75rem 1.1rem 1rem;
  background: #FAFAFA;
  border-top: 1px solid #E4E4E7;
  text-align: center;
}
.creath-chatbot-contact {
  font-size: 0.78rem;
  font-weight: 700;
  color: #0F0F12;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-underline-offset: 3px;
}
.creath-chatbot-contact:hover {
  color: #FF6B35;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .creath-chatbot-root {
    bottom: 5.25rem;
    right: 1rem;
    left: 1rem;
    width: auto;
    max-width: none;
    height: min(560px, calc(100vh - 7rem));
  }
}

/* ============================================================
   REVIEWS — sistema con Supabase
   ============================================================ */
[data-product-reviews] { min-height: 200px; }

[data-supabase-product-rating] { min-height: 24px; margin-bottom: 1.1rem; }
.pdp-rating-link,
.pdp-rating-empty {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0F0F12;
  text-decoration: none;
  transition: color .15s ease;
}
.pdp-rating-link:hover,
.pdp-rating-empty:hover { color: #FF6B35; }
.pdp-rating-link .stars { display: inline-flex; gap: 1px; color: #FF6B35; }
.pdp-rating-score { font-weight: 800; }
.pdp-rating-count { color: #5C5C66; font-weight: 500; }
.pdp-rating-empty { color: #5C5C66; text-decoration: underline; }

.reviews-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}
.spinner {
  width: 32px; height: 32px;
  border: 3px solid #E4E4E7;
  border-top-color: #FF6B35;
  border-radius: 999px;
  animation: spin 0.8s linear infinite;
}

.reviews-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .reviews-grid {
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: 3rem;
  }
}

/* Sidebar resumen + form */
.reviews-side { display: flex; flex-direction: column; gap: 1.5rem; }

.reviews-summary {
  background: #F4F4F5;
  border-radius: 1.5rem;
  padding: 1.75rem 1.5rem;
}
.reviews-summary-empty {
  text-align: center;
  padding: 1.25rem;
}
.summary-score { text-align: center; margin-bottom: 1rem; }
.summary-score .score {
  display: block;
  font-size: clamp(2.8rem, 9vw, 3.6rem);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.summary-score .stars {
  justify-content: center;
}
.summary-score .score-meta {
  font-size: 0.78rem;
  color: #5C5C66;
  margin-top: 0.5rem;
}

.summary-bars { display: flex; flex-direction: column; gap: 0.4rem; }
.bar-row { display: grid; grid-template-columns: 12px 1fr 24px; gap: 0.55rem; align-items: center; font-size: 0.75rem; }
.bar-label { color: #5C5C66; font-weight: 700; }
.bar-track {
  height: 6px;
  background: #FFFFFF;
  border-radius: 999px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: #FF6B35;
  border-radius: 999px;
  transition: width .3s ease;
}
.bar-count { color: #5C5C66; text-align: right; font-variant-numeric: tabular-nums; }

/* Star display */
.stars { display: inline-flex; gap: 2px; align-items: center; }
.stars .star {
  color: #E4E4E7;
  display: inline-flex;
}
.stars .star.is-filled { color: #FF6B35; }

/* Review form */
.review-form {
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 1.5rem;
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.review-form * { box-sizing: border-box; }
.review-form-title {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.review-field { display: flex; flex-direction: column; gap: 0.4rem; min-width: 0; }
.review-field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  min-width: 0;
}
@media (min-width: 600px) {
  .review-field-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
.review-input { width: 100%; max-width: 100%; }
.review-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #5C5C66;
}
.review-opt {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #5C5C66;
  font-size: 0.7rem;
  margin-left: 0.25rem;
}
.review-help {
  font-size: 0.7rem;
  color: #5C5C66;
  margin-top: 0.15rem;
}
.review-input {
  padding: 0.75rem 0.9rem;
  border-radius: 0.85rem;
  border: 1px solid #E4E4E7;
  background: #FFFFFF;
  color: #0F0F12;
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  transition: border-color .15s ease;
  resize: vertical;
}
.review-input:focus { border-color: #0F0F12; }

.star-rating {
  display: inline-flex;
  gap: 4px;
  padding: 0.25rem 0;
}
.star-btn {
  background: transparent;
  border: 0;
  padding: 2px;
  color: #E4E4E7;
  cursor: pointer;
  transition: color .15s ease, transform .15s ease;
}
.star-btn:hover { transform: scale(1.1); }
.star-btn.is-filled { color: #FF6B35; }
.star-btn.is-hover { color: #FF9870; }

.photo-uploader { position: relative; }
.photo-trigger {
  width: 100%;
  padding: 1.1rem 1rem;
  background: #F4F4F5;
  border: 2px dashed #E4E4E7;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: #5C5C66;
  font-size: 0.82rem;
  transition: border-color .15s ease, background .15s ease;
}
.photo-trigger:hover {
  border-color: #FF6B35;
  background: #FFE3D5;
  color: #0F0F12;
}
.photo-trigger .photo-hint {
  font-size: 0.68rem;
  color: #5C5C66;
}
.photo-preview {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #F4F4F5;
}
.photo-preview img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  display: block;
}
.photo-remove {
  position: absolute;
  top: 8px; right: 8px;
  background: rgba(15, 15, 18, 0.85);
  color: #FFFFFF;
  border: 0;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
.photo-remove:hover { background: #FF6B35; color: #0F0F12; }

.review-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #5C5C66;
  cursor: pointer;
}
.review-consent input { margin-top: 0.15rem; accent-color: #FF6B35; flex-shrink: 0; }
.review-consent a { text-decoration: underline; }

.review-submit {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: #0F0F12;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.85rem;
  border: 0;
  cursor: pointer;
  transition: background .15s ease;
  margin-top: 0.25rem;
}
.review-submit:hover:not(:disabled) { background: #FF6B35; }
.review-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.review-error {
  background: rgba(199, 59, 14, 0.08);
  border: 1px solid rgba(199, 59, 14, 0.25);
  color: #C73B0E;
  padding: 0.7rem 0.9rem;
  border-radius: 0.75rem;
  font-size: 0.8rem;
}

.review-success {
  background: #FFE3D5;
  border: 1px solid rgba(255, 107, 53, 0.35);
  border-radius: 1.5rem;
  padding: 1.5rem 1.4rem;
  text-align: center;
}

/* Reviews list (main column) */
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.review-card {
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 1.25rem;
  padding: 1.25rem 1.35rem;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}
.review-avatar {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: #0F0F12;
  color: #FF6B35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.review-meta { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.review-author {
  font-size: 0.88rem;
  color: #0F0F12;
  font-weight: 700;
}
.review-date {
  font-size: 0.72rem;
  color: #5C5C66;
  margin-top: 1px;
}
.review-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.45rem;
  color: #0F0F12;
}
.review-comment {
  color: #23232A;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 0.65rem;
  white-space: pre-line;
}
.review-photo {
  display: inline-block;
  border-radius: 0.85rem;
  overflow: hidden;
  margin-top: 0.5rem;
  max-width: 220px;
}
.review-photo img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity .2s ease;
}
.review-photo:hover img { opacity: 0.85; }

.reviews-load-more {
  align-self: center;
  margin: 1.25rem auto 0;
  padding: 0.85rem 1.6rem;
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0F0F12;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.reviews-load-more:hover {
  background: #0F0F12;
  color: #FFFFFF;
  border-color: #0F0F12;
}

.reviews-empty,
.reviews-empty-list {
  background: #F4F4F5;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  text-align: center;
}
.prose-creath hr { border: 0; border-top: 1px solid #E4E4E7; margin: 3em 0; }
