
/* ============================================================
   NOURA — COMPLETE CSS
   ============================================================ */
:root{
  --bg:#FFFDF8;--bg-alt:#F6F1E8;--bg-card:#FDFAF4;
  --text:#2C2C2C;--text-muted:#6B6657;--text-light:#9E9585;
  --accent:#B98B5F;--accent-dark:#A67C52;
  --green:#3D5A35;--green-light:#EDF1EC;
  --border:#E8E2D6;--border-lt:#F0EBE0;--white:#FFFFFF;--error:#C0392B;
  --font-serif:'Playfair Display',Georgia,serif;
  --font-sans:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --r-sm:4px;--r-md:8px;--r-lg:16px;--r-xl:24px;--r-full:9999px;
  --sh-sm:0 1px 4px rgba(44,44,44,.07);
  --sh-md:0 4px 16px rgba(44,44,44,.10);
  --sh-lg:0 8px 32px rgba(44,44,44,.12);
  --sh-xl:0 16px 48px rgba(44,44,44,.14);
  --ease:cubic-bezier(.16,1,.3,1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1rem;line-height:1.6;overflow-x:hidden}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button,input,textarea,select{font:inherit;border:none;background:none;cursor:pointer}
h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);line-height:1.2;font-weight:700}
p{line-height:1.7}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--r-sm)}

