:root{--primary:#1B5E20;--secondary:#0F766E;--accent:#D97706;--bg:#F9FAF8;--surface:#FFFFFF;--text:#111827;--head:#0F172A;--link:#1D4ED8;--button-bg:#1B5E20;--button-text:#FFFFFF;--success:#15803D;--warning:#B45309;--error:#DC2626;--radius:14px;--shadow:0 2px 6px rgba(0,0,0,.06),0 10px 24px rgba(0,0,0,.05)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;color:var(--text)}img{max-width:100%;height:auto;display:block}a{color:var(--link);text-decoration:none}a:hover,a:focus{text-decoration:underline}h1,h2,h3,h4{color:var(--head);margin:0 0 .5rem 0}p{margin:.25rem 0 1rem 0;line-height:1.7}small{color:#374151}button,.btn{cursor:pointer;border-radius:10px;padding:.75rem 1rem;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:var(--button-bg);color:var(--button-text)}.btn:hover{transform:translateY(-1px)}.btn.ghost{background:transparent;border-color:var(--link);color:var(--link)}.btn.small{padding:.5rem .75rem;font-size:.9rem;border-radius:8px}.link{text-decoration:underline}.container{max-width:1200px;margin-inline:auto;padding:1rem} .surface{background:var(--bg)}.section{padding:2.5rem 0;border-top:1px solid #e5e7eb}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb}.logo{font-weight:800;color:var(--primary);font-size:1.4rem}.nav-list{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.nav-list a{padding:.75rem .5rem;border-radius:8px}.nav-list a:focus{outline:2px solid var(--link);outline-offset:2px}.flex{display:flex;gap:1rem}.between{justify-content:space-between}.center{align-items:center}.grid{display:grid;gap:1.25rem}.grid.two{grid-template-columns:1fr;gap:1.5rem} @media(min-width:900px){.grid.two{grid-template-columns:1fr 1fr}}.hero-grid{grid-template-columns:1fr;align-items:center} @media(min-width:900px){.hero-grid{grid-template-columns:1.2fr .8fr}}.hero-copy .tagline{font-size:1.05rem;color:#374151}.address-row{display:flex;gap:.5rem}.order-form .field,.order-form .field-group{margin:.75rem 0}.field-row.two{display:grid;grid-template-columns:1fr;gap:.75rem} @media(min-width:700px){.field-row.two{grid-template-columns:1fr 1fr}}label{display:block;font-weight:600;margin-bottom:.25rem}input[type=text],input[type=email],input[type=tel],input[type=number],select,textarea{width:100%;padding:.7rem .8rem;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid var(--link);outline-offset:2px}fieldset{border:0;padding:0;margin:0}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:999px;background:#fff}.featured-bundles{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 0}.summary{margin-top:.75rem;background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;padding:.75rem}.progress{margin-top:.5rem;background:#f3f4f6;border-radius:999px;overflow:hidden}.progress .bar{height:10px;background:var(--success);width:0%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem} @media(min-width:800px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;gap:.5rem;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem}.steps{display:grid;grid-template-columns:1fr;gap:1rem;counter-reset:step} @media(min-width:900px){.steps{grid-template-columns:repeat(4,1fr)}}.steps li{list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;box-shadow:var(--shadow)}.partner-grid{display:grid;grid-template-columns:1fr;gap:1rem} @media(min-width:900px){.partner-grid{grid-template-columns:repeat(4,1fr)}}.partner-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .15s ease}.partner-card:hover{transform:translateY(-2px)}.partner-body{padding:.75rem}.partner-body .meta{color:#374151}.badges{display:flex;flex-wrap:wrap;gap:.4rem;margin:.5rem 0 0;padding:0;list-style:none}.badges li{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:999px;padding:.2rem .5rem;font-size:.8rem}.product-grid{display:grid;grid-template-columns:1fr;gap:1rem} @media(min-width:900px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow);transition:transform .15s ease}.product-card:hover{transform:translateY(-2px)}.p-body{padding:.9rem}.desc{min-height:2.4rem}.buy{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.price{font-weight:700;color:var(--primary)}.qty{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;overflow:hidden}.qty-btn{background:#f9fafb;border:0;padding:.4rem .6rem}.qty-input{width:3rem;text-align:center;border:0}.stock{color:#374151}.stock.low{color:var(--warning)}.deposit-note{color:#374151}.dietary-toggles{display:flex;flex-wrap:wrap;gap:.5rem}.fees{line-height:1.9}.tip-controls{display:flex;gap:.5rem;align-items:center;margin:.5rem 0}.ugc-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem} @media(min-width:700px){.ugc-grid{grid-template-columns:repeat(2,1fr)}}.subs{line-height:1.9}.policies{line-height:1.9}.support-form .status{min-height:1rem}.cart-bar{position:sticky;bottom:0;background:#fff;border-top:1px solid #e5e7eb;padding:.5rem 0}.cart-actions .btn{margin-left:.5rem}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:static;width:auto;height:auto;margin:.5rem;display:inline-block;background:#fff;border:2px solid var(--link);padding:.25rem .5rem;border-radius:6px}.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}.cookie{position:fixed;left:0;right:0;bottom:0;background:#111827;color:#fff;padding:.75rem;display:none;z-index:40}.cookie .btn{background:#10b981}.paypal{margin-top:.75rem}.hero .bg-pattern{display:none}.site-footer .small{font-size:.9rem;color:#374151}.hero-media{border-radius:14px;overflow:hidden}.help{font-size:.9rem;color:#374151}.icon{font-size:1.1rem}@media(prefers-reduced-motion:no-preference){.product-card:hover,.partner-card:hover{box-shadow:0 6px 30px rgba(0,0,0,.08)}}/* SAFETY */ html,body{background:#fff;color:#111!important;} h1,h2,h3,h4,h5,h6{color:#0f172a!important;} p,li,blockquote,small,.text,.copy{color:#111827!important;} a{color:#0d6efd!important;} a:hover,a:focus{color:#0a58ca!important;} .reveal{opacity:1!important;transform:none!important;} [hidden],.is-hidden{display:block!important;} .hero .bg-pattern,.page-overlay,.modal-backdrop{pointer-events:none!important;} .btn,.button{color:#fff!important;background-color:#0d6efd!important;border:none!important;} .btn.ghost,.button.ghost{color:#0d6efd!important;background:transparent!important;border:1px solid #0d6efd!important;} 
/* === injected: safe theme tokens === */
:root {
  --bg:#ffffff; --surface:#f6f7f9; --surface-2:#eef1f6;
  --text:#0b0b0f; --muted:#374151; --primary:#0ea5e9;
  --accent:#14b8a6; --ring:#38bdf8; --success:#16a34a; --border:#e5e7eb;
}
[data-theme="dark"] {
  --bg:#0b1221; --surface:#0f172a; --surface-2:#111827;
  --text:#e5e7eb; --muted:#94a3b8; --primary:#3b82f6;
  --accent:#06b6d4; --ring:#7dd3fc; --success:#22c55e; --border:rgba(148,163,184,.22);
}
html,body{background:var(--bg);color:var(--text);}
a{color:var(--primary)} a:hover{color:var(--accent)}
.reveal{opacity:1;transform:none}
.reveal.use-reveal{opacity:0;transform:translateY(12px)}
.reveal.use-reveal.in-view{opacity:1;transform:none;transition:opacity .5s,transform .5s}

/* ===== SAFETY OVERRIDES (visible content, light theme) ===== */
html, body { background: #ffffff !important; color: #111111 !important; }
h1, h2, h3, h4, h5, h6 { color: #0f172a !important; }
p, li, blockquote, small, .text, .copy { color: #111827 !important; }
a { color: #0d6efd !important; } a:hover, a:focus { color: #0a58ca !important; }
.section, .hero, .about, .levels, .method, .testimonials, .faq, .contact { background: transparent !important; }
.card, .panel, .tile { background: #ffffff !important; color: #111827 !important; border-color: rgba(15, 23, 42, 0.12) !important; }
.reveal { opacity: 1 !important; transform: none !important; }
[hidden], .is-hidden { display: block !important; }
.hero .bg-pattern, .page-overlay, .modal-backdrop { pointer-events: none !important; }
.hero .container, .section .container { position: relative; z-index: 1; }
.btn, .button { color: #ffffff !important; background-color: #0d6efd !important; border: none !important; }
.btn.ghost, .button.ghost { color: #0d6efd !important; background: transparent !important; border: 1px solid #0d6efd !important; }
[data-theme="dark"] body { background: #0b0b0f !important; color: #f5f5f5 !important; }


/* === MOBILE NAV — BULLET-PROOF === */
.nav-toggle{display:none}
@media (max-width:768px){
  .header-inner{justify-content:space-between}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center}
  /* Force-hide desktop nav on mobile */
  #primary-menu{display:none !important; position:absolute; top:100%; left:0; right:0;
    background:#fff; border-top:1px solid #e5e7eb; box-shadow:0 10px 30px rgba(0,0,0,.08);
    z-index:9999; padding:.75rem 1rem;
  }
  #primary-menu > ul{display:flex !important; flex-direction:column; gap:.75rem; margin:0; padding:0; list-style:none}
  body.nav-open #primary-menu{display:block !important}
  .site-header{position:relative; z-index:10000}
}
@media (min-width:769px){
  .nav-toggle{display:none}
}

