/* ============================================================
   KIT BODY SPLASH BARBARIUS + MIDTOWN — Aurivé Parfums
   High-conversion product page
   ============================================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 80px;
  font-feature-settings: "ss01", "cv11";
}
:root {
  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-sans: 'Manrope', -apple-system, sans-serif;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/* === ICON SYSTEM (Lucide-style outline) === */
/* Default size for any svg used as an icon */
svg[role="icon"], .ann-icon, .b-icon svg, .hl-icon svg,
.guarantee-icon svg, .empty-icon svg, .verified svg,
.play-icon svg, .warn-icon svg, .cart-icon, .icon-btn svg {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
/* Announcement bar — small icon inline with text */
.ann-icon {
  width: 14px; height: 14px;
  margin-right: 8px;
  vertical-align: -3px;
}
/* Benefits list circle */
.b-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 999px;
  background: #f6f6f7;
  color: #1a1a1a;
  flex-shrink: 0;
}
.b-icon svg { width: 18px; height: 18px; }
/* Highlights big circle */
.hl-icon svg { width: 32px; height: 32px; }
.hl-flag {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
/* Guarantee shield big */
.guarantee-icon svg { width: 44px; height: 44px; color: #fff; }
/* Empty cart */
.empty-icon svg { width: 56px; height: 56px; color: #c8c8cc; }
/* Verified review check */
.verified svg { width: 14px; height: 14px; color: #1f8a4e; margin-right: 4px; }
/* Play button on video tiles */
.play-icon svg { width: 22px; height: 22px; color: #1a1a1a; }
/* Urgency zap */
.warn-icon { display: inline-flex; align-items: center; }
.warn-icon svg { width: 18px; height: 18px; color: #d4a23a; }
/* Buy-now bag */
.cart-icon { width: 20px; height: 20px; margin-right: 6px; }
/* Bestseller flame */
.bb-flame { width: 14px; height: 14px; vertical-align: -3px; color: #d4a23a; margin-right: 2px; }

/* Display / serif headlines fine-tuning */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  letter-spacing: -0.015em;
}
.product-title { font-variation-settings: "opsz" 144, "SOFT" 30; }

:root {
  --black: #0e0e0e;
  --gray-100: #f6f6f7;
  --gray-200: #ebebec;
  --gray-300: #d8d8da;
  --gray-500: #8a8a90;
  --gray-700: #4a4a4f;
  --gray-900: #1a1a1a;
  --primary: #b9986a;
  --primary-dark: #8c6f48;
  --green: #1f8a4e;
  --green-light: #e8f7ee;
  --red: #d63838;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow-md: 0 8px 30px rgba(0,0,0,.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.14);
  --radius: 12px;
}

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
  background: linear-gradient(90deg, #0e0e0e 0%, #2a2a2a 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
}
.announcement-track {
  display: inline-flex;
  gap: 60px;
  padding-left: 100%;
  animation: scroll-ann 35s linear infinite;
}
.announcement-track span { display: inline-flex; align-items: center; gap: 8px; }
@keyframes scroll-ann { to { transform: translateX(-100%); } }

/* ===== HEADER ===== */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--gray-200);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 16px 20px;
}
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}
.logo-text {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 5px;
  background: linear-gradient(135deg, #b9986a 0%, #8c6f48 60%, #d4b67e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-tag {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 6px;
  color: #8a8a90;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid rgba(185,152,106,.4);
  width: 100%;
  text-align: center;
}
.foot-logo-text {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.foot-logo-text .logo-text {
  font-size: 26px;
  background: linear-gradient(135deg, #d4b67e 0%, #f0d9a8 60%, #d4b67e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 5px;
}
.foot-logo-text .logo-tag {
  color: #999;
  border-top-color: rgba(212,182,126,.3);
}
.main-nav { display: flex; gap: 28px; flex: 1; justify-content: center; }
.main-nav a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3px;
  color: var(--gray-700);
  position: relative;
  padding: 8px 0;
  transition: color .2s;
}
.main-nav a:hover { color: var(--primary); }
.main-nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--primary);
  transition: width .25s;
}
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gray-900);
  transition: background .2s;
  position: relative;
}
.icon-btn svg { width: 22px; height: 22px; }
.icon-btn:hover { background: var(--gray-100); }
.cart-count {
  position: absolute; top: 4px; right: 4px;
  background: var(--red); color: #fff;
  font-size: 11px; font-weight: 700;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: grid; place-items: center;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
  font-size: 13px;
  color: var(--gray-500);
  padding: 16px 0 4px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb span { color: var(--gray-300); }
.breadcrumb .active { color: var(--gray-900); font-weight: 500; }

/* ============================================================
   PRODUCT PAGE — GRID
   ============================================================ */
.product-page { padding: 16px 20px 60px; }
.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

/* ===== GALLERY ===== */
.gallery { position: sticky; top: 90px; }
.gallery-stage {
  background: linear-gradient(160deg, #f7f5f1 0%, #fff 100%);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 1;
}
.main-image-wrap {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  position: relative;
}
#main-image {
  max-width: 92%; max-height: 92%;
  object-fit: contain;
  transition: transform .35s ease;
}
.main-image-wrap:hover #main-image { transform: scale(1.04); }

.badge-discount, .badge-bestseller {
  position: absolute;
  z-index: 3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 8px 14px;
  border-radius: 999px;
  text-transform: uppercase;
}
.badge-discount {
  top: 16px; left: 16px;
  background: linear-gradient(135deg, #d63838, #ff5050);
  color: #fff;
  box-shadow: 0 6px 16px rgba(214,56,56,.35);
}
.badge-bestseller {
  top: 16px; right: 16px;
  background: #fff;
  color: var(--gray-900);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
}
.zoom-btn {
  position: absolute; bottom: 16px; right: 16px;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow-sm);
  display: grid; place-items: center;
  transition: transform .2s;
}
.zoom-btn:hover { transform: scale(1.08); }
.zoom-btn svg { width: 18px; height: 18px; }

.gallery-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  font-size: 28px; line-height: 1;
  color: var(--gray-900);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transition: opacity .25s;
  z-index: 3;
}
.gallery-stage:hover .gallery-nav { opacity: 1; }
.gallery-nav.prev { left: 14px; }
.gallery-nav.next { right: 14px; }

/* Dots indicator (mobile) */
.gallery-dots {
  display: none;
  position: absolute;
  left: 0; right: 0; bottom: 10px;
  justify-content: center;
  gap: 6px;
  z-index: 3;
  pointer-events: none;
}
.gallery-dots .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(0,0,0,.25);
  transition: background .2s, width .25s, transform .25s;
}
.gallery-dots .dot.active {
  background: var(--gray-900);
  width: 18px;
  border-radius: 3px;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.thumb {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: var(--gray-100);
  border: 2px solid transparent;
  transition: border-color .2s, transform .2s;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb:hover { border-color: var(--gray-300); }
.thumb.active { border-color: var(--gray-900); transform: scale(1.05); }

.seals-row {
  display: flex; gap: 16px; align-items: center;
  margin-top: 18px;
  padding: 14px 18px;
  background: var(--gray-100);
  border-radius: 12px;
}
.seals-row img { height: 48px; }
.seals-row.small img { height: 38px; }

/* Highlight referência olfativa thumb */
.thumb[title="Referência Olfativa"] {
  position: relative;
}
.thumb[title="Referência Olfativa"]::after {
  content: '🔥';
  position: absolute;
  top: 2px; right: 2px;
  font-size: 10px;
  background: linear-gradient(135deg, #b9986a, #d4b67e);
  color: #fff;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: grid; place-items: center;
}

/* ============================================================
   VIDEO STRIP (Reels-style)
   ============================================================ */
.video-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.video-tile {
  position: relative;
  aspect-ratio: 9 / 14;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #1a1a1a, #2a2a2a);
  border: none;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
  box-shadow: var(--shadow-sm);
}
.video-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.video-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.video-tile:hover img { transform: scale(1.06); }
.video-tile::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.75) 100%);
  pointer-events: none;
  z-index: 1;
}
.play-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--gray-900);
  font-size: 16px;
  display: grid; place-items: center;
  z-index: 2;
  padding-left: 3px;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  transition: transform .2s, background .2s;
}
.video-tile:hover .play-icon {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}
.video-label {
  position: absolute;
  left: 8px; right: 8px; bottom: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 2;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

/* ============================================================
   VIDEO MODAL
   ============================================================ */
.video-modal {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 200;
  display: none;
  place-items: center;
  padding: 20px;
}
.video-modal.show { display: grid; }
.vm-content {
  position: relative;
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#vm-video {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 16px;
  object-fit: cover;
}
.vm-close {
  position: fixed;
  top: max(16px, env(safe-area-inset-top, 16px));
  right: 16px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  display: grid; place-items: center;
  z-index: 210;
  transition: background .2s, transform .2s;
}
.vm-close:hover { background: rgba(255,255,255,.28); transform: scale(1.05); }
.vm-close:active { transform: scale(0.95); }
.vm-close svg { display: block; }

.vm-product-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px 12px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s;
}
.vm-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
}
.vm-product-card:active { transform: translateY(0); }
.vm-product-card img {
  width: 50px; height: 50px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--gray-100);
  padding: 4px;
  flex-shrink: 0;
}
.vm-info {
  flex: 1;
  display: flex; flex-direction: column;
  min-width: 0;
}
.vm-info strong {
  font-size: 12px;
  color: var(--gray-900);
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vm-price {
  font-size: 14px;
  color: var(--green);
  font-weight: 800;
  margin-top: 2px;
}
.vm-add-btn {
  background: var(--gray-900);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: background .2s;
}
.vm-add-btn:hover { background: var(--green); }

@media (max-width: 720px) {
  .video-strip { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .video-tile { aspect-ratio: 9 / 14; border-radius: 12px; }
  .play-icon { width: 36px; height: 36px; font-size: 13px; }
  .video-label { font-size: 10px; bottom: 6px; left: 6px; right: 6px; letter-spacing: .3px; }
  .vm-content { max-width: 100%; padding-top: 60px; }
  .vm-close {
    top: max(12px, env(safe-area-inset-top, 12px));
    right: 12px;
    width: 48px; height: 48px;
    background: rgba(0,0,0,.55);
    border-color: rgba(255,255,255,.25);
  }
  .video-modal { padding: 12px; align-items: start; padding-top: 70px; }
  #vm-video { max-height: calc(100vh - 200px); }
}
@media (max-width: 340px) {
  .video-strip { grid-template-columns: repeat(3, 1fr); }
  .video-strip .video-tile:nth-child(4) { display: none; }
}

/* ===== BUY BOX ===== */
.buybox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.brand-pill {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 12px;
  background: var(--gray-100);
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 999px;
}
.product-title {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.5px;
  color: var(--gray-900);
}
.product-title strong { font-weight: 700; }

/* Rating */
.rating-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.stars { color: #f7b500; font-size: 17px; letter-spacing: 2px; }
.stars.big { font-size: 22px; letter-spacing: 3px; }
.rating-text { font-size: 14px; color: var(--gray-700); }
.rating-text strong { color: var(--gray-900); }
.rating-link { color: var(--primary); font-size: 13px; text-decoration: underline; }

/* Price */
.price-block {
  background: linear-gradient(135deg, #faf8f4 0%, #fff 100%);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 22px 24px;
}
.price-old { font-size: 14px; color: var(--gray-500); margin-bottom: 4px; }
.price-old s { color: var(--gray-500); }
.price-now {
  display: flex; align-items: baseline; gap: 4px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gray-900);
}
.price-now .currency { font-size: 22px; }
.price-now .amount { font-size: 48px; line-height: 1; letter-spacing: -2px; }
.price-now .cents { font-size: 22px; }
.discount-pill {
  margin-left: 12px;
  background: var(--green);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 14px; font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: .5px;
}
.price-pix {
  margin-top: 10px;
  font-size: 14px;
  color: var(--gray-700);
}
.price-pix strong { color: var(--green); font-size: 17px; }
.pix-badge {
  margin-left: 6px;
  background: var(--green-light);
  color: var(--green);
  font-size: 11px; font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: .5px;
}
.installments { font-size: 13px; color: var(--gray-700); margin-top: 4px; }
.installments strong { color: var(--gray-900); }

/* Urgency */
.urgency {
  background: linear-gradient(135deg, #fff7e6 0%, #fff3d6 100%);
  border: 1px solid #ffe1a3;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 14px;
}
.urgency-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 8px;
  color: #6b4d12;
}
.urgency-row:last-of-type { margin-bottom: 10px; }
.urgency-row strong { color: var(--gray-900); }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.dot.pulse {
  box-shadow: 0 0 0 0 rgba(31,138,78,.6);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(31,138,78,.6); }
  70% { box-shadow: 0 0 0 12px rgba(31,138,78,0); }
  100% { box-shadow: 0 0 0 0 rgba(31,138,78,0); }
}
.warn-icon { font-size: 16px; }
.stock-bar {
  height: 6px;
  background: rgba(255,255,255,.6);
  border-radius: 999px;
  overflow: hidden;
}
.stock-fill {
  height: 100%;
  background: linear-gradient(90deg, #d63838, #ff8a00);
  border-radius: 999px;
  transition: width .8s ease;
}

/* Variants */
.variant-block { display: flex; flex-direction: column; gap: 10px; }
.variant-label { font-size: 14px; color: var(--gray-700); }
.variant-label strong { color: var(--gray-900); }
.variant-options { display: flex; gap: 10px; }
.variant {
  flex: 0 0 auto;
  min-width: 110px;
  padding: 12px 18px;
  border: 2px solid var(--gray-200);
  border-radius: 12px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  transition: all .2s;
}
.variant small {
  font-size: 11px;
  font-weight: 500;
  color: var(--gray-500);
}
.variant:hover { border-color: var(--gray-500); }
.variant.active {
  border-color: var(--gray-900);
  background: var(--gray-900);
  color: #fff;
}
.variant.active small { color: rgba(255,255,255,.7); }

.kit-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.kit {
  border: 2px solid var(--gray-200);
  border-radius: 14px;
  padding: 10px 8px 12px;
  background: #fff;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  transition: all .2s;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.kit img { width: 60px; height: 60px; object-fit: contain; }
.kit em { font-size: 11px; color: var(--gray-500); font-style: normal; }
.kit:hover { border-color: var(--gray-500); }
.kit.active {
  border-color: var(--primary);
  background: #faf6f0;
  box-shadow: 0 4px 14px rgba(185,152,106,.18);
}
.kit.active em { color: var(--primary-dark); font-weight: 700; }

/* CTA */
.qty-cta-row {
  display: flex; gap: 12px; align-items: stretch;
}
.qty-control {
  display: inline-flex; align-items: center;
  border: 2px solid var(--gray-200);
  border-radius: 14px;
  padding: 0 4px;
  background: #fff;
}
.qty-btn {
  width: 38px; height: 52px;
  font-size: 22px; font-weight: 600;
  color: var(--gray-700);
  transition: color .2s;
}
.qty-btn:hover { color: var(--gray-900); }
#qty {
  width: 44px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  -moz-appearance: textfield;
}
#qty::-webkit-outer-spin-button,
#qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.btn-buy-now {
  flex: 1;
  background: linear-gradient(135deg, #1f8a4e 0%, #15703f 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 10px 24px rgba(31,138,78,.35);
  transition: transform .15s, box-shadow .2s;
  text-transform: uppercase;
}
.btn-buy-now:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(31,138,78,.45); }
.btn-buy-now:active { transform: translateY(0); }
.cart-icon { font-size: 18px; }

.btn-add-cart {
  width: 100%;
  background: #fff;
  color: var(--gray-900);
  border: 2px solid var(--gray-900);
  height: 50px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .2s;
}
.btn-add-cart:hover { background: var(--gray-900); color: #fff; }

/* Shipping */
.shipping-block {
  background: var(--gray-100);
  border-radius: 14px;
  padding: 16px 18px;
}
.shipping-block label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 10px;
}
.shipping-input {
  display: flex; gap: 8px;
}
.shipping-input input {
  flex: 1;
  height: 44px;
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
  background: #fff;
  outline: none;
  transition: border-color .2s;
}
.shipping-input input:focus { border-color: var(--gray-900); }
.shipping-input button {
  height: 44px;
  padding: 0 20px;
  background: var(--gray-900);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.cep-help { display: inline-block; margin-top: 8px; font-size: 12px; color: var(--primary); text-decoration: underline; }
.shipping-result {
  margin-top: 12px;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
}
.shipping-result.hidden { display: none; }
.shipping-result table { width: 100%; border-collapse: collapse; }
.shipping-result td { padding: 6px 0; border-top: 1px solid var(--gray-200); }
.shipping-result td:first-child { font-weight: 600; }
.shipping-result td:last-child { text-align: right; color: var(--green); font-weight: 700; }

/* Buybox benefits */
.buybox-benefits { list-style: none; display: grid; gap: 10px; }
.buybox-benefits li {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  background: #fafaf8;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  font-size: 13px;
  color: var(--gray-700);
}
.buybox-benefits li span:first-child { font-size: 22px; }
.buybox-benefits strong { color: var(--gray-900); display: block; }

/* Payment row */
.payment-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 12px;
  color: var(--gray-500);
  padding: 14px 0;
  border-top: 1px solid var(--gray-200);
}
.payment-row img { height: 22px; }

/* ============================================================
   HIGHLIGHTS
   ============================================================ */
.highlights {
  background: linear-gradient(180deg, #f7f5f1 0%, #fff 100%);
  padding: 44px 0;
  margin: 30px 0 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hl-item {
  text-align: center;
  padding: 0 16px;
}
.hl-icon {
  width: 60px; height: 60px;
  margin: 0 auto 12px;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 26px;
  box-shadow: var(--shadow-sm);
}
.hl-item h4 { font-size: 16px; margin-bottom: 6px; color: var(--gray-900); }
.hl-item p { font-size: 13px; color: var(--gray-700); }

/* ============================================================
   PRODUCT DESCRIPTION
   ============================================================ */
.product-description { padding: 60px 20px 40px; display: flex; flex-direction: column; gap: 38px; }

.section-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--gray-900);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 20px;
}
.section-title small {
  font-family: var(--font-sans);
  font-size: 14px; font-weight: 500;
  color: var(--gray-500);
}
.section-title.centered { justify-content: center; text-align: center; }
.section-title.light { color: #fff; }
.section-title.small { font-size: 22px; }
.bar {
  width: 4px; height: 28px;
  background: linear-gradient(180deg, var(--gray-900), var(--gray-500));
  border-radius: 2px;
}
.bar.light { background: linear-gradient(180deg, #fff, #ccc); }

/* Desc hero */
.desc-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 22px;
  padding: 50px 44px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.desc-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185,152,106,.18) 0%, transparent 70%);
}
.desc-hero h2 {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -.5px;
  margin-bottom: 18px;
  position: relative;
}
.desc-hero h2 span { color: var(--primary); font-weight: 600; }
.desc-hero p {
  font-size: 16px;
  line-height: 1.8;
  color: #d8d8d8;
  max-width: 800px;
  position: relative;
}
.desc-hero strong { color: #fff; font-weight: 600; }

/* Frags grid */
.frags-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.frag-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 18px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 22px;
  align-items: center;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.frag-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.frag-card.frag-midtown { background: linear-gradient(135deg, #f1f5fb 0%, #fff 100%); }
.frag-card.frag-barbarius { background: linear-gradient(135deg, #f5efe2 0%, #fff 100%); }
.frag-img {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  display: grid; place-items: center;
  aspect-ratio: 1;
}
.frag-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.frag-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-dark);
  background: rgba(185,152,106,.15);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.frag-text h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
.frag-text h3 strong { font-weight: 700; }
.frag-text p { font-size: 14px; color: var(--gray-700); line-height: 1.7; }
.frag-text em { font-style: italic; color: var(--gray-900); font-weight: 500; }

/* Pyramid */
.pyramid-section {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 38px 36px;
  border-radius: 22px;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}
.pyramid { display: flex; flex-direction: column; gap: 18px; margin-bottom: 22px; }
.pyr {}
.pyr-head {
  border-radius: 14px;
  padding: 14px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.pyr-head::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 120px; height: 100%;
  background: radial-gradient(circle at right, rgba(255,255,255,.2), transparent 70%);
}
.pyr.top .pyr-head { background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); }
.pyr.heart .pyr-head { background: linear-gradient(135deg, #FF6B9D 0%, #FF8C94 100%); }
.pyr.base .pyr-head { background: linear-gradient(135deg, #6B4423 0%, #8B5A2B 100%); }
.pyr-notes {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.pyr-notes span {
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid;
}
.pyr.top .pyr-notes span {
  background: #FFE4B5; color: #b8860b; border-color: #FFD700;
}
.pyr.heart .pyr-notes span {
  background: #FFD7E3; color: #c2185b; border-color: #FF6B9D;
}
.pyr.base .pyr-notes span {
  background: #D4A574; color: #5a3a1a; border-color: #8B6F47;
}
.pyramid-foot {
  background: rgba(0,0,0,.03);
  border-left: 4px solid var(--gray-900);
  padding: 18px 22px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.7;
  text-align: center;
}

/* Accords */
.accords {
  background: #fff;
  padding: 32px 32px;
  border: 1px solid var(--gray-200);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}
.accord-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.pill {
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.pill.citrus  { background: linear-gradient(135deg, #e8faf3, #d0f5e6); color: #0c5a3a; border-color: #c0f0dd; }
.pill.aromatic{ background: linear-gradient(135deg, #eef5ff, #dce8f8); color: #0d2e73; border-color: #cde0f7; }
.pill.fresh   { background: linear-gradient(135deg, #e0f7ff, #c6e9ff); color: #07526e; border-color: #b5ddff; }
.pill.woody   { background: linear-gradient(135deg, #3e2a14, #5a3d1e); color: #fff; }
.pill.musk    { background: linear-gradient(135deg, #fff3e6, #ffe8cc); color: #7b4b14; border-color: #ffd9b3; }

/* Specs */
.specs {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 38px 36px;
  border-radius: 22px;
  color: #fff;
  box-shadow: var(--shadow-md);
}
.specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.spec-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 22px;
}
.spec-label {
  display: block;
  color: #b0b0b0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 8px;
}
.spec-card strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}
.spec-card strong:last-child { margin-bottom: 0; }

/* When grid */
.when-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.when-card {
  background: linear-gradient(135deg, #fff, #f8f9fa);
  border: 1px solid var(--gray-200);
  border-radius: 22px;
  padding: 30px 30px;
  box-shadow: var(--shadow-sm);
}
.when-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.when-card li {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  border-left: 4px solid;
  display: flex; align-items: center; gap: 12px;
}
.when-card li span { flex: 1; }
.when-card li strong { color: var(--gray-900); }
li.day      { background: rgba(255,183,77,.1);  border-color: #FFB74D; }
li.night    { background: rgba(66,66,66,.1);    border-color: #424242; }
li.summer   { background: rgba(255,193,7,.1);   border-color: #FFC107; }
li.spring   { background: rgba(233,30,99,.1);   border-color: #E91E63; }
li.autumn   { background: rgba(255,87,34,.1);   border-color: #FF5722; }
li.winter   { background: rgba(33,150,243,.1);  border-color: #2196F3; }

/* Occasions */
.occasions {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 22px;
  padding: 36px 36px;
  box-shadow: var(--shadow-sm);
}
.occ-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.occ {
  padding: 18px 20px;
  border-radius: 14px;
  color: #fff;
  font-size: 15px; font-weight: 600;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  transition: transform .2s;
}
.occ:hover { transform: translateY(-3px); }
.occ-1 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.occ-2 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.occ-3 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.occ-4 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.occ-5 { background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); }
.occ-6 { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }

/* Lifestyle */
.lifestyle {}
.ls-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.ls-grid figure {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--gray-100);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform .25s;
}
.ls-grid figure:hover { transform: scale(1.03); }
.ls-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.ls-grid figure:hover img { transform: scale(1.08); }

/* ============================================================
   HOW TO USE
   ============================================================ */
.how-to {
  background: linear-gradient(180deg, #f7f5f1 0%, #fff 100%);
  padding: 70px 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 30px;
}
.step {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  text-align: center;
}
.step-num {
  width: 50px; height: 50px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--gray-900), #444);
  color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 22px; font-weight: 800;
  font-family: var(--font-display);
}
.step h4 { font-size: 16px; margin-bottom: 8px; }
.step p { font-size: 13px; color: var(--gray-700); }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { padding: 70px 0; background: #fff; }
.reviews-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 36px;
  padding: 32px;
  background: linear-gradient(135deg, #faf8f4 0%, #fff 100%);
  border: 1px solid var(--gray-200);
  border-radius: 22px;
}
.reviews-summary {
  display: flex; align-items: center; gap: 22px;
  margin-top: 16px;
}
.big-rating {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1;
}
.big-rating small { font-size: 22px; color: var(--gray-500); }
.reviews-summary p { font-size: 13px; color: var(--gray-700); margin-top: 4px; }
.rating-bars { display: grid; gap: 8px; }
.rb {
  display: grid;
  grid-template-columns: 28px 1fr 40px;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--gray-700);
}
.rb-bar {
  height: 8px;
  background: var(--gray-200);
  border-radius: 999px;
  overflow: hidden;
}
.rb-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #f7b500, #ffc94a);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 18px;
  padding: 22px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.verified {
  font-size: 11px; font-weight: 700;
  color: var(--green);
  background: var(--green-light);
  padding: 4px 10px;
  border-radius: 999px;
}
.review-card h4 { font-size: 16px; margin-bottom: 8px; }
.review-card p { font-size: 14px; color: var(--gray-700); margin-bottom: 14px; flex: 1; line-height: 1.6; }
.review-card img {
  width: 100%; height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}
.review-foot { font-size: 12px; color: var(--gray-500); }
.review-foot strong { color: var(--gray-900); }
.load-more {
  display: block;
  margin: 30px auto 0;
  padding: 14px 38px;
  background: #fff;
  border: 2px solid var(--gray-900);
  color: var(--gray-900);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .2s;
}
.load-more:hover { background: var(--gray-900); color: #fff; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: 70px 0; background: linear-gradient(180deg, #f7f5f1 0%, #fff 100%); }
.faq-list { max-width: 820px; margin: 30px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq details {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 4px 22px;
  transition: box-shadow .2s;
}
.faq details[open] {
  box-shadow: var(--shadow-sm);
  border-color: var(--gray-300);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-900);
  display: flex; align-items: center; justify-content: space-between;
}
.faq summary::after {
  content: '+';
  font-size: 24px;
  color: var(--gray-500);
  transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary::-webkit-details-marker { display: none; }
.faq details p {
  padding: 0 0 18px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.7;
}

/* ============================================================
   GUARANTEE
   ============================================================ */
.guarantee {
  background: linear-gradient(135deg, var(--gray-900) 0%, #2a2a2a 100%);
  color: #fff;
  padding: 50px 0;
}
.guarantee-inner {
  display: flex; align-items: center; gap: 30px;
  max-width: 900px;
}
.guarantee-icon {
  font-size: 60px;
  flex-shrink: 0;
  width: 100px; height: 100px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: grid; place-items: center;
}
.guarantee h3 {
  font-family: var(--font-display);
  font-size: 28px;
  margin-bottom: 8px;
}
.guarantee p { color: #d8d8d8; font-size: 15px; line-height: 1.7; }
.guarantee strong { color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #0e0e0e;
  color: #d8d8d8;
  padding: 60px 0 0;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
}
.foot-logo {
  height: 38px;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
.foot-col p { line-height: 1.7; color: #b0b0b0; margin-bottom: 18px; }
.foot-col h5 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.foot-col a:hover { color: #fff; }
.pay-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-grid img { height: 26px; background: #fff; padding: 4px; border-radius: 4px; }
.footer-bottom {
  padding: 22px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
}

/* ============================================================
   STICKY MOBILE BUY
   ============================================================ */
.sticky-buy {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 1px solid var(--gray-200);
  box-shadow: 0 -8px 24px rgba(0,0,0,.08);
  padding: 12px 16px;
  z-index: 40;
  align-items: center;
  gap: 14px;
}
.sb-info { display: flex; flex-direction: column; line-height: 1.2; }
.sb-info strong { font-size: 18px; color: var(--gray-900); font-weight: 800; }
.sb-info small { font-size: 11px; color: var(--gray-500); }
.sb-btn { flex: 1; height: 50px; font-size: 14px; }

/* ============================================================
   CART DRAWER
   ============================================================ */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  z-index: 150;
  backdrop-filter: blur(2px);
}
.cart-overlay.show { opacity: 1; visibility: visible; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 420px;
  max-width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 160;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 40px rgba(0,0,0,.12);
}
.cart-drawer.show { transform: translateX(0); }

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--gray-200);
  flex-shrink: 0;
}
.cart-head h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gray-900);
}
.cart-head h3 span {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-500);
  background: var(--gray-100);
  padding: 2px 10px;
  border-radius: 999px;
  margin-left: 8px;
}
.cart-close {
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 28px; line-height: 1;
  color: var(--gray-700);
  transition: background .2s;
}
.cart-close:hover { background: var(--gray-100); }

.cart-progress {
  padding: 14px 24px;
  background: linear-gradient(135deg, #f0f9f3 0%, #e8f7ee 100%);
  border-bottom: 1px solid var(--gray-200);
  flex-shrink: 0;
}
.cart-progress.complete {
  background: linear-gradient(135deg, #e8f7ee 0%, #c6f0d6 100%);
}
.cart-progress-text {
  font-size: 13px;
  color: var(--gray-700);
  margin-bottom: 8px;
}
.cart-progress-text strong { color: var(--green); }
.cart-progress-bar {
  height: 6px;
  background: rgba(255,255,255,.7);
  border-radius: 999px;
  overflow: hidden;
}
.cart-progress-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #2dd06e);
  border-radius: 999px;
  transition: width .5s ease;
}

.cart-scroll {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cart-scroll::-webkit-scrollbar { width: 6px; }
.cart-scroll::-webkit-scrollbar-track { background: transparent; }
.cart-scroll::-webkit-scrollbar-thumb { background: var(--gray-300); border-radius: 3px; }
.cart-items {
  padding: 12px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* === HEAD with rating === */
.cart-head-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--gray-500);
  margin-top: 4px;
}
.cart-head-rating .stars { color: #d4a23a; letter-spacing: 1px; font-size: 12px; }

/* === ORDER BUMPS === */
.cart-bumps {
  margin: 16px 16px 4px;
  background: linear-gradient(135deg, #fff8ee 0%, #fff 100%);
  border: 1px dashed var(--primary);
  border-radius: 16px;
  padding: 16px 14px 12px;
}
.cart-bumps.hidden { display: none; }
.bumps-head { margin-bottom: 12px; }
.bumps-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(185,152,106,.12);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 6px;
}
.bumps-head h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: -0.01em;
}
.bumps-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bump-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 10px;
  transition: border-color .2s, transform .15s, box-shadow .2s;
  position: relative;
}
.bump-item.added {
  border-color: var(--green);
  background: #effbf3;
}
.bump-item.added::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  pointer-events: none;
  box-shadow: 0 0 0 2px var(--green-light);
}
.bump-img {
  width: 56px; height: 56px;
  background: var(--gray-100);
  border-radius: 8px;
  padding: 4px;
  display: grid; place-items: center;
}
.bump-img img { width: 100%; height: 100%; object-fit: contain; }
.bump-info { min-width: 0; }
.bump-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--primary);
  background: rgba(185,152,106,.12);
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.bump-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.25;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bump-price {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px;
  color: var(--gray-500);
}
.bump-price del { color: var(--gray-500); }
.bump-price strong { color: var(--green); font-size: 13px; }
.bump-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--gray-900);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
  letter-spacing: .3px;
  text-transform: uppercase;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.bump-add-btn:hover { background: var(--green); transform: scale(1.03); }
.bump-add-btn.added { background: var(--green); }
.bump-add-btn .plus { font-size: 14px; line-height: 1; }

/* === TRUST GRID (objection breakers) === */
.cart-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 16px 0;
}
.ct-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fafaf8;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 10px;
}
.ct-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--gray-200);
  display: grid; place-items: center;
  flex-shrink: 0;
  color: var(--gray-900);
}
.ct-icon svg { width: 16px; height: 16px; }
.ct-item strong {
  display: block;
  font-size: 12px;
  color: var(--gray-900);
  font-weight: 700;
  line-height: 1.2;
}
.ct-item span:not(.ct-icon) {
  font-size: 10px;
  color: var(--gray-500);
}

/* === MINI TESTIMONIAL === */
.cart-testimonial {
  margin: 16px 16px 0;
  background: #fafaf8;
  border-left: 3px solid var(--primary);
  border-radius: 0 12px 12px 0;
  padding: 12px 14px;
}
.cart-testimonial .ct-stars {
  color: #d4a23a;
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cart-testimonial p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  line-height: 1.45;
  color: var(--gray-900);
  margin-bottom: 6px;
}
.cart-testimonial .ct-author {
  font-size: 11px;
  color: var(--gray-500);
  font-weight: 600;
}
.cart-testimonial .ct-author em {
  color: var(--green);
  font-style: normal;
  font-weight: 500;
}

/* === URGENCY === */
.cart-urgency {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 16px 18px;
  padding: 10px 14px;
  background: #fff8ee;
  border: 1px solid #f0d9a8;
  border-radius: 10px;
  font-size: 12px;
  color: var(--gray-700);
}
.cart-urgency strong { color: var(--gray-900); }
.cart-urgency .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}
.cart-urgency .dot.pulse {
  animation: cart-pulse 1.6s ease-in-out infinite;
}
@keyframes cart-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(31,138,78,.5); }
  50% { box-shadow: 0 0 0 6px rgba(31,138,78,0); }
}

/* === Pix discount row === */
.cart-row.pix {
  font-size: 12px;
  color: var(--green);
  font-weight: 600;
}
.cart-row.pix strong { color: var(--green); font-size: 13px; }

.cart-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  padding: 12px;
  background: #fafaf8;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  position: relative;
  animation: cart-item-in .35s cubic-bezier(.16,1,.3,1);
}
@keyframes cart-item-in {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}
.cart-item-img {
  width: 70px; height: 70px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--gray-200);
  display: grid; place-items: center;
  padding: 6px;
  flex-shrink: 0;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: contain; }
.cart-item-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.cart-item-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-item-variant { font-size: 11px; color: var(--gray-500); }
.cart-item-bottom {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto;
  gap: 8px;
}
.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.cart-qty button {
  width: 26px; height: 28px;
  font-size: 16px; font-weight: 600;
  color: var(--gray-700);
  transition: background .15s;
}
.cart-qty button:hover { background: var(--gray-100); }
.cart-qty span {
  min-width: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-900);
}
.cart-item-price {
  display: flex; flex-direction: column; align-items: flex-end;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-900);
}
.cart-item-price del { color: var(--gray-500); font-size: 11px; font-weight: 400; }
.cart-item-remove {
  position: absolute;
  top: 6px; right: 6px;
  width: 22px; height: 22px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--gray-500);
  transition: all .2s;
}
.cart-item-remove:hover { background: #ffe6e6; color: var(--red); }

.cart-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px;
  gap: 8px;
}
.cart-empty.hidden { display: none; }
.empty-icon {
  font-size: 60px;
  width: 100px; height: 100px;
  background: var(--gray-100);
  border-radius: 50%;
  display: grid; place-items: center;
  margin-bottom: 8px;
}
.cart-empty h4 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--gray-900);
}
.cart-empty p {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 16px;
}
.cart-keep-shopping {
  width: auto;
  padding: 0 30px;
}

.cart-foot {
  border-top: 1px solid var(--gray-200);
  padding: 18px 24px 22px;
  background: #fff;
  flex-shrink: 0;
}
.cart-foot.hidden { display: none; }
.cart-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0;
  font-size: 14px;
  color: var(--gray-700);
}
.cart-row strong { color: var(--gray-900); font-size: 15px; }
.cart-row.small { font-size: 12px; color: var(--gray-500); }
.cart-row.total {
  border-top: 1px dashed var(--gray-200);
  margin-top: 6px;
  padding-top: 12px;
  font-size: 16px;
}
.cart-row.total strong {
  font-size: 22px;
  font-family: var(--font-display);
  color: var(--gray-900);
}
.cart-checkout {
  width: 100%;
  margin-top: 14px;
  height: 54px;
}
.cart-keep-shopping-link {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 500;
  padding: 8px;
}
.cart-keep-shopping-link:hover { color: var(--gray-900); }
.cart-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gray-100);
  font-size: 11px;
  color: var(--gray-500);
}
.cart-trust img { height: 18px; }

/* mobile cart */
@media (max-width: 720px) {
  .cart-drawer { width: 100vw; }
  .cart-head { padding: 16px 18px; }
  .cart-head h3 { font-size: 18px; }
  .cart-progress { padding: 12px 18px; }
  .cart-items { padding: 10px 14px; gap: 10px; }
  .cart-foot { padding: 14px 18px 18px; }
  .cart-row.total strong { font-size: 20px; }
}

/* ============================================================
   TOAST
   ============================================================ */
.toast {
  position: fixed;
  bottom: 30px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--gray-900);
  color: #fff;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  z-index: 100;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.92);
  display: none;
  place-items: center;
  z-index: 200;
  padding: 30px;
}
.lightbox.show { display: grid; }
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  object-fit: contain;
}
.lb-close {
  position: absolute; top: 20px; right: 20px;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 32px; line-height: 1;
}
.lb-close:hover { background: rgba(255,255,255,.2); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: 1fr; gap: 30px; }
  .gallery { position: static; }
  .frags-grid { grid-template-columns: 1fr; }
  .specs-grid { grid-template-columns: 1fr; }
  .when-grid { grid-template-columns: 1fr; }
  .occ-grid { grid-template-columns: repeat(2, 1fr); }
  .ls-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .reviews-head { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 720px)
   ============================================================ */
@media (max-width: 720px) {
  body { padding-bottom: 86px; font-size: 14px; }

  /* announcement */
  .announcement-bar { font-size: 11px; padding: 7px 0; }
  .announcement-track { gap: 36px; animation-duration: 28s; }

  /* header */
  .main-nav { display: none; }
  .header-inner { gap: 4px; padding: 10px 16px; }
  .logo-text { font-size: 22px; letter-spacing: 4px; }
  .logo-tag { font-size: 8px; letter-spacing: 4px; }
  .icon-btn { width: 38px; height: 38px; }
  .icon-btn svg { width: 20px; height: 20px; }
  .cart-count { width: 16px; height: 16px; font-size: 10px; top: 2px; right: 2px; }

  /* breadcrumb */
  .container { padding: 0 14px; }
  .breadcrumb { font-size: 11px; padding: 10px 0 4px; gap: 5px; }
  .breadcrumb a:not(:last-of-type), .breadcrumb span:not(:nth-last-of-type(1)) { display: none; }
  .breadcrumb a:nth-last-of-type(1) { display: inline; }

  /* product page */
  .product-page { padding: 8px 14px 28px; }

  /* gallery */
  .gallery-stage { border-radius: 14px; }
  .badge-discount, .badge-bestseller {
    font-size: 10px; padding: 5px 10px; letter-spacing: .3px;
  }
  .badge-discount { top: 10px; left: 10px; }
  .badge-bestseller { top: 10px; right: 10px; }
  .zoom-btn { width: 36px; height: 36px; bottom: 10px; right: 10px; }
  /* hide arrow nav on mobile — swipe + dots are the main controls */
  .gallery-nav { display: none; }
  .gallery-dots { display: flex; }
  .main-image-wrap { touch-action: pan-y; cursor: grab; }
  .main-image-wrap.swiping { cursor: grabbing; }
  /* thumbs become horizontal scrolling strip on mobile */
  .thumbs {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }
  .thumbs::-webkit-scrollbar { display: none; }
  .thumb {
    flex: 0 0 calc((100% - 8px * 4) / 5);
    scroll-snap-align: start;
  }
  .seals-row { gap: 10px; padding: 10px 12px; margin-top: 14px; }
  .seals-row img { height: 38px; }

  /* buybox */
  .buybox { gap: 18px; }
  .brand-pill { font-size: 11px; padding: 3px 10px; }
  .product-title { font-size: 24px; line-height: 1.2; }
  .stars { font-size: 16px; }
  .rating-text { font-size: 13px; }

  .price-block { padding: 18px 18px; border-radius: 14px; }
  .price-now .amount { font-size: 42px; letter-spacing: -1.5px; }
  .price-now .currency, .price-now .cents { font-size: 18px; }
  .discount-pill { font-size: 12px; padding: 3px 10px; margin-left: 8px; }
  .price-pix { font-size: 13px; }
  .price-pix strong { font-size: 16px; }
  .installments { font-size: 12px; }

  .urgency { padding: 14px 14px; font-size: 13px; border-radius: 12px; }
  .urgency-row { margin-bottom: 6px; gap: 8px; }

  .variant-block { gap: 8px; }
  .variant-label { font-size: 13px; }
  .variant { min-width: 92px; padding: 10px 14px; font-size: 13px; }
  .variant small { font-size: 10px; }

  .kit-options { grid-template-columns: 1fr 1fr; gap: 8px; }
  .kit { padding: 8px 6px 10px; font-size: 11px; border-radius: 12px; }
  .kit img { width: 50px; height: 50px; }
  .kit em { font-size: 10px; }

  .qty-cta-row { flex-direction: column; gap: 10px; }
  .qty-control { align-self: stretch; justify-content: center; padding: 0 8px; }
  .qty-btn { width: 44px; height: 50px; }
  #qty { width: 60px; }
  .btn-buy-now { font-size: 15px; height: 54px; letter-spacing: .5px; }
  .btn-add-cart { height: 48px; font-size: 13px; }

  .shipping-block { padding: 14px 14px; border-radius: 12px; }
  .shipping-input input { height: 42px; font-size: 13px; }
  .shipping-input button { height: 42px; padding: 0 16px; font-size: 12px; }

  .buybox-benefits li { padding: 9px 12px; font-size: 12px; gap: 10px; }
  .buybox-benefits li span:first-child { font-size: 18px; }

  .payment-row { font-size: 11px; gap: 6px; padding: 12px 0; }
  .payment-row img { height: 18px; }

  /* highlights */
  .highlights { padding: 32px 0; margin-top: 20px; }
  .highlights-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .hl-item { padding: 0 6px; }
  .hl-icon { width: 50px; height: 50px; font-size: 22px; margin-bottom: 8px; }
  .hl-item h4 { font-size: 14px; }
  .hl-item p { font-size: 12px; }

  /* description sections */
  .product-description { padding: 40px 14px 24px; gap: 24px; }
  .section-title { font-size: 20px; gap: 10px; flex-wrap: wrap; align-items: flex-start; }
  .section-title small { font-size: 12px; flex-basis: 100%; padding-left: 14px; }
  .bar { height: 22px; }
  .section-title.small { font-size: 18px; }

  .desc-hero { padding: 32px 22px; border-radius: 18px; }
  .desc-hero h2 { font-size: 24px; line-height: 1.2; margin-bottom: 14px; }
  .desc-hero p { font-size: 14px; line-height: 1.7; }
  .desc-hero::before { width: 240px; height: 240px; top: -80px; right: -80px; }

  .frags-grid { grid-template-columns: 1fr; gap: 16px; }
  .frag-card { grid-template-columns: 1fr; padding: 20px 18px; gap: 16px; border-radius: 16px; }
  .frag-img { max-width: 180px; margin: 0 auto; padding: 12px; }
  .frag-tag { font-size: 10px; padding: 4px 10px; margin-bottom: 8px; }
  .frag-text h3 { font-size: 22px; margin-bottom: 10px; }
  .frag-text p { font-size: 13px; line-height: 1.65; }

  .pyramid-section { padding: 26px 18px; border-radius: 18px; }
  .pyr-head { font-size: 11px; letter-spacing: 1.4px; padding: 12px 16px; border-radius: 12px; margin-bottom: 10px; }
  .pyr-notes { gap: 6px; }
  .pyr-notes span { padding: 7px 12px; font-size: 12px; border-width: 1.5px; }
  .pyramid-foot { font-size: 13px; padding: 14px 16px; line-height: 1.65; }

  .accords { padding: 24px 18px; border-radius: 18px; }
  .accord-pills { gap: 8px; }
  .pill { padding: 9px 16px; font-size: 12px; }

  .specs { padding: 26px 18px; border-radius: 18px; }
  .specs-grid { grid-template-columns: 1fr; gap: 12px; }
  .spec-card { padding: 16px; border-radius: 12px; }
  .spec-label { font-size: 11px; }
  .spec-card strong { font-size: 15px; margin-bottom: 14px; }

  .when-grid { grid-template-columns: 1fr; gap: 16px; }
  .when-card { padding: 22px 18px; border-radius: 18px; }
  .when-card li { padding: 11px 14px; font-size: 13px; gap: 10px; }

  .occasions { padding: 24px 18px; border-radius: 18px; }
  .occ-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .occ { padding: 14px 12px; font-size: 12px; border-radius: 12px; }

  .ls-grid { grid-template-columns: 1fr 1fr; gap: 10px; }

  /* how to use */
  .how-to { padding: 50px 0; }
  .steps { grid-template-columns: 1fr; gap: 14px; margin-top: 22px; }
  .step { padding: 22px 18px; border-radius: 16px; }
  .step-num { width: 42px; height: 42px; font-size: 18px; margin-bottom: 10px; }
  .step h4 { font-size: 15px; }
  .step p { font-size: 12px; }

  /* reviews */
  .reviews { padding: 50px 0; }
  .reviews-head {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
    border-radius: 18px;
    margin-bottom: 24px;
  }
  .reviews-summary { flex-direction: row; align-items: center; gap: 16px; margin-top: 10px; }
  .big-rating { font-size: 48px; }
  .big-rating small { font-size: 18px; }
  .stars.big { font-size: 18px; letter-spacing: 2px; }
  .reviews-summary p { font-size: 12px; }
  .rb { font-size: 12px; gap: 8px; }

  .review-grid { grid-template-columns: 1fr; gap: 14px; }
  .review-card { padding: 18px; border-radius: 16px; }
  .review-card h4 { font-size: 15px; }
  .review-card p { font-size: 13px; }
  .review-card img { height: 200px; }
  .verified { font-size: 10px; padding: 3px 8px; }

  .load-more { padding: 12px 28px; font-size: 13px; }

  /* faq */
  .faq { padding: 50px 0; }
  .faq-list { gap: 10px; margin-top: 22px; }
  .faq details { padding: 2px 18px; border-radius: 12px; }
  .faq summary { font-size: 14px; padding: 14px 0; }
  .faq summary::after { font-size: 22px; }
  .faq details p { font-size: 13px; padding: 0 0 14px; line-height: 1.65; }

  /* guarantee */
  .guarantee { padding: 36px 0; }
  .guarantee-inner { flex-direction: column; text-align: center; gap: 18px; }
  .guarantee-icon { width: 80px; height: 80px; font-size: 44px; }
  .guarantee h3 { font-size: 22px; }
  .guarantee p { font-size: 14px; }

  /* footer */
  .site-footer { padding: 40px 0 0; font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 30px; }
  .foot-col h5 { font-size: 13px; margin-bottom: 10px; }
  .foot-logo-text .logo-text { font-size: 22px; }
  .pay-grid img { height: 22px; }
  .footer-bottom { flex-direction: column; gap: 4px; text-align: center; padding: 18px 14px; font-size: 11px; }

  /* sticky buy */
  .sticky-buy { display: flex; padding: 10px 14px; gap: 10px; }
  .sb-info strong { font-size: 16px; }
  .sb-info small { font-size: 10px; }
  .sb-btn { height: 46px; font-size: 13px; letter-spacing: .5px; }

  /* toast above sticky buy */
  .toast { bottom: 100px; padding: 12px 18px; font-size: 13px; max-width: 90vw; text-align: center; }

  /* lightbox */
  .lightbox { padding: 16px; }
  .lb-close { width: 42px; height: 42px; font-size: 28px; top: 12px; right: 12px; }
}

/* ============================================================
   LEGAL / INSTITUTIONAL PAGES
   ============================================================ */
.legal-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 0 64px;
}
.legal-hero {
  background: linear-gradient(160deg, var(--gray-100) 0%, #fff 100%);
  border-radius: 18px;
  padding: 36px 36px 32px;
  margin-bottom: 28px;
  border: 1px solid var(--gray-200);
}
.legal-hero .breadcrumb { padding: 0 0 12px; font-size: 12px; }
.legal-hero h1 {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.15;
  color: var(--gray-900);
  margin-bottom: 8px;
  font-weight: 700;
}
.legal-hero p.lead {
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.55;
}
.legal-hero .updated {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  color: var(--gray-700);
  background: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--gray-200);
}
.legal-content {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 18px;
  padding: 36px 40px;
  box-shadow: var(--shadow-sm);
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2e;
}
.legal-content h2 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--gray-900);
  margin: 32px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 22px 0 8px;
}
.legal-content p { margin-bottom: 14px; }
.legal-content ul, .legal-content ol {
  margin: 0 0 18px 22px;
}
.legal-content li { margin-bottom: 8px; }
.legal-content strong { color: var(--gray-900); }
.legal-content a { color: #b9986a; text-decoration: underline; }
.legal-content a:hover { color: var(--gray-900); }
.legal-content .callout {
  background: #fff8ee;
  border-left: 4px solid #d4a23a;
  padding: 14px 18px;
  border-radius: 0 10px 10px 0;
  margin: 18px 0;
  font-size: 14px;
}
.legal-content .callout.green {
  background: #effbf3;
  border-color: var(--green);
}
.legal-content .callout.red {
  background: #fff1f1;
  border-color: #d63838;
}
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 22px;
  font-size: 14px;
}
.legal-content table th, .legal-content table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--gray-200);
}
.legal-content table th {
  background: var(--gray-100);
  font-weight: 700;
  color: var(--gray-900);
}
.legal-content .contact-block {
  background: var(--gray-100);
  padding: 18px 22px;
  border-radius: 12px;
  margin: 22px 0;
}
.legal-content .contact-block h3 { margin-top: 0; }
@media (max-width: 720px) {
  .legal-page { padding: 16px 0 40px; }
  .legal-hero { padding: 22px 20px 20px; border-radius: 14px; margin-bottom: 18px; }
  .legal-hero h1 { font-size: 26px; }
  .legal-content { padding: 24px 20px; border-radius: 14px; font-size: 14px; }
  .legal-content h2 { font-size: 18px; margin: 24px 0 10px; }
  .legal-content table { font-size: 13px; }
  .legal-content table th, .legal-content table td { padding: 8px 10px; }
}

/* ============================================================
   RESPONSIVE — Small phones (≤ 380px)
   ============================================================ */
@media (max-width: 380px) {
  .container { padding: 0 12px; }
  .header-inner { padding: 8px 12px; }
  .logo-text { font-size: 20px; letter-spacing: 3px; }
  .logo-tag { font-size: 7px; letter-spacing: 3px; }
  .icon-btn { width: 36px; height: 36px; }
  .header-actions { gap: 2px; }

  .product-page { padding: 6px 12px 22px; }

  .product-title { font-size: 22px; }
  .price-now .amount { font-size: 38px; }

  .thumbs { grid-template-columns: repeat(4, 1fr); gap: 6px; }

  .kit-options { grid-template-columns: 1fr; }

  .desc-hero { padding: 26px 18px; }
  .desc-hero h2 { font-size: 21px; }

  .occ-grid { grid-template-columns: 1fr; }
  .ls-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .highlights-grid { gap: 14px; }

  .pyr-notes span { font-size: 11px; padding: 6px 10px; }
  .pill { font-size: 11px; padding: 8px 14px; }

  .reviews-summary { flex-direction: column; align-items: flex-start; }

  .sb-info strong { font-size: 15px; }
  .sb-btn { font-size: 12px; }
}
