/* TFW Bundle Builder — extracted from page-bundle.php */
/* ============================================================
   TFW BUNDLE BUILDER — DEFINITIVE
   "Less is Luxury" v5 — WordPress Template Styles
   ============================================================ */


/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb {
  padding: 10px 16px;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
}
.breadcrumb a {
  color: var(--ink);
  text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline; }
.bc-sep {
  margin: 0 6px;
  color: var(--bd);
}
.bc-current {
  color: var(--ink);
  font-weight: 500;
}
@media(min-width:768px) {
  .breadcrumb { padding: 12px 32px; }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.bundle-hero {
  background: #0A0A0A;
  position: relative;
  overflow: hidden;
  padding: 48px 20px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 0;
}
@media(min-width:768px) {
  .bundle-hero {
    padding: 80px 24px 64px;
    min-height: 440px;
  }
}
/* Film grain texture */
.bundle-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 */
.bundle-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;
}
.bundle-hero > * { position: relative; z-index: 2; }

/* Staggered entrance animation */
.hero-eyebrow { animation: heroFadeUp 0.6s var(--ease-out) 0.1s both; }
.hero-rule { animation: heroRuleReveal 0.8s var(--ease-out) 0.25s both; }
.hero-headline { animation: heroFadeUp 0.7s var(--ease-out) 0.3s both; }
.hero-rule-bottom { animation: heroRuleReveal 0.8s var(--ease-out) 0.5s both; }
.hero-sub { animation: heroFadeUp 0.6s var(--ease-out) 0.55s both; }
.hero-pricing { animation: heroFadeUp 0.6s var(--ease-out) 0.65s both; }
.hero-size-toggle { animation: heroFadeUp 0.5s var(--ease-out) 0.75s both; }
.hero-trust { animation: heroFadeUp 0.5s var(--ease-out) 0.85s both; }

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroRuleReveal {
  from { width: 0; opacity: 0; }
  to { width: 160px; opacity: 1; }
}

.hero-eyebrow {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}
@media(min-width:768px) {
  .hero-eyebrow { margin-bottom: 28px; }
}

.hero-rule {
  width: 160px;
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 0 auto 16px;
  display: none;
}
@media(min-width:768px) {
  .hero-rule { display: block; margin: 0 auto 28px; }
}

.hero-headline {
  font-family: var(--fd);
  font-size: clamp(28px, 7vw, 64px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.05;
  color: var(--white);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
@media(min-width:768px) {
  .hero-headline { margin-bottom: 24px; }
}
.hero-hl-price-them {
  font-family: var(--fb);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: #999;
}
.hero-hl-price-us {
  font-family: var(--fb);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--gold);
}
.hero-rule-bottom {
  width: 160px;
  height: 1px;
  background: rgba(255,255,255,0.18);
  margin: 0 auto 20px;
  display: none;
}
@media(min-width:768px) {
  .hero-rule-bottom { display: block; margin: 0 auto 32px; }
}

.hero-sub {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media(min-width:768px) {
  .hero-sub { font-size: 15px; margin-bottom: 36px; }
}

.hero-size-toggle {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
}
@media(min-width:768px) {
  .hero-size-toggle { margin-bottom: 36px; }
}
.size-pill {
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 36px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: var(--white);
  transition: all 0.25s var(--ease-out);
  min-width: 44px;
}
.size-pill + .size-pill { border-left: none; }
.size-pill.active {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
  font-weight: 600;
}
.size-pill:not(.active):hover {
  border-color: rgba(255,255,255,0.5);
}

.hero-review {
  display: none;
  margin-bottom: 36px;
  max-width: 400px;
  animation: heroFadeUp 0.6s var(--ease-out) 0.6s both;
}
@media(min-width:768px) {
  .hero-review { display: block; }
}
.hero-review-stars {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}
.hero-review-text {
  font-family: var(--fd);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  line-height: 1.5;
}
.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 {
  display: none;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
}
@media(min-width:768px) {
  .hero-trust { display: block; }
}
.hero-trust-star { color: var(--gold); letter-spacing: 2px; }

/* ─── HOW IT WORKS ─── */
.how-it-works {
  background: var(--bg);
  border-bottom: 1px solid var(--bd);
  padding: 20px 16px;
}
.hiw-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}
.hiw-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.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;
}
.hiw-label {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
}
.hiw-divider {
  width: 20px;
  height: 1px;
  background: var(--bd);
  flex-shrink: 0;
}
@media(max-width:480px) {
  .hiw-inner { gap: 8px; }
  .hiw-divider { width: 12px; }
  .hiw-label { font-size: 10px; }
}

@media(min-width:768px) {
  .bundle-hero {
    padding: 112px 48px 88px;
    min-height: 500px;
  }
  .how-it-works { padding: 24px 32px; }
  .hiw-inner { gap: 20px; }
  .hiw-label { font-size: 13px; }
  .hiw-divider { width: 32px; }
  :root { --filter-h: 64px; }
}

