/* Parsley & Thyme
   Visual language follows the Lively Root reference: white ground, sage-green
   accent, sans-serif throughout, square art panels, 8-14px radii, pill badges,
   a trust row under the hero. Departures: no invented reviews or press logos,
   and botanical SVG in place of photography until real photos exist. */

:root{
  --white:#FFFFFF;
  --ground:#FBFBF9;          /* barely-warm white, not cream */
  --panel:#F2F5F1;
  --ink:#1D2420;
  --ink-2:#4A554E;
  --ink-3:#77837B;
  --rule:#E2E7E0;
  --green:#356B4C;           /* brand */
  --green-dk:#28543B;
  --green-lt:#EAF1E9;
  --violet:#6C5A94;          /* meanings / accents */
  --clay:#C87F55;            /* pots, warm accent */
  --amber:#8A6B1F;
  --shadow:0 1px 2px rgba(29,36,32,.05), 0 8px 24px rgba(29,36,32,.05);
  --shadow-h:0 2px 4px rgba(29,36,32,.07), 0 14px 34px rgba(29,36,32,.09);
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --r:12px; --r-lg:18px;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{margin:0;background:var(--white);color:var(--ink-2);font-family:var(--sans);
     font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;}
img,svg{max-width:100%;}
h1,h2,h3,h4{color:var(--ink);margin:0;line-height:1.16;text-wrap:balance;font-weight:700;}
h1{font-size:clamp(2rem,5vw,3.15rem);letter-spacing:-.022em;}
h2{font-size:clamp(1.5rem,3.2vw,2.1rem);letter-spacing:-.016em;}
h3{font-size:1.09rem;letter-spacing:-.008em;}
h4{font-size:.95rem;}
p{margin:0;}
a{color:var(--green);text-decoration:none;}
a:hover{text-decoration:underline;text-underline-offset:3px;}
:focus-visible{outline:2.5px solid var(--violet);outline-offset:2px;border-radius:6px;}
.wrap{max-width:1200px;margin:0 auto;padding:0 clamp(16px,4vw,32px);}
.eyebrow{font-size:.68rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase;color:var(--violet);}

/* ---------- announcement + header ---------- */
.announce{background:var(--green-dk);color:#EAF3EC;font-size:.79rem;text-align:center;
          padding:8px 16px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.announce strong{color:#fff;font-weight:650;}
.announce .sep{opacity:.5;}
.site-head{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);
           backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--rule);}
.head-in{max-width:1200px;margin:0 auto;padding:12px clamp(16px,4vw,32px);
         display:flex;align-items:center;gap:clamp(14px,3vw,34px);}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;flex:none;}
.brand:hover{text-decoration:none;}
.brand-name{font-weight:750;color:var(--ink);font-size:1.06rem;letter-spacing:-.02em;white-space:nowrap;}
.mainnav{display:flex;align-items:center;gap:clamp(12px,2vw,26px);flex:1;font-size:.92rem;}
.mainnav>a{color:var(--ink-2);font-weight:550;}
.mainnav>a:hover{color:var(--green);text-decoration:none;}
.dd{position:relative;}
.dd summary{list-style:none;cursor:pointer;color:var(--ink-2);font-weight:550;
            display:flex;align-items:center;gap:6px;}
.dd summary::-webkit-details-marker{display:none;}
.dd summary::after{content:"";width:6px;height:6px;border-right:1.6px solid currentColor;
                   border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);}
.dd[open] summary{color:var(--green);}
.dd-panel{position:absolute;top:calc(100% + 12px);left:-14px;background:var(--white);
          border:1px solid var(--rule);border-radius:var(--r);box-shadow:var(--shadow-h);
          padding:8px;min-width:230px;display:flex;flex-direction:column;}
.dd-panel a{padding:9px 13px;border-radius:8px;color:var(--ink-2);font-size:.91rem;}
.dd-panel a:hover{background:var(--green-lt);color:var(--green-dk);text-decoration:none;}
.cartlink{position:relative;color:var(--ink);flex:none;display:flex;padding:6px;}
.cart-count{position:absolute;top:-1px;right:-3px;background:var(--green);color:#fff;
            font-size:.66rem;font-weight:750;min-width:17px;height:17px;border-radius:9px;
            display:grid;place-items:center;padding:0 4px;}
