/* ======================================================
   HARMONY NUTRI — DESIGN SYSTEM
   Single source of truth for all pages
   ====================================================== */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --black:#0e0e0e;
  --ink:#1a1612;
  --cream:#f7f3ec;
  --paper:#fbf7f0;
  --terra:#c0563a;
  --terra-dark:#a04025;
  --gold:#b89968;
  --muted:#867d72;
  --line:#e6dfd2;
  --green:#3f6b4e;
  --green-light:#e8efe8;
  --warm-amber:#d4a574;
  --warm-brown:#3a2818;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--ink);background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
.container{max-width:1240px;margin:0 auto;padding:0 32px}

/* ======================================================
   TOP BAR
   ====================================================== */
.topbar{background:var(--black);color:#f5e6dc;text-align:center;padding:10px 16px;font-size:12px;letter-spacing:0.04em;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.topbar span{display:inline-flex;align-items:center;gap:6px}
.topbar i{font-size:14px;color:var(--terra)}

/* ======================================================
   NAV + MEGA MENU
   ====================================================== */
nav.main{padding:18px 32px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;backdrop-filter:blur(8px);background:rgba(251,247,240,0.94)}
nav.main .row{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{width:32px;height:32px;border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--terra),var(--terra-dark));position:relative}
.brand-mark::after{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--cream)}
.brand-name{font-family:'Fraunces',serif;font-size:22px;font-weight:500;letter-spacing:-0.015em;color:var(--ink)}
.main-menu{list-style:none;display:flex;gap:28px;font-size:14px;font-weight:500}
.main-menu>li{position:relative}
.main-menu>li>a,.main-menu>li>button{padding:8px 0;display:inline-flex;align-items:center;gap:5px;color:var(--ink);transition:color .15s;font-weight:500}
.main-menu>li>a:hover,.main-menu>li>button:hover{color:var(--terra)}
.main-menu .caret{font-size:13px;opacity:0.5}

