/** Shopify CDN: Minification failed

Line 974:0 Unexpected "<"
Line 2065:0 Unexpected "<"

**/

/* ===== ADD THESE TO THE TOP OF glowie.css (before any other CSS) ===== */

/* Kill Shopify section padding wrapper */
[class*="__custom_liquid"],
[class*="custom-liquid"],
.shopify-section { padding: 0 !important; margin: 0 !important; }

/* Hide default Shopify header/footer */
.shopify-section-header,
.shopify-section-group-header-group,
.header-wrapper,
.section-header,
header.header,
#shopify-section-header { display: none !important; }

/* ===== STRIP SHOPIFY'S PAGE TEMPLATE WRAPPER ON CUSTOM PAGES ===== */

/* Hide Shopify's default page title ("Reviews" text at the top) */
.page-title,
.template-page h1.page-title,
.template-page .page__title,
[class*="page-template"] .page-title,
main .main-page-title,
main h1.page-title { display: none !important; }

/* Kill the white container padding on page templates */
.template-page main,
.template-page .page-width,
.template-page .shopify-section,
.template-page section,
[class*="page-template"] .page-width,
[class*="page-template"] section,
main .page,
main .page-content,
main article.page { 
  padding: 0 !important; 
  margin: 0 !important;
  max-width: 100% !important;
}

/* Force full-width on the main element itself */
main, 
.main-content,
#MainContent { 
  padding: 0 !important; 
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Make sure the body has no extra container padding */
.template-page body,
.shopify-section--page,
.shopify-section { 
  padding: 0 !important; 
  margin: 0 !important;
}
/* ===== ADD THESE TO THE TOP OF glowie.css (after the existing fixes) ===== */
/* ===== MOBILE OPTIMIZATION FIXES ===== */

/* Fix #1: Stop horizontal scroll/zoom-out white gap on mobile */
html, body { overflow-x: hidden !important; max-width: 100vw; }
.marquee, .announce { max-width: 100vw; overflow: hidden; }
.marquee-track, .announce-track { will-change: transform; }
section, .container { max-width: 100vw; }


/* ===== MOBILE-ONLY (under 760px) ===== */
@media (max-width: 760px) {

  /* === FIX: Hero refinements for mobile === */
  .hero { padding: 24px 0 50px; }
  .hero h1 { font-size: 38px !important; line-height: 1.1; }
  .hero-sub { font-size: 16px; }
  .price-now { font-size: 36px; }
  .cta-primary { padding: 18px 24px; font-size: 14px; }
  .badge-floating { padding: 10px 14px; }
  .badge-floating b { font-size: 12px; }
  .badge-floating small { font-size: 10px; }
  .badge-floating .icon { width: 30px; height: 30px; }
  .badge-floating.top-left { top: 12px; left: 8px; }
  .badge-floating.bottom-right { bottom: 12px; right: 8px; }


  /* Make the hero reviews badge tappable */
.hero-meta-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity .2s;
}
.hero-meta-link:hover { opacity: 0.7; }
.hero-meta-link .meta-text {
  border-bottom: 1px dashed #C4A6DC;
  padding-bottom: 2px;
}

  /* === FIX #2: Problem section as expandable accordions === */
  .problem { padding: 60px 0; }
  .problem-head { margin-bottom: 32px; }
  .problem-head h2 { font-size: 32px !important; }
  .problem-head p { font-size: 15px; }

  .problem-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* Convert problem-card to accordion */
  .problem-card {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow .25s;
  }
  .problem-card:hover { transform: none; }

  .problem-card .problem-icon {
    display: none !important;  /* hide icon on mobile to save space */
  }

  .problem-card > div:last-child {
    padding: 18px 22px;
    position: relative;
  }

  .problem-card .pain {
    font-size: 10px !important;
    margin-bottom: 6px;
  }

  .problem-card h3 {
    font-size: 17px !important;
    margin-bottom: 0 !important;
    padding-right: 30px;
    line-height: 1.25;
  }

  /* Hide body + fix on mobile by default */
  .problem-card p,
  .problem-card .fix {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease, margin .25s ease;
    margin: 0 !important;
  }

  /* Plus button (added via CSS pseudo) */
  .problem-card > div:last-child::after {
    content: "+";
    position: absolute;
    top: 16px;
    right: 18px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #EDE3F4;
    color: #6E4F8F;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 400;
    transition: transform .25s, background .25s, color .25s;
  }

  /* Open state */
  .problem-card.open > div:last-child::after {
    transform: rotate(45deg);
    background: #2A1F33;
    color: #fff;
  }
  .problem-card.open p {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    line-height: 1.55;
  }
  .problem-card.open .fix {
    max-height: 30px;
    opacity: 1;
    display: inline-block;
    font-size: 12px;
  }


  /* === FIX #3: Sticky add-to-cart bar — clean single line === */
  .sticky-atc {
    bottom: 12px;
    padding: 8px 8px 8px 14px;
    gap: 10px;
    width: calc(100vw - 24px);
    max-width: 420px;
  }
  .sticky-atc-info {
    flex: 1;
    min-width: 0;
    gap: 10px;
  }
  .sticky-atc-info .mini-img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .sticky-atc-info > div:last-child {
    min-width: 0;
    overflow: hidden;
  }
  .sticky-atc-info b {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sticky-atc-info small {
    display: none;  /* hide secondary line on mobile */
  }
  .sticky-atc button {
    padding: 10px 14px;
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0;
  }


  /* === FIX #4: Comparison table → stacked cards on mobile === */
  .compare { padding: 60px 0; }
  .compare-head { margin-bottom: 28px; }
  .compare h2 { font-size: 30px !important; padding: 0 8px; }
  .compare-sub { font-size: 14px; padding: 0 8px; }

  .compare-table {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 -8px;
  }

  /* Hide the original 3-column header row on mobile */
  .compare-row.head { display: none !important; }

  /* Each row becomes its own card */
  .compare-row {
    display: block !important;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 12px;
    border: 1px solid #E8DFEA;
    overflow: hidden;
  }

  .compare-row > div {
    padding: 0 !important;
    border: none !important;
    display: block !important;
  }

  /* Label = card header */
  .compare-row .label {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 18px !important;
    background: #EDE3F4;
    color: #2A1F33;
  }

  /* Glowie cell */
  .compare-row .glowie-col {
    background: rgba(244, 220, 209, 0.25) !important;
    padding: 14px 18px !important;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #E8DFEA !important;
  }
  .compare-row .glowie-col::before {
    content: "Glowie";
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #6E4F8F;
    margin-bottom: 4px;
  }

  /* Other moon pillows cell */
  .compare-row > div:last-child {
    padding: 14px 18px !important;
    font-size: 14px;
    color: #4F4258;
    background: #fff;
  }
  .compare-row > div:last-child::before {
    content: "Other Moon Pillows";
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8A7E94;
    margin-bottom: 4px;
  }


  /* === Bonus: Tighten other sections too === */
  .silk { padding: 60px 0; }
  .silk-head h2 { font-size: 32px !important; }
  .silk-card { padding: 24px 22px; }

  .cool-strip { padding: 60px 0; }
  .cool-grid h2 { font-size: 28px !important; }
  .cool-stat b { font-size: 28px; }

  .specs { padding: 60px 0; }
  .specs h2 { font-size: 28px !important; }
  .spec-list li { grid-template-columns: 1fr !important; gap: 4px; }

  .reviews, .video-reviews { padding: 60px 0; }
  .reviews-head h2, .video-head h2 { font-size: 28px !important; }
  .reviews-stats { gap: 24px; }
  .reviews-stats b { font-size: 28px; }

  .faq { padding: 60px 0; }
  .faq-head h2 { font-size: 32px !important; }

  .final-cta { padding: 80px 0 70px; }
  .final-cta h2 { font-size: 44px !important; padding: 0 8px; }

  .story { padding: 60px 0; }
  .story h2 { font-size: 30px !important; }
}