/* A class selector with display:grid outranks the UA [hidden] rule, so the
   badge rendered a literal "0" on every page. Restore it explicitly. */
.cart-count[hidden]{display:none;}


/* ---------- mobile menu ---------- */
.mobnav{display:none;position:relative;flex:none;}
.mobnav summary{list-style:none;cursor:pointer;color:var(--ink);display:flex;padding:6px;}
.mobnav summary::-webkit-details-marker{display:none;}
.mobnav[open] summary{color:var(--green);}
.mobnav-panel{position:fixed;left:0;right:0;top:auto;margin-top:12px;background:var(--white);
              border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);
              box-shadow:var(--shadow-h);padding:10px 16px 18px;
              display:flex;flex-direction:column;max-height:72vh;overflow-y:auto;}
.mobnav-panel a{padding:11px 4px;color:var(--ink-2);font-size:1rem;border-bottom:1px solid var(--rule);}
.mobnav-panel a:last-child{border-bottom:0;}
.mobnav-label{font-size:.66rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase;
              color:var(--violet);padding:16px 4px 4px;}

/* ---------- hero ---------- */
.hero{background:linear-gradient(180deg,var(--green-lt) 0%,#F6FAF6 62%,var(--white) 100%);
      border-bottom:1px solid var(--rule);}
.hero-in{max-width:1200px;margin:0 auto;padding:clamp(38px,7vw,74px) clamp(16px,4vw,32px) clamp(30px,5vw,58px);
         display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,5vw,56px);align-items:center;}
.hero-copy{display:flex;flex-direction:column;gap:18px;align-items:flex-start;}
.hero-copy p.sub{font-size:clamp(1.02rem,2.2vw,1.18rem);max-width:46ch;color:var(--ink-2);}
.hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}
.hero-art .art{width:100%;height:auto;border-radius:var(--r);background:var(--white);
               box-shadow:var(--shadow);}
.hero-art > div{display:grid;place-items:center;}
.hero-art > div:nth-child(2){transform:translateY(-16px);}


/* ---------- compact inner-page hero ----------
   The first version left the right half of every inner hero empty and stacked
   enough padding to push product grids below the fold. This tightens both. */
.hero.compact .hero-in{
  padding:clamp(26px,4vw,44px) clamp(16px,4vw,32px) clamp(24px,3.5vw,38px);
  grid-template-columns:1.15fr .85fr;
  gap:clamp(20px,4vw,44px);
}
.hero.compact h1{font-size:clamp(1.75rem,4vw,2.6rem);}
.hero.compact .hero-copy{gap:13px;}
.hero.compact .hero-copy p.sub{font-size:clamp(.99rem,2vw,1.1rem);max-width:44ch;}
.hero-note{font-size:.85rem;color:var(--ink-3);max-width:46ch;}
.hero.compact .hero-art{grid-template-columns:repeat(3,1fr);gap:7px;align-items:end;}
.hero.compact .hero-art > div:nth-child(1){transform:translateY(10px);}
.hero.compact .hero-art > div:nth-child(2){transform:translateY(-8px);}
.hero.compact .hero-art > div:nth-child(3){transform:translateY(6px);}
/* When there is no art, centre the copy rather than leaving a void. */
.hero.compact.noart .hero-in{grid-template-columns:1fr;}
.hero.compact.noart .hero-copy{max-width:60ch;}

/* Tighten the first band after a hero — the two paddings were compounding. */
.hero + .trust + section.band,
.hero + section.band{padding-top:clamp(28px,4vw,44px);}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
     background:var(--green);color:#fff;font-weight:650;font-size:.96rem;
     padding:13px 26px;border-radius:999px;border:1.5px solid var(--green);
     cursor:pointer;transition:background .15s ease,transform .1s ease;}
