/* ============================================================
   TFW DISCOVERY SET — DEFINITIVE
   "Less is Luxury" v5 — WordPress Template Styles
   5-Item Discovery Set · Mirrors Bundle Builder patterns
   ============================================================ */

/* ─── TOKENS (reuse :root vars from design system) ─── */
/* All tokens inherited from tfw-design-system-final.css:
   --bg: #FFFFFF      --bg2: #F7F7F8     --card: #FFFFFF
   --bd: #E5E5E7      --deep: #111110    --ink: #1C1C1A
   --muted: #787F86   --white: #FFFFFF   --gold: #C17F24
   --bundle: #8B6E52  --bundle-bg: #F7F0E8
   --fd: "Cormorant Garamond", serif
   --fb: "Outfit", sans-serif
   --radius: 0px      --t: 0.18s ease
   --ease-out: cubic-bezier(0, 0, 0.2, 1)
   --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1)
   --nav-h: 56px      --promo-h: 36px    --filter-h: 96px
*/

/* ─── ANIMATIONS ─── */
@keyframes dsHeroFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes dsHeroRuleReveal {
  from { width: 0; opacity: 0; }
  to { width: 160px; opacity: 1; }
}
@keyframes dsCheckFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes dsSlotPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.ds-breadcrumb {
  padding: 10px 16px;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
}
.ds-breadcrumb a {
  color: var(--ink);
  text-decoration: none;
}
.ds-breadcrumb a:hover {
  text-decoration: underline;
}
.ds-bc-sep {
  margin: 0 6px;
  color: var(--bd);
}
.ds-bc-current {
  color: var(--ink);
  font-weight: 500;
}
@media (min-width: 768px) {
  .ds-breadcrumb { padding: 12px 32px; }
}

/* ============================================================
   HERO SECTION (Dark)
   ============================================================ */
.ds-hero {
  background: #0A0A0A;
  position: relative;
  overflow: hidden;
  padding: 80px 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 440px;
}
/* Film grain texture */
.ds-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,0.035) 1px, transparent 1px),
    radial-gradient(circle at 60% 30%, rgba(255,255,255,0.025) 1px, transparent 1px),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 90% 70%, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 2px 2px, 4px 4px, 3px 3px, 5px 5px, 6px 6px, 3px 3px;
  pointer-events: none;
  z-index: 1;
}
/* Subtle radial glow behind content */
.ds-hero::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255,255,255,0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.ds-hero > * { position: relative; z-index: 2; }

/* Staggered entrance animations */
.ds-hero-eyebrow { animation: dsHeroFadeUp 0.6s var(--ease-out) 0.1s both; }
.ds-hero-rule { animation: dsHeroRuleReveal 0.8s var(--ease-out) 0.25s both; }
.ds-hero-headline { animation: dsHeroFadeUp 0.7s var(--ease-out) 0.3s both; }
.ds-hero-rule-bottom { animation: dsHeroRuleReveal 0.8s var(--ease-out) 0.5s both; }
.ds-hero-sub { animation: dsHeroFadeUp 0.6s var(--ease-out) 0.55s both; }
.ds-hero-pricing { animation: dsHeroFadeUp 0.6s var(--ease-out) 0.65s both; }
.ds-hero-review { animation: dsHeroFadeUp 0.6s var(--ease-out) 0.75s both; }
.ds-hero-trust { animation: dsHeroFadeUp 0.5s var(--ease-out) 0.85s both; }

.ds-hero-eyebrow {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 28px;
}

.ds-hero-rule {
  width: 160px;
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 0 auto 28px;
}

.ds-hero-headline {
  font-family: var(--fd);
  font-size: clamp(36px, 8vw, 64px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.0;
  color: var(--white);
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}
.ds-hero-hl-price-them {
  font-family: var(--fb);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: #999;
}
.ds-hero-hl-price-us {
  font-family: var(--fb);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--gold);
}

.ds-hero-rule-bottom {
  width: 160px;
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 0 auto 32px;
}

.ds-hero-sub {
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}