/* Fix #1: Pain badges in problem section — was orange, now lilac for readability */
.problem-card .pain {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6E4F8F !important;
  margin-bottom: 8px;
}

/* Fix #2: "Sleep pretty / Wake up prettier" italic words — was white, now dark plum */
.final-cta h2 em {
  font-style: italic;
  color: #2A1F33 !important;
  font-weight: 400;
}
/* ===== FIX: Cooling section overflow on mobile ===== */
@media (max-width: 760px) {
  .cool-strip { 
    padding: 60px 0 !important; 
    overflow: hidden;
  }
  .cool-grid { 
    grid-template-columns: 1fr !important; 
    gap: 32px !important;
    padding: 0 16px;
  }
  .cool-grid h2 { 
    font-size: 30px !important; 
    line-height: 1.1;
  }
  .cool-grid > div > p { 
    font-size: 15px !important;
    line-height: 1.6;
  }
  .cool-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .cool-stat {
    padding: 18px 16px !important;
  }
  .cool-stat b { 
    font-size: 28px !important;
    line-height: 1.1;
    word-break: break-word;
  }
  .cool-stat span {
    font-size: 12px !important;
  }
  .cool-visual {
    aspect-ratio: 4/3 !important;
  }
}
:root {
    --lilac-50:  #F7F2FB;
    --lilac-100: #EDE3F4;
    --lilac-200: #DDC9EB;
    --lilac-300: #C4A6DC;
    --lilac-400: #A684C7;
    --lilac-600: #6E4F8F;
    --cream:     #FBF6EE;
    --champagne: #F2E4D0;
    --blush:     #F4DCD1;
    --blush-deep:#E5B5A4;
    --ink:       #2A1F33;
    --ink-soft:  #4F4258;
    --ink-mute:  #8A7E94;
    --gold:      #B8895A;
    --line:      #E8DFEA;
    --radius:    18px;
    --radius-lg: 28px;
    --radius-pill: 999px;
    --shadow-soft: 0 6px 24px -10px rgba(110, 79, 143, 0.18);
    --shadow-lift: 0 24px 60px -28px rgba(110, 79, 143, 0.35);
    --display: 'Fraunces', Georgia, serif;
    --body: 'Inter Tight', system-ui, sans-serif;
    --container: 1240px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); color: var(--ink); background: var(--cream); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; }
  .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
  h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: -0.02em; line-height: 1.05; color: var(--ink); }
  .eyebrow { font-family: var(--body); font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lilac-600); }

  /* ANNOUNCE */
  .announce { background: var(--lilac-300); color: #fff; overflow: hidden; height: 38px; display: flex; align-items: center; font-size: 13px; font-weight: 500; letter-spacing: 0.04em; }
  .announce-track { display: flex; gap: 56px; white-space: nowrap; animation: scroll-x 38s linear infinite; padding-left: 56px; }
  .announce-track span { display: inline-flex; align-items: center; gap: 10px; }
  .announce-track .dot { width: 4px; height: 4px; background: #fff; border-radius: 50%; opacity: 0.7; }
  @keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* NAV */
  .nav { border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(251, 246, 238, 0.92); }
  .nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; }
  .logo { font-family: var(--display); font-size: 30px; font-weight: 400; letter-spacing: -0.04em; color: var(--ink); display: flex; align-items: center; gap: 8px; }
  .logo .glow { width: 12px; height: 12px; background: radial-gradient(circle, #fff 0%, var(--blush-deep) 60%, var(--lilac-300) 100%); border-radius: 50%; box-shadow: 0 0 14px rgba(228, 181, 164, 0.7); }
  .nav-links { display: flex; gap: 36px; font-size: 14px; font-weight: 500; }
  .nav-links a { padding: 4px 0; color: var(--ink-soft); transition: color .2s; }
  .nav-links a:hover { color: var(--lilac-600); }
  .nav-cart { background: var(--ink); color: #fff; padding: 10px 20px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 500; transition: transform .2s; }
  .nav-cart:hover { transform: translateY(-1px); }
  @media (max-width: 880px) { .nav-links { display: none; } }

  /* HERO */
  .hero { background: linear-gradient(180deg, var(--cream) 0%, var(--lilac-50) 100%); position: relative; overflow: hidden; padding: 40px 0 80px; }
  .hero::before { content: ""; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, var(--blush) 0%, transparent 65%); opacity: 0.55; pointer-events: none; }
  .hero::after { content: ""; position: absolute; bottom: -300px; left: -150px; width: 600px; height: 600px; background: radial-gradient(circle, var(--lilac-200) 0%, transparent 60%); opacity: 0.5; pointer-events: none; }
  .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
  .hero-copy .pretitle { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); border: 1px solid var(--line); padding: 8px 16px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lilac-600); margin-bottom: 24px; }
  .hero-copy .pretitle .pulse { width: 6px; height: 6px; background: var(--blush-deep); border-radius: 50%; animation: pulse 1.6s infinite; }
  @keyframes pulse { 0%, 100% { opacity: 0.4; transform: scale(0.85); } 50% { opacity: 1; transform: scale(1.15); } }
  .hero h1 { font-size: clamp(44px, 6vw, 78px); margin-bottom: 22px; }
  .hero h1 em { font-style: italic; font-weight: 300; color: var(--lilac-600); }
  .hero-sub { font-size: 18px; color: var(--ink-soft); margin-bottom: 32px; max-width: 480px; line-height: 1.6; }
  .hero-meta { display: flex; gap: 28px; align-items: center; margin-bottom: 28px; }
  .stars { display: flex; gap: 2px; color: var(--gold); font-size: 16px; }
  .meta-text { font-size: 13px; color: var(--ink-soft); font-weight: 500; }
  .price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; }
  .price-now { font-family: var(--display); font-size: 42px; font-weight: 500; color: var(--ink); }
  .price-was { font-size: 20px; color: var(--ink-mute); text-decoration: line-through; }
  .save-pill { background: var(--blush); color: var(--ink); padding: 4px 12px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; }
  .color-row { margin-bottom: 28px; }
  .color-label { font-size: 13px; font-weight: 500; color: var(--ink-soft); margin-bottom: 12px; }
  .color-label b { color: var(--ink); font-weight: 600; }
  .swatches { display: flex; gap: 10px; }
  .swatch { width: 38px; height: 38px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; transition: all .2s; box-shadow: 0 0 0 1px var(--line); }
  .swatch.active { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
  .swatch.champagne { background: linear-gradient(135deg, #F2E4D0, #E8D2B8); }
  .swatch.lilac { background: linear-gradient(135deg, #DDC9EB, #B898D4); }
  .swatch.blush { background: linear-gradient(135deg, #F4DCD1, #E5B5A4); }
  .swatch.sage { background: linear-gradient(135deg, #D4DDC9, #A8B898); }
  .swatch.pearl { background: linear-gradient(135deg, #FBF6EE, #E8DFD2); }
  .cta-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; max-width: 460px; background: var(--ink); color: #fff; padding: 20px 32px; border-radius: var(--radius-pill); font-size: 15px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; transition: all .25s; box-shadow: var(--shadow-soft); }
  .cta-primary:hover { background: var(--lilac-600); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
  .cta-primary .arrow { transition: transform .25s; }
  .cta-primary:hover .arrow { transform: translateX(4px); }
  .trust-row { display: flex; gap: 24px; margin-top: 24px; font-size: 12px; color: var(--ink-soft); flex-wrap: wrap; }
  .trust-row span { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }
  .trust-row svg { width: 14px; height: 14px; }

  .hero-visual { position: relative; aspect-ratio: 1 / 1.1; max-width: 560px; margin-left: auto; }
  .hero-card { position: absolute; inset: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--lilac-100); box-shadow: var(--shadow-lift); }
  .hero-card img { width: 100%; height: 100%; object-fit: cover; }
  .badge-floating { position: absolute; background: #fff; border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-soft); display: flex; align-items: center; gap: 12px; z-index: 3; animation: float 4s ease-in-out infinite; }
  @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
  .badge-floating.top-left { top: 22px; left: -20px; }
  .badge-floating.bottom-right { bottom: 28px; right: -10px; animation-delay: 1.2s; }
  .badge-floating .icon { width: 36px; height: 36px; border-radius: 50%; background: var(--blush); display: grid; place-items: center; flex-shrink: 0; }
  .badge-floating .icon.lilac { background: var(--lilac-200); }
  .badge-floating .icon.cool { background: #D6E8F0; }
  .badge-floating b { font-size: 13px; display: block; }
  .badge-floating small { font-size: 11px; color: var(--ink-mute); }
  @media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero-visual { margin: 0 auto; } .badge-floating.top-left { left: 0; } .badge-floating.bottom-right { right: 0; } }

  /* PROBLEM AWARE */
  .problem { padding: 110px 0; background: var(--cream); }
  .problem-head { text-align: center; max-width: 760px; margin: 0 auto 70px; }
  .problem-head h2 { font-size: clamp(38px, 4.6vw, 60px); margin: 16px 0 24px; }
  .problem-head h2 em { font-style: italic; color: var(--lilac-600); }
  .problem-head p { font-size: 18px; color: var(--ink-soft); line-height: 1.65; }
  .problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 1080px; margin: 0 auto; }
  .problem-card { background: #fff; border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: start; transition: transform .3s, box-shadow .3s; }
  .problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
  .problem-icon { width: 80px; height: 80px; border-radius: 20px; background: var(--lilac-50); display: grid; place-items: center; position: relative; overflow: hidden; }
  .problem-icon::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, var(--blush) 0%, transparent 60%); opacity: 0.5; }
  .problem-icon svg { width: 38px; height: 38px; position: relative; z-index: 2; color: var(--lilac-600); }
  .problem-card .pain { display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blush-deep); margin-bottom: 8px; }
  .problem-card h3 { font-size: 22px; margin-bottom: 12px; }
  .problem-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 12px; }
  .problem-card .fix { font-size: 13px; color: var(--lilac-600); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
  @media (max-width: 760px) { .problem-grid { grid-template-columns: 1fr; } .problem-card { grid-template-columns: 64px 1fr; padding: 24px; } .problem-icon { width: 64px; height: 64px; } }

  /* MARQUEE */
  .marquee { background: var(--ink); color: var(--cream); padding: 22px 0; overflow: hidden; }
  .marquee-track { display: flex; gap: 64px; white-space: nowrap; animation: scroll-x 30s linear infinite; font-family: var(--display); font-size: 22px; font-weight: 300; letter-spacing: -0.01em; }
  .marquee-track span { display: inline-flex; align-items: center; gap: 64px; }
  .marquee-track em { font-style: italic; color: var(--blush); font-weight: 400; }
  .marquee-track .star { color: var(--blush-deep); }

  /* STORY */
  .story { padding: 120px 0; background: var(--cream); }
  .story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
  .story h2 { font-size: clamp(36px, 4.4vw, 56px); margin: 18px 0 28px; }
  .story h2 em { font-style: italic; color: var(--lilac-600); }
  .story p { font-size: 17px; color: var(--ink-soft); margin-bottom: 18px; line-height: 1.7; }
  .story p:last-of-type { font-family: var(--display); font-size: 22px; font-style: italic; color: var(--ink); margin-top: 32px; line-height: 1.4; }
  .story-visual { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); }
  .story-visual img { width: 100%; height: 100%; object-fit: cover; }
  @media (max-width: 880px) { .story-grid { grid-template-columns: 1fr; gap: 40px; } .story { padding: 80px 0; } }

  /* COMPARE */
  .compare { padding: 120px 0; background: var(--lilac-50); position: relative; overflow: hidden; }
  .compare::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 800px; background: radial-gradient(circle, var(--blush) 0%, transparent 60%); opacity: 0.25; pointer-events: none; }
  .compare-head { text-align: center; margin-bottom: 60px; position: relative; z-index: 2; }
  .compare h2 { font-size: clamp(36px, 4.4vw, 58px); margin: 16px auto 20px; max-width: 720px; }
  .compare h2 em { font-style: italic; color: var(--lilac-600); }
  .compare-sub { font-size: 17px; color: var(--ink-soft); max-width: 560px; margin: 0 auto; }
  .compare-table { max-width: 900px; margin: 0 auto; background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); position: relative; z-index: 2; }
  .compare-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-bottom: 1px solid var(--line); }
  .compare-row:last-child { border-bottom: none; }
  .compare-row > div { padding: 22px 26px; font-size: 15px; display: flex; align-items: center; }
  .compare-row > div:not(:last-child) { border-right: 1px solid var(--line); }
  .compare-row.head > div { font-family: var(--display); font-size: 19px; font-weight: 500; background: var(--lilac-100); padding: 24px 26px; }
  .compare-row.head .glowie-col { background: var(--ink); color: var(--cream); position: relative; }
  .compare-row.head .glowie-col::before { content: "★ Better"; position: absolute; top: 6px; right: 12px; font-family: var(--body); font-size: 10px; background: var(--blush); color: var(--ink); padding: 3px 8px; border-radius: var(--radius-pill); font-weight: 600; letter-spacing: 0.04em; }
  .compare-row .label { font-weight: 500; color: var(--ink); }
  .compare-row .glowie-col { background: rgba(244, 220, 209, 0.25); font-weight: 500; }
  .check { width: 16px; height: 16px; background: var(--lilac-600); border-radius: 50%; margin-right: 10px; flex-shrink: 0; display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 700; }
  .x { width: 16px; height: 16px; background: var(--ink-mute); border-radius: 50%; margin-right: 10px; flex-shrink: 0; display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 700; opacity: 0.5; }
  @media (max-width: 700px) { .compare-row { grid-template-columns: 1.2fr 1fr 1fr; } .compare-row > div { padding: 16px 14px; font-size: 13px; } .compare-row.head > div { font-size: 15px; padding: 18px 14px; } }

  /* SILK BENEFITS */
  .silk { padding: 120px 0; background: linear-gradient(180deg, var(--cream) 0%, var(--blush) 50%, var(--cream) 100%); }
  .silk-head { text-align: center; max-width: 720px; margin: 0 auto 70px; }
  .silk-head h2 { font-size: clamp(40px, 5vw, 64px); margin: 18px 0 24px; }
  .silk-head h2 em { font-style: italic; color: var(--lilac-600); }
  .silk-head p { font-size: 18px; color: var(--ink-soft); line-height: 1.6; }
  .silk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
  .silk-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 26px; transition: transform .4s, box-shadow .4s; border: 1px solid var(--line); }
  .silk-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
  .silk-card .number { font-family: var(--display); font-size: 48px; font-weight: 300; color: var(--lilac-300); font-style: italic; line-height: 1; margin-bottom: 14px; }
  .silk-card.cool .number { color: #88B4CC; }
  .silk-card h3 { font-size: 22px; margin-bottom: 12px; }
  .silk-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
  @media (max-width: 980px) { .silk-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 540px) { .silk-grid { grid-template-columns: 1fr; } }

  /* COOLING DEEP DIVE */
  .cool-strip { padding: 100px 0; background: linear-gradient(160deg, #D6E8F0 0%, #EDE3F4 100%); position: relative; overflow: hidden; }
  .cool-strip::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.5) 0%, transparent 50%); pointer-events: none; }
  .cool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
  .cool-grid h2 { font-size: clamp(36px, 4.4vw, 56px); margin: 18px 0 24px; }
  .cool-grid h2 em { font-style: italic; color: var(--lilac-600); }
  .cool-grid > div > p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 24px; }
  .cool-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
  .cool-stat { background: rgba(255,255,255,0.6); backdrop-filter: blur(10px); border-radius: var(--radius); padding: 22px; border: 1px solid rgba(255,255,255,0.8); }
  .cool-stat b { font-family: var(--display); font-size: 36px; font-weight: 400; color: var(--ink); display: block; line-height: 1; margin-bottom: 8px; }
  .cool-stat span { font-size: 13px; color: var(--ink-soft); line-height: 1.4; display: block; }
  .cool-visual { aspect-ratio: 1 / 1.15; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); position: relative; }
  .cool-visual img { width: 100%; height: 100%; object-fit: cover; }
  .cool-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(214, 232, 240, 0.4) 100%); pointer-events: none; }
  @media (max-width: 880px) { .cool-grid { grid-template-columns: 1fr; gap: 40px; } }

  /* SPECS */
  .specs { padding: 120px 0; background: var(--ink); color: var(--cream); }
  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .specs h2 { color: var(--cream); font-size: clamp(36px, 4.4vw, 56px); margin: 16px 0 28px; }
  .specs h2 em { font-style: italic; color: var(--blush); }
  .specs .eyebrow { color: var(--blush); }
  .specs > .container > .specs-grid > div > p { font-size: 17px; color: rgba(251, 246, 238, 0.75); margin-bottom: 36px; line-height: 1.7; }
  .spec-list { list-style: none; }
  .spec-list li { display: grid; grid-template-columns: 140px 1fr; padding: 20px 0; border-bottom: 1px solid rgba(251, 246, 238, 0.12); align-items: start; }
  .spec-list li b { font-family: var(--display); font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blush); }
  .spec-list li span { font-size: 15px; color: rgba(251, 246, 238, 0.85); }
  .specs-visual { aspect-ratio: 1 / 1; border-radius: var(--radius-lg); overflow: hidden; }
  .specs-visual img { width: 100%; height: 100%; object-fit: cover; }
  @media (max-width: 880px) { .specs-grid { grid-template-columns: 1fr; gap: 40px; } }

  /* VIDEO REVIEWS */
  .video-reviews { padding: 120px 0; background: var(--cream); }
  .video-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
  .video-head h2 { font-size: clamp(38px, 4.6vw, 60px); margin: 16px 0 18px; }
  .video-head h2 em { font-style: italic; color: var(--lilac-600); }
  .video-head p { font-size: 17px; color: var(--ink-soft); }
  .video-track-wrap { position: relative; overflow: hidden; margin: 0 -24px; }
  .video-track { display: flex; gap: 18px; padding: 20px 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .video-track::-webkit-scrollbar { display: none; }
  .video-card { flex: 0 0 280px; aspect-ratio: 9/16; border-radius: 22px; overflow: hidden; position: relative; scroll-snap-align: start; cursor: pointer; box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
  .video-card:hover { transform: translateY(-6px) scale(1.02); box-shadow: var(--shadow-lift); }
  .video-card img { width: 100%; height: 100%; object-fit: cover; }
  .video-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(42,31,51,0.85) 100%); pointer-events: none; z-index: 2; }
  .video-card .play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background: rgba(255,255,255,0.95); border-radius: 50%; display: grid; place-items: center; z-index: 3; transition: transform .25s, background .25s; backdrop-filter: blur(8px); }
  .video-card:hover .play { transform: translate(-50%, -50%) scale(1.1); background: #fff; }
  .video-card .play svg { width: 22px; height: 22px; color: var(--ink); margin-left: 3px; }
  .video-card .caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 18px 16px; color: #fff; z-index: 3; }
  .video-card .caption .username { font-size: 12px; font-weight: 600; margin-bottom: 4px; opacity: 0.9; }
  .video-card .caption .quote { font-family: var(--display); font-size: 16px; font-style: italic; line-height: 1.3; }
  .video-card .caption .stars-mini { color: var(--blush); font-size: 11px; margin-bottom: 6px; }
  .video-controls { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
  .v-btn { width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; transition: all .25s; color: var(--ink); }
  .v-btn:hover { background: var(--ink); color: #fff; transform: scale(1.05); }
  .v-btn svg { width: 18px; height: 18px; }

  /* REVIEWS */
  .reviews { padding: 120px 0; background: var(--lilac-50); }
  .reviews-head { text-align: center; margin-bottom: 60px; }
  .reviews-head h2 { font-size: clamp(36px, 4.4vw, 56px); margin: 16px auto 0; max-width: 740px; }
  .reviews-head h2 em { font-style: italic; color: var(--lilac-600); }
  .reviews-stats { display: flex; justify-content: center; gap: 40px; margin-top: 24px; flex-wrap: wrap; }
  .reviews-stats div { text-align: center; }
  .reviews-stats b { font-family: var(--display); font-size: 36px; font-weight: 400; color: var(--ink); display: block; }
  .reviews-stats small { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-mute); }
  .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1140px; margin: 0 auto; }
  .review-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 28px; border: 1px solid var(--line); position: relative; }
  .review-card .stars { margin-bottom: 14px; }
  .review-card h4 { font-size: 18px; margin-bottom: 12px; }
  .review-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 22px; }
  .reviewer { display: flex; align-items: center; gap: 12px; }
  .reviewer-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--blush), var(--lilac-200)); color: var(--ink); display: grid; place-items: center; font-family: var(--display); font-size: 14px; font-weight: 500; }
  .reviewer b { font-size: 13px; display: block; }
  .reviewer small { font-size: 11px; color: var(--ink-mute); }
  .verified { position: absolute; top: 28px; right: 24px; font-size: 10px; background: var(--lilac-100); color: var(--lilac-600); padding: 3px 8px; border-radius: var(--radius-pill); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
  @media (max-width: 880px) { .review-grid { grid-template-columns: 1fr; } }

  /* FAQ */
  .faq { padding: 120px 0; background: var(--cream); }
  .faq-wrap { max-width: 820px; margin: 0 auto; }
  .faq-head { text-align: center; margin-bottom: 50px; }
  .faq-head h2 { font-size: clamp(36px, 4.4vw, 52px); }
  .faq-head h2 em { font-style: italic; color: var(--lilac-600); }
  .faq-item { background: #fff; border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; border: 1px solid var(--line); transition: box-shadow .2s; }
  .faq-item:hover { box-shadow: var(--shadow-soft); }
  .faq-q { width: 100%; text-align: left; padding: 24px 28px; font-size: 16px; font-weight: 500; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
  .faq-q .plus { width: 24px; height: 24px; border-radius: 50%; background: var(--lilac-100); color: var(--lilac-600); display: grid; place-items: center; font-size: 16px; flex-shrink: 0; transition: transform .25s, background .25s; }
  .faq-item.open .faq-q .plus { transform: rotate(45deg); background: var(--ink); color: #fff; }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .faq-item.open .faq-a { max-height: 320px; }
  .faq-a div { padding: 0 28px 26px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }

  /* FINAL CTA */
  .final-cta { padding: 140px 0 120px; background: linear-gradient(160deg, var(--lilac-200) 0%, var(--blush) 100%); position: relative; overflow: hidden; text-align: center; }
  .final-cta::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 60%); pointer-events: none; }
  .final-cta > * { position: relative; z-index: 2; }
  .final-cta h2 { font-size: clamp(48px, 6.5vw, 88px); max-width: 900px; margin: 0 auto 28px; }
  .final-cta h2 em { font-style: italic; color: #fff; }
  .final-cta p { font-size: 18px; color: var(--ink-soft); max-width: 540px; margin: 0 auto 38px; }

  /* FOOTER */
  footer { background: var(--ink); color: rgba(251, 246, 238, 0.75); padding: 80px 0 30px; }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
  .footer-brand .logo { color: var(--cream); margin-bottom: 18px; }
  .footer-brand p { font-size: 14px; line-height: 1.7; max-width: 320px; }
  .footer-col h4 { font-family: var(--body); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--blush); font-weight: 500; margin-bottom: 18px; }
  .footer-col a { display: block; font-size: 14px; margin-bottom: 10px; transition: color .2s; }
  .footer-col a:hover { color: var(--blush); }
  .footer-bottom { padding-top: 28px; border-top: 1px solid rgba(251, 246, 238, 0.1); display: flex; justify-content: space-between; font-size: 12px; color: rgba(251, 246, 238, 0.5); flex-wrap: wrap; gap: 16px; }
  @media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }

  /* STICKY ATC */
  .sticky-atc { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%) translateY(120px); background: rgba(42, 31, 51, 0.96); backdrop-filter: blur(16px); color: #fff; padding: 12px 12px 12px 24px; border-radius: var(--radius-pill); display: flex; align-items: center; gap: 18px; box-shadow: 0 18px 50px -10px rgba(42, 31, 51, 0.5); z-index: 80; transition: transform .35s ease; max-width: calc(100vw - 24px); }
  .sticky-atc.visible { transform: translateX(-50%) translateY(0); }
  .sticky-atc-info { display: flex; align-items: center; gap: 12px; }
  .sticky-atc-info .mini-img { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, var(--blush), var(--lilac-300)); }
  .sticky-atc-info .mini-img img { width: 100%; height: 100%; object-fit: cover; }
  .sticky-atc-info b { font-size: 13px; display: block; }
  .sticky-atc-info small { font-size: 11px; color: rgba(255,255,255,0.6); }
  .sticky-atc button { background: var(--blush); color: var(--ink); padding: 12px 22px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; transition: background .2s; }
  .sticky-atc button:hover { background: #fff; }
  @media (max-width: 600px) { .sticky-atc { padding: 10px 10px 10px 18px; gap: 10px; } .sticky-atc-info small { display: none; } .sticky-atc button { padding: 10px 16px; font-size: 12px; } }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
  .reveal.in { opacity: 1; transform: translateY(0); }
  /* ===== STARRY/MOON AMBIENCE — BULLETPROOF VERSION ===== */

@keyframes twinkle {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.4); }
}