.btn:hover{background:var(--green-dk);border-color:var(--green-dk);text-decoration:none;color:#fff;}
.btn:active{transform:translateY(1px);}
.btn.ghost{background:transparent;color:var(--green-dk);border-color:#BFD3C4;}
.btn.ghost:hover{background:var(--green-lt);color:var(--green-dk);}
.btn.wide{width:100%;}
.btn:disabled{opacity:.5;cursor:not-allowed;}

/* ---------- trust row ---------- */
.trust{background:var(--white);border-bottom:1px solid var(--rule);}
.trust-in{max-width:1200px;margin:0 auto;padding:22px clamp(16px,4vw,32px);
          display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.t-item{display:flex;gap:11px;align-items:flex-start;color:var(--green);}
.t-item div{display:flex;flex-direction:column;}
.t-item strong{color:var(--ink);font-size:.9rem;font-weight:650;}
.t-item span{color:var(--ink-3);font-size:.81rem;line-height:1.4;}

/* ---------- sections ---------- */
section.band{padding:clamp(40px,6vw,74px) 0;}
section.band.tint{background:var(--ground);border-block:1px solid var(--rule);}
.band-head{display:flex;flex-direction:column;gap:9px;margin-bottom:clamp(20px,3vw,34px);max-width:62ch;}
.band-head.center{margin-inline:auto;text-align:center;align-items:center;}

/* ---------- product grid + card ---------- */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(236px,1fr));gap:clamp(12px,2vw,22px);}
.card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--rule);
      border-radius:var(--r-lg);overflow:hidden;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease;}
.card:hover{box-shadow:var(--shadow-h);transform:translateY(-3px);border-color:#CFDCD1;text-decoration:none;}
.card-art{position:relative;background:var(--panel);aspect-ratio:5/4;display:grid;place-items:center;overflow:hidden;}
.card-art .art{width:100%;height:100%;object-fit:cover;}
.badge{position:absolute;top:10px;left:10px;background:var(--white);color:var(--green-dk);
       font-size:.68rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;
       padding:5px 11px;border-radius:999px;box-shadow:var(--shadow);}
.card-body{padding:15px 17px 17px;display:flex;flex-direction:column;gap:5px;flex:1;}
.card-tier{font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);}
.card-meaning{color:var(--violet);font-size:.87rem;font-weight:600;}
.card-foot{margin-top:auto;padding-top:11px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;}
.price{color:var(--ink);font-weight:750;font-size:1.05rem;}
.card-cta{font-size:.83rem;color:var(--green);font-weight:600;}

/* ---------- occasion tiles ---------- */
.occ-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:12px;}
.occ{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--rule);
     border-radius:var(--r-lg);background:var(--white);transition:border-color .15s ease,background .15s ease;}
.occ:hover{border-color:var(--green);background:var(--green-lt);text-decoration:none;}
.occ strong{color:var(--ink);font-size:1rem;}
.occ span{color:var(--ink-3);font-size:.83rem;line-height:1.45;}

/* ---------- product detail ---------- */
.pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,4vw,54px);
     padding:clamp(26px,4vw,48px) 0;align-items:start;}
.pdp-art{background:var(--panel);border:1px solid var(--rule);border-radius:var(--r-lg);
         overflow:hidden;display:grid;place-items:center;position:relative;}
.pdp-art .art{width:100%;height:auto;}
.pdp-info{display:flex;flex-direction:column;gap:16px;}
.pdp-meaning{font-size:1.1rem;color:var(--violet);font-weight:650;}
.pdp-price{font-size:1.7rem;font-weight:750;color:var(--ink);}
.pdp-price small{font-size:.8rem;font-weight:550;color:var(--ink-3);margin-left:8px;}
.cardline{background:var(--green-lt);border-radius:var(--r);padding:16px 20px;
          font-size:1.06rem;color:var(--green-dk);font-weight:600;}
.cardline span{display:block;font-size:.7rem;font-weight:750;letter-spacing:.12em;
               text-transform:uppercase;color:var(--green);margin-bottom:6px;}