/* Hero pricing block (no size toggle — discovery sets are 5ml only) */
.ds-hero-pricing {
  margin-bottom: 36px;
  text-align: center;
}
.ds-hero-pricing-was {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: #999;
  text-decoration: line-through;
  display: block;
  margin-bottom: 4px;
}
.ds-hero-pricing-now {
  font-family: var(--fb);
  font-size: 36px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.ds-hero-pricing-save {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
}
.ds-hero-pricing-size {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.06em;
  margin-top: 6px;
  display: block;
}

/* Hero review */
.ds-hero-review {
  margin-bottom: 36px;
  max-width: 400px;
}
.ds-hero-review-stars {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}
.ds-hero-review-text {
  font-family: var(--fd);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  line-height: 1.5;
}
.ds-hero-review-author {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--white);
  margin-left: 6px;
}

/* Hero trust line */
.ds-hero-trust {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
}
.ds-hero-trust-star { color: var(--gold); letter-spacing: 2px; }

@media (min-width: 768px) {
  .ds-hero {
    padding: 112px 48px 88px;
    min-height: 500px;
  }
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.ds-hiw {
  background: var(--bg);
  border-bottom: 1px solid var(--bd);
  padding: 20px 16px;
}
.ds-hiw-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}
.ds-hiw-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.ds-hiw-num {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  flex-shrink: 0;
}
.ds-hiw-label {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
}
.ds-hiw-divider {
  width: 20px;
  height: 1px;
  background: var(--bd);
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .ds-hiw-inner { gap: 8px; }
  .ds-hiw-divider { width: 12px; }
  .ds-hiw-label { font-size: 10px; }
}
@media (min-width: 768px) {
  .ds-hiw { padding: 24px 32px; }
  .ds-hiw-inner { gap: 20px; }
  .ds-hiw-label { font-size: 13px; }
  .ds-hiw-divider { width: 32px; }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.ds-trust-strip {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 32px 20px;
}
.ds-trust-strip-inner {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ds-trust-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ds-trust-strip-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: var(--ink);
  fill: none;
  stroke-width: 1.4;
}
.ds-trust-strip-item span {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}
@media (min-width: 768px) {
  .ds-trust-strip { padding: 36px 48px; }
  .ds-trust-strip-inner { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

/* ============================================================
   MODE TOGGLE: Build Your Own / Curated Sets
   ============================================================ */
.ds-mode-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--bd);
  padding: 0;
}
.ds-mode-tab {
  flex: 1;
  max-width: 240px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
  min-height: 44px;
  cursor: pointer;
}
.ds-mode-tab.active {
  border-bottom-color: var(--ink);
  font-weight: 600;
}
@media (min-width: 768px) {
  .ds-mode-tab {
    height: 56px;
    font-size: 13px;
  }
}

/* ============================================================
   FILTER BAR + SEARCH
   ============================================================ */
.ds-filter-bar {
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid var(--bd);
  padding: 12px 6px;
}
.ds-filter-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ds-filter-search {
  position: relative;
  margin-bottom: 10px;
}
.ds-filter-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  stroke: var(--ink);
  fill: none;
  stroke-width: 1.6;
  pointer-events: none;
}
.ds-filter-search input {
  width: 100%;
  padding: 12px 16px 12px 38px;
  border: 1px solid var(--bd);
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 300;
  color: var(--ink);
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border-color 0.2s ease;
  height: 44px;
}
.ds-filter-search input:focus {
  border-color: var(--ink);
}
.ds-filter-search input::placeholder {
  color: var(--ink);
  font-weight: 300;
}

.ds-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
}
.ds-filter-tab {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 16px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: var(--ink);
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.ds-filter-tab.active {
  border-bottom-color: var(--ink);
}

@media (min-width: 768px) {
  .ds-filter-bar { padding: 0 32px; }
  .ds-filter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 64px;
  }
  .ds-filter-search {
    order: 2;
    margin-bottom: 0;
    width: 360px;
    flex-shrink: 0;
  }
  .ds-filter-search input {
    height: 48px;
    font-size: 14px;
    border-color: var(--ink);
    padding: 14px 16px 14px 42px;
  }
  .ds-filter-search-icon {
    width: 18px;
    height: 18px;
    left: 14px;
  }
  .ds-filter-tabs {
    order: 1;
    justify-content: flex-start;
    gap: 0;
  }
}

/* ============================================================
   QUICK PICKS — Horizontally Scrollable
   ============================================================ */
