/* ============================================
   MemoHoney (memohoneysale.com) — style.css
   Standard affiliate/sales tone (circulation + nitric-oxide formula).
   Class convention: mh2- single-dash flat — distinct from the
   memh__ double-underscore convention used in an earlier draft.
   ============================================ */

:root{
  --mh2-gold-900:#7A4E08;
  --mh2-gold-700:#A66C0C;
  --mh2-gold-600:#C88A1F;
  --mh2-gold-500:#E3A008;
  --mh2-gold-100:#FBEFD6;
  --mh2-ink:#241E14;
  --mh2-ink-soft:#655A48;
  --mh2-ink-faint:#948870;
  --mh2-bg:#FFFFFF;
  --mh2-bg-soft:#FBF8F1;
  --mh2-border:#EDE2CC;
  --mh2-green:#2E7D4F;
  --mh2-gold-star:#E0A526;
  --mh2-radius:14px;
  --mh2-radius-sm:8px;
  --mh2-shadow:0 4px 18px rgba(122,78,8,0.08);
  --mh2-maxw:1160px;
  --mh2-font-head:'Merriweather', Georgia, serif;
  --mh2-font-body:'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{margin:0;font-family:var(--mh2-font-body);color:var(--mh2-ink);background:var(--mh2-bg);line-height:1.65;font-size:17px;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{font-family:var(--mh2-font-head);font-weight:700;line-height:1.25;margin:0 0 .5em;color:var(--mh2-ink);}
p{margin:0 0 1em;}
button{font-family:inherit;cursor:pointer;}

.mh2-wrap{width:100%;max-width:var(--mh2-maxw);margin:0 auto;padding:0 18px;}
.mh2-sec{padding:46px 0;}
.mh2-sec-soft{background:var(--mh2-bg-soft);}
.mh2-headwrap{max-width:680px;margin:0 auto 28px;text-align:center;}
.mh2-eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mh2-gold-700);margin-bottom:10px;}
.mh2-h2{font-size:29px;text-align:center;}
.mh2-sub{color:var(--mh2-ink-soft);font-size:16.5px;}

.mh2-topbar{background:var(--mh2-gold-900);color:#FBEFD6;font-size:13px;text-align:center;padding:8px 12px;}
.mh2-topbar b{color:#fff;}

.mh2-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(6px);border-bottom:1px solid var(--mh2-border);}
.mh2-nav-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;gap:10px;}
.mh2-logo{font-family:var(--mh2-font-head);font-weight:700;font-size:23px;color:var(--mh2-ink);}
.mh2-logo span{color:var(--mh2-gold-600);}
.mh2-navlinks{display:none;}
@media(min-width:900px){.mh2-navlinks{display:flex;gap:24px;font-size:14.5px;font-weight:600;color:var(--mh2-ink-soft);}.mh2-navlinks a:hover{color:var(--mh2-gold-700);}}