/* Layout */
.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}
.container-narrow{max-width:720px;margin-inline:auto;padding-inline:1.5rem}
.section{padding-block:5rem}
.bg-alt{background:var(--bg-alt)}
.bg-dark{background:var(--text);color:#fff}

/* Utilities */
.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}
.eyebrow{font-family:var(--font-sans);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
.reveal.visible{opacity:1;transform:none}
.rev-d1{transition-delay:.1s}.rev-d2{transition-delay:.2s}.rev-d3{transition-delay:.3s}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
.btn-full{width:100%;justify-content:center}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-sans);font-size:.875rem;font-weight:600;letter-spacing:.02em;border-radius:var(--r-full);transition:all .25s var(--ease);white-space:nowrap;cursor:pointer;text-decoration:none}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 2px 12px rgba(61,90,53,.3)}
.btn-primary:hover{background:#2e4428;transform:translateY(-1px);box-shadow:0 6px 20px rgba(61,90,53,.35)}
.btn-accent{background:var(--accent);color:#fff;box-shadow:0 2px 12px rgba(185,139,95,.3)}
.btn-accent:hover{background:var(--accent-dark);transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}
.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}
.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}
.btn-outline-white:hover{background:rgba(255,255,255,.1)}
.btn-white{background:#fff;color:var(--accent);font-weight:700}
.btn-white:hover{background:#f9f9f9;transform:translateY(-1px)}
.btn-sm{padding:.625rem 1.25rem;font-size:.8rem}
.btn-lg{padding:1.125rem 2.25rem;font-size:1rem}

/* Section header */
.sec-head{text-align:center;max-width:580px;margin-inline:auto;margin-bottom:3.5rem}
.sec-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.02em;color:var(--text);margin-top:.5rem}
.bg-dark .sec-title{color:#fff}
.sec-desc{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-top:.75rem}
.bg-dark .sec-desc{color:rgba(255,255,255,.6)}

/* Announcement Bar */
.announcement-bar{background:var(--green);color:#fff;padding:.45rem 1rem;font-size:.72rem;font-weight:500;letter-spacing:.07em;position:relative;z-index:200}
.ann-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.ann-item{display:flex;align-items:center;gap:.35rem;opacity:.92}
.ann-sep{opacity:.4;font-size:.9em}

/* Header */
.site-header{position:sticky;top:0;z-index:900;background:rgba(255,253,248,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .25s,box-shadow .25s}
.site-header.scrolled{border-bottom-color:var(--border);box-shadow:0 2px 20px rgba(44,44,44,.07)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:1.5rem}
.site-logo{flex-shrink:0;text-decoration:none}
.logo-wrap{}
.logo-name{font-family:var(--font-serif);font-size:1.65rem;font-weight:700;color:var(--text);letter-spacing:-.04em;display:block;line-height:1}
.logo-tag{font-size:.58rem;font-weight:400;letter-spacing:.06em;color:var(--text-muted);font-style:italic;display:block;margin-top:2px}
.primary-nav{display:flex;align-items:center;gap:0}
.nav-item{position:relative}
.nav-link{display:block;padding:.5rem .65rem;font-size:.75rem;font-weight:600;color:var(--text-muted);border-radius:var(--r-md);transition:color .15s,background .15s;letter-spacing:.04em}
.nav-link:hover,.nav-link.active{color:var(--text);background:var(--bg-alt)}
.nav-dropdown{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-xl);padding:.75rem;min-width:220px;opacity:0;visibility:hidden;transition:all .2s var(--ease);pointer-events:none;z-index:100}
.has-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}
.dd-row{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--r-md);transition:background .15s}
.dd-row:hover{background:var(--bg-alt)}
.dd-badge{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;flex-shrink:0}
.dd-s1{background:#FEF3E8;color:#C17A30}
.dd-s2{background:#EEF5ED;color:#3D5A35}
.dd-s3{background:#EFF0FB;color:#4A5292}
.dd-name{font-size:.82rem;font-weight:600;color:var(--text)}
.dd-desc{font-size:.72rem;color:var(--text-muted)}
.header-actions{display:flex;align-items:center;gap:.25rem}
.icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s;position:relative;background:transparent}
.icon-btn:hover{background:var(--bg-alt);color:var(--text)}
.icon-btn svg{width:20px;height:20px}
.cart-badge{position:absolute;top:3px;right:3px;width:17px;height:17px;background:var(--accent);color:#fff;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}
.mobile-toggle{display:none;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--r-md);background:transparent;transition:background .15s}
.mobile-toggle:hover{background:var(--bg-alt)}
.mobile-toggle span{display:block;width:22px;height:1.5px;background:var(--text);border-radius:2px;transition:all .3s var(--ease)}

/* Mobile menu */
.mobile-menu{position:fixed;inset:0;z-index:800;background:var(--bg);transform:translateX(100%);transition:transform .4s var(--ease);display:flex;flex-direction:column}
.mobile-menu.open{transform:none}
.mm-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}
.mm-nav{flex:1;overflow-y:auto;padding:1.5rem}
.mm-link{display:block;padding:.875rem 0;font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:var(--text);border-bottom:1px solid var(--border-lt)}
.mm-footer{padding:1.5rem;border-top:1px solid var(--border)}

/* Cart overlay + sidebar */
.cart-overlay{position:fixed;inset:0;background:rgba(44,44,44,.4);z-index:999;opacity:0;visibility:hidden;transition:all .25s}
.cart-overlay.show{opacity:1;visibility:visible}
.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:380px;z-index:1000;background:#fff;box-shadow:var(--sh-xl);transform:translateX(100%);transition:transform .4s var(--ease);display:flex;flex-direction:column}
.cart-sidebar.open{transform:none}
.cart-sidebar-hd{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}
.cart-sidebar-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--text)}
.cart-sidebar-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}
.cart-sidebar-ft{padding:1.25rem 1.5rem;border-top:1px solid var(--border);flex-shrink:0}
.cart-sidebar-total{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-serif);font-size:1.2rem;font-weight:700;margin-bottom:1rem}
.cart-ship-note{text-align:center;font-size:.75rem;color:var(--green);font-weight:500;margin-top:.75rem}
.cart-empty{text-align:center;padding:3rem 1rem}
.cart-empty svg{width:48px;height:48px;color:var(--border);margin:0 auto 1rem}
.cart-empty p{font-size:.88rem;color:var(--text-muted);margin-bottom:1rem}
.cart-mini-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 0;border-bottom:1px solid var(--border-lt)}
.cart-mini-item:last-child{border-bottom:none}
.cart-mini-img{width:60px;height:60px;object-fit:contain;background:var(--bg-alt);border-radius:var(--r-md);padding:.35rem;flex-shrink:0}
.cart-mini-info{flex:1;min-width:0}
.cart-mini-name{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-mini-qty{font-size:.75rem;color:var(--text-muted);margin-top:.2rem}
.cart-mini-price{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text);flex-shrink:0}

/* Breadcrumbs */
.breadcrumbs{background:var(--bg-alt);border-bottom:1px solid var(--border);padding:.625rem 0}
.breadcrumbs ol{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;font-size:.75rem;color:var(--text-muted)}
.breadcrumbs li:not(:last-child)::after{content:'›';margin-left:.4rem;color:var(--border)}
.breadcrumbs a:hover{color:var(--accent)}
.breadcrumbs li:last-child{color:var(--text);font-weight:500}

