/* Real TSL design system — extracted verbatim from the TSL site (index.html <style> + shop.css). Loaded last so TSL classes win during the petdayz->TSL port. */
/* ============================================================
   THE SKIN LOVERS — shared stylesheet
   Palette: blush & coral, soft / feminine / premium
   ============================================================ */
:root{
  --petal:#FEF6F3; --blush:#FDDFE0; --soft:#FDFCFC; --sand:#F9EFE9; --taupe:#EDDCD5;
  --rose:#C99A9C; --rose-dk:#B07E80; --coral:#F79E8B; --coral-dk:#EE8067;
  --stone:#6E6A68; --charcoal:#212121; --ink:#3A3838;
  --serif:'Fahkwang',Georgia,serif; --sans:'DM Sans',system-ui,sans-serif;
  --wrap:1220px; --r:16px; --r-sm:10px;
  /* D20: champagne (rewards/referral banner) tokens — brand gold used only for
     rewards/referral surfaces. Ported here so the auth referral banner no longer
     depends on the legacy petdayz --gold. */
  --champagne-light:#fbf3e4; --champagne-border:#e5d3a8; --champagne-text:#7a6128;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--charcoal);background:var(--petal);line-height:1.65;-webkit-font-smoothing:antialiased;font-size:16px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px}
h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:1.15;letter-spacing:.2px;color:var(--charcoal)}
/* D11: reset the legacy petdayz .eyebrow pill (styles.css leaks bg/padding/border/
   box-shadow via the non-overlapping props). Keep only the TSL type treatment. */
.eyebrow{font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--stone);display:inline;background:none;padding:0;border:none;border-radius:0;box-shadow:none}
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-weight:600;font-size:14.5px;letter-spacing:.02em;padding:14px 30px;border-radius:40px;border:1.5px solid transparent;cursor:pointer;transition:.2s}
.btn-primary{background:var(--coral);color:var(--charcoal)}
.btn-primary:hover{background:var(--coral-dk)}
.btn-ghost{background:transparent;color:var(--charcoal);border-color:var(--charcoal);box-shadow:none}
.btn-ghost:hover{background:var(--charcoal);color:var(--petal)}
.section{padding:88px 0}
.sec-head{text-align:center;max-width:620px;margin:0 auto 54px}
.sec-head h2{font-size:clamp(30px,4.2vw,44px);margin:14px 0 0;color:var(--rose);font-weight:500}
.sec-head p{color:var(--stone);margin-top:15px;font-size:15.5px}

/* announcement + header */
.announce{background:var(--rose);color:var(--charcoal);text-align:center;font-size:12.5px;letter-spacing:.09em;padding:10px 16px;font-weight:500}
.announce b{font-weight:700}
header{position:sticky;top:0;z-index:50;background:rgba(254,246,243,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--taupe);transition:.25s}
.nav{display:flex;align-items:center;justify-content:space-between;height:80px}
.brand img{height:48px;width:auto}
.menu{display:flex;align-items:center;gap:36px;list-style:none}
.menu a{font-size:14.5px;font-weight:500;color:var(--charcoal);letter-spacing:.02em;position:relative;padding:4px 0}
.menu a::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--coral);transition:.25s}
.menu a:hover::after,.menu a.active::after{width:100%}
.menu a.active{color:var(--rose-dk)}
.nav-right{display:flex;align-items:center;gap:18px}
.lang{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600;letter-spacing:.05em;color:var(--charcoal);border:1px solid var(--taupe);padding:7px 13px;border-radius:30px;cursor:pointer}
.lang:hover{border-color:var(--rose)}
.icon-btn{background:none;border:none;cursor:pointer;color:var(--charcoal);display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:4px}
.burger{display:none}

/* hero (home) */
.hero{background:var(--petal);position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding:78px 0 84px}
.hero h1{font-size:clamp(46px,6.6vw,82px);line-height:1.0;margin:18px 0 0;letter-spacing:-.5px;color:var(--charcoal)}
.hero h1 em{font-style:italic;color:var(--rose);font-weight:400}
.hero p{font-size:17px;color:var(--ink);max-width:430px;margin:24px 0 0}
.hero-cta{display:flex;gap:14px;margin-top:36px;flex-wrap:wrap}
.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:440px}
.hero-blob{position:absolute;width:440px;height:440px;border-radius:50%;background:var(--soft);box-shadow:0 30px 80px -44px rgba(176,126,128,.6)}
.hero-ring{position:absolute;width:486px;height:486px;border-radius:50%;border:1.5px dashed var(--rose)}
.hero-visual img{position:relative;max-height:430px;width:auto;filter:drop-shadow(0 22px 30px rgba(141,136,134,.22))}
.hero-badge{position:absolute;top:20px;right:4px;background:var(--rose);color:var(--charcoal);font-family:var(--sans);font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:9px 16px;border-radius:30px;z-index:3}

/* page banner (inner pages) */
.page-banner{background:var(--blush);text-align:center;padding:64px 0}
.page-banner .eyebrow{color:var(--rose-dk)}
.page-banner h1{font-size:clamp(36px,5vw,56px);margin-top:12px;color:var(--charcoal)}
.page-banner p{color:var(--ink);max-width:560px;margin:16px auto 0;font-size:16px}
.crumbs{font-size:12.5px;color:var(--stone);letter-spacing:.04em;margin-bottom:6px}
.crumbs a:hover{color:var(--coral-dk)}

/* values */
.values{background:var(--soft);border-top:1px solid var(--taupe);border-bottom:1px solid var(--taupe)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:44px 0}
.value{display:flex;align-items:center;gap:15px;justify-content:center}
.value svg{width:30px;height:30px;color:var(--coral);flex-shrink:0}
.value b{display:block;font-family:var(--serif);font-size:16px;color:var(--charcoal);font-weight:500}
.value span{font-size:13px;color:var(--stone)}

/* categories */
.cats{background:var(--sand)}
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.cat{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:3/4;background:var(--soft);border:1px solid var(--taupe);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;padding:22px 14px;transition:.25s}
.cat:hover{transform:translateY(-5px);box-shadow:0 24px 44px -30px rgba(176,126,128,.55);border-color:var(--rose)}
.cat-img{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:26px}
.cat-img img{max-height:62%;width:auto}
.cat-sun{background:var(--blush)}
.cat-name{position:relative;z-index:2;font-family:var(--serif);font-size:18px;color:var(--charcoal);font-weight:500}
.cat-go{position:relative;z-index:2;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--coral-dk);margin-top:5px;display:flex;align-items:center;gap:5px}