.ds-quick-pick-row {
  padding: 10px 0 6px;
  border-bottom: 1px solid var(--bd);
}
.ds-quick-pick-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 12px;
}
.ds-quick-pick-scroll::-webkit-scrollbar { display: none; }
.ds-quick-pick-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--bd);
  background: none;
  padding: 0 16px;
  height: 40px;
  min-height: 44px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.ds-quick-pick-btn:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}
.ds-quick-pick-btn svg {
  width: 12px;
  height: 12px;
  fill: var(--gold);
}
.ds-quick-pick-row.hidden { display: none; }

@media (min-width: 768px) {
  .ds-quick-pick-row { padding: 10px 0 6px; }
  .ds-quick-pick-scroll { padding: 0 32px; gap: 8px; justify-content: center; }
}

/* ============================================================
   CURATED SETS SECTION
   ============================================================ */
.ds-curated-sets {
  background: var(--bg);
  padding: 32px 16px 48px;
}
.ds-curated-sets-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.ds-curated-section-header {
  text-align: center;
  margin-bottom: 32px;
}
.ds-curated-section-eyebrow {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}
.ds-curated-section-title {
  font-family: var(--fd);
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 12px;
}
.ds-curated-section-subtitle {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ─── QUINT GRID (5-bottle curated cards) ─── */
.ds-quint-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* ─── QUINT CARD ─── */
.ds-quint-card {
  border: 1px solid var(--bd);
  background: var(--bg);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.ds-quint-card:hover {
  border-color: var(--ink);
}

/* Bottles Section (Dark Background) — 5 columns */
.ds-quint-bottles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--deep);
  position: relative;
}
.ds-quint-bottles::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, rgba(17, 17, 16, 0.6), transparent);
  pointer-events: none;
  z-index: 2;
}

.ds-quint-bottle-cell {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.ds-quint-bottle-cell + .ds-quint-bottle-cell {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.ds-quint-bottle-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.ds-quint-card:hover .ds-quint-bottle-cell img {
  transform: scale(1.03);
}

.ds-quint-bottle-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 8px 4px 12px;
  background: linear-gradient(to top, rgba(17, 17, 16, 0.85), transparent);
}
.ds-quint-bottle-name {
  display: block;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.3;
}
.ds-quint-bottle-inspired {
  display: block;
  font-family: var(--fb);
  font-size: 8px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  margin-top: 2px;
}

/* Card Body */
.ds-quint-body {
  padding: 20px 16px 24px;
  text-align: center;
}
.ds-quint-eyebrow {
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bundle);
  margin-bottom: 6px;
}
.ds-quint-title {
  font-family: var(--fd);
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 8px;
}
.ds-quint-desc {
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.55;
  max-width: 340px;
  margin: 0 auto 16px;
}

