
:root{
  --bg:#ffffff; --section:#FAFAFA; --dark:#0D0D0D; --dark2:#1a1a1a;
  --green:#2D6A4F; --green-light:#52B788; --green-bg:#F0FFF4;
  --accent:#2D6A4F;
  --veil:240,255,244;
  --text:#171717; --muted:#6b6b6b; --g100:#f5f5f5; --g200:#e5e5e5; --border:#e5e5e5;
  --header-bg:rgba(255,255,255,.94);
  --radius:14px; --shadow:0 4px 16px rgba(0,0,0,.08); --shadow-lg:0 20px 45px -20px rgba(0,0,0,.25);
  --serif:'DM Serif Display',Georgia,serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
/* ── MORA: herbal apothecary ──────────────────────────────────────────────
   Colours are sampled straight from the logo — #102900 for the wordmark's
   deep forest and #5A1420 for the oxblood of the four-petal mark — over warm
   paper rather than white, which is what separates it at a glance from
   FashionBazar's crisp white-and-emerald. */
body.t-mora{
  --bg:#FCFBF7; --section:#F5F3EA; --dark:#102900; --dark2:#1B3610;
  --green:#2A5720; --green-light:#93AF83; --green-bg:#EFF3E8;
  --accent:#5A1420;
  --veil:239,243,232;
  --text:#20261C; --muted:#6E7568; --g100:#F3F1E8; --g200:#E6E3D6; --border:#E3E0D2;
  --header-bg:rgba(252,251,247,.94);
  --radius:12px; --shadow:0 4px 18px rgba(16,41,0,.07);
  --shadow-lg:0 20px 45px -20px rgba(16,41,0,.28);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:1240px;margin:0 auto;padding:0 clamp(16px,4vw,36px)}

.announce{background:var(--green);color:#fff;font-size:.82rem;font-weight:600;padding:9px 12px}
.announce b{font-weight:700}
.announce-in{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:0}
.announce-social{display:inline-flex;align-items:center;gap:2px}
/* the glyph stays 15px; the padding is what makes the target 25px square, so a
   thumb on a phone can actually hit it (WCAG 2.5.8 asks for 24) without the
   icons growing into the bar */
.announce-social a{display:inline-flex;align-items:center;justify-content:center;opacity:.82;transition:.15s;padding:5px;border-radius:6px}
.announce-social a:focus-visible{outline:2px solid #fff;outline-offset:-2px}
.announce-social a:hover{opacity:1;transform:translateY(-1px)}
.announce-social svg{width:15px;height:15px;fill:#fff;display:block}
header{position:sticky;top:0;z-index:40;background:var(--header-bg);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}
.brand{font-family:var(--serif);font-size:1.6rem;font-weight:400;line-height:1;color:var(--dark)}
.brand small{display:block;font-family:var(--sans);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-top:4px;font-weight:700}
/* MORA leads with the drawn wordmark rather than set type — the four-petal mark
   in place of the O is the whole identity, so it is never re-typeset. */
.brand-mark{display:block;height:30px;width:auto}
.brand-lock{display:flex;flex-direction:column;gap:5px}
.nav-actions{display:flex;align-items:center;gap:16px;font-size:.9rem;font-weight:600}
.nav-actions a.lbl:hover{color:var(--green)}
/* Sister-brand link. Quiet by design: it is a way across for someone who wants
   the other range, not a second call to action competing with Shop. */
.xbrand{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);
  border-radius:100px;padding:7px 14px;font-size:.78rem;font-weight:600;color:var(--muted);
  background:var(--bg);transition:.18s;white-space:nowrap}
.xbrand:hover{border-color:var(--green);color:var(--green)}
.xbrand i{width:6px;height:6px;border-radius:50%;background:var(--accent);flex:0 0 auto}
.xbrand em{font-style:normal;font-weight:500}

/* Full-bleed hero: the brand's artwork is a cover background across the whole
   section; a left-to-right veil in the brand's own wash keeps the copy side
   readable and fades to transparent so the products show clean on the right.
   FashionBazar's photo has a pale empty marble left third, so the veil is held
   just under solid (.94) rather than flat colour — the copy still reads at full
   contrast but the marble carries through instead of being muddied. */
.hero{position:relative;overflow:hidden;background:var(--green-bg);border-bottom:1px solid var(--border)}
.hero-bg{position:absolute;inset:0;z-index:0;background-repeat:no-repeat;
  background-size:cover;background-position:72% 44%}
/* MORA's hero is a photograph of the range — bottle, bar and jar on a woven mat
   with saffron, neem and rice — shot with the products on the right and clear
   ground on the left for the copy. Centred vertically: the bottle's cap is the
   top of the composition and a lower crop cuts it off. */
.t-mora .hero-bg{background-position:50% 50%}
.hero-veil{position:absolute;inset:0;z-index:1;background:linear-gradient(to right,
  rgba(var(--veil),.94) 0%,rgba(var(--veil),.92) 32%,
  rgba(var(--veil),.80) 45%,rgba(var(--veil),.44) 55%,
  rgba(var(--veil),.14) 61%,rgba(var(--veil),0) 66%)}
.hero-in{position:relative;z-index:2;display:flex;align-items:center;
  min-height:clamp(340px,32vw,440px);padding-top:clamp(26px,3.4vw,44px);padding-bottom:clamp(26px,3.4vw,44px)}
.hero-copy{max-width:min(43%,505px)}
.hero .kick{display:inline-block;background:#fff;border:1px solid var(--green-light);color:var(--green);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:6px 14px;border-radius:100px;margin-bottom:14px}
.hero h1{font-family:var(--serif);font-size:clamp(2.1rem,4.6vw,3.3rem);line-height:1.05;font-weight:400;color:var(--dark)}
.hero h1 em{font-style:italic;color:var(--green)}
.hero p{color:var(--muted);font-size:1.02rem;max-width:46ch;margin:14px 0 20px}
.btn{display:inline-block;background:var(--green);color:#fff;padding:13px 28px;font-size:.9rem;font-weight:700;border-radius:100px;transition:.2s}
.btn:hover{background:var(--dark)}
.hero-tags{display:flex;gap:26px;margin-top:20px;flex-wrap:wrap}
.hero-tags div{font-size:.85rem;color:var(--muted)}
.hero-tags b{display:block;font-family:var(--serif);font-size:1.5rem;color:var(--dark);font-weight:400}

.filter{position:sticky;top:60px;z-index:30;background:var(--bg);border-bottom:1px solid var(--border);padding:12px 0}
.filter-in{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.filter-in::-webkit-scrollbar{display:none}
.chip{flex:0 0 auto;padding:8px 18px;border:1px solid var(--border);border-radius:100px;font-size:.86rem;font-weight:600;color:var(--muted);cursor:pointer;background:#fff;white-space:nowrap;transition:.15s}
.chip:hover{border-color:var(--green);color:var(--green)}
.chip.on{background:var(--green);color:#fff;border-color:var(--green)}

.sec-head{text-align:center;padding:clamp(30px,5vw,52px) 0 6px}
.sec-head .kick{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--green);font-weight:700}
/* MORA picks the oxblood of the logo's petal mark for its small-caps eyebrows,
   which is the one place the second brand colour earns its keep. */
.t-mora .sec-head .kick,.t-mora .card-cat,.t-mora .pinfo .pcat{color:var(--accent)}
/* A drawn sprig under the section rule instead of a plain gap — the herbal
   equivalent of a hairline divider, and the only ornament on the page. */
.t-mora .sec-head::after{content:"";display:block;width:38px;height:12px;margin:14px auto 0;
  background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 12'%3E%3Cpath d='M1 6h36' stroke='%23C6CFBB' stroke-width='1'/%3E%3Cpath d='M19 1.6c2.6 1.4 3.4 3 3.4 4.4 0 1.4-.8 3-3.4 4.4-2.6-1.4-3.4-3-3.4-4.4 0-1.4.8-3 3.4-4.4Z' fill='%235A1420'/%3E%3C/svg%3E")}
.sec-head h1,.sec-head h2{font-family:var(--serif);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:400;margin-top:6px;color:var(--dark)}
.sec-head p{color:var(--muted);margin-top:8px}
.count{text-align:center;color:var(--muted);font-size:.88rem;margin:4px 0 18px}

.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,24px);padding-bottom:56px;align-items:stretch}
/* Cards are equal height within a row (grid stretch) and laid out as a flex
   column so the Add-to-Cart button pins to the bottom of every card. Without
   this a two-line title pushed its button lower than a one-line title's, and
   the buttons across a row did not line up. */
.card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.2s}
.card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.card-img{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--green-bg)}
.card-img img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.card-img img.alt{position:absolute;inset:0;opacity:0}
.card:hover .card-img img.main{opacity:0}
.card:hover .card-img img.alt{opacity:1}
.badge{position:absolute;top:10px;left:10px;background:var(--dark);color:#fff;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:5px 10px;border-radius:100px}
.soon{position:absolute;top:10px;right:10px;background:var(--green-light);color:#fff;font-size:.6rem;font-weight:700;padding:5px 9px;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}
.card-body{padding:13px 14px 11px;flex:1 1 auto;display:flex;flex-direction:column}
.card-cat{font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green);font-weight:700}
.card h3{font-size:.95rem;font-weight:600;margin:5px 0 6px;line-height:1.3;color:var(--dark);flex:1 1 auto}
.card .price{font-family:var(--sans);font-size:1.1rem;font-weight:800;color:var(--dark)}
.card .colors{font-size:.75rem;color:var(--muted);margin-top:3px}
.empty{grid-column:1/-1;text-align:center;color:var(--muted);padding:60px 0}

/* A short row would leave one lonely quarter-width card on a 4-column grid, so
   1–3 pieces are centred at a fixed card width instead. */
.grid.few{display:flex;flex-wrap:wrap;justify-content:center}
.grid.few .card{width:clamp(200px,24%,282px)}
/* Shown in place of the grid when a brand has nothing photographed yet, so a
   storefront can launch without ever rendering an empty rectangle. */
.soon-panel{max-width:640px;margin:6px auto clamp(30px,4vw,54px);text-align:center;
  background:var(--bg);border:1px solid var(--g200);border-radius:var(--radius);
  padding:clamp(22px,4vw,34px) clamp(18px,4vw,32px);box-shadow:var(--shadow)}
.soon-panel .soon-mark{font-size:1.7rem;line-height:1}
.soon-panel h3{font-family:var(--serif);font-weight:400;font-size:1.3rem;color:var(--dark);margin:10px 0 8px}
.soon-panel p{color:var(--muted);font-size:.92rem}
.soon-panel .btn{margin-top:16px}

/* ── Cart ─────────────────────────────────────────────────────────────────
   Behaviour is a straight port of bazar.v-architect.tech's cart (localStorage
   basket, slide-in drawer, qty steppers, WhatsApp/COD checkout); the styling
   below is FashionBazar's own — green/cream, serif headings, pill buttons. */
.card-link{display:flex;flex-direction:column;flex:1 1 auto;color:inherit;min-width:0}
.card-actions{display:flex;gap:8px;padding:0 14px 14px;margin-top:auto}
.btn-add-cart svg{width:15px;height:15px;flex-shrink:0}
.btn-add-cart{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;
  background:var(--green);color:#fff;font-family:var(--sans);font-weight:700;font-size:.82rem;
  padding:10px 12px;border:none;border-radius:100px;cursor:pointer;white-space:nowrap;transition:.18s}
.btn-add-cart:hover{background:var(--dark)}
.btn-add-cart:active{transform:scale(.97)}

.cart-fab{position:relative;display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;background:#fff;border:1px solid var(--border);border-radius:100px;
  color:var(--dark);cursor:pointer;transition:.18s}
.cart-fab:hover{border-color:var(--green);color:var(--green)}
.cart-fab svg{width:19px;height:19px}
.cart-badge{position:absolute;top:-3px;right:-3px;background:var(--green);color:#fff;
  font-family:var(--sans);font-size:10px;font-weight:700;min-width:17px;height:17px;line-height:1;
  border-radius:100px;display:none;align-items:center;justify-content:center;padding:0 4px}
.cart-overlay{position:fixed;inset:0;background:rgba(13,13,13,.45);opacity:0;pointer-events:none;
  transition:opacity .2s;z-index:90}
.cart-overlay.open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;top:0;right:0;width:390px;max-width:92vw;height:100%;background:#fff;
  box-shadow:var(--shadow-lg);transform:translateX(100%);transition:transform .25s ease;z-index:91;
  display:flex;flex-direction:column}
.cart-drawer.open{transform:translateX(0)}
.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;
  padding:18px 20px;border-bottom:1px solid var(--border)}
.cart-drawer-head b{font-family:var(--serif);font-weight:400;font-size:1.25rem;color:var(--dark)}
.cart-close{background:none;border:0;font-size:1.6rem;line-height:1;color:var(--muted);cursor:pointer;padding:0 4px}
.cart-close:hover{color:var(--dark)}
.cart-items{flex:1;overflow-y:auto;padding:4px 20px}
.cart-empty{text-align:center;color:var(--muted);font-size:.9rem;padding:56px 16px}
.cart-item{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid var(--border)}
.cart-item-info{flex:1;min-width:0}
.cart-item-name{font-size:.85rem;font-weight:600;color:var(--dark);margin-bottom:4px}
.cart-item-price{font-size:.78rem;color:var(--muted)}
.cart-item-qty{display:flex;align-items:center;gap:8px;background:var(--green-bg);
  border-radius:100px;padding:4px 8px;flex-shrink:0}
.qty-btn{width:22px;height:22px;border:1px solid var(--border);background:#fff;border-radius:50%;
  font-size:14px;font-weight:700;line-height:1;color:var(--dark);cursor:pointer;
  display:flex;align-items:center;justify-content:center}
.qty-btn:hover{border-color:var(--green);color:var(--green)}
.cart-item-qty span{font-size:.8rem;font-weight:700;min-width:14px;text-align:center}
.cart-item-remove{background:none;border:0;cursor:pointer;font-size:.95rem;color:var(--muted);
  padding:4px;flex-shrink:0}
.cart-item-remove:hover{color:#c0392b}
.cart-foot{padding:18px 20px calc(22px + env(safe-area-inset-bottom));border-top:1px solid var(--border)}
.cart-subtotal-row{display:flex;align-items:center;justify-content:space-between;font-size:.95rem}
.cart-subtotal-row strong{font-family:var(--sans);font-size:1.15rem;font-weight:800;color:var(--dark)}
.cart-cod{font-size:.78rem;color:var(--muted);margin:5px 0 14px}
.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;
  background:#25D366;color:#fff;border:none;border-radius:100px;padding:15px;
  font-family:var(--sans);font-size:.92rem;font-weight:700;cursor:pointer;transition:.2s}
.cart-checkout-btn:hover{background:#1eb257}
.cart-checkout-btn:disabled{opacity:.45;cursor:not-allowed}
.cart-checkout-btn svg{width:18px;height:18px;fill:#fff}

/* ── Floating "Chat with us" widget ───────────────────────────────────────
   A link to WhatsApp and nothing else — no chat engine, no backend. It is
   dressed in the brand's own green over cream rather than WhatsApp's #25D366
   so it belongs to the storefront; the glyph is what makes it recognisable.
   (The cart's checkout button keeps WhatsApp green: that one IS the payment
   hand-off and reads better as a platform button.)

   The container is pointer-events:none so the empty column above the button
   never swallows a tap meant for the page; only the button and the greeting
   take clicks back. z-index sits below the cart overlay (90) and the bottom
   nav (80), so an open cart or category sheet covers it as it should. */
.wa-widget{position:fixed;right:20px;bottom:22px;z-index:75;
  display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}
.wa-widget>*{pointer-events:auto}

/* 26px glyph + 15px either side + 1px border = 58, which is also the height:
   collapsed it is an exact circle, and it grows sideways into a pill without
   the height ever moving. */
.wa-fab{display:inline-flex;align-items:center;gap:0;height:58px;padding:0 15px;
  background:var(--green);color:var(--bg);border:1px solid var(--green);border-radius:100px;
  box-shadow:0 10px 26px -10px rgba(0,0,0,.55);transition:background .18s,transform .18s,box-shadow .18s}
/* evenodd knocks the handset back out of the bubble, which is what makes the
   mark read as WhatsApp rather than as a generic speech balloon. (The cart's
   checkout button keeps the solid fill it has always had — it carries a text
   label, so the glyph there has nothing to carry on its own.) */
.wa-fab svg{width:26px;height:26px;fill:currentColor;fill-rule:evenodd;flex:0 0 auto}
.wa-fab:hover{background:var(--dark);border-color:var(--dark);transform:translateY(-2px);
  box-shadow:0 14px 30px -10px rgba(0,0,0,.6)}
.wa-fab:active{transform:translateY(0) scale(.97)}
.wa-fab:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
/* Desktop only: the circle grows into a pill on hover. The label is laid out
   at all times and revealed by max-width, so nothing reflows underneath it. */
.wa-fab .wa-lbl{max-width:0;overflow:hidden;white-space:nowrap;font-family:var(--sans);
  font-size:.88rem;font-weight:700;transition:max-width .28s ease,margin .28s ease}
.wa-fab:hover .wa-lbl,.wa-fab:focus-visible .wa-lbl{max-width:150px;margin-left:9px}

/* The greeting. Shown once per browser, a beat after the page settles, and
   never again once it has been seen or dismissed. */
.wa-tip{position:relative;display:flex;align-items:flex-start;gap:8px;
  max-width:min(74vw,258px);background:var(--bg);border:1px solid var(--border);
  border-radius:14px;padding:11px 12px;box-shadow:var(--shadow-lg);
  opacity:0;transform:translateY(8px) scale(.97);transition:opacity .28s ease,transform .28s ease}
.wa-tip[hidden]{display:none}
.wa-tip.show{opacity:1;transform:none}
.wa-tip::after{content:"";position:absolute;right:20px;bottom:-6px;width:11px;height:11px;
  background:var(--bg);border-right:1px solid var(--border);border-bottom:1px solid var(--border);
  transform:rotate(45deg)}
.wa-tip-msg{font-size:.82rem;line-height:1.45;color:var(--text);font-weight:500}
.wa-tip-msg b{display:block;font-weight:700;color:var(--dark)}
.wa-tip-x{flex:0 0 auto;background:none;border:0;font-size:1.15rem;line-height:1;color:var(--muted);
  cursor:pointer;padding:0 1px;margin:-2px -2px 0 0}
.wa-tip-x:hover{color:var(--dark)}
@media(prefers-reduced-motion:reduce){
  .wa-fab,.wa-tip,.wa-fab .wa-lbl{transition:none}
  .wa-fab:hover{transform:none}
}

.pdp{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(24px,4vw,56px);padding:clamp(22px,4vw,44px) 0 36px}
.gallery .main{aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;background:var(--green-bg);border:1px solid var(--border)}
.gallery .main img{width:100%;height:100%;object-fit:cover}
.thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.thumbs img{width:70px;height:88px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;opacity:.75;transition:.15s;background:var(--green-bg)}
.thumbs img.on,.thumbs img:hover{border-color:var(--green);opacity:1}
.pinfo .bc{font-size:.82rem;color:var(--muted);margin-bottom:16px}
.pinfo .bc a:hover{color:var(--green)}
.pinfo .pcat{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-weight:700}
.pinfo h1{font-family:var(--serif);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:400;margin:6px 0 10px;line-height:1.1;color:var(--dark)}
.pinfo .pprice{font-size:1.7rem;font-weight:800;color:var(--dark);margin-bottom:4px}
.pinfo .ref{font-size:.8rem;color:var(--muted);margin-bottom:22px}
.notice{background:var(--green-bg);border:1px solid var(--green-light);color:var(--green);font-size:.82rem;font-weight:600;padding:10px 14px;border-radius:10px;margin-bottom:20px}
.opt-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--muted);margin:18px 0 9px}
.opts{display:flex;gap:8px;flex-wrap:wrap}
.opt{padding:9px 16px;border:1px solid var(--border);border-radius:100px;font-size:.85rem;font-weight:600;cursor:pointer;background:#fff;transition:.15s}
.opt:hover{border-color:var(--green)}
.opt.on{background:var(--green);color:#fff;border-color:var(--green)}
.pdp-actions{display:flex;gap:10px;margin-top:26px}
.btn-add-cart-lg{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
  background:#fff;color:var(--green);border:1.5px solid var(--green);border-radius:100px;
  padding:16px;font-family:var(--sans);font-size:.92rem;font-weight:700;cursor:pointer;transition:.2s}
.btn-add-cart-lg:hover{background:var(--green);color:#fff}
.btn-add-cart-lg svg{width:18px;height:18px}
.cod{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px;font-size:.84rem;color:var(--muted)}
.cod span{display:flex;align-items:center;gap:6px}
.desc{margin-top:26px;padding-top:24px;border-top:1px solid var(--border)}
.desc h2{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:10px;color:var(--muted)}
.desc p{color:#3a3a3a;font-size:.97rem}

/* ── Product tabs (Handmade Soaps only) ───────────────────────────────────
   Bag/fashion pages keep the plain .desc block above. The bar scrolls
   horizontally on narrow screens, the same way the category rail does, so
   five tabs never wrap into a broken two-line row on a phone. */
.ptabs{margin-top:26px;padding-top:24px;border-top:1px solid var(--border);min-width:0}
/* .pinfo is a grid item, so its default min-width:auto sizes the column to the
   tab bar's full content and pushes the whole page sideways on a phone. This
   lets the column shrink so the bar scrolls inside itself instead. Bag pages
   have nothing wide enough for it to affect. */
.pinfo{min-width:0}
.ptab-bar{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;min-width:0;
  border-bottom:1px solid var(--border);margin-bottom:16px}
.ptab-bar::-webkit-scrollbar{display:none}
.ptab{flex:0 0 auto;background:none;border:0;border-bottom:2px solid transparent;
  padding:9px 13px;margin-bottom:-1px;font-family:var(--sans);font-size:.83rem;font-weight:600;
  color:var(--muted);cursor:pointer;white-space:nowrap;transition:.15s}
.ptab:hover{color:var(--green)}
.ptab.on{color:var(--green);border-bottom-color:var(--green)}
.ptab-panel{display:none;color:#3a3a3a;font-size:.97rem;animation:ptabin .18s ease}
.ptab-panel.on{display:block}
@keyframes ptabin{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}
.ptab-panel ul,.ptab-panel ol{margin:0;padding-left:1.15em;display:flex;flex-direction:column;gap:7px}
.ptab-panel li{padding-left:3px}
.ptab-panel ul li::marker{color:var(--green-light)}
.ptab-panel ol li::marker{color:var(--green);font-weight:700;font-size:.9em}
.ptab-panel .weight{display:inline-block;font-family:var(--serif);font-size:1.5rem;
  color:var(--dark);background:var(--green-bg);border:1px solid var(--green-light);
  border-radius:100px;padding:6px 20px}

/* Static content pages (About / Privacy / Terms): one readable column built
   from the existing type scale — no new colours, fonts or components. */
.doc{max-width:740px;margin:0 auto;padding:clamp(10px,2vw,18px) 0 clamp(40px,6vw,64px)}
.doc h2{font-family:var(--serif);font-size:clamp(1.25rem,2.6vw,1.6rem);font-weight:400;color:var(--dark);margin:30px 0 10px}
.doc p{color:#3a3a3a;font-size:1rem;margin-bottom:14px}
.doc ul{margin:0 0 14px;padding-left:20px}
.doc li{color:#3a3a3a;font-size:1rem;margin-bottom:7px}
.doc strong{color:var(--dark);font-weight:600}
.doc a{color:var(--green);font-weight:600}
.doc a:hover{text-decoration:underline}
.doc .updated{font-size:.85rem;color:var(--muted);border-top:1px solid var(--border);padding-top:16px;margin-top:32px}
.doc-cta{margin:26px 0 4px}
.doc-cta .btn{display:inline-flex;align-items:center;gap:9px}
.doc-cta .btn svg{width:17px;height:17px;fill:#fff}

footer{background:var(--dark);color:#cfcfcf;margin-top:36px;padding:50px 0 28px;font-size:.92rem}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid #262626}
.footer-logo{font-family:var(--serif);font-size:1.4rem;color:#fff;margin-bottom:10px}
/* The wordmark is deep forest on transparent, which would disappear on MORA's
   deep forest footer — knock it out to white rather than ship a second file. */
.footer-logo img{height:26px;width:auto;filter:brightness(0) invert(1);opacity:.95}
.foot-note{color:#9a9a9a;font-size:.9rem;max-width:44ch;line-height:1.7}
footer h2{color:#fff;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
footer li{list-style:none;margin-bottom:9px}
footer a:hover{color:#fff}
.pill{display:inline-flex;align-items:center;gap:7px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:100px;padding:6px 14px;color:#cfcfcf;font-size:.82rem;margin-top:6px}
.legal{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:20px;color:#7a7a7a;font-size:.82rem}
/* MORA's footer is its deep forest rather than near-black, so the borders and
   muted text that were tuned against #0D0D0D are lifted to match. */
.t-mora .foot-grid{border-bottom-color:rgba(255,255,255,.14)}
.t-mora footer{color:#D3DBCB}
.t-mora .foot-note{color:#A7B49C}
.t-mora .pill{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:#D3DBCB}
.t-mora .legal{color:#8B9A80}
/* Sister-brand line at the foot of each site — the one place the two ranges
   are named together. */
.foot-sister{margin-top:14px;font-size:.85rem;color:#9a9a9a}
.foot-sister a{color:#fff;font-weight:600;border-bottom:1px solid rgba(255,255,255,.35)}
.t-mora .foot-sister{color:#A7B49C}

@media(max-width:900px){
  /* narrower viewport: the copy column grows to 56%, so hold the veil opaque
     further across and let it clear later */
  .hero-bg{background-position:78% 44%}
  /* the copy column has grown, so the products are pushed further right to stay
     clear of it — the same reason the FashionBazar line above shifts */
  .t-mora .hero-bg{background-position:62% 50%}
  .hero-veil{background:linear-gradient(to right,
    rgba(var(--veil),.95) 0%,rgba(var(--veil),.93) 44%,
    rgba(var(--veil),.86) 58%,rgba(var(--veil),.46) 70%,
    rgba(var(--veil),.14) 78%,rgba(var(--veil),0) 84%)}
  .hero-copy{max-width:min(56%,460px)}
  .pdp{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr;gap:22px}
}

/* ── Mobile app-style experience (max-width: 768px) ──────────────────────────
   Mirrors bazar.v-architect.tech's mobile pattern: fixed bottom nav, overlaid
   hero, compact 2-col app cards, 44px touch targets. Desktop/tablet above this
   point is untouched. */
@media(max-width:768px){
  body{padding-bottom:64px}                     /* clears the fixed bottom nav */

  /* Header: brand left, WhatsApp icon-only right.
     .nav's `padding:14px 0` shorthand zeroes out .wrap's side gutters, which at
     375px leaves the brand flush against the screen edge — set only the vertical
     padding here so the gutter survives. */
  .announce{font-size:.72rem;padding:7px 10px}
  .announce-in{gap:10px}
  .announce-social{gap:1px}
  .announce-social svg{width:14px;height:14px}   /* target stays 24px via the padding */
  .nav{padding:11px 0;padding-left:16px;padding-right:16px;gap:10px}
  .brand{font-size:1.3rem}
  .brand small{font-size:.55rem;letter-spacing:.18em}
  .brand-mark{height:24px}
  .nav-actions{gap:8px}
  .nav-actions .lbl{display:none}
  /* the sister-brand chip loses its label on a phone and keeps only the dot +
     short name, so the header never wraps */
  .xbrand{padding:7px 11px;font-size:.72rem;gap:5px}
  .xbrand em{display:none}

  /* Hero: the artwork becomes a full-bleed top band and the veil runs top-to-
     bottom instead of left-to-right, so the copy always sits on solid green. */
  .hero{border-bottom:1px solid var(--border);background:var(--green-bg)}
  /* On a 390x256 band `cover` would fit the photo's full width and shrink the
     pieces to thumbnails beside a strip of empty marble. Scaling up and pinning
     right crops that empty side away and fills the band with the group itself. */
  .hero-bg{inset:0 0 auto 0;height:256px;background-size:155% auto;background-position:100% 46%}
  /* same problem on MORA's photograph, and the same answer: `cover` would fit
     its whole width into the band, shrinking the products and filling most of
     it with the empty left side the copy normally sits on. Scaled to 170% and
     pinned right, the band holds the group itself — bowl, flower, bottle, bar
     and jar — with nothing important cropped. */
  .t-mora .hero-bg{background-size:170% auto;background-position:100% 58%}
  /* the veil is taller than the art band and goes fully green before the band
     ends, so there is no visible seam where the artwork is cut off */
  .hero-veil{inset:0 0 auto 0;height:300px;background:linear-gradient(to bottom,
    rgba(var(--veil),0) 0%,rgba(var(--veil),.14) 44%,
    rgba(var(--veil),.66) 68%,var(--green-bg) 80%,var(--green-bg) 100%)}
  .hero-in{display:block;min-height:0;padding-top:250px;padding-bottom:26px}
  .hero-copy{max-width:none}
  .hero .kick{font-size:.65rem;padding:5px 11px;margin-bottom:10px}
  .hero h1{font-size:1.9rem}
  .hero p{font-size:.9rem;max-width:none;margin:10px 0 16px}
  .hero .btn{display:block;width:100%;text-align:center;min-height:46px;padding:14px 20px}
  .hero-tags{gap:8px;margin-top:14px;flex-wrap:nowrap}
  .hero-tags div{flex:1;min-width:0;text-align:center;background:#fff;
    border:1px solid var(--green-light);border-radius:10px;
    padding:7px 4px;font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hero-tags b{font-size:1.05rem}

  /* Category filter: sticky scroll-snap chip rail under the header */
  .sec-head{padding:26px 0 4px}
  .sec-head h2{font-size:1.55rem}
  .sec-head p{font-size:.86rem}
  .filter{top:56px;padding:10px 0}
  .filter-in{gap:7px;scroll-snap-type:x proximity;-ms-overflow-style:none}
  .chip{padding:9px 16px;font-size:.8rem;min-height:44px;display:flex;align-items:center;
    scroll-snap-align:start}

  /* Product grid: compact 2-col app cards */
  .grid{grid-template-columns:repeat(2,1fr);gap:11px;padding-bottom:34px}
  /* a short row stays 2-up rather than collapsing to one wide card */
  .grid.few .card{width:calc(50% - 5.5px)}
  .card{border-radius:12px}
  .card:hover{transform:none;box-shadow:none}
  .card-img{aspect-ratio:1/1}
  .card-body{padding:10px 11px 8px}
  .card-actions{padding:0 11px 11px;gap:7px}
  .btn-add-cart{font-size:.75rem;padding:9px 6px;min-height:38px;gap:4px}
  .card-cat{font-size:.6rem;letter-spacing:.1em}
  .card h3{font-size:.83rem;margin:4px 0 5px;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .card .price{font-size:.97rem}
  .card .colors{font-size:.68rem}
  .badge{font-size:.55rem;padding:4px 8px;top:8px;left:8px}
  .soon{font-size:.54rem;padding:4px 7px;top:8px;right:8px}
  .count{font-size:.8rem;margin:2px 0 12px}

  /* Product detail: gallery first, sticky order bar above the bottom nav */
  .pdp{padding:14px 0 22px;gap:18px}
  .gallery .main{border-radius:12px}
  .thumbs{gap:8px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}
  .thumbs::-webkit-scrollbar{display:none}
  .thumbs img{flex:0 0 auto;width:58px;height:73px}
  .pinfo .bc{font-size:.75rem;margin-bottom:12px}
  .pinfo h1{font-size:1.55rem}
  .pinfo .pprice{font-size:1.4rem}
  .opt{padding:10px 16px;min-height:42px;display:flex;align-items:center}
  .cod{gap:10px;font-size:.78rem}
  .desc{margin-top:20px;padding-top:18px}
  .desc p{font-size:.9rem}
  .ptabs{margin-top:20px;padding-top:18px}
  .ptab{padding:9px 11px;font-size:.79rem;min-height:42px;scroll-snap-align:start}
  .ptab-bar{scroll-snap-type:x proximity;margin-bottom:14px}
  .ptab-panel{font-size:.9rem}
  .ptab-panel .weight{font-size:1.3rem;padding:5px 17px}
  /* the Add-to-Cart CTA docks to the bottom, clearing the nav bar */
  .pdp-actions{position:fixed;left:10px;right:10px;bottom:calc(70px + env(safe-area-inset-bottom));
    z-index:70;margin-top:0;gap:8px}
  .btn-add-cart-lg{padding:16px 10px;font-size:.88rem;gap:7px;
    box-shadow:0 6px 22px rgba(0,0,0,.22)}
  body.has-order-bar{padding-bottom:132px}

  /* Cart: full-width drawer, 44px touch targets */
  .cart-fab{width:44px;height:44px}
  .cart-drawer{width:100%;max-width:100%}
  .cart-drawer-head{padding:15px 18px}
  .cart-items{padding:4px 18px}
  .qty-btn{width:26px;height:26px;font-size:15px}
  .cart-foot{padding:16px 18px calc(18px + env(safe-area-inset-bottom))}

  footer{margin-top:24px;padding:34px 0 22px;font-size:.88rem}
  .legal{font-size:.76rem}

  /* Fixed bottom app nav */
  .bottom-nav{
    position:fixed;left:0;right:0;bottom:0;z-index:80;
    display:flex;background:#fff;border-top:1px solid var(--border);
    box-shadow:0 -4px 16px rgba(0,0,0,.06);
    padding:6px 4px calc(6px + env(safe-area-inset-bottom));
  }
  .bn-item{
    flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px;
    background:none;border:none;cursor:pointer;padding:6px 1px;min-height:44px;
    color:var(--muted);font-size:10.5px;font-weight:600;font-family:var(--sans);
    white-space:nowrap;
  }
  .bn-icon{position:relative;display:flex;line-height:1}
  .bn-icon svg{display:block}
  .bn-item.active{color:var(--green)}
  .bn-item .cart-badge{top:-5px;right:-7px}

  /* The chat button clears the fixed bottom nav (64px tall, plus the
     home-indicator inset) by 16px, so it is thumb-reachable without ever
     sitting on a nav slot. On a product page the docked Add-to-Cart bar is
     already parked at 70px and stands 52px tall, so the button steps up above
     that too — landing at the same 132px the page reserves for the bar. */
  .wa-widget{right:14px;bottom:calc(80px + env(safe-area-inset-bottom))}
  body.has-order-bar .wa-widget{bottom:calc(138px + env(safe-area-inset-bottom))}
  /* No hover on a touch screen, so the pill label never applies; the circle
     stays a circle and the greeting does the explaining. */
  .wa-fab{height:54px;width:54px;padding:0;justify-content:center}
  .wa-fab .wa-lbl{display:none}
  .wa-fab svg{width:26px;height:26px}

  /* Category drawer opened from the bottom nav */
  .cat-sheet{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.45);
    display:flex;align-items:flex-end;justify-content:center}
  .cat-sheet[hidden]{display:none}
  .cat-sheet-in{background:#fff;width:100%;border-radius:18px 18px 0 0;
    padding:0 0 calc(10px + env(safe-area-inset-bottom));max-height:76dvh;overflow-y:auto}
  .cat-sheet-hd{display:flex;align-items:center;justify-content:space-between;
    padding:15px 18px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff}
  .cat-sheet-hd b{font-family:var(--serif);font-weight:400;font-size:1.1rem}
  .cat-x{background:none;border:0;font-size:1.6rem;line-height:1;color:var(--muted);
    cursor:pointer;padding:0 4px}
  .cat-links{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:14px 18px 6px}
  .cat-links a{display:flex;align-items:center;justify-content:center;min-height:50px;
    padding:12px 10px;text-align:center;background:var(--green-bg);border:1px solid var(--border);
    border-radius:12px;font-size:.86rem;font-weight:600;color:var(--dark)}
}
@media(min-width:769px){.bottom-nav,.cat-sheet{display:none}}
@media(max-width:380px){
  .hero h1{font-size:1.65rem}
  .grid{gap:9px}
  .card h3{font-size:.79rem}
  .btn-add-cart{font-size:.7rem}
  .bn-item{font-size:9.5px}
}

/* ══ MORA storytelling sections ═══════════════════════════════════════════
   Everything below is ADDITIVE and belongs to the MORA homepage alone: the
   process story, the botanical ingredients, the trust row, the scent finder,
   the brand story and the Craft Your Own builder. Every class is prefixed
   `m-` so none of it can reach an existing selector, and the markup is only
   emitted by build_index() for MORA — FashionBazar's pages never load a byte
   of this beyond the shared stylesheet.

   Colours come entirely from the theme's own custom properties, so these
   sections are dressed by body.t-mora exactly as the hero and the grid are. */
.m-sec{padding:clamp(34px,5vw,62px) 0}
.m-sec.alt{background:var(--section);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
/* The header is sticky and the category rail sticks under it, so an anchor
   jump (the goat-milk card links to #craft) would otherwise land with the
   section heading hidden behind both. */
.m-sec[id]{scroll-margin-top:124px}
/* .sec-head carries its own top padding for the run of the page; inside a
   band that padding doubles up with the band's own, so it is taken back. */
.m-sec .sec-head{padding-top:0}

/* ── 1. From nature to bar ───────────────────────────────────────────────
   Four steps on one line, joined by a hairline that runs behind the numerals
   so the row reads as a sequence rather than four unrelated boxes. */
.m-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2.4vw,30px);
  margin-top:clamp(20px,3vw,34px);position:relative}
.m-step{text-align:center;position:relative}
/* the connector: drawn from each step to the next, never past the last */
.m-step:not(:last-child)::after{content:"";position:absolute;top:29px;left:calc(50% + 34px);
  right:calc(-50% + 34px);height:1px;background:var(--g200)}
.m-step-n{width:58px;height:58px;margin:0 auto 14px;border-radius:50%;
  background:var(--bg);border:1px solid var(--green-light);
  display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
.m-step-n svg{width:26px;height:26px;fill:none;stroke:var(--green);stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round}
.m-step-k{font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--accent);font-weight:700}
.m-step h3{font-family:var(--serif);font-weight:400;font-size:1.15rem;color:var(--dark);
  margin:5px 0 7px}
.m-step p{font-size:.88rem;color:var(--muted);max-width:26ch;margin:0 auto}

/* ── 2. Botanical ingredients ────────────────────────────────────────────
   Five cards, so the row is 5-up on a wide screen and folds to 3, 2 and 1
   below. The leaf plate is a flat tint of the brand green rather than a
   photograph — we have no ingredient photography, and a stock image of
   somebody else's saffron would be the one dishonest thing on the page. */
.m-ings{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(12px,1.8vw,20px);
  margin-top:clamp(20px,3vw,34px)}
.m-ing{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);
  padding:clamp(18px,2.2vw,24px) clamp(14px,1.8vw,20px);text-align:center;transition:.2s}
.m-ing:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:var(--green-light)}
.m-ing-mark{width:52px;height:52px;margin:0 auto 13px;border-radius:50%;
  background:var(--green-bg);display:flex;align-items:center;justify-content:center}
.m-ing-mark svg{width:26px;height:26px;fill:none;stroke:var(--green);stroke-width:1.4;
  stroke-linecap:round;stroke-linejoin:round}
.m-ing h3{font-family:var(--serif);font-weight:400;font-size:1.18rem;color:var(--dark);margin-bottom:4px}
.m-ing .m-ing-note{font-size:.63rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--accent);font-weight:700;margin-bottom:9px}
.m-ing p{font-size:.86rem;color:var(--muted);line-height:1.62}

/* ── 3. Why MORA ─────────────────────────────────────────────────────────
   A quiet four-across row, no cards: this is reassurance, not a feature grid,
   and boxing it would make it shout louder than the products. */
.m-why{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2.4vw,32px);
  margin-top:clamp(18px,2.6vw,30px)}
.m-why-item{text-align:center}
.m-why-item svg{width:30px;height:30px;fill:none;stroke:var(--green);stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round;margin:0 auto 11px;display:block}
.m-why-item h3{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:5px}
.m-why-item p{font-size:.84rem;color:var(--muted);max-width:30ch;margin:0 auto}

/* ── 4. Find your MORA ───────────────────────────────────────────────────
   Four preference cards that are whole-card links straight into the piece
   that answers them. The arrow is the only motion. */
.m-find{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.8vw,20px);
  margin-top:clamp(20px,3vw,34px)}
.m-find-card{display:flex;flex-direction:column;background:var(--bg);
  border:1px solid var(--border);border-radius:var(--radius);
  padding:clamp(18px,2.2vw,26px);transition:.2s;height:100%}
.m-find-card:hover{border-color:var(--green);box-shadow:var(--shadow);transform:translateY(-3px)}
.m-find-k{font-size:.63rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--accent);font-weight:700}
.m-find-card h3{font-family:var(--serif);font-weight:400;font-size:1.3rem;
  color:var(--dark);margin:6px 0 8px;line-height:1.2}
.m-find-card p{font-size:.86rem;color:var(--muted);flex:1 1 auto}
.m-find-go{display:inline-flex;align-items:center;gap:7px;margin-top:14px;
  font-size:.82rem;font-weight:700;color:var(--green)}
.m-find-go span{transition:transform .2s}
.m-find-card:hover .m-find-go span{transform:translateX(4px)}

/* ── 5. Our story ────────────────────────────────────────────────────────
   Centred and narrow: it is a paragraph to be read, not a layout. */
.m-story{max-width:720px;margin:0 auto;text-align:center}
.m-story .m-story-lead{font-family:var(--serif);font-size:clamp(1.25rem,2.4vw,1.7rem);
  line-height:1.45;color:var(--dark);font-weight:400}
.m-story p{color:var(--muted);margin-top:14px;font-size:.95rem}
.m-story .btn{margin-top:22px}

/* ── 6. Craft your own ───────────────────────────────────────────────────
   The builder. A panel rather than a band, because it is a thing you use and
   it should look like one — but dressed in the same paper, border and radius
   as every other card on the page. */
.m-craft{max-width:940px;margin:clamp(20px,3vw,32px) auto 0;background:var(--bg);
  border:1px solid var(--border);border-radius:var(--radius);
  box-shadow:var(--shadow);overflow:hidden}
.m-craft-in{padding:clamp(20px,3vw,34px)}

/* ── The three parts ────────────────────────────────────────────────────
   Numbered, so it is obvious there are three of them and that none is
   compulsory. Separated by a hairline rather than boxed: the panel is already
   a box and boxing inside a box is how a form starts to look like a form. */
.m-part+.m-part{margin-top:clamp(20px,2.8vw,28px);padding-top:clamp(18px,2.6vw,26px);
  border-top:1px solid var(--border)}
.m-part-h{display:flex;align-items:flex-start;gap:11px;margin-bottom:12px}
.m-part-n{flex:0 0 26px;height:26px;border-radius:50%;background:var(--green-bg);
  border:1px solid var(--green-light);color:var(--green);font-family:var(--serif);
  font-size:.9rem;line-height:24px;text-align:center}
.m-part-h b{display:block;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--dark);font-weight:700}
.m-part-h em{display:block;font-style:normal;font-size:.83rem;color:var(--muted);
  margin-top:3px;font-weight:400;letter-spacing:0;text-transform:none}

/* Part 1 is the section's centre of gravity, and is given the room a
   paragraph deserves rather than the room a form field usually gets. */
.m-craft-text{display:block;width:100%;min-height:132px;resize:vertical;
  font-family:var(--sans);font-size:1rem;line-height:1.6;color:var(--text);
  background:var(--g100);border:1px solid var(--border);border-radius:var(--radius);
  padding:15px 17px;transition:border-color .16s,background .16s,box-shadow .16s}
.m-craft-input{display:block;width:100%;margin-top:11px;
  font-family:var(--sans);font-size:.95rem;color:var(--text);
  background:var(--g100);border:1px solid var(--border);border-radius:100px;
  padding:13px 19px;transition:border-color .16s,background .16s,box-shadow .16s}
.m-craft-text::placeholder,.m-craft-input::placeholder{color:var(--muted);opacity:.85}
.m-craft-text:hover,.m-craft-input:hover{border-color:var(--green-light)}
.m-craft-text:focus,.m-craft-input:focus{outline:none;background:var(--bg);
  border-color:var(--green);box-shadow:0 0 0 3px rgba(147,175,131,.32)}

/* Chips. Dashed while they are an offer, solid once they are in — and an
   ingredient chip lights up whether it was tapped or typed by hand. */
.m-chips{display:flex;flex-wrap:wrap;gap:8px;min-width:0}
.m-chip{display:inline-flex;align-items:center;gap:6px;min-height:38px;
  padding:8px 15px;border:1px dashed var(--g200);border-radius:100px;
  background:var(--bg);color:var(--muted);font-family:var(--sans);font-size:.83rem;
  font-weight:600;cursor:pointer;transition:.16s;white-space:nowrap}
.m-chip::before{content:"+";font-weight:700;font-size:.95em;line-height:1;opacity:.6}
.m-chip:hover{border-style:solid;border-color:var(--green);color:var(--green);background:var(--green-bg)}
.m-chip:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
.m-chip.in,.m-chip.on{border-style:solid;border-color:var(--green);background:var(--green);color:#fff}
.m-chip.in::before,.m-chip.on::before{content:"\2713";opacity:1}
.m-chip.in:hover,.m-chip.on:hover{background:var(--green);color:#fff}

/* Part 3: strength on one line, character on the next, each with its own
   small label so "Strong" and "Floral" are never mistaken for alternatives. */
.m-scent-row{display:flex;align-items:flex-start;gap:12px}
.m-scent-row+.m-scent-row{margin-top:11px}
.m-scent-k{flex:0 0 78px;padding-top:10px;font-size:.68rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--accent);font-weight:700;text-align:right;
  white-space:nowrap}

/* The terms. Stated on the panel itself and not only in the message, because
   a minimum of five and payment up front are the two things that make a
   custom batch different and nobody should meet them for the first time in
   Hassan's reply. */
.m-craft-terms{display:flex;gap:12px;align-items:flex-start;margin-top:clamp(18px,2.4vw,24px);
  padding:14px 16px;background:var(--green-bg);border:1px solid var(--green-light);
  border-radius:var(--radius)}
.m-craft-terms svg{width:19px;height:19px;flex:0 0 auto;margin-top:1px;fill:none;
  stroke:var(--green);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.m-craft-terms p{font-size:.85rem;color:var(--text);line-height:1.55}
.m-craft-terms b{color:var(--dark)}

.m-craft-foot{border-top:1px solid var(--border);background:var(--section);
  padding:clamp(16px,2.4vw,22px) clamp(20px,3vw,34px);
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.m-craft-sum{font-size:.88rem;color:var(--muted);min-width:0;flex:1 1 260px}
.m-craft-sum b{display:block;font-family:var(--serif);font-weight:400;font-size:1.12rem;
  color:var(--dark);margin-bottom:2px}
/* The echo of what they typed. Wrapped and clamped so a long recipe cannot
   push the send button off its row. */
.m-craft-sum span{display:block;overflow-wrap:anywhere}
/* m-empty, NOT empty: `.empty` is already the product grid's own
   "nothing here" state and carries text-align:center and 60px of padding. */
.m-craft-sum span.m-empty{font-style:italic;opacity:.75}
/* WhatsApp green, like the cart's checkout button and for the same reason:
   this one IS the hand-off to WhatsApp, not a page action. */
.m-craft-send{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  background:#25D366;color:#fff;border-radius:100px;padding:15px 26px;min-height:52px;
  font-size:.92rem;font-weight:700;line-height:1.25;text-align:center;transition:.2s}
.m-craft-send:hover{background:#1eb257;transform:translateY(-1px)}
.m-craft-send:active{transform:translateY(0) scale(.98)}
.m-craft-send:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.m-craft-send svg{width:19px;height:19px;fill:#fff;flex:0 0 auto}

@media(max-width:900px){
  .m-ings{grid-template-columns:repeat(3,1fr)}
  .m-find{grid-template-columns:repeat(2,1fr)}
  .m-why{grid-template-columns:repeat(2,1fr);gap:26px}
}
@media(max-width:768px){
  .m-sec{padding:30px 0}
  .m-sec[id]{scroll-margin-top:112px}
  /* Two rows of two, and the connector line is dropped: it would have to jump
     a row and would read as a mistake. */
  .m-steps{grid-template-columns:repeat(2,1fr);gap:22px 14px}
  .m-step:not(:last-child)::after{display:none}
  .m-step-n{width:50px;height:50px;margin-bottom:11px}
  .m-step-n svg{width:23px;height:23px}
  .m-step h3{font-size:1.05rem}
  .m-step p{font-size:.83rem}

  .m-ings{grid-template-columns:repeat(2,1fr);gap:11px}
  .m-ing{padding:17px 13px}
  .m-ing:hover{transform:none;box-shadow:none}
  .m-ing-mark{width:44px;height:44px;margin-bottom:10px}
  .m-ing-mark svg{width:22px;height:22px}
  .m-ing h3{font-size:1.05rem}
  .m-ing p{font-size:.82rem}

  .m-why{gap:22px 14px}
  .m-why-item h3{font-size:.88rem}
  .m-why-item p{font-size:.79rem}

  .m-find{grid-template-columns:1fr;gap:10px}
  .m-find-card{padding:17px 18px}
  .m-find-card:hover{transform:none;box-shadow:none}
  .m-find-card h3{font-size:1.15rem}

  .m-story .m-story-lead{font-size:1.15rem}
  .m-story p{font-size:.9rem}
  .m-story .btn{display:block;width:100%;text-align:center;min-height:48px;padding:15px 20px}

  .m-craft{border-radius:14px}
  .m-craft-in{padding:18px 16px}
  /* 16px keeps iOS from zooming the page when a field takes focus. */
  .m-craft-text{font-size:16px;min-height:124px;padding:13px 14px}
  .m-craft-input{font-size:16px;padding:12px 16px}
  .m-part+.m-part{margin-top:20px;padding-top:18px}
  .m-part-h{gap:9px;margin-bottom:10px}
  .m-part-h em{font-size:.79rem}
  .m-chips{gap:7px}
  .m-chip{min-height:40px;padding:9px 13px;font-size:.8rem}
  /* The scent label sits above its own row: at this width a 78px gutter would
     leave the chips a column two words wide. */
  .m-scent-row{display:block}
  .m-scent-row+.m-scent-row{margin-top:14px}
  .m-scent-k{display:block;text-align:left;padding-top:0;margin-bottom:7px}
  .m-craft-terms{padding:13px 14px;gap:10px}
  .m-craft-terms p{font-size:.82rem}
  /* The button owns the full width and sits under the summary — a thumb should
     never have to aim for it. */
  .m-craft-foot{flex-direction:column;align-items:stretch;gap:13px;padding:16px}
  .m-craft-sum{text-align:center}
  /* Full width and thumb-sized. The label is long, so it is allowed to take a
     second line rather than run off the edge of a 390px screen. */
  .m-craft-send{width:100%;min-height:54px;font-size:.9rem;padding:15px 18px}
}
@media(max-width:380px){
  .m-steps{gap:18px 10px}
  .m-ings{gap:9px}
  .m-ing{padding:15px 11px}
  .m-chip{font-size:.76rem;padding:9px 11px}
  .m-craft-send{font-size:.85rem;padding:14px 12px;gap:7px}
}