/* product cards */
.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:var(--soft);border:1px solid var(--taupe);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:.25s}
.card:hover{box-shadow:0 28px 48px -32px rgba(176,126,128,.6);border-color:var(--rose)}
.card-img{background:var(--petal);aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.card-img img{width:100%;height:100%;object-fit:cover}
.tag{position:absolute;top:14px;left:14px;background:var(--blush);color:var(--charcoal);font-size:11px;font-weight:600;letter-spacing:.05em;padding:5px 12px;border-radius:30px}
.tag.well{background:var(--sand);color:var(--ink)}
.card-body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}
.card-body h3{font-size:18px;margin:0 0 4px;line-height:1.25;color:var(--charcoal)}
.card-body .desc{font-size:13.5px;color:var(--stone);margin-bottom:18px;flex:1;line-height:1.55}
.buy-label{font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--stone);margin-bottom:9px}
.buy-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.buy{display:flex;align-items:center;justify-content:center;gap:5px;font-size:12.5px;font-weight:600;color:var(--charcoal);background:var(--petal);border:1px solid var(--taupe);padding:10px 6px;border-radius:9px;transition:.18s;text-align:center}
.buy:hover{border-color:var(--coral);background:var(--blush);transform:translateY(-1px)}

/* shop filter */
.filter-bar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:44px}
.filter-bar button{font-family:var(--sans);font-size:13.5px;font-weight:500;color:var(--ink);background:var(--soft);border:1px solid var(--taupe);padding:9px 20px;border-radius:30px;cursor:pointer;transition:.18s}
.filter-bar button:hover{border-color:var(--rose)}
.filter-bar button.active{background:var(--coral);border-color:var(--coral);color:var(--charcoal);font-weight:600}

/* story */
.story{background:var(--blush);text-align:center;position:relative;overflow:hidden}
.story .wrap{position:relative;z-index:2;max-width:720px}
.story .heart{display:block;width:46px;height:46px;margin:0 auto 22px;color:var(--coral)}.story .heart svg{width:100%;height:100%}.story-group{max-width:920px;margin:0 auto 36px;border-radius:var(--r);overflow:hidden;box-shadow:0 40px 90px -55px rgba(176,126,128,.7)}.story-group img{width:100%;height:auto;display:block}
.story h2{color:var(--charcoal);font-size:clamp(30px,4.2vw,46px);font-weight:400;font-style:italic}
.story p{font-size:16.5px;margin:22px 0 32px;color:var(--ink)}

/* tips */
.tips{background:var(--petal)}
.tip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tip{background:var(--soft);border:1px solid var(--taupe);border-radius:var(--r);padding:32px 28px;transition:.25s;display:block}
.tip:hover{transform:translateY(-5px);box-shadow:0 24px 44px -30px rgba(176,126,128,.55);border-color:var(--rose)}
.tip .num{font-family:var(--sans);font-size:12px;color:var(--rose-dk);font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.tip h3{font-size:20px;margin:12px 0 10px;color:var(--charcoal)}
.tip p{font-size:14px;color:var(--stone);line-height:1.6}
.tip .more{margin-top:20px;font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--coral-dk);display:inline-flex;align-items:center;gap:6px}

/* follow / whatsapp */
.follow{background:var(--sand);text-align:center}
.follow h2{color:var(--rose);font-size:clamp(28px,3.8vw,40px)}
.follow p{color:var(--stone);margin:15px 0 30px;font-size:15.5px}
.follow-actions{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap}
.wa-btn{display:inline-flex;align-items:center;gap:10px;background:var(--coral);color:var(--charcoal);font-weight:600;font-size:14.5px;padding:14px 28px;border-radius:40px;transition:.2s}
.wa-btn:hover{background:var(--coral-dk)}
.wa-btn svg{width:20px;height:20px}
.follow-socials{display:flex;gap:12px}
.follow-socials a{width:48px;height:48px;border-radius:50%;background:var(--soft);border:1px solid var(--taupe);display:flex;align-items:center;justify-content:center;color:var(--charcoal);transition:.2s}
.follow-socials a:hover{background:var(--coral);border-color:var(--coral)}
.follow-socials svg{width:20px;height:20px}

/* generic content / prose */
.prose{max-width:760px;margin:0 auto;padding:72px 0}
.prose h2{font-size:26px;color:var(--rose);margin:34px 0 12px}
.prose h3{font-size:19px;color:var(--charcoal);margin:26px 0 8px}
.prose p{margin:0 0 16px;color:var(--ink);font-size:15.5px}
.prose ul{margin:0 0 16px 20px;color:var(--ink)}
.prose li{margin-bottom:7px}
.prose .updated{font-size:13px;color:var(--stone);margin-bottom:30px}
.prose a{color:var(--coral-dk);text-decoration:underline}

/* about layout */
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-split.rev .about-text{order:2}
.about-text h2{font-size:clamp(26px,3.4vw,38px);color:var(--rose);margin-bottom:18px}
.about-text p{color:var(--ink);font-size:15.5px;margin-bottom:14px}
.about-visual{border-radius:var(--r);overflow:hidden;background:var(--blush);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center}
.about-visual img{width:100%;height:100%;object-fit:cover}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px}
.pillar{background:var(--soft);border:1px solid var(--taupe);border-radius:var(--r);padding:34px 28px;text-align:center}
.pillar svg{width:38px;height:38px;color:var(--coral);margin:0 auto 16px}
.pillar h3{font-size:19px;margin-bottom:8px}
.pillar p{font-size:14px;color:var(--stone)}

/* reviews */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review{background:var(--soft);border:1px solid var(--taupe);border-radius:var(--r);padding:30px 26px}
.stars{color:var(--coral);letter-spacing:3px;font-size:15px;margin-bottom:14px}
.review blockquote{font-family:var(--serif);font-style:italic;font-size:17px;color:var(--charcoal);line-height:1.45;margin-bottom:16px}
.review .who{font-size:13px;color:var(--stone)}
.review .who b{color:var(--rose-dk);font-weight:600;display:block;font-family:var(--sans);font-size:13.5px}

/* faq accordion */
.faq-wrap{max-width:780px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--taupe)}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--serif);font-size:18px;color:var(--charcoal);padding:22px 40px 22px 0;position:relative;display:block}
.faq-q::after{content:'+';position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--coral-dk);font-family:var(--sans);transition:.2s}
.faq-item.open .faq-q::after{content:'–'}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a div{padding:0 0 24px;color:var(--ink);font-size:15px}
.faq-a ul{margin:8px 0 0 20px}