/* Pricing */
.ds-quint-pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}
.ds-quint-was {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  text-decoration: line-through;
}
.ds-quint-now {
  font-family: var(--fb);
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.ds-quint-save {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  color: var(--bundle);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.ds-quint-klarna {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 20px;
}

/* CTA */
.ds-quint-cta {
  display: block;
  width: 100%;
  height: 48px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  min-height: 44px;
  cursor: pointer;
}
.ds-quint-cta:hover {
  background: transparent;
  color: var(--ink);
}
.ds-quint-trust {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 300;
  color: var(--ink);
  margin-top: 14px;
  letter-spacing: 0.02em;
}

/* ─── CURATED DIVIDER ─── */
.ds-curated-or-build {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 40px 0 20px;
}
.ds-curated-or-line {
  flex: 1;
  height: 1px;
  background: var(--bd);
}
.ds-curated-or-text {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}

/* ============================================================
   BYO CARDS (Build Your Own — 5 slots)
   ============================================================ */
.ds-byo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ds-byo-card {
  border: 1px solid var(--bd);
  background: var(--bg);
  overflow: hidden;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.ds-byo-card:hover {
  border-color: var(--ink);
}

/* Slots Section (Dark Background) — 5 slots */
.ds-byo-slots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--deep);
}
.ds-byo-slot {
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ds-byo-slot + .ds-byo-slot {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.ds-byo-slot-circle {
  width: 48px;
  height: 48px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.ds-byo-card:hover .ds-byo-slot-circle {
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.05);
}
.ds-byo-slot-circle svg {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.ds-byo-slot-label {
  font-family: var(--fb);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* BYO Body */
.ds-byo-body {
  padding: 20px 16px 24px;
  text-align: center;
}
.ds-byo-eyebrow {
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}
.ds-byo-title {
  font-family: var(--fd);
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 8px;
}
.ds-byo-size {
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 16px;
}
.ds-byo-pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}
.ds-byo-was {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  text-decoration: line-through;
}
.ds-byo-now {
  font-family: var(--fb);
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.ds-byo-save {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  color: var(--bundle);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.ds-byo-klarna {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 20px;
}
.ds-byo-cta {
  display: block;
  width: 100%;
  height: 48px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  min-height: 44px;
  cursor: pointer;
}
.ds-byo-cta:hover {
  background: transparent;
  color: var(--ink);
}
.ds-byo-trust {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 300;
  color: var(--ink);
  margin-top: 14px;
  letter-spacing: 0.02em;
}

/* ─── CURATED SETS RESPONSIVE — TABLET ─── */
@media (min-width: 600px) {
  .ds-curated-sets {
    padding: 48px 24px 64px;
  }
  .ds-curated-section-title { font-size: 38px; }
  .ds-quint-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ds-quint-body { padding: 24px 20px 28px; }
  .ds-quint-title { font-size: 28px; }
  .ds-quint-desc { font-size: 14px; }
  .ds-quint-bottle-name { font-size: 10px; }
  .ds-byo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ds-byo-body { padding: 24px 20px 28px; }
  .ds-byo-title { font-size: 28px; }
}

/* ─── CURATED SETS RESPONSIVE — DESKTOP ─── */
@media (min-width: 960px) {
  .ds-curated-sets {
    padding: 56px 32px 72px;
  }
  .ds-quint-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .ds-quint-body { padding: 28px 24px 32px; }
  .ds-quint-title { font-size: 30px; }
  .ds-quint-bottle-name { font-size: 10px; }
  .ds-quint-bottle-inspired { font-size: 9px; }
  .ds-byo-slot-circle { width: 56px; height: 56px; }
  .ds-byo-slot-circle svg { width: 22px; height: 22px; }
  .ds-byo-body { padding: 28px 24px 32px; }
  .ds-byo-title { font-size: 30px; }
}

/* ============================================================
   MAIN LAYOUT — Grid + Sidebar
   ============================================================ */
.ds-main {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.ds-grid-wrap {
  flex: 1;
  min-width: 0;
}

/* ============================================================
   PRODUCT GRID
   ============================================================ */
.ds-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 6px;
}
@media (min-width: 768px) {
  .ds-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px;
  }
}
@media (min-width: 1024px) {
  .ds-product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
  }
}

/* ============================================================
   PRODUCT CARD
   ============================================================ */
.ds-product-card {
  position: relative;
  cursor: pointer;
  background: var(--bg);
  border: 2px solid transparent;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, border-color 0.2s ease;
  opacity: 0;
  transform: translateY(16px);
}
.ds-product-card.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out), border-color 0.2s ease, box-shadow 0.3s ease-out;
}
.ds-product-card.selected {
  border-color: var(--ink);
}
.ds-product-card.disabled {
  filter: grayscale(0.4);
  pointer-events: none;
}

.ds-card-image-area {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg2);
}
.ds-card-image-area img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.ds-card-info {
  padding: 8px 6px 2px;
}
.ds-card-name {
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  line-height: 1.3;
}
.ds-card-inspired {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 300;
  color: var(--ink);
  padding: 2px 0 8px;
  line-height: 1.4;
}

/* Bestseller badge */
.ds-card-bestseller {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 4;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--ink);
  padding: 4px 8px;
  line-height: 1;
}

/* Selection badge */
.ds-card-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transform: scale(0);
  transition: transform 0.3s var(--ease-spring);
}
.ds-product-card.selected .ds-card-badge {
  transform: scale(1);
}

