
:root {
  --pink: #FF3D88;
  --pink-dark: #E01F6E;
  --blush: #FFD3E0;
  --rose: #FF8FAB;
  --cream: #FFF6F9;
  --ink: #3D0F2A;
  --white: #FFFFFF;
  --muted: #8a6b78;
  --bg: #fff6f9;
  --radius: 22px;
  --shadow: 0 12px 48px rgba(255, 61, 136, .14);
  --container: 1180px;
}
* { box-sizing: border-box; }
html,body { margin:0; padding:0; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav { position: sticky; top: 0; background: var(--white); z-index: 50; border-bottom: 1px solid #fce4ef; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; max-width: var(--container); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 22px; letter-spacing: 2px; }
.brand .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--blush); }
.nav-links { display: flex; gap: 28px; font-weight: 500; font-size: 15px; color: #8a6b78; }
.nav-links a { white-space: nowrap; }
.nav-links a:hover { color: var(--pink); }
.nav-cta { background: var(--pink); color: var(--white); padding: 10px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; transition: transform .15s, box-shadow .15s; box-shadow: 0 6px 22px rgba(255,61,136,.28); white-space: nowrap; flex-shrink: 0; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(255,61,136,.38); }
.nav-inner { gap: 16px; }
.brand { flex-shrink: 0; }

/* Announcement bar */
.announce { background: var(--ink); color: var(--white); text-align: center; padding: 10px 16px; font-size: 13px; letter-spacing: .5px; }
.announce b { color: var(--blush); }
.announce b:last-of-type { color: var(--blush); }

/* Hero */
.hero { padding: 72px 0 48px; background: linear-gradient(180deg, var(--cream) 0%, #ffe8f1 100%); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -80px; right: -80px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(255,143,171,.35), transparent 70%); border-radius: 50%; }
.hero::after { content: ""; position: absolute; bottom: -60px; left: -60px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(255,211,224,.6), transparent 70%); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--blush); color: var(--ink); font-weight: 800; padding: 8px 16px; border-radius: 999px; font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow::before { content: "❦"; color: var(--pink); }
.h1 { font-size: clamp(38px, 5vw, 66px); line-height: 1.02; font-weight: 900; letter-spacing: -1.8px; margin: 0 0 20px; }
.h1 .accent { color: var(--pink); font-style: italic; font-family: "Playfair Display", Georgia, serif; font-weight: 900; }
.lede { font-size: 18px; color: #6b4f5b; line-height: 1.65; max-width: 560px; margin: 0 0 28px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 32px; border-radius: 999px; font-weight: 800; font-size: 16px; transition: transform .15s, box-shadow .15s; cursor: pointer; border: none; }
.btn-primary { background: var(--pink); color: var(--white); box-shadow: 0 10px 32px rgba(255,61,136,.32); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(255,61,136,.44); }
.btn-ghost { background: var(--white); color: var(--ink); border: 2px solid var(--blush); }
.btn-ghost:hover { border-color: var(--pink); color: var(--pink); }
.hero-media { position: relative; }
.hero-media .card { background: var(--white); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.trust-row { display: flex; align-items: center; gap: 18px; margin-top: 28px; font-size: 14px; color: #6b4f5b; }
.stars { color: var(--pink); letter-spacing: 2px; font-size: 17px; }

/* Feature grid */
.features { padding: 80px 0; background: var(--white); }
.section-title { font-size: clamp(30px, 3.6vw, 48px); font-weight: 900; letter-spacing: -1.2px; margin: 0 0 14px; }
.section-title em { font-style: italic; font-family: "Playfair Display", Georgia, serif; color: var(--pink); }
.section-sub { color: #8a6b78; max-width: 680px; margin: 0 0 44px; font-size: 17px; line-height: 1.6; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feat { background: var(--cream); border: 1px solid #fce4ef; border-radius: 24px; padding: 30px 26px; transition: transform .18s, box-shadow .18s; }
.feat:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--blush); }
.feat .icon { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--pink), var(--rose)); color: var(--white); display: grid; place-items: center; font-size: 24px; font-weight: 900; margin-bottom: 18px; box-shadow: 0 8px 24px rgba(255,61,136,.28); }
.feat h3 { margin: 0 0 10px; font-size: 18px; font-weight: 800; color: var(--ink); }
.feat p { margin: 0; color: #8a6b78; font-size: 14px; line-height: 1.6; }

/* Banner strip */
.strip { background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%); color: var(--white); padding: 80px 0; position: relative; overflow: hidden; }
.strip::before { content: "❦"; position: absolute; top: 20px; left: 40px; font-size: 120px; color: rgba(255,255,255,.08); }
.strip::after { content: "❦"; position: absolute; bottom: 10px; right: 60px; font-size: 90px; color: rgba(255,255,255,.08); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; position: relative; z-index: 1; }
.stat .num { font-size: 48px; font-weight: 900; color: var(--white); letter-spacing: -1.5px; line-height: 1; font-family: "Playfair Display", Georgia, serif; font-style: italic; }
.stat .lab { margin-top: 8px; font-size: 12px; opacity: .95; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; }

/* Product gallery section on landing */
.showcase { padding: 80px 0; background: var(--cream); }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.showcase-grid img { border-radius: 18px; aspect-ratio: 1/1; object-fit: cover; }

/* Landing bundles section */
.bundles-section { padding: 80px 0; background: var(--white); border-top: 1px solid #fce4ef; }
.bundles-section .wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.bundles-section .eyebrow { background: var(--pink); color: #fff; }
.bundles-section .eyebrow::before { color: #fff; }
.bundles-section .section-title { margin-top: 14px; font-size: clamp(26px, 3vw, 40px); line-height: 1.08; }
.bundles-section .section-sub { font-size: 16px; }
.bundles-section .picker { background: var(--bg); padding: 28px; border-radius: 24px; border: 1px solid #eef0f6; }
.bundles-section .picker .bundle-card { background: #fff; }
.bundles-section .bundle-cta {
  margin-top: 8px; width: 100%;
  padding: 18px; background: var(--pink); color: #fff;
  border-radius: 14px; font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: transform .15s;
}
.bundles-section .bundle-cta:hover { transform: translateY(-2px); }
.bundles-section .picker .afterpay { margin-top: 14px; justify-content: center; }

/* FAQ */
.faq { padding: 80px 0; background: var(--white); }
.faq details { background: var(--cream); border: 1px solid #fce4ef; border-radius: 18px; padding: 22px 26px; margin-bottom: 14px; transition: border-color .15s; }
.faq details:hover { border-color: var(--blush); }
.faq summary { cursor: pointer; font-weight: 800; font-size: 17px; outline: none; list-style: none; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--pink); font-size: 24px; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: 14px 0 0; color: #8a6b78; line-height: 1.65; }

/* Footer */
footer { background: var(--ink); color: #d9bfc9; padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.foot-grid h4 { color: var(--white); margin: 0 0 16px; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 800; }
.foot-grid a { display: block; padding: 6px 0; font-size: 14px; color: #d9bfc9; transition: color .15s; }
.foot-grid a:hover { color: var(--blush); }
.foot-bot { border-top: 1px solid #5a2040; margin-top: 44px; padding-top: 22px; font-size: 13px; opacity: .8; display: flex; justify-content: space-between; }

/* Afterpay */
.afterpay { display: flex; align-items: center; gap: 10px; margin: -6px 0 18px; color: #475569; font-size: 14px; }
.afterpay-badge { display: inline-flex; align-items: center; gap: 6px; background: #b2fce4; color: #000; font-weight: 900; font-size: 12px; padding: 5px 10px; border-radius: 6px; letter-spacing: .3px; }
.afterpay-badge::before { content: ""; width: 10px; height: 10px; background: #000; border-radius: 50%; box-shadow: 6px 0 0 #000; }

/* Bundles (Katching-style picker) */
.bundles { margin: 22px 0 24px; }
.bundles-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.bundles-head .label { font-size: 13px; color: #64748b; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 700; }
.bundles-head .free-ship { font-size: 12px; color: var(--pink); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.bundles-head .free-ship::before { content: "✓"; background: var(--pink); color: #fff; width: 16px; height: 16px; border-radius: 50%; display: inline-grid; place-items: center; font-size: 11px; }

.bundle-card {
  position: relative;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border: 2px solid #fce4ef;
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  margin-bottom: 14px;
}
.bundle-card:hover { border-color: var(--blush); }
.bundle-card.active {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(255,61,136,.12), 0 10px 30px rgba(255,61,136,.10);
  background: #fff8fb;
}
.bundle-card .radio {
  width: 24px; height: 24px;
  border: 2px solid #fce4ef;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.bundle-card.active .radio { border-color: var(--pink); }
.bundle-card.active .radio::after {
  content: ""; position: absolute; inset: 3px;
  border-radius: 50%; background: var(--pink);
}
.bundle-card .info .title { font-weight: 800; font-size: 16px; color: var(--ink); margin-bottom: 3px; }
.bundle-card .info .sub { font-size: 12px; color: #8a6b78; }

/* Per-unit color selectors inside bundle cards */
.unit-colors { display: none; flex-wrap: wrap; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px dashed #fce4ef; }
.bundle-card.active .unit-colors { display: flex; }
.unit { display: flex; align-items: center; gap: 8px; background: var(--cream); border: 1px solid #fce4ef; padding: 6px 10px; border-radius: 10px; }
.unit .label { font-size: 11px; color: #8a6b78; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; }
.unit-dot-row { display: flex; gap: 5px; }
.unit-dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; transition: border-color .12s, transform .12s; position: relative; }
.unit-dot:hover { transform: scale(1.12); }
.unit-dot.active { border-color: var(--ink); }
.unit-dot.active::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 900; }
.unit-dot.pink { background: #FF3D88; }
.unit-dot.purple { background: #9B59B6; }
.unit-dot.black { background: #1a1a1a; }
.unit-dot.stars { background: linear-gradient(135deg, #2E4FFF 0% 50%, #FF3D3D 50% 100%); }
.bundle-card .info .perk {
  display: inline-block;
  max-width: 100%;
  margin-top: 8px;
  margin-right: 6px;
  font-size: 11px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--blush);
  padding: 6px 12px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: .3px;
  white-space: normal;
}
.bundle-card .info .perk + .perk { margin-top: 6px; }
.bundle-card .pricing { text-align: right; }
.bundle-card .pricing .now { font-size: 20px; font-weight: 900; color: var(--pink); line-height: 1; }
.bundle-card .pricing .was { font-size: 13px; color: #b89ba6; text-decoration: line-through; }
.bundle-card .pricing .per { font-size: 11px; color: #8a6b78; margin-top: 3px; }

.bundle-card .badge {
  position: absolute;
  top: -10px; right: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.bundle-card .badge.popular { background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: #fff; box-shadow: 0 4px 14px rgba(255,61,136,.35); }
.bundle-card .badge.best  { background: var(--ink); color: var(--blush); }

/* Video carousel (TikTok-style community videos) */
.video-section { padding: 72px 0; background: var(--cream); border-top: 1px solid #fce4ef; }
.video-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 16px; }
.video-section-head .section-title { margin-bottom: 0; }
.video-section-head .sub { color: #8a6b78; font-size: 15px; max-width: 460px; line-height: 1.55; }
.video-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--blush) transparent;
}
.video-carousel::-webkit-scrollbar { height: 8px; }
.video-carousel::-webkit-scrollbar-track { background: transparent; }
.video-carousel::-webkit-scrollbar-thumb { background: var(--blush); border-radius: 999px; }
.video-card {
  flex: 0 0 auto;
  width: 260px;
  aspect-ratio: 9/16;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  cursor: pointer;
  background: var(--ink);
  box-shadow: 0 12px 32px rgba(255, 61, 136, .12);
  transition: transform .18s, box-shadow .18s;
}
.video-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(255, 61, 136, .22); }
.video-card video.preview, .video-card img.poster {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none; /* so clicks go through to the card */
}
/* Muted-indicator badge in the corner — clicking card opens modal with audio */
.video-card .play {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(6px);
  display: grid; place-items: center;
  transition: transform .18s, background .18s;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}
.video-card:hover .play { transform: scale(1.08); background: var(--pink); }
.video-card .play::after {
  content: "\25B6"; /* small play triangle */
  font-size: 12px;
  margin-left: 2px;
}
.video-card .caption {
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  z-index: 2;
}
.video-card .caption .author {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600;
  opacity: .92;
  margin-bottom: 4px;
}
.video-card .caption .author::before {
  content: "";
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--rose));
}
.video-card .gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.65) 100%);
  z-index: 1;
}

/* ==========================================================================
   REBUY-STYLE SLIDE-IN CART
   ========================================================================== */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(61, 15, 42, .55);
  z-index: 9990;
  opacity: 0; visibility: hidden;
  transition: opacity .28s, visibility .28s;
}
.cart-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 420px; max-width: 92vw;
  background: var(--white);
  z-index: 9991;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  box-shadow: -12px 0 60px rgba(61,15,42,.18);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #fce4ef;
}
.cart-head h3 { margin: 0; font-size: 20px; font-weight: 900; color: var(--ink); }
.cart-head .count { background: var(--pink); color: #fff; font-size: 12px; font-weight: 800; padding: 2px 8px; border-radius: 999px; margin-left: 8px; }
.cart-head .close-cart {
  width: 36px; height: 36px; border-radius: 50%; border: 0;
  background: var(--cream); color: var(--ink); font-size: 18px;
  cursor: pointer; display: grid; place-items: center;
  transition: background .15s;
}
.cart-head .close-cart:hover { background: #fce4ef; }

/* Free shipping bar */
.free-ship-bar { padding: 14px 24px; background: var(--cream); border-bottom: 1px solid #fce4ef; }
.free-ship-bar .text { font-size: 13px; color: #6b4f5b; margin-bottom: 8px; text-align: center; }
.free-ship-bar .text b { color: var(--pink); }
.free-ship-bar .bar { height: 6px; background: #fce4ef; border-radius: 999px; overflow: hidden; }
.free-ship-bar .bar-fill { height: 100%; background: linear-gradient(90deg, var(--pink), var(--rose)); border-radius: 999px; transition: width .4s ease; }

/* Cart items */
.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; }
.cart-item {
  display: grid; grid-template-columns: 72px 1fr; gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #fce4ef;
  position: relative;
}
.cart-item:last-child { border-bottom: none; }
.cart-item .thumb {
  width: 72px; height: 72px;
  border-radius: 14px; overflow: hidden;
  background: var(--cream); border: 1px solid #fce4ef;
}
.cart-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item .item-info { display: flex; flex-direction: column; gap: 4px; }
.cart-item .item-name { font-weight: 800; font-size: 14px; color: var(--ink); line-height: 1.3; }
.cart-item .item-variant { font-size: 12px; color: #8a6b78; }
.cart-item .item-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.cart-item .item-qty {
  display: inline-flex; align-items: center;
  border: 2px solid #fce4ef; border-radius: 10px; overflow: hidden;
}
.cart-item .item-qty button {
  background: transparent; border: 0; padding: 6px 10px;
  font-size: 14px; cursor: pointer; color: var(--ink); font-weight: 700;
}
.cart-item .item-qty button:hover { background: var(--cream); }
.cart-item .item-qty span { padding: 0 10px; font-size: 14px; font-weight: 800; color: var(--ink); }
.cart-item .item-price { font-weight: 800; font-size: 16px; color: var(--pink); }
.cart-item .remove {
  position: absolute; top: 12px; right: 0;
  background: none; border: 0; color: #b89ba6; font-size: 16px;
  cursor: pointer; padding: 4px;
}
.cart-item .remove:hover { color: var(--pink); }

/* Empty cart */
.cart-empty { text-align: center; padding: 48px 20px; color: #8a6b78; }
.cart-empty .icon { font-size: 48px; margin-bottom: 12px; }
.cart-empty p { font-size: 15px; line-height: 1.6; }
.cart-empty a { color: var(--pink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Upsell / You might also like */
.cart-upsell {
  padding: 16px 24px;
  border-top: 1px solid #fce4ef;
  background: var(--cream);
}
.cart-upsell .upsell-head { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #8a6b78; margin-bottom: 12px; }
.cart-upsell .upsell-card {
  display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center;
  background: #fff; border: 1px solid #fce4ef; border-radius: 14px; padding: 12px 14px;
}
.cart-upsell .upsell-card img { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; }
.cart-upsell .upsell-name { font-weight: 700; font-size: 13px; color: var(--ink); }
.cart-upsell .upsell-price { font-size: 12px; color: #8a6b78; }
.cart-upsell .upsell-add {
  background: var(--pink); color: #fff; border: 0; padding: 8px 14px;
  border-radius: 10px; font-weight: 800; font-size: 12px; cursor: pointer;
  white-space: nowrap; transition: transform .15s;
}
.cart-upsell .upsell-add:hover { transform: scale(1.04); }

/* Cart footer */
.cart-footer { padding: 20px 24px; border-top: 1px solid #fce4ef; }
.cart-subtotal {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 6px;
}
.cart-subtotal .label { font-size: 15px; color: #6b4f5b; font-weight: 600; }
.cart-subtotal .amount { font-size: 22px; font-weight: 900; color: var(--ink); }
.cart-afterpay { font-size: 12px; color: #8a6b78; margin-bottom: 16px; text-align: right; }
.cart-afterpay b { color: var(--ink); }
.cart-checkout {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  color: #fff;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(255,61,136,.3);
  transition: transform .15s, box-shadow .15s;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.cart-checkout:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(255,61,136,.42); }
.cart-trust { display: flex; gap: 14px; justify-content: center; margin-top: 12px; font-size: 11px; color: #8a6b78; }

/* Nav cart icon */
.nav-cart {
  position: relative; cursor: pointer; display: inline-flex; align-items: center;
  background: none; border: 0; padding: 10px; margin-left: 8px;
  color: var(--ink); transition: color .15s;
}
.nav-cart:hover { color: var(--pink); }
.nav-cart .badge {
  position: absolute; top: 0; right: -2px;
  background: var(--pink); color: #fff;
  font-size: 10px; font-weight: 900;
  min-width: 18px; height: 18px;
  border-radius: 999px;
  display: none; place-items: center;
  line-height: 1; padding: 0 4px;
}
.nav-cart .badge.has-items { display: grid; }

/* Legal / policy pages */
.legal-hero { padding: 72px 0 32px; background: linear-gradient(180deg, var(--cream) 0%, #ffe8f1 100%); position: relative; overflow: hidden; }
.legal-hero::before { content: ""; position: absolute; top: -80px; right: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255,143,171,.30), transparent 70%); border-radius: 50%; }
.legal-hero h1 { font-size: clamp(34px, 4.6vw, 56px); font-weight: 900; letter-spacing: -1.5px; margin: 0 0 10px; position: relative; }
.legal-hero h1 em { font-style: italic; font-family: "Playfair Display", Georgia, serif; color: var(--pink); }
.legal-hero .updated { color: #8a6b78; font-size: 14px; position: relative; }
.legal-body { padding: 56px 0 80px; max-width: 780px; margin: 0 auto; }
.legal-body h2 { font-size: 22px; font-weight: 900; color: var(--ink); margin: 36px 0 12px; letter-spacing: -.4px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { font-size: 17px; font-weight: 800; color: var(--ink); margin: 22px 0 8px; }
.legal-body p, .legal-body li { color: #5a4750; font-size: 15px; line-height: 1.7; }
.legal-body p { margin: 0 0 14px; }
.legal-body ul, .legal-body ol { margin: 0 0 14px; padding-left: 22px; }
.legal-body li { margin-bottom: 6px; }
.legal-body strong { color: var(--ink); }
.legal-body a { color: var(--pink); text-decoration: underline; text-underline-offset: 3px; }
.legal-disclaimer {
  background: #fff6f9;
  border: 1px solid #fce4ef;
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 36px;
  color: #8a6b78;
  font-size: 13px;
  line-height: 1.6;
}
.legal-disclaimer strong { color: var(--pink); }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; padding: 56px 0 80px; }
.contact-info h2 { font-size: 26px; font-weight: 900; color: var(--ink); margin: 0 0 8px; }
.contact-info p { color: #6b4f5b; font-size: 15px; line-height: 1.65; margin: 0 0 20px; }
.contact-info .row { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; margin-bottom: 18px; }
.contact-info .icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--pink), var(--rose)); color: #fff; display: grid; place-items: center; font-size: 18px; font-weight: 900; box-shadow: 0 8px 22px rgba(255,61,136,.28); }
.contact-info .label { font-size: 12px; text-transform: uppercase; letter-spacing: .8px; color: #8a6b78; font-weight: 800; }
.contact-info .value { color: var(--ink); font-weight: 700; font-size: 15px; }
.contact-info .value a { color: var(--pink); text-decoration: none; }

.contact-form { background: var(--cream); border: 1px solid #fce4ef; border-radius: 24px; padding: 32px 30px; box-shadow: 0 12px 40px rgba(255,61,136,.08); }
.contact-form h3 { margin: 0 0 6px; font-size: 22px; color: var(--ink); font-weight: 900; }
.contact-form .sub { color: #8a6b78; font-size: 14px; margin: 0 0 22px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 800; color: var(--ink); letter-spacing: .4px; text-transform: uppercase; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 13px 16px;
  border: 2px solid #fce4ef;
  border-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: var(--white);
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  transition: border-color .15s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: none; border-color: var(--pink); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .submit { width: 100%; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: #fff; border: 0; padding: 16px; border-radius: 14px; font-weight: 800; font-size: 16px; cursor: pointer; box-shadow: 0 10px 30px rgba(255,61,136,.3); transition: transform .15s; }
.contact-form .submit:hover:not(:disabled) { transform: translateY(-2px); }
.contact-form .submit:disabled { opacity: .6; cursor: not-allowed; }
.contact-form .status { text-align: center; margin-top: 14px; font-size: 13px; color: #8a6b78; font-weight: 500; text-transform: none; letter-spacing: 0; }
.contact-form .status.success { color: var(--pink); font-weight: 800; }
.contact-form .status.error { color: #b30049; font-weight: 800; }

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* Review widget */
.reviews-section { padding: 80px 0; background: var(--white); border-top: 1px solid #fce4ef; }
.reviews-head { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; margin-bottom: 40px; }
.reviews-score { text-align: center; }
.reviews-score .big { font-size: 64px; font-weight: 900; color: var(--pink); line-height: 1; font-family: "Playfair Display", Georgia, serif; font-style: italic; }
.reviews-score .stars { color: var(--pink); font-size: 18px; letter-spacing: 3px; margin-top: 4px; }
.reviews-score .count { font-size: 13px; color: #8a6b78; margin-top: 4px; }
.reviews-bars { display: flex; flex-direction: column; gap: 6px; min-width: 220px; }
.bar-row { display: grid; grid-template-columns: 28px 1fr 44px; gap: 10px; align-items: center; font-size: 12px; color: #8a6b78; }
.bar-row .bar { height: 8px; background: #fce4ef; border-radius: 999px; overflow: hidden; }
.bar-row .bar-fill { height: 100%; background: linear-gradient(90deg, var(--pink), var(--rose)); border-radius: 999px; transition: width .6s ease; }
.btn-write { background: var(--pink); color: #fff; border: 0; padding: 16px 26px; border-radius: 999px; font-weight: 800; font-size: 15px; cursor: pointer; box-shadow: 0 10px 30px rgba(255, 61, 136, .3); white-space: nowrap; transition: transform .15s, box-shadow .15s; }
.btn-write:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(255, 61, 136, .42); }

.reviews-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { background: var(--cream); border: 1px solid #fce4ef; border-radius: 20px; padding: 24px 26px; transition: border-color .15s, transform .15s; }
.review-card:hover { border-color: var(--blush); transform: translateY(-2px); }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review-head .avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--rose)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 15px; }
.review-head .meta { flex: 1; min-width: 0; }
.review-head .name { font-weight: 800; font-size: 14px; color: var(--ink); }
.review-head .date { font-size: 11px; color: #8a6b78; }
.review-head .verified { font-size: 10px; color: var(--pink); font-weight: 800; letter-spacing: .4px; text-transform: uppercase; margin-top: 2px; }
.review-stars { color: var(--pink); letter-spacing: 2px; font-size: 14px; margin-bottom: 6px; }
.review-title { font-weight: 800; color: var(--ink); margin-bottom: 6px; font-size: 15px; }
.review-body { color: #6b4f5b; font-size: 14px; line-height: 1.6; }
.review-photos { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.review-photos img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; border: 1px solid #fce4ef; cursor: pointer; transition: transform .15s; }
.review-photos img:hover { transform: scale(1.05); border-color: var(--pink); }

/* Reviews footer — share-your-story CTA */
.reviews-footer { margin-top: 36px; }
.share-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  background: linear-gradient(135deg, var(--cream), #ffe8f1);
  border: 1px solid #fce4ef;
  border-radius: 22px;
  padding: 28px 32px;
}
.share-card .share-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--rose));
  color: #fff;
  display: grid; place-items: center;
  font-size: 28px;
  box-shadow: 0 10px 28px rgba(255,61,136,.32);
}
.share-card h4 { margin: 0 0 6px; font-size: 19px; color: var(--ink); font-weight: 800; }
.share-card p { margin: 0; color: #6b4f5b; font-size: 14px; line-height: 1.55; max-width: 560px; }
@media (max-width: 720px) {
  .share-card { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 14px; }
  .share-card .share-copy p { max-width: none; }
}

/* Pagination controls for long review lists */
.reviews-pager { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 24px; }
.reviews-pager button {
  background: var(--white);
  border: 2px solid #fce4ef;
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}
.reviews-pager button:hover:not(:disabled) { border-color: var(--pink); color: var(--pink); }
.reviews-pager button:disabled { opacity: .4; cursor: not-allowed; }
.reviews-pager .page-info { font-size: 13px; color: #8a6b78; min-width: 100px; text-align: center; }
.reviews-empty { grid-column: 1/-1; text-align: center; padding: 60px 20px; color: #8a6b78; font-size: 15px; }
.reviews-empty .big { font-size: 54px; margin-bottom: 10px; }

/* Review form modal */
.review-modal {
  position: fixed; inset: 0;
  background: rgba(61, 15, 42, .88);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.review-modal.open { display: flex; }
.review-modal .form-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 34px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
.review-modal h3 { margin: 0 0 6px; font-size: 24px; color: var(--ink); }
.review-modal .form-sub { color: #8a6b78; font-size: 14px; margin: 0 0 22px; }
.review-modal .close {
  position: absolute; top: 16px; right: 16px;
  background: var(--cream);
  color: var(--ink);
  border: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.review-modal label { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 800; color: var(--ink); letter-spacing: .4px; text-transform: uppercase; }
.review-modal input[type="text"],
.review-modal input[type="email"],
.review-modal input[type="tel"],
.review-modal textarea {
  width: 100%;
  margin-top: 6px;
  padding: 13px 16px;
  border: 2px solid #fce4ef;
  border-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: var(--cream);
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  transition: border-color .15s;
}
.review-modal input:focus,
.review-modal textarea:focus { outline: none; border-color: var(--pink); }
.review-modal textarea { min-height: 120px; resize: vertical; }
.star-picker { display: flex; gap: 6px; margin-top: 8px; }
.star-picker .star {
  font-size: 32px;
  cursor: pointer;
  color: #fce4ef;
  transition: color .12s, transform .12s;
}
.star-picker .star.filled,
.star-picker:hover .star:hover,
.star-picker:hover .star:hover ~ .star { color: var(--pink); }
.star-picker:hover .star { color: var(--pink); }
.star-picker:hover .star:hover ~ .star { color: #fce4ef; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 16px; text-transform: none; font-weight: 500; color: #6b4f5b; font-size: 12px; letter-spacing: 0; line-height: 1.5; }
.consent-row input { margin-top: 3px; accent-color: var(--pink); flex-shrink: 0; }
.submit-btn { width: 100%; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: #fff; border: 0; padding: 16px; border-radius: 14px; font-weight: 800; font-size: 16px; cursor: pointer; box-shadow: 0 10px 30px rgba(255,61,136,.3); transition: transform .15s; }
.submit-btn:hover { transform: translateY(-2px); }
.submit-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.form-status { text-align: center; margin-top: 14px; font-size: 13px; color: #8a6b78; text-transform: none; font-weight: 500; letter-spacing: 0; }
.form-status.success { color: var(--pink); font-weight: 800; }

@media (max-width: 720px) {
  .reviews-head { grid-template-columns: 1fr; text-align: center; }
  .reviews-list { grid-template-columns: 1fr; }
  .reviews-bars { max-width: 360px; margin: 0 auto; }
}

/* Video lightbox */
.video-modal {
  position: fixed; inset: 0;
  background: rgba(61, 15, 42, .92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.video-modal.open { display: flex; }
.video-modal video {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 18px;
}
.video-modal .close {
  position: absolute; top: 20px; right: 24px;
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}

/* PRODUCT PAGE */
.pdp { padding: 48px 0; }
.pdp-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; }
.gallery { display: grid; grid-template-columns: 88px 1fr; gap: 14px; }
.thumbs { display: flex; flex-direction: column; gap: 10px; }
.thumbs img { width: 88px; height: 88px; object-fit: cover; border-radius: 12px; cursor: pointer; border: 2px solid transparent; }
.thumbs img.active { border-color: var(--pink); }
.main-img { background: var(--cream); border: 1px solid #fce4ef; border-radius: 24px; overflow: hidden; aspect-ratio: 1/1; box-shadow: 0 12px 40px rgba(255,61,136,.08); }
.main-img img { width: 100%; height: 100%; object-fit: contain; }
.pdp h1 { font-size: 32px; font-weight: 900; letter-spacing: -.5px; margin: 0 0 12px; }
.rating { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #8a6b78; font-size: 14px; }
.price { display: flex; align-items: baseline; gap: 14px; margin: 0 0 10px; }
.price .now { font-size: 42px; font-weight: 900; color: var(--pink); letter-spacing: -1px; }
.price .was { font-size: 20px; color: #b89ba6; text-decoration: line-through; }
.price .save { background: var(--ink); color: var(--blush); font-weight: 800; padding: 5px 12px; border-radius: 999px; font-size: 12px; letter-spacing: .5px; }
.variants { margin: 24px 0; }
.variants .label { font-size: 13px; color: #64748b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.swatches { display: flex; gap: 10px; }
.swatch { padding: 11px 20px; border: 2px solid #fce4ef; border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 700; transition: all .15s; background: var(--white); color: var(--ink); }
.swatch:hover { border-color: var(--blush); }
.swatch.active { border-color: var(--pink); background: #fff0f6; color: var(--pink); }
.qty-row { display: flex; gap: 12px; align-items: center; margin: 20px 0 28px; }
.qty { display: inline-flex; align-items: center; border: 2px solid #e2e8f0; border-radius: 12px; }
.qty button { background: transparent; border: 0; padding: 12px 16px; font-size: 18px; cursor: pointer; }
.qty span { padding: 0 18px; font-weight: 700; }
.buy { width: 100%; padding: 20px; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: var(--white); border: 0; border-radius: 16px; font-weight: 800; font-size: 17px; cursor: pointer; box-shadow: 0 10px 32px rgba(255,61,136,.32); transition: transform .15s, box-shadow .15s; }
.buy:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(255,61,136,.44); }
.pdp-trust { display: flex; gap: 14px; margin-top: 16px; color: #64748b; font-size: 13px; }
.pdp-trust span { display: inline-flex; align-items: center; gap: 6px; }
.pdp-feats { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pdp-feats div { background: var(--cream); border: 1px solid #fce4ef; border-radius: 14px; padding: 14px 18px; font-size: 14px; color: var(--ink); }
.pdp-feats b { color: var(--pink); }

/* Tablet: shrink nav gap + drop non-essential links so CTA never cramps */
@media (max-width: 1040px) {
  .nav-links { gap: 22px; font-size: 14px; }
  .nav-inner { padding: 16px 20px; }
  /* Stack landing bundles section early so the headline/body don't squeeze */
  .bundles-section .wrap { grid-template-columns: 1fr; gap: 36px; justify-items: center; }
  .bundles-section > .container.wrap > *:first-child { max-width: 640px; width: 100%; }
  .bundles-section .picker { max-width: 640px; width: 100%; margin: 0 auto; }
}
@media (max-width: 900px) {
  .nav-links a:not(:first-child) { display: none; }
}

@media (max-width: 860px) {
  .hero-grid, .pdp-grid, .foot-grid, .bundles-section .wrap { grid-template-columns: 1fr; }
  .feat-grid, .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr; }
  .thumbs { flex-direction: row; overflow-x: auto; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-inner { padding: 14px 18px; }
  .brand { font-size: 20px; }
  .nav-cta { padding: 9px 18px; font-size: 14px; }
}