.whatsin{display:flex;flex-direction:column;gap:2px;border:1px solid var(--rule);border-radius:var(--r);overflow:hidden;}
.whatsin .row{display:flex;gap:13px;padding:13px 16px;background:var(--white);align-items:flex-start;}
.whatsin .row+.row{border-top:1px solid var(--rule);}
.whatsin .art{flex:none;width:52px;height:52px;border-radius:8px;background:var(--panel);}
.whatsin b{color:var(--ink);display:block;font-size:.94rem;}
.whatsin em{color:var(--violet);font-style:normal;font-weight:600;font-size:.82rem;}
.whatsin p{font-size:.85rem;color:var(--ink-3);margin-top:3px;}
.pills{display:flex;flex-wrap:wrap;gap:7px;}
.pill{background:var(--panel);color:var(--ink-2);font-size:.77rem;font-weight:600;
      padding:6px 12px;border-radius:999px;border:1px solid var(--rule);}
.pill.good{background:var(--green-lt);color:var(--green-dk);border-color:#CBDECF;}
.qtyrow{display:flex;gap:11px;align-items:stretch;}
.qty{display:flex;align-items:center;border:1.5px solid var(--rule);border-radius:999px;overflow:hidden;}
.qty button{background:none;border:0;font-size:1.15rem;width:40px;cursor:pointer;color:var(--ink-2);}
.qty button:hover{background:var(--panel);}
.qty input{width:38px;text-align:center;border:0;font-size:.98rem;font-weight:650;
           color:var(--ink);background:none;-moz-appearance:textfield;}
.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}

/* ---------- notes ---------- */
.note{border-left:3px solid var(--green);background:var(--green-lt);padding:14px 18px;
      border-radius:0 var(--r) var(--r) 0;font-size:.9rem;}
.note.warn{border-left-color:var(--amber);background:#FBF4E4;}
.note strong{color:var(--ink);}

/* ---------- meanings ---------- */
.herbgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:12px;}
.herbcard{background:var(--white);border:1px solid var(--rule);border-radius:var(--r-lg);
          padding:18px;display:flex;flex-direction:column;gap:7px;}
.herbcard .art{width:100%;max-width:150px;margin:0 auto 4px;}
.herbcard b{color:var(--ink);font-size:1.05rem;}
.herbcard i{color:var(--ink-3);font-size:.76rem;font-style:italic;}
.herbcard .m{color:var(--violet);font-size:.72rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase;}
.herbcard p{font-size:.85rem;color:var(--ink-2);}

/* ---------- cart / checkout ---------- */
.two-col{display:grid;grid-template-columns:1.35fr .8fr;gap:clamp(20px,3vw,40px);align-items:start;
         padding:clamp(24px,4vw,44px) 0;}
.panel{background:var(--white);border:1px solid var(--rule);border-radius:var(--r-lg);padding:clamp(18px,3vw,26px);}
.panel.sticky{position:sticky;top:96px;}
.panel h2{margin-bottom:14px;}
.line{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--rule);align-items:flex-start;}
.line:last-child{border-bottom:0;}
.line .art{flex:none;width:74px;height:auto;border-radius:9px;background:var(--panel);}
.line-info{flex:1;display:flex;flex-direction:column;gap:3px;}
.line-info b{color:var(--ink);}
.line-info .m{color:var(--violet);font-size:.83rem;font-weight:600;}
.line-right{text-align:right;display:flex;flex-direction:column;gap:6px;align-items:flex-end;}
.rm{background:none;border:0;color:var(--ink-3);font-size:.8rem;cursor:pointer;text-decoration:underline;padding:0;}
.rm:hover{color:var(--clay);}
.totals{display:flex;flex-direction:column;gap:9px;font-size:.93rem;}
.totals .r{display:flex;justify-content:space-between;gap:12px;}
.totals .r.grand{border-top:1px solid var(--rule);padding-top:11px;font-size:1.12rem;font-weight:750;color:var(--ink);}
.totals .free{color:var(--green);font-weight:650;}