/* store locator */
.store-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:start}
.store-hq{background:var(--blush);border-radius:var(--r);padding:38px 34px}
.store-hq h3{font-size:22px;margin-bottom:16px}
.store-hq .row{display:flex;gap:11px;margin-bottom:13px;font-size:15px;color:var(--ink)}
.store-hq .row svg{width:18px;height:18px;color:var(--coral-dk);flex-shrink:0;margin-top:3px}
.stockists{background:var(--soft);border:1px solid var(--taupe);border-radius:var(--r);padding:34px}
.stockists h3{font-size:20px;margin-bottom:6px}
.stockists .note{font-size:13.5px;color:var(--stone);margin-bottom:20px}
.stockist{padding:14px 0;border-bottom:1px solid var(--taupe)}
.stockist:last-child{border-bottom:none}
.stockist b{font-size:15px;color:var(--charcoal)}
.stockist span{display:block;font-size:13.5px;color:var(--stone);margin-top:2px}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:start}
.contact-info .row{display:flex;gap:13px;margin-bottom:22px;align-items:flex-start}
.contact-info .row svg{width:20px;height:20px;color:var(--coral-dk);flex-shrink:0;margin-top:3px}
.contact-info h4{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);margin-bottom:3px;font-family:var(--sans);font-weight:700}
.contact-info .row p{color:var(--ink);font-size:15px}
.contact-form{background:var(--soft);border:1px solid var(--taupe);border-radius:var(--r);padding:36px}
.contact-form h3{font-size:22px;margin-bottom:18px}
.field{margin-bottom:16px}
.field label{display:block;font-size:13px;color:var(--ink);margin-bottom:6px;font-weight:500}
.field input,.field textarea{width:100%;padding:13px 16px;border:1px solid var(--taupe);border-radius:var(--r-sm);background:var(--petal);font-family:var(--sans);font-size:14.5px;color:var(--charcoal)}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(247,158,139,.35)}
.field textarea{min-height:120px;resize:vertical}

/* tip article */
.article{max-width:740px;margin:0 auto;padding:64px 0}
.article .meta{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-dk);margin-bottom:14px}
.article h1{font-size:clamp(32px,4.4vw,48px);line-height:1.1;margin-bottom:18px}
.article .lede{font-size:18px;color:var(--ink);font-family:var(--serif);font-style:italic;margin-bottom:30px;line-height:1.5}
.article .hero-img{border-radius:var(--r);overflow:hidden;background:var(--blush);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;margin-bottom:36px}
.article .hero-img img{max-height:78%;width:auto}
.article h2{font-size:24px;color:var(--rose);margin:34px 0 12px}
.article p{margin-bottom:16px;color:var(--ink);font-size:16px}
.article ul{margin:0 0 16px 22px}
.article li{margin-bottom:8px;color:var(--ink)}
.related{border-top:1px solid var(--taupe);margin-top:48px;padding-top:36px}