/* Hero */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(145deg,#f5f0e6 0%,#ede5d5 55%,#e4d9c5 100%)}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 65% 55% at 65% 45%,rgba(185,139,95,.08) 0%,transparent 65%);pointer-events:none}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-block:5rem;position:relative;z-index:1}
.hero-tag{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem 1rem;background:rgba(61,90,53,.1);color:var(--green);border-radius:var(--r-full);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}
.hero-h1{font-family:var(--font-serif);font-size:clamp(2.25rem,5vw,4rem);font-weight:700;line-height:1.08;letter-spacing:-.025em;color:var(--text);margin-bottom:1.25rem}
.hero-sub{font-size:1.05rem;color:var(--text-muted);line-height:1.7;max-width:440px;margin-bottom:2rem}
.hero-ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.hero-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}
.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .875rem;background:rgba(255,255,255,.75);border:1px solid var(--border);border-radius:var(--r-full);font-size:.72rem;font-weight:500;color:var(--text-muted);backdrop-filter:blur(8px)}
.hero-visual{position:relative;z-index:1}
.hero-img{width:100%;height:540px;object-fit:cover;border-radius:var(--r-xl);box-shadow:var(--sh-xl)}
.hero-img-placeholder{background:var(--bg-alt);border-radius:var(--r-xl);height:540px;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-xl)}
.hero-badge-wrap{position:absolute;top:1.5rem;right:1.5rem}
.hero-badge{background:#fff;border-radius:50%;width:90px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--sh-lg);text-align:center;padding:.75rem;font-family:var(--font-serif);font-size:.52rem;font-weight:700;color:var(--text);line-height:1.4;gap:3px}

/* Trust strip */
.trust-strip{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}
.trust-strip-inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}
.ts-item{display:flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:500;color:var(--text-muted)}
.ts-item svg{color:var(--green);flex-shrink:0}
.ts-sep{width:1px;height:22px;background:var(--border)}

/* Stages */
.stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.stage-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-xl);padding:2rem;position:relative;overflow:hidden;transition:all .25s var(--ease)}
.stage-card:hover{transform:translateY(-4px);box-shadow:var(--sh-xl)}
.stage-orb{position:absolute;top:-50px;right:-50px;width:160px;height:160px;border-radius:50%;opacity:.07}
.sc1 .stage-orb{background:#C17A30}.sc2 .stage-orb{background:#3D5A35}.sc3 .stage-orb{background:#4A5292}
.stage-top{margin-bottom:1.25rem}
.stage-pill{display:inline-flex;padding:.3rem .9rem;border-radius:var(--r-full);font-size:.7rem;font-weight:700;letter-spacing:.05em}
.sp1{background:#FEF3E8;color:#C17A30}.sp2{background:#EEF5ED;color:#3D5A35}.sp3{background:#EFF0FB;color:#4A5292}
.stage-age{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.4rem}
.sc2 .stage-age{color:var(--accent)}
.stage-tag{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}
.stage-feats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem}
.stage-feats li{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-muted)}
.stage-feats svg,.stage-feats span{color:var(--green);flex-shrink:0}

/* Products grid */
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.prod-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;transition:all .25s var(--ease)}
.prod-card:hover{transform:translateY(-4px);box-shadow:var(--sh-xl)}
.prod-img-wrap{background:var(--bg-alt);padding:1.5rem;aspect-ratio:1;position:relative;overflow:hidden}
.prod-img{width:100%;height:100%;object-fit:contain;transition:transform .4s var(--ease)}
.prod-card:hover .prod-img{transform:scale(1.05)}
.prod-badge{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:3px 8px;border-radius:var(--r-full)}
.prod-body{padding:1.1rem 1.25rem}
.prod-stage{font-size:.68rem;font-weight:700;color:var(--accent);letter-spacing:.07em;text-transform:uppercase;margin-bottom:.35rem}
.prod-name{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.25rem;line-height:1.3}
.prod-name a{color:inherit}.prod-name a:hover{color:var(--accent)}
.prod-age{font-size:.75rem;color:var(--text-muted);margin-bottom:.6rem}
.prod-rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.75rem}
.stars-row{display:flex;gap:2px;color:#F5A623}
.stars-count{font-size:.72rem;color:var(--text-muted)}
.prod-footer{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-top:1px solid var(--border-lt)}
.prod-price{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--text)}
.prod-price-orig{font-size:.82rem;color:var(--text-muted);text-decoration:line-through;margin-left:.25rem}