/* MEGA MENU PANEL */
.megamenu{position:fixed;top:var(--nav-height,72px);left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 32px 64px -32px rgba(0,0,0,0.1);transform:translateY(-110%);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s;z-index:90}
.megamenu.open{transform:translateY(0);opacity:1;visibility:visible}
.megamenu-inner{max-width:1240px;margin:0 auto;padding:18px 32px 32px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:48px}
.megamenu h4{font-family:'Fraunces',serif;font-size:14px;font-weight:600;color:var(--muted);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.megamenu ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.megamenu a{font-size:14px;color:var(--ink);padding:6px 0;display:flex;align-items:center;gap:8px;transition:color .15s,padding-left .15s}
.megamenu a:hover{color:var(--terra);padding-left:4px}
.megamenu a i{font-size:14px;color:var(--terra);opacity:0.5;transition:opacity .15s,transform .15s}
.megamenu a:hover i{opacity:1;transform:translateX(2px)}
.megamenu-feature{background:linear-gradient(160deg,#f0e7d6,#e0d4b8);border-radius:16px;padding:24px;position:relative;overflow:hidden}
.megamenu-feature h5{font-family:'Fraunces',serif;font-size:18px;font-weight:600;margin-bottom:8px;letter-spacing:-0.005em}
.megamenu-feature p{font-size:13px;color:#5a5346;line-height:1.55;margin-bottom:14px}
.megamenu-feature a{color:var(--terra-dark);font-weight:700;font-size:13px;letter-spacing:0.04em}
.megamenu-overlay{position:fixed;inset:0;background:rgba(14,14,14,0.3);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;z-index:85;backdrop-filter:blur(2px)}
.megamenu-overlay.open{opacity:1;visibility:visible}

.nav-actions{display:flex;align-items:center;gap:14px}
.nav-icon{color:var(--ink);font-size:20px;background:none;border:none;cursor:pointer;position:relative;padding:6px}
.nav-icon:hover{color:var(--terra)}
.cart-count{position:absolute;top:-2px;right:-2px;background:var(--terra);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 5px}
.nav-cta{background:var(--ink);color:#fff;padding:10px 18px;border-radius:999px;font-weight:600;font-size:13px}
.nav-cta:hover{background:var(--terra)}
.menu-toggle{display:none;background:none;border:none;font-size:24px;color:var(--ink);cursor:pointer}

/* MOBILE MENU */
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;padding:24px;transform:translateX(-100%);transition:transform .25s ease;overflow-y:auto}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}
.mobile-menu-close{font-size:28px;background:none;border:none;cursor:pointer}
.mobile-menu ul{list-style:none}
.mobile-menu>ul>li{border-bottom:1px solid var(--line)}
.mobile-menu>ul>li>a,.mobile-menu>ul>li>button{padding:18px 0;font-family:'Fraunces',serif;font-size:20px;font-weight:500;display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left}

/* ======================================================
   SIDE CART DRAWER
   ====================================================== */
.cart-overlay{position:fixed;inset:0;background:rgba(14,14,14,0.4);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:300;backdrop-filter:blur(2px)}
.cart-overlay.open{opacity:1;visibility:visible}
.side-cart{position:fixed;top:0;right:0;bottom:0;width:min(440px,100%);background:#fff;z-index:301;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-16px 0 48px -8px rgba(0,0,0,0.15)}
.side-cart.open{transform:translateX(0)}
.cart-head{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}
.cart-head h3{font-family:'Fraunces',serif;font-size:22px;font-weight:600;letter-spacing:-0.012em}
.cart-close{font-size:24px;color:var(--ink);background:none;border:none;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s}
.cart-close:hover{background:var(--paper)}
.cart-progress{padding:14px 24px;background:var(--cream);border-bottom:1px solid var(--line);font-size:12px;color:var(--ink);text-align:center}
.cart-progress strong{color:var(--terra)}
.cart-progress-bar{margin-top:8px;height:4px;background:var(--line);border-radius:999px;overflow:hidden}
.cart-progress-fill{height:100%;background:var(--terra);transition:width .3s}
.cart-items{flex:1;overflow-y:auto;padding:20px 24px}
.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}
.cart-item:last-child{border-bottom:none}
.cart-item-img{aspect-ratio:1;background:linear-gradient(160deg,#f0e7d6,#e0d4b8);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--warm-brown)}
.cart-item-info{min-width:0}
.cart-item-name{font-family:'Fraunces',serif;font-size:14px;font-weight:600;margin-bottom:3px;line-height:1.3}
.cart-item-variant{font-size:11px;color:var(--muted);margin-bottom:8px;letter-spacing:0.02em}
.cart-item-qty{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:3px 6px}
.cart-item-qty button{width:22px;height:22px;border-radius:50%;background:var(--paper);border:none;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink)}
.cart-item-qty button:hover{background:var(--terra);color:#fff}
.cart-item-qty .qty-val{min-width:18px;text-align:center;font-size:13px;font-weight:600}
.cart-item-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.cart-item-price .price{font-family:'Fraunces',serif;font-size:16px;font-weight:600}
.cart-item-remove{font-size:11px;color:var(--muted);background:none;border:none;cursor:pointer;text-decoration:underline}
.cart-item-remove:hover{color:var(--terra)}
.cart-empty{text-align:center;padding:60px 24px;color:var(--muted)}
.cart-empty i{font-size:64px;color:var(--line);margin-bottom:18px;display:block}
.cart-empty h4{font-family:'Fraunces',serif;font-size:20px;color:var(--ink);margin-bottom:8px}
.cart-empty p{font-size:13px;margin-bottom:20px}
.cart-empty a{background:var(--ink);color:#fff;padding:12px 20px;border-radius:999px;font-size:13px;font-weight:600;display:inline-block}

/* CART UPSELL */
.cart-upsell{padding:16px 24px;background:linear-gradient(135deg,#fff8f4,#f5e6dc);border-top:1px dashed var(--terra)}
.cart-upsell-head{font-size:11px;color:var(--terra);letter-spacing:0.14em;text-transform:uppercase;font-weight:700;margin-bottom:10px}
.cart-upsell-item{display:grid;grid-template-columns:50px 1fr auto;gap:12px;align-items:center}
.cart-upsell-img{aspect-ratio:1;background:linear-gradient(160deg,#f0e7d6,#e0d4b8);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--warm-brown)}
.cart-upsell-info .name{font-family:'Fraunces',serif;font-size:13px;font-weight:600}
.cart-upsell-info .price{font-size:11px;color:var(--muted)}
.cart-upsell-add{background:var(--ink);color:#fff;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:600;border:none;cursor:pointer}
.cart-upsell-add:hover{background:var(--terra)}

.cart-footer{padding:20px 24px;border-top:1px solid var(--line);background:#fff;flex-shrink:0}
.cart-totals{margin-bottom:14px}
.cart-totals-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px;color:#5a5346}
.cart-totals-row.total{font-family:'Fraunces',serif;font-size:18px;font-weight:600;color:var(--ink);padding-top:10px;border-top:1px solid var(--line);margin-top:8px}
.cart-totals-row.savings{color:var(--green);font-weight:600}
.cart-checkout{width:100%;background:var(--ink);color:#fff;padding:16px;border-radius:999px;font-weight:700;font-size:14px;letter-spacing:0.02em;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}
.cart-checkout:hover{background:var(--terra)}
.cart-trust{display:flex;justify-content:center;gap:18px;margin-top:14px;font-size:11px;color:var(--muted)}
.cart-trust span{display:inline-flex;align-items:center;gap:5px}
.cart-trust i{color:var(--green)}

/* ======================================================
   BUTTONS & UI
   ====================================================== */
.btn-primary{background:var(--ink);color:#fff;padding:14px 24px;border-radius:999px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:background .2s;border:none;cursor:pointer}
.btn-primary:hover{background:var(--terra)}
.btn-primary-xl{background:var(--ink);color:#fff;padding:20px 32px;border-radius:999px;font-weight:700;font-size:16px;letter-spacing:0.02em;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;border:none;cursor:pointer;transition:background .2s}
.btn-primary-xl:hover{background:var(--terra)}
.btn-secondary{background:transparent;color:var(--ink);padding:14px 24px;border-radius:999px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--ink);transition:background .2s,color .2s;cursor:pointer}
.btn-secondary:hover{background:var(--ink);color:#fff}

.tag{display:inline-flex;align-items:center;gap:6px;background:rgba(192,86,58,0.1);color:var(--terra-dark);padding:6px 14px;border-radius:999px;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;font-weight:700}
.tag.gold{background:rgba(184,153,104,0.15);color:#8a7250}
.tag.green{background:var(--green-light);color:var(--green)}
.tag.dark{background:var(--ink);color:#fff}

.eyebrow{font-size:12px;color:var(--terra);letter-spacing:0.22em;text-transform:uppercase;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:10px}
.eyebrow.centered{justify-content:center}
.eyebrow::before{content:"";width:24px;height:1px;background:var(--terra)}

h1.display{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(40px,5vw,72px);letter-spacing:-0.025em;line-height:1.02;color:var(--ink)}
h1.display em{font-style:italic;font-weight:300;color:var(--terra)}
h2.sect-title{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(28px,3.5vw,40px);letter-spacing:-0.022em;line-height:1.08;margin-bottom:18px;color:var(--ink)}
h2.sect-title em{font-style:italic;font-weight:300}
.sect-lead{font-size:16px;color:#4d4538;line-height:1.6;max-width:620px}

section.sect{padding:90px 32px}
.sect-head{text-align:center;max-width:780px;margin:0 auto 56px}

/* ======================================================
   PRODUCT CARDS (used in collections, boutique, cross-sell)
   ====================================================== */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1240px;margin:0 auto}
.products-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;position:relative;text-decoration:none;color:var(--ink)}
.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -20px rgba(0,0,0,0.1)}
.product-card-badge{position:absolute;top:14px;left:14px;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;font-weight:700;padding:5px 10px;border-radius:999px;z-index:2}
.product-card-badge.best{background:var(--green);color:#fff}
.product-card-badge.new{background:var(--terra);color:#fff}
.product-card-badge.save{background:var(--gold);color:#fff}
.product-card-visual{background:linear-gradient(160deg,#f0e7d6,#e0d4b8);border-radius:14px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:18px;padding:28px;position:relative;overflow:hidden}
.product-card-visual.capsule{background:linear-gradient(160deg,#d4a574,#8a5a36)}
.pc-bottle{width:90px;height:140px;background:linear-gradient(180deg,#2a2017,#1a130d);border-radius:10px 10px 6px 6px;position:relative;box-shadow:0 12px 24px -8px rgba(0,0,0,0.3)}
.pc-bottle::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:40px;height:16px;background:#1a130d;border-radius:6px 6px 0 0}
.pc-bottle.terra{background:linear-gradient(180deg,#a04025,#6a2818)}
.pc-bottle.gold{background:linear-gradient(180deg,#8a7250,#5a4a32)}
.pc-bottle.green{background:linear-gradient(180deg,#3f6b4e,#1f3b2a)}
.pc-bottle.blue{background:linear-gradient(180deg,#3a4a5a,#1a2a3a)}
.pc-stack{display:flex;gap:6px;align-items:flex-end}
.pc-stack .pc-bottle{width:50px;height:90px}
.pc-stack .pc-bottle:nth-child(2){width:60px;height:110px}
.pc-capsule{width:120px;height:80px;background:radial-gradient(ellipse at 30% 30%,#caa269,#3a2818);border-radius:8px 8px 50px 50px;position:relative;box-shadow:0 12px 24px -8px rgba(0,0,0,0.3)}
.product-card-cat{font-size:10px;color:var(--terra);letter-spacing:0.16em;text-transform:uppercase;font-weight:700;margin-bottom:6px}
.product-card-name{font-family:'Fraunces',serif;font-size:18px;font-weight:600;margin-bottom:6px;letter-spacing:-0.005em;line-height:1.2}
.product-card-desc{font-size:12px;color:var(--muted);line-height:1.5;margin-bottom:14px;flex:1}
.product-card-foot{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--line)}
.product-card-prices{display:flex;flex-direction:column}
.product-card-prices .old{font-size:11px;color:var(--muted);text-decoration:line-through;line-height:1}
.product-card-prices .new{font-family:'Fraunces',serif;font-size:20px;font-weight:600;color:var(--ink);line-height:1.1}
.product-card-rating{font-size:11px;color:var(--gold);letter-spacing:1px;display:flex;align-items:center;gap:4px}
.product-card-rating .count{color:var(--muted);letter-spacing:0;margin-left:4px}
.product-card-quick{position:absolute;bottom:18px;right:18px;background:var(--ink);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;opacity:0;transition:opacity .2s,transform .2s;transform:translateY(8px)}
.product-card:hover .product-card-quick{opacity:1;transform:translateY(0)}
.product-card-quick:hover{background:var(--terra)}

/* ======================================================
   FILTERS (collections + boutique)
   ====================================================== */
.collection-toolbar{background:#fff;border-bottom:1px solid var(--line);padding:18px 32px;position:sticky;top:73px;z-index:50;backdrop-filter:blur(8px);background:rgba(255,255,255,0.94)}
.collection-toolbar .row{max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.filter-chips{display:flex;gap:10px;flex-wrap:wrap}
.filter-chip{background:var(--paper);border:1px solid var(--line);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:500;color:var(--ink);cursor:pointer;transition:background .15s,border-color .15s,color .15s;display:inline-flex;align-items:center;gap:6px}
.filter-chip:hover{border-color:var(--terra)}
.filter-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.filter-chip .count{opacity:0.6;font-size:11px}
.filter-sort{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}
.filter-sort select{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:13px;font-family:inherit;color:var(--ink);cursor:pointer}

/* ======================================================
   COLLECTION HERO
   ====================================================== */
.collection-hero{padding:80px 32px 60px;background:var(--paper);border-bottom:1px solid var(--line)}
.collection-hero .container{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}
.collection-hero h1{margin-bottom:18px}
.collection-hero .intro{font-size:16px;color:#4d4538;line-height:1.6;margin-bottom:24px;max-width:520px}
.collection-hero-stats{display:flex;gap:32px;padding-top:24px;border-top:1px solid var(--line)}
.collection-hero-stats .s .n{font-family:'Fraunces',serif;font-size:26px;font-weight:600;color:var(--terra);display:block;line-height:1}
.collection-hero-stats .s .l{font-size:11px;color:var(--muted);letter-spacing:0.06em;text-transform:uppercase;margin-top:4px;display:block}
.collection-hero-visual{aspect-ratio:1;background:linear-gradient(160deg,#f0e7d6,#e0d4b8);border-radius:24px;display:flex;align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}
.collection-hero-visual .pc-stack .pc-bottle{width:80px;height:140px}
.collection-hero-visual .pc-stack .pc-bottle:nth-child(2){width:100px;height:170px}

/* ======================================================
   PDP COMMON
   ====================================================== */
.breadcrumb{padding:18px 32px;font-size:12px;color:var(--muted);background:var(--paper);border-bottom:1px solid var(--line)}
.breadcrumb .row{max-width:1240px;margin:0 auto;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.breadcrumb a:hover{color:var(--terra)}
.breadcrumb .current{color:var(--ink);font-weight:500}

.pdp-hero{background:var(--paper);padding:48px 32px 80px}
.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:1280px;margin:0 auto;align-items:start}
.pdp-gallery{position:sticky;top:88px}
.gallery-main{background:linear-gradient(160deg,#f0e7d6,#e0d4b8);border-radius:24px;aspect-ratio:1;padding:80px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:14px}
.gallery-main.capsule{background:linear-gradient(160deg,#d4a574,#8a5a36)}
.gallery-badge{position:absolute;background:#fff;padding:8px 14px;border-radius:999px;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;display:flex;align-items:center;gap:6px}
.gallery-badge i{font-size:14px}
.gallery-badge.tl{top:24px;left:24px;color:var(--terra-dark)}
.gallery-badge.br{bottom:24px;right:24px;color:var(--green)}
.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.thumb{aspect-ratio:1;border-radius:12px;background:linear-gradient(160deg,#e8dcc4,#d4c4a6);cursor:pointer;border:2px solid transparent;transition:border-color .15s}
.thumb.active{border-color:var(--terra)}

.product-title{font-family:'Fraunces',serif;font-size:clamp(36px,3.5vw,46px);font-weight:400;letter-spacing:-0.022em;line-height:1.05;margin-bottom:14px}
.product-title em{font-style:italic;color:var(--terra)}
.product-subtitle{font-size:17px;color:#4d4538;line-height:1.5;margin-bottom:22px}
.product-rating{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.product-rating .stars{color:var(--gold);font-size:18px;letter-spacing:2px}
.product-rating .val{font-family:'Fraunces',serif;font-size:15px;font-weight:600;color:var(--ink)}
.product-rating .count{font-size:13px;color:var(--muted)}

/* COMITÉ INLINE */
.comite-inline{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#1f1d1a,#2a241d);color:#fff;padding:16px 20px;border-radius:14px;margin-bottom:24px}
.comite-inline-avatars{display:flex;flex-shrink:0}
.cv-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#8a7250);border:2px solid #1f1d1a;margin-left:-8px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Fraunces',serif;font-weight:600;font-size:12px}
.cv-avatar:first-child{margin-left:0}
.comite-inline-text{font-size:12px;line-height:1.4}
.comite-inline-text strong{display:block;color:#caa269;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:2px}

/* TIERING */
.tier-section{margin-bottom:24px}
.tier-title{font-family:'Fraunces',serif;font-size:18px;font-weight:600;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}
.tier-title small{font-size:12px;color:var(--muted);font-family:'Inter',sans-serif;font-weight:400}
.tier-options{display:flex;flex-direction:column;gap:12px}
.tier{background:#fff;border:2px solid var(--line);border-radius:16px;padding:18px 22px;cursor:pointer;transition:border-color .15s;position:relative}
.tier:hover{border-color:#c8bdaa}
.tier.selected{border-color:var(--terra);background:#fff8f4}
.tier.best-seller::before{content:"⭐ BEST-SELLER";position:absolute;top:-10px;right:20px;background:var(--green);color:#fff;font-size:10px;padding:4px 12px;border-radius:999px;letter-spacing:0.14em;font-weight:700}
.tier-row{display:flex;align-items:center;justify-content:space-between}
.tier-left{display:flex;align-items:center;gap:14px}
.tier-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--line);flex-shrink:0;position:relative;transition:border-color .15s}
.tier.selected .tier-radio{border-color:var(--terra)}
.tier.selected .tier-radio::after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--terra)}
.tier-label .name{font-family:'Fraunces',serif;font-size:16px;font-weight:600;display:block}
.tier-label .qty{font-size:12px;color:var(--muted);margin-top:2px}
.tier-right{text-align:right}
.tier-right .perday{font-size:11px;color:var(--muted);letter-spacing:0.04em;margin-bottom:3px}
.tier-right .prices{display:flex;align-items:baseline;gap:8px;justify-content:flex-end}
.tier-right .prices .old{font-size:12px;color:var(--muted);text-decoration:line-through}
.tier-right .prices .new{font-family:'Fraunces',serif;font-size:24px;font-weight:600;color:var(--ink);line-height:1}
.tier-right .save{font-size:10px;color:var(--green);background:var(--green-light);padding:3px 8px;border-radius:999px;font-weight:700;letter-spacing:0.06em;display:inline-block;margin-top:6px}

/* SUB TOGGLE */
.sub-toggle{background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:14px 18px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.sub-toggle-info{display:flex;align-items:center;gap:12px}
.sub-toggle-info .icon{width:32px;height:32px;border-radius:50%;background:var(--terra);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.sub-toggle-text strong{font-family:'Fraunces',serif;font-size:14px;font-weight:600;display:block}
.sub-toggle-text small{font-size:12px;color:var(--muted)}
.switch{position:relative;width:46px;height:26px;background:#ccc;border-radius:999px;cursor:pointer;transition:background .2s;flex-shrink:0;border:none}
.switch.on{background:var(--terra)}
.switch::after{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;background:#fff;border-radius:50%;transition:left .2s;box-shadow:0 2px 4px rgba(0,0,0,0.2)}
.switch.on::after{left:22px}

.pdp-cta-buy{margin-bottom:18px}
.pdp-buy-meta{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:12px;font-size:11px;color:var(--muted);letter-spacing:0.04em}
.pdp-buy-meta span{display:inline-flex;align-items:center;gap:5px}
.pdp-buy-meta i{font-size:14px;color:var(--green)}

.scarcity{background:linear-gradient(135deg,#fff5ef,#ffe9dc);border:1px solid #f0c8b0;border-radius:14px;padding:14px 18px;margin-top:14px;display:flex;align-items:center;gap:12px;font-size:13px;color:var(--terra-dark)}
.scarcity i{font-size:18px;color:var(--terra);flex-shrink:0}

/* MARQUEE */
.marquee-wrap{background:var(--ink);color:#fff;padding:20px 0;overflow:hidden;border-top:1px solid #222}
.marquee{display:flex;gap:48px;animation:scroll 30s linear infinite;white-space:nowrap;align-items:center}
.marquee span{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#bbb;letter-spacing:0.08em;text-transform:uppercase;font-weight:600}
.marquee span strong{color:var(--terra);font-weight:700}
.marquee i{font-size:16px;color:var(--terra);opacity:0.6}
@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ======================================================
   FOOTER
   ====================================================== */
footer{background:var(--ink);color:#bbb;padding:64px 32px 36px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;max-width:1240px;margin:0 auto 40px}
.footer-col h5{font-size:11px;color:#fff;letter-spacing:0.18em;text-transform:uppercase;margin-bottom:18px;font-weight:600}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:10px}
.footer-col a{color:#888;font-size:13px}
.footer-col a:hover{color:var(--terra)}
.footer-brand-name{font-family:'Fraunces',serif;font-size:28px;color:#fff;margin-bottom:14px;letter-spacing:-0.015em;font-weight:500}
.footer-intro{font-size:13px;color:#888;line-height:1.65;margin-bottom:20px;max-width:340px}
.footer-newsletter{display:flex;gap:8px;margin-top:16px}
.footer-newsletter input{flex:1;background:#222;border:1px solid #333;color:#fff;padding:10px 14px;border-radius:999px;font-size:13px;font-family:inherit;outline:none}
.footer-newsletter input:focus{border-color:var(--terra)}
.footer-newsletter button{background:var(--terra);color:#fff;padding:10px 16px;border-radius:999px;font-size:12px;font-weight:600;border:none;cursor:pointer}
.legal{border-top:1px solid #222;padding-top:24px;max-width:1240px;margin:0 auto;font-size:11px;color:#666;line-height:1.7}
.legal strong{color:#aaa}

/* ======================================================
   RESPONSIVE
   ====================================================== */
@media (max-width:960px){
  .main-menu{display:none}
  .menu-toggle{display:block}
  .mobile-menu{display:block}
  .pdp-grid,.collection-hero .container{grid-template-columns:1fr;gap:32px}
  .pdp-gallery{position:static}
  .products-grid,.products-grid.cols-4{grid-template-columns:1fr 1fr;gap:14px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .megamenu-inner{grid-template-columns:1fr;gap:24px;padding:24px}
  section.sect{padding:60px 24px}
}
@media (max-width:560px){
  .products-grid,.products-grid.cols-4{grid-template-columns:1fr}
  .topbar{font-size:11px;gap:14px}
  .topbar span:nth-child(3){display:none}
  .collection-toolbar{padding:14px 18px}
  .filter-chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}
  .filter-chip{flex-shrink:0}
}