/* ============================================================
   FILTER + SEARCH BAR
   ============================================================ */
.filter-bar {
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid var(--bd);
  padding: 12px 6px;
}
.filter-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.filter-search {
  position: relative;
  margin-bottom: 10px;
}
.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;
}
.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;
}
.filter-search input:focus {
  border-color: var(--ink);
}
.filter-search input::placeholder {
  color: var(--ink);
  font-weight: 300;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
}
.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;
}
.filter-tab.active {
  border-bottom-color: var(--ink);
}

/* Quick Picks — horizontally scrollable */
.quick-pick-row {
  padding: 10px 0 6px;
  border-bottom: 1px solid var(--bd);
}
.quick-pick-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 12px;
}
.quick-pick-scroll::-webkit-scrollbar { display: none; }
.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;
}
.quick-pick-btn:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}
.quick-pick-btn svg {
  width: 12px;
  height: 12px;
  fill: var(--gold);
}
.quick-pick-row.hidden { display: none; }

@media(min-width:768px) {
  .filter-bar { padding: 0 32px; }
  .filter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 64px;
  }
  .filter-search {
    order: 2;
    margin-bottom: 0;
    width: 360px;
    flex-shrink: 0;
  }
  .filter-search input {
    height: 48px;
    font-size: 14px;
    border-color: var(--ink);
    padding: 14px 16px 14px 42px;
  }
  .filter-search-icon {
    width: 18px;
    height: 18px;
    left: 14px;
  }
  .filter-tabs {
    order: 1;
    justify-content: flex-start;
    gap: 0;
  }
  .quick-pick-row { padding: 10px 0 6px; }
  .quick-pick-scroll { padding: 0 32px; gap: 8px; justify-content: center; }
}

/* ============================================================
   MAIN LAYOUT — Grid + Sidebar
   ============================================================ */
.bundle-main {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.bundle-list-wrap {
  flex: 1;
  min-width: 0;
}

/* ─── SHOW/HIDE: List on mobile, Grid on desktop ─── */
.fragrance-list { display: block; }
.product-grid { display: none; }
@media(min-width:768px) {
  .fragrance-list { display: none; }
  .product-grid { display: grid; }
}

/* ─── PRODUCT GRID (Desktop) ─── */
.product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px;
}
@media(min-width:1024px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
  }
}

/* ─── PRODUCT CARD (Desktop) ─── */
.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);
}
.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;
}
.product-card.selected {
  border-color: var(--ink);
}
.product-card.disabled {
  filter: grayscale(0.4);
  pointer-events: none;
}
.card-image-area {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg2);
}
.card-image-area img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}
.card-info {
  padding: 8px 6px 2px;
}
.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;
}
.card-inspired {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 300;
  color: var(--ink);
  padding: 2px 0 4px;
  line-height: 1.4;
}
.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;
}
.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);
}
.product-card.selected .card-badge {
  transform: scale(1);
}
.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: checkFadeIn 0.3s var(--ease-out) both;
}
.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));
}
@keyframes checkFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.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;
}
.product-card.selected .card-remove-hint {
  opacity: 1;
  pointer-events: auto;
}
@media (hover: none) {
  .product-card.selected .card-remove-hint { opacity: 1; }
}
@media (hover: hover) {
  .product-card.selected .card-remove-hint { opacity: 0; }
  .product-card.selected:hover .card-remove-hint { opacity: 1; }
}

/* ─── +1 DUPLICATE BUTTON (Desktop card) ─── */
.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;
}
.product-card.selected:not(.disabled) .card-add-more {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
@media (hover: hover) {
  .product-card.selected:not(.disabled) .card-add-more { opacity: 0; }
  .product-card.selected:not(.disabled):hover .card-add-more { opacity: 1; }
  .card-add-more:hover {
    background: var(--ink);
    color: var(--white);
  }
}

/* ─── +1 DUPLICATE BUTTON (Mobile row) ─── */
.add-more-btn {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 6px 10px;
  min-height: 44px;
  min-width: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
  margin-left: 6px;
}
.add-more-btn:active,
.add-more-btn:hover {
  background: var(--ink);
  color: var(--white);
}

/* ─── FRAGRANCE LIST (Mobile) ─── */
.fragrance-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ─── FRAGRANCE ROW ─── */
.fragrance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--bd);
  min-height: 68px;
  cursor: pointer;
  transition: background 0.15s ease, border-left 0.15s ease;
  border-left: 3px solid transparent;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0;
  transform: translateY(8px);
}
.fragrance-row:first-child {
  border-top: 1px solid var(--bd);
}
.fragrance-row.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out), background 0.15s ease, border-left 0.15s ease;
}
.fragrance-row:active {
  background: var(--bg2);
}
.fragrance-row.selected {
  border-left-color: var(--ink);
}
.fragrance-row.disabled {
  cursor: default;
}
.fragrance-row.disabled .fragrance-name,
.fragrance-row.disabled .fragrance-inspired,
.fragrance-row.disabled .fragrance-tag {
  color: var(--bd);
}
.fragrance-row.disabled .add-btn {
  color: var(--bd);
  border-color: var(--bd);
  cursor: default;
}

