:root{
    --sand:#F5EFE0; --sand-deep:#E8DCC8; --sage:#A8B89A; --sage-deep:#7A9470;
    --terra:#C4956A; --terra-deep:#9E6F47; --cream:#FAF6EE; --mist:#D4CFC6;
    --bark:#4A3F35; --bark-light:#7A6E62; --white:#FDFBF7; --lotus:#D4B8A0;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{font-family:'Jost',sans-serif;background:var(--cream);color:var(--bark);overflow-x:hidden;line-height:1.6}
  section{padding:5rem 4rem}
  em{font-style:italic;color:var(--terra-deep)}
  .section-tag{display:inline-block;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--terra);margin-bottom:1rem}
  .section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.1;margin-bottom:1rem}
  .section-sub{max-width:620px;color:var(--bark-light);font-weight:300;margin-bottom:2.5rem}

  /* visually hidden, still read by screen readers and indexed by search */
  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
      overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

  /* NAV */
  nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;
      padding:1rem 4rem;background:rgba(250,246,238,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--sand-deep)}
  .nav-logo{display:flex;align-items:center}
  .nav-logo img{height:34px;width:auto;display:block}
  .nav-links{display:flex;list-style:none;gap:2.4rem;align-items:center}
  .nav-links a{text-decoration:none;color:var(--bark-light);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;transition:color .2s}
  .nav-links a:hover{color:var(--terra-deep)}
  .nav-right{display:flex;align-items:center;gap:1.1rem}
  .lang-toggle{display:flex;background:var(--sand);border-radius:2rem;overflow:hidden;border:1px solid var(--sand-deep)}
  .lang-btn{padding:.32rem .72rem;font-family:'Jost',sans-serif;font-size:.72rem;letter-spacing:.1em;border:none;background:transparent;cursor:pointer;color:var(--bark-light);transition:all .15s}
  .lang-btn.active{background:var(--bark);color:var(--cream)}
  .nav-cta{background:var(--bark);color:var(--cream)!important;padding:.5rem 1.3rem;border-radius:2rem;text-decoration:none;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;transition:background .2s}
  .nav-cta:hover{background:var(--terra-deep)}
  .nav-burger{display:none;background:none;border:none;cursor:pointer;font-size:1.5rem;color:var(--bark)}

  /* HERO — logo centre stage, blended into the cream */
  .hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
        padding:7rem 2rem 4rem;position:relative;overflow:hidden}
  .hero-glow{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:min(1100px,120vw);height:min(820px,90vh);
        background:radial-gradient(ellipse at center,var(--sand) 0%,rgba(245,239,224,.55) 45%,transparent 72%);z-index:0;pointer-events:none}
  .hero-glow::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(168,184,154,.18) 0%,transparent 60%);}
  .hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;animation:rise .9s ease both;
      touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .hero-eyebrow{font-family:'Italiana',serif;font-size:1.15rem;letter-spacing:.46em;text-transform:uppercase;color:var(--terra-deep);margin-bottom:1.6rem;padding-left:.46em}
  /* ── HERO LOGO: revealed in the sand by washing waves, then a water field ──
     Sequence: blank cream → layered swash sheets wash across from different
     directions → the mark is left revealed, and the whole field (cream AND
     logo together) behaves as shallow water — rippling under mouse or finger,
     breathing on its own.
     NOTE: deliberately NO `filter`, NO background and NO border on anything
     here. The water canvas is transparent wherever the surface is flat, so
     untouched pixels ARE the page — there is no edge to hide. */
  .logo-grow{--lg-lotus-delay:3100ms; --lg-lotus-ms:620ms;
      position:relative;width:clamp(290px,64vw,780px);aspect-ratio:2293/571;margin-inline:auto;
      /* manipulation, NOT none: scroll and pinch-zoom keep working; only
         double-tap-zoom goes, which also kills the ~350ms tap delay */
      touch-action:manipulation;
      -webkit-touch-callout:none;
      -webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}
  .lg-wave,.lg-lotus,.lg-pool{pointer-events:none}

  /* the water canvas. It carries the wordmark + the moving light while the
     water is in motion (.watering); the crisp SVG takes over whenever the
     surface is still. Complementary .4s fades — the swap happens under
     motion, which is what hides the resolution difference. */
  /* The water field is attached to .hero-inner, not the logo box, so it covers
     the logo, tagline, sub-copy AND the buttons as one surface. pointer-events
     is none, so every link and button underneath stays fully clickable. */
  .lg-pool{position:absolute;left:-35%;top:-6%;width:170%;height:94%;
      display:block;z-index:5;pointer-events:none;opacity:0;transition:opacity .4s ease}
  /* the wordmark stays VECTOR and fully opaque at all times — it is never
     rasterised into the canvas, which is what keeps it sharp on any display */
  .lg-wave{position:relative;z-index:1;display:block;width:100%;height:auto;overflow:visible}
  .hero-inner.watering .lg-pool{opacity:1}
  .lg-lotus{z-index:3}

  /* .lg-fill is the mask's full-coverage reveal rect. Visible by default — and
     again once settled — so every failure path shows a crisp logo. Hidden ONLY
     while the wash is doing the revealing. */
  .logo-grow.go .lg-fill{display:none}


  .lg-lotus{position:absolute;width:11%;left:56%;top:63.7%;transform:translate(-50%,-50%) scale(1);
      transform-origin:50% 100%;opacity:1;filter:drop-shadow(0 4px 10px rgba(74,63,53,.16))}
  /* grown-and-visible is the DEFAULT so a no-JS load still shows the lotus;
     .lg-js (added synchronously by app.js) sets the un-sprouted start state */
  .logo-grow.lg-js .lg-lotus{transform:translate(-50%,-50%) scale(0);opacity:0}
  .logo-grow.go .lg-lotus{animation:lgSprout var(--lg-lotus-ms) cubic-bezier(.34,1.56,.64,1) var(--lg-lotus-delay) forwards}
  .logo-grow.settled .lg-lotus{transform:translate(-50%,-50%) scale(1);opacity:1}
  @keyframes lgSprout{0%{transform:translate(-50%,-50%) scale(0);opacity:0}55%{opacity:1}100%{transform:translate(-50%,-50%) scale(1);opacity:1}}

  @media (prefers-reduced-motion:reduce){
    .lg-pool{display:none!important}
    .lg-fill{display:block!important}            /* always fully revealed */
      .lg-lotus{transform:translate(-50%,-50%) scale(1)!important;opacity:1!important;animation:none!important}
  }

  .hero-tagline{font-family:'Cormorant Garamond',serif;font-size:clamp(1.3rem,2.6vw,2rem);font-weight:300;font-style:italic;
        color:var(--bark);margin-top:2rem;max-width:680px}
  .hero-sub{font-size:1rem;color:var(--bark-light);font-weight:300;max-width:560px;margin-top:1.1rem}
  .hero-btns{display:flex;gap:1rem;margin-top:2.6rem;flex-wrap:wrap;justify-content:center}
  .btn-primary{background:var(--bark);color:var(--cream);padding:.9rem 2.1rem;border-radius:2rem;text-decoration:none;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:all .2s}
  .btn-primary:hover{background:var(--terra-deep);transform:translateY(-2px)}
  .btn-outline{color:var(--bark);padding:.9rem 2.1rem;border-radius:2rem;text-decoration:none;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--mist);transition:all .2s}
  .btn-outline:hover{border-color:var(--bark);transform:translateY(-2px)}
  .hero-scroll{position:absolute;bottom:1.6rem;left:50%;transform:translateX(-50%);z-index:1;color:var(--bark-light);font-size:1.4rem;animation:bob 2s ease-in-out infinite}

  /* STATS */
  .stats-bar{background:var(--bark);color:var(--cream);padding:2rem 4rem;display:flex;justify-content:space-around;gap:2rem;flex-wrap:wrap}
  .stat-item{text-align:center}
  .stat-num{font-family:'Cormorant Garamond',serif;font-size:2.2rem;display:block;color:var(--lotus)}
  .stat-label{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;opacity:.8}

  /* PHILOSOPHY */
  .philosophy{background:var(--white)}
  .philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
  .philosophy-pillars{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:2rem}
  .pillar{padding:1.2rem;border:1px solid var(--sand-deep);border-radius:1rem;transition:transform .25s,border-color .25s}
  .pillar:hover{transform:translateY(-3px);border-color:var(--lotus)}
  .pillar-icon{font-size:1.6rem;display:block;margin-bottom:.5rem}
  .pillar h4{font-weight:500;margin-bottom:.3rem}
  .pillar p{font-size:.84rem;color:var(--bark-light);font-weight:300}
  .philosophy-quote{background:var(--bark);color:var(--cream);border-radius:1.5rem;padding:3rem;position:relative;overflow:hidden}
  .philosophy-quote::before{content:'\201C';position:absolute;top:-1.5rem;left:1.2rem;font-family:'Cormorant Garamond',serif;font-size:10rem;color:rgba(255,255,255,.06)}
  .philosophy-quote p{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:300;font-style:italic;line-height:1.5;position:relative}
  .philosophy-quote cite{display:block;margin-top:1.4rem;font-style:normal;font-size:.82rem;letter-spacing:.1em;opacity:.7}

  /* PRODUCTS */
  .products{background:var(--cream)}
  .products-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem}
  .filter-bar{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 2.5rem}
  .filter-btn{padding:.45rem 1.05rem;border-radius:2rem;border:1px solid var(--mist);background:transparent;color:var(--bark-light);font-family:'Jost',sans-serif;font-size:.78rem;cursor:pointer;transition:all .2s;letter-spacing:.05em}
  .filter-btn:hover{border-color:var(--bark)}
  .filter-btn.active{background:var(--bark);color:var(--cream);border-color:var(--bark)}
  .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.6rem}
  .product-card{background:var(--white);border:1px solid var(--sand-deep);border-radius:1.2rem;overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;flex-direction:column}
  .product-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(74,63,53,.12);border-color:var(--lotus)}
  .product-card.hidden{display:none}
  .product-img{aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;font-size:3.4rem;position:relative;overflow:hidden}
  /* real photo present: drop the decorative gradient for a flat cream ground so
     the product's own white studio background can blend away (see .product-photo).
     If the image 404s, app.js strips .has-photo and the gradient + emoji return. */
  .product-img.has-photo{background:var(--sand)}
  .product-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:1.1rem;
    mix-blend-mode:multiply;transition:transform .5s cubic-bezier(.2,.7,.3,1)}
  .product-card:hover .product-photo{transform:scale(1.05)}
  /* grounding vignette so products don't float on a flat field */
  .product-img.has-photo::after{content:'';position:absolute;inset:0;pointer-events:none;
    box-shadow:inset 0 -34px 34px -28px rgba(74,63,53,.16)}
  .bg-sage{background:linear-gradient(135deg,#E8F0E4,#C8D8C0)}
  .bg-terra{background:linear-gradient(135deg,#F0E4D4,#DCC4A8)}
  .bg-lotus{background:linear-gradient(135deg,#EDE4DC,#D8C8B8)}
  .bg-sand{background:linear-gradient(135deg,#F5EFE0,#E8DCC8)}
  .bg-mint{background:linear-gradient(135deg,#E0F0EC,#C0DED8)}
  .bg-blush{background:linear-gradient(135deg,#F0E8E4,#DDD0CA)}
  .product-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;flex:1}
  .product-cat{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terra);margin-bottom:.4rem}
  .product-name{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:500;margin-bottom:.25rem}
  .product-meta{font-size:.7rem;letter-spacing:.05em;color:var(--bark-light);font-weight:300;opacity:.8;margin-bottom:.55rem}
  .product-desc{font-size:.8rem;line-height:1.6;color:var(--bark-light);font-weight:300;margin-bottom:1rem;flex:1}
  .product-footer{display:flex;flex-direction:column;align-items:stretch;gap:.7rem;margin-top:auto}
  .product-price{font-size:1.05rem;font-weight:500;color:var(--bark)}
  .product-add{background:var(--sage-deep);color:var(--white);border:none;padding:.62rem 1rem;border-radius:2rem;font-family:'Jost',sans-serif;font-size:.8rem;letter-spacing:.03em;cursor:pointer;transition:background .2s;width:100%;text-align:center}
  /* the WhatsApp-green treatment now belongs to the cart's single checkout CTA */
  .product-add.wa,.cart-checkout{background:#1FA855;display:flex;align-items:center;justify-content:center;gap:.45rem}
  .product-add.wa::before,.cart-checkout::before{content:'';width:15px;height:15px;flex:none;background:no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 2a10 10 0 0 0-8.6 15l-1.4 5 5.1-1.3A10 10 0 1 0 12 2zm5.8 14.2c-.2.7-1.4 1.3-2 1.4-.5.1-1.2.1-1.9-.1-.4-.1-1-.3-1.7-.6-3-1.3-4.9-4.3-5-4.5-.2-.2-1.2-1.6-1.2-3s.7-2.1 1-2.4c.2-.3.5-.3.7-.3h.5c.2 0 .4 0 .6.5l.8 2c.1.2.1.4 0 .5l-.4.5-.3.3c-.2.2-.3.3-.1.6.2.3.9 1.4 1.9 2.3 1.3 1.1 2.3 1.5 2.6 1.6.3.1.5.1.6-.1l.7-.9c.2-.2.4-.2.6-.1l2 .9c.2.1.4.2.4.3.1.2.1.6-.1 1.1z'/></svg>")}
  .product-add:hover{background:var(--terra-deep)}
  .product-add.wa:hover,.cart-checkout:hover:not(:disabled){background:#178f48}
  .product-add.added{background:var(--sage)}
  .product-add:active,.filter-btn:active{transform:scale(.96);transition-duration:.08s}
  /* out of stock */
  .product-card.out .product-img{filter:grayscale(.7) opacity(.6)}
  .stock-badge{position:absolute;top:.7rem;left:.7rem;z-index:2;background:var(--bark);color:var(--cream);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .7rem;border-radius:2rem}
  .stock-badge.in{background:var(--sage-deep)}
  .product-add.disabled{background:var(--mist);color:var(--bark-light);cursor:not-allowed}
  .product-empty{grid-column:1/-1;text-align:center;color:var(--bark-light);padding:2rem;font-style:italic}

  /* SPA */
  .spa{background:var(--white)}
  .spa-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem}
  .spa-card{background:var(--sand);border:1px solid var(--sand-deep);border-radius:1.4rem;padding:2.4rem;transition:transform .3s}
  .spa-card:hover{transform:translateY(-4px)}
  .spa-emoji{font-size:2.6rem;display:block;margin-bottom:1rem}
  .spa-card h3{font-family:'Cormorant Garamond',serif;font-size:1.7rem;font-weight:400;margin-bottom:.8rem}
  .spa-card p{font-size:.9rem;color:var(--bark-light);font-weight:300;margin-bottom:1.2rem}
  .spa-benefits{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.5rem .8rem;margin-bottom:1.6rem}
  .spa-benefits li{font-size:.82rem;color:var(--bark);padding-left:1.1rem;position:relative}
  .spa-benefits li::before{content:'\2767';position:absolute;left:0;color:var(--terra)}
  .spa-cta{display:inline-block;background:var(--bark);color:var(--cream);padding:.7rem 1.6rem;border-radius:2rem;text-decoration:none;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;transition:background .2s}
  .spa-cta:hover{background:var(--terra-deep)}

  /* NEWSLETTER / CONTACT */
  .newsletter{background:var(--sand);text-align:center;padding:5.5rem 4rem}
  .newsletter h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;margin-bottom:1rem}
  .newsletter p{color:var(--bark-light);font-weight:300;max-width:560px;margin:0 auto 2rem}
  .email-form{display:flex;gap:.6rem;max-width:460px;margin:0 auto;flex-wrap:wrap;justify-content:center}
  .email-form input{flex:1;min-width:220px;padding:.9rem 1.3rem;border:1px solid var(--mist);border-radius:2rem;font-family:'Jost',sans-serif;font-size:.9rem;background:var(--white)}
  .email-form button{background:var(--bark);color:var(--cream);border:none;padding:.9rem 1.8rem;border-radius:2rem;font-family:'Jost',sans-serif;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s}
  .email-form button:hover{background:var(--terra-deep)}

  /* FOOTER */
  footer{background:var(--bark);color:var(--cream);padding:4rem 4rem 2rem}
  .footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:2.5rem}
  .footer-brand img{height:42px;margin-bottom:1rem}
  .footer-brand p{font-size:.86rem;opacity:.7;font-weight:300;max-width:300px}
  .footer-col h4{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;color:var(--lotus)}
  .footer-col ul{list-style:none}
  .footer-col li{margin-bottom:.55rem}
  .footer-col a{color:rgba(250,246,238,.88);text-decoration:none;font-size:.86rem;font-weight:300;transition:color .2s}
  .footer-col a:hover{color:var(--cream)}
  .footer-col p{font-size:.84rem;opacity:.75;font-weight:300;margin-bottom:.5rem}
  .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.6rem;font-size:.76rem;color:rgba(250,246,238,.4);flex-wrap:wrap;gap:.6rem}

  @keyframes rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
  @keyframes bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}

  /* ================= CART ================= */
  .cart-fab{position:fixed;right:1.6rem;bottom:1.6rem;z-index:120;display:flex;align-items:center;gap:.55rem;
    background:var(--bark);color:var(--cream);border:none;border-radius:2rem;padding:.8rem 1.15rem;cursor:pointer;
    font-family:'Jost',sans-serif;box-shadow:0 10px 30px rgba(74,63,53,.24);
    opacity:0;visibility:hidden;transform:translateY(14px) scale(.94);
    transition:opacity .25s ease,transform .25s ease,visibility .25s,background .2s}
  .cart-fab.has-items{opacity:1;visibility:visible;transform:none}
  .cart-fab:hover{background:var(--terra-deep)}
  .cart-fab:active{transform:scale(.95);transition-duration:.08s}
  .cart-fab svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
  .cart-fab-count{background:var(--terra);color:var(--white);min-width:1.35rem;height:1.35rem;border-radius:1rem;
    display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;padding:0 .34rem}

  .cart-backdrop{position:fixed;inset:0;z-index:125;background:rgba(74,63,53,.42);opacity:0;transition:opacity .28s ease}
  .cart-backdrop.open{opacity:1}

  .cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:130;width:min(392px,92vw);display:flex;flex-direction:column;
    background:var(--cream);border-left:1px solid var(--sand-deep);box-shadow:-14px 0 44px rgba(74,63,53,.18);
    transform:translateX(100%);transition:transform .3s cubic-bezier(.2,.7,.3,1)}
  .cart-drawer.open{transform:none}
  .cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.35rem 1.5rem;border-bottom:1px solid var(--sand-deep)}
  .cart-head h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:500}
  .cart-close{background:none;border:none;font-size:1.7rem;line-height:1;color:var(--bark-light);cursor:pointer;padding:0 .3rem;transition:color .2s}
  .cart-close:hover{color:var(--bark)}
  .cart-items{flex:1;overflow-y:auto;padding:.4rem 1.5rem}
  .cart-empty{color:var(--bark-light);font-weight:300;font-style:italic;text-align:center;padding:2.6rem 0}
  .cart-line{display:grid;grid-template-columns:54px 1fr auto;gap:.9rem;align-items:start;padding:1rem 0;border-bottom:1px solid var(--sand-deep)}
  .cart-line:last-child{border-bottom:none}
  .cart-thumb{width:54px;height:68px;object-fit:contain;background:var(--sand);border-radius:.5rem;display:block;mix-blend-mode:multiply}
  .cart-thumb-emoji{display:flex;align-items:center;justify-content:center;font-size:1.6rem;mix-blend-mode:normal}
  .cart-line-name{display:block;font-family:'Cormorant Garamond',serif;font-size:1.06rem;line-height:1.25}
  .cart-line-unit{display:block;font-size:.72rem;color:var(--bark-light);margin-top:.12rem}
  .cart-qty{display:flex;align-items:center;gap:.34rem;margin-top:.55rem}
  .qty-btn{width:1.6rem;height:1.6rem;flex:none;border-radius:50%;border:1px solid var(--mist);background:var(--white);color:var(--bark);
    font-family:'Jost',sans-serif;font-size:.95rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}
  .qty-btn:hover{border-color:var(--bark);background:var(--sand)}
  .qty-btn:active{transform:scale(.9);transition-duration:.08s}
  .qty-num{min-width:1.5rem;text-align:center;font-size:.86rem}
  .cart-remove{background:none;border:none;color:var(--bark-light);font-family:'Jost',sans-serif;font-size:.7rem;letter-spacing:.05em;
    cursor:pointer;margin-left:.3rem;text-decoration:underline;text-underline-offset:2px;transition:color .2s}
  .cart-remove:hover{color:var(--terra-deep)}
  .cart-line-total{font-size:.86rem;white-space:nowrap;padding-top:.18rem}
  .cart-foot{border-top:1px solid var(--sand-deep);padding:1.2rem 1.5rem 1.4rem;background:var(--white)}
  .cart-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}
  .cart-total-row span:first-child{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bark-light)}
  .cart-total-row span:last-child{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:500}
  .cart-checkout{width:100%;border:none;border-radius:2rem;padding:.8rem 1rem;cursor:pointer;color:var(--white);
    font-family:'Jost',sans-serif;font-size:.84rem;letter-spacing:.03em;transition:background .2s}
  .cart-checkout:disabled{background:var(--mist);color:var(--bark-light);cursor:not-allowed}
  .cart-clear{display:block;width:100%;background:none;border:none;color:var(--bark-light);font-family:'Jost',sans-serif;
    font-size:.74rem;letter-spacing:.08em;cursor:pointer;margin-top:.75rem;transition:color .2s}
  .cart-clear:hover{color:var(--terra-deep)}
  @media (prefers-reduced-motion:reduce){
    .cart-fab,.cart-drawer,.cart-backdrop{transition:none}
  }

  /* FOUNDER STORY */
  .story{background:var(--sand)}
  .story-inner{max-width:720px;margin:0 auto}
  .story-inner .section-tag,.story-inner .section-title{display:block}
  .story-inner .section-title{margin-bottom:1.8rem}
  .story-inner p{color:var(--bark-light);font-weight:300;line-height:1.95;margin-bottom:1.25rem}
  .story-sign{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.15rem;
      color:var(--terra-deep)!important;margin-top:.4rem}
  .section-sub.mission{margin-top:-1.4rem}

  /* PROMISE / TAGLINES */
  .promise{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;
      padding:2.1rem 4rem;background:var(--cream);
      border-top:1px solid var(--sand-deep);border-bottom:1px solid var(--sand-deep)}
  .promise span{font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-style:italic;
      color:var(--bark-light);text-align:center}
  .footer-promise{font-family:'Cormorant Garamond',serif;font-style:italic;
      font-size:1.02rem;margin-top:.7rem;opacity:.85}

  /* RESPONSIVE */
  @media(max-width:960px){
    .cart-fab{right:1rem;bottom:1rem}
    section{padding:3.5rem 1.5rem}
    nav{padding:.9rem 1.5rem}
    .nav-links{position:fixed;top:62px;left:0;right:0;background:var(--cream);flex-direction:column;gap:0;padding:1rem 1.5rem;border-bottom:1px solid var(--sand-deep);display:none}
    .nav-links.open{display:flex}
    .nav-links li{width:100%;padding:.7rem 0;border-bottom:1px solid var(--sand-deep)}
    .nav-burger{display:block}
    .philosophy-grid,.spa-grid,.footer-grid{grid-template-columns:1fr}
    .footer-grid{gap:1.8rem}
    .stats-bar{padding:1.8rem 1.5rem;gap:1.4rem}
    .newsletter{padding:4rem 1.5rem}
    .promise{padding:1.6rem 1.5rem;gap:1.1rem}
    .promise span{font-size:1rem}
  }