@keyframes twinkle-slow {
  0%, 100% { opacity: 0.15; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.3); }
}

@keyframes float-moon {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.5; }
  50% { transform: translateY(-12px) scale(1.08); opacity: 0.7; }
}

/* Force sections to allow absolute children */
.hero,
.final-cta,
.cool-strip,
.specs,
.problem,
.silk {
  position: relative !important;
  overflow: hidden;
}

/* Stars wrapper */
.stars-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

/* Individual stars */
.stars-bg .star-dot {
  position: absolute !important;
  width: 3px !important;
  height: 3px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.8), 0 0 16px 4px rgba(196, 166, 220, 0.5) !important;
  animation: twinkle 4s ease-in-out infinite !important;
  z-index: 1 !important;
}

.stars-bg .star-big {
  width: 5px !important;
  height: 5px !important;
  box-shadow: 0 0 12px 3px rgba(255, 255, 255, 0.9), 0 0 24px 6px rgba(228, 181, 164, 0.5) !important;
  animation: twinkle-slow 6s ease-in-out infinite !important;
}

.stars-bg .moon-orb {
  position: absolute !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(244, 220, 209, 0.25) 40%, transparent 70%) !important;
  filter: blur(6px) !important;
  animation: float-moon 8s ease-in-out infinite !important;
  z-index: 1 !important;
}