.fragrance-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
  padding-right: 16px;
}
.fragrance-name {
  font-family: var(--fd);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
}
.fragrance-inspired {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
  line-height: 1.4;
}
.fragrance-tag {
  display: inline-block;
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-top: 6px;
  line-height: 1;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--bd);
}
.pc-fam--floral, .fragrance-tag.pc-fam--floral { background:#F9F0F4; color:#8C3B5E; border-color:#E8C8D6; }
.pc-fam--gourmand, .fragrance-tag.pc-fam--gourmand { background:#FDF5EE; color:#8B5E3C; border-color:#E5CDAE; }
.pc-fam--oriental-spicy, .pc-fam--oriental, .fragrance-tag.pc-fam--oriental-spicy, .fragrance-tag.pc-fam--oriental { background:#F7F0EA; color:#7A4B2A; border-color:#D9C0A5; }
.pc-fam--fresh-citrus, .pc-fam--fresh, .fragrance-tag.pc-fam--fresh-citrus, .fragrance-tag.pc-fam--fresh { background:#EFF6F2; color:#3B6B4F; border-color:#B5D4C1; }
.pc-fam--woody-oud, .pc-fam--woody, .fragrance-tag.pc-fam--woody-oud, .fragrance-tag.pc-fam--woody { background:#F3F0EB; color:#5C4A35; border-color:#C9B99A; }
.pc-fam--chypre-green, .fragrance-tag.pc-fam--chypre-green { background:#F1F4EE; color:#4A5E3B; border-color:#B8C9A5; }
.pc-fam--amber, .fragrance-tag.pc-fam--amber { background:#F8F2E8; color:#7A5C2B; border-color:#D4BC8A; }
.fragrance-best {
  color: var(--gold);
  font-weight: 500;
  margin-left: 6px;
}

.add-btn {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--bd);
  padding: 8px 20px;
  min-height: 44px;
  min-width: 80px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.add-btn:active {
  border-color: var(--ink);
}
.fragrance-row.selected .add-btn {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

@media(min-width:768px) {
  .fragrance-row { padding: 22px 20px; }
  .fragrance-name { font-size: 24px; }
  .fragrance-inspired { font-size: 12px; }
  .fragrance-row:hover:not(.disabled) { background: var(--bg2); }
  .add-btn:hover { border-color: var(--ink); }
  .fragrance-row.selected .add-btn:hover {
    background: transparent;
    color: var(--ink);
  }
}

/* Flying thumbnail (injected by JS) */
.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);
}

/* Slot pulse animation (sidebar) */
.sidebar-panel.slot-pulse {
  animation: slotPulse 0.4s var(--ease-spring);
}
@keyframes slotPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* ─── SHOW MORE BUTTON ─── */
.show-more-wrap {
  padding: 16px 6px 24px;
  text-align: center;
}
@media(min-width:768px) { .show-more-wrap { padding: 20px 12px 32px; } }
@media(min-width:1024px) { .show-more-wrap { padding: 24px 20px 40px; } }

.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;
}
.show-more-btn:hover {
  border-color: var(--ink);
}
.show-more-wrap.hidden { display: none; }

/* ============================================================
   STICKY BOTTOM TRAY — Compact Horizontal (Mobile < 768px)
   ============================================================ */
.mobile-tray {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #0A0A0A;
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}
.tray-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tray-bottles {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.tray-bottle {
  position: relative;
  width: 28px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.25s var(--ease-spring);
}
.tray-bottle-svg {
  width: 28px;
  height: 40px;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.2s ease;
}
.tray-bottle.filled .tray-bottle-svg {
  color: transparent;
}
.tray-bottle-thumb {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tray-bottle.filled .tray-bottle-thumb {
  display: block;
}
.tray-bottle.filled {
  transform: scale(1.05);
}
.tray-bottle.slot-pulse {
  animation: bottlePulse 0.35s ease;
}
@keyframes bottlePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1.05); }
}
.tray-price {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.tray-cta {
  flex: 1;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  min-height: 44px;
  white-space: nowrap;
}
.tray-cta.ready {
  background: #fff;
  color: #0A0A0A;
  border-color: #fff;
  font-weight: 600;
}
.tray-cta.ready:active {
  background: rgba(255, 255, 255, 0.85);
}
.tray-upgrade {
  width: 100%;
  padding: 6px 0;
  background: none;
  border: none;
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  display: none;
  min-height: 44px;
  text-align: center;
}
.tray-upgrade.visible { display: block; }
@media(min-width:768px) {
  .mobile-tray { display: none; }
}

/* ============================================================
   DESKTOP SIDEBAR (>= 768px)
   ============================================================ */
.desktop-sidebar {
  display: none;
}
@media(min-width:768px) {
  .desktop-sidebar {
    display: block;
    width: 340px;
    flex-shrink: 0;
    position: sticky;
    top: calc(var(--nav-h) + var(--filter-h) + 2px);
    align-self: flex-start;
    background: #0A0A0A;
    overflow: hidden;
  }
  .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;
  }
  .desktop-sidebar > * { position: relative; z-index: 1; }
}

/* Triptych panels */
.sidebar-panels {
  display: flex;
  height: 280px;
}
.sidebar-panel {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px 4px;
  border-right: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}
.sidebar-panel:last-child { border-right: none; }
.sidebar-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sidebar-panel.filled .sidebar-panel-bg { opacity: 1; }
.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;
}
.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;
}
.sidebar-panel.filled .sidebar-panel-num { opacity: 0; }
.sidebar-panel-name {
  position: relative;
  z-index: 2;
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease 0.2s;
}
.sidebar-panel.filled .sidebar-panel-name { opacity: 1; transform: translateY(0); }
.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) {
  .sidebar-panel:hover .sidebar-panel-remove { opacity: 1; }
}
@media (hover: none) {
  .sidebar-panel.filled .sidebar-panel-remove { opacity: 1; }
}

.sidebar-surface {
  height: 2px;
  background: rgba(255,255,255,0.06);
}

/* Info area below panels */
.sidebar-info {
  padding: 24px 28px 20px;
  text-align: center;
}
.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;
}
.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;
}
.sidebar-pricing-block {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}
.sidebar-was {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: #555;
  text-decoration: line-through;
}
.sidebar-price-main {
  font-family: var(--fb);
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
}
.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;
}
.sidebar-klarna {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 300;
  color: #D0D0D0;
  margin-top: 8px;
}

