/** Shopify CDN: Minification failed

Line 493:2 Unexpected "<"

**/
:root {
  --cream:       #F2E8D5;
  --cream-dark:  #E8DBBF;
  --cream-deep:  #DDD0B0;
  --warm-white:  #FAF5EC;
  --gold:        #A8843A;
  --gold-light:  #C9A85C;
  --gold-bright: #D4A843;
  --dark:        #1C1A16;
  --dark-mid:    #2E2B24;
  --text:        #2A2620;
  --text-mid:    #5A5245;
  --text-light:  #8A7E6E;
  --red:         #9B2C2C;
  --green:       #2D6A4F;
  --border:      rgba(168,132,58,0.2);
  --border-soft: rgba(168,132,58,0.12);
  --shadow:      0 4px 40px rgba(44,38,28,0.10);
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

/* ANNOUNCMEENT */
.announcement-bar {
  background: var(--dark); color: var(--gold-bright);
  text-align: center; padding: 11px 20px;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 18px;
  flex-wrap: nowrap;
}
.announcement-text {
  white-space: nowrap;
}
.countdown { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.cblock { background: var(--gold); color: var(--dark); padding: 2px 8px; border-radius: 4px; font-weight: 700; font-size: 0.9rem; min-width: 30px; text-align: center; }

@media (max-width: 768px) {
  .announcement-bar {
    gap: 6px;
    padding: 8px 8px;
    font-size: 0.58rem;
    letter-spacing: 0.02em;
  }
  .cblock {
    padding: 2px 4px;
    font-size: 0.7rem;
    min-width: 20px;
  }
}

/* NAV */
nav {
  background: var(--warm-white); border-bottom: 1px solid var(--border);
  padding: 0 48px; display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 20px rgba(44,38,28,0.06);
}
.nav-links { display: flex; gap: 28px; list-style: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
.nav-links a { color: var(--text-mid); transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-logo { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 16px 0; flex: 1; text-align: center; }
.nav-logo-icon { font-size: 1.3rem; color: var(--gold); line-height: 1; }
.nav-logo-text { font-family: 'Jost', sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.25em; color: var(--dark); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-cart-btn { background: var(--dark); color: var(--gold-bright); padding: 9px 18px; border-radius: 6px; font-weight: 600; cursor: pointer; font-size: 0.8rem; letter-spacing: 0.04em; }

/* RATING BAR */
.rating-bar { text-align: center; padding: 9px; font-size: 0.8rem; color: var(--text-mid); border-bottom: 1px solid var(--border-soft); background: var(--cream); }
.stars { color: var(--gold-bright); letter-spacing: 2px; }
.rating-bar a { color: var(--gold); text-decoration: underline; font-weight: 600; }

/* HERO */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 90vh; align-items: center; background: var(--warm-white); }
.hero-img-col {
  height: 100%; min-height: 90vh;
  background: linear-gradient(160deg, #e8dfc8 0%, #d4c9a8 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.hero-img-col::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 40% 30%, rgba(212,168,67,0.18) 0%, transparent 60%); }
.hero-product-box {
  width: 320px; height: 420px;
  background: linear-gradient(145deg, #2a2618, #1a1810);
  border-radius: 18px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid rgba(168,132,58,0.3);
  box-shadow: 0 30px 80px rgba(44,38,28,0.35);
  position: relative; z-index: 1;
}
.hero-product-box .p-icon { font-size: 2.5rem; }
.hero-product-box .p-brand { font-size: 0.65rem; letter-spacing: 0.22em; color: var(--gold-bright); text-transform: uppercase; }
.hero-product-box .p-name { font-family:'Cormorant Garamond',serif; font-size:2.8rem; font-weight:700; color:#fff; letter-spacing:0.04em; }
.hero-product-box .p-sub { font-size: 0.6rem; letter-spacing: 0.1em; color: var(--gold); text-transform: uppercase; text-align:center; padding:0 20px; }
.hero-product-box .p-dose { font-size: 1.6rem; font-weight:700; color: var(--gold-bright); margin-top:8px; }
.hero-product-box .p-caps { font-size: 0.6rem; letter-spacing: 0.14em; color: rgba(255,255,255,0.45); text-transform: uppercase; margin-top:-4px; }

.hero-content { padding: 70px 64px; }
.hero-rating-inline { display:flex; align-items:center; gap:8px; margin-bottom:20px; font-size:0.82rem; color:var(--text-mid); }
.hero-rating-inline .stars { font-size:0.85rem; }
.hero-content h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(2.5rem,3.8vw,4rem); font-weight:700; line-height:1.08; color:var(--dark); margin-bottom:22px; }
.hero-content h1 em { font-style:italic; color:var(--gold); }
.hero-divider { width:80px; height:2px; background:linear-gradient(90deg,var(--gold),transparent); margin-bottom:22px; }
.hero-tagline { font-size:1.05rem; line-height:1.75; color:var(--text-mid); margin-bottom:28px; max-width:440px; }
.hero-tagline strong { color:var(--dark); font-weight:600; }
.hero-checks { list-style:none; margin-bottom:36px; display:flex; flex-direction:column; gap:11px; }
.hero-checks li { font-size:0.95rem; color:var(--text); display:flex; align-items:center; gap:10px; }
.hero-checks li::before { content:'✔'; color:var(--gold); font-size:0.85rem; flex-shrink:0; }
.hero-cta {
  display:block; background:var(--gold); color:#fff; font-weight:700;
  padding:18px 38px; border-radius:7px; font-size:1rem; letter-spacing:0.1em;
  text-transform:uppercase; transition:background 0.2s, transform 0.15s, box-shadow 0.2s;
  margin-bottom:14px; text-align:center;
  box-shadow:0 8px 28px rgba(168,132,58,0.3);
}
.hero-cta:hover { background:var(--gold-light); transform:translateY(-2px); box-shadow:0 12px 36px rgba(168,132,58,0.4); }
.guarantee-note { font-size:0.8rem; color:var(--text-light); display:flex; align-items:center; gap:6px; }

/* MARQUEE */
.marquee-section { overflow:hidden; background:var(--dark); padding:13px 0; }
.marquee-track { display:flex; gap:50px; animation:marquee 24s linear infinite; width:max-content; }
.marquee-item { font-size:0.78rem; font-weight:600; color:var(--gold-bright); letter-spacing:0.12em; text-transform:uppercase; white-space:nowrap; display:flex; align-items:center; gap:14px; }
.marquee-item::before { content:'◆'; font-size:0.45rem; color:var(--gold); }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* SECTIONS */
section { padding:96px 80px; }
.section-label { font-size:0.72rem; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
.section-title { font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3vw,3rem); font-weight:700; color:var(--dark); line-height:1.15; margin-bottom:14px; }
.section-title em { font-style:italic; color:var(--gold); }
.section-sub { color:var(--text-mid); font-size:1rem; line-height:1.75; max-width:540px; }
.cta-btn { display:inline-block; font-weight:700; padding:16px 36px; border-radius:7px; font-size:0.9rem; letter-spacing:0.1em; text-transform:uppercase; transition:background 0.2s, transform 0.15s; }
.cta-btn.gold { background:var(--gold); color:#fff; box-shadow:0 8px 28px rgba(168,132,58,0.28); }
.cta-btn.gold:hover { background:var(--gold-light); transform:translateY(-2px); }
.guar { font-size:0.78rem; color:var(--text-light); margin-top:10px; display:flex; align-items:center; gap:5px; }

/* WHY */
.why-section { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; background:var(--warm-white); }
.why-img { background:linear-gradient(145deg,var(--cream-dark),var(--cream-deep)); border-radius:20px; aspect-ratio:1; display:flex; align-items:center; justify-content:center; border:1px solid var(--border); font-size:0.85rem; color:var(--text-light); font-style:italic; box-shadow:var(--shadow); position:relative; overflow:hidden; }
.why-img::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 30%, rgba(212,168,67,0.12) 0%, transparent 60%); }
.why-points { margin-top:32px; display:flex; flex-direction:column; gap:18px; }
.why-point { display:flex; align-items:flex-start; gap:16px; padding:20px 22px; background:var(--cream); border:1px solid var(--border-soft); border-radius:12px; transition:border-color 0.2s, box-shadow 0.2s; }
.why-point:hover { border-color:var(--gold); box-shadow:0 4px 20px rgba(168,132,58,0.1); }
.why-icon { width:42px; height:42px; background:var(--dark); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex-shrink:0; }
.why-text { font-size:0.93rem; color:var(--text); line-height:1.6; }
.why-text strong { color:var(--dark); }

/* ROOT CAUSE */
.root-section { background:var(--cream); }
.problem-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:50px; }
.problem-card { background:var(--warm-white); border:1px solid var(--border-soft); border-radius:16px; overflow:hidden; box-shadow:var(--shadow); transition:transform 0.2s, box-shadow 0.2s; }
.problem-card:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(44,38,28,0.12); }
.problem-card-img { width:100%; aspect-ratio:4/3; background:linear-gradient(145deg,var(--cream-dark),var(--cream-deep)); display:flex; align-items:center; justify-content:center; font-size:3rem; }
.problem-card-body { padding:24px; }
.problem-icon { display:inline-flex; align-items:center; gap:8px; color:var(--red); font-size:0.75rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:10px; }
.problem-card-body h3 { font-family:'Cormorant Garamond',serif; font-size:1.35rem; font-weight:700; color:var(--dark); margin-bottom:10px; }
.problem-card-body p { font-size:0.88rem; color:var(--text-mid); line-height:1.7; }
.problem-card-img { 
  width:100%; 
  aspect-ratio:4/3; 
  background:linear-gradient(145deg,var(--cream-dark),var(--cream-deep)); 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size:3rem;
  overflow:hidden;    /* ← add this to the existing line */
}

/* ← add this entire new block after */
.problem-card-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* APPROACH */
.approach-section { background:var(--dark); display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.approach-section .section-title { color:var(--warm-white); }
.approach-section .section-sub { color:rgba(242,232,213,0.6); }
.approach-section .section-label { color:var(--gold-bright); }
.approach-steps { margin-top:36px; display:flex; flex-direction:column; }
.approach-step { display:flex; gap:22px; padding:28px 0; border-bottom:1px solid rgba(168,132,58,0.18); }
.approach-step:last-child { border-bottom:none; }
.step-num { font-family:'Cormorant Garamond',serif; font-size:2.8rem; color:rgba(168,132,58,0.2); font-weight:700; line-height:1; min-width:55px; }
.step-icon { width:44px; height:44px; background:rgba(168,132,58,0.12); border:1px solid rgba(168,132,58,0.25); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex-shrink:0; }
.step-content h3 { font-size:1rem; font-weight:700; color:var(--gold-bright); margin-bottom:7px; letter-spacing:0.05em; }
.step-content p { font-size:0.88rem; color:rgba(242,232,213,0.65); line-height:1.7; }
.approach-img { background:linear-gradient(145deg,#2a2618,#1a1810); border-radius:20px; aspect-ratio:3/4; display:flex; align-items:center; justify-content:center; border:1px solid rgba(168,132,58,0.2); font-size:0.85rem; color:rgba(168,132,58,0.35); font-style:italic; }

/* FORMULA */
.formula-section { background:var(--warm-white); }
.formula-badges { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin:44px 0 52px; }
.formula-badge { background:var(--dark); color:var(--cream); border-radius:14px; padding:22px 18px; display:flex; align-items:flex-start; gap:12px; }
.formula-badge .f-icon { font-size:1.4rem; flex-shrink:0; margin-top:2px; }
.formula-badge p { font-size:0.82rem; line-height:1.55; color:rgba(242,232,213,0.8); }
.formula-badge p strong { color:var(--gold-bright); }
.formula-cta-wrap { text-align:center; margin-bottom:60px; display:flex; flex-direction:column; align-items:center; gap:10px; }
.ingredients-list { display:flex; flex-direction:column; }
.ingredient-row { display:grid; grid-template-columns:110px 1fr; gap:30px; align-items:center; padding:32px 0; border-bottom:1px solid var(--border-soft); }
.ingredient-row:last-child { border-bottom:none; }
.ingredient-img { width:105px; height:105px; background:linear-gradient(145deg,var(--cream-dark),var(--cream-deep)); border-radius:14px; border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:2.2rem; }
.ingredient-dose { font-family:'Cormorant Garamond',serif; font-size:1.8rem; font-weight:700; color:var(--gold); line-height:1; margin-bottom:4px; }
.ingredient-name { font-size:1rem; font-weight:700; color:var(--dark); margin-bottom:9px; }
.ingredient-desc { font-size:0.88rem; color:var(--text-mid); line-height:1.7; max-width:620px; }

/* COMPARE */
.compare-section { background:var(--cream); }
.compare-table { margin-top:44px; border:1px solid var(--border); border-radius:16px; overflow:hidden; box-shadow:var(--shadow); }
.compare-head { display:grid; grid-template-columns:1fr 1fr 1fr; background:var(--dark); padding:22px 32px; }
.compare-head .ch { text-align:center; font-size:0.9rem; font-weight:700; color:var(--cream); }
.compare-head .ch.lonexa { color:var(--gold-bright); font-family:'Cormorant Garamond',serif; font-size:1.2rem; letter-spacing:0.06em; }
.compare-row { display:grid; grid-template-columns:1fr 1fr 1fr; padding:16px 32px; border-bottom:1px solid var(--border-soft); align-items:center; background:var(--warm-white); }
.compare-row:nth-child(odd) { background:var(--cream); }
.compare-row:last-child { border-bottom:none; }
.feat { font-size:0.9rem; color:var(--text); font-weight:500; }
.yes { text-align:center; color:var(--green); font-size:1.2rem; font-weight:700; }
.no  { text-align:center; color:var(--red); font-size:1.2rem; }
.compare-cta { text-align:center; margin-top:44px; display:flex; flex-direction:column; align-items:center; gap:10px; }

/* PHOTO STRIP */
.photo-strip { overflow:hidden; padding:56px 0; background:var(--warm-white); }
.photo-track { display:flex; gap:20px; animation:marquee-slow 28s linear infinite; width:max-content; }
.photo-item { width:220px; height:280px; background:linear-gradient(145deg,var(--cream-dark),var(--cream-deep)); border-radius:16px; border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:0.78rem; color:var(--text-light); font-style:italic; flex-shrink:0; }
@keyframes marquee-slow { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* OFFER */
.offer-section { background:var(--cream); display:grid; grid-template-columns:1fr 1.35fr; gap:64px; align-items:start; }
.offer-img-col { background:linear-gradient(145deg,var(--cream-dark),var(--cream-deep)); border-radius:20px; aspect-ratio:3/4; display:flex; align-items:center; justify-content:center; border:1px solid var(--border); box-shadow:var(--shadow); font-size:0.85rem; color:var(--text-light); font-style:italic; position:relative; overflow:hidden; }
.offer-img-col::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 20%, rgba(212,168,67,0.14) 0%, transparent 60%); }
.offer-right .product-title { font-family:'Cormorant Garamond',serif; font-size:2.4rem; font-weight:700; color:var(--dark); margin-bottom:14px; }
.offer-tagline { font-size:0.95rem; color:var(--text-mid); line-height:1.75; margin-bottom:22px; }
.offer-divider { width:60px; height:2px; background:var(--gold); margin-bottom:22px; }
.benefit-list { list-style:none; margin-bottom:30px; display:flex; flex-direction:column; gap:10px; }
.benefit-list li { font-size:0.92rem; color:var(--text); display:flex; align-items:center; gap:10px; }
.benefit-list li::before { content:'✔'; color:var(--gold); font-size:0.82rem; }

.pricing-cards { display:flex; flex-direction:column; gap:14px; margin-bottom:20px; }
.pricing-card { border:2px solid var(--border); border-radius:12px; padding:16px 20px; cursor:pointer; transition:border-color 0.2s, box-shadow 0.2s; position:relative; display:grid; grid-template-columns:22px 1fr auto; align-items:center; gap:14px; background:var(--warm-white); }
.pricing-card:hover { border-color:var(--gold); }
.pricing-card.selected { border-color:var(--gold); background:rgba(168,132,58,0.04); box-shadow:0 4px 20px rgba(168,132,58,0.12); }
.card-tag { position:absolute; top:-12px; left:18px; font-size:0.7rem; font-weight:800; padding:3px 12px; border-radius:100px; letter-spacing:0.06em; text-transform:uppercase; }
.card-tag.popular { background:var(--gold); color:#fff; }
.card-tag.best { background:var(--dark); color:var(--gold-bright); }
.radio-circle { width:20px; height:20px; border:2px solid var(--border); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.pricing-card.selected .radio-circle { border-color:var(--gold); }
.radio-dot { width:10px; height:10px; background:var(--gold); border-radius:50%; display:none; }
.pricing-card.selected .radio-dot { display:block; }
.card-deal { font-weight:700; color:var(--dark); font-size:0.95rem; }
.card-supply { font-size:0.78rem; color:var(--text-light); margin-top:2px; }
.card-bonus { font-size:0.76rem; color:var(--gold); margin-top:4px; font-weight:600; }
.card-price { text-align:right; }
.price-new { font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-weight:700; color:var(--dark); }
.price-old { font-size:0.8rem; color:var(--text-light); text-decoration:line-through; }

.sub-bar { background:rgba(168,132,58,0.08); border:1px solid var(--border); border-radius:9px; padding:13px 18px; font-size:0.84rem; color:var(--text-mid); margin-bottom:18px; display:flex; align-items:center; gap:8px; }
.sub-bar strong { color:var(--gold); }
.atc-btn { width:100%; background:var(--gold); color:#fff; border:none; padding:18px; border-radius:9px; font-size:1rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; cursor:pointer; transition:background 0.2s, transform 0.15s, box-shadow 0.2s; margin-bottom:12px; box-shadow:0 8px 28px rgba(168,132,58,0.3); }
.atc-btn:hover { background:var(--gold-light); transform:translateY(-2px); box-shadow:0 12px 36px rgba(168,132,58,0.4); }
.offer-guar { font-size:0.8rem; color:var(--text-light); text-align:center; display:flex; align-items:center; justify-content:center; gap:5px; }

/* FAQ */
.faq-section { background:var(--warm-white); display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.faq-img { border-radius:20px; background:linear-gradient(145deg,var(--cream-dark),var(--cream-deep)); aspect-ratio:3/4; display:flex; align-items:center; justify-content:center; border:1px solid var(--border); box-shadow:var(--shadow); font-size:0.85rem; color:var(--text-light); font-style:italic; }
.faq-list { margin-top:10px; }
.faq-item { border-bottom:1px solid var(--border-soft); padding:20px 0; }
.faq-question { font-size:0.95rem; font-weight:600; color:var(--dark); cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; user-select:none; }
.faq-question::after { content:'+'; color:var(--gold); font-size:1.4rem; font-weight:300; flex-shrink:0; }
.faq-item.open .faq-question::after { content:'−'; }
.faq-answer { font-size:0.88rem; color:var(--text-mid); line-height:1.75; max-height:0; overflow:hidden; transition:max-height 0.35s ease, padding 0.3s; }
.faq-item.open .faq-answer { max-height:600px; padding-top:14px; }

/* FOOTER */
footer { background:var(--dark); padding:60px 80px 40px; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:50px; margin-bottom:44px; }
.footer-brand-logo { font-family:'Jost',sans-serif; font-size:1.3rem; font-weight:700; letter-spacing:0.22em; color:var(--gold-bright); margin-bottom:14px; }
.footer-brand-desc { font-size:0.84rem; color:rgba(242,232,213,0.55); line-height:1.75; max-width:250px; }
.footer-col-title { font-size:0.72rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:rgba(242,232,213,0.4); margin-bottom:18px; }
.footer-links { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-links a { font-size:0.84rem; color:rgba(242,232,213,0.6); transition:color 0.2s; }
.footer-links a:hover { color:var(--gold-bright); }
.footer-contact p { font-size:0.84rem; color:rgba(242,232,213,0.6); line-height:1.8; }
.footer-contact a { color:var(--gold-light); }
.footer-bottom { border-top:1px solid rgba(168,132,58,0.15); padding-top:28px; display:flex; align-items:flex-start; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.footer-disclaimer { font-size:0.73rem; color:rgba(242,232,213,0.35); line-height:1.65; max-width:680px; }
.footer-right { display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.payment-row { display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.pay-badge { background:rgba(242,232,213,0.07); border:1px solid rgba(168,132,58,0.15); border-radius:5px; padding:4px 10px; font-size:0.7rem; color:rgba(242,232,213,0.45); }
.footer-copy { font-size:0.78rem; color:rgba(242,232,213,0.3); }

/* RESPONSIVE */
@media (max-width:960px) {
  section { padding:60px 24px; }
  nav { padding:14px 20px; }
  .nav-links, .nav-right { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-img-col { min-height:55vw; }
  .hero-content { padding:48px 24px; }
  .why-section, .approach-section, .faq-section { grid-template-columns:1fr; }
  .why-img, .approach-img, .faq-img { display:none; }
  .problem-grid { grid-template-columns:1fr; }
  .formula-badges { grid-template-columns:1fr 1fr; }
  .offer-section { grid-template-columns:1fr; }
  .compare-row, .compare-head { grid-template-columns:1fr 70px 70px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .footer-right { align-items:flex-start; }
}

@media (max-width: 767px) {

  /* Global */
  section { padding: 52px 18px; }
  footer  { padding: 48px 18px 32px; }

  /* Nav */
  nav { padding: 0 16px; }
  .nav-links { display: none; }
  .nav-right { display: flex; }

  /* Announcement */
  .announcement-bar { font-size: 0.72rem; gap: 8px; padding: 9px 12px; }

  /* ── HERO ── */
  .hero {
    display: flex;
    flex-direction: column;
    min-height: unset;
  }
  .hero-img-col {
    display: flex;
    width: 100%;
    min-height: 300px;
    height: 300px;
  }
  .hero-product-box {
    width: 170px;
    height: 230px;
  }
  .hero-product-box .p-name  { font-size: 1.8rem; }
  .hero-product-box .p-dose  { font-size: 1rem; }
  .hero-content { padding: 32px 18px 44px; }
  .hero-content h1 { font-size: 1.85rem; }
  .hero-tagline   { font-size: 0.92rem; max-width: 100%; }
  .hero-checks li { font-size: 0.88rem; }
  .hero-cta       { font-size: 0.88rem; padding: 15px 20px; }

  /* ── WHY ── */
  .why-section {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .why-img {
    display: flex;
    width: 100%;
    aspect-ratio: 16/9;
    min-height: unset;
    border-radius: 12px;
  }
  .why-point { padding: 14px 16px; }

  /* ── PROBLEM CARDS ── */
  .problem-grid { grid-template-columns: 1fr; gap: 16px; }

  /* ── APPROACH ── */
  .approach-section {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .approach-img {
    display: flex;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    order: 2;
  }
  .approach-steps { order: 1; }
  .approach-section > div:first-child { order: 1; }
  .step-num { font-size: 1.9rem; min-width: 36px; }
  .approach-step { gap: 14px; padding: 20px 0; }

  /* ── FORMULA ── */
  .formula-badges { grid-template-columns: 1fr 1fr; gap: 12px; }
  .formula-badge  { padding: 16px 13px; }
  .ingredient-row {
    grid-template-columns: 80px 1fr;
    gap: 14px;
    padding: 22px 0;
  }
  .ingredient-img  { width: 80px; height: 80px; font-size: 1.6rem; }
  .ingredient-dose { font-size: 1.4rem; }
  .ingredient-name { font-size: 0.9rem; }
  .ingredient-desc { font-size: 0.82rem; }

  /* ── COMPARE ── */
  .compare-head,
  .compare-row {
    grid-template-columns: 1fr 52px 52px;
    padding: 12px 14px;
  }
  .feat { font-size: 0.8rem; }
  .compare-head .ch { font-size: 0.75rem; }

  /* ── PHOTO STRIP ── */
  .photo-strip   { padding: 28px 0; }
  .photo-item    { width: 150px; height: 190px; border-radius: 10px; }

  /* ── OFFER ── */
  #product-offer {
    padding: 0 !important;
    margin: 0 !important;
  }
  .offer-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  .offer-img-col {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 380px !important;
    min-height: 380px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    top: 0 !important;
  }
  .offer-right {
    padding: 28px 18px 44px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .offer-right .product-title { font-size: 1.8rem; }
  .offer-tagline { font-size: 0.88rem; }
  .atc-btn { font-size: 0.92rem; padding: 15px; }

  /* ── FAQ ── */
  .faq-section {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .faq-img {
    display: flex;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
  }
  .faq-question { font-size: 0.87rem; padding: 16px 0; }
  .faq-answer   { font-size: 0.82rem; }

  /* ── FOOTER ── */
  .footer-grid    { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom  { flex-direction: column; gap: 16px; }
  .footer-right   { align-items: flex-start; }
  .payment-row    { justify-content: flex-start; }
}
 
    /* ── TABLET (768px–1024px) ─────────────────────────── */
    @media (min-width: 768px) and (max-width: 1024px) {
      section { padding: 64px 36px; }
      footer  { padding: 52px 36px 36px; }
 
      .hero { grid-template-columns: 1fr 1fr; }
      .hero-img-col { min-height: 70vh; }
      .hero-content { padding: 44px 36px; }
      .hero-content h1 { font-size: 2.2rem; }
 
      .why-section    { gap: 40px; }
      .approach-section { gap: 40px; }
      .faq-section    { gap: 40px; }
 
      .problem-grid   { grid-template-columns: 1fr 1fr; gap: 16px; }
      .formula-badges { grid-template-columns: 1fr 1fr; }
 
      .offer-section  { grid-template-columns: 1fr 1.2fr; gap: 36px; }
      .offer-img-col  { display: flex; } /* always visible on tablet */
 
      .compare-head,
      .compare-row { padding: 14px 20px; }
 
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }
  </style>
</head>
<body>
 