/*
Theme Name: EcoSense
Theme URI: https://theecosense.in
Author: Agrinai Digital Marketing
Description: Custom WooCommerce theme for EcoSense composters. Cream & green premium design. Product landing homepage with real cart, plus themed cart, checkout, account and shop pages.
Version: 3.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ecosense
*/

:root{
  --nearblack:#080A08;      /* hero + nav, sampled #010302, brand #080E0A */
  --forest:#13281A;         /* deep forest bands + footer, sampled */
  --band-green:#1E4D3D;     /* CTA band, sampled */
  --leaf:#4FB94D;           /* electric green accent, brand guide */
  --gold:#E8B84B;           /* gold accent, brand guide */
  --yellow:#E8B84B;
  --cream:#F4F3EE;          /* warm paper sections, sampled */
  --sage-soft:#E9F0E6;
  --sage:#9DBE98;
  --ink:#101511;
  --mute:#5C665E;
  --line:#E4E2DB;
  --red:#B3402E;
  --radius:16px;
  --disp:'Poppins',sans-serif;
  --body:'Inter',sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--body);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
:focus-visible{outline:2px solid var(--leaf);outline-offset:2px;border-radius:3px}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
h1,h2,h3,h4{font-family:var(--disp);font-weight:700;line-height:1.15;letter-spacing:-.01em;margin:0}
p{margin:0}
.eyebrow{font-family:var(--disp);font-weight:600;font-size:13px;color:var(--leaf);text-align:center;display:block;margin-bottom:8px}
.h2c{text-align:center;font-size:clamp(26px,3.4vw,38px);margin-bottom:12px}
.sub{text-align:center;color:var(--mute);max-width:52ch;margin:0 auto 44px;font-size:15.5px}
.tbc{color:var(--gold);border-bottom:1px dashed rgba(183,134,43,.5);cursor:help}