.sidebar-bottom {
  padding: 0 28px 28px;
}
.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;
}
.sidebar-cta.disabled {
  background: #1a1a1a;
  color: #444;
  cursor: default;
}
.sidebar-cta.ready {
  background: var(--white);
  color: var(--ink);
}
.sidebar-cta.ready:hover {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.sidebar-upgrade {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  margin-top: 8px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--white);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0,0,0.2,1);
  display: none;
  min-height: 44px;
}
.sidebar-upgrade:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.06);
}
.sidebar-upgrade.visible { display: flex; align-items: center; justify-content: center; }

.sidebar-delivery {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 400;
  color: #D0D0D0;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0.04em;
}
.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);
}
.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;
}

/* ============================================================
   UPGRADE MODAL
   ============================================================ */
/* ============================================================
   UPGRADE MODAL — Redesigned
   ============================================================ */
.modal-scrim {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: flex-end;
  justify-content: center;
}
.modal-scrim.open { display: flex; }
@media(min-width:768px) {
  .modal-scrim.open { align-items: center; }
}
.modal-panel {
  background: var(--bg);
  width: 100%;
  max-width: 440px;
  padding: 36px 24px 28px;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0, 0, 0.2, 1);
}
.modal-scrim.open .modal-panel { transform: translateY(0); }
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 18px;
  color: var(--ink);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-panel { position: relative; }

/* Eyebrow — removed */
.modal-eyebrow { display: none; }

/* Title */
.modal-title {
  font-family: var(--fd);
  font-size: 38px;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1;
}

/* Subtitle */
.modal-subtitle {
  font-family: var(--fb);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.5;
}

