/* ============ SQUEEZY — brand stylesheet (candy-pastel, original) ============ */
:root{
  /* Squeezy brand identity (matches squeezy.store): white canvas, dusty-pink chrome,
     rose accent. Accent value deepened to #C25871 so it clears WCAG AA both as text
     on white and white-on-it (the reference's #E07B7B does not). */
  --cream:#ffffff;        /* page canvas — pure white like the reference */
  --cream2:#FFF3F3;       /* faint pink fill (pedestal / imgbox) */
  --coral:#CE3465;        /* rose accent — text, buttons, prices (AA ≈4.9:1 on white) */
  --coral-dk:#B22A56;
  --rose:#E07B7B;         /* decorative rose only (badges, dots) — never small text */
  --lav:#F5BFBF;          /* dusty pink — wave band */
  --lav-soft:#FEE1E1;     /* soft pink band */
  --mint:#F5BFBF;
  --mint-soft:#FFF6F6;    /* faintest pink band */
  --butter:#FFD66B;       /* highlight pop */
  --peach:#FFE0D2;        /* hero gradient warm end */
  --ink:#2E2A39;          /* near-black text */
  --muted:#6f6a7d;
  --plum:#F5BFBF;         /* footer — dusty pink (dark text) */
  --line:#f0e6e6;
  --radius:18px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Archivo',sans-serif;color:var(--ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.wrap-lg{max-width:1340px;margin:0 auto;padding:0 24px}
.script-h{font-family:'Bevan',cursive;font-weight:400;font-size:clamp(26px,4vw,40px);text-align:center;letter-spacing:.3px;line-height:1.12}
.script-h .accent{color:var(--coral)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-weight:600;font-family:'Rubik',sans-serif;cursor:pointer;border:none;transition:.2s;letter-spacing:.2px}
.btn-coral{background:var(--coral);color:#fff;padding:14px 32px;box-shadow:0 8px 20px rgba(255,126,157,.32)}
.btn-coral:hover{background:var(--coral-dk);transform:translateY(-2px)}
.btn-outline{background:#fff;color:var(--coral);border:2px solid var(--coral);padding:11px 26px}
.btn-outline:hover{background:var(--coral);color:#fff}
.eyebrow{font-family:'Rubik',sans-serif;letter-spacing:2px;font-size:12px;font-weight:600;color:var(--coral);text-transform:uppercase}
.center-btn{text-align:center;margin-top:36px}
.section{padding:62px 0}
.section.tight{padding:36px 0}

/* ============ ANNOUNCEMENT ============ */
.announce{background:var(--lav);color:#3a2a2a;text-align:center;font-size:13px;font-weight:600;padding:10px 12px;font-family:'Archivo',sans-serif;letter-spacing:.2px}

/* ============ HEADER ============ */
.header{position:sticky;top:0;z-index:50;background:rgba(245,191,191,.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.05)}
.header .wrap{display:flex;align-items:center;justify-content:space-between;height:76px;gap:16px}
.logo{display:flex;align-items:center;gap:9px;font-family:'Bevan',cursive;font-weight:400;font-size:23px;color:#7a1f3c}
.logo img{height:44px;width:auto}
.nav{display:flex;gap:22px;font-family:'Archivo',sans-serif;font-size:14px;font-weight:500;color:var(--ink)}
.nav a{position:relative;padding:4px 0;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}
.nav a:hover{color:var(--coral)}
.nav a.active{color:var(--ink);font-weight:700}
.nav a.active::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--coral);border-radius:2px}
.head-right{display:flex;align-items:center;gap:16px}
.country{font-family:'Archivo',sans-serif;font-size:12.5px;font-weight:500;white-space:nowrap;color:var(--muted)}
.head-icons{display:flex;align-items:center;gap:14px}
.head-icons svg{width:21px;height:21px;stroke:var(--ink);fill:none;stroke-width:1.8}
.cart-wrap{position:relative}
.cart-count{position:absolute;top:-7px;right:-8px;background:var(--coral);color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none}
.hamburger span{width:24px;height:2px;background:var(--ink);border-radius:2px}

.mobile-menu{display:none;position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.4)}
.mobile-menu.open{display:block}
.mobile-menu .panel{position:absolute;left:0;top:0;bottom:0;width:80%;max-width:320px;background:var(--cream);padding:24px;overflow-y:auto;animation:slidein .25s ease}
@keyframes slidein{from{transform:translateX(-100%)}to{transform:translateX(0)}}
.mobile-menu .panel a{display:block;padding:14px 4px;border-bottom:1px solid var(--line);font-family:'Rubik',sans-serif;font-weight:500}
.mobile-menu .close{font-size:28px;background:none;border:none;float:right;cursor:pointer;color:var(--ink)}

/* ============ HERO ============ */
.hero{position:relative;background:linear-gradient(120deg,var(--peach),var(--lav-soft) 55%,var(--mint-soft));overflow:hidden}
.hero .hwrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px;min-height:480px;padding:0 24px}
.hero .htext h1{font-family:'Rubik',sans-serif;font-weight:600;color:var(--ink);font-size:clamp(38px,5.6vw,68px);line-height:1.02;letter-spacing:-1px}
.hero .htext h1 .c{color:var(--coral)}
.hero .htext p{font-size:clamp(15px,1.5vw,18px);color:#5b5568;margin:16px 0 26px;max-width:420px}
.hero .hpic{display:flex;justify-content:center}
.hero .hpic img{width:100%;max-width:560px;border-radius:24px}
.hero-phone-only{display:none}

/* ============ SECTION SHELL ============ */
.soft-lav{background:var(--lav-soft)}
.soft-mint{background:var(--mint-soft)}

/* ============ PRODUCT CARD ============ */
.prod-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:38px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:.2s}
.card:hover{box-shadow:0 16px 34px rgba(46,42,57,.10);transform:translateY(-4px)}
.card .imgbox{position:relative;background:var(--cream2);aspect-ratio:1/1}
.card .imgbox img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.badge{position:absolute;top:10px;left:10px;background:var(--coral);color:#fff;font-family:'Rubik',sans-serif;font-size:11px;font-weight:600;padding:4px 11px;border-radius:999px}
.badge.sold{background:#d9d2e0;color:#fff}
.card .body{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1}
.card .vendor{font-size:10px;letter-spacing:1px;color:var(--muted);text-transform:uppercase}
.card h3{font-family:'Rubik',sans-serif;font-size:15px;font-weight:500;color:var(--ink);line-height:1.3;min-height:38px}
.card .price{font-size:14px;display:flex;gap:8px;align-items:baseline;font-weight:500}
.card .price .reg{color:#6f6a7d;text-decoration:line-through;font-size:12px}
.card .price .sale{color:var(--coral);font-weight:700}
.card .btn{margin-top:auto;width:100%;font-size:13px;padding:10px}

/* ============ COLLECTIONS ============ */
.col-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:38px}
.col-card{text-align:center}
.col-card .ci{border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;background:var(--cream2)}
.col-card .ci img{width:100%;height:100%;object-fit:cover;transition:.3s}
.col-card:hover .ci img{transform:scale(1.05)}
.col-card .label{margin-top:12px;font-family:'Rubik',sans-serif;font-weight:500;font-size:16px;display:inline-flex;align-items:center;gap:6px}
.col-card .label .arr{color:var(--coral)}

/* ============ WAVE FEATURE BAND ============ */
.wave-band{position:relative;background:var(--lav);margin-top:40px}
.wave-top,.wave-bottom{display:block;width:100%;height:60px}
.wave-top{margin-bottom:-1px}
.features{display:flex;justify-content:center;gap:60px;padding:6px 24px 22px;flex-wrap:wrap}
.feature{text-align:center;max-width:210px;color:#3a2a2a}
.feature .icon{width:66px;height:66px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:0 8px 16px rgba(0,0,0,.10)}
.feature .icon svg{width:30px;height:30px;color:var(--coral)}
.feature h3{font-family:'Rubik',sans-serif;font-size:17px;margin-bottom:4px}
.feature p{font-size:13px;opacity:.92}

/* ============ WHY ============ */
.why-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;margin-top:42px}
.why-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.why-points li{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 22px 16px 56px;font-size:15px;color:#5b5568;line-height:1.55}
.why-points li b{display:block;color:var(--ink);font-family:'Rubik',sans-serif;font-weight:600;font-size:16px;margin-bottom:3px}
.why-points li::before{content:'\2713';position:absolute;left:18px;top:17px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--coral);border-radius:8px;font-size:13px;font-weight:700}
.why-text{background:var(--lav-soft);border-radius:22px;padding:34px}
.why-text p{font-size:18px;color:#4b4459;font-weight:500;line-height:1.65}

/* ============ REVIEWS ============ */
.reviews-head{text-align:center}
.reviews-head .sub{color:#5a5360;font-size:14px;margin-top:6px}
.reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.review{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
.review .top{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.review .av{width:36px;height:36px;border-radius:50%;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-family:'Rubik',sans-serif}
.review .nm{font-family:'Rubik',sans-serif;font-weight:500;font-size:14px}
.review .stars{color:#ffb52e;font-size:14px;margin-bottom:8px}
.review .q{font-size:14px;color:#5b5568;line-height:1.6}
.review .dt{font-size:12px;color:#9a8f99;margin-top:12px}
.dots{display:flex;gap:8px;justify-content:center;margin-top:24px}
.dots i{width:8px;height:8px;border-radius:50%;background:#e9d3d3;display:block}
.dots i.on{background:var(--coral);width:22px;border-radius:999px}

/* ============ MYSTERY ============ */
.mystery{background:var(--mint-soft)}
.mystery .panel{background:#fff;border-radius:28px;padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;box-shadow:0 24px 54px rgba(46,42,57,.10)}
.mystery .imgs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.mystery .imgs img{border-radius:16px;aspect-ratio:1/1;object-fit:cover;background:var(--cream2)}
.mystery .imgs img:nth-child(5){grid-column:1/3;aspect-ratio:2/1}
.mystery h2{font-family:'Rubik',sans-serif;font-size:30px;font-weight:600;margin:10px 0 16px;line-height:1.18}
.mystery .desc{color:#5b5568;font-size:15px;line-height:1.7}
.mystery .desc strong{color:var(--coral)}
.tags{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}
.tag{background:var(--lav-soft);color:var(--coral);font-family:'Rubik',sans-serif;font-weight:500;font-size:13px;padding:7px 14px;border-radius:999px}

/* ============ BLOG (home strip + page card) ============ */
.blog-head{text-align:center;max-width:640px;margin:0 auto}
.blog-head h2{font-family:'Rubik',sans-serif;font-size:32px;font-weight:600;margin:8px 0 10px}
.blog-head p{color:var(--muted);font-size:15px}
.home-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.post{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}
.post:hover{box-shadow:0 16px 34px rgba(46,42,57,.10);transform:translateY(-4px)}
.post .pimg{aspect-ratio:1/1;overflow:hidden;background:var(--cream2)}
.post .pimg img{width:100%;height:100%;object-fit:cover}
.post .pbody{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.post .ptag{align-self:flex-start;background:var(--peach);color:var(--coral-dk);font-family:'Rubik',sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;padding:4px 12px;border-radius:999px;text-transform:uppercase}
.post h3{font-family:'Rubik',sans-serif;font-size:16px;font-weight:500;line-height:1.35}
.post .read{color:var(--coral);font-family:'Rubik',sans-serif;font-weight:500;font-size:14px;margin-top:auto}

/* ============ TRENDING VIDEOS ============ */
.vids{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:38px}
.vid{aspect-ratio:9/16;border-radius:20px;background:var(--lav-soft);position:relative;overflow:hidden}
.vid img{width:100%;height:100%;object-fit:cover}
.vid .play{position:absolute;inset:0;margin:auto;width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center}
.vid .play::after{content:'';border-left:16px solid var(--coral);border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:4px}
.vid .vtag{position:absolute;top:10px;left:10px;color:#fff;font-size:12px;font-weight:600;text-shadow:0 1px 5px rgba(0,0,0,.5)}

/* ============ SHOP ============ */
.page-title{text-align:center;padding:48px 0 8px}
.toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:20px 0 4px;font-size:14px}
.toolbar .left,.toolbar .right{display:flex;align-items:center;gap:16px;color:var(--ink)}
.toolbar .drop{display:inline-flex;align-items:center;gap:5px;cursor:pointer;min-height:40px;padding:6px 10px;border-radius:10px;background:none;border:1px solid var(--line);font:inherit;color:inherit}
.toolbar .drop:hover{background:var(--lav-soft)}
.toolbar .count{color:var(--muted)}
.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px}
.shop-card{border:none;border-radius:0;background:transparent}
.shop-card:hover{box-shadow:none;transform:none}
.shop-card .imgbox{border-radius:14px;overflow:hidden}
.shop-card:hover .imgbox{box-shadow:0 14px 30px rgba(46,42,57,.10)}
.shop-card .body{padding:12px 2px 0}
.shop-card h3{min-height:auto;font-size:15px}
.shop-card h3 a:hover{color:var(--coral)}
.shop-card .badge.sold{background:#efe7d9;color:#9a8f7a}
.shop-card .badge{background:var(--peach);color:var(--coral-dk)}
.pager{display:flex;gap:18px;justify-content:center;align-items:center;margin:46px 0 8px;font-family:'Rubik',sans-serif;font-size:15px}
.pager a,.pager span{color:var(--ink);cursor:pointer;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}
.pager a:hover{background:var(--lav-soft)}
.pager .cur{font-weight:600;color:var(--coral);box-shadow:inset 0 -2px 0 var(--coral)}
.pager .nx{font-size:18px}
/* keyboard focus — visible ring on all interactive elements */
a:focus-visible,button:focus-visible,input:focus-visible,.drop:focus-visible{outline:3px solid var(--coral);outline-offset:2px;border-radius:6px}

/* ============ BLOG PAGE ============ */
.blogpage-hero{text-align:center;padding:58px 0 26px}
.blogpage-hero h1{font-family:'Rubik',sans-serif;font-size:clamp(34px,5vw,54px);font-weight:600}
.blogpage-hero p{color:var(--coral);font-size:18px;margin-top:8px}
.pills{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:8px 0 38px}
.pill{font-family:'Rubik',sans-serif;font-size:14px;font-weight:500;padding:9px 22px;border-radius:999px;border:2px solid var(--coral);color:var(--ink);background:#fff;cursor:pointer;transition:.18s}
.pill.on,.pill:hover{background:var(--coral);color:#fff;border-color:var(--coral)}
.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}

/* ============ ABOUT ============ */
.about-hero{text-align:center;padding:54px 0 8px}
.about-hero h1{font-family:'Rubik',sans-serif;font-size:clamp(34px,5vw,54px);font-weight:600}
.about-hero .sub{font-weight:500;margin-top:8px;font-size:16px;color:var(--muted)}
.story{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1120px;margin:0 auto;padding:36px 24px}
.story .pic img{width:100%;border-radius:18px;object-fit:cover;aspect-ratio:4/3}
.story h2{font-family:'Rubik',sans-serif;font-size:27px;font-weight:600;margin-bottom:16px;text-align:center}
.story p{color:#5b5568;font-size:15px;line-height:1.85;text-align:center}
.story.rev .pic{order:2}
.about-store{max-width:760px;margin:30px auto 0;padding:0 24px 10px}
.about-store hr{border:none;border-top:1px solid var(--line);margin-bottom:30px}
.about-store h2{font-family:'Rubik',sans-serif;font-size:28px;font-weight:600;margin-bottom:16px}
.about-store p{color:#5b5568;font-size:15px;line-height:1.8;margin-bottom:12px}

/* ============ PRODUCT PAGE ============ */
.pdp{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1180px;margin:0 auto;padding:36px 24px;align-items:start}
.gallery{position:sticky;top:24px}
.gallery .main{border:1px solid var(--line);border-radius:16px;overflow:hidden;aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center}
.gallery .main img{width:100%;height:100%;object-fit:cover}
.gallery .thumbs{display:flex;gap:10px;margin-top:12px}
.gallery .thumbs img{width:78px;height:78px;object-fit:cover;border:1px solid var(--line);border-radius:10px;cursor:pointer;background:var(--cream2)}
.gallery .thumbs img.sel{border-color:var(--coral);border-width:2px}
.pdp .ptag{display:inline-block;background:var(--peach);color:var(--coral-dk);font-weight:500;font-size:13px;padding:6px 14px;border-radius:999px;font-family:'Rubik',sans-serif}
.pdp h1{font-family:'Rubik',sans-serif;font-size:28px;font-weight:600;margin:14px 0 14px;line-height:1.22}
.talk{margin-bottom:16px}
.talk .lbl{background:#F5BFBF;color:#7a1f3c;text-align:center;font-family:'Rubik',sans-serif;font-weight:600;font-size:14px;padding:9px;border-radius:999px;margin-bottom:14px}
.talk .row{display:flex;gap:10px;text-align:center}
.talk .row>div{flex:1;font-size:11.5px;color:#5b5568;line-height:1.3}
.talk .row .ic{width:56px;height:56px;border-radius:50%;background:var(--lav-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 7px}
.talk .row .ic svg{width:26px;height:26px;color:var(--coral)}
.opt-label{font-family:'Rubik',sans-serif;font-weight:500;font-size:13px;margin-bottom:8px}
.quote{font-style:italic;color:#5b5568;font-size:14px;margin-bottom:14px}
.price-row{display:flex;align-items:center;gap:12px;margin-bottom:6px}
.price-row .reg{color:#6f6a7d;text-decoration:line-through}
.price-row .sale{font-size:24px;font-weight:700;font-family:'Rubik',sans-serif}
.price-row .sold{background:#ece5f2;color:#4f4661;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;font-family:'Rubik',sans-serif}
.taxnote{color:var(--muted);font-size:12px;margin-bottom:16px}
.swatches{display:flex;gap:10px;margin-bottom:18px}
.swatch{width:34px;height:34px;border-radius:50%;border:2px solid #e3dce9;cursor:pointer}
.swatch.sel{border-color:var(--ink)}
.save-badge{display:inline-flex;align-items:center;gap:5px;background:var(--lav-soft);color:var(--coral-dk);font-family:'Rubik',sans-serif;font-weight:700;font-size:13px;padding:6px 13px;border-radius:999px;white-space:nowrap}
.save-badge svg{display:block}
.size-opts{display:flex;gap:10px;margin-bottom:20px}
.size-pill{min-width:74px;padding:13px 24px;border:2px solid var(--ink);background:#fff;border-radius:999px;font-family:'Rubik',sans-serif;font-weight:600;font-size:15px;color:var(--ink);cursor:pointer;transition:transform .16s var(--ease),background .18s,color .18s}
.size-pill.sel{background:var(--ink);color:#fff}
.size-pill:active{transform:scale(.93)}
.bundle-head{text-align:center;font-family:'Rubik',sans-serif;font-weight:600;font-size:15px;letter-spacing:.3px;margin:6px 0 14px;position:relative}
.bundle-head::before,.bundle-head::after{content:'';position:absolute;top:50%;width:24%;height:1px;background:var(--line)}
.bundle-head::before{left:0}.bundle-head::after{right:0}
.tier-sizes{flex-basis:100%;display:none;margin-top:8px;border-top:1px dashed var(--line);padding-top:12px;flex-direction:column;gap:8px}
.tier.sel .tier-sizes{display:flex}
.tsize-row{display:flex;align-items:center;gap:10px}
.tsize-row img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--cream2);flex:none}
.tsize-row select{flex:1;padding:9px 12px;border:1px solid var(--line);border-radius:9px;font:inherit;background:#fff;cursor:pointer;color:var(--ink)}
.btn-add{width:100%;background:var(--coral);color:#fff;border:none;border-radius:14px;padding:16px;font-weight:700;font-family:'Rubik',sans-serif;font-size:16px;cursor:pointer;box-shadow:0 10px 24px rgba(206,52,101,.3);transition:transform .16s var(--ease),background .18s}
.btn-add:hover{background:var(--coral-dk);transform:translateY(-2px)}
.btn-add:active{transform:scale(.96)}
.rating-summary{display:flex;align-items:center;gap:10px;max-width:1180px;margin:4px auto 0;padding:0 24px}
.rating-summary .rs-stars{color:#2e9e6b;font-size:19px;letter-spacing:2px}
.rating-summary .rs-count{color:var(--muted);font-size:15px;font-family:'Rubik',sans-serif}
.bundle{border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:16px}
.bundle .bhead{background:var(--lav-soft);text-align:center;font-family:'Rubik',sans-serif;font-weight:500;font-size:13px;padding:9px}
.tier{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);cursor:pointer}
.tier:last-child{border-bottom:none}
.tier.sel{outline:2px solid var(--coral);outline-offset:-2px;border-radius:10px}
.tier .rdo{width:18px;height:18px;border:2px solid #d8d0e0;border-radius:50%;flex:none}
.tier.sel .rdo{border-color:var(--coral);background:radial-gradient(var(--coral) 40%,#fff 45%)}
.tier .t1{flex:1}.tier .t1 b{font-size:14px;font-weight:600}.tier .t1 .sv{display:block;font-size:12px;color:var(--coral)}.tier .t1 .sv-grey{display:block;font-size:12px;color:var(--muted)}
.tier .tp{font-weight:700;font-family:'Rubik',sans-serif}.tier .tp .o{color:#6f6a7d;text-decoration:line-through;font-weight:400;font-size:12px;margin-right:5px}
.pop-badge{position:absolute;top:-9px;right:14px;background:var(--coral);color:#fff;font-family:'Rubik',sans-serif;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;padding:3px 10px;border-radius:999px;box-shadow:0 3px 8px rgba(206,52,101,.3)}
.tier-colors{flex-basis:100%;display:none;margin-top:6px;border-top:1px dashed var(--line);padding-top:12px}
.tier.sel .tier-colors{display:block}
.tc-label{display:block;font-family:'Rubik',sans-serif;font-weight:500;font-size:12px;color:var(--muted);margin-bottom:8px}
.csel{display:flex;justify-content:space-between;align-items:center;border:1px solid #f0c9d3;background:#fff;border-radius:9px;padding:9px 12px;font-size:13px;font-family:'Rubik',sans-serif}
.csel .unav{color:#b22a56;font-size:11px;font-weight:600}
.cnote{display:block;color:#b22a56;font-size:11px;margin:3px 2px 9px}
.cnote:last-child{margin-bottom:0}
.btn-sold{width:100%;background:#e3dce9;color:#fff;border:none;border-radius:12px;padding:15px;font-weight:600;font-family:'Rubik',sans-serif;font-size:15px;cursor:not-allowed}
.stocknote{background:var(--peach);color:#b22a56;font-size:12.5px;padding:10px 14px;border-radius:10px;margin:12px 0}
.pdp-review{display:flex;gap:12px;align-items:flex-start;background:var(--lav-soft);border-radius:14px;padding:14px 16px;margin:18px 0}
.pdp-review .av{width:40px;height:40px;border-radius:50%;background:var(--coral);color:#fff;flex:none;display:flex;align-items:center;justify-content:center;font-family:'Rubik',sans-serif;font-weight:700}
.pdp-review .stars{color:#f5a623;font-size:13px;letter-spacing:1px}
.pdp-review p{font-style:italic;color:#5b5568;font-size:13.5px;line-height:1.55;margin:3px 0 4px}
.pdp-review b{font-size:13px}
.pdp-faq{margin-top:18px}
.pdp-faq details{border-bottom:1px solid var(--line)}
.pdp-faq summary{list-style:none;cursor:pointer;padding:14px 2px;display:flex;justify-content:space-between;font-family:'Rubik',sans-serif;font-weight:500;font-size:14px}
.pdp-faq summary::-webkit-details-marker{display:none}
.pdp-faq summary .pm{transition:.2s;color:var(--coral)}
.pdp-faq details[open] summary .pm{transform:rotate(45deg)}
.pdp-faq .a{padding:0 2px 14px;color:#5b5568;font-size:14px;line-height:1.7}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px;text-align:center}
.trust>div{font-size:11px;color:var(--muted)}
.trust .ic{display:flex;align-items:center;justify-content:center;margin-bottom:5px}
.trust .ic svg{width:24px;height:24px;color:var(--coral)}
.why-love{position:relative;background:linear-gradient(120deg,#F5BFBF,#FEE1E1);text-align:center;padding:96px 24px;clip-path:polygon(0 7%,100% 0,100% 93%,0 100%);margin:8px 0}
.wl-inner{max-width:760px;margin:0 auto}
.why-love h2{font-family:'Rubik',sans-serif;font-size:32px;font-weight:600;color:#3a2030}
.why-love p{margin-top:8px;color:#7a4a58}
.why-love .kids{width:230px;height:230px;border-radius:50%;object-fit:cover;margin:26px auto 0;border:6px solid #fff;box-shadow:0 12px 30px rgba(46,42,57,.14)}
.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:900px;margin:54px auto;text-align:center}
.benefit-row .ic{width:84px;height:84px;border-radius:50%;background:var(--lav-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.benefit-row .ic svg{width:38px;height:38px;color:var(--coral)}
.benefit-row h3{font-family:'Rubik',sans-serif;font-size:14px;font-weight:500}
.special{max-width:1000px;margin:0 auto;padding:20px 24px 62px}
.special h2{font-family:'Rubik',sans-serif;text-align:center;font-size:34px;font-weight:600;margin-bottom:30px}
.special h2 .accent{color:var(--coral)}
.compare{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.ctable{border-collapse:separate;border-spacing:0 8px;width:100%}
.ctable td,.ctable th{padding:12px 14px;font-size:13.5px;font-weight:400}
.ctable .lbl{background:#F5BFBF;color:#7a1f3c;font-family:'Rubik',sans-serif;font-weight:600;border-radius:999px;text-align:center}
.ctable .yes{color:#2e9e6b;text-align:center;font-size:18px;font-weight:700}
.ctable .no{color:#e0556b;text-align:center;font-size:18px;font-weight:700}
.ctable thead td,.ctable thead th{background:none;text-align:center;font-family:'Rubik',sans-serif;font-weight:600;padding-bottom:4px}
.ctlogo{font-family:'Bevan',cursive;color:var(--coral);font-size:18px}
.compare .txt h3{font-family:'Rubik',sans-serif;font-size:20px;font-weight:600;margin-bottom:12px}
.compare .txt p{color:#5b5568;font-size:15px;line-height:1.75}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}

/* ============ FOOTER ============ */
.foot-wave{display:block;width:100%;height:60px;margin-bottom:-6px}
.footer{background:var(--plum);color:#5a3a3a;padding:50px 0 0;font-family:'Archivo',sans-serif}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:36px}
.footer .flogo{display:inline-block;font-family:'Rubik',sans-serif;font-weight:600;font-size:26px;color:#4a2630;margin-bottom:14px}
.footer p.about{font-size:14px;line-height:1.7;max-width:320px;color:#5a4040}
.footer p.about b{color:#3a2020;font-family:'Rubik',sans-serif}
.footer h3{font-size:14px;font-weight:600;margin-bottom:16px;color:#3a2a2a;font-family:'Rubik',sans-serif;letter-spacing:.3px}
.footer ul{list-style:none}
.footer ul li{margin-bottom:9px}
.footer ul li a{font-size:14px;color:#5a4040}
.footer ul li a:hover{color:var(--coral-dk)}
.news{display:flex;background:#fff;border-radius:999px;padding:5px;max-width:300px;margin-top:6px}
.news input{flex:1;border:none;outline:none;padding:10px 16px;background:transparent;font-family:'Archivo',sans-serif}
.news button{background:var(--coral);color:#fff;border:none;border-radius:999px;width:44px;font-size:18px;cursor:pointer}
.social{display:flex;gap:12px;margin-top:18px}
.social a{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--coral);font-size:15px}
.social a:hover{background:var(--coral)}
.foot-bottom{border-top:1px solid rgba(0,0,0,.1);margin-top:40px;padding:18px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:13px;color:#6a4a4a}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.foot-bottom .pay{display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.pay span{background:#fff;border-radius:4px;padding:3px 6px;font-size:10px;font-weight:700;color:#555}
.foot-bottom .legal{display:flex;gap:16px}

/* ============ RESPONSIVE ============ */
@media(max-width:1100px){
  .nav{gap:16px;font-size:13px}
  .prod-grid{grid-template-columns:repeat(3,1fr)}
  .reviews{grid-template-columns:repeat(2,1fr)}
  .shop-grid,.blog-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .nav,.head-right .country,.head-icons .desk-only{display:none}
  .hamburger{display:flex}
  .header .wrap{height:64px}
  .hero .hwrap{grid-template-columns:1fr;min-height:auto;padding:26px 24px 0;text-align:center}
  .hero .htext p{margin-left:auto;margin-right:auto}
  .hero .hpic{margin-top:8px}
  .pdp{grid-template-columns:1fr;gap:26px}
  .gallery{position:static}
  .compare{grid-template-columns:1fr;gap:24px}
  .story{grid-template-columns:1fr;gap:20px}
  .story.rev .pic{order:0}
  .why-grid{grid-template-columns:1fr;gap:26px}
  .mystery .panel{grid-template-columns:1fr;gap:26px;padding:24px}
  .home-blog-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:26px}
  .footer p.about{grid-column:1/3}
}
@media(max-width:600px){
  .wrap,.wrap-lg{padding:0 16px}
  .prod-grid,.shop-grid,.blog-grid{grid-template-columns:repeat(2,1fr);gap:13px}
  .col-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .reviews{grid-template-columns:1fr}
  .vids{grid-template-columns:repeat(2,1fr)}
  .features{gap:18px}.feature{max-width:46%}
  .benefit-row,.trust{grid-template-columns:repeat(2,1fr);gap:18px}
  .foot-grid{grid-template-columns:1fr}
  .footer p.about{grid-column:auto}
  .card h3{min-height:34px;font-size:13.5px}
  .section{padding:44px 0}
  .toolbar{font-size:12.5px}
}

/* ============================================================
   IMPECCABLE ELEVATION — bold, tactile, memorable
   ============================================================ */
:root{ --ease:cubic-bezier(.22,1,.36,1); }

/* signature squish: hover lifts + grows slightly, press squishes down */
.card{transition:transform .24s var(--ease),box-shadow .24s var(--ease)}
.card .imgbox img{transition:transform .35s var(--ease)}
.card:hover .imgbox img{transform:scale(1.06)}
.btn{transition:transform .16s var(--ease),background .18s,box-shadow .2s,color .18s}
.btn:active{transform:scale(.93)}
.btn-coral:hover{transform:translateY(-2px) scale(1.02)}
.col-card .ci,.post,.vid,.review{transition:transform .24s var(--ease),box-shadow .24s var(--ease)}
.col-card:active .ci,.card:active{transform:scale(.97)}
.pill{transition:transform .16s var(--ease),background .18s,color .18s,border-color .18s}
.pill:active{transform:scale(.93)}

/* brand marquee — one deliberate signature device */
.marquee{background:var(--ink);color:#fff;overflow:hidden;white-space:nowrap;padding:13px 0;user-select:none}
.marquee .track{display:inline-block;animation:scrollx 26s linear infinite;font-family:'Rubik',sans-serif;font-weight:600;font-size:15px;letter-spacing:1.5px;text-transform:uppercase}
.marquee .track span{margin:0 20px}
.marquee .track .d{color:var(--coral)}
@keyframes scrollx{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* reveal-on-scroll — enhances an already-visible default (no visibility gating) */
body.motion-on .reveal{opacity:0;transform:translateY(20px)}
body.motion-on .reveal.in{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease)}

/* hero punch */
.hero{position:relative}
.hero .htext h1{letter-spacing:-1.5px}
.hl{background:linear-gradient(transparent 58%, var(--butter) 58%);padding:0 .04em;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:2px}
.hero .proof{display:flex;align-items:center;gap:10px;margin-top:20px;font-size:13.5px;color:#5b5568;font-weight:500}
.hero .proof .st{color:#ffb52e;letter-spacing:1px}
.hero .blob{position:absolute;border-radius:50%;z-index:0;pointer-events:none}
.hero .hwrap{position:relative;z-index:1}
.hero .b1{width:120px;height:120px;background:var(--mint);opacity:.35;top:8%;right:46%}
.hero .b2{width:80px;height:80px;background:var(--butter);opacity:.45;bottom:14%;left:4%}
.hero .b3{width:54px;height:54px;background:var(--coral);opacity:.30;top:18%;left:30%}
.hero .hpic img{box-shadow:0 30px 70px rgba(237,90,126,.20)}

@media (prefers-reduced-motion: reduce){
  .marquee .track{animation:none}
  body.motion-on .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .card:hover .imgbox img{transform:none}
}

/* ============================================================
   CART DRAWER + TOAST + SEARCH (front-end commerce)
   ============================================================ */
.cd-backdrop{position:fixed;inset:0;background:rgba(46,42,57,.45);opacity:0;visibility:hidden;transition:opacity .25s var(--ease);z-index:70}
.cd-backdrop.open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(92vw,400px);background:#fff;z-index:71;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .32s var(--ease);box-shadow:-12px 0 40px rgba(46,42,57,.18)}
.cart-drawer.open{transform:translateX(0)}
.cd-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}
.cd-head h2{font-family:'Bevan',cursive;font-weight:400;font-size:22px;color:var(--ink)}
.cd-close{background:none;border:none;font-size:30px;line-height:1;cursor:pointer;color:var(--ink)}
.cd-body{flex:1;overflow-y:auto;padding:8px 22px}
.cd-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}
.cd-item img{width:64px;height:64px;border-radius:12px;object-fit:cover;background:var(--cream2);flex:none}
.cd-meta{flex:1;min-width:0}
.cd-name{font-family:'Rubik',sans-serif;font-weight:500;font-size:14px;line-height:1.3}
.cd-price{color:var(--coral);font-weight:700;font-size:14px;margin:2px 0 8px}
.cd-qty{display:flex;align-items:center;gap:8px}
.cd-qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:8px;cursor:pointer;font-size:16px;line-height:1;color:var(--ink)}
.cd-qty button:hover{background:var(--lav-soft)}
.cd-qty span{min-width:20px;text-align:center;font-weight:600;font-size:14px}
.cd-rm{margin-left:auto;border:none;background:none;color:var(--muted);font-size:12px;cursor:pointer;width:auto;text-decoration:underline}
.cd-rm:hover{color:var(--coral)}
.cd-foot{padding:18px 22px;border-top:1px solid var(--line)}
.cd-subtotal{display:flex;justify-content:space-between;align-items:baseline;font-family:'Rubik',sans-serif;font-weight:500;margin-bottom:12px}
.cd-subtotal b{font-size:20px;font-family:'Bevan',cursive;font-weight:400}
.cd-checkout{width:100%}
.cd-note{text-align:center;color:var(--muted);font-size:11.5px;margin-top:10px}
.cd-empty{text-align:center;padding:48px 12px;color:var(--muted)}
.cd-empty .cd-emoji{font-size:48px;margin-bottom:12px}
.cd-empty p{margin-bottom:18px}
.cart-toast{position:fixed;left:50%;bottom:26px;transform:transl(-50%,20px);translate:-50% 20px;background:var(--ink);color:#fff;padding:13px 22px;border-radius:999px;font-family:'Rubik',sans-serif;font-weight:500;font-size:14px;z-index:90;opacity:0;visibility:hidden;transition:opacity .25s var(--ease),translate .25s var(--ease);box-shadow:0 10px 30px rgba(0,0,0,.25)}
.cart-toast.show{opacity:1;visibility:visible;translate:-50% 0}
/* quick-add button on product cards */
.card .add{margin-top:auto;width:100%;font-size:13px;padding:11px}
/* shop search */
.shop-search{display:flex;align-items:center;gap:8px;max-width:340px;margin:0 0 4px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 14px}
.shop-search input{flex:1;border:none;outline:none;font:inherit;background:transparent}
.shop-search svg{width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:1.8;flex:none}
.shop-noresults{text-align:center;color:var(--muted);padding:40px 0;font-size:15px}
@media (prefers-reduced-motion: reduce){.cart-drawer,.cd-backdrop,.cart-toast{transition:none}}