/* Checkmark overlay on selected cards */
.ds-card-check {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 28, 26, 0.35);
  pointer-events: none;
  animation: dsCheckFadeIn 0.3s var(--ease-out) both;
}
.ds-card-check svg {
  width: 48px;
  height: 48px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* ============================================================
   SHOW MORE BUTTON
   ============================================================ */
.ds-show-more-wrap {
  padding: 16px 6px 24px;
  text-align: center;
}
.ds-show-more-btn {
  width: 100%;
  max-width: 600px;
  height: 48px;
  border: 1px solid var(--bd);
  background: none;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  transition: border-color 0.2s ease;
  min-height: 44px;
  cursor: pointer;
}
.ds-show-more-btn:hover {
  border-color: var(--ink);
}
.ds-show-more-wrap.hidden { display: none; }

@media (min-width: 768px) { .ds-show-more-wrap { padding: 20px 12px 32px; } }
@media (min-width: 1024px) { .ds-show-more-wrap { padding: 24px 20px 40px; } }

/* ============================================================
   DESKTOP SIDEBAR (>= 768px)
   ============================================================ */
.ds-desktop-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .ds-desktop-sidebar {
    display: block;
    width: 360px;
    flex-shrink: 0;
    position: sticky;
    top: calc(var(--nav-h) + var(--filter-h) + 2px);
    align-self: flex-start;
    background: #0A0A0A;
    overflow: hidden;
  }
  /* Film grain texture on sidebar */
  .ds-desktop-sidebar::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 1px, transparent 1px),
      radial-gradient(circle at 80% 20%, rgba(255,255,255,0.03) 1px, transparent 1px),
      radial-gradient(circle at 40% 80%, rgba(255,255,255,0.035) 1px, transparent 1px),
      radial-gradient(circle at 60% 30%, rgba(255,255,255,0.025) 1px, transparent 1px),
      radial-gradient(circle at 10% 90%, rgba(255,255,255,0.03) 1px, transparent 1px),
      radial-gradient(circle at 90% 70%, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 2px 2px, 4px 4px, 3px 3px, 5px 5px, 6px 6px, 3px 3px;
    pointer-events: none;
    z-index: 0;
  }
  .ds-desktop-sidebar > * { position: relative; z-index: 1; }
}

/* Quintych panels (5 panels — narrower than bundle's 3) */
.ds-sidebar-panels {
  display: flex;
  height: 220px;
}
.ds-sidebar-panel {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px 3px;
  border-right: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}
.ds-sidebar-panel:last-child { border-right: none; }
.ds-sidebar-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ds-sidebar-panel.filled .ds-sidebar-panel-bg { opacity: 1; }
.ds-sidebar-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.ds-sidebar-panel-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.3);
  z-index: 0;
  transition: opacity 0.3s ease;
  font-family: var(--fb);
  font-size: 16px;
  font-weight: 300;
}
.ds-sidebar-panel.filled .ds-sidebar-panel-num { opacity: 0; }
.ds-sidebar-panel-name {
  position: relative;
  z-index: 2;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease 0.2s;
}
.ds-sidebar-panel.filled .ds-sidebar-panel-name { opacity: 1; transform: translateY(0); }
.ds-sidebar-panel-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 24px;
  height: 24px;
  min-width: 44px;
  min-height: 44px;
  margin: -10px -10px 0 0;
  background: rgba(0,0,0,0.5);
  color: var(--white);
  border: none;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ds-sidebar-panel:hover .ds-sidebar-panel-remove { opacity: 1; }
}
@media (hover: none) {
  .ds-sidebar-panel.filled .ds-sidebar-panel-remove { opacity: 1; }
}

.ds-sidebar-surface {
  height: 2px;
  background: rgba(255,255,255,0.06);
}

/* Slot pulse animation */
.ds-sidebar-panel.slot-pulse {
  animation: dsSlotPulse 0.4s var(--ease-spring);
}