label{display:flex;flex-direction:column;gap:5px;font-size:.85rem;font-weight:600;color:var(--ink);}
label .hint{font-weight:450;color:var(--ink-3);font-size:.79rem;}
input[type=text],input[type=email],input[type=tel],select,textarea{
  font-family:inherit;font-size:.95rem;padding:11px 13px;border:1.5px solid var(--rule);
  border-radius:10px;background:var(--white);color:var(--ink);width:100%;}
input:focus,select:focus,textarea:focus{border-color:var(--green);outline:none;
  box-shadow:0 0 0 3px rgba(53,107,76,.12);}
textarea{resize:vertical;min-height:84px;}
.fieldset{display:flex;flex-direction:column;gap:14px;}
.fieldset h3{margin-bottom:2px;}
.f2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.err{background:#FBEBE7;border-left:3px solid var(--clay);color:#8A3D28;
     padding:12px 16px;border-radius:0 10px 10px 0;font-size:.88rem;margin-bottom:16px;}
.err ul{margin:6px 0 0;padding-left:18px;}
.counter{font-size:.76rem;color:var(--ink-3);text-align:right;}

.empty{text-align:center;padding:clamp(40px,8vw,80px) 20px;display:flex;
       flex-direction:column;gap:14px;align-items:center;}

/* ---------- confirmation ---------- */
.confirm{max-width:640px;margin:0 auto;padding:clamp(34px,6vw,70px) 0;text-align:center;
         display:flex;flex-direction:column;gap:16px;align-items:center;}
.confirm .ref{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:1.3rem;
              font-weight:700;color:var(--green-dk);background:var(--green-lt);
              padding:10px 20px;border-radius:999px;letter-spacing:.06em;}

/* ---------- footer ---------- */
.site-foot{background:var(--ground);border-top:1px solid var(--rule);margin-top:clamp(40px,6vw,80px);}
.foot-in{max-width:1200px;margin:0 auto;padding:clamp(32px,5vw,54px) clamp(16px,4vw,32px);
         display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:clamp(22px,4vw,44px);}
.foot-col{display:flex;flex-direction:column;gap:8px;}
.foot-col h4{color:var(--ink);margin-bottom:3px;}
.foot-col a{color:var(--ink-2);font-size:.89rem;}
.foot-col a:hover{color:var(--green);}
.foot-col p{font-size:.89rem;color:var(--ink-2);}
.foot-col .fine{font-size:.81rem;color:var(--ink-3);}
.foot-legal{border-top:1px solid var(--rule);}
.foot-legal p{max-width:1200px;margin:0 auto;padding:16px clamp(16px,4vw,32px);
              font-size:.78rem;color:var(--ink-3);}

/* ---------- responsive ---------- */
@media (max-width:940px){
  .hero-in,.pdp,.two-col{grid-template-columns:1fr;}
  .hero.compact .hero-in{grid-template-columns:1fr;}
  .hero.compact .hero-art{max-width:330px;}
  .panel.sticky{position:static;}
  .trust-in{grid-template-columns:1fr 1fr;}
  .foot-in{grid-template-columns:1fr 1fr;}
}
@media (max-width:700px){
  .mainnav{display:none;}
  .hero.compact .hero-art{display:none;}
  .mobnav{display:block;}
  .hero-art{grid-template-columns:repeat(3,1fr);}
  .f2{grid-template-columns:1fr;}
  .trust-in{grid-template-columns:1fr;gap:14px;}
  .foot-in{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important;scroll-behavior:auto!important;}
  .card:hover{transform:none;}
}

/* ---------- gallery ---------- */
.gallery{display:flex;flex-direction:column;gap:9px;}
.gallery .pdp-art{position:relative;}
.gal-view{display:none;width:100%;}
.gal-view.on{display:block;}
.gal-view .art{width:100%;height:auto;display:block;}
.gal-thumbs{display:flex;gap:8px;flex-wrap:wrap;}
.gal-thumb{width:66px;height:66px;padding:0;border:1.5px solid var(--rule);border-radius:10px;
           background:var(--panel);cursor:pointer;overflow:hidden;display:grid;place-items:center;
           transition:border-color .15s ease;}