/* Side-by-side comparison */
.modal-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 20px;
  border: 1px solid var(--bd);
}
.modal-compare-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px 12px;
}
.modal-compare-col + .modal-compare-arrow + .modal-compare-col {
  border-left: 1px solid var(--bd);
}
.modal-compare-arrow {
  flex-shrink: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bd);
}
.modal-compare-size {
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}
.modal-compare-price {
  font-family: var(--fb);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.modal-compare-per {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.modal-compare-upgrade {
  background: var(--bg2);
}
.modal-compare-upgrade .modal-compare-per {
  color: var(--gold);
  font-weight: 500;
}

/* Social proof */
.modal-social-proof {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink);
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

/* Primary CTA — black, full width */
.modal-primary {
  width: 100%;
  height: 52px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.2s ease;
  min-height: 44px;
  cursor: pointer;
}
.modal-primary:active {
  background: transparent;
  color: var(--ink);
}

/* Secondary — visible outline, clear option */
.modal-secondary {
  width: 100%;
  height: 48px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 44px;
  margin-top: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal-secondary:active {
  background: var(--ink);
  color: var(--white);
}

/* Legacy: hide if still in DOM */
.modal-body { display: none; }

/* ============================================================
   KEY QUESTIONS (CRO)
   ============================================================ */
.key-questions {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 40px 20px;
}
.kq-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.kq-divider {
  height: 1px;
  background: var(--bd);
}
.kq-q {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
}
.kq-a {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.5;
}
@media(min-width:768px) {
  .key-questions { padding: 48px 48px; }
  .kq-inner {
    flex-direction: row;
    gap: 40px;
  }
  .kq-item { flex: 1; }
  .kq-divider {
    width: 1px;
    height: auto;
    flex-shrink: 0;
  }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 32px 20px;
}
.trust-strip-inner {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.trust-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-strip-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: var(--ink);
  fill: none;
  stroke-width: 1.4;
}
.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) {
  .trust-strip { padding: 36px 48px; }
  .trust-strip-inner { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

/* ============================================================
   BUNDLE REVIEWS — Editorial Pull-Quotes
   ============================================================ */
.bundle-reviews {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 56px 20px;
}
.bundle-reviews-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header: The Authority Block */
.bundle-reviews-header {
  text-align: center;
  margin-bottom: 48px;
}
.br-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;
}
.br-hero-stars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 10px;
}
.br-hero-count {
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 300;
  color: var(--ink);
  display: block;
  margin-bottom: 8px;
}
.br-hero-sources {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
.br-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 */
.bundle-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.br-card {
  padding: 28px 0;
  border-bottom: 1px solid var(--bd);
  position: relative;
}
.br-card:last-child { border-bottom: none; }
.br-open-quote {
  font-family: var(--fd);
  font-size: 72px;
  font-weight: 300;
  color: var(--gold);
  line-height: 0.5;
  display: block;
  margin-bottom: 12px;
}
.br-quote {
  font-family: var(--fb);
  font-size: 16px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.65;
  margin-bottom: 16px;
}
.br-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.br-author {
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}
.br-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--bd);
  flex-shrink: 0;
}
.br-product {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 400;
  color: var(--ink);
}
.br-verified {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Footer CTA */
.br-footer-cta {
  text-align: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--bd);
}
.br-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;
}
.br-read-more:hover {
  border-color: transparent;
}

@media(min-width:768px) {
  .bundle-reviews { padding: 80px 48px; }
  .br-hero-score { font-size: 64px; }
  .bundle-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .br-card {
    padding: 0 36px;
    border-bottom: none;
    border-right: 1px solid var(--bd);
  }
  .br-card:first-child { padding-left: 0; }
  .br-card:last-child { padding-right: 0; border-right: none; }
}

/* ============================================================
   HOW WE COMPARE
   ============================================================ */
.compare-section {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 56px 20px;
}
.compare-inner {
  max-width: 720px;
  margin: 0 auto;
}
.compare-section 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;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
}
.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);
}
.compare-table th:nth-child(2),
.compare-table th:nth-child(3) { text-align: right; }
.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);
}
.compare-table td:nth-child(2),
.compare-table td:nth-child(3) { text-align: right; }
.ct-tfw { font-weight: 600; }
.ct-designer {
  font-weight: 300;
  text-decoration: line-through;
  color: #999;
}
.ct-bundle-row { border-top: 2px solid var(--ink); }
.ct-bundle-row td { font-weight: 600; padding: 16px 8px; }
.ct-bundle-row .ct-designer { font-weight: 400; }
.compare-cta-wrap {
  text-align: center;
  margin-top: 32px;
}
.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;
}
.compare-cta:hover {
  background: transparent;
  color: var(--ink);
}
@media(min-width:768px) {
  .compare-section { padding: 76px 48px; }
  .compare-table td { font-size: 15px; padding: 14px 12px; }
  .compare-table th { padding: 14px 12px; font-size: 11px; }
}

/* ============================================================
   SOCIAL WALL
   ============================================================ */
.social-wall {
  background: var(--ink);
  padding: 64px 0 0;
  position: relative;
  overflow: hidden;
}
.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;
}
.social-wall > * { position: relative; z-index: 1; }
.sw-header {
  text-align: center;
  padding: 0 20px 48px;
}
.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;
}
.sw-title {
  font-family: var(--fd);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  margin-bottom: 28px;
}
.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;
}
.sw-stat-block {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
.sw-stat-block::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255,255,255,0.08);
}
.sw-stat-block:last-child::after { display: none; }
.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;
}
.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;
}
.sw-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
.sw-cell {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.sw-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0,0,0.2,1);
}
.sw-tall {
  grid-row: span 2;
  aspect-ratio: auto;
}
.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) {
  .social-wall { padding: 80px 0 0; }
  .sw-header { padding: 0 48px 48px; }
  .sw-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
  }
  .sw-tall { grid-row: span 2; }
  .sw-stat { font-size: 13px; }
  .sw-stat-num { font-size: 15px; }
  .sw-footer { padding: 20px 48px; }
}

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .fragrance-row, .product-card { opacity: 1; transform: none; }
  .fragrance-row.visible, .product-card.visible { transition: none; }
  .hero-eyebrow, .hero-rule, .hero-headline, .hero-rule-bottom,
  .hero-sub, .hero-pricing, .hero-size-toggle, .hero-trust, .hero-review {
    animation: none; opacity: 1; transform: none;
  }
  .se-stat-num, .se-stat-label { opacity: 1; transform: none; filter: none; }
}