/* Info area below panels */
.ds-sidebar-info {
  padding: 24px 28px 20px;
  text-align: center;
}
.ds-sidebar-title {
  font-family: var(--fd);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #F0F0F0;
  margin-bottom: 4px;
  font-feature-settings: 'kern' 1;
}
.ds-sidebar-count {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  color: var(--gold);
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ds-sidebar-pricing-block {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}
.ds-sidebar-was {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: #555;
  text-decoration: line-through;
}
.ds-sidebar-price-main {
  font-family: var(--fb);
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
}
.ds-sidebar-saving {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  color: var(--gold);
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ds-sidebar-klarna {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 300;
  color: #D0D0D0;
  margin-top: 8px;
}

/* Sidebar bottom — NO upgrade button for discovery sets */
.ds-sidebar-bottom {
  padding: 0 28px 28px;
}
.ds-sidebar-cta {
  width: 100%;
  height: 52px;
  border: none;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s var(--ease-out);
  min-height: 44px;
  cursor: pointer;
}
.ds-sidebar-cta.disabled {
  background: #1a1a1a;
  color: #444;
  cursor: default;
}
.ds-sidebar-cta.ready {
  background: var(--white);
  color: var(--ink);
}
.ds-sidebar-cta.ready:hover {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}

.ds-sidebar-delivery {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 400;
  color: #D0D0D0;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0.04em;
}
.ds-sidebar-payments {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ds-sidebar-payments span {
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #999;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 3px 8px;
}

/* ============================================================
   STICKY BOTTOM TRAY (Mobile < 768px)
   ============================================================ */
.ds-mobile-tray {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: var(--bg);
  border-top: 1px solid var(--bd);
  box-shadow: 0 -4px 20px rgba(28,28,26,0.08);
  padding: 14px 20px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
}
.ds-tray-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.ds-tray-slots {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
/* 5 slots at 32px each (smaller than bundle's 44px since there are 5) */
.ds-tray-slot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px dashed var(--bd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 600;
  color: var(--white);
  background: transparent;
  transition: all 0.25s var(--ease-spring);
}
.ds-tray-slot.filled {
  border-style: solid;
  border-color: var(--ink);
  background: var(--ink);
}
.ds-tray-slot.slot-pulse {
  animation: dsSlotPulse 0.4s var(--ease-spring);
}
.ds-tray-info {
  flex: 1;
  min-width: 0;
}
.ds-tray-price {
  font-family: var(--fb);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
}
.ds-tray-save {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bundle);
}
.ds-tray-cta {
  width: 100%;
  height: 48px;
  border: none;
  background: var(--bd);
  color: #666;
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  min-height: 44px;
  cursor: pointer;
}
.ds-tray-cta.ready {
  background: var(--ink);
  color: var(--white);
}
.ds-tray-cta.ready:hover {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

/* NO upgrade button for discovery sets */

.ds-tray-klarna {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 400;
  color: var(--ink);
  text-align: center;
  margin-top: 6px;
}
.ds-tray-delivery {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 400;
  color: var(--ink);
  text-align: center;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .ds-mobile-tray { display: none; }
}

/* ============================================================
   KEY QUESTIONS (CRO)
   ============================================================ */
.ds-kq {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 40px 20px;
}
.ds-kq-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ds-kq-divider {
  height: 1px;
  background: var(--bd);
}
.ds-kq-item {
  flex: 1;
}
.ds-kq-q {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
}
.ds-kq-a {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ds-kq { padding: 48px 48px; }
  .ds-kq-inner {
    flex-direction: row;
    gap: 40px;
  }
  .ds-kq-divider {
    width: 1px;
    height: auto;
    flex-shrink: 0;
  }
}

/* ============================================================
   REVIEWS — Editorial Pull-Quotes
   ============================================================ */
.ds-reviews {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 56px 20px;
}
.ds-reviews-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header: The Authority Block */
.ds-reviews-header {
  text-align: center;
  margin-bottom: 48px;
}
.ds-reviews-hero-score {
  font-family: var(--fb);
  font-size: 56px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.ds-reviews-hero-stars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 10px;
}
.ds-reviews-hero-count {
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 300;
  color: var(--ink);
  display: block;
  margin-bottom: 8px;
}
.ds-reviews-hero-sources {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
.ds-reviews-source {
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--bd);
  padding: 3px 10px;
}

/* Review Cards */
.ds-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.ds-reviews-card {
  padding: 28px 0;
  border-bottom: 1px solid var(--bd);
  position: relative;
}
.ds-reviews-card:last-child { border-bottom: none; }
.ds-reviews-open-quote {
  font-family: var(--fd);
  font-size: 72px;
  font-weight: 300;
  color: var(--gold);
  line-height: 0.5;
  display: block;
  margin-bottom: 12px;
}
.ds-reviews-quote {
  font-family: var(--fb);
  font-size: 16px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.65;
  margin-bottom: 16px;
}
.ds-reviews-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ds-reviews-author {
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}
.ds-reviews-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--bd);
  flex-shrink: 0;
}
.ds-reviews-product {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 400;
  color: var(--ink);
}
.ds-reviews-verified {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Footer CTA */
.ds-reviews-footer-cta {
  text-align: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--bd);
}
.ds-reviews-read-more {
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}
.ds-reviews-read-more:hover {
  border-color: transparent;
}

@media (min-width: 768px) {
  .ds-reviews { padding: 80px 48px; }
  .ds-reviews-hero-score { font-size: 64px; }
  .ds-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .ds-reviews-card {
    padding: 0 36px;
    border-bottom: none;
    border-right: 1px solid var(--bd);
  }
  .ds-reviews-card:first-child { padding-left: 0; }
  .ds-reviews-card:last-child { padding-right: 0; border-right: none; }
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.ds-compare {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 56px 20px;
}
.ds-compare-inner {
  max-width: 720px;
  margin: 0 auto;
}
.ds-compare h2 {
  font-family: var(--fd);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 32px;
  text-align: center;
}
.ds-compare-table {
  width: 100%;
  border-collapse: collapse;
}
.ds-compare-table th {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 12px 8px;
  text-align: left;
  border-bottom: 2px solid var(--ink);
}
.ds-compare-table th:nth-child(2),
.ds-compare-table th:nth-child(3) { text-align: right; }
.ds-compare-table td {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  padding: 12px 8px;
  border-bottom: 1px solid var(--bd);
}
.ds-compare-table td:nth-child(2),
.ds-compare-table td:nth-child(3) { text-align: right; }
.ds-ct-tfw { font-weight: 600; }
.ds-ct-designer {
  font-weight: 300;
  text-decoration: line-through;
  color: #999;
}
.ds-ct-bundle-row { border-top: 2px solid var(--ink); }
.ds-ct-bundle-row td { font-weight: 600; padding: 16px 8px; }
.ds-ct-bundle-row .ds-ct-designer { font-weight: 400; }
.ds-compare-cta-wrap {
  text-align: center;
  margin-top: 32px;
}
.ds-compare-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 40px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0,0,0.2,1);
  min-height: 44px;
}
.ds-compare-cta:hover {
  background: transparent;
  color: var(--ink);
}
@media (min-width: 768px) {
  .ds-compare { padding: 76px 48px; }
  .ds-compare-table td { font-size: 15px; padding: 14px 12px; }
  .ds-compare-table th { padding: 14px 12px; font-size: 11px; }
}

/* ============================================================
   SOCIAL WALL
   ============================================================ */
.ds-social-wall {
  background: var(--ink);
  padding: 64px 0 0;
  position: relative;
  overflow: hidden;
}
.ds-social-wall::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,0.035) 1px, transparent 1px),
    radial-gradient(circle at 60% 30%, rgba(255,255,255,0.025) 1px, transparent 1px),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 90% 70%, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 2px 2px, 4px 4px, 3px 3px, 5px 5px, 6px 6px, 3px 3px;
  pointer-events: none;
}
.ds-social-wall > * { position: relative; z-index: 1; }
.ds-sw-header {
  text-align: center;
  padding: 0 20px 48px;
}
.ds-sw-eyebrow {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.ds-sw-title {
  font-family: var(--fd);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  margin-bottom: 28px;
}
.ds-sw-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 32px;
}
.ds-sw-stat-block {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
.ds-sw-stat-block::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255,255,255,0.08);
}
.ds-sw-stat-block:last-child::after { display: none; }
.ds-sw-stat-big {
  font-family: var(--fb);
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.ds-sw-stat-label {
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 300;
  color: #AAA;
  line-height: 1.4;
  display: block;
  max-width: 180px;
  margin: 0 auto;
}
.ds-sw-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
.ds-sw-cell {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.ds-sw-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0,0,0.2,1);
}
.ds-sw-tall {
  grid-row: span 2;
  aspect-ratio: auto;
}
.ds-sw-footer {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 300;
  color: #888;
  text-align: center;
  padding: 16px 20px;
  background: var(--ink);
}
@media (min-width: 768px) {
  .ds-social-wall { padding: 80px 0 0; }
  .ds-sw-header { padding: 0 48px 48px; }
  .ds-sw-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
  }
  .ds-sw-tall { grid-row: span 2; }
  .ds-sw-footer { padding: 20px 48px; }
}