.mh2-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:999px;font-weight:700;font-size:16px;border:none;transition:transform .15s;}
.mh2-btn:active{transform:scale(.97);}
.mh2-btn-primary{background:linear-gradient(135deg,var(--mh2-gold-600),var(--mh2-gold-900));color:#fff;box-shadow:0 8px 22px rgba(200,138,31,.32);}
.mh2-btn-outline{background:#fff;color:var(--mh2-gold-700);border:1.5px solid var(--mh2-gold-500);}
.mh2-btn-block{width:100%;}

.mh2-hero{padding:28px 0 40px;}
.mh2-hero-grid{display:flex;flex-direction:column-reverse;gap:26px;align-items:center;}
.mh2-hero-media{width:100%;max-width:300px;position:relative;}
.mh2-hero-media img{animation:mh2Float 3.6s ease-in-out infinite;}
@keyframes mh2Float{0%,100%{transform:translateY(0);}50%{transform:translateY(-14px);}}
@media (prefers-reduced-motion:reduce){.mh2-hero-media img{animation:none;}}
.mh2-hero-title{font-size:27px;text-align:center;}
.mh2-hero-lede{color:var(--mh2-ink-soft);font-size:16.5px;text-align:center;max-width:540px;margin:0 auto 18px;}
.mh2-hero-facts{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;font-size:14.5px;color:var(--mh2-ink-soft);max-width:460px;margin-left:auto;margin-right:auto;}
.mh2-hero-facts li{display:flex;gap:8px;align-items:flex-start;}
.mh2-hero-facts li::before{content:"✓";color:var(--mh2-green);font-weight:800;flex-shrink:0;}
.mh2-hero-ctas{display:flex;flex-direction:column;gap:10px;max-width:320px;margin:0 auto;}
.mh2-hero-note{text-align:center;margin-top:12px;font-size:13px;color:var(--mh2-ink-faint);}
.mh2-hero-agg{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:14px;}
.mh2-hero-agg-stars{color:var(--mh2-gold-star);}
@media(min-width:860px){
  .mh2-hero-grid{flex-direction:row;text-align:left;}
  .mh2-hero-media{order:1;max-width:320px;}
  .mh2-hero-title,.mh2-hero-lede,.mh2-hero-facts,.mh2-hero-note,.mh2-hero-agg{text-align:left;margin-left:0;justify-content:flex-start;}
  .mh2-hero-title{font-size:38px;}
  .mh2-hero-ctas{flex-direction:row;margin:0;}
}

.mh2-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
@media(min-width:700px){.mh2-badges{grid-template-columns:repeat(4,1fr);}}
.mh2-badge{background:#fff;border:1px solid var(--mh2-border);border-radius:var(--mh2-radius);padding:18px 12px;text-align:center;box-shadow:var(--mh2-shadow);}
.mh2-badge img{width:52px;height:52px;margin:0 auto 10px;object-fit:contain;}
.mh2-badge-title{font-weight:700;font-size:14px;margin-bottom:4px;}
.mh2-badge-desc{font-size:12.5px;color:var(--mh2-ink-soft);}

.mh2-split{display:flex;flex-direction:column;gap:26px;align-items:center;}
.mh2-split-media{width:100%;max-width:380px;border-radius:var(--mh2-radius);overflow:hidden;box-shadow:var(--mh2-shadow);}
.mh2-split-text p{font-size:15.5px;color:var(--mh2-ink-soft);}
@media(min-width:900px){.mh2-split{flex-direction:row;}.mh2-split-media{order:2;}.mh2-split-text{order:1;flex:1;}}

.mh2-steps{display:flex;flex-direction:column;gap:16px;}
@media(min-width:820px){.mh2-steps{flex-direction:row;}}
.mh2-step{display:flex;gap:14px;background:#fff;border:1px solid var(--mh2-border);border-radius:var(--mh2-radius);padding:18px;flex:1;}
.mh2-step-num{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--mh2-gold-100);color:var(--mh2-gold-700);display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--mh2-font-head);}
.mh2-step h3{font-size:16.5px;margin-bottom:4px;}
.mh2-step p{font-size:14.5px;color:var(--mh2-ink-soft);margin:0;}

.mh2-ing{display:grid;grid-template-columns:1fr;gap:16px;}
@media(min-width:700px){.mh2-ing{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1000px){.mh2-ing{grid-template-columns:repeat(3,1fr);}}
.mh2-ingcard{background:#fff;border:1px solid var(--mh2-border);border-radius:var(--mh2-radius);padding:20px;}
.mh2-ingcard-num{font-family:var(--mh2-font-head);color:var(--mh2-gold-700);font-weight:700;font-size:13px;}
.mh2-ingcard h3{font-size:17px;margin:4px 0 8px;}
.mh2-ingcard p{font-size:14px;color:var(--mh2-ink-soft);margin:0;}

.mh2-formulated{display:flex;flex-direction:column;gap:18px;}
@media(min-width:820px){.mh2-formulated{flex-direction:row;}}
.mh2-formulated-item{display:flex;gap:12px;align-items:flex-start;flex:1;}
@media(min-width:820px){.mh2-formulated-item{flex-direction:column;text-align:center;align-items:center;}}
.mh2-formulated-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--mh2-gold-700);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--mh2-font-head);}
.mh2-formulated-item h3{font-size:15.5px;margin-bottom:3px;}
.mh2-formulated-item p{font-size:13.5px;color:var(--mh2-ink-soft);margin:0;}

.mh2-benefits{display:grid;grid-template-columns:1fr;gap:12px;}
@media(min-width:700px){.mh2-benefits{grid-template-columns:repeat(2,1fr);}}
.mh2-benefit{display:flex;gap:12px;background:#fff;border:1px solid var(--mh2-border);border-radius:var(--mh2-radius-sm);padding:14px 16px;}
.mh2-benefit-check{flex-shrink:0;color:#fff;background:var(--mh2-green);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;}
.mh2-benefit h3{font-size:14.5px;margin-bottom:3px;}
.mh2-benefit p{font-size:13px;color:var(--mh2-ink-soft);margin:0;}

.mh2-price{display:flex;flex-direction:column;gap:18px;}
@media(min-width:900px){.mh2-price{flex-direction:row;align-items:stretch;}}
.mh2-pricecard{position:relative;flex:1;background:#fff;border:1.5px solid var(--mh2-border);border-radius:var(--mh2-radius);padding:22px 18px;text-align:center;}
.mh2-pricecard-featured{border-color:var(--mh2-gold-600);box-shadow:0 10px 30px rgba(200,138,31,.18);}
.mh2-pricecard-flag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--mh2-gold-600);color:#fff;font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:999px;white-space:nowrap;}
.mh2-pricecard-qty{font-weight:800;font-size:17px;}
.mh2-pricecard-supply{font-size:12.5px;color:var(--mh2-ink-faint);margin-bottom:10px;}
.mh2-pricecard img{max-width:170px;margin:0 auto 12px;}
.mh2-pricecard-each{font-family:var(--mh2-font-head);font-size:30px;color:var(--mh2-ink);}
.mh2-pricecard-each span{font-size:14px;color:var(--mh2-ink-faint);font-family:var(--mh2-font-body);}
.mh2-pricecard-was{color:var(--mh2-ink-faint);text-decoration:line-through;font-size:13px;}
.mh2-pricecard-perks{text-align:left;font-size:13px;color:var(--mh2-ink-soft);margin-bottom:14px;}
.mh2-pricecard-perks li{padding:3px 0;display:flex;gap:6px;}
.mh2-pricecard-perks li::before{content:"✓";color:var(--mh2-green);font-weight:800;}

.mh2-bonus{display:grid;grid-template-columns:1fr;gap:16px;}
@media(min-width:700px){.mh2-bonus{grid-template-columns:repeat(2,1fr);}}
.mh2-bonuscard{display:flex;gap:14px;background:#fff;border:1px solid var(--mh2-border);border-radius:var(--mh2-radius);padding:16px;}
.mh2-bonuscard img{width:78px;flex-shrink:0;border-radius:6px;}
.mh2-bonuscard-price{font-size:12px;color:var(--mh2-ink-faint);}
.mh2-bonuscard-price s{margin-right:5px;}
.mh2-bonuscard-free{color:var(--mh2-green);font-weight:800;}
.mh2-bonuscard h3{font-size:14.5px;margin:2px 0 5px;}
.mh2-bonuscard p{font-size:12.5px;color:var(--mh2-ink-soft);margin:0;}

.mh2-agg{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:26px;}
.mh2-agg-stars{color:var(--mh2-gold-star);font-size:20px;letter-spacing:2px;}
.mh2-agg-score{font-family:var(--mh2-font-head);font-size:22px;color:var(--mh2-ink);}
.mh2-agg-count{font-size:13px;color:var(--mh2-ink-faint);}
.mh2-reviews{display:grid;grid-template-columns:1fr;gap:14px;}
@media(min-width:760px){.mh2-reviews{grid-template-columns:repeat(3,1fr);}}
.mh2-review{background:#fff;border:1px solid var(--mh2-border);border-radius:var(--mh2-radius);padding:18px;}
.mh2-review-top{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.mh2-review-top img{width:42px;height:42px;border-radius:50%;object-fit:cover;}
.mh2-review-name{font-weight:700;font-size:14px;}
.mh2-review-loc{font-size:11.5px;color:var(--mh2-ink-faint);}
.mh2-review-stars{color:var(--mh2-gold-star);font-size:13px;margin-bottom:8px;}
.mh2-review p{font-size:13.5px;color:var(--mh2-ink-soft);font-style:italic;margin:0;}
.mh2-review-verified{display:inline-block;margin-top:10px;font-size:11px;color:var(--mh2-green);font-weight:700;}

.mh2-guarantee{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center;background:var(--mh2-gold-100);border-radius:20px;padding:32px 20px;}
.mh2-guarantee img{width:110px;}
.mh2-guarantee p{font-size:14px;color:var(--mh2-ink-soft);max-width:560px;}
@media(min-width:820px){.mh2-guarantee{flex-direction:row;text-align:left;}}

.mh2-faq{max-width:720px;margin:0 auto;}
.mh2-faqitem{border:1px solid var(--mh2-border);border-radius:var(--mh2-radius-sm);margin-bottom:10px;overflow:hidden;background:#fff;}
.mh2-faqq{width:100%;text-align:left;background:none;border:none;padding:15px 18px;font-weight:700;font-size:14.5px;display:flex;justify-content:space-between;align-items:center;color:var(--mh2-ink);}
.mh2-faqq::after{content:"+";font-size:20px;color:var(--mh2-gold-700);transition:transform .2s;}
.mh2-faqitem.mh2-open .mh2-faqq::after{transform:rotate(45deg);}
.mh2-faqa{max-height:0;overflow:hidden;transition:max-height .25s ease;font-size:13.5px;color:var(--mh2-ink-soft);}
.mh2-faqa p{padding:0 18px 16px;margin:0;}
.mh2-faqitem.mh2-open .mh2-faqa{max-height:400px;}

.mh2-blog{display:grid;grid-template-columns:1fr;gap:16px;}
@media(min-width:760px){.mh2-blog{grid-template-columns:repeat(3,1fr);}}
.mh2-blogcard{background:#fff;border:1px solid var(--mh2-border);border-radius:var(--mh2-radius);overflow:hidden;box-shadow:var(--mh2-shadow);}
.mh2-blogcard img{aspect-ratio:16/10;object-fit:cover;}
.mh2-blogcard-body{padding:16px;}
.mh2-blogcard-tag{font-size:11px;color:var(--mh2-gold-700);font-weight:700;text-transform:uppercase;}
.mh2-blogcard h3{font-size:15.5px;margin:6px 0 6px;}
.mh2-blogcard p{font-size:13px;color:var(--mh2-ink-soft);margin:0 0 10px;}
.mh2-blogcard a{font-size:13px;font-weight:700;color:var(--mh2-gold-700);}

.mh2-final{background:linear-gradient(135deg,var(--mh2-ink),var(--mh2-gold-900));border-radius:24px;padding:34px 20px;text-align:center;color:#fff;}
.mh2-final img{max-width:220px;margin:0 auto 18px;}
.mh2-final h2{color:#fff;font-size:24px;}
.mh2-final p{color:#F0DCB8;font-size:14.5px;margin-bottom:18px;}
.mh2-final .mh2-btn-outline{background:#fff;color:var(--mh2-ink);border-color:#fff;}

.mh2-footer{background:var(--mh2-ink);color:#D9CBAC;padding:40px 0 90px;font-size:13px;}
.mh2-footer-grid{display:grid;grid-template-columns:1fr;gap:26px;margin-bottom:26px;}
@media(min-width:760px){.mh2-footer-grid{grid-template-columns:2fr repeat(3,1fr);}}
.mh2-footer h4{color:#fff;font-size:13.5px;margin-bottom:12px;}
.mh2-footer ul li{margin-bottom:7px;}
.mh2-footer a{color:#D9CBAC;}
.mh2-footer a:hover{color:#fff;}
.mh2-footer-logo{font-family:var(--mh2-font-head);font-size:20px;color:#fff;margin-bottom:10px;}
.mh2-footer-disclaimer{border-top:1px solid rgba(255,255,255,.15);padding-top:20px;font-size:11.5px;color:#B7A883;line-height:1.7;}
.mh2-footer-bottom{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px 18px;font-size:11.5px;color:#B7A883;}

.mh2-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--mh2-border);padding:10px 14px;box-shadow:0 -6px 20px rgba(122,78,8,.12);display:flex;gap:10px;align-items:center;}
.mh2-sticky-info{flex:1;font-size:12.5px;}
.mh2-sticky-info b{display:block;font-size:14px;color:var(--mh2-ink);}

.mh2-pagehead{padding:40px 0 20px;text-align:center;}
.mh2-pagehead h1{font-size:28px;}
.mh2-crumb{font-size:12.5px;color:var(--mh2-ink-faint);margin-bottom:10px;}
.mh2-crumb a{color:var(--mh2-gold-700);font-weight:600;}

.mh2-center{text-align:center;}