/* ─── HOVER GATING ─── */
@media (hover: hover) and (pointer: fine) {
  .product-card:not(.selected):not(.disabled):hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(28,28,26,0.08);
  }
  .sw-cell:hover img {
    transform: scale(1.05);
  }
}

/* ─── SKIP LINK ─── */
.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;
}
.skip-link:focus {
  top: 0;
}

/* ─── GRID BOTTOM SPACER (for mobile sticky tray) ─── */
.grid-bottom-spacer {
  height: 120px;
}
@media(min-width:768px) {
  .grid-bottom-spacer { height: 0; }
}

/* ============================================================
   MODE TOGGLE: Build Your Own / Curated Sets
   ============================================================ */
.mode-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--bd);
  padding: 0;
}
.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;
}
.mode-tab.active {
  border-bottom-color: var(--ink);
  font-weight: 600;
}
@media(min-width:768px) {
  .mode-tab {
    height: 56px;
    font-size: 13px;
  }
}

/* ============================================================
   CURATED SETS
   ============================================================ */
/* ============================================================
   CURATED SETS SECTION
   ============================================================ */
.curated-sets {
  background: var(--bg);
  padding: 32px 16px 48px;
}
.curated-sets-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.curated-section-header {
  text-align: center;
  margin-bottom: 32px;
}
.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;
}
.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;
}
.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;
}

/* ─── DIVIDER ─── */
.curated-or-build {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 40px 0 20px;
}
.curated-or-line {
  flex: 1;
  height: 1px;
  background: var(--bd);
}
.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;
}

/* ─── BUILD YOUR OWN GRID ─── */
.byo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* ─── BYO CARD ─── */
.byo-card {
  border: 1px solid var(--bd);
  background: var(--bg);
  overflow: hidden;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.byo-card:hover {
  border-color: var(--ink);
}

/* Slots Section (Dark Background) */
.byo-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--deep);
}
.byo-slot {
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.byo-slot + .byo-slot {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.byo-slot-circle {
  width: 56px;
  height: 56px;
  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;
}
.byo-card:hover .byo-slot-circle {
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.05);
}
.byo-slot-circle svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.byo-slot-label {
  font-family: var(--fb);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* BYO Body */
.byo-body {
  padding: 20px 16px 24px;
  text-align: center;
}
.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;
}
.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;
}
.byo-size {
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 16px;
}
.byo-pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}
.byo-was {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  text-decoration: line-through;
}
.byo-now {
  font-family: var(--fb);
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.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;
}
.byo-klarna {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 20px;
}
.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;
}
.byo-cta:hover {
  background: transparent;
  color: var(--ink);
}
.byo-trust {
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 300;
  color: var(--ink);
  margin-top: 14px;
  letter-spacing: 0.02em;
}

/* ─── RESPONSIVE — TABLET ─── */
@media (min-width: 600px) {
  .curated-sets {
    padding: 48px 24px 64px;
  }
  .curated-section-title { font-size: 38px; }
  .byo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .byo-body { padding: 24px 20px 28px; }
  .byo-title { font-size: 28px; }
}

/* ─── RESPONSIVE — DESKTOP ─── */
@media (min-width: 960px) {
  .curated-sets {
    padding: 56px 32px 72px;
  }
  .byo-slot-circle { width: 64px; height: 64px; }
  .byo-slot-circle svg { width: 24px; height: 24px; }
  .byo-body { padding: 28px 24px 32px; }
  .byo-title { font-size: 30px; }
}


/* ============================================================
   MOBILE REDESIGN v8 — Bundle Builder
   Ground-up mobile UX. Desktop completely untouched.
   ============================================================ */

/* Desktop: hide mobile-only elements */
.mobile-trust-line { display: none; }
.mobile-editorial { display: none; }
.tray-delivery { display: none; }
.tray-names { display: none; }
.fragrance-thumb { display: none; }
.hero-micro { display: none; }
.hero-offer-toggle { display: none; }
.hero-hl-mobile { display: none; }
.br-lead { display: none; }
.qp-names { display: none; }