/* ============================================================
   TOAST NOTIFICATION
   ============================================================ */
.ds-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 200;
  background: var(--ink);
  color: var(--white);
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 12px 24px;
  box-shadow: 0 8px 32px rgba(28,28,26,0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  max-width: 90vw;
  text-align: center;
}
.ds-toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (min-width: 768px) {
  .ds-toast {
    bottom: 40px;
    font-size: 14px;
    padding: 14px 32px;
  }
}

/* Remove hint on selected cards */
.ds-card-remove-hint {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.ds-product-card.selected .ds-card-remove-hint {
  opacity: 1;
  pointer-events: auto;
}
/* Always visible on touch devices */
@media (hover: none) {
  .ds-product-card.selected .ds-card-remove-hint {
    opacity: 1;
  }
}
/* Show on hover for desktop */
@media (hover: hover) {
  .ds-product-card.selected .ds-card-remove-hint {
    opacity: 0;
  }
  .ds-product-card.selected:hover .ds-card-remove-hint {
    opacity: 1;
  }
}

/* ─── +1 DUPLICATE BUTTON (Discovery Set) ─── */
.ds-card-add-more {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 8;
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.15s ease;
  pointer-events: none;
}
.ds-product-card.selected:not(.disabled) .ds-card-add-more {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
@media (hover: hover) {
  .ds-product-card.selected:not(.disabled) .ds-card-add-more { opacity: 0; }
  .ds-product-card.selected:not(.disabled):hover .ds-card-add-more { opacity: 1; }
  .ds-card-add-more:hover {
    background: var(--ink);
    color: var(--white);
  }
}

/* ============================================================
   FLYING THUMBNAIL (injected by JS)
   ============================================================ */
.ds-fly-thumb {
  position: fixed;
  z-index: 600;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  will-change: transform, left, top, width, height;
  box-shadow: 0 8px 32px rgba(28,28,26,0.2);
}

/* ============================================================
   GRID BOTTOM SPACER (for mobile sticky tray)
   ============================================================ */
.ds-grid-bottom-spacer {
  height: 180px;
}
@media (min-width: 768px) {
  .ds-grid-bottom-spacer { height: 0; }
}

/* ============================================================
   SKIP LINK
   ============================================================ */
.ds-skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 999;
  background: var(--ink);
  color: var(--white);
  padding: 12px 24px;
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.ds-skip-link:focus {
  top: 0;
}

/* ============================================================
   SCREEN READER ONLY
   ============================================================ */
.ds-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   FOCUS-VISIBLE — All Interactive Elements
   ============================================================ */
.ds-hero-pricing:focus-visible,
.ds-filter-tab:focus-visible,
.ds-quick-pick-btn:focus-visible,
.ds-quint-cta:focus-visible,
.ds-byo-cta:focus-visible,
.ds-product-card:focus-visible,
.ds-show-more-btn:focus-visible,
.ds-sidebar-cta:focus-visible,
.ds-sidebar-panel-remove:focus-visible,
.ds-tray-cta:focus-visible,
.ds-compare-cta:focus-visible,
.ds-reviews-read-more:focus-visible,
.ds-mode-tab:focus-visible,
.ds-filter-search input:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
/* Light outline on dark backgrounds */
.ds-sidebar-cta:focus-visible,
.ds-sidebar-panel-remove:focus-visible {
  outline-color: var(--white);
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .ds-product-card { opacity: 1; transform: none; }
  .ds-product-card.visible { transition: none; }
  .ds-hero-eyebrow,
  .ds-hero-rule,
  .ds-hero-headline,
  .ds-hero-rule-bottom,
  .ds-hero-sub,
  .ds-hero-pricing,
  .ds-hero-review,
  .ds-hero-trust {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .ds-sidebar-panel-name { opacity: 1; transform: none; }
  .ds-sidebar-panel-bg { transition: none; }
}

/* ============================================================
   HOVER GATING
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  .ds-product-card:not(.selected):not(.disabled):hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(28,28,26,0.08);
  }
  .ds-sw-cell:hover img {
    transform: scale(1.05);
  }
  .ds-quint-card:hover .ds-quint-bottle-cell img {
    transform: scale(1.03);
  }
  .ds-byo-card:hover .ds-byo-slot-circle {
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
  }
}