/* Why Noura */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}
.why-visual{position:relative}
.why-img-wrap{border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-xl)}
.why-stat{position:absolute;background:#fff;border-radius:var(--r-lg);padding:1.1rem 1.4rem;box-shadow:var(--sh-lg)}
.why-stat-tl{top:2rem;left:-2.5rem}
.why-stat-br{bottom:2rem;right:-2.5rem}
.why-num{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--accent);line-height:1}
.why-lbl{font-size:.72rem;color:var(--text-muted);margin-top:.25rem}
.why-feats{display:flex;flex-direction:column;gap:1.35rem;margin-top:2rem}
.why-feat{display:flex;gap:1rem}
.why-icon{width:44px;height:44px;background:var(--green-light);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;color:var(--green);flex-shrink:0}
.why-feat-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.3rem}
.why-feat-desc{font-size:.85rem;color:var(--text-muted);line-height:1.65}

/* Ingredients */
.ingr-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:3rem}
.ingr-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-lg);padding:1.25rem .75rem;text-align:center;transition:all .25s var(--ease)}
.ingr-card:hover{background:rgba(255,255,255,.1);border-color:rgba(185,139,95,.4);transform:translateY(-2px)}
.ingr-emoji{font-size:2.25rem;margin-bottom:.6rem;display:block}
.ingr-name{font-size:.82rem;font-weight:600;color:#fff;margin-bottom:.25rem}
.ingr-ben{font-size:.7rem;color:rgba(255,255,255,.5);line-height:1.4}

/* How It Works */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3.5rem;position:relative}
.process-grid::before{content:'';position:absolute;top:39px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:1px;background:repeating-linear-gradient(90deg,var(--border) 0,var(--border) 5px,transparent 5px,transparent 10px)}
.proc-step{text-align:center;position:relative}
.proc-icon{width:78px;height:78px;background:#fff;border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;z-index:1;box-shadow:var(--sh-sm);transition:all .25s var(--ease);font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--accent)}
.proc-step:hover .proc-icon{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 8px 24px rgba(185,139,95,.3);transform:scale(1.07)}
.proc-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}
.proc-desc{font-size:.82rem;color:var(--text-muted);line-height:1.65}

/* Founder */
.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.founder-img-wrap{border-radius:var(--r-xl);overflow:hidden;position:relative}
.founder-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(44,44,44,.8) 0%,transparent 100%)}
.founder-q{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;color:#fff;line-height:1.4}
.founder-bq{font-family:var(--font-serif);font-size:clamp(1.25rem,2.2vw,1.65rem);font-style:italic;line-height:1.4;color:var(--text);padding-left:1.5rem;border-left:3px solid var(--accent);margin-bottom:1.5rem;margin-top:.75rem}
.founder-bio{font-size:.92rem;color:var(--text-muted);line-height:1.75;margin-bottom:1rem}
.founder-sig{display:flex;align-items:center;gap:1rem;margin-top:1.75rem}
.founder-avatar{width:50px;height:50px;border-radius:50%;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--accent);flex-shrink:0}
.founder-name{font-weight:700;font-size:.92rem;color:var(--text)}
.founder-role{font-size:.78rem;color:var(--text-muted)}