.gal-thumb .art{width:100%;height:100%;}
.gal-thumb:hover{border-color:var(--rule-strong);}
.gal-thumb.on{border-color:var(--green);box-shadow:0 0 0 2px rgba(53,107,76,.16);}

/* ---------- the meaning card ---------- */
.giftcard{margin:4px 0 0;}
.giftcard .gc-inner{background:#FCFBF6;border:1px solid #E6E1D3;border-radius:10px;
  padding:20px 22px 18px;display:flex;flex-direction:column;gap:13px;
  box-shadow:0 1px 2px rgba(60,50,35,.05),0 10px 26px rgba(60,50,35,.07);
  background-image:linear-gradient(180deg,#FDFDF9,#F8F6EE);}
.gc-head{display:flex;align-items:center;gap:8px;font-size:.66rem;font-weight:750;
  letter-spacing:.13em;text-transform:uppercase;color:#7C7460;}
.gc-line{font-size:1.16rem;font-weight:650;color:#2B3B31;line-height:1.35;}
.gc-meanings{display:flex;flex-wrap:wrap;gap:7px 22px;padding-bottom:12px;
  border-bottom:1px dashed #DED8C7;}
.gc-herb{display:flex;flex-direction:column;}
.gc-herb b{font-size:.9rem;color:#2B3B31;}
.gc-herb span{font-size:.75rem;color:var(--violet);font-weight:650;letter-spacing:.03em;}
.gc-msg-wrap{display:flex;flex-direction:column;gap:4px;min-height:56px;}
.gc-msg-label{font-size:.62rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase;color:#9A9179;}
.gc-msg,.gc-msg-empty{font-family:ui-serif,"Iowan Old Style",Palatino,Georgia,serif;
  font-style:italic;font-size:1.02rem;line-height:1.5;color:#3A4A3E;white-space:pre-wrap;
  overflow-wrap:break-word;}
.gc-msg-empty{color:#A9A18B;}
.gc-msg:empty{display:none;}
.giftcard figcaption{font-size:.79rem;color:var(--ink-3);margin-top:9px;}

/* ---------- sticky mobile buy bar ---------- */
.stickybuy{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;
  background:rgba(255,255,255,.97);backdrop-filter:blur(8px);
  border-top:1px solid var(--rule);padding:10px clamp(14px,4vw,20px);
  align-items:center;gap:12px;box-shadow:0 -4px 18px rgba(29,36,32,.08);}
.stickybuy.show{display:flex;}
.sb-info{display:flex;flex-direction:column;flex:1;min-width:0;}
.sb-info b{font-size:.9rem;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sb-info span{font-size:.78rem;color:var(--ink-3);}
.stickybuy .btn{padding:11px 20px;font-size:.9rem;flex:none;}

/* ---------- quiz ---------- */
.quiz{max-width:720px;margin:0 auto;}
.qz-step{display:flex;flex-direction:column;gap:14px;}
.qz-opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;}
.qz-opt{display:flex;flex-direction:column;gap:5px;padding:17px 19px;text-align:left;
  background:var(--white);border:1.5px solid var(--rule);border-radius:var(--r-lg);
  cursor:pointer;transition:border-color .15s ease,background .15s ease;color:inherit;}
.qz-opt:hover{border-color:var(--green);background:var(--green-lt);text-decoration:none;}
.qz-opt b{color:var(--ink);font-size:1rem;}
.qz-opt span{color:var(--ink-3);font-size:.84rem;line-height:1.45;}
.qz-progress{display:flex;gap:6px;margin-bottom:4px;}
.qz-dot{width:26px;height:4px;border-radius:2px;background:var(--rule);}
.qz-dot.on{background:var(--green);}

@media (max-width:700px){
  .stickybuy.show{display:flex;}
  body.has-stickybuy{padding-bottom:74px;}
  .gal-thumb{width:56px;height:56px;}
}
@media (min-width:701px){
  .stickybuy{display:none !important;}
}