@media (max-width: 767px) {

  /* ── 1. STRIP: Remove what doesn't serve the pick-3 flow ── */
  .how-it-works      { display: none !important; }
  .trust-strip       { display: none !important; }
  .mode-toggle       { display: none !important; }
  #curatedSets       { display: none !important; }
  .compare-section   { display: none !important; }
  /* Social wall: compact mobile grid */
  .desktop-sidebar   { display: none !important; }
  .product-grid      { display: none !important; }
  .hero-desktop-only { display: none !important; }
  .hero-hl-desktop { display: none !important; }
  .hero-hl-mobile { display: inline !important; }
  #bundleMain        { display: block !important; }
  #filterBar         { display: block !important; }

  /* ── 2. HERO — One line anchor. Toggle IS the offer. ── */
  .bundle-hero {
    padding: 36px 24px 28px;
    min-height: 0;
  }
  .hero-eyebrow { display: none; }
  .hero-headline {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -0.015em;
  }
  .hero-rule, .hero-rule-bottom { display: none; }

  /* Offer toggle — the punchline */
  .hero-offer-toggle {
    display: flex;
    gap: 0;
    margin-bottom: 14px;
    width: 100%;
    max-width: 320px;
  }
  .offer-pill {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 12px 8px;
    min-height: 56px;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    color: var(--white);
    cursor: pointer;
    transition: all 0.25s ease;
  }
  .offer-pill + .offer-pill { border-left: none; }
  .offer-pill-size {
    font-family: var(--fb);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .offer-pill-sub {
    font-family: var(--fb);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .offer-pill.active .offer-pill-sub { color: var(--ink); }
  .offer-pill:not(.active) .offer-pill-sub { color: rgba(255,255,255,0.5); }
  .offer-pill.active {
    background: var(--white);
    color: var(--ink);
    border-color: var(--white);
  }
  .offer-pill:not(.active):active {
    border-color: rgba(255,255,255,0.5);
  }

  /* Micro line */
  .hero-micro {
    display: block;
    font-family: var(--fb);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
  }

  /* ── 2b. TRUST LINE ── */
  .mobile-trust-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px 0;
    border-bottom: none;
    background: var(--bg);
  }
  .mtl-stars {
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 1px;
    flex-shrink: 0;
  }
  .mtl-text {
    font-family: var(--fb);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--ink);
    line-height: 1.4;
  }

  /* ── 3. QUICK PICKS — Option A: Featured + tints ── */
  .quick-pick-row {
    padding: 16px 0 14px;
    background: var(--bg);
    border-bottom: 1px solid var(--bd);
  }
  .quick-pick-row::before {
    content: "Can\2019t decide? Try a set";
    display: block;
    font-family: var(--fb);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    padding: 0 20px 12px;
  }
  .quick-pick-scroll {
    padding: 0 20px;
    gap: 8px;
  }
  .quick-pick-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    height: auto;
    min-height: 44px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 18px;
    letter-spacing: 0.04em;
    border: 1px solid var(--bd);
    background: none;
    color: var(--ink);
    transition: all 0.2s ease;
  }
  .quick-pick-btn svg { display: none; }

  /* Fragrance names on all buttons */
  .qp-names {
    display: block;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--ink);
  }

  /* Tinted backgrounds — all equal */
  .quick-pick-btn.qp-bestsellers { background: #F7F5F0; border-color: #E5DDD0; }
  .quick-pick-btn.qp-evening     { background: #F5F0F4; border-color: #E8D8E4; }
  .quick-pick-btn.qp-fresh       { background: #EFF6F2; border-color: #D0E5D8; }
  .quick-pick-btn.qp-him         { background: #F0F2F5; border-color: #D8DCE5; }
  .quick-pick-btn.qp-gift        { background: #FDF5EE; border-color: #E8D8C4; }
  .quick-pick-btn.qp-her         { background: #F9F0F4; border-color: #E8C8D6; }

  .quick-pick-btn:active {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
  }
  .quick-pick-btn:active .qp-names {
    color: rgba(255,255,255,0.6);
  }

  /* ── 4. FILTER BAR ── */
  .filter-bar {
    padding: 0;
    border-bottom: none;
    position: sticky;
    top: var(--nav-h);
    z-index: 50;
    background: var(--bg);
  }
  .filter-inner { display: flex; flex-direction: column; }
  .filter-tabs {
    order: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--bd);
    background: var(--bg);
  }
  .filter-tab {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 16px 0;
    min-height: 52px;
    justify-content: center;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    color: var(--ink);
    transition: border-color 0.2s ease;
  }
  .filter-tab.active {
    font-weight: 600;
    border-bottom-color: var(--ink);
  }
  .filter-search {
    order: 2;
    margin: 0;
    padding: 10px 20px 12px;
    border-bottom: 1px solid var(--bd);
  }
  .filter-search input {
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px 8px 36px;
    border-color: var(--bd);
    background: var(--bg);
  }
  .filter-search input:focus { border-color: var(--ink); }
  .filter-search-icon { width: 14px; height: 14px; left: 32px; }

  /* ── 5. FRAGRANCE ROWS ── */
  .fragrance-list { display: block; }
  .fragrance-row {
    padding: 16px 20px;
    min-height: 72px;
    border-bottom: 1px solid var(--bd);
    border-left: 2px solid transparent;
    transition: background 0.25s ease, border-left-color 0.25s ease;
  }
  .fragrance-row:first-child { border-top: none; }
  .fragrance-row.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease,
                background 0.25s ease, border-left-color 0.25s ease;
  }
  .fragrance-row:active:not(.disabled):not(.selected) { background: var(--bg2); }
  .fragrance-row.selected { background: var(--bg2); border-left-color: var(--ink); }
  .fragrance-row.disabled { pointer-events: none; }
  .fragrance-row.disabled .fragrance-name { color: var(--bd); }
  .fragrance-row.disabled .fragrance-inspired { color: var(--bd); }
  .fragrance-row.disabled .add-btn { color: var(--bd); border-color: var(--bd); }

  /* Thumbnail */
  .fragrance-thumb {
    display: block;
    width: 48px;
    height: 64px;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--bg2);
    margin-right: 14px;
    border: 1px solid var(--bd);
  }
  .fragrance-row.disabled .fragrance-thumb { filter: grayscale(0.5); }

  .fragrance-info { gap: 3px; padding-right: 12px; }
  .fragrance-name {
    font-family: var(--fd);
    font-size: 22px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.1;
  }
  .fragrance-best {
    display: inline;
    font-family: var(--fb);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .fragrance-inspired {
    font-family: var(--fb);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink);
    line-height: 1.4;
  }
  .fragrance-tag { display: none; }

  .add-btn {
    min-width: 72px;
    min-height: 48px;
    height: 48px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0 20px;
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
    transition: all 0.2s ease;
  }
  .fragrance-row.selected .add-btn {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
  }
  .add-more-btn {
    min-width: 48px;
    min-height: 48px;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
  }
  .add-more-btn:active { background: var(--ink); color: var(--white); }

  /* ── 6. STICKY TRAY ── */
  .mobile-tray {
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #0A0A0A;
    box-shadow: 0 -6px 28px rgba(0,0,0,0.45);
  }
  .mobile-tray::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--gold) var(--tray-progress, 0%),
      rgba(255,255,255,0.06) var(--tray-progress, 0%)
    );
    transition: background 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .tray-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
  }
  .tray-bottles { display: flex; gap: 4px; flex-shrink: 0; }
  .tray-bottle {
    width: 34px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.25);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .tray-bottle.filled { border-color: rgba(255,255,255,0.5); }
  .tray-bottle-svg {
    width: 34px;
    height: 44px;
    color: rgba(255,255,255,0.2);
    padding: 6px 4px;
  }
  .tray-bottle-thumb { border: none; }
  .tray-price { display: none; }
  .tray-names {
    display: block;
    padding: 0 16px 10px;
    font-family: var(--fb);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.6);
    min-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tray-names:empty { display: none; }
  .tray-delivery { display: none; }
  .tray-cta {
    flex: 1;
    height: 48px;
    min-height: 48px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    color: rgba(255,255,255,0.45);
    transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  }
  .tray-cta.ready {
    background: var(--white);
    color: #0A0A0A;
    border-color: var(--white);
    font-weight: 600;
    letter-spacing: 0.06em;
    animation: ctaReady 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  @keyframes ctaReady {
    0% { transform: scale(1); }
    40% { transform: scale(1.03); }
    100% { transform: scale(1); }
  }
  .tray-cta.ready:active {
    transform: scale(0.97);
    background: rgba(255,255,255,0.85);
  }
  /* Tray upgrade: hidden on mobile. Modal handles it. */
  .tray-upgrade { display: none !important; }

  /* ── 7. SHOW MORE ── */
  .show-more-wrap { padding: 16px 20px 20px; }
  .show-more-btn {
    width: 100%;
    height: 48px;
    min-height: 48px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    border: 1px solid var(--bd);
    background: none;
    color: var(--ink);
  }
  .show-more-btn:active { border-color: var(--ink); }

  /* ── 8. REVIEWS — Hidden on mobile. UGC wall handles social proof. ── */
  .bundle-reviews { display: none !important; }

  /* ── 9. KEY QUESTIONS — Editorial, considered ── */
  .key-questions {
    padding: 48px 24px;
    border-top: 1px solid var(--bd);
    background: var(--bg);
  }
  .kq-inner {
    gap: 0;
  }
  .kq-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--bd);
  }
  .kq-item:first-child { padding-top: 0; }
  .kq-item:last-child { border-bottom: none; padding-bottom: 0; }
  .kq-divider { display: none; }
  .kq-q {
    font-family: var(--fb);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--ink);
    letter-spacing: 0.01em;
  }
  .kq-a {
    font-family: var(--fb);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--ink);
  }

  /* ── 10. SOCIAL WALL — Use default styles from base CSS (same as /shop/) ── */

  /* ── 10b. FAQ — Hidden on mobile (fluff) ── */
  .key-questions { display: none !important; }

  /* ── 11. BREADCRUMB ── */
  .breadcrumb { padding: 8px 20px; font-size: 10px; }

  /* ── 12. SPACING ── */
  .grid-bottom-spacer { height: 100px; }

}