/* Testimonials */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testi-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:2rem;transition:all .25s var(--ease)}
.testi-card:hover{transform:translateY(-2px);box-shadow:var(--sh-md)}
.testi-dark{background:var(--text);border-color:var(--text)}
.testi-stars{display:flex;gap:3px;color:#F5A623;margin-bottom:1.25rem}
.testi-dark .testi-stars{color:var(--accent)}
.testi-text{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;line-height:1.55;color:var(--text);margin-bottom:1.5rem}
.testi-dark .testi-text{color:#fff}
.testi-author{display:flex;align-items:center;gap:.75rem}
.testi-av{width:42px;height:42px;border-radius:50%;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;font-size:.95rem;color:var(--accent);flex-shrink:0}
.testi-dark .testi-av{background:rgba(255,255,255,.1);color:#fff}
.testi-name{font-weight:600;font-size:.85rem;color:var(--text)}
.testi-dark .testi-name{color:#fff}
.testi-meta{font-size:.72rem;color:var(--text-muted)}
.testi-dark .testi-meta{color:rgba(255,255,255,.5)}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:.5rem}
.faq-item{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}
.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;font-size:.92rem;font-weight:600;color:var(--text);background:#fff;transition:background .15s;gap:1rem;cursor:pointer;text-align:left}
.faq-trigger:hover{background:var(--bg-alt)}
.faq-trigger[aria-expanded=true]{background:var(--bg-alt);color:var(--accent)}
.faq-icon{width:20px;height:20px;flex-shrink:0;color:var(--text-muted);transition:transform .3s var(--ease)}
.faq-trigger[aria-expanded=true] .faq-icon{transform:rotate(45deg);color:var(--accent)}
.faq-body{overflow:hidden;max-height:0;transition:max-height .4s var(--ease)}
.faq-body.open{max-height:300px}
.faq-body-in{padding:0 1.5rem 1.25rem;font-size:.88rem;color:var(--text-muted);line-height:1.7;background:var(--bg-alt)}

/* CTA Band */
.cta-band{background:var(--accent);padding:4.5rem 0}
.cta-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.5rem);color:#fff;margin-bottom:1rem}
.cta-sub{color:rgba(255,255,255,.85);font-size:1.05rem;margin-bottom:2rem;max-width:480px;margin-inline:auto}

/* Footer */
.site-footer{background:var(--text);color:rgba(255,255,255,.7);padding-top:4.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand{}
.footer-logo{font-family:var(--font-serif);font-size:1.65rem;font-weight:700;color:#fff;letter-spacing:-.04em;margin-bottom:.5rem}
.footer-tagline{font-size:.78rem;font-style:italic;color:rgba(255,255,255,.45);margin-bottom:1.25rem}
.footer-desc{font-size:.85rem;line-height:1.7;max-width:280px;margin-bottom:1.75rem}
.footer-social{display:flex;gap:.6rem;margin-bottom:1.5rem}
.footer-soc{width:36px;height:36px;background:rgba(255,255,255,.07);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:all .15s}
.footer-soc:hover{background:var(--accent);color:#fff}
.footer-soc svg{width:17px;height:17px}
.footer-certs{display:flex;flex-wrap:wrap;gap:.5rem}
.footer-cert{font-size:.7rem;color:rgba(255,255,255,.5);padding:.3rem .7rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-md)}
.footer-col-title{font-family:var(--font-sans);font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#fff;margin-bottom:1.1rem}
.footer-nav{display:flex;flex-direction:column;gap:.65rem}
.footer-nav a{font-size:.85rem;color:rgba(255,255,255,.55);transition:color .15s}
.footer-nav a:hover{color:#fff}
.nl-input{width:100%;padding:.75rem 1rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--r-full);color:#fff;font-size:.85rem;margin-bottom:.5rem;transition:border-color .15s}
.nl-input::placeholder{color:rgba(255,255,255,.35)}
.nl-input:focus{outline:none;border-color:var(--accent)}
.newsletter-form{display:flex;gap:.5rem;margin-bottom:.75rem}
.newsletter-form .nl-input{flex:1;margin-bottom:0}
.nl-btn{padding:.75rem 1.1rem;background:var(--accent);color:#fff;border-radius:var(--r-full);font-size:.82rem;font-weight:600;transition:background .15s;white-space:nowrap;flex-shrink:0}
.nl-btn:hover{background:var(--accent-dark)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-block:1.5rem;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:.75rem;color:rgba(255,255,255,.35)}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{font-size:.75rem;color:rgba(255,255,255,.35);transition:color .15s}
.footer-legal a:hover{color:rgba(255,255,255,.7)}
.footer-payments{display:flex;gap:.4rem}
.pay-chip{height:22px;background:rgba(255,255,255,.1);border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:700;color:rgba(255,255,255,.55);display:flex;align-items:center}

/* Blog */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-block:3rem}
.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;transition:all .25s var(--ease)}
.blog-card:hover{transform:translateY(-3px);box-shadow:var(--sh-md)}
.blog-card-img{aspect-ratio:16/9;overflow:hidden;background:var(--bg-alt)}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}
.blog-card:hover .blog-card-img img{transform:scale(1.04)}
.blog-card-body{padding:1.5rem}
.blog-cat{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}
.blog-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.6rem}
.blog-title a{color:inherit;transition:color .15s}.blog-title a:hover{color:var(--accent)}
.blog-excerpt{font-size:.82rem;color:var(--text-muted);line-height:1.65;margin-bottom:.75rem}
.blog-meta{font-size:.72rem;color:var(--text-light)}

/* Page hero */
.page-hero{background:var(--bg-alt);padding:3.5rem 0;border-bottom:1px solid var(--border);text-align:center}
.page-hero-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.25rem);font-weight:700;color:var(--text)}
.entry-content{font-size:.95rem;line-height:1.8;color:var(--text-muted)}
.entry-content h2,.entry-content h3{font-family:var(--font-serif);color:var(--text);margin-block:1.5rem .75rem}
.entry-content p{margin-bottom:1rem}
.entry-content a{color:var(--accent)}
.entry-content ul,.entry-content ol{padding-left:1.5rem;margin-bottom:1rem}
.entry-content ul{list-style:disc}.entry-content ol{list-style:decimal}

/* Shop controls */
.shop-controls{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--bg-alt);border-radius:var(--r-lg);margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.filter-pills{display:flex;gap:.5rem;flex-wrap:wrap}
.filter-pill{padding:.45rem 1rem;border:1px solid var(--border);border-radius:var(--r-full);font-size:.75rem;font-weight:600;color:var(--text-muted);background:#fff;cursor:pointer;transition:all .15s}
.filter-pill.active,.filter-pill:hover{background:var(--accent);color:#fff;border-color:var(--accent)}

/* Product page */
.single-product-wrap{padding-top:3rem}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding-bottom:4rem}
.product-gallery{position:sticky;top:5rem}
.gallery-main{background:var(--bg-alt);border-radius:var(--r-xl);overflow:hidden;margin-bottom:1rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center}
.gallery-main img{width:100%;height:100%;object-fit:contain;padding:2rem}
.gallery-thumbs{display:flex;gap:.75rem}
.gallery-thumb{width:70px;height:70px;background:var(--bg-alt);border-radius:var(--r-md);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s;flex-shrink:0}
.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--accent)}
.gallery-thumb img{width:100%;height:100%;object-fit:contain;padding:.4rem}
.product-stage-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;background:var(--green-light);color:var(--green);border-radius:var(--r-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:1rem}
.product-title{font-family:var(--font-serif);font-size:clamp(1.6rem,2.8vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:.75rem}
.product-rating-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}
.product-short-desc{font-size:.92rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}
.product-price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.75rem}
.product-price-main{font-family:var(--font-serif);font-size:2.25rem;font-weight:700;color:var(--text)}
.product-price-cross{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}
.product-save{background:#FEF3E8;color:#C17A30;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:var(--r-full)}
.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}
.qty-wrap{display:flex;align-items:center;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--r-full);overflow:hidden}
.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text);transition:background .15s}
.qty-btn:hover{background:var(--border)}
.qty-input{width:50px;text-align:center;font-size:.95rem;font-weight:700;color:var(--text);background:transparent;border:none;outline:none}
.product-atc-row{display:flex;gap:.75rem;margin-bottom:1.75rem}
.product-atc-btn{flex:1;justify-content:center;padding:1rem;font-size:.95rem}
.wishlist-btn{width:50px;height:50px;border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1.25rem;transition:all .15s;flex-shrink:0}
.wishlist-btn:hover{border-color:#e74c3c;color:#e74c3c}
.product-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1.25rem;background:var(--bg-alt);border-radius:var(--r-lg);margin-bottom:1.75rem}
.prod-trust-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center}
.prod-trust-check{color:var(--green);font-size:1.1rem;font-weight:700}
.prod-trust-label{font-size:.68rem;font-weight:600;color:var(--text-muted);line-height:1.3}
.product-tabs-nav{display:flex;border-bottom:1px solid var(--border);margin-top:1.75rem}
.tab-btn{padding:.875rem 1rem;font-size:.82rem;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none}
.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}
.tab-pane{padding:1.5rem 0;display:none}
.tab-pane.active{display:block}
.tab-pane h3{font-family:var(--font-serif);font-size:1.1rem;margin-bottom:.75rem;color:var(--text)}
.tab-pane p{font-size:.88rem;color:var(--text-muted);line-height:1.7}
.ingr-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}
.ingr-chip{padding:.35rem .85rem;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--r-full);font-size:.78rem;color:var(--text-muted)}
.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:700;background:#fff;border-top:1px solid var(--border);padding:1rem 1.5rem;transform:translateY(100%);transition:transform .3s var(--ease);box-shadow:0 -4px 24px rgba(44,44,44,.1)}
.sticky-atc.show{transform:none}
.fbt-section{padding:2rem 0;border-top:1px solid var(--border)}
.fbt-title{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:1.25rem}
.fbt-grid{display:flex;gap:1rem;flex-wrap:wrap}
.fbt-prod{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem;display:flex;align-items:center;gap:.75rem;min-width:200px;transition:all .15s}
.fbt-prod:hover{border-color:var(--accent);box-shadow:var(--sh-sm)}
.fbt-prod img{width:50px;height:50px;object-fit:contain;background:var(--bg-alt);border-radius:var(--r-md)}
.fbt-prod-name{font-size:.82rem;font-weight:600;color:var(--text)}
.fbt-prod-price{font-size:.78rem;color:var(--accent);font-weight:600}