.site-nav{position:sticky;top:0;z-index:60;background:rgba(246,243,237,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;gap:24px;height:60px;font-size:14px}
.brand{font-family:var(--disp);font-weight:800;font-size:20px;color:var(--forest)}
.brand b{color:var(--leaf)}
.nav-menu{display:none;gap:22px;list-style:none;margin:0;padding:0}
.nav-menu a{color:var(--mute);font-weight:500}
.nav-menu a:hover{color:var(--ink)}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:14px}
.nav-cart{position:relative;color:var(--ink);display:flex;align-items:center}
.nav-cart .count{position:absolute;top:-6px;right:-8px;background:var(--leaf);color:#fff;font-size:10px;font-weight:700;font-family:var(--disp);min-width:16px;height:16px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.nav-toggle{display:inline-flex;background:none;border:none;color:var(--ink)}
@media(min-width:900px){.nav-menu{display:flex}.nav-toggle{display:none}}

.hero{padding:40px 0 56px}
.hero-grid{display:grid;gap:36px}
@media(min-width:980px){.hero-grid{grid-template-columns:1.12fr .88fr;gap:44px;align-items:start}}
.store-eyebrow{color:var(--leaf);font-family:var(--disp);font-weight:600;font-size:13.5px;margin-bottom:10px}
.hero h1{font-size:clamp(26px,3.4vw,32px);color:var(--forest);margin-bottom:18px}
.rating{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;font-size:13.5px}
.newtag{background:var(--sage-soft);color:var(--leaf);font-family:var(--disp);font-weight:600;font-size:12px;padding:3px 10px;border-radius:20px}
.rating a{color:var(--mute);text-decoration:underline;text-underline-offset:2px}
.pitch{font-size:17px;margin:0 0 8px;color:var(--ink);font-family:var(--disp);font-weight:600}
.lede{color:var(--mute);font-size:15px;margin-bottom:14px;max-width:52ch}

.gallery{margin-bottom:26px}
.gallery-main{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;border-radius:18px;scrollbar-width:none}
.gallery-main::-webkit-scrollbar{display:none}
.gallery-main figure{flex:0 0 100%;margin:0;scroll-snap-align:center;background:linear-gradient(160deg,#EDE7F2,#E3DCEC);border-radius:18px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative}
.gallery-main figure .lbl{color:#8A7CA0;font-family:var(--disp);font-size:13px}
.gallery-main img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.gbadge{position:absolute;top:14px;left:14px;background:var(--forest);color:#fff;font-family:var(--disp);font-weight:600;font-size:11px;padding:5px 11px;border-radius:20px}
.thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;scrollbar-width:none}
.thumbs::-webkit-scrollbar{display:none}
.thumbs button{flex:0 0 64px;height:64px;border-radius:12px;border:2px solid var(--line);background:#EDE7F2;color:#8A7CA0;font-family:var(--disp);font-size:12px}
.thumbs button.active{border-color:var(--forest)}

.usps{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin:8px 0 22px}
.usp{display:flex;gap:10px;align-items:center;font-size:14px}
.usp .ic{width:20px;height:20px;flex:none;color:var(--leaf)}
.swatch-row{display:flex;align-items:center;gap:14px}
.swatch-row .lbl{font-size:13px;color:var(--mute)}
.swatch-row .cur{font-size:13px;color:var(--ink);font-weight:600}
.sw{width:38px;height:38px;border-radius:50%;border:2px solid var(--line);cursor:pointer}
.sw.active{outline:2px solid var(--forest);outline-offset:2px}

.buy{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 30px rgba(30,50,35,.06)}
@media(min-width:980px){.buy{position:sticky;top:76px}}
.price-line{text-align:center;margin-bottom:2px}
.price-line .price,.price-line .amount,.price-line .woocommerce-Price-amount{font-family:var(--disp);font-weight:800;font-size:34px;color:var(--ink)}
.price-was{text-align:center;font-size:13px;color:var(--mute);margin-bottom:16px}
.price-was s{margin-right:8px}
.price-was .off{color:var(--red);font-weight:600}
.rowline{border-top:1px solid var(--line);padding:13px 0;font-size:13.5px;display:flex;gap:10px;align-items:center}
.rowline .ic{color:var(--leaf);width:20px;flex:none}
.stockline{text-align:center;font-size:14px;font-weight:600;padding:12px 0;border-top:1px solid var(--line)}
.buy-form{margin:0}
.qty-row{display:flex;align-items:center;justify-content:center;gap:14px;padding-bottom:16px}
.qty-row .lbl{font-size:13px;color:var(--mute)}
.stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.stepper button{border:none;background:#fff;width:36px;height:36px;font-size:18px;color:var(--forest)}
.stepper input{width:44px;text-align:center;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);height:36px;font-family:var(--disp);font-size:15px;-moz-appearance:textfield}
.stepper input::-webkit-outer-spin-button,.stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.cta{display:block;width:100%;text-align:center;border:none;font-family:var(--disp);font-weight:600;font-size:15px;padding:14px;border-radius:12px;margin-bottom:10px;transition:filter .15s;cursor:pointer}
.cta:hover{filter:brightness(.96)}
.cta-cart{background:var(--yellow);color:#5A4E12}
.cta-buy{background:var(--forest);color:#fff}
.secure{text-align:center;font-size:11px;color:var(--mute);letter-spacing:.06em;margin:4px 0 14px}
.txn{font-size:12px;color:var(--mute);line-height:1.9}
.txn b{color:var(--ink);font-weight:600}
.impact{background:var(--forest);color:#EAF1E9;border-radius:14px;padding:20px;margin-top:20px;display:flex;gap:16px;align-items:center}
.ring{width:56px;height:56px;flex:none}
.impact h4{color:#fff;font-size:14px;margin-bottom:8px}
.impact ul{list-style:none;font-size:12px;line-height:1.7;color:#CBD9C9;margin:0;padding:0}

.sec{padding:70px 0}
.sec.alt{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.badge-c{display:block;width:fit-content;margin:0 auto 12px;background:var(--sage-soft);color:var(--leaf);font-family:var(--disp);font-weight:600;font-size:12px;padding:5px 14px;border-radius:20px}

.pkgs{display:grid;gap:22px;max-width:960px;margin:0 auto}
@media(min-width:820px){.pkgs{grid-template-columns:1fr 1fr}}
.pkg{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;position:relative}
.pkg.best{border-color:var(--sage);box-shadow:0 10px 30px rgba(37,80,58,.08)}
.badge{position:absolute;top:-13px;left:26px;background:var(--yellow-badge);color:#5A4E12;font-family:var(--disp);font-weight:600;font-size:12px;padding:5px 14px;border-radius:20px}
.pkg h3{font-size:20px;margin-bottom:6px}
.pkg .tag{color:var(--mute);font-size:13.5px;margin-bottom:20px}
.pkg ul{list-style:none;margin:0 0 20px;padding:0}
.pkg li{display:flex;gap:10px;font-size:14px;padding:7px 0}
.pkg li .ck{color:var(--leaf);flex:none}
.pkg .pnote{font-size:12.5px;color:var(--mute);margin-bottom:14px}
.pkg .pr{font-family:var(--disp);font-weight:700;font-size:24px;margin-bottom:18px}
.pkg .cta{margin-bottom:0}
.assure-row{display:flex;justify-content:center;gap:60px;margin-top:40px;flex-wrap:wrap}
.assure-item{text-align:center;max-width:220px}
.assure-item .ic{width:32px;height:32px;color:var(--forest);margin:0 auto 10px}
.assure-item h4{font-size:15px;margin-bottom:4px}
.assure-item p{font-size:13px;color:var(--mute)}

.steps{display:grid;gap:20px}
@media(min-width:760px){.steps{grid-template-columns:repeat(4,1fr)}}
.step .ph{aspect-ratio:1;border-radius:14px;background:linear-gradient(160deg,#EDE7F2,#E3DCEC);position:relative;margin-bottom:16px;display:flex;align-items:flex-end;padding:12px}
.step .n{position:absolute;top:12px;left:12px;width:30px;height:30px;border-radius:50%;background:var(--forest);color:#fff;font-family:var(--disp);font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center}
.step .phl{font-size:11px;color:#9891A6;font-family:var(--disp)}
.step .sn{font-size:11px;color:var(--leaf);font-weight:600;font-family:var(--disp);display:block;margin-bottom:4px}
.step h4{font-size:15px;margin-bottom:6px}
.step p{font-size:13px;color:var(--mute)}

.specs-grid{display:grid;gap:36px;align-items:center;max-width:900px;margin:0 auto}
@media(min-width:820px){.specs-grid{grid-template-columns:.9fr 1.1fr}}
.specs-img{background:linear-gradient(160deg,#EDE7F2,#E3DCEC);border-radius:var(--radius);min-height:280px;display:flex;align-items:center;justify-content:center;color:#8A7CA0;font-family:var(--disp);font-size:13px}
.spec-tbl{width:100%;border-collapse:collapse}
.spec-tbl tr{border-bottom:1px solid var(--line)}
.spec-tbl th{text-align:left;font-family:var(--body);font-weight:500;color:var(--mute);font-size:14px;padding:14px 4px}
.spec-tbl td{text-align:right;font-weight:600;font-family:var(--disp);font-size:14px;padding:14px 4px}

.statsband{background:var(--forest);color:#fff;padding:54px 0}
.statsband .g{display:grid;gap:30px;text-align:center}
@media(min-width:760px){.statsband .g{grid-template-columns:repeat(3,1fr)}}
.statsband b{font-family:var(--disp);font-weight:800;font-size:38px;display:block;color:#fff}
.statsband span{color:#B9CDB6;font-size:14px}

.ring-wrap{display:grid;gap:32px;align-items:center;justify-items:center}
@media(min-width:900px){.ring-wrap{grid-template-columns:1fr 1.15fr 1fr}}
.ring-center{background:linear-gradient(160deg,#EDE7F2,#E3DCEC);border-radius:20px;padding:40px;order:2;width:100%;display:flex;justify-content:center;color:#8A7CA0;font-family:var(--disp);font-size:13px;min-height:180px;align-items:center}
.ring-col{display:grid;gap:24px}
.ring-col.left{order:1}.ring-col.right{order:3}
.ring-feat{display:flex;gap:12px;align-items:center}
.ring-feat .ic{width:42px;height:42px;flex:none;background:var(--forest);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}
.ring-feat span{font-family:var(--disp);font-weight:600;font-size:15px}
.tri{display:grid;gap:24px;margin-top:48px;text-align:center}
@media(min-width:700px){.tri{grid-template-columns:repeat(3,1fr)}}
.tri .cell{padding:0 20px}
.tri .cell.mid{border-left:1px solid var(--line);border-right:1px solid var(--line)}
.tri b{font-family:var(--disp);font-weight:700;font-size:24px;display:block}
.tri strong{display:block;font-size:14px;margin:4px 0 2px;font-family:var(--disp)}
.tri p{font-size:13px;color:var(--mute)}

.cards4{display:grid;gap:20px}
@media(min-width:760px){.cards4{grid-template-columns:repeat(4,1fr)}}
.lc .ph{aspect-ratio:4/3;border-radius:14px;background:linear-gradient(160deg,#E6EBDD,#D8E0C9);margin-bottom:16px;display:flex;align-items:flex-end;padding:12px}
.lc .phl{font-size:11px;color:#8A9576;font-family:var(--disp)}
.lc h4{font-size:15px;margin-bottom:6px}
.lc p{font-size:13px;color:var(--mute)}

.give{display:grid;gap:20px;margin-top:44px}
@media(min-width:760px){.give{grid-template-columns:repeat(3,1fr)}}
.gc{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px 28px;text-align:center}
.gc .ic{width:54px;height:54px;border-radius:50%;background:var(--sage-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:var(--leaf)}
.gc h4{font-size:16px;margin-bottom:8px}
.gc p{font-size:13.5px;color:var(--mute)}

.rev-note{max-width:640px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;text-align:center}
.rev-note h4{font-size:18px;margin-bottom:8px}
.rev-note p{font-size:14px;color:var(--mute);max-width:46ch;margin:0 auto 18px}
.rev-note .cta{max-width:260px;margin:0 auto;background:var(--forest);color:#fff}
.rev-verified{font-size:12px;color:var(--mute);margin-top:14px;display:flex;gap:6px;align-items:center;justify-content:center}

.faq{max-width:800px;margin:0 auto}
.q{border-bottom:1px solid var(--line)}
.q summary{cursor:pointer;list-style:none;padding:22px 40px 22px 0;position:relative;font-family:var(--disp);font-weight:600;font-size:16px}
.q summary::-webkit-details-marker{display:none}
.q summary::after{content:"+";position:absolute;right:6px;top:20px;font-size:22px;color:var(--leaf);font-weight:400}
.q[open] summary::after{content:"\2212"}
.q p{padding:0 0 24px;font-size:14.5px;color:var(--mute);max-width:70ch}

.news{background:var(--sage-soft);padding:56px 0}
.news-in{text-align:center;max-width:520px;margin:0 auto}
.news h2{font-size:26px;color:var(--forest);margin-bottom:8px}
.news p{color:var(--mute);font-size:14px;margin-bottom:20px}
.news-form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.news-form input{flex:1;min-width:200px;border:1px solid var(--line);border-radius:10px;padding:13px 16px;font-size:14px;background:#fff}
.news-form button{background:var(--forest);color:#fff;border:none;border-radius:10px;padding:13px 26px;font-family:var(--disp);font-weight:600;font-size:14px}

.site-foot{background:var(--forest);color:#C7D6C4;padding:52px 0 26px;font-size:14px}
.foot-grid{display:grid;gap:32px}
@media(min-width:760px){.foot-grid{grid-template-columns:1.6fr 1fr 1fr 1fr}}
.foot-brand .brand{color:#fff;margin-bottom:12px;display:block}
.foot-brand .brand b{color:var(--sage)}
.foot-brand p{font-size:13.5px;color:#A9BCA6;max-width:34ch;margin-bottom:16px}
.foot-social{display:flex;gap:10px}
.foot-social a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff}
.foot-col h4{color:#fff;font-family:var(--disp);font-size:14px;margin-bottom:14px}
.foot-col a{display:block;color:#A9BCA6;font-size:13.5px;padding:5px 0}
.foot-col a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px;color:#93A790}
.foot-bottom .links a{margin-left:16px}

.stickybar{position:fixed;bottom:0;left:0;right:0;z-index:55;background:#fff;border-top:1px solid var(--line);padding:10px 16px;display:flex;align-items:center;gap:12px;transform:translateY(120%);transition:transform .25s;box-shadow:0 -4px 20px rgba(0,0,0,.06)}
.stickybar.show{transform:translateY(0)}
.stickybar .sp{font-family:var(--disp);font-weight:700;font-size:16px}
.stickybar .cta{margin:0;flex:1;padding:12px}
@media(min-width:980px){.stickybar{display:none}}

/* WooCommerce theming */
.woo-wrap{max-width:var(--wrap);margin:0 auto;padding:48px 20px 80px}
.woo-wrap h1,.woo-wrap h2{color:var(--forest)}
.woocommerce-breadcrumb{font-size:13px;color:var(--mute);margin-bottom:24px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{position:relative;border-top:none;border-left:4px solid var(--leaf);background:#fff;border-radius:10px;padding:14px 18px 14px 46px;font-size:14px;box-shadow:0 4px 16px rgba(30,50,35,.05)}
.woocommerce-error{border-left-color:var(--red)}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{position:absolute;left:16px;top:15px;margin:0;color:var(--leaf)}
.woocommerce-error::before{color:var(--red)}
.woocommerce-message .button,.woocommerce-info .button{float:right;margin-top:-2px}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,.wc-block-components-button,.wp-element-button{background:var(--forest)!important;color:#fff!important;border:none!important;border-radius:10px!important;font-family:var(--disp)!important;font-weight:600!important;padding:12px 22px!important;font-size:14px!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{filter:brightness(.95)}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{background:var(--forest)!important}
.woocommerce ul.products li.product{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;text-align:center}
.woocommerce ul.products li.product .price{color:var(--ink);font-family:var(--disp);font-weight:700}
.woocommerce ul.products li.product h2,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--disp);font-size:16px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-family:var(--disp);font-weight:800}
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}
.woocommerce table.shop_table th{font-family:var(--disp);color:var(--forest)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-account input.input-text{border:1px solid var(--line)!important;border-radius:10px!important;padding:11px 13px!important;font-family:var(--body)!important}
.woocommerce #payment,.woocommerce-checkout #order_review,.woocommerce .cart-collaterals .cart_totals{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:10px 14px;border:1px solid var(--line);border-radius:10px;margin-bottom:8px;background:#fff;font-family:var(--disp);font-weight:500}
.woocommerce div.product .product_title{font-family:var(--disp);color:var(--forest)}
.woocommerce .woocommerce-tabs ul.tabs li.active{border-bottom-color:var(--leaf)}

/* ---- Why compost pillars ---- */
.pillars{display:grid;gap:22px;max-width:900px;margin:0 auto}
@media(min-width:800px){.pillars{grid-template-columns:1fr 1fr}}
.pillar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px}
.pillar h3{font-size:19px;margin-bottom:12px;color:var(--forest)}
.pillar p{font-size:14.5px;color:var(--mute)}
.pillar p+p{margin-top:12px}

/* ---- slide-out cart drawer ---- */
.eco-overlay{position:fixed;inset:0;background:rgba(20,30,22,.4);z-index:70;opacity:0;visibility:hidden;transition:.2s}
.eco-overlay.show{opacity:1;visibility:visible}
.eco-drawer{position:fixed;top:0;right:0;height:100%;width:min(400px,100%);background:var(--cream);z-index:80;transform:translateX(100%);transition:transform .25s;display:flex;flex-direction:column;box-shadow:-8px 0 30px rgba(0,0,0,.12)}
.eco-drawer.show{transform:translateX(0)}
.eco-drawer .drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}
.eco-drawer .drawer-head h3{font-size:18px}
.eco-drawer .eco-close{background:none;border:none;font-size:24px;color:var(--mute);line-height:1}
.eco-drawer .drawer-body{flex:1;overflow-y:auto;padding:20px}
.eco-drawer .cart-empty{text-align:center;color:var(--mute);font-size:14px;padding:40px 0}
.eco-drawer .cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:flex-start}
.eco-drawer .cart-item .thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;background:linear-gradient(160deg,#EDE7F2,#E3DCEC);flex:none}
.eco-drawer .cart-item .thumb img{width:100%;height:100%;object-fit:cover}
.eco-drawer .cart-item .ci-b{flex:1}
.eco-drawer .cart-item b{font-family:var(--disp);font-size:14px;display:block}
.eco-drawer .cart-item .ci-ctrl{display:flex;align-items:center;gap:10px;margin-top:6px}
.eco-drawer .cart-item .ci-ctrl button{width:24px;height:24px;border:1px solid var(--line);background:#fff;border-radius:6px;font-size:14px;color:var(--forest);padding:0}
.eco-drawer .cart-item .rm{width:auto!important;margin-left:auto;font-size:12px;color:var(--red)!important;background:none!important;border:none!important}
.eco-drawer .cart-item .ci-price{font-family:var(--disp);font-size:14px;white-space:nowrap}
.eco-drawer .drawer-foot{padding:20px;border-top:1px solid var(--line);background:#fff}
.eco-drawer .subtotal{display:flex;justify-content:space-between;font-family:var(--disp);font-weight:700;font-size:17px;margin-bottom:6px}
.eco-drawer .note{font-size:12px;color:var(--mute);margin-bottom:14px}
.eco-drawer .cta-view{background:#fff;color:var(--forest);border:1px solid var(--forest)}
.eco-drawer .cta-buy{background:var(--forest);color:#fff}
.nav-account{color:var(--ink);display:flex;align-items:center}

/* ---- My Account / login & register pages ---- */
.woocommerce-account .woocommerce{max-width:900px;margin:0 auto}
.woocommerce-account:not(.logged-in) .woocommerce{max-width:820px}
.woocommerce form.woocommerce-form-login,.woocommerce form.woocommerce-form-register{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;max-width:420px}
.woocommerce .col2-set{display:grid;gap:28px}
@media(min-width:720px){.woocommerce .col2-set{grid-template-columns:1fr 1fr}}
.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{width:auto!important;float:none!important}
.woocommerce-account h2{font-family:var(--disp);color:var(--forest);margin-bottom:16px}
.woocommerce-form-login__rememberme{font-size:13px;color:var(--mute)}
.woocommerce .woocommerce-form-login__submit,.woocommerce .woocommerce-form-register__submit{width:100%;margin-top:8px}

/* ---- real images filling the section slots ---- */
.slot-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
.step .ph{overflow:hidden;position:relative}
.step .ph .slot-img{position:absolute;inset:0}
.step .ph .n{z-index:2}
.lc .ph{overflow:hidden;position:relative}
.lc .ph .slot-img{position:absolute;inset:0}
.ring-center{overflow:hidden;padding:0}
.ring-center .slot-img{border-radius:20px}
.specs-img{overflow:hidden;padding:0}
.specs-img .slot-img{border-radius:var(--radius)}
/* gallery thumbnails showing real images */
.thumbs button{overflow:hidden;padding:0;position:relative}
.thumbs button img{width:100%;height:100%;object-fit:cover;display:block}

/* ---- colour swap (White / Black) ---- */
/* default: show white, hide black */
.col-black{display:none!important}
body.colour-black .col-black{display:block!important}
body.colour-black .col-white{display:none!important}
/* gallery figures use flex, so restore the right display type */
body.colour-black .gallery-main figure.col-black{display:flex!important}
body.colour-white .gallery-main figure.col-white{display:flex!important}
/* thumbnail buttons */
body.colour-black .thumbs button.col-black{display:block!important}
/* slot images inside absolute-positioned tiles */
.step .ph .slot-img.col-black,.lc .ph .slot-img.col-black{display:none!important}
body.colour-black .step .ph .slot-img.col-black,
body.colour-black .lc .ph .slot-img.col-black{display:block!important}
body.colour-black .step .ph .slot-img.col-white,
body.colour-black .lc .ph .slot-img.col-white{display:none!important}
.sw{transition:outline-color .15s}
.sw:focus-visible{outline:2px solid var(--leaf);outline-offset:3px}

/* ---- social login buttons on the account page ---- */
.eco-social-login{margin-bottom:22px}
.eco-social-heading{font-family:var(--disp);font-weight:600;font-size:14px;color:var(--forest);margin-bottom:10px;text-align:center}
.eco-social-buttons{display:flex;flex-direction:column;gap:8px;align-items:stretch}
.eco-social-buttons a,.eco-social-buttons button{border-radius:10px!important;font-family:var(--disp)!important;font-weight:600!important}
.eco-social-buttons img{display:inline-block}
.eco-social-divider{display:flex;align-items:center;gap:12px;margin:18px 0 4px;color:var(--mute);font-size:12px}
.eco-social-divider::before,.eco-social-divider::after{content:"";flex:1;height:1px;background:var(--line)}

/* ---- registration extras ---- */
.eco-field-hint{display:block;font-size:11.5px;color:var(--mute);margin-top:5px}
.woocommerce form.woocommerce-form-register .woocommerce-form-row{margin-bottom:14px}
.woocommerce form.woocommerce-form-register label{display:block;font-size:13px;font-weight:500;margin-bottom:5px;color:var(--ink)}
.woocommerce form.woocommerce-form-register .required{color:var(--red);text-decoration:none}
.woocommerce form.woocommerce-form-register input.input-text{width:100%}

/* ---- complete-your-profile prompt ---- */
.eco-profile-prompt{background:var(--sage-soft);border:1px solid var(--sage);border-radius:var(--radius);padding:22px 24px;margin-bottom:26px}
.eco-profile-prompt strong{display:block;font-family:var(--disp);font-size:16px;color:var(--forest);margin-bottom:6px}
.eco-profile-prompt p{font-size:13.5px;color:var(--mute);margin-bottom:14px;max-width:52ch}
.eco-profile-prompt .cta{margin-bottom:0}

/* ============ FRONT-END STORE DASHBOARD ============ */
.eco-dash{max-width:1100px}
.dash-locked{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:44px;text-align:center;max-width:520px;margin:40px auto}
.dash-locked h1{color:var(--forest);margin-bottom:10px}
.dash-locked p{color:var(--mute);font-size:14.5px;margin-bottom:20px}
.dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.dash-head h1{color:var(--forest);font-size:clamp(24px,3vw,32px)}
.dash-sub{color:var(--mute);font-size:13.5px;margin-top:4px}
.dash-admin-link{font-family:var(--disp);font-weight:600;font-size:13.5px;color:var(--leaf)}
.dash-flash{background:var(--sage-soft);border-left:4px solid var(--leaf);border-radius:10px;padding:12px 16px;font-size:14px;margin-bottom:20px}

.dash-stats{display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:16px}
@media(min-width:820px){.dash-stats{grid-template-columns:repeat(4,1fr)}}
.dash-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px}
.dash-card span{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--mute)}
.dash-card b{display:block;font-family:var(--disp);font-weight:800;font-size:26px;color:var(--ink);margin-top:4px;line-height:1.15}
.dash-card em{display:block;font-style:normal;font-size:11.5px;color:var(--mute);margin-top:3px}

.dash-alert{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px 18px;font-size:14px;margin-bottom:24px}
.dash-alert.warn{background:#FBF3E2;border-color:#E8CF97}
.dash-alert strong{font-family:var(--disp);font-size:17px}
.dash-alert a{margin-left:10px;color:var(--leaf);font-weight:600;text-decoration:underline}

.dash-grid{display:grid;gap:20px}
@media(min-width:900px){.dash-grid{grid-template-columns:1.5fr 1fr;align-items:start}}
.dash-side{display:grid;gap:20px}
.dash-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}
.dash-panel h2{font-size:15px;color:var(--forest);margin-bottom:14px}
.dash-empty{font-size:13.5px;color:var(--mute)}

.dash-table{width:100%;border-collapse:collapse;font-size:13.5px}
.dash-table th{text-align:left;font-family:var(--disp);font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--mute);padding:0 8px 8px 0;border-bottom:1px solid var(--line)}
.dash-table td{padding:11px 8px 11px 0;border-bottom:1px solid var(--line);vertical-align:middle}
.dash-table small{color:var(--mute);font-size:11.5px}
.dash-table a{color:var(--leaf);font-weight:600}

.badge{display:inline-block;font-size:11px;font-family:var(--disp);font-weight:600;padding:3px 9px;border-radius:20px;background:#EEF1EC;color:#4A5548;white-space:nowrap}
.badge-processing{background:#FBF3E2;color:#8A6516}
.badge-completed{background:var(--sage-soft);color:#2C6B36}
.badge-on-hold{background:#EFE7F5;color:#5C4272}
.badge-cancelled,.badge-failed,.badge-refunded{background:#F8E6E3;color:#9B3B2C}

.dash-inline{margin:0}
.dash-btn{background:var(--forest);color:#fff;border:none;border-radius:8px;padding:7px 12px;font-family:var(--disp);font-weight:600;font-size:12px;white-space:nowrap}
.dash-btn:hover{filter:brightness(.94)}

.dash-stock-row{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.dash-stock-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.dash-stock-name{flex:1;font-size:13.5px}
.dash-stock-input{width:64px;border:1px solid var(--line);border-radius:8px;padding:6px 8px;font-family:var(--disp);font-size:14px;text-align:center}
.dash-stock-input.low{border-color:var(--red);color:var(--red);font-weight:700}
.dash-untracked{font-size:12px;color:var(--mute);font-style:normal}

.dash-bar-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-bottom:10px;font-size:13px}
.dash-bar{height:8px;background:#EEF1EC;border-radius:6px;overflow:hidden}
.dash-bar i{display:block;height:100%;background:var(--leaf)}
.dash-bar-row b{font-family:var(--disp)}

.dash-links{display:grid;gap:2px}
.dash-links a{display:block;padding:8px 10px;border-radius:8px;font-size:13.5px;color:var(--ink)}
.dash-links a:hover{background:var(--cream);color:var(--forest)}

/* ---- dashboard: login, order detail, inventory ---- */
.dash-locked form.wp-core-ui,.dash-locked #loginform{text-align:left;max-width:340px;margin:0 auto}
.dash-locked label{display:block;font-size:13px;font-weight:500;margin-bottom:5px;color:var(--ink)}
.dash-locked input[type=text],.dash-locked input[type=password]{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 13px;margin-bottom:14px;font-family:var(--body);font-size:14px}
.dash-locked input[type=submit]{width:100%;background:var(--forest);color:#fff;border:none;border-radius:10px;padding:13px;font-family:var(--disp);font-weight:600;font-size:14px;cursor:pointer}
.dash-locked .login-remember{font-size:13px;color:var(--mute);margin-bottom:12px}
.dash-locked .login-remember input{margin-right:6px}
.dash-lost{margin-top:16px;font-size:13px}
.dash-lost a{color:var(--leaf);text-decoration:underline}
.dash-user{font-size:13px;color:var(--mute)}
.dash-user a{color:var(--leaf);font-weight:600}
.dash-back{margin-bottom:16px;font-size:13.5px}
.dash-back a{color:var(--leaf);font-weight:600}

.dash-order-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}
.dash-order-head h2{color:var(--forest);font-size:22px}
.dash-variant{font-size:12px;color:var(--leaf);font-weight:600}
.dash-total{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);font-size:14px;display:flex;justify-content:space-between}
.dash-total b{font-family:var(--disp);font-size:18px}

.dash-tabs{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}
.dash-tabs a{font-family:var(--disp);font-weight:600;font-size:12.5px;padding:7px 14px;border-radius:20px;background:var(--cream);color:var(--mute)}
.dash-tabs a.on{background:var(--forest);color:#fff}

.dash-form{margin-top:14px}
.dash-form-row{margin-bottom:12px}
.dash-form-row label{display:block;font-size:12px;font-weight:600;color:var(--mute);margin-bottom:5px}
.dash-form-row input[type=text],.dash-form-row textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-family:var(--body);font-size:14px}
.dash-check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--mute);margin-bottom:12px}
.dash-check-sm{margin:0}
.dash-hint{font-size:11.5px;color:var(--mute);margin-top:8px;display:block}

.dash-btn-block{display:block;width:100%;margin-bottom:8px;padding:11px}
.dash-btn.ghost{background:#fff;color:var(--forest);border:1px solid var(--line)}
.dash-btn.ghost:hover{background:var(--cream)}
.dash-btn-sm{padding:6px 11px;font-size:11.5px}
.dash-status-actions form{margin:0}

.dash-address{font-style:normal;font-size:14px;line-height:1.7;color:var(--ink)}
.dash-contact{font-size:13.5px;margin-top:8px}
.dash-contact a{color:var(--leaf);font-weight:600}
.dash-cust-note{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);font-size:13px}
.dash-cust-note strong{display:block;color:var(--forest);margin-bottom:4px}

.dash-notes{list-style:none;padding:0;margin:0 0 8px}
.dash-notes li{background:var(--cream);border-radius:10px;padding:12px 14px;margin-bottom:8px;font-size:13.5px}
.dash-notes li.to-customer{background:var(--sage-soft)}
.dash-notes li p{margin:0}
.dash-note-meta{display:block;font-size:11px;color:var(--mute);margin-bottom:4px}
.dash-admin-only{border-style:dashed}

/* ---- account page: one centred panel at a time ---- */
.woocommerce-account:not(.logged-in) #customer_login{display:block!important;max-width:440px;margin:0 auto;grid-template-columns:none!important}
.woocommerce-account:not(.logged-in) #customer_login .u-column1,
.woocommerce-account:not(.logged-in) #customer_login .u-column2{width:100%!important;float:none!important;margin:0!important;padding:0!important}
/* register hidden until asked for */
.woocommerce-account:not(.logged-in) #customer_login .u-column2{display:none}
body.show-register #customer_login .u-column2{display:block!important}
body.show-register #customer_login .u-column1{display:none!important}
/* the forms themselves */
.woocommerce-account:not(.logged-in) #customer_login h2{font-family:var(--disp);font-size:22px;color:var(--forest);text-align:center;margin-bottom:18px}
.woocommerce form.woocommerce-form-login,.woocommerce form.woocommerce-form-register{max-width:none;width:100%}
.woocommerce-account .woocommerce-form-login__submit,.woocommerce-account .woocommerce-form-register__submit{width:100%}
/* switch link, sitting with the lost-password link */
.eco-switch{text-align:center;font-size:13.5px;color:var(--mute);margin:16px 0 0;padding-top:14px;border-top:1px solid var(--line)}
.eco-switch a{color:var(--forest);font-family:var(--disp);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.woocommerce-LostPassword{text-align:center;font-size:13px;margin-top:12px}
.woocommerce-LostPassword a{color:var(--mute);text-decoration:underline}
.eco-register-prompt{background:var(--sage-soft);border-left:4px solid var(--leaf);border-radius:10px;padding:12px 16px;font-size:13.5px;margin-bottom:18px}
.dash-pair{list-style:none;padding:0;margin:8px 0 0;font-size:12px}
.dash-pair li{display:flex;justify-content:space-between;gap:10px;padding:5px 0;border-bottom:1px solid var(--line)}
.dash-pair li:last-child{border-bottom:none}
.dash-pair-file{color:#444;word-break:break-all}
.dash-pair-state{white-space:nowrap;font-weight:600}
.dash-pair li.ok .dash-pair-state{color:#1a7f37}
.dash-pair li.bad .dash-pair-state{color:#b32d2e}
.foot-contact{font-size:13px;color:#A9BCA6;margin-bottom:16px;line-height:1.9}
.foot-contact a{color:#C7D6C4}
.foot-contact a:hover{color:#fff}

/* ---- UPI / QR checkout ---- */
.eco-upi-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-top:14px;text-align:center}
.eco-upi-qr{margin:0 auto 14px;max-width:220px}
.eco-upi-qr img{width:100%;height:auto;border-radius:10px;border:1px solid var(--line)}
.eco-upi-payee{font-family:var(--disp);font-weight:600;font-size:14px;color:var(--forest);margin-bottom:6px}
.eco-upi-id{display:flex;flex-direction:column;gap:4px;align-items:center;margin-bottom:10px}
.eco-upi-id span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--mute)}
.eco-upi-id code{background:var(--cream);border:1px solid var(--line);border-radius:8px;padding:8px 12px;font-size:13px;word-break:break-all;max-width:100%}
.eco-upi-amount{font-size:14px;margin-bottom:16px}
.eco-upi-amount b{font-family:var(--disp);font-size:18px}
.eco-upi-steps{text-align:left;margin:0 0 18px;padding-left:22px;font-size:13.5px;color:var(--mute);line-height:1.8}
.eco-upi-ref{text-align:left;margin-bottom:10px!important}
.eco-upi-ref label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--ink)}
.eco-upi-ref input{width:100%;border:1px solid var(--line)!important;border-radius:10px!important;padding:12px 14px!important;font-size:15px!important;font-family:var(--disp)!important;letter-spacing:.04em}
.eco-upi-hint{display:block;font-size:11.5px;color:var(--mute);margin-top:6px}
.eco-upi-note{font-size:12px;color:var(--mute);text-align:left;margin:0;padding-top:12px;border-top:1px solid var(--line)}
.eco-upi-confirm code{background:var(--sage-soft);padding:4px 10px;border-radius:6px;font-size:14px}

/* dashboard: UPI verification callout */
.dash-upi-verify{background:#FBF3E2;border:1px solid #E8CF97;border-radius:10px;padding:14px 16px;margin-top:14px}
.dash-upi-verify strong{display:block;font-family:var(--disp);font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#8A6516;margin-bottom:6px}
.dash-upi-verify code{display:inline-block;background:#fff;border:1px solid #E8CF97;border-radius:6px;padding:6px 12px;font-size:15px;font-weight:700;letter-spacing:.06em;margin-bottom:8px}
.dash-upi-verify span{display:block;font-size:12px;color:#8A6516}

/* ---- newsletter feedback ---- */
.news-msg{font-size:13px;margin-top:12px;min-height:18px}
.news-msg.is-ok{color:var(--forest);font-weight:600}
.news-msg.is-error{color:var(--red)}
.news-form button:disabled{opacity:.6;cursor:default}

/* ---- UPI deep link button ---- */
.eco-upi-applink{display:block;background:var(--forest);color:#fff!important;font-family:var(--disp);font-weight:600;font-size:15px;padding:14px;border-radius:12px;text-decoration:none;margin-bottom:10px}
.eco-upi-applink:hover{filter:brightness(.95)}
.eco-upi-applink .woocommerce-Price-amount{color:#fff!important}
.eco-upi-or{font-size:12px;color:var(--mute);margin-bottom:16px}
.secure svg{color:var(--leaf)}
.nav-cart.is-loading{opacity:.5;pointer-events:none}
.cta[disabled]{opacity:.65;cursor:default}

/* ============ ANNOUNCEMENT TICKER ============ */
.eco-ticker{background:var(--forest);color:#EAF1E9;overflow:hidden;font-size:12.5px;font-family:var(--disp);font-weight:500;letter-spacing:.02em}
.eco-ticker-track{display:flex;gap:60px;padding:9px 0;white-space:nowrap;animation:ecoTick 32s linear infinite;width:max-content}
.eco-ticker-track span{flex:none}
@keyframes ecoTick{from{transform:translateX(0)}to{transform:translateX(-33.33%)}}
@media(prefers-reduced-motion:reduce){.eco-ticker-track{animation:none;justify-content:center;width:100%}.eco-ticker-track span:not(:first-child){display:none}}

/* ============ MOBILE NAV ============ */
@media(max-width:899px){
  .nav-menu{display:none;position:absolute;top:60px;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--line);flex-direction:column;gap:0;padding:8px 20px 16px;box-shadow:0 12px 24px rgba(30,50,35,.08)}
  body.nav-open .nav-menu{display:flex}
  .nav-menu li{border-bottom:1px solid var(--line)}
  .nav-menu li:last-child{border-bottom:none}
  .nav-menu a{display:block;padding:13px 0;font-family:var(--disp);font-weight:500;font-size:15px;color:var(--ink)}
}
.site-nav{position:sticky}
.nav-in{position:relative}

/* 404 */
.eco-404-inner{max-width:560px;margin:40px auto;text-align:center}
.eco-404-inner h1{font-size:clamp(28px,4vw,40px);color:var(--forest);margin-bottom:14px}
.eco-404-inner p{color:var(--mute);font-size:15px;margin-bottom:26px}
.eco-404-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:26px}
.eco-404-links .cta{width:auto;display:inline-block;padding:13px 26px;margin:0}
.eco-404-help{font-size:13px}
.eco-404-help a{color:var(--leaf);text-decoration:underline}

/* ============ HOMEPAGE (Figma order) ============ */
.fx-hero{padding:52px 0 0;background:linear-gradient(180deg,var(--sage-soft) 0%,var(--cream) 82%)}
.fx-hero-in{display:grid;gap:34px;align-items:center}
@media(min-width:940px){.fx-hero-in{grid-template-columns:1.02fr .98fr;gap:46px}}
.fx-eyebrow{display:block;font-family:var(--disp);font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--leaf);margin-bottom:14px}
.fx-hero h1{font-size:clamp(34px,5.4vw,60px);color:var(--forest);line-height:1.04;margin-bottom:10px}
.fx-hero-lead{font-family:var(--disp);font-weight:700;font-size:clamp(20px,2.6vw,28px);color:var(--leaf);margin-bottom:16px}
.fx-hero .lede{font-size:16px;max-width:44ch;margin-bottom:26px}
.fx-hero-btn{width:auto;display:inline-block;padding:15px 32px;margin:0}
.fx-hero-img img{width:100%;border-radius:22px}
.fx-ph{background:linear-gradient(160deg,#EDE7F2,#E3DCEC);border-radius:22px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#8A7CA0;font-family:var(--disp);font-size:13px}

.fx-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:34px 20px 44px}
.fx-badge{text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px 12px}
.fx-badge b{display:block;font-family:var(--disp);font-weight:800;font-size:clamp(17px,2.4vw,24px);color:var(--forest);line-height:1.15}
.fx-badge span{font-size:12.5px;color:var(--mute)}

.fx-trust{background:var(--forest);color:#fff;padding:26px 0}
.fx-trust-in{display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap;text-align:center}
.fx-trust b{font-family:var(--disp);font-weight:800;font-size:26px;display:block}
.fx-trust span,.fx-trust p{color:#BDD0BA;font-size:13.5px;margin:0}

.fx-bigline{text-align:center;font-family:var(--disp);font-weight:700;font-size:clamp(22px,3.4vw,34px);color:var(--forest);line-height:1.2;margin:0 auto 22px;max-width:20ch}
.fx-stats3{display:grid;gap:18px;margin-top:40px}
@media(min-width:760px){.fx-stats3{grid-template-columns:repeat(3,1fr)}}
.fx-stats3 div{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;text-align:center}
.fx-stats3 b{display:block;font-family:var(--disp);font-weight:800;font-size:clamp(21px,2.8vw,27px);color:var(--forest);margin-bottom:8px;line-height:1.15}
.fx-stats3 span{font-size:13px;color:var(--mute)}
.fx-thats{text-align:center;font-family:var(--disp);font-weight:600;font-size:18px;color:var(--forest);margin:36px 0 22px}
.fx-dual-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.fx-dual-cta .cta{width:auto;display:inline-block;padding:13px 28px;margin:0}
.cta-ghost{background:#fff;color:var(--forest);border:1px solid var(--forest)}
.cta-ghost:hover{background:var(--sage-soft)}

.fx-product{display:grid;gap:34px;align-items:center;max-width:940px;margin:40px auto 0}
@media(min-width:860px){.fx-product{grid-template-columns:.95fr 1.05fr;gap:46px}}
.fx-product-img img{width:100%;border-radius:20px}
.fx-product-spec h3{font-size:26px;color:var(--forest);margin-bottom:18px}
.fx-spectable{width:100%;border-collapse:collapse}
.fx-spectable tr{border-bottom:1px solid var(--line)}
.fx-spectable th{text-align:left;font-family:var(--body);font-weight:500;color:var(--mute);font-size:14px;padding:12px 4px}
.fx-spectable td{text-align:right;font-family:var(--disp);font-weight:600;font-size:14px;padding:12px 4px}
.fx-price{font-family:var(--disp);font-weight:800;font-size:30px;margin:22px 0 18px}

.fx-methane{max-width:640px;margin:34px auto 0;text-align:center;font-size:14px;color:var(--mute);line-height:1.75}

.fx-cta-band{background:var(--forest);color:#fff;padding:64px 0;text-align:center}
.fx-cta-band h2{font-size:clamp(26px,3.6vw,38px);color:#fff;margin-bottom:12px}
.fx-cta-band p{color:#BDD0BA;font-size:15.5px;margin-bottom:26px}
.cta-yellow{background:var(--yellow);color:#5A4E12;width:auto;display:inline-block;padding:15px 34px;margin:0}
.cta-yellow:hover{filter:brightness(.96)}
.fx-cta-note{display:block;margin-top:16px;font-size:12.5px;color:#9FB79C}
.fx-cta-band .woocommerce-Price-amount{color:#5A4E12!important}


/* ============ DARK PREMIUM RESTYLE (Figma) ============ */
/* nav */
.site-nav{background:var(--nearblack);border-bottom:1px solid rgba(255,255,255,.07)}
.site-nav .brand{color:#fff}
.site-nav .brand b{color:var(--leaf)}
.nav-menu a{color:#C9D2CB}
.nav-menu a:hover{color:#fff}
.nav-account,.nav-cart{color:#C9D2CB}
.nav-account:hover,.nav-cart:hover{color:#fff}
.nav-cart .count{background:var(--leaf);color:#06130A}
.nav-toggle{color:#C9D2CB}
@media(max-width:899px){
  .nav-menu{background:var(--nearblack);border-bottom:1px solid rgba(255,255,255,.08)}
  .nav-menu li{border-color:rgba(255,255,255,.08)}
  .nav-menu a{color:#C9D2CB}
}
.eco-ticker{background:var(--forest)}

/* hero — near-black, white heading, electric green lead */
.fx-hero{background:radial-gradient(120% 90% at 78% 20%,#12241A 0%,var(--nearblack) 55%)}
.fx-hero .fx-eyebrow{color:var(--leaf)}
.fx-hero h1{color:#fff}
.fx-hero-lead{color:var(--leaf)}
.fx-hero .lede{color:#B9C4BB}
.fx-hero-img img{border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.fx-hero-btn{background:var(--leaf);color:#06130A}
.fx-hero-btn:hover{filter:brightness(1.06)}

/* badges sit on the dark hero base, as light cards */
.fx-badges{padding-top:40px;padding-bottom:52px}
.fx-badge{background:#0F1A12;border:1px solid rgba(255,255,255,.08)}
.fx-badge b{color:#fff}
.fx-badge span{color:#8FA092}

/* trust band */
.fx-trust{background:var(--forest)}

/* forest stat band + CTA band */
.statsband{background:var(--forest)}
.fx-cta-band{background:var(--band-green)}
.cta-yellow{background:var(--gold);color:#3D3208}

/* footer */
.site-footer{background:var(--forest)}

/* buttons: electric green primary on light sections */
.cta-buy{background:var(--leaf);color:#06130A}
.cta-buy:hover{filter:brightness(1.05)}
.cta-ghost{border-color:var(--forest);color:var(--forest)}

/* headings on light sections stay deep forest */
.h2c,.spec-item h4,.fx-product-spec h3{color:var(--forest)}
.eyebrow{color:var(--leaf)}
