/* ============================================================
   Nerve Honey™ — Advanced Nerve Support
   Palette derived from product bottle: honey-gold + charcoal + warm white
   ============================================================ */
:root{
  --gold:#c8951c;
  --accent-red:#cf3a2e;
  --accent-red-dark:#b12f24;
  --gold-dark:#a5761a;
  --gold-deep:#8a6114;
  --gold-soft:#e0b04a;
  --gold-pale:#f4e4c1;
  --charcoal:#2b2b2b;
  --charcoal-2:#3a3a3a;
  --cream:#fdf8ee;
  --cream-2:#faf1dd;
  --ink:#232323;
  --body:#4a453c;
  --muted:#8a8375;
  --line:#efe6d3;
  --dark:#211f1b;
  --white:#ffffff;
  --accent:#c8941f;
  --radius:16px;
  --radius-sm:10px;
  --shadow:0 10px 30px rgba(70,55,20,.10);
  --shadow-lg:0 24px 60px rgba(70,55,20,.16);
  --maxw:1180px;
  --font-head:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-body);color:var(--body);background:var(--white);line-height:1.65;font-size:17px;overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.18;margin:0 0 .6em}
h1{font-weight:800;font-size:clamp(2rem,4.5vw,3.3rem);letter-spacing:-.02em}
h2{font-weight:700;font-size:clamp(1.5rem,3vw,2.2rem)}
h3{font-weight:700;font-size:1.3rem}
h4{font-weight:600;font-size:1.12rem}
p{margin:0 0 1rem}
a{color:var(--gold-dark);text-decoration:none;transition:color .2s}
a:hover{color:var(--gold-deep)}
img{max-width:100%;height:auto;display:block}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}
section{padding:74px 0}
.text-center{text-align:center}
.bg-ice{background:linear-gradient(180deg,var(--cream) 0%,var(--cream-2) 100%)}
.bg-dark{background:radial-gradient(1200px 500px at 80% -10%,rgba(200,148,31,.20),transparent),var(--dark);color:#f0e8d8}
.bg-dark h2,.bg-dark h3,.bg-dark h4{color:#fff}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-head);font-weight:700;font-size:1rem;padding:.85rem 1.5rem;border-radius:60px;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,box-shadow .2s,background .2s,color .2s;text-align:center}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);color:#fff;box-shadow:0 8px 22px rgba(200,148,31,.34)}
.btn-primary:hover{color:#fff;box-shadow:0 12px 30px rgba(200,148,31,.46)}
.btn-outline{background:transparent;border-color:var(--gold);color:var(--gold-dark)}
.btn-outline:hover{background:var(--gold);color:#fff}
.btn-lg{padding:1.05rem 2rem;font-size:1.08rem}
.btn-block{display:flex;width:100%}
.btn.btn{color:#fff}
.btn-outline.btn{color:var(--gold-dark)}
.btn-outline.btn:hover{color:#fff}

/* Review Bar */
.review-bar{background:var(--charcoal);color:#efe6d3;font-size:.82rem;display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;justify-content:center;align-items:center;padding:.55rem 16px}
.review-bar strong{color:var(--gold-soft)}
.review-bar .chk{color:var(--gold-soft)}

/* Nav */
nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-inner{max-width:var(--maxw);margin:0 auto;padding:.7rem 22px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:var(--font-head);font-weight:800;font-size:1.5rem;color:var(--charcoal);letter-spacing:-.02em}
.logo span{color:var(--gold)}
.logo:hover{color:var(--ink)}
.nav-links{display:flex;align-items:center;gap:1.4rem}
.nav-links a{color:var(--ink);font-weight:600;font-size:.96rem}
.nav-links a:hover{color:var(--gold-dark)}
.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#fff!important;padding:.55rem 1.2rem;border-radius:50px;box-shadow:0 6px 16px rgba(200,148,31,.32)}
.nav-cta:hover{transform:translateY(-1px)}
.mobile-toggle{display:none;background:none;border:none;font-size:1.6rem;color:var(--ink);cursor:pointer;line-height:1}

/* Hero */
.hero{background:radial-gradient(900px 500px at 90% 0%,rgba(224,176,74,.28),transparent 60%),radial-gradient(700px 500px at 0% 100%,rgba(200,148,31,.10),transparent 55%),linear-gradient(180deg,#fefbf4 0%,#fff 100%);padding:56px 0 70px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.hero-badge{display:inline-block;background:var(--cream-2);border:1px solid var(--gold-soft);color:var(--gold-deep);font-weight:600;font-size:.82rem;padding:.5rem 1rem;border-radius:50px;margin-bottom:1.2rem}
.hero-copy h1 span{color:var(--gold-dark)}
.hero-intro{font-size:1.06rem;color:var(--body)}
.hero-intro strong{color:var(--ink)}
.quick-facts{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.3rem;margin:1.4rem 0;box-shadow:var(--shadow)}
.quick-facts h4{margin-bottom:.7rem;color:var(--gold-deep)}
.qf-item{display:flex;gap:.6rem;padding:.28rem 0;font-size:.94rem;border-bottom:1px dashed var(--line)}
.qf-item:last-child{border-bottom:none}
.qf-item b{min-width:130px;color:var(--ink)}
.qf-item span{color:var(--body)}
.hero-bullets{list-style:none;padding:0;margin:1.2rem 0;display:grid;gap:.55rem}
.hero-bullets li{position:relative;padding-left:1.9rem;font-weight:500}
.hero-bullets li::before{content:"✦";color:var(--gold-dark);position:absolute;left:0;top:0}
.hero-stats{display:flex;gap:1.6rem;margin:1.4rem 0}
.hero-stats .stat .num{font-family:var(--font-head);font-weight:800;font-size:1.9rem;color:var(--gold-dark)}
.hero-stats .stat .lbl{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}
.hero-trust{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;color:var(--muted);font-size:.85rem;margin-top:.6rem}
.hero-trust span{display:inline-flex;align-items:center;gap:.35rem}
.hero-trust span::before{content:"✓";color:var(--gold);font-weight:700}
.hero-media{position:relative;display:flex;justify-content:center;align-items:center}
.product-img{filter:drop-shadow(0 26px 40px rgba(70,55,20,.26));max-width:100%;animation:floaty 5s ease-in-out infinite}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.float-badge{position:absolute;background:#fff;border-radius:14px;box-shadow:var(--shadow-lg);padding:.6rem .85rem;text-align:center;border:1px solid var(--line)}
.float-badge b{display:block;font-family:var(--font-head);font-weight:800;color:var(--gold-dark);font-size:1.1rem}
.float-badge span{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.fb-1{top:8%;left:-2%}
.fb-2{bottom:14%;left:-4%}
.fb-3{top:20%;right:-2%}

/* Section head */
.section-head{text-align:center;max-width:760px;margin:0 auto 44px}
.eyebrow{display:inline-block;font-family:var(--font-head);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:var(--gold-dark);margin-bottom:.6rem}
.section-title{margin-bottom:.6rem}
.section-title.left{text-align:left}
.section-desc{color:var(--body);font-size:1.04rem}

/* Why grid */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.why-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.3rem;text-align:center;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}
.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.why-card img{width:66px;height:66px;object-fit:contain;margin:0 auto .9rem}
.why-card h4{color:var(--gold-deep);margin-bottom:.5rem}
.why-card p{font-size:.92rem;color:var(--body);margin:0}

/* What is */
.whatis-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:52px;align-items:center}
.whatis-media img{border-radius:var(--radius);filter:drop-shadow(0 20px 34px rgba(70,55,20,.18))}
.research-support{background:var(--cream);border-left:4px solid var(--gold);padding:.8rem 1rem;border-radius:8px;font-size:.9rem;margin:1.2rem 0}
.trust-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.chip{background:#fff;border:1px solid var(--gold-soft);color:var(--gold-deep);font-size:.8rem;font-weight:600;padding:.35rem .8rem;border-radius:50px}

/* How it works */
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:40px}
.mech-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:transform .2s}
.mech-card:hover{transform:translateY(-4px)}
.mech-icon{font-size:2rem;margin-bottom:.6rem}
.mech-card h4{color:var(--gold-deep);margin-bottom:.5rem}
.mech-card p{font-size:.92rem;margin:0}
.how-infographic{border-radius:var(--radius);margin:0 auto;box-shadow:var(--shadow-lg);max-width:100%}
.how-summary{background:linear-gradient(135deg,var(--charcoal),var(--charcoal-2));color:#fff;border-radius:var(--radius);padding:1.8rem;text-align:center;margin-top:40px}
.how-summary h4{color:#fff}
.how-summary p{margin:0;color:#f0e8d8}

/* Reviews */
.review-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:40px;flex-wrap:wrap}
.review-stats .num{font-family:var(--font-head);font-weight:800;font-size:2.4rem;color:var(--gold-soft)}
.review-stats .lbl{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:#d8caa8}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review-card{background:rgba(255,255,255,.05);border:1px solid rgba(200,148,31,.26);border-radius:var(--radius);padding:1.5rem}
.rc-head{display:flex;align-items:center;gap:.8rem;margin-bottom:.7rem}
.rc-head img{width:56px;height:56px;border-radius:50%;border:2px solid var(--gold)}
.rc-name{font-weight:700;color:#fff}
.rc-loc{font-size:.8rem;color:#d8caa8}
.stars{color:var(--gold-soft);letter-spacing:2px;margin-bottom:.5rem}
.review-card blockquote{margin:0;font-size:.93rem;color:#ede3d0;font-style:italic}
.review-cta{text-align:center;margin-top:44px}
.review-cta h3{color:#fff}
.review-cta p{color:#d8caa8}

/* Pricing */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem 1.4rem;text-align:center;box-shadow:var(--shadow);position:relative;display:flex;flex-direction:column}
.price-card.featured{border:2px solid var(--gold);box-shadow:var(--shadow-lg);transform:scale(1.03)}
.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#fff;font-family:var(--font-head);font-weight:700;font-size:.76rem;padding:.35rem 1rem;border-radius:50px;white-space:nowrap}
.price-card h3{color:var(--gold-deep);margin-bottom:.2rem}
.supply{font-size:.85rem;color:var(--muted);margin-bottom:.8rem}
.price-img{margin:0 auto .8rem;object-fit:contain;height:190px}
.price-amount{font-family:var(--font-head);font-weight:800;font-size:2.6rem;color:var(--ink);line-height:1}
.price-amount small{font-size:.9rem;color:var(--muted);font-weight:600}
.price-total{font-size:.92rem;margin:.5rem 0 1.1rem}
.price-total s{color:var(--muted)}
.price-total b{color:var(--gold-dark)}
.buy-btn{margin-top:auto}
.price-cards-img{margin:.9rem auto 0;opacity:.9}

/* Ingredients (numbered cards) */
.ing-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ing-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow);position:relative;transition:transform .2s}
.ing-card:hover{transform:translateY(-4px)}
.ing-num{width:38px;height:38px;border-radius:50%;background:var(--cream-2);color:var(--gold-dark);font-family:var(--font-head);font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.9rem;margin-bottom:.7rem}
.ing-card h4{color:var(--gold-deep);margin-bottom:.4rem;font-size:1.02rem}
.ing-card p{font-size:.88rem;margin:0 0 .6rem}
.ing-link{font-size:.82rem;font-weight:600;color:var(--gold-dark)}
.ing-link:hover{color:var(--ink)}
.ing-conclusion{text-align:center;margin-top:26px;color:var(--muted);font-size:.92rem}

/* Quality/form */
.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:44px}
.form-card{background:var(--cream);border-radius:var(--radius);padding:1.5rem;text-align:center}
.fnum{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#fff;font-family:var(--font-head);font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto .8rem}
.form-card h4{color:var(--gold-deep)}
.form-card p{font-size:.9rem;margin:0}
.guarantee{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center;background:linear-gradient(135deg,var(--cream),#fff);border:1px solid var(--gold-soft);border-radius:var(--radius);padding:2rem}
.guarantee-img img{width:200px;height:auto}
.guarantee h3{color:var(--gold-deep)}
.guarantee-points{list-style:none;padding:0;margin:0 0 .4rem;display:grid;gap:.45rem}
.guarantee-points li{padding-left:1.6rem;position:relative;font-size:.95rem}
.guarantee-points li::before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}

/* Benefits */
.ben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:26px}
.ben-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:transform .2s}
.ben-card:hover{transform:translateY(-4px)}
.ben-card h4{color:var(--gold-deep);margin-bottom:.4rem}
.ben-card p{font-size:.92rem;margin:0}

/* FAQ */
.faq-wrap{max-width:820px;margin:0 auto;display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}
.faq-q{padding:1.1rem 1.3rem;font-family:var(--font-head);font-weight:600;color:var(--ink);cursor:pointer;position:relative;padding-right:2.6rem}
.faq-q::after{content:"+";position:absolute;right:1.3rem;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--gold-dark);transition:transform .2s}
.faq-item.open .faq-q::after{content:"–"}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.3rem}
.faq-item.open .faq-a{max-height:400px;padding:0 1.3rem 1.1rem}
.faq-a p{font-size:.94rem;margin:0}
.faq-cta{text-align:center;margin-top:36px}

/* References */
.references .ref-list{list-style:none;padding:0;max-width:820px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}
.ref-list li{font-size:.88rem;padding:.4rem .7rem;background:#fff;border:1px solid var(--line);border-radius:8px}

/* Security */
.security{padding:40px 0;background:var(--cream)}

/* Final CTA */
.final-grid{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}
.final-grid>img{filter:drop-shadow(0 20px 34px rgba(0,0,0,.4))}
.final-text h2{color:#fff}
.final-badges{display:flex;gap:1.6rem;margin:1.2rem 0;flex-wrap:wrap}
.final-badges .fb{text-align:center}
.final-badges .fb b{display:block;font-family:var(--font-head);font-weight:800;font-size:1.5rem;color:var(--gold-soft)}
.final-badges .fb span{font-size:.78rem;color:#d8caa8;text-transform:uppercase;letter-spacing:.05em}
.final-price{margin:1rem 0 1.4rem}
.final-price .reg{text-decoration:line-through;color:#b0a488;font-size:1.2rem;margin-right:.6rem}
.final-price .now{font-family:var(--font-head);font-weight:800;font-size:1.7rem;color:var(--gold-soft)}

/* Blog cats */
.blog-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.blog-cat-col h3{color:var(--gold-deep);border-bottom:2px solid var(--gold);padding-bottom:.4rem;margin-bottom:.8rem}
.blog-cat-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}
.blog-cat-col li a{color:var(--body);font-size:.94rem}
.blog-cat-col li a:hover{color:var(--gold-dark)}
.blog-browse{text-align:center;margin-top:34px}

/* Footer */
footer{background:var(--dark);color:#d8cdb8;padding:56px 0 26px}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:34px;margin-bottom:34px}
.footer-col h4{color:#fff;margin-bottom:.9rem;font-size:1.05rem}
.footer-col p{font-size:.9rem;color:#c7bca6}
.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.footer-col li{font-size:.9rem;color:#c7bca6}
.footer-col li a{color:#c7bca6}
.footer-col li a:hover{color:var(--gold-soft)}
.footer-col strong{color:#ece0ca}
.footer-badges{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;padding:22px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.footer-badge{background:rgba(200,148,31,.14);border:1px solid rgba(200,148,31,.34);color:var(--gold-soft);font-size:.78rem;font-weight:600;padding:.35rem .8rem;border-radius:50px}
.footer-disclaimer{text-align:center;padding:18px 0;font-size:.8rem;color:#b0a488}
.footer-legal{text-align:center;font-size:.85rem;padding-bottom:12px}
.footer-legal a{color:#c7bca6}
.footer-legal a:hover{color:var(--gold-soft)}
.copyright{text-align:center;font-size:.82rem;color:#b0a488;margin:0}

/* Sticky bar */
.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:60;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 22px;box-shadow:0 -6px 20px rgba(0,0,0,.2);transform:translateY(100%);transition:transform .3s}
.sticky-bar.show{transform:translateY(0)}
.sticky-bar-text{font-family:var(--font-head);font-weight:700;font-size:.95rem;display:flex;flex-direction:column}
.sticky-bar-text small{font-weight:400;font-size:.78rem;opacity:.9}
.sticky-bar .btn{background:#fff;color:var(--gold-dark)!important;padding:.6rem 1.3rem;white-space:nowrap}
.sticky-bar .btn:hover{background:var(--cream)}

/* Back to top */
#back-to-top{position:fixed;bottom:78px;right:20px;z-index:55;width:46px;height:46px;border-radius:50%;background:var(--charcoal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;cursor:pointer;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .3s,transform .2s}
#back-to-top.show{opacity:1;pointer-events:auto}
#back-to-top:hover{transform:translateY(-3px)}

/* Article / legal */
.article-hero{background:radial-gradient(700px 400px at 85% 0%,rgba(224,176,74,.26),transparent 60%),linear-gradient(180deg,#fefbf4,#fff);padding:56px 0 40px;border-bottom:1px solid var(--line)}
.article-hero h1{margin-bottom:.4rem}
.article-hero .meta{color:var(--muted);font-size:.9rem}
.article-content{max-width:820px;margin:0 auto;padding:46px 22px}
.article-content h2{color:var(--gold-deep);margin-top:1.8rem}
.article-content h3{color:var(--ink);margin-top:1.4rem}
.article-content p{color:var(--body)}
.ac-figure{text-align:center;margin:1.6rem 0}
.ac-figure img{border-radius:var(--radius);box-shadow:var(--shadow-lg);margin:0 auto}
.article-cta{text-align:center;margin:2.4rem 0 1rem}
.legal-page{max-width:760px;margin:0 auto;padding:46px 22px;min-height:40vh;color:var(--body)}
.legal-page h2{color:var(--gold-deep);margin-top:1.6rem}

/* Responsive */
@media(max-width:960px){
  .hero-grid,.whatis-grid{grid-template-columns:1fr;gap:34px}
  .hero-media{order:-1}
  .why-grid,.ing-list{grid-template-columns:repeat(2,1fr)}
  .how-grid,.review-grid,.price-grid,.form-grid,.ben-grid,.blog-cats{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:repeat(2,1fr)}
  .price-card.featured{transform:none}
  .final-grid{grid-template-columns:1fr;text-align:center}
  .final-grid>img{max-width:240px;margin:0 auto}
  .guarantee{grid-template-columns:1fr;text-align:center}
  .guarantee-img img{margin:0 auto}
  .references .ref-list{grid-template-columns:1fr}
}
@media(max-width:640px){
  section{padding:52px 0}
  .nav-links{position:fixed;top:0;right:0;height:100vh;width:80%;max-width:320px;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 1.6rem;gap:1.1rem;box-shadow:-10px 0 40px rgba(0,0,0,.15);transform:translateX(100%);transition:transform .3s;z-index:100}
  .nav-links.open{transform:translateX(0)}
  .mobile-toggle{display:block;z-index:101}
  .why-grid,.how-grid,.review-grid,.price-grid,.form-grid,.ben-grid,.blog-cats,.ing-list,.footer-top{grid-template-columns:1fr}
  .hero-stats{gap:1.1rem}
  .float-badge{display:none}
  .review-stats{gap:1.6rem}
  .sticky-bar-text small{display:none}
}

/* Ingredient IMAGE cards (Nerve Honey has real ingredient photos) */
.ing-img-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ing-img-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}
.ing-img-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.ing-img-thumb{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--cream)}
.ing-img-body{padding:1.3rem}
.ing-img-body h4{color:var(--gold-deep);margin-bottom:.4rem}
.ing-img-body p{font-size:.9rem;margin:0 0 .6rem}
.ing-img-body .ing-link{font-size:.82rem;font-weight:600;color:var(--gold-dark)}
.ing-img-body .ing-link:hover{color:var(--ink)}

/* Bonuses */
.bonus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bonus-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s;display:flex;flex-direction:column}
.bonus-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.bonus-media{background:linear-gradient(160deg,var(--cream),#fff);padding:1.2rem;text-align:center}
.bonus-media img{height:210px;width:auto;margin:0 auto;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(70,55,20,.22))}
.bonus-body{padding:1.1rem 1.3rem 1.4rem;display:flex;flex-direction:column;flex:1}
.bonus-tag{display:inline-block;background:var(--accent-red);color:#fff;font-family:var(--font-head);font-weight:700;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .7rem;border-radius:50px;margin-bottom:.6rem;align-self:flex-start}
.bonus-body h4{color:var(--ink);margin-bottom:.4rem}
.bonus-body p{font-size:.9rem;margin:0}
.bonus-value{margin-top:.7rem;font-family:var(--font-head);font-weight:700;color:var(--gold-dark);font-size:.95rem}
.bonus-note{text-align:center;margin-top:26px;color:var(--muted);font-size:.92rem}

/* red accent dot echo from bottle */
.logo .dot{color:var(--accent-red)}
@media(max-width:960px){.ing-img-list,.bonus-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.ing-img-list,.bonus-grid{grid-template-columns:1fr}}