/* Make sure content sits above stars */
.hero > .container,
.final-cta > .container,
.cool-strip > .container,
.specs > .container,
.problem > .container,
.silk > .container {
  position: relative !important;
  z-index: 5 !important;
}

/* Dark specs section — warm glow */
.specs .stars-bg .star-dot {
  background: #F4DCD1 !important;
  box-shadow: 0 0 8px 2px rgba(244, 220, 209, 0.9), 0 0 16px 4px rgba(228, 181, 164, 0.5) !important;
}
.specs .stars-bg .moon-orb {
  background: radial-gradient(circle, rgba(244, 220, 209, 0.4) 0%, rgba(196, 166, 220, 0.2) 40%, transparent 70%) !important;
}

/* ==========================================================
   PRODUCT PAGE — ADDITIONS TO glowie.css
   Paste at the BOTTOM of your existing glowie.css file
   ========================================================== */

/* Make seamless transition from GemPages product section into custom Liquid below */
.shopify-section + .shopify-section .marquee {
  margin-top: 0;
}

/* ============ ANATOMY SECTION ============ */
.anatomy {
  padding: 100px 0;
  background: var(--cream);
}
.anatomy-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.anatomy-head h2 {
  font-size: clamp(36px, 4.4vw, 52px);
  margin: 16px 0 18px;
}
.anatomy-head h2 em { font-style: italic; color: var(--lilac-600); }
.anatomy-head p { font-size: 17px; color: var(--ink-soft); }