/* footer */
footer{background:var(--charcoal);color:#C7BFBC;font-size:14px;padding:66px 0 0}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:40px;padding-bottom:50px}
.foot-brand img{height:44px;margin-bottom:18px;filter:brightness(0) invert(1)}
.foot-brand p{font-family:var(--serif);font-style:italic;color:#E6DEDB;font-size:16px;max-width:240px}
footer h4{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:18px}
.foot-links{list-style:none;display:flex;flex-direction:column;gap:11px}
.foot-links a:hover{color:var(--coral)}
.foot-contact div{display:flex;gap:10px;margin-bottom:13px;align-items:flex-start}
.foot-contact svg{width:16px;height:16px;color:var(--coral);flex-shrink:0;margin-top:3px}
.socials{display:flex;gap:11px;margin-top:18px}
.socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:.2s}
.socials a:hover{background:var(--coral);border-color:var(--coral);color:var(--charcoal)}
.socials svg{width:17px;height:17px}
.foot-bar{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12.5px;color:#8E8784}
.foot-bar a{color:#8E8784}.foot-bar a:hover{color:var(--coral)}
.market-badge{font-size:12.5px;color:#C7BFBC}
.market-badge b{color:var(--coral);font-weight:600}

/* drawer */
.drawer{position:fixed;inset:0;z-index:60;background:rgba(33,33,33,.45);opacity:0;pointer-events:none;transition:.25s}
.drawer.open{opacity:1;pointer-events:auto}
.drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(82%,330px);background:var(--petal);transform:translateX(100%);transition:.28s;padding:26px;display:flex;flex-direction:column}
.drawer.open .drawer-panel{transform:translateX(0)}
.drawer-panel .close{align-self:flex-end;margin-bottom:18px}
.drawer-panel a{font-family:var(--serif);font-size:22px;color:var(--charcoal);padding:14px 0;border-bottom:1px solid var(--taupe)}

@media(max-width:1000px){
  .hero-grid{grid-template-columns:1fr;text-align:center;padding:56px 0 64px}
  .hero p{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}
  .hero-visual{order:-1;min-height:310px}
  .hero-blob{width:310px;height:310px}.hero-ring{width:346px;height:346px}.hero-visual img{max-height:310px}
  .values-grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .prod-grid,.tip-grid,.review-grid{grid-template-columns:repeat(2,1fr)}
  .pillars{grid-template-columns:1fr}
  .about-split{grid-template-columns:1fr;gap:32px}
  .about-split.rev .about-text{order:0}
  .store-grid,.contact-grid{grid-template-columns:1fr;gap:28px}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .wrap{padding:0 20px}
  .menu{display:none}.burger{display:flex}
  .section{padding:62px 0}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .prod-grid,.tip-grid,.review-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr;gap:34px}
  .foot-bar{justify-content:center;text-align:center}
}

/* ===== hero (home) — single-screen autoplay video ===== */
.hero{position:relative;height:88vh;min-height:560px;max-height:840px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(150deg,#c9a0a0,#8d6a6c 55%,#574345)}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(38,25,27,.42),rgba(38,25,27,.34) 45%,rgba(38,25,27,.66))}
/* Wide enough that "Glow with Confidence" stays on ONE line on desktop
   (the old full-width hero did too); it only wraps on small screens, where
   the roomier line-height keeps the two lines from crowding. */
.hero-content{position:relative;z-index:2;padding:0 24px;max-width:1080px;display:flex;flex-direction:column;align-items:center}
.hero-content .eyebrow{color:#fff;opacity:.88}
.hero-content h1{font-family:var(--serif);font-size:clamp(38px,6.2vw,78px);line-height:1.08;margin:14px 0 0;color:#fff;letter-spacing:-.4px;font-weight:500;text-shadow:0 2px 34px rgba(0,0,0,.35)}
.hero-content h1 em{font-style:italic;color:#FFE1D6;font-weight:400}
.hero-sub{font-size:clamp(16px,2.2vw,20px);color:#fff;opacity:.94;margin:22px 0 0;max-width:520px;line-height:1.55;text-shadow:0 2px 20px rgba(0,0,0,.4)}
.hero-cta{margin-top:34px}
.scroll-cue{margin-top:44px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#fff;opacity:.85;display:inline-flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none}
.scroll-cue svg{width:22px;height:22px;color:#fff;animation:bob 1.8s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}

.story-band{padding:100px 0}
.wrap.narrow{max-width:760px}
.story-lead{text-align:center}
.story-lead .eyebrow{color:var(--rose-dk)}
.story-lead h2{font-family:var(--serif);font-size:clamp(28px,4.4vw,48px);line-height:1.16;color:var(--charcoal);margin:14px 0 0;font-weight:500;letter-spacing:-.3px}
.story-lead p{font-size:17px;line-height:1.85;color:var(--ink);margin-top:22px}
.story-idea{text-align:center}
.story-quote{font-family:var(--serif);font-size:clamp(26px,3.8vw,42px);line-height:1.22;color:var(--rose);font-weight:500;margin:0}
.story-quote em{font-style:italic;color:var(--rose-dk)}
.story-idea p{font-size:17px;line-height:1.85;color:var(--ink);margin-top:18px}
.story-forwhom{text-align:center}
.story-big-p{font-size:clamp(19px,2.5vw,25px);line-height:1.66;color:var(--charcoal);margin:0;font-weight:400}

.story-photo-wrap{padding:18px 0}
.story-photo{max-width:1000px;margin:0 auto;aspect-ratio:16/9;border-radius:var(--r);overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,var(--blush),var(--sand));box-shadow:0 40px 90px -55px rgba(176,126,128,.7)}
.story-photo img{width:100%;height:100%;object-fit:cover}
.sp-ph{display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--rose-dk)}
.sp-ic{width:60px;height:60px;color:var(--rose);opacity:.85}
.sp-ph span{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--stone)}

.closing{text-align:center;padding:116px 0}
.closing-line{font-family:var(--serif);font-size:clamp(32px,5.2vw,60px);color:var(--rose);font-weight:500;line-height:1.08}
.signoff{font-family:var(--serif);font-style:italic;font-size:21px;color:var(--charcoal);margin-top:26px;line-height:1.6}

.js .reveal{opacity:0;transform:translateY(30px);transition:opacity .75s ease,transform .75s ease}
.js .reveal.in{opacity:1;transform:none}
@media(max-width:820px){
  .story-band{padding:66px 0}
  .hero{height:82vh;min-height:480px}
  .story-photo{aspect-ratio:4/3}
  .closing{padding:78px 0}
}

/* ===== product detail page ===== */
.crumbs{background:var(--soft);border-bottom:1px solid var(--taupe);font-size:13px}
.crumbs .wrap{padding-top:14px;padding-bottom:14px}
.crumbs a{color:var(--stone);text-decoration:none}
.crumbs a:hover{color:var(--rose)}
.crumbs span{color:var(--charcoal)}
.pd-top{padding:52px 0 64px}
.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.pd-gallery{position:sticky;top:96px}
.pg-main{background:var(--petal);border-radius:var(--r);aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pg-main img{width:100%;height:100%;object-fit:cover}
.pg-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}
.pg-thumb{width:78px;height:78px;border:1px solid var(--taupe);border-radius:12px;background:var(--petal);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s;overflow:hidden}
.pg-thumb img{width:100%;height:100%;object-fit:cover}
.pg-thumb.active,.pg-thumb:hover{border-color:var(--rose)}
.pd-summary .pd-cat{font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--coral-dk)}
.pd-summary h1{font-size:clamp(28px,3.6vw,40px);margin:10px 0 0;color:var(--charcoal);line-height:1.12}
.pd-price{font-family:var(--serif);font-size:26px;color:var(--rose-dk);margin:14px 0 0}
.pd-short{font-size:16px;line-height:1.7;color:var(--ink);margin:18px 0 0}
.pd-buy{margin-top:26px;padding-top:24px;border-top:1px solid var(--taupe)}
.pd-buy .buy-label{margin-bottom:10px}
.pd-wa{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:14px;font-weight:600;color:var(--rose-dk);text-decoration:none}
.pd-wa svg{width:18px;height:18px}
.pd-wa:hover{color:var(--coral-dk)}
.pd-desc-title{font-size:24px;color:var(--rose);margin:0 0 20px}
.pd-desc{font-size:16px;line-height:1.8;color:var(--ink)}
.pd-desc .pd-sub{font-family:var(--serif);font-size:20px;color:var(--charcoal);margin:26px 0 10px;font-weight:500}
.pd-desc .pd-sub:first-child{margin-top:0}
.pd-desc p{margin:0 0 14px}
.pd-desc ul{margin:0 0 16px;padding-left:20px}
.pd-desc li{margin:6px 0}
.pd-soon{color:var(--stone);font-style:italic}
a.card-img{text-decoration:none;cursor:pointer}
.card-body h3 a{color:inherit;text-decoration:none}
.card-body h3 a:hover{color:var(--rose)}
.card-link{display:inline-block;font-size:13px;font-weight:600;color:var(--rose-dk);text-decoration:none;margin:-2px 0 14px}
.card-link:hover{color:var(--coral-dk)}
@media(max-width:820px){
  .pd-grid{grid-template-columns:1fr;gap:30px}
  .pd-gallery{position:static}
  .pd-top{padding:30px 0 44px}
}

/* product story / content images */
.pd-visuals{max-width:800px;margin:30px auto 0;display:flex;flex-direction:column;gap:18px}
.pd-visuals img{width:100%;height:auto;border-radius:var(--r);display:block;box-shadow:0 18px 50px -38px rgba(176,126,128,.55)}

/* ===== team (about) ===== */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1080px;margin:0 auto}
.team-card{background:var(--soft);border:1px solid var(--taupe);border-radius:var(--r);padding:26px;text-align:center}
.team-photo{aspect-ratio:4/5;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(155deg,var(--blush),var(--sand));margin-bottom:20px}
.team-photo img{width:100%;height:100%;object-fit:cover}
.team-card h3{font-size:22px;color:var(--charcoal);margin:0}
.team-role{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--coral-dk);margin:8px 0 12px}
.team-card p{font-size:14.5px;line-height:1.7;color:var(--ink)}
@media(max-width:820px){.team-grid{grid-template-columns:1fr;max-width:380px}}

/* ===== routine (home: cleanse / nourish / protect) ===== */
.routine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1120px;margin:0 auto;align-items:start}
.r-title{font-family:var(--serif);font-size:26px;color:var(--rose);font-weight:500;margin:0}
.r-desc{font-size:14px;color:var(--stone);margin:6px 0 18px}
.rmini{display:flex;gap:18px;align-items:center;background:var(--soft);border:1px solid var(--taupe);border-radius:16px;padding:16px;text-decoration:none;margin-bottom:16px;transition:border-color .2s,transform .2s,box-shadow .2s}
.rmini:hover{border-color:var(--rose);transform:translateY(-2px);box-shadow:0 14px 34px -26px rgba(176,126,128,.6)}
.rm-img{position:relative;flex:0 0 132px;width:132px;height:132px;border-radius:12px;background:var(--petal);display:flex;align-items:center;justify-content:center}
.rm-img img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.rm-badge{position:absolute;top:-7px;left:-7px;background:var(--blush);border:1px solid var(--taupe);color:var(--charcoal);font-size:9px;font-weight:700;letter-spacing:.08em;padding:3px 7px;border-radius:99px;white-space:nowrap}
.rm-body{display:flex;flex-direction:column;gap:3px;min-width:0}
.rm-body strong{font-size:14.5px;color:var(--charcoal);font-weight:600;line-height:1.3}
.rm-body em{font-style:normal;font-size:12.5px;color:var(--stone);line-height:1.45}
.rm-go{font-size:12px;font-weight:600;color:var(--rose-dk);margin-top:3px}
.rmini:hover .rm-go{color:var(--coral-dk)}
@media(max-width:880px){.routine-grid{grid-template-columns:1fr;max-width:480px;gap:26px}}

/* contact link styling */
.foot-contact a{color:inherit;text-decoration:none}
.foot-contact a:hover{color:var(--coral)}
.contact-info .row a,.store-info .row a{color:var(--ink);text-decoration:none;font-weight:500}
.contact-info .row a:hover,.store-info .row a:hover{color:var(--rose-dk)}
.tiny-link{display:inline-block;font-size:13px;font-weight:600;color:var(--rose-dk);text-decoration:none;margin-top:6px}
.tiny-link:hover{color:var(--coral-dk)}

/* award chip */
.pd-award{display:inline-block;margin-top:12px;background:linear-gradient(135deg,#FBF3E4,#F6E7C8);border:1px solid #E5D3A8;color:#7A6128;font-size:12.5px;font-weight:700;letter-spacing:.04em;padding:7px 14px;border-radius:99px}

/* ===== superbrands seal ===== */
.sb-seal{width:84px;height:auto}
.sb-seal-lg{display:block;margin:0 auto;width:130px;height:auto;filter:drop-shadow(0 14px 30px rgba(122,97,40,.25))}
.sb-band{padding:84px 0}
.sb-title{font-family:var(--serif);font-size:clamp(22px,3vw,32px);color:var(--charcoal);margin:20px 0 0;font-weight:500}
.sb-sub{font-size:15px;color:var(--stone);margin-top:10px}
.sb-about{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:34px}
.sb-about span{font-size:14px;line-height:1.6;color:var(--ink);text-align:left}
.foot-award{display:flex;align-items:center;gap:10px;margin:16px 0 4px}
.foot-award img{width:54px;height:auto}
.foot-award span{font-size:11px;letter-spacing:.06em;line-height:1.5;color:#cfcac8;text-transform:uppercase}
.pd-award-row{display:flex;align-items:center;gap:10px;margin-top:14px}
.pd-award-row img{width:46px;height:auto}
.pd-award-row span{font-size:13px;font-weight:600;color:#7A6128}
@media(max-width:820px){.sb-about{flex-direction:column;text-align:center}.sb-about span{text-align:center}}
.foot-award img{filter:none}


/* language dropdown */
.lang-switch{position:relative;display:inline-flex}
.lang-switch>.lang{background:none;font-family:var(--sans);line-height:1}
.lang-chev{transition:transform .2s;flex-shrink:0}
.lang-switch.open .lang-chev{transform:rotate(180deg)}
.lang-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:172px;list-style:none;margin:0;padding:6px;background:var(--soft);border:1px solid var(--taupe);border-radius:12px;box-shadow:0 18px 44px -26px rgba(176,126,128,.7);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:70}
.lang-switch.up .lang-menu{top:auto;bottom:calc(100% + 8px);right:auto;left:0;transform:translateY(6px)}
.lang-switch.open .lang-menu{opacity:1;visibility:visible;transform:none}
.lang-menu li{margin:0}
.lang-menu a{display:block;padding:9px 13px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--charcoal)}
.lang-menu a:hover{background:var(--blush)}
.lang-menu a[aria-current]{color:var(--rose-dk);font-weight:700}

/* ============================================================================
   THE SKIN LOVERS — shop engine styles
   assets/css/shop.css — consumes the :root tokens already declared inline on
   every page (see docs/TSL-SHOP-SPEC.md §1/§9). No new colour tokens here,
   no gold, no emoji content — shadows are always the rose tint
   0 24px 44px -30px rgba(176,126,128,.5) family.

   This file EXTENDS .btn / .btn-primary / .btn-ghost / .field (already
   defined inline on every page) — it never redeclares their base look,
   only adds what those pages don't already cover (select styling, focus
   rings, small sizing tweaks like .add-btn).

   Loaded after each page's inline <style> block, so equal-specificity
   rules here correctly win by source order.
   ============================================================================ */

/* ---------------------------------------------------------------------- */
/* visually-hidden utility — keeps an element focusable/in the tab order   */
/* while removing it from sight (UI-1: native inputs behind styled labels) */
/* ---------------------------------------------------------------------- */
.sr-only{
  position:absolute; width:1px; height:1px; margin:-1px; padding:0;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

/* ---------------------------------------------------------------------- */
/* toast                                                                   */
/* ---------------------------------------------------------------------- */
.tsl-toast{
  position:fixed; left:50%; bottom:26px; z-index:300;
  display:flex; align-items:center; gap:10px;
  background:var(--charcoal); color:var(--petal);
  font-family:var(--sans); font-size:13.5px; font-weight:600;
  padding:13px 20px; border-radius:40px;
  box-shadow:0 24px 44px -20px rgba(176,126,128,.65);
  opacity:0; pointer-events:none;
  transform:translate(-50%,14px);
  transition:opacity .25s ease, transform .25s ease;
  max-width:calc(100% - 40px);
}
.tsl-toast.show{ opacity:1; transform:translate(-50%,0); }
.tsl-toast-icon{ display:flex; flex:none; color:var(--coral); }
.tsl-toast-msg{ white-space:nowrap; }

/* ---------------------------------------------------------------------- */
/* header bag / account icons — markup injected by the site-wide retrofit,
   styling owned here per spec §11.4                                      */
/* ---------------------------------------------------------------------- */
.icon-btn.nav-bag{ position:relative; }
.cart-bubble{
  position:absolute; top:-4px; right:-6px; min-width:17px; height:17px;
  padding:0 4px; border-radius:20px;
  background:var(--coral); color:var(--charcoal);
  font-family:var(--sans); font-size:11px; font-weight:700; line-height:17px; text-align:center;
}
.cart-bubble[hidden]{ display:none; }
.cart-bubble.tsl-pulse{ animation:tslBadgeBump .5s ease; }
@keyframes tslBadgeBump{
  0%{ transform:scale(1); }
  35%{ transform:scale(1.3); }
  100%{ transform:scale(1); }
}
@media(max-width:720px){
  .icon-btn.nav-account{ display:none; }
}

/* ---------------------------------------------------------------------- */
/* bag drawer                                                              */
/* ---------------------------------------------------------------------- */
html.tsl-noscroll{ overflow:hidden; }

.bagdrawer{
  position:fixed; inset:0; z-index:220;
  visibility:hidden; opacity:0;
  transition:opacity .25s ease, visibility 0s linear .25s;
}
.bagdrawer.open{
  visibility:visible; opacity:1;
  transition:opacity .25s ease;
}
.bagdrawer-overlay{
  position:absolute; inset:0;
  background:rgba(33,33,33,.45);
}
.bagdrawer-panel{
  position:absolute; top:0; right:0; height:100%;
  width:min(100%,400px);
  background:var(--petal);
  border-left:1px solid var(--taupe);
  box-shadow:-30px 0 60px -30px rgba(176,126,128,.6);
  display:flex; flex-direction:column;
  transform:translateX(100%);
  transition:transform .3s ease;
}
.bagdrawer.open .bagdrawer-panel{ transform:translateX(0); }

.bagdrawer-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 22px 16px; border-bottom:1px solid var(--taupe); flex:none;
}
.bagdrawer-head h3{ font-size:20px; }
.bagdrawer-x{
  width:40px; height:40px; min-width:40px;
  display:flex; align-items:center; justify-content:center;
  background:none; border:none; color:var(--charcoal); cursor:pointer; border-radius:50%;
  transition:background .18s;
}
.bagdrawer-x:hover{ background:var(--blush); }

.bagdrawer-body{ flex:1; overflow-y:auto; padding:6px 22px; }
.bagdrawer-empty{
  text-align:center; padding:70px 10px 40px;
  display:flex; flex-direction:column; align-items:center; gap:20px;
}
.bagdrawer-empty p{ color:var(--stone); font-size:15px; }

.bagdrawer-foot{ padding:16px 22px 24px; border-top:1px solid var(--taupe); flex:none; }
.bagdrawer-actions{ display:flex; gap:10px; margin-top:14px; }
.bagdrawer-actions .btn{ flex:1; justify-content:center; padding:13px 16px; font-size:13.5px; }

@media(max-width:720px){
  .bagdrawer-panel{ width:100%; }
}

/* ---------------------------------------------------------------------- */
/* bag item row — used by the drawer AND cart.html (owner: reuse verbatim) */
/* Wrap each row in an element carrying data-sku="SKU" so the qty-step     */
/* inside it mutates the cart live (see shop.js contract notes).           */
/* ---------------------------------------------------------------------- */
.bag-item{
  display:grid; grid-template-columns:64px 1fr auto; gap:14px;
  align-items:flex-start; padding:18px 0; border-bottom:1px solid var(--taupe);
}
.bag-item:last-child{ border-bottom:none; }
.bag-item-thumb{
  width:64px; height:64px; border-radius:var(--r-sm); object-fit:cover;
  background:var(--soft); border:1px solid var(--taupe);
}
.bag-item-info{ min-width:0; }
.bag-item-name{ font-size:14.5px; font-weight:600; color:var(--charcoal); line-height:1.35; }
.bag-item-tag{ font-size:12px; color:var(--stone); margin:2px 0 10px; }
.bag-item-side{
  display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between;
  gap:12px; min-height:64px;
}
.bag-item-total{ font-family:var(--serif); font-size:15px; color:var(--rose-dk); white-space:nowrap; }
.bag-item-remove{
  width:40px; height:40px; min-width:40px;
  display:flex; align-items:center; justify-content:center;
  background:none; border:none; color:var(--stone); cursor:pointer; border-radius:50%;
  transition:background .18s, color .18s;
}
.bag-item-remove:hover{ background:var(--blush); color:var(--rose-dk); }

@media(max-width:480px){
  .bag-item{ grid-template-columns:52px 1fr auto; gap:10px; }
  .bag-item-thumb{ width:52px; height:52px; }
}

/* ---------------------------------------------------------------------- */
/* qty stepper — drawer, cart.html, PDP .pd-buy (§11.8 markup)             */
/* ---------------------------------------------------------------------- */
.qty-step{
  display:inline-flex; align-items:center;
  border:1.5px solid var(--taupe); border-radius:40px; background:var(--soft);
  overflow:hidden; width:max-content;
}
.qty-step button{
  width:40px; height:40px; min-width:40px;
  display:flex; align-items:center; justify-content:center;
  background:none; border:none; font-size:17px; font-weight:600; color:var(--charcoal);
  cursor:pointer; transition:background .18s;
}
.qty-step button:hover{ background:var(--blush); }
.qty-step input{
  width:38px; height:40px; border:none; background:none; text-align:center;
  font-family:var(--sans); font-size:14.5px; font-weight:600; color:var(--charcoal);
}
.qty-step input:focus{ outline:none; }

/* ---------------------------------------------------------------------- */
/* points pill (PDP + rewards) — brand law §1: blush bg, rose-dk text      */
/* ---------------------------------------------------------------------- */
.pts-pill{
  display:inline-flex; align-items:center; gap:6px; margin-top:12px;
  background:var(--blush); color:var(--rose-dk);
  font-family:var(--sans); font-size:12.5px; font-weight:600;
  padding:7px 14px; border-radius:30px;
}

/* ---------------------------------------------------------------------- */
/* product card price row / add-to-bag button (§11.7)                     */
/* ---------------------------------------------------------------------- */
.price-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:2px; }
.card-price{ font-family:var(--serif); font-size:17px; color:var(--rose-dk); }
.add-btn{ padding:10px 20px; font-size:12.5px; white-space:nowrap; }

/* ---------------------------------------------------------------------- */
/* "also on Lazada/Shopee" micro-copy — product cards + PDP (UI-10)        */
/* echoes .also-on-ship's idiom (checkout.html)                            */
/* ---------------------------------------------------------------------- */
.also-on{ font-size:12.5px; color:var(--stone); margin-top:10px; }
.also-on a{ color:var(--coral-dk); text-decoration:underline; }

/* ---------------------------------------------------------------------- */
/* checkout layout                                                         */
/* ---------------------------------------------------------------------- */
.co-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(24px,3vw,40px); align-items:start; }
.co-grid > *:last-child{ position:sticky; top:96px; }
@media(max-width:880px){
  .co-grid{ grid-template-columns:1fr; }
  .co-grid > *:last-child{ position:static; }
}

.co-panel{
  background:var(--soft); border:1px solid var(--taupe); border-radius:var(--r);
  padding:clamp(20px,3vw,28px);
  box-shadow:0 24px 44px -34px rgba(176,126,128,.5);
  margin-bottom:20px;
}
.co-panel:last-child{ margin-bottom:0; }
.co-panel h3{ font-size:18px; margin-bottom:16px; }
.co-panel h3 small{ display:block; font-size:12px; color:var(--stone); font-weight:500; margin-top:4px; font-family:var(--sans); }

/* ---------------------------------------------------------------------- */
/* pay / shipping option cards (§7)                                        */
/* ---------------------------------------------------------------------- */
.pay-opt{
  display:flex; align-items:center; gap:14px;
  background:var(--petal); border:1.5px solid var(--taupe); border-radius:var(--r-sm);
  padding:14px 16px; cursor:pointer; transition:border-color .18s, background .18s, box-shadow .18s;
  margin-bottom:10px;
}
.pay-opt:last-child{ margin-bottom:0; }
.pay-opt:hover{ border-color:var(--rose); }
.pay-opt.selected,
.pay-opt:has(input:checked){
  border-color:var(--coral); background:var(--blush);
  box-shadow:0 16px 30px -22px rgba(176,126,128,.6);
}
.pay-opt input[type="radio"]:not(.sr-only){ width:20px; height:20px; min-width:20px; accent-color:var(--coral); flex:none; }
.pay-opt .info{ min-width:0; flex:1; }
.pay-opt b{ font-size:14.5px; display:block; color:var(--charcoal); }
.pay-opt small{ display:block; color:var(--stone); font-size:12.5px; margin-top:2px; }
.pay-opt .chip{
  flex:none; font-size:11px; font-weight:700; letter-spacing:.03em; color:var(--stone);
  background:var(--sand); border:1px solid var(--taupe); border-radius:20px; padding:4px 10px;
}
.pay-opt .logo{
  flex:none; min-width:52px; text-align:center;
  font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  color:var(--rose-dk); background:var(--sand); border:1px solid var(--taupe); border-radius:8px;
  padding:7px 10px; box-shadow:0 8px 18px -14px rgba(176,126,128,.6);
}
.pay-opt.selected .logo,
.pay-opt:has(input:checked) .logo{
  background:var(--soft); border-color:var(--coral); color:var(--coral-dk);
}

/* ---------------------------------------------------------------------- */
/* Glow Points redemption slider (§4/§9)                                   */
/* ---------------------------------------------------------------------- */
.redeem-slider{ margin-top:14px; }
.redeem-slider input[type="range"]{
  -webkit-appearance:none; appearance:none;
  width:100%; height:6px; border-radius:6px; background:var(--blush);
  outline:none; cursor:pointer;
}
.redeem-slider input[type="range"]::-webkit-slider-runnable-track{
  height:6px; border-radius:6px; background:var(--blush);
}
.redeem-slider input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none; appearance:none;
  width:22px; height:22px; border-radius:50%; margin-top:-8px;
  background:var(--coral); border:3px solid var(--soft);
  box-shadow:0 6px 14px -6px rgba(176,126,128,.85); cursor:pointer;
}
.redeem-slider input[type="range"]::-moz-range-track{
  height:6px; border-radius:6px; background:var(--blush);
}
.redeem-slider input[type="range"]::-moz-range-thumb{
  width:22px; height:22px; border-radius:50%; border:3px solid var(--soft);
  background:var(--coral); box-shadow:0 6px 14px -6px rgba(176,126,128,.85); cursor:pointer;
}
.redeem-slider input[type="range"]:focus{ outline:2px solid var(--coral); outline-offset:4px; }
.redeem-readout{ display:flex; justify-content:space-between; font-size:13px; color:var(--stone); margin-top:8px; }
.redeem-readout b{ color:var(--rose-dk); font-weight:700; }

/* ---------------------------------------------------------------------- */
/* order summary lines                                                     */
/* ---------------------------------------------------------------------- */
.summary-line{ display:flex; justify-content:space-between; align-items:center; gap:10px; font-size:14.5px; color:var(--ink); padding:7px 0; }
.summary-line .neg{ color:var(--rose-dk); }
.summary-line .free{ color:var(--coral-dk); font-weight:700; }
.summary-line.total{
  border-top:1.5px solid var(--taupe); margin-top:8px; padding-top:16px;
  font-family:var(--serif); font-size:21px; color:var(--charcoal); font-weight:500;
}

/* ---------------------------------------------------------------------- */
/* free shipping nudge (bag drawer, cart.html, checkout)                   */
/* ---------------------------------------------------------------------- */
.free-ship-nudge{
  background:var(--sand); border:1px dashed var(--rose); border-radius:var(--r-sm);
  color:var(--rose-dk); font-size:12.5px; font-weight:600;
  padding:10px 14px; margin:12px 0;
}

/* ---------------------------------------------------------------------- */
/* form grid + field extensions (baseline .field lives in every page's     */
/* inline <style>; we only add what it doesn't cover)                      */
/* ---------------------------------------------------------------------- */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-grid .full{ grid-column:1 / -1; }
@media(max-width:720px){ .form-grid{ grid-template-columns:1fr; } }

.field select{
  width:100%; padding:13px 16px; border:1px solid var(--taupe); border-radius:var(--r-sm);
  background:var(--petal); font-family:var(--sans); font-size:14.5px; color:var(--charcoal);
}
.field .error{ display:block; color:var(--rose-dk); font-size:12.5px; margin-top:6px; font-weight:500; }
.field.has-error input, .field.has-error select{ border-color:var(--rose-dk); }
/* checkout validation errors (UI-2) — same rose/small/spaced idiom as the
   .form-error banners on login.html/register.html, scoped per-field here */
.field-error{ display:block; color:var(--rose-dk); font-size:12.5px; font-weight:600; letter-spacing:.01em; margin-top:6px; }
.field-error[hidden]{ display:none; }
.field input:focus, .field select:focus, .field textarea:focus{
  outline:2px solid var(--coral); outline-offset:2px; border-color:var(--coral);
}

/* ---------------------------------------------------------------------- */
/* order cards + timeline (UI-17: account-orders.html owns the concrete    */
/* order-card/order-timeline markup+CSS directly — its structure diverged  */
/* from this shared skeleton enough that duplicating it here bought        */
/* nothing but drift, so the shared copy was retired in favour of the      */
/* page's own rules.)                                                      */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* panel card (UI-19: account-orders.html + rewards.html shared this with  */
/* drifting padding — 34px 32px vs 30px 32px. Canonicalised on the larger  */
/* of the two, account-orders.html's value, since it's the one both pages  */
/* now render.)                                                            */
/* ---------------------------------------------------------------------- */
.panel-card{
  background:var(--soft); border:1px solid var(--taupe); border-radius:var(--r);
  padding:34px 32px;
  box-shadow:0 24px 44px -34px rgba(176,126,128,.4);
}
@media(max-width:680px){
  .panel-card{ padding:24px 22px; }
}

/* ---------------------------------------------------------------------- */
/* auth card (login.html / register.html)                                  */
/* ---------------------------------------------------------------------- */
.auth-card{
  max-width:440px; margin:0 auto;
  background:var(--soft); border:1px solid var(--taupe); border-radius:var(--r);
  padding:38px 34px;
  box-shadow:0 28px 50px -36px rgba(176,126,128,.55);
}
.auth-card h1{ font-size:26px; text-align:center; }
.auth-card .sub{ text-align:center; color:var(--stone); font-size:13.5px; margin:8px 0 26px; }
.auth-card .switch{ text-align:center; font-size:13.5px; color:var(--stone); margin-top:20px; }
.auth-card .switch a{ color:var(--coral-dk); font-weight:600; text-decoration:underline; }
.auth-card .demo-note{ text-align:center; font-size:11.5px; color:var(--stone); margin-top:18px; }
.auth-card .form-error{
  background:var(--blush); color:var(--rose-dk); font-size:13px; font-weight:600;
  padding:11px 14px; border-radius:var(--r-sm); margin-bottom:16px;
}
@media(max-width:480px){
  .auth-card{ padding:30px 22px; }
}

/* ---------------------------------------------------------------------- */
/* rewards (rewards.html)                                                  */
/* ---------------------------------------------------------------------- */
/* D13: bold rose -> rose-dark gradient with white text (matches rewards.html
   memberView .reward-hero), not the pale blush->sand it used to ship. */
.reward-hero{
  background:linear-gradient(150deg,var(--rose),var(--rose-dk));
  border-radius:var(--r); padding:38px 36px; color:#fff;
  box-shadow:0 30px 60px -34px rgba(176,126,128,.7);
}
.reward-hero .eyebrow{ color:rgba(255,255,255,.85); }
.reward-hero .bal{ font-family:var(--serif); font-size:clamp(36px,5vw,52px); font-weight:500; color:#fff; margin-top:10px; line-height:1; }
.reward-hero .bal small{ font-size:16px; color:rgba(255,255,255,.92); font-family:var(--sans); font-weight:600; }
.reward-hero .sub{ font-size:14.5px; margin-top:8px; color:rgba(255,255,255,.92); }

/* D21: real 2-column .soft earn-tile component (ported from rewards.html
   guestView .earn-grid/.earn-tile). Supports both the reference <ul> markup and
   the dashboard's h3/p/.pts markup so the page no longer needs page-scoped glue. */
.earn-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.earn-tile{ background:var(--soft); border:1px solid var(--taupe); border-radius:var(--r); padding:26px 24px; }
.earn-tile h3{ font-size:17px; color:var(--rose-dk); margin-bottom:12px; }
.earn-tile ul{ margin:0; padding-left:18px; color:var(--ink); font-size:14px; line-height:1.8; }
.earn-tile p{ font-size:14px; color:var(--ink); margin-bottom:10px; }
.earn-tile .pts{ font-family:var(--serif); font-size:19px; color:var(--charcoal); }
@media(max-width:680px){ .earn-grid{ grid-template-columns:1fr; } }

.streak-dots{ display:flex; gap:10px; justify-content:center; margin:18px 0 22px; flex-wrap:wrap; }
.streak-dots span{
  width:34px; height:34px; border-radius:50%;
  background:var(--soft); border:1.5px solid var(--taupe);
  display:flex; align-items:center; justify-content:center;
  font-size:11px; font-weight:700; color:var(--stone);
}
.streak-dots span.filled{
  background:linear-gradient(135deg,var(--blush),var(--coral));
  border-color:var(--coral); color:var(--charcoal);
}
/* day-7 bonus marker: pill shape + coral ring (UI-17: rewards.html used to
   carry its own .day7 class for this; nth-child(7) covers it without one) */
.streak-dots span:nth-child(7){ width:48px; border-radius:20px; box-shadow:0 0 0 2px var(--coral) inset; }

.ledger-scroll{ overflow-x:auto; }
.ledger-table{ width:100%; border-collapse:collapse; font-size:13.5px; }
.ledger-table th{
  text-align:left; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color:var(--stone); padding:10px 12px; border-bottom:1.5px solid var(--taupe); white-space:nowrap;
}
.ledger-table td{ padding:12px; border-bottom:1px solid var(--taupe); color:var(--ink); }
.ledger-table tr:last-child td{ border-bottom:none; }
.ledger-table .amt-plus{ color:var(--coral-dk); font-weight:700; }
.ledger-table .amt-minus{ color:var(--rose-dk); font-weight:700; }

/* ---------------------------------------------------------------------- */
/* focus states — brand law §9: 2px coral outline, 2px offset              */
/* ---------------------------------------------------------------------- */
.qty-step button:focus-visible,
.bagdrawer-x:focus-visible,
.bag-item-remove:focus-visible,
.add-btn:focus-visible,
.streak-dots span:focus-visible,
.btn:focus-visible{
  outline:2px solid var(--coral); outline-offset:2px;
}
.pay-opt:focus-within{ outline:2px solid var(--coral); outline-offset:2px; }

/* ---------------------------------------------------------------------- */
/* shared mobile breakpoints (matches site: 880px, 720px)                  */
/* ---------------------------------------------------------------------- */
@media(max-width:720px){
  .reward-hero{ padding:28px 20px; }
}

/* ---------------------------------------------------------------------- */
/* PDP variant / option picker                                             */
/* ---------------------------------------------------------------------- */
.pd-variants{ display:flex; flex-direction:column; gap:10px; margin:18px 0 4px; }
.pd-variant{ display:flex; align-items:center; gap:12px; padding:13px 16px; border:1.5px solid var(--taupe); border-radius:var(--r-sm); cursor:pointer; transition:.18s; background:var(--soft); }
.pd-variant:hover{ border-color:var(--rose); }
.pd-variant.selected{ border-color:var(--coral); background:var(--petal); box-shadow:0 0 0 1px var(--coral) inset; }
.pd-variant input{ accent-color:var(--coral-dk); width:18px; height:18px; flex:none; margin:0; }
.pd-variant > span{ flex:1; font-weight:600; font-size:14.5px; color:var(--charcoal); }
.pd-variant > span em{ font-style:normal; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--coral-dk); margin-left:8px; }
.pd-variant > b{ font-family:var(--serif); font-weight:500; color:var(--rose-dk); white-space:nowrap; }

/* ---------------------------------------------------------------------- */
/* Floating bag button (appears bottom-right once the bag has items)       */
/* ---------------------------------------------------------------------- */
.tsl-fab{
  position:fixed; right:20px; bottom:20px; z-index:60;
  width:60px; height:60px; border-radius:50%; border:none; cursor:pointer;
  background:var(--coral); color:var(--charcoal);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 16px 34px -12px rgba(176,126,128,.7);
  transition:transform .18s ease, background .2s ease;
}
.tsl-fab:hover{ background:var(--coral-dk); transform:translateY(-2px); }
.tsl-fab[hidden]{ display:none; }
.tsl-fab-count{
  position:absolute; top:-4px; right:-4px; min-width:22px; height:22px; padding:0 6px;
  border-radius:11px; background:var(--charcoal); color:#fff;
  font-family:var(--sans); font-size:12px; font-weight:700; line-height:22px; text-align:center;
  border:2px solid var(--petal);
}
.tsl-fab-count[hidden]{ display:none; }
@media(max-width:600px){ .tsl-fab{ right:16px; bottom:16px; width:56px; height:56px; } }