/* Cart & Checkout forms */
.checkout-section{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:2rem;margin-bottom:0}
.checkout-section-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}
.checkout-step-num{width:28px;height:28px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:.8rem;font-weight:700;flex-shrink:0}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:flex;flex-direction:column;gap:.4rem}
.form-group-full{grid-column:1/-1}
.form-label{font-size:.82rem;font-weight:600;color:var(--text)}
.form-input,.form-select,.form-textarea{padding:.825rem 1rem;border:1.5px solid var(--border);border-radius:var(--r-md);font-size:.88rem;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s;width:100%}
.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(185,139,95,.12)}
.form-input.err{border-color:var(--error)}
.coupon-input{padding:.7rem 1rem;border:1px solid var(--border);border-radius:var(--r-full);font-size:.85rem;flex:1;transition:border-color .15s}
.coupon-input:focus{outline:none;border-color:var(--accent)}

/* Pagination */
.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}
.pagination .page-numbers{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.85rem;font-weight:600;color:var(--text-muted);transition:all .15s;border:1px solid var(--border);text-decoration:none}
.pagination .page-numbers.current,.pagination .page-numbers:hover{background:var(--accent);color:#fff;border-color:var(--accent)}

/* WooCommerce */
.woo-wrap{padding-block:3rem}

/* Responsive */
@media(max-width:1100px){
  .ingr-grid{grid-template-columns:repeat(3,1fr)}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .footer-grid>*:last-child{grid-column:1/-1}
}
@media(max-width:900px){
  .primary-nav{display:none}
  .mobile-toggle{display:flex}
  .hero-inner{grid-template-columns:1fr;gap:3rem}
  .hero-visual{display:none}
  .why-grid,.founder-grid{grid-template-columns:1fr}
  .why-stat-tl,.why-stat-br{position:static;margin-top:1rem;display:inline-block}
  .product-layout{grid-template-columns:1fr;padding-top:1.5rem}
  .product-gallery{position:static}
  .faq-layout{grid-template-columns:1fr}
  .stages-grid{grid-template-columns:1fr;gap:1rem}
  .testi-grid{grid-template-columns:1fr;gap:1rem}
}
@media(max-width:768px){
  .section{padding-block:3.5rem}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
  .process-grid::before{display:none}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .trust-strip-inner{gap:1.25rem}
  .ts-sep{display:none}
  .form-grid-2{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr}
  .cart-sidebar{width:100%}
  .ann-inner{gap:.75rem}
}
@media(max-width:480px){
  .container{padding-inline:1rem}
  .products-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .ingr-grid{grid-template-columns:repeat(2,1fr)}
  .hero-ctas{flex-direction:column;width:100%}
  .hero-ctas .btn{width:100%;justify-content:center}
  .hero-chips{display:none}
  .product-trust-grid{grid-template-columns:1fr}
}