.anatomy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.anatomy-visual {
  aspect-ratio: 1/1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  background: linear-gradient(135deg, var(--blush) 0%, var(--lilac-200) 100%);
}
.anatomy-visual img { width: 100%; height: 100%; object-fit: cover; }

.anatomy-list { list-style: none; padding: 0; }
.anatomy-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.anatomy-item:last-child { border-bottom: none; }
.anatomy-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lilac-100);
  color: var(--lilac-600);
  display: grid; place-items: center;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
}
.anatomy-item h3 { font-size: 20px; margin-bottom: 6px; }
.anatomy-item p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

@media (max-width: 880px) {
  .anatomy { padding: 60px 0; }
  .anatomy-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ============ BENEFITS GRID (4 cards) ============ */
.benefits {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--cream) 0%, var(--blush) 50%, var(--cream) 100%);
}
.benefits-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.benefits-head h2 {
  font-size: clamp(36px, 4.4vw, 52px);
  margin: 16px 0 18px;
}
.benefits-head h2 em { font-style: italic; color: var(--lilac-600); }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.benefit-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  border: 1px solid var(--line);
  transition: transform .3s, box-shadow .3s;
}
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}
.benefit-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--lilac-50);
  display: grid; place-items: center;
  margin: 0 auto 20px;
}
.benefit-icon svg { width: 28px; height: 28px; color: var(--lilac-600); }
.benefit-icon.cool { background: #D6E8F0; }
.benefit-icon.cool svg { color: #5A8FA8; }
.benefit-card h3 { font-size: 20px; margin-bottom: 10px; }
.benefit-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

@media (max-width: 880px) {
  .benefits { padding: 60px 0; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 540px) {
  .benefits-grid { grid-template-columns: 1fr; }
}

/* ============ HOW TO USE (sleeping positions) ============ */
.how-to {
  padding: 100px 0;
  background: var(--lilac-50);
}
.how-to-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.how-to-head h2 {
  font-size: clamp(36px, 4.4vw, 52px);
  margin: 16px 0 18px;
}
.how-to-head h2 em { font-style: italic; color: var(--lilac-600); }
.how-to-head p { font-size: 17px; color: var(--ink-soft); }

.positions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.position-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .3s, box-shadow .3s;
}
.position-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}
.position-img {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--lilac-100);
}
.position-img img { width: 100%; height: 100%; object-fit: cover; }
.position-text { padding: 20px 22px; }
.position-text h4 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 6px;
  color: var(--ink);
}
.position-text p {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}

@media (max-width: 880px) {
  .how-to { padding: 60px 0; }
  .positions-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
<style>
  /* =========================================================
   GLOWIE REVIEWS PAGE — CSS
   Paste this entire block at the BOTTOM of your glowie.css
   file in Shopify Assets.
   ========================================================= */

:root {
    --lilac-50:  #F7F2FB;
    --lilac-100: #EDE3F4;
    --lilac-200: #DDC9EB;
    --lilac-300: #C4A6DC;
    --lilac-600: #6E4F8F;
    --cream:     #FBF6EE;
    --champagne: #F2E4D0;
    --blush:     #F4DCD1;
    --blush-deep:#E5B5A4;
    --ink:       #2A1F33;
    --ink-soft:  #4F4258;
    --ink-mute:  #8A7E94;
    --gold:      #B8895A;
    --line:      #E8DFEA;
    --radius:    18px;
    --radius-lg: 28px;
    --radius-pill: 999px;
    --shadow-soft: 0 6px 24px -10px rgba(110, 79, 143, 0.18);
    --shadow-lift: 0 24px 60px -28px rgba(110, 79, 143, 0.35);
    --display: 'Fraunces', Georgia, serif;
    --body: 'Inter Tight', system-ui, sans-serif;
    --container: 1240px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); color: var(--ink); background: var(--cream); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; }
  .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
  h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: -0.02em; line-height: 1.05; color: var(--ink); }
  .eyebrow { font-family: var(--body); font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lilac-600); }

  /* ANNOUNCE */
  .announce { background: var(--lilac-300); color: #fff; overflow: hidden; height: 38px; display: flex; align-items: center; font-size: 13px; font-weight: 500; }
  .announce-track { display: flex; gap: 56px; white-space: nowrap; animation: scroll-x 38s linear infinite; padding-left: 56px; }
  .announce-track span { display: inline-flex; align-items: center; gap: 10px; }
  .announce-track .dot { width: 4px; height: 4px; background: #fff; border-radius: 50%; opacity: 0.7; }
  @keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* NAV */
  .nav { border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(251, 246, 238, 0.92); }
  .nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
  .logo { font-family: var(--display); font-size: 30px; font-weight: 400; letter-spacing: -0.04em; display: flex; align-items: center; gap: 8px; }
  .logo .glow { width: 12px; height: 12px; background: radial-gradient(circle, #fff 0%, var(--blush-deep) 60%, var(--lilac-300) 100%); border-radius: 50%; box-shadow: 0 0 14px rgba(228, 181, 164, 0.7); }
  .nav-links { display: flex; gap: 36px; font-size: 14px; font-weight: 500; }
  .nav-links a { padding: 4px 0; color: var(--ink-soft); transition: color .2s; }
  .nav-links a.active { color: var(--lilac-600); }
  .nav-links a:hover { color: var(--lilac-600); }
  .nav-cart { background: var(--ink); color: #fff; padding: 10px 20px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 500; }
  @media (max-width: 880px) { .nav-links { display: none; } }

  /* HERO */
  .hero {
    padding: 60px 0 50px;
    background: linear-gradient(180deg, var(--cream) 0%, var(--lilac-50) 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .hero::before { content: ""; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, var(--blush) 0%, transparent 65%); opacity: 0.5; pointer-events: none; }
  .hero::after { content: ""; position: absolute; bottom: -200px; left: -150px; width: 500px; height: 500px; background: radial-gradient(circle, var(--lilac-200) 0%, transparent 60%); opacity: 0.45; pointer-events: none; }
  .hero > * { position: relative; z-index: 2; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(44px, 6vw, 76px); margin-bottom: 22px; max-width: 880px; margin-left: auto; margin-right: auto; }
  .hero h1 em { font-style: italic; color: var(--lilac-600); }
  .hero p { font-size: 18px; color: var(--ink-soft); max-width: 580px; margin: 0 auto 36px; line-height: 1.55; }

  /* STATS GRID */
  .stats-bar {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    box-shadow: var(--shadow-soft);
  }
  .stat { text-align: center; }
  .stat b { font-family: var(--display); font-size: 44px; font-weight: 500; color: var(--ink); display: block; line-height: 1; margin-bottom: 8px; }
  .stat small { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-mute); font-weight: 500; }
  @media (max-width: 760px) {
    .stats-bar { grid-template-columns: 1fr 1fr; gap: 22px; padding: 24px; }
    .stat b { font-size: 32px; }
  }

  /* RATING BREAKDOWN */
  .breakdown {
    padding: 80px 0;
    background: var(--cream);
  }
  .breakdown-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    max-width: 1080px;
    margin: 0 auto;
    align-items: start;
  }
  .breakdown-overall {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
  }
  .overall-rating {
    font-family: var(--display);
    font-size: 80px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1;
  }
  .overall-stars { color: var(--gold); font-size: 22px; letter-spacing: 4px; margin: 10px 0; }
  .overall-count { font-size: 13px; color: var(--ink-soft); }
  .overall-divider { height: 1px; background: var(--line); margin: 24px 0; }
  .overall-pct { font-family: var(--display); font-size: 32px; font-weight: 400; color: var(--lilac-600); }
  .overall-pct-label { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }

  .breakdown-bars { display: flex; flex-direction: column; gap: 14px; }
  .bar-row {
    display: grid;
    grid-template-columns: 80px 1fr 60px;
    gap: 14px;
    align-items: center;
  }
  .bar-stars { color: var(--gold); font-size: 12px; letter-spacing: 1px; }
  .bar-track { height: 8px; background: var(--lilac-100); border-radius: 4px; overflow: hidden; }
  .bar-fill { height: 100%; background: linear-gradient(90deg, var(--lilac-300), var(--lilac-600)); border-radius: 4px; }
  .bar-pct { font-size: 13px; color: var(--ink-soft); font-weight: 500; text-align: right; }

  .breakdown-features {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }
  .feature-rating {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 10px 0;
    font-size: 13px;
  }
  .feature-rating .label { color: var(--ink-soft); }
  .feature-rating .score { color: var(--ink); font-weight: 600; }
  .feature-rating .score b { color: var(--lilac-600); }

  @media (max-width: 880px) {
    .breakdown-grid { grid-template-columns: 1fr; gap: 30px; }
    .breakdown { padding: 50px 0; }
  }

  /* PHOTO GALLERY */
  .photo-gallery {
    padding: 60px 0;
    background: var(--lilac-50);
  }
  .photo-gallery-head { text-align: center; margin-bottom: 30px; }
  .photo-gallery-head h2 { font-size: clamp(28px, 3.5vw, 40px); margin-bottom: 8px; }
  .photo-gallery-head h2 em { font-style: italic; color: var(--lilac-600); }
  .photo-gallery-head p { font-size: 14px; color: var(--ink-soft); }
  .photo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    max-width: 1140px;
    margin: 0 auto;
  }
  .photo-tile {
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--blush) 0%, var(--lilac-200) 100%);
    position: relative;
    cursor: pointer;
    transition: transform .25s;
  }
  .photo-tile:hover { transform: scale(0.97); }
  .photo-tile::before {
    content: "★ " attr(data-stars);
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(42, 31, 51, 0.85);
    color: #fff;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    backdrop-filter: blur(4px);
  }
  .photo-tile-1 { background: linear-gradient(135deg, #F2E4D0, #DDC9EB); }
  .photo-tile-2 { background: linear-gradient(135deg, #F4DCD1, #E5B5A4); }
  .photo-tile-3 { background: linear-gradient(135deg, #DDC9EB, #C4A6DC); }
  .photo-tile-4 { background: linear-gradient(135deg, #FBF6EE, #F2E4D0); }
  .photo-tile-5 { background: linear-gradient(135deg, #E5B5A4, #C4A6DC); }
  .photo-tile-6 { background: linear-gradient(135deg, #C4A6DC, #6E4F8F); }
  @media (max-width: 760px) {
    .photo-grid { grid-template-columns: repeat(3, 1fr); }
  }

  /* FILTER BAR */
  .filter-bar {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
    position: sticky;
    top: 72px;
    z-index: 40;
    backdrop-filter: blur(10px);
    background: rgba(251, 246, 238, 0.95);
  }
  .filter-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
    flex-wrap: wrap;
  }
  .filter-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
  }
  .filter-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .chip {
    background: transparent;
    border: 1px solid var(--line);
    color: var(--ink-soft);
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 500;
    transition: all .2s;
  }
  .chip:hover { border-color: var(--lilac-300); color: var(--ink); }
  .chip.active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
  }
  .filter-sort {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .filter-sort select {
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    padding: 8px 14px;
    font-family: var(--body);
    font-size: 13px;
    color: var(--ink);
    background: #fff;
    cursor: pointer;
  }
  @media (max-width: 760px) {
    .filter-sort { margin-left: 0; width: 100%; }
  }

  /* REVIEWS GRID */
  .reviews-section { padding: 50px 0 100px; background: var(--cream); }
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 40px;
  }
  .review-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 28px 26px;
    border: 1px solid var(--line);
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
    gap: 10px;
  }
  .review-stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; }
  .verified-pill {
    font-size: 9px;
    background: var(--lilac-100);
    color: var(--lilac-600);
    padding: 3px 8px;
    border-radius: var(--radius-pill);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .review-title {
    font-family: var(--display);
    font-size: 17px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .review-body {
    font-size: 13.5px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
  }
  .review-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .review-tag {
    background: var(--lilac-50);
    color: var(--lilac-600);
    padding: 3px 9px;
    border-radius: var(--radius-pill);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .review-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }
  .review-avatar {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blush), var(--lilac-200));
    color: var(--ink);
    display: grid; place-items: center;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
  }
  .review-meta b {
    font-size: 12.5px;
    color: var(--ink);
    display: block;
    line-height: 1.2;
  }
  .review-meta small {
    font-size: 10.5px;
    color: var(--ink-mute);
  }
  .review-date {
    margin-left: auto;
    font-size: 10.5px;
    color: var(--ink-mute);
  }

  /* Highlighted "most helpful" card */
  .review-card.featured {
    background: linear-gradient(160deg, rgba(244, 220, 209, 0.18) 0%, #fff 60%);
    border-color: var(--blush-deep);
  }
  .review-card.featured .review-title {
    color: var(--lilac-600);
  }
  .review-card.featured::before {
    content: "★ Most Helpful";
    position: absolute;
    top: -10px;
    left: 20px;
    background: var(--ink);
    color: var(--blush);
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  @media (max-width: 980px) {
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 640px) {
    .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  }

  /* LOAD MORE */
  .load-more-wrap { text-align: center; }
  .load-more {
    background: transparent;
    border: 1.5px solid var(--ink);
    color: var(--ink);
    padding: 16px 36px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all .25s;
  }
  .load-more:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-2px);
  }

  /* WRITE REVIEW CTA */
  .write-review-strip {
    padding: 80px 0;
    background: linear-gradient(160deg, var(--lilac-200) 0%, var(--blush) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .write-review-strip::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 60%); pointer-events: none; }
  .write-review-strip > * { position: relative; z-index: 2; }
  .write-review-strip h2 {
    font-size: clamp(36px, 4.5vw, 56px);
    margin-bottom: 14px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .write-review-strip h2 em { font-style: italic; color: #fff; }
  .write-review-strip p { font-size: 16px; color: var(--ink-soft); max-width: 480px; margin: 0 auto 30px; }
  .write-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ink);
    color: #fff;
    padding: 18px 36px;
    border-radius: var(--radius-pill);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all .25s;
    box-shadow: var(--shadow-soft);
  }
  .write-review-btn:hover { background: var(--lilac-600); transform: translateY(-2px); box-shadow: var(--shadow-lift); }

  /* FOOTER */
  footer { background: var(--ink); color: rgba(251,246,238,0.75); padding: 60px 0 30px; }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 50px; max-width: var(--container); margin-left: auto; margin-right: auto; padding: 0 24px; }
  .footer-brand .logo { color: var(--cream); margin-bottom: 18px; }
  .footer-brand p { font-size: 14px; line-height: 1.7; max-width: 320px; }
  .footer-col h4 { font-family: var(--body); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--blush); font-weight: 500; margin-bottom: 18px; }
  .footer-col a { display: block; font-size: 14px; margin-bottom: 10px; transition: color .2s; }
  .footer-col a:hover { color: var(--blush); }
  .footer-bottom { padding: 24px 24px 0; max-width: var(--container); margin: 0 auto; border-top: 1px solid rgba(251,246,238,0.1); display: flex; justify-content: space-between; font-size: 12px; color: rgba(251,246,238,0.5); flex-wrap: wrap; gap: 16px; }
  @media (max-width: 880px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  }
  /* ===== REVIEWS PAGE — PHOTO GALLERY FIX ===== */
.photo-gallery {
  padding: 60px 0 !important;
  background: var(--lilac-50) !important;
}

.photo-gallery .photo-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 12px !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.photo-gallery .photo-tile {
  aspect-ratio: 1 / 1 !important;
  min-height: 180px !important; /* Fallback if aspect-ratio fails */
  border-radius: 14px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #F4DCD1 0%, #DDC9EB 100%) !important;
  position: relative !important;
  cursor: pointer !important;
  display: block !important;
  width: 100% !important;
}

.photo-gallery .photo-tile::before {
  content: "★ " attr(data-stars) !important;
  position: absolute !important;
  bottom: 6px !important;
  left: 6px !important;
  background: rgba(42, 31, 51, 0.85) !important;
  color: #fff !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  z-index: 2 !important;
}

.photo-gallery .photo-tile-1 { background: linear-gradient(135deg, #F2E4D0, #DDC9EB) !important; }
.photo-gallery .photo-tile-2 { background: linear-gradient(135deg, #F4DCD1, #E5B5A4) !important; }
.photo-gallery .photo-tile-3 { background: linear-gradient(135deg, #DDC9EB, #C4A6DC) !important; }
.photo-gallery .photo-tile-4 { background: linear-gradient(135deg, #FBF6EE, #F2E4D0) !important; }
.photo-gallery .photo-tile-5 { background: linear-gradient(135deg, #E5B5A4, #C4A6DC) !important; }
.photo-gallery .photo-tile-6 { background: linear-gradient(135deg, #C4A6DC, #6E4F8F) !important; }

@media (max-width: 760px) {
  .photo-gallery .photo-grid { 
    grid-template-columns: repeat(3, 1fr) !important; 
  }
  .photo-gallery .photo-tile {
    min-height: 110px !important;
  }
}
/* HERO BELOW-HEADLINE SECTION */
.hero-sub {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 520px;
}

/* Clickable rating row */
.hero-meta-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}
.hero-meta-link:hover { opacity: 0.7; }
.hero-meta-link .stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 1px;
}
.hero-meta-link .meta-text {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
  border-bottom: 1px dashed var(--lilac-300);
  padding-bottom: 2px;
}

/* Price row */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
}
.price-now {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
}
.price-was {
  font-size: 22px;
  color: var(--ink-mute);
  text-decoration: line-through;
}
.save-pill {
  background: var(--blush);
  color: var(--ink);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Color picker row */
.hero-color-row {
  margin-bottom: 28px;
}
.hero-color-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.hero-color-label b { color: var(--ink); font-weight: 600; }
.hero-swatches { display: flex; gap: 12px; }
.swatch {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 0 0 1px var(--line);
}
.swatch.active { 
  border-color: var(--ink); 
  box-shadow: 0 0 0 1px var(--ink); 
}
.swatch.champagne { background: linear-gradient(135deg, #F2E4D0, #E8D2B8); }
.swatch.lilac { background: linear-gradient(135deg, #DDC9EB, #B898D4); }
.swatch.blush { background: linear-gradient(135deg, #F4DCD1, #E5B5A4); }
.swatch.sage { background: linear-gradient(135deg, #D4DDC9, #A8B898); }
.swatch.pearl { background: linear-gradient(135deg, #FBF6EE, #E8DFD2); }

/* Trust badges row */
.hero-trust {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.hero-trust > div {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
}
/* HERO LAYOUT */
.hero {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, var(--cream) 0%, var(--lilac-50) 100%);
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-left { 
  max-width: 560px; 
}

/* Eyebrow pill */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lilac-600);
  margin-bottom: 22px;
}
.hero-eyebrow .pulse {
  width: 6px; height: 6px;
  background: var(--blush-deep);
  border-radius: 50%;
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 0.4; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

/* Headline */
.hero h1 {
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 22px;
}
.hero h1 em { 
  font-style: italic; 
  color: var(--lilac-600); 
}

/* Description */
.hero-sub {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 480px;
}

/* Rating link */
.hero-meta-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}
.hero-meta-link:hover { opacity: 0.7; }
.hero-meta-link .stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 1px;
}
.hero-meta-link .meta-text {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
  border-bottom: 1px dashed var(--lilac-300);
  padding-bottom: 2px;
}

/* Price row */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 28px;
}
.price-now {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
}
.price-was {
  font-size: 22px;
  color: var(--ink-mute);
  text-decoration: line-through;
}
.save-pill {
  background: var(--blush);
  color: var(--ink);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Color picker */
.hero-color-row { margin-bottom: 28px; }
.hero-color-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.hero-color-label b { color: var(--ink); font-weight: 600; }
.hero-swatches { display: flex; gap: 12px; }
.swatch {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 0 0 1px var(--line);
}
.swatch.active { 
  border-color: var(--ink); 
  box-shadow: 0 0 0 1px var(--ink); 
}
.swatch.champagne { background: linear-gradient(135deg, #F2E4D0, #E8D2B8); }
.swatch.lilac { background: linear-gradient(135deg, #DDC9EB, #B898D4); }
.swatch.blush { background: linear-gradient(135deg, #F4DCD1, #E5B5A4); }
.swatch.sage { background: linear-gradient(135deg, #D4DDC9, #A8B898); }
.swatch.pearl { background: linear-gradient(135deg, #FBF6EE, #E8DFD2); }

/* Trust row */
.hero-trust {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.hero-trust > div {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
}

/* RIGHT COLUMN — IMAGE + FLOATING BADGES */
.hero-right {
  position: relative;
}
.hero-image {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  background: var(--lilac-100);
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-floating {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  padding: 14px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-soft);
  z-index: 3;
}
.badge-floating.top-left { top: 30px; left: -30px; }
.badge-floating.bottom-right { bottom: 30px; right: -30px; }
.badge-floating .icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--lilac-50);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.badge-floating .icon svg { 
  width: 18px; height: 18px; 
  color: var(--lilac-600); 
}
.badge-floating b {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  display: block;
  line-height: 1.2;
}
.badge-floating small {
  font-size: 11px;
  color: var(--ink-soft);
}

/* MOBILE */
@media (max-width: 880px) {
  .hero { padding: 40px 0 60px; }
  .hero-grid { 
    grid-template-columns: 1fr; 
    gap: 40px; 
  }
  .hero-left { max-width: 100%; }
  .hero h1 { font-size: clamp(36px, 8vw, 48px); }
  .price-now { font-size: 40px; }
  .badge-floating.top-left { top: 16px; left: 16px; }
  .badge-floating.bottom-right { bottom: 16px; right: 16px; }
  .badge-floating { padding: 10px 14px; }
  .badge-floating b { font-size: 12px; }
  .badge-floating small { font-size: 10px; }
  .badge-floating .icon { width: 28px; height: 28px; }
}
/* Photo tile images */
.photo-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.photo-tile {
  position: relative !important;
  overflow: hidden !important;
}
/* ===== REVIEWS PAGE — PHOTO GRID FIX (FORCE LAYOUT) ===== */
.photo-gallery {
  padding: 60px 0 !important;
  background: var(--lilac-50) !important;
}

.photo-gallery .photo-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 12px !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.photo-gallery .photo-tile {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  position: relative !important;
  cursor: pointer !important;
  background: var(--lilac-100) !important;
}

.photo-gallery .photo-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.photo-gallery .photo-tile::before {
  content: "★ " attr(data-stars) !important;
  position: absolute !important;
  bottom: 8px !important;
  left: 8px !important;
  background: rgba(42, 31, 51, 0.85) !important;
  color: #fff !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  z-index: 2 !important;
  backdrop-filter: blur(4px) !important;
}

@media (max-width: 760px) {
  .photo-gallery .photo-grid { 
    grid-template-columns: repeat(3, 1fr) !important; 
  }
}
/* ===== REVIEWS PAGE — RATING BAR FIX ===== */
.breakdown .bar-row {
  display: grid !important;
  grid-template-columns: 80px 1fr 60px !important;
  gap: 14px !important;
  align-items: center !important;
}

.breakdown .bar-track {
  height: 8px !important;
  background: var(--lilac-100) !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  width: 100% !important;
  position: relative !important;
}

.breakdown .bar-fill {
  height: 100% !important;
  background: linear-gradient(90deg, var(--lilac-300), var(--lilac-600)) !important;
  border-radius: 4px !important;
  display: block !important;
}

/* Explicit widths for each bar — defeats any !important overrides */
.breakdown .bar-row:nth-of-type(1) .bar-fill { width: 89% !important; }
.breakdown .bar-row:nth-of-type(2) .bar-fill { width: 8% !important; }
.breakdown .bar-row:nth-of-type(3) .bar-fill { width: 2% !important; }
.breakdown .bar-row:nth-of-type(4) .bar-fill { width: 1% !important; }
.breakdown .bar-row:nth-of-type(5) .bar-fill { width: 0.3% !important; }

.breakdown .bar-stars {
  color: var(--gold) !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
}

.breakdown .bar-pct {
  font-size: 13px !important;
  color: var(--ink-soft) !important;
  font-weight: 500 !important;
  text-align: right !important;
}
/* ===== MOBILE COMPARE TABLE → SWIPEABLE CAROUSEL ===== */
@media (max-width: 700px) {
  /* Make the table a horizontal scroll container */
  .compare-table {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 24px !important;
    gap: 14px !important;
    margin: 0 -24px !important;
  }
  .compare-table::-webkit-scrollbar { display: none !important; }

  /* Hide the header row entirely on mobile */
  .compare-row.head { display: none !important; }

  /* Turn each row into a slide card */
  .compare-row {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 85% !important;
    scroll-snap-align: center !important;
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 1px solid var(--line) !important;
    box-shadow: 0 6px 20px -10px rgba(110, 79, 143, 0.15) !important;
  }

  .compare-row > div {
    border-right: none !important;
    padding: 18px 22px !important;
    font-size: 14px !important;
    display: block !important;
  }

  /* Label becomes the card title */
  .compare-row .label {
    background: var(--lilac-100) !important;
    font-family: var(--display) !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    color: var(--ink) !important;
    padding: 18px 22px !important;
    border-bottom: 1px solid var(--line) !important;
  }

  /* Add labels via CSS pseudo-elements before each value */
  .compare-row > div:nth-child(2)::before {
    content: "GLOWIE";
    display: block;
    font-family: var(--body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lilac-600);
    margin-bottom: 8px;
  }
  
  .compare-row > div:nth-child(3)::before {
    content: "OTHER MOON PILLOWS";
    display: block;
    font-family: var(--body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-bottom: 8px;
  }

  /* Style the value cells */
  .compare-row .glowie-col {
    background: rgba(244, 220, 209, 0.18) !important;
    border-top: 1px solid var(--line) !important;
  }

  /* Swipe indicator hint */
  .compare::after {
    content: "← swipe →" !important;
    display: block !important;
    text-align: center !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: var(--ink-mute) !important;
    margin-top: 20px !important;
    position: relative !important;
    z-index: 3 !important;
  }
}
</style>