/** Shopify CDN: Minification failed

Line 1684:0 Unexpected "}"

**/
/* ── ASCEND THEME — theme.css ── */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black: #0a0a0a;
  --white: #f5f3f0;
  --gray: #c8c4be;
  --mid: #2a2825;
  --accent: #d4c9b8;
  --light-bg: #f0ede8;
  --border: rgba(200,196,190,0.2);
  --font-display: 'Bebas Neue', sans-serif;
  --font-serif: 'Cormorant Garamond', serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  overflow-x: hidden;
}

/* ─── NAV ─── */
.site-nav {
  position: fixed; top: 46px; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 48px;
  backdrop-filter: blur(12px);
  background: rgba(10,10,10,0.6);
  border-bottom: 1px solid var(--border);
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.crown-svg { width: 32px; height: auto; object-fit: contain; display: block; }
.nav-brand { font-family: var(--font-display); font-size: 22px; letter-spacing: 4px; color: var(--white); }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gray); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--white); color: var(--black); border: none; padding: 10px 26px; font-family: var(--font-body); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.2s, transform 0.15s; text-decoration: none; display: inline-block; }
.nav-cta:hover { background: var(--accent); transform: translateY(-1px); }

/* ─── MARQUEE ─── */
.marquee-bar { overflow: hidden; white-space: nowrap; display: flex; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--mid); }
.marquee-bar.inverted { background: var(--white); color: var(--black); }
.marquee-track { display: inline-flex; animation: marquee-left 22s linear infinite; }
.marquee-track.reverse { animation: marquee-right 25s linear infinite; }
.marquee-item { display: inline-flex; align-items: center; gap: 20px; padding: 0 28px; font-family: var(--font-display); font-size: 14px; letter-spacing: 3px; color: var(--gray); text-transform: uppercase; }
.marquee-bar.inverted .marquee-item { color: var(--black); }
.marquee-dot { width: 5px; height: 5px; background: currentColor; border-radius: 50%; display: inline-block; opacity: 0.5; }

@keyframes marquee-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes marquee-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

/* ─── HERO ─── */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 134px; position: relative; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px 80px; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-bottom: 32px; }
.hero-badge::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gray); }
.hero-title { font-family: var(--font-display); font-size: clamp(72px, 8vw, 120px); line-height: 0.92; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 32px; }
.hero-title em { font-style: italic; font-family: var(--font-serif); font-weight: 300; font-size: 0.9em; color: var(--gray); display: block; letter-spacing: 1px; }
.hero-desc { font-size: 15px; line-height: 1.7; color: var(--gray); max-width: 380px; margin-bottom: 48px; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.btn-primary { background: var(--white); color: var(--black); padding: 16px 44px; border: none; font-family: var(--font-body); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; cursor: pointer; transition: all 0.2s; display: inline-block; text-decoration: none; }
.btn-primary:hover { background: var(--accent); transform: translateY(-2px); }
.btn-ghost { color: var(--gray); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.2s; }
.btn-ghost:hover { color: var(--white); }
.btn-ghost .arrow { transition: transform 0.2s; }
.btn-ghost:hover .arrow { transform: translateX(4px); }
.hero-stats { margin-top: 64px; display: flex; gap: 56px; padding-top: 32px; border-top: 1px solid var(--border); }
.stat-val { font-family: var(--font-display); font-size: 36px; letter-spacing: 1px; color: var(--white); display: block; }
.stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-top: 6px; }
.hero-micro-trust { display: flex; align-items: center; gap: 28px; margin-top: 24px; flex-wrap: wrap; }
.hero-micro-trust span { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray); white-space: nowrap; }
.hero-right { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg-text { position: absolute; font-family: var(--font-display); font-size: clamp(140px, 18vw, 240px); letter-spacing: -4px; color: rgba(255,255,255,0.035); white-space: nowrap; user-select: none; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.hero-product-wrap { position: relative; z-index: 2; animation: float 5s ease-in-out infinite; }
.hero-product-wrap img { width: 420px; max-width: 90%; filter: drop-shadow(0 40px 80px rgba(0,0,0,0.7)); }
.hero-ring { position: absolute; border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; animation: spin-slow 20s linear infinite; }
.hero-ring-1 { width: 500px; height: 500px; }
.hero-ring-2 { width: 640px; height: 640px; animation-direction: reverse; animation-duration: 30s; }

/* Social proof row in hero-left */
.hero-social-proof { display: flex; align-items: center; gap: 24px; margin-top: 20px; padding: 20px 28px; border: 1px solid var(--border); background: rgba(255,255,255,0.03); }
.hsp-badge { display: flex; align-items: center; gap: 14px; }
.hsp-stars { color: #e8a427; font-size: 22px; letter-spacing: 3px; }
.hsp-icon { font-size: 26px; }
.hsp-text { font-size: 18px; color: rgba(245,243,240,0.8); letter-spacing: 0.3px; line-height: 1.4; }
.hsp-text strong { color: var(--white); font-weight: 700; font-size: 20px; }
.hsp-divider { width: 1px; height: 40px; background: var(--border); }

@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-18px); } }
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ─── BENEFITS ─── */
.benefits { padding: 120px 80px; background: var(--black); }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 80px; }
.section-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gray); }
.section-title { font-family: var(--font-display); font-size: clamp(48px, 5vw, 72px); letter-spacing: 2px; line-height: 0.95; text-transform: uppercase; }
.section-subtitle { color: var(--gray); font-family: var(--font-serif); font-weight: 300; font-size: 18px; font-style: italic; max-width: 300px; line-height: 1.6; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.benefit-card { background: var(--mid); padding: 56px 44px; position: relative; overflow: hidden; transition: background 0.3s; }
.benefit-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--accent), transparent); transform: scaleX(0); transition: transform 0.4s; }
.benefit-card:hover { background: #1e1c1a; }
.benefit-card:hover::before { transform: scaleX(1); }
.benefit-num { font-family: var(--font-display); font-size: 56px; color: rgba(255,255,255,0.06); position: absolute; top: 24px; right: 28px; letter-spacing: 2px; line-height: 1; }
.benefit-icon { width: 44px; height: 44px; margin-bottom: 28px; opacity: 0.7; }
.benefit-title { font-family: var(--font-display); font-size: 26px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.benefit-desc { font-size: 14px; line-height: 1.7; color: var(--gray); font-weight: 300; }

/* ─── SHOWCASE ─── */
.showcase { background: var(--light-bg); color: var(--black); display: grid; grid-template-columns: 1fr 1fr; min-height: 85vh; overflow: hidden; }
.showcase-visual { background: #111; display: flex; align-items: center; justify-content: center; padding: 80px; position: relative; overflow: hidden; }
.showcase-visual::before { content: 'ASCEND'; position: absolute; font-family: var(--font-display); font-size: 180px; color: rgba(255,255,255,0.03); letter-spacing: -4px; bottom: -20px; left: -20px; pointer-events: none; }
.showcase-visual img { width: 360px; max-width: 85%; filter: drop-shadow(0 30px 80px rgba(255,255,255,0.08)) drop-shadow(0 8px 32px rgba(0,0,0,0.6)); position: relative; z-index: 1; animation: float 5s ease-in-out infinite 1s; mix-blend-mode: luminosity; }
.showcase-content { padding: 80px 72px; display: flex; flex-direction: column; justify-content: center; }
.showcase-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #888; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.showcase-eyebrow::before { content: ''; width: 24px; height: 1px; background: #888; display: block; }
.showcase-title { font-family: var(--font-display); font-size: clamp(48px, 5vw, 68px); line-height: 0.95; letter-spacing: 2px; text-transform: uppercase; color: var(--black); margin-bottom: 8px; }
.showcase-title span { display: block; font-family: var(--font-serif); font-style: italic; font-size: 0.7em; font-weight: 300; color: #888; letter-spacing: 1px; }
.showcase-desc { font-size: 15px; line-height: 1.8; color: #555; margin: 28px 0 48px; font-weight: 300; max-width: 420px; }
.ingredients-list { margin-bottom: 48px; }
.ingredient-row { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.08); font-size: 13px; }
.ing-name { color: #222; letter-spacing: 0.5px; font-weight: 500; }
.ing-amount { font-family: var(--font-display); font-size: 18px; letter-spacing: 1px; color: var(--black); }
.price-row { display: flex; align-items: center; gap: 24px; margin-bottom: 32px; }
.price-main { font-family: var(--font-display); font-size: 52px; letter-spacing: 2px; color: var(--black); }
.price-sub { font-size: 13px; color: #888; line-height: 1.5; white-space: pre-line; }
.btn-dark { background: var(--black); color: var(--white); padding: 18px 52px; border: none; font-family: var(--font-body); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; cursor: pointer; transition: all 0.2s; display: inline-block; text-decoration: none; width: fit-content; }
.btn-dark:hover { background: #2a2825; transform: translateY(-2px); }

/* ─── PROOF BAR ─── */
.proof-bar { background: var(--mid); padding: 72px 80px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.proof-item { text-align: center; padding: 0 40px; border-right: 1px solid var(--border); }
.proof-item:last-child { border-right: none; }
.proof-val { font-family: var(--font-display); font-size: 52px; letter-spacing: 2px; color: var(--white); display: block; line-height: 1; margin-bottom: 14px; }
.proof-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); line-height: 1.6; }

/* ─── TESTIMONIALS ─── */
.testimonials { background: var(--black); padding: 120px 80px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 72px; }
.testimonial-card { border: 1px solid var(--border); padding: 36px 32px; position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s; background: #111; }
.testimonial-card:hover { border-color: rgba(200,196,190,0.45); transform: translateY(-3px); }
.stars { display: flex; gap: 4px; margin-bottom: 16px; color: #e8a427; font-size: 14px; }
.testimonial-text { font-family: var(--font-serif); font-size: 16px; line-height: 1.75; font-style: italic; color: rgba(245,243,240,0.88); margin-bottom: 24px; font-weight: 300; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 38px; height: 38px; border-radius: 50%; background: #1e1e1e; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 13px; color: var(--gray); flex-shrink: 0; }
.author-name { font-size: 12px; letter-spacing: 1px; color: var(--white); font-weight: 500; }
.author-role { font-size: 11px; color: var(--gray); margin-top: 2px; }

/* ─── HOW TO ─── */
.how-to { background: var(--mid); padding: 120px 80px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 72px; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 32px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--border), var(--border), transparent); }
.step { padding: 0 28px; text-align: center; position: relative; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--black); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; color: var(--white); margin: 0 auto 20px; position: relative; z-index: 1; transition: background 0.3s, border-color 0.3s; }
.step:hover .step-num { background: var(--white); color: var(--black); border-color: var(--white); }
.step-icon { font-size: 24px; margin-bottom: 16px; }
.step-title { font-family: var(--font-display); font-size: 20px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.step-desc { font-size: 13px; line-height: 1.7; color: var(--gray); font-weight: 300; }
.how-to-note { margin-top: 60px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); padding: 20px 32px; text-align: center; font-size: 13px; color: var(--gray); line-height: 1.6; max-width: 680px; margin-left: auto; margin-right: auto; }

/* ─── CTA ─── */
.cta-section { background: var(--white); color: var(--black); text-align: center; padding: 140px 80px; position: relative; overflow: hidden; }
.cta-section::before { content: 'ASCEND'; position: absolute; font-family: var(--font-display); font-size: clamp(160px, 22vw, 300px); color: rgba(0,0,0,0.04); left: 50%; top: 50%; transform: translate(-50%, -50%); letter-spacing: -8px; pointer-events: none; white-space: nowrap; }
.cta-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #888; margin-bottom: 24px; }
.cta-title { font-family: var(--font-display); font-size: clamp(56px, 7vw, 100px); line-height: 0.9; letter-spacing: 2px; text-transform: uppercase; color: var(--black); margin-bottom: 28px; position: relative; z-index: 1; }
.cta-title em { font-style: italic; font-family: var(--font-serif); font-weight: 300; color: #888; font-size: 0.85em; display: block; }
.cta-desc { font-size: 16px; color: #555; max-width: 440px; margin: 0 auto 52px; line-height: 1.8; font-weight: 300; position: relative; z-index: 1; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 28px; position: relative; z-index: 1; }
.btn-cta-main { background: var(--black); color: var(--white); padding: 18px 60px; font-family: var(--font-body); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; border: none; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-cta-main:hover { background: #2a2825; transform: translateY(-2px); }
.cta-note { font-size: 12px; color: #999; letter-spacing: 1px; }

/* ─── FOOTER ─── */
footer { background: var(--black); border-top: 1px solid var(--border); padding: 72px 80px 40px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 64px; }
.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.footer-brand-name { font-family: var(--font-display); font-size: 20px; letter-spacing: 4px; color: var(--white); }
.footer-tagline { font-size: 13px; line-height: 1.8; color: var(--gray); font-weight: 300; max-width: 260px; }
.footer-col-title { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--white); margin-bottom: 20px; font-weight: 500; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: var(--gray); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 32px; border-top: 1px solid var(--border); font-size: 11px; color: var(--gray); letter-spacing: 1px; }

/* ─── ANIMATIONS ─── */
.fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ─── GRAIN ─── */
body::after { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E"); opacity: 0.025; pointer-events: none; z-index: 9990; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .site-nav { padding: 20px 24px; top: 46px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 24px 40px; }
  .hero-right { min-height: 50vh; padding: 40px; }
  .hero-product-wrap img { width: 280px; }
  .benefits { padding: 80px 24px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 2px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .showcase { grid-template-columns: 1fr; }
  .showcase-visual { padding: 60px 24px; }
  .showcase-content { padding: 60px 24px; }
  .testimonials { padding: 80px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .how-to { padding: 80px 24px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .cta-section { padding: 100px 24px; }
  .proof-bar { grid-template-columns: 1fr 1fr; padding: 40px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  footer { padding: 60px 24px 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* ─── MOBILE MENU ─── */
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--white); transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4.5px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4.5px); }

.mobile-menu {
  display: none;
  position: fixed; top: 118px; left: 0; right: 0; z-index: 99;
  background: rgba(10,10,10,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 0;
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.mobile-menu.open { max-height: 400px; }
.mobile-menu ul { list-style: none; padding: 20px 0; }
.mobile-menu li { border-bottom: 1px solid var(--border); }
.mobile-link {
  display: block; padding: 18px 28px;
  font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gray); text-decoration: none; transition: color 0.2s;
}
.mobile-link:hover { color: var(--white); }
.mobile-cta {
  color: var(--white); font-weight: 500;
  background: var(--mid);
}

/* ─── TRUST BAR ─── */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: #111;
  border-bottom: 1px solid var(--border);
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  padding: 22px 28px;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #fff; font-weight: 400;
  border-right: 1px solid var(--border);
  justify-content: flex-start;
}
.trust-item:last-child { border-right: none; }
.trust-item:nth-child(3n) { border-right: 1px solid var(--border); }
.trust-item:nth-last-child(-n+3):nth-child(3n+1),
.trust-item:nth-last-child(-n+3):nth-child(3n+2),
.trust-item:nth-last-child(-n+3):nth-child(3n) { border-bottom: none; }
.trust-item svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ─── TESTIMONIALS (updated) ─── */
.reviews-summary {
  display: flex; align-items: center; gap: 20px;
  margin-left: auto;
}
.reviews-score {
  font-family: var(--font-display); font-size: 72px;
  letter-spacing: -2px; color: var(--white); line-height: 1;
}
.reviews-stars { color: var(--accent); font-size: 20px; letter-spacing: 2px; }
.reviews-count { font-size: 11px; color: var(--gray); letter-spacing: 1px; margin-top: 4px; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.testimonial-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.verified-badge {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #7acc8a; background: rgba(122,204,138,0.1);
  padding: 3px 8px; border-radius: 2px;
}
.testimonial-title {
  font-family: var(--font-display); font-size: 18px;
  letter-spacing: 0.5px; color: var(--white);
  margin-bottom: 14px; line-height: 1.2;
  text-transform: uppercase;
}
.testimonial-footer {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-top: 24px;
}
.testimonial-date { font-size: 10px; color: #555; letter-spacing: 1px; }

/* ─── REVIEWS BAR ─── */
.reviews-bar {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; margin-top: 60px;
  padding: 48px; background: var(--mid);
  align-items: center;
}
.rating-bars { display: flex; flex-direction: column; gap: 10px; }
.rating-row {
  display: flex; align-items: center; gap: 12px;
  font-size: 12px; color: var(--gray); font-family: var(--font-body);
}
.rating-row span:first-child { width: 28px; text-align: right; color: var(--accent); }
.rating-row span:last-child { width: 32px; }
.bar-wrap { flex: 1; height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; }
.bar-fill { height: 100%; background: var(--accent); border-radius: 2px; transition: width 1s ease; }
.reviews-cta-wrap { text-align: center; }
.reviews-guarantee { font-size: 11px; color: var(--gray); letter-spacing: 1px; margin-top: 16px; }

/* ─── FAQ ─── */
.faq-section {
  background: #0f0e0d;
  padding: 120px 80px;
}
.faq-inner {
  max-width: 1200px; margin: 0 auto;
}
.faq-header { margin-bottom: 60px; }
.faq-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.faq-col { display: flex; flex-direction: column; }
.faq-list { display: flex; flex-direction: column; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-question {
  width: 100%; display: flex; align-items: center;
  justify-content: space-between; padding: 24px 0;
  background: none; border: none; color: var(--white);
  font-family: var(--font-body); font-size: 14px;
  font-weight: 400; letter-spacing: 0.3px;
  cursor: pointer; text-align: left; gap: 20px;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--accent); }
.faq-question:hover .faq-icon path { stroke: var(--accent); }
.faq-icon {
  width: 20px; height: 20px; flex-shrink: 0;
  transition: transform 0.35s ease;
}
.faq-icon path { transition: stroke 0.2s; }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-answer p {
  font-size: 14px; line-height: 1.8; color: var(--gray);
  font-weight: 300; padding-bottom: 24px;
}
.faq-item.open .faq-answer { max-height: 300px; }

/* ─── RESPONSIVE ADDITIONS ─── */
@media (max-width: 900px) {
  .nav-hamburger { display: flex; }
  .mobile-menu { display: block; }
  .nav-links { display: none !important; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--border); width: 100%; }
  .trust-item:last-child { border-bottom: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .reviews-summary { display: none; }
  .reviews-bar { grid-template-columns: 1fr; gap: 40px; padding: 32px 24px; }
  .faq-section { padding: 80px 24px; }
  .faq-columns { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════
   CART DRAWER
═══════════════════════════════════════════ */
.cart-overlay {
  position: fixed; inset: 0; z-index: 299;
  background: rgba(0,0,0,0.6);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(4px);
}
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 420px; max-width: 100vw;
  z-index: 300;
  background: #111;
  border-left: 1px solid var(--border);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
}
.cart-drawer.open { transform: translateX(0); }

.cart-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.cart-drawer-title {
  font-family: var(--font-display); font-size: 20px;
  letter-spacing: 3px; text-transform: uppercase; color: var(--white);
}
.cart-drawer-close {
  background: none; border: none; color: var(--gray);
  cursor: pointer; padding: 4px; transition: color 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.cart-drawer-close:hover { color: var(--white); }

.cart-drawer-body {
  flex: 1; overflow-y: auto; padding: 20px 28px;
  scroll-behavior: smooth;
}
.cart-loading { color: var(--gray); font-size: 13px; text-align: center; padding: 40px 0; }

.cart-drawer-item {
  display: grid; grid-template-columns: 72px 1fr auto;
  gap: 14px; padding: 16px 0;
  border-bottom: 1px solid var(--border); align-items: start;
}
.cart-drawer-item:last-child { border-bottom: none; }

.drawer-item-img {
  width: 72px; height: 72px;
  object-fit: contain; background: #1a1a1a;
  border-radius: 2px; display: block;
}
.drawer-item-info { min-width: 0; }
.drawer-item-title {
  font-size: 13px; font-weight: 500; color: var(--white);
  margin-bottom: 4px; line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.drawer-item-variant { font-size: 11px; color: var(--gray); margin-bottom: 8px; letter-spacing: 0.5px; }
.drawer-item-price { font-size: 13px; color: var(--white); font-weight: 500; }
.drawer-item-qty {
  display: flex; align-items: center; gap: 8px; margin-top: 8px;
}
.drawer-qty-btn {
  width: 24px; height: 24px; border: 1px solid var(--border);
  background: none; color: var(--white); font-size: 14px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; line-height: 1;
}
.drawer-qty-btn:hover { background: var(--mid); border-color: var(--gray); }
.drawer-qty-num { font-size: 13px; color: var(--white); min-width: 20px; text-align: center; }
.drawer-item-remove {
  background: none; border: none; color: var(--gray); cursor: pointer;
  font-size: 18px; padding: 0 4px; line-height: 1;
  transition: color 0.2s; align-self: flex-start;
}
.drawer-item-remove:hover { color: #e57373; }

.cart-drawer-footer {
  border-top: 1px solid var(--border);
  padding: 20px 28px;
  flex-shrink: 0;
  background: #111;
}
.cart-drawer-subtotal {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; font-weight: 500; color: var(--white); margin-bottom: 8px;
}
#drawer-subtotal { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; }
.cart-drawer-note { font-size: 11px; color: var(--gray); letter-spacing: 0.5px; margin-bottom: 16px; }
.btn-checkout-drawer {
  display: block; width: 100%; text-align: center;
  background: var(--white); color: var(--black);
  padding: 16px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 500; text-decoration: none; margin-bottom: 10px;
  transition: background 0.2s, transform 0.15s;
}
.btn-checkout-drawer:hover { background: var(--accent); transform: translateY(-1px); }
.cart-drawer-view-all {
  display: block; text-align: center; font-size: 11px;
  color: var(--gray); letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; transition: color 0.2s;
}
.cart-drawer-view-all:hover { color: var(--white); }

.cart-drawer-empty {
  text-align: center; padding: 60px 20px; color: var(--gray);
}
.cart-drawer-empty p { font-size: 13px; margin: 12px 0 20px; letter-spacing: 0.5px; }

/* Nav cart button */
.nav-cart-btn {
  position: relative; background: none; border: none;
  color: var(--white); cursor: pointer; padding: 6px;
  display: flex; align-items: center; transition: color 0.2s;
}
.nav-cart-btn:hover { color: var(--accent); }
.cart-count {
  position: absolute; top: -2px; right: -6px;
  min-width: 16px; height: 16px;
  background: var(--white); color: var(--black);
  border-radius: 50%; font-size: 9px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  padding: 0 3px; line-height: 1;
}
.cart-count:empty { display: none; }

/* ═══════════════════════════════════════════
   IMAGE FIX — PROPER FITTING
═══════════════════════════════════════════ */

/* Hero image — contain in floating widget */
.hero-product-wrap {
  width: 100%; max-width: 480px;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.hero-product-wrap img {
  width: 100%; max-width: 420px; height: auto;
  object-fit: contain;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,0.7));
}

/* Showcase image — contained in a neat box */
.showcase-img-wrap {
  width: 100%; max-width: 500px; margin: 0 auto;
  position: relative; z-index: 2;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
  background: transparent;
}
.showcase-img {
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 60px rgba(255,255,255,0.07)) drop-shadow(0 4px 20px rgba(0,0,0,0.5));
  transition: transform 0.6s ease;
  mix-blend-mode: luminosity;
}
.showcase-img:hover { transform: scale(1.03) translateY(-4px); }
.showcase-img-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 100%; height: 320px;
}
.showcase-badges {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
  z-index: 3;
}
.showcase-badge {
  background: rgba(255,255,255,0.9); color: #1a1a1a;
  font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 12px; font-weight: 500;
}

/* Product page gallery images */
.product-main-img-wrap {
  position: relative; width: 100%;
  aspect-ratio: 1 / 1;
  background: #141414;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-main-img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.5s ease;
}
.product-main-img:hover { transform: scale(1.04); }
.product-img-placeholder {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 400px;
}
.product-badge-group {
  position: absolute; top: 16px; left: 16px;
  display: flex; flex-direction: column; gap: 6px;
}
.product-sale-badge {
  background: #c8372d; color: white;
  font-size: 10px; letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 10px;
}
.product-certified-badge {
  background: rgba(10,10,10,0.7); color: #7acc8a;
  font-size: 9px; letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 10px; backdrop-filter: blur(8px);
}

.product-thumbnails {
  display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap;
}
.product-thumb {
  width: 72px; height: 72px; padding: 4px;
  border: 1px solid var(--border); background: #141414; cursor: pointer;
  transition: border-color 0.2s; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.product-thumb img {
  width: 100%; height: 100%; object-fit: contain;
}
.product-thumb.active { border-color: var(--white); }
.product-thumb:hover { border-color: var(--gray); }

/* Cart item image */
.cart-item-img-wrap {
  width: 100px; height: 100px; flex-shrink: 0;
  background: #141414; display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.cart-item-img {
  width: 100%; height: 100%; object-fit: contain; padding: 8px;
}
.cart-item-img-placeholder { width: 100%; height: 100%; background: #1a1a1a; }

/* Collection product card images */
.product-card-img-wrap {
  position: relative; width: 100%;
  aspect-ratio: 1 / 1; overflow: hidden;
  background: #141414;
}
.product-card-img {
  width: 100%; height: 100%; object-fit: contain; padding: 16px;
  transition: transform 0.5s ease;
}
.product-card:hover .product-card-img { transform: scale(1.05); }
.product-card-img-placeholder { width: 100%; height: 100%; background: #1a1a1a; }
.product-card-badge {
  position: absolute; top: 12px; left: 12px;
  background: #c8372d; color: white;
  font-size: 9px; letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 8px;
}

/* Blog card images */
.blog-card-img-wrap {
  width: 100%; aspect-ratio: 16 / 9; overflow: hidden;
  background: #141414;
}
.blog-card-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-img { transform: scale(1.04); }

/* Article hero image */
.article-hero { width: 100%; max-height: 520px; overflow: hidden; }
.article-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Collection hero image */
.collection-hero { position: relative; height: 380px; overflow: hidden; }
.collection-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.collection-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 48px;
}
.collection-hero-title {
  font-family: var(--font-display); font-size: 56px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--white); line-height: 1;
}
.collection-hero-desc { color: var(--gray); font-size: 15px; margin-top: 12px; }

/* ═══════════════════════════════════════════
   ANNOUNCEMENT BAR
═══════════════════════════════════════════ */
.announcement-bar {
  background: #000000;
  text-align: center; padding: 0 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: fixed; top: 0; left: 0; right: 0; z-index: 102;
  height: 46px; display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
/* Animated shimmer sweep */
.announcement-bar::before {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  animation: bar-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}
/* Subtle gold bottom accent line */
.announcement-bar::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,164,39,0.5), transparent);
  animation: bar-glow 3.5s ease-in-out infinite;
}
@keyframes bar-shimmer {
  0%   { left: -100%; }
  50%  { left: 150%; }
  100% { left: 150%; }
}
@keyframes bar-glow {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 1; }
}
.announcement-text { font-size: 15px; letter-spacing: 1.5px; color: #ffffff; line-height: 1; font-weight: 500; position: relative; z-index: 1; }
.announcement-link {
  color: #e8a427; text-decoration: none; margin-left: 10px;
  font-weight: 700; letter-spacing: 1px; position: relative; z-index: 1;
}
.announcement-link:hover { color: #fff; }

/* ═══════════════════════════════════════════
   SHOWCASE ACTIONS
═══════════════════════════════════════════ */
.showcase-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.btn-showcase-buy {
  background: var(--black); color: var(--white); border: none;
  padding: 17px 44px; font-family: var(--font-body); font-size: 11px;
  letter-spacing: 3px; text-transform: uppercase; font-weight: 500;
  cursor: pointer; transition: all 0.2s; text-decoration: none;
  display: inline-flex; align-items: center;
}
.btn-showcase-buy:hover { background: #1a1a1a; transform: translateY(-2px); }
.btn-showcase-atc {
  background: transparent; color: var(--black); border: 2px solid var(--black);
  padding: 15px 32px; font-family: var(--font-body); font-size: 11px;
  letter-spacing: 3px; text-transform: uppercase; font-weight: 500;
  cursor: pointer; transition: all 0.2s;
}
.btn-showcase-atc:hover { background: rgba(0,0,0,0.06); }
.showcase-trust {
  display: flex; gap: 20px; flex-wrap: wrap;
  font-size: 11px; color: #888; letter-spacing: 0.5px;
}
.price-compare {
  font-size: 22px; color: #999; text-decoration: line-through;
  margin-left: 12px; font-family: var(--font-display); letter-spacing: 1px;
}
.ing-right { display: flex; align-items: center; gap: 12px; }
.ing-benefit { font-size: 10px; color: #888; letter-spacing: 1px; text-transform: uppercase; }

/* ═══════════════════════════════════════════
   PRODUCT PAGE
═══════════════════════════════════════════ */
.product-page { padding-top: 134px; }

/* ── LOW STOCK BAR ── */
.low-stock-bar {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #1a1a1a; border: 1px solid #2d2d2d;
  border-left: 3px solid #c8372d;
  padding: 11px 20px; margin: 0 0 20px 0;
  border-radius: 2px;
}
.low-stock-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #c8372d;
  animation: stock-pulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes stock-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}
.low-stock-text {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: #d4d4d4; font-weight: 500;
}
.low-stock-count {
  color: #c8372d; font-weight: 600;
}
.breadcrumb {
  padding: 16px 48px; font-size: 11px; letter-spacing: 1px;
  color: var(--gray); display: flex; gap: 8px; align-items: center;
  border-bottom: 1px solid var(--border);
}
.breadcrumb a { color: var(--gray); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { color: var(--white); }

.product-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; padding: 48px;
  max-width: 1400px; margin: 0 auto;
}
.product-gallery {}
.product-trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 24px;
  border: 1px solid var(--border);
}
.product-trust-item {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 12px; font-size: 10px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--gray);
  border-right: 1px solid var(--border); justify-content: center;
  text-align: center;
}
.product-trust-item:last-child { border-right: none; }
.product-trust-item svg { flex-shrink: 0; }

.product-cert-row {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 0; margin-top: 2px;
  border: 1px solid var(--border);
  border-top: none;
}
.product-cert-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 16px 8px; gap: 10px;
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.product-cert-item:last-child { border-right: none; }
.product-cert-item:hover { background: rgba(255,255,255,0.03); }
.product-cert-item svg { width: 36px; height: 36px; }
.product-cert-item span {
  font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #ffffff; text-align: center; line-height: 1.5; font-weight: 400;
}

.product-info {}
.product-vendor {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gray); margin-bottom: 10px;
}
.product-title {
  font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px);
  letter-spacing: 2px; text-transform: uppercase; line-height: 1;
  color: var(--white); margin-bottom: 16px;
}
.product-rating-row {
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
  padding-bottom: 20px; border-bottom: 1px solid var(--border);
}
.product-stars { color: var(--accent); font-size: 16px; letter-spacing: 2px; }
.product-rating-val { font-family: var(--font-display); font-size: 18px; color: var(--white); }
.product-rating-count { font-size: 12px; color: var(--gray); text-decoration: none; }
.product-rating-count:hover { color: var(--white); }

.product-price-wrap { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.product-price { font-family: var(--font-display); font-size: 40px; letter-spacing: 2px; color: var(--white); }
.product-compare-price { font-size: 22px; color: #555; text-decoration: line-through; font-family: var(--font-display); letter-spacing: 1px; }
.product-savings { font-size: 12px; color: #7acc8a; letter-spacing: 1px; text-transform: uppercase; background: rgba(122,204,138,0.1); padding: 3px 8px; }

.product-short-desc { font-size: 14px; line-height: 1.8; color: var(--gray); margin-bottom: 24px; font-weight: 300; }

.product-option-group { margin-bottom: 20px; }
.product-option-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 10px; }
.product-option-selected { color: var(--white); }
.product-option-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.product-option-btn {
  padding: 8px 18px; border: 1px solid var(--border);
  background: transparent; color: var(--gray); font-size: 12px;
  letter-spacing: 1px; cursor: default; transition: none;
}
.product-option-btn:hover { border-color: var(--border); color: var(--gray); background: transparent; }
.product-option-btn.active { border-color: var(--border); color: var(--gray); background: transparent; pointer-events: none; }
.mobile-product-image { display: none; }

/* ═══════════════════════════════════════════
   SUBSCRIBE & SAVE — FULL SYSTEM
═══════════════════════════════════════════ */
.subscribe-toggle { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }

.subscribe-option {
  display: flex; align-items: flex-start; padding: 16px 18px; gap: 14px;
  border: 1px solid var(--border); cursor: pointer;
  transition: border-color 0.2s, background 0.2s; position: relative;
  background: rgba(255,255,255,0.01);
}
.subscribe-option input[type="radio"] { display: none; }
.subscribe-option.active { border-color: var(--white); background: rgba(255,255,255,0.04); }
.sub-save-option.active { border-color: #7acc8a; background: rgba(122,204,138,0.05); }

/* Custom radio dot */
.sub-radio-dot {
  width: 18px; height: 18px; border-radius: 50%; border: 1px solid #555;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px; transition: border-color 0.2s;
}
.sub-radio-dot.checked { border-color: var(--white); }
.sub-save-option .sub-radio-dot.checked { border-color: #7acc8a; }
.sub-radio-inner {
  width: 8px; height: 8px; border-radius: 50%; background: transparent; transition: background 0.2s;
}
.sub-radio-dot.checked .sub-radio-inner { background: var(--white); }
.sub-save-option .sub-radio-dot.checked .sub-radio-inner { background: #7acc8a; }

.sub-option-content { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 12px; flex-wrap: wrap; }
.sub-option-left { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.sub-title-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.sub-option-title { font-size: 13px; font-weight: 600; color: var(--white); }
.sub-option-subtitle { font-size: 11px; color: var(--gray); letter-spacing: 0.3px; }

.sub-price-col { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.sub-option-price { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; color: var(--white); }
.sub-per-mo { font-size: 12px; font-family: var(--font-body); letter-spacing: 0.5px; color: var(--gray); }
.sub-discount { color: #7acc8a; }
.sub-you-save { font-size: 10px; color: #7acc8a; letter-spacing: 0.5px; }

.sub-popular-badge {
  font-size: 9px; letter-spacing: 1px; text-transform: uppercase;
  background: rgba(122,204,138,0.15); color: #7acc8a;
  border: 1px solid rgba(122,204,138,0.3); padding: 2px 8px; border-radius: 3px;
  white-space: nowrap;
}

/* Expandable features panel */
.sub-features-panel {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
  width: 100%; margin-top: 0;
}
.subscribe-option.active .sub-features-panel-inner,
.sub-features-panel[style*="max-height"] { margin-top: 14px; }
.sub-feature {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 12px; color: rgba(245,243,240,0.7); line-height: 1.5; padding: 3px 0;
}
.sf-check { color: #7acc8a; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* Active subscription notice */
.sub-active-notice {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(122,204,138,0.07); border: 1px solid rgba(122,204,138,0.25);
  padding: 14px 16px; margin-bottom: 16px; margin-top: -6px;
}
.san-icon { font-size: 18px; flex-shrink: 0; }
.san-text { font-size: 12px; color: rgba(245,243,240,0.75); line-height: 1.6; }
.san-text strong { color: #7acc8a; }

/* ATC button subscribe state */
.btn-subscribe-active {
  background: #7acc8a !important;
  color: #000 !important;
  letter-spacing: 2px !important;
}
.btn-subscribe-active:hover { background: #8ed99c !important; }

/* ── SUBSCRIBE MODAL ── */
.sub-modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.85);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.sub-modal-overlay.open { opacity: 1; pointer-events: all; }
.sub-modal {
  background: #111; border: 1px solid rgba(255,255,255,0.12);
  max-width: 480px; width: 100%; padding: 40px 36px; position: relative;
  transform: translateY(20px); transition: transform 0.3s;
  max-height: 90vh; overflow-y: auto;
}
.sub-modal-overlay.open .sub-modal { transform: translateY(0); }
.sub-modal-close {
  position: absolute; top: 16px; right: 16px; background: none; border: none;
  color: var(--gray); font-size: 16px; cursor: pointer; padding: 4px 8px;
  transition: color 0.2s; line-height: 1;
}
.sub-modal-close:hover { color: var(--white); }
.sub-modal-icon { font-size: 40px; text-align: center; margin-bottom: 16px; }
.sub-modal-title {
  font-family: var(--font-display); font-size: 32px; letter-spacing: 2px;
  color: var(--white); text-align: center; text-transform: uppercase; margin-bottom: 8px;
}
.sub-modal-subtitle { text-align: center; font-size: 14px; color: var(--gray); margin-bottom: 28px; }
.sub-modal-subtitle strong { color: #7acc8a; font-size: 16px; }

.sub-modal-perks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.smp-item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(245,243,240,0.8); }
.smp-check { width: 20px; height: 20px; background: rgba(122,204,138,0.15); border: 1px solid rgba(122,204,138,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #7acc8a; flex-shrink: 0; }

.sub-modal-price-breakdown {
  background: rgba(255,255,255,0.03); border: 1px solid var(--border);
  padding: 20px; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px;
}
.smpb-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--gray); }
.smpb-discount .smpb-green { color: #7acc8a; font-weight: 600; }
.smpb-total { font-size: 16px; font-weight: 700; color: var(--white); border-top: 1px solid var(--border); padding-top: 12px; margin-top: 4px; }
.smpb-note { font-size: 10px; color: #555; letter-spacing: 0.5px; margin-top: -4px; }

.sub-modal-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.sub-modal-checkout {
  display: block; width: 100%; padding: 17px; text-align: center;
  background: #7acc8a; color: #000; font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; font-weight: 700; border: none; cursor: pointer;
  transition: background 0.2s;
}
.sub-modal-checkout:hover { background: #8ed99c; }
.sub-modal-continue {
  display: block; width: 100%; padding: 14px; text-align: center;
  background: none; color: var(--gray); font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; border: 1px solid var(--border); cursor: pointer;
  transition: all 0.2s;
}
.sub-modal-continue:hover { border-color: var(--white); color: var(--white); }
.sub-modal-fine { font-size: 10px; color: #444; text-align: center; line-height: 1.6; }
.sub-modal-setup-note {
  background: rgba(232,164,39,0.07); border: 1px solid rgba(232,164,39,0.2);
  padding: 12px 14px; font-size: 11px; color: rgba(245,243,240,0.5);
  line-height: 1.6; margin-bottom: 8px;
}
.sub-modal-setup-note strong { color: rgba(232,164,39,0.8); }
.sub-modal-setup-note code {
  background: rgba(255,255,255,0.07); padding: 1px 6px; border-radius: 3px;
  font-family: monospace; color: #e8a427; font-size: 11px;
}

.product-qty-row { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.qty-control {
  display: flex; align-items: center; gap: 0;
  border: 1px solid var(--border);
}
.qty-btn {
  width: 42px; height: 42px; background: none; border: none;
  color: var(--white); font-size: 20px; cursor: pointer;
  transition: background 0.2s; display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.qty-btn:hover { background: var(--mid); }
.qty-input {
  width: 52px; height: 42px; background: transparent; border: none;
  border-left: 1px solid var(--border); border-right: 1px solid var(--border);
  color: var(--white); text-align: center; font-size: 14px;
  font-family: var(--font-body);
}
.qty-input:focus { outline: none; }
.product-serving-note { font-size: 11px; color: var(--gray); letter-spacing: 0.5px; }

.product-actions { display: flex; gap: 12px; margin-bottom: 28px; }
.btn-add-cart-main {
  flex: 1; padding: 17px 24px;
  background: transparent; color: var(--white);
  border: 1px solid var(--white); font-family: var(--font-body);
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 500; cursor: pointer; transition: all 0.2s;
}
.btn-add-cart-main:hover { background: rgba(255,255,255,0.05); }
.btn-buy-now-main {
  flex: 1; padding: 17px 24px;
  background: var(--white); color: var(--black);
  border: none; font-family: var(--font-body);
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 500; cursor: pointer; transition: all 0.2s;
}
.btn-buy-now-main:hover { background: var(--accent); transform: translateY(-1px); }
.btn-sold-out {
  width: 100%; padding: 17px; background: var(--mid); color: var(--gray);
  border: 1px solid var(--border); font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; cursor: not-allowed;
}

/* Product Tabs */
.product-tabs { margin-top: 32px; border-top: 1px solid var(--border); }
.product-tab-nav { display: flex; border-bottom: 1px solid var(--border); }
.product-tab-btn {
  padding: 14px 20px; background: none; border: none;
  color: var(--gray); font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer; transition: color 0.2s;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.product-tab-btn:hover { color: var(--white); }
.product-tab-btn.active { color: var(--white); border-bottom-color: var(--white); }
.product-tab-body { display: none; padding: 28px 0; }
.product-tab-body.active { display: block; }

.nutrition-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.nutrition-table th {
  text-align: left; padding: 10px 12px;
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gray); border-bottom: 1px solid var(--border);
}
.nutrition-table td { padding: 12px 12px; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--gray); }
.nutrition-table td:first-child { color: var(--white); font-weight: 500; }
.nutrition-note { font-size: 11px; color: #555; margin-top: 16px; line-height: 1.6; }

.howto-steps { display: flex; flex-direction: column; gap: 20px; margin-bottom: 20px; }
.howto-step { display: flex; gap: 16px; align-items: flex-start; }
.howto-num {
  width: 36px; height: 36px; border-radius: 50%; background: var(--mid);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 18px; color: var(--white); flex-shrink: 0;
}
.howto-step div { font-size: 14px; line-height: 1.7; color: var(--gray); }
.howto-step strong { color: var(--white); display: block; margin-bottom: 2px; }
.howto-warning {
  background: rgba(212,180,100,0.08); border: 1px solid rgba(212,180,100,0.2);
  padding: 14px 18px; font-size: 12px; color: #d4b464;
  line-height: 1.6; letter-spacing: 0.3px;
}

.shipping-info { display: flex; flex-direction: column; gap: 0; }
.shipping-row {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 16px 0; border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.shipping-row strong { color: var(--white); min-width: 160px; }
.shipping-row span { color: var(--gray); text-align: right; }
.shipping-guarantee {
  margin-top: 24px; padding: 20px; background: rgba(122,204,138,0.05);
  border: 1px solid rgba(122,204,138,0.15); font-size: 13px; color: var(--gray);
  line-height: 1.7;
}
.shipping-guarantee strong { color: #7acc8a; display: block; margin-bottom: 6px; }

/* Product Reviews Section */
.product-reviews-section {
  padding: 80px 48px; background: #0d0d0d;
  border-top: 1px solid var(--border); margin-top: 60px;
}
.reviews-header-row {
  display: grid; grid-template-columns: auto 1fr;
  gap: 60px; align-items: start; margin-top: 32px; margin-bottom: 48px;
}
.reviews-score-big { display: flex; align-items: center; gap: 16px; }
.score-num {
  font-family: var(--font-display); font-size: 80px; line-height: 1;
  letter-spacing: -2px; color: var(--white);
}
.reviews-stars-lg { color: var(--accent); font-size: 22px; letter-spacing: 3px; }
.reviews-total { font-size: 12px; color: var(--gray); letter-spacing: 1px; margin-top: 4px; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

/* Sticky ATC Bar */
.sticky-atc-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 150;
  background: rgba(10,10,10,0.97); border-top: 1px solid var(--border);
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  backdrop-filter: blur(16px);
  transform: translateY(100%); transition: transform 0.3s;
  pointer-events: none;
}
.sticky-atc-bar.visible { transform: translateY(0); pointer-events: all; }
.sticky-atc-info { display: flex; flex-direction: column; gap: 2px; }
.sticky-product-title { font-size: 13px; color: var(--white); font-weight: 500; }
.sticky-product-price { font-family: var(--font-display); font-size: 20px; color: var(--white); }
.sticky-buy-btn {
  background: var(--white); color: var(--black);
  padding: 12px 32px; border: none; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 500; cursor: pointer; white-space: nowrap;
  transition: all 0.2s;
}
.sticky-buy-btn:hover { background: var(--accent); }

/* ═══════════════════════════════════════════
   CART PAGE
═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════
   CART PAGE — IMPROVED UX
═══════════════════════════════════════════ */
.cart-page { padding: 120px 48px 80px; max-width: 1300px; margin: 0 auto; }
.cart-page-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border);
}
.cart-header-left { display: flex; align-items: center; gap: 16px; }
.cart-page-title {
  font-family: var(--font-display); font-size: 44px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--white);
}
.cart-item-count-badge {
  background: rgba(245,243,240,0.08); border: 1px solid var(--border);
  color: var(--gray); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
}
.continue-shopping { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); text-decoration: none; transition: color 0.2s; }
.continue-shopping:hover { color: var(--white); }

/* ── Free shipping banner ── */
.cart-ship-banner {
  background: rgba(122,204,138,0.05); border: 1px solid rgba(122,204,138,0.2);
  padding: 14px 20px; margin-bottom: 32px;
}
.cart-ship-unlocked { background: rgba(122,204,138,0.08); }
.csb-inner { display: flex; align-items: center; gap: 14px; }
.csb-icon { font-size: 18px; flex-shrink: 0; }
.csb-text { font-size: 13px; color: var(--gray); flex: 1; }
.csb-text strong { color: var(--white); }
.csb-bar-wrap { width: 120px; height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; flex-shrink: 0; }
.csb-bar-fill { height: 100%; background: #7acc8a; border-radius: 2px; transition: width 0.5s ease; }
.csb-pct { font-size: 10px; color: #7acc8a; letter-spacing: 0.5px; flex-shrink: 0; }

/* ── Layout ── */
.cart-page-layout { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: start; }
.cart-items { display: flex; flex-direction: column; gap: 0; }

/* ── Line item ── */
.cart-line-item {
  display: grid; grid-template-columns: 90px 1fr auto;
  gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--border);
  align-items: start; transition: opacity 0.25s, transform 0.25s;
}
.cart-item-img-link { display: block; flex-shrink: 0; }
.cart-item-img-wrap { width: 90px; height: 90px; background: #111; overflow: hidden; border: 1px solid var(--border); }
.cart-item-img { width: 90px; height: 90px; object-fit: cover; display: block; transition: opacity 0.2s; }
.cart-item-img:hover { opacity: 0.85; }
.cart-item-img-placeholder { width: 90px; height: 90px; background: #1a1a1a; }
.cart-item-info { display: flex; flex-direction: column; gap: 5px; }
.cart-item-title { color: var(--white); font-size: 14px; font-weight: 600; text-decoration: none; line-height: 1.4; transition: color 0.2s; }
.cart-item-title:hover { color: var(--accent); }
.cart-item-variant { font-size: 11px; color: var(--gray); letter-spacing: 0.5px; text-transform: uppercase; }
.cart-item-sub-badge { font-size: 10px; color: #7acc8a; letter-spacing: 0.5px; background: rgba(122,204,138,0.1); border: 1px solid rgba(122,204,138,0.2); padding: 2px 8px; display: inline-block; width: fit-content; }
.cart-item-price-unit { font-size: 12px; color: var(--gray); margin-top: 2px; }
.cart-item-controls { display: flex; align-items: center; gap: 16px; margin-top: 10px; }
.cart-qty-wrap { display: flex; align-items: center; border: 1px solid var(--border); }
.cart-qty-btn {
  width: 34px; height: 34px; background: none; border: none;
  color: var(--white); font-size: 18px; cursor: pointer;
  transition: background 0.15s; display: flex; align-items: center; justify-content: center;
}
.cart-qty-btn:hover { background: rgba(255,255,255,0.06); }
.cart-qty-val {
  width: 40px; text-align: center; font-size: 14px; color: var(--white); font-weight: 500;
  border-left: 1px solid var(--border); border-right: 1px solid var(--border);
  height: 34px; display: flex; align-items: center; justify-content: center;
}
.cart-remove-btn {
  display: flex; align-items: center; gap: 5px;
  background: none; border: none; color: #555; cursor: pointer;
  font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
  transition: color 0.2s; padding: 0;
}
.cart-remove-btn:hover { color: #e57373; }
.cart-item-line-price {
  font-family: var(--font-display); font-size: 20px; letter-spacing: 1px; color: var(--white);
  align-self: center; text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
}
.cart-item-compare-line { font-size: 13px; color: #555; text-decoration: line-through; }

/* ── Undo bar ── */
.undo-bar {
  display: flex; align-items: center; justify-content: space-between;
  background: #1a1a1a; border: 1px solid var(--border);
  padding: 14px 20px; margin-top: 8px;
}
.undo-msg { font-size: 12px; color: var(--gray); letter-spacing: 0.5px; }
.undo-btn {
  background: none; border: 1px solid var(--gray); color: var(--white);
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px; cursor: pointer; transition: all 0.2s;
}
.undo-btn:hover { background: var(--white); color: var(--black); }

/* ── Upsell nudge ── */
.cart-upsell-nudge {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(232,164,39,0.05); border: 1px solid rgba(232,164,39,0.2);
  padding: 16px 20px; margin-top: 24px; font-size: 13px; color: var(--gray); line-height: 1.6;
}
.upsell-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.cart-upsell-nudge strong { color: var(--white); }
.cart-upsell-nudge a { color: var(--accent); text-decoration: none; font-weight: 600; }
.cart-upsell-nudge a:hover { color: var(--white); }

/* ── Summary sidebar ── */
.cart-summary { position: sticky; top: 108px; }
.cart-summary-inner {
  background: #0d0d0d; border: 1px solid var(--border);
  padding: 28px; display: flex; flex-direction: column; gap: 18px;
}
.cart-summary-title {
  font-family: var(--font-display); font-size: 18px; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--white);
}
.cart-summary-items {
  display: flex; flex-direction: column; gap: 10px;
  border-bottom: 1px solid var(--border); padding-bottom: 16px;
}
.summary-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--gray); gap: 8px;
}
.summary-item-name { display: flex; align-items: center; gap: 8px; flex: 1; }
.summary-qty-pill {
  background: rgba(255,255,255,0.07); border: 1px solid var(--border);
  font-size: 10px; color: #666; padding: 1px 7px; border-radius: 10px; flex-shrink: 0;
}
.summary-item-price { color: var(--white); font-weight: 500; flex-shrink: 0; }

/* ── Discount section ── */
.discount-section { display: flex; flex-direction: column; gap: 8px; }
.discount-toggle {
  display: flex; align-items: center; gap: 8px;
  background: none; border: none; color: var(--gray); font-size: 12px;
  letter-spacing: 0.5px; cursor: pointer; padding: 0; transition: color 0.2s; text-align: left;
}
.discount-toggle:hover { color: var(--white); }
.discount-wrap { display: flex; gap: 8px; }
.discount-input {
  flex: 1; background: var(--black); border: 1px solid var(--border);
  color: var(--white); padding: 10px 14px; font-size: 12px;
  font-family: var(--font-body); letter-spacing: 1px;
}
.discount-input:focus { outline: none; border-color: rgba(255,255,255,0.3); }
.discount-input::placeholder { color: #444; }
.discount-apply-btn {
  background: var(--mid); color: var(--white); border: 1px solid var(--border);
  padding: 10px 16px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; transition: all 0.2s; white-space: nowrap;
}
.discount-apply-btn:hover { background: var(--white); color: var(--black); }
.discount-feedback { font-size: 11px; }
.discount-feedback.error { color: #e57373; }
.discount-feedback.success { color: #7acc8a; }

/* ── Subtotal block ── */
.cart-summary-subtotal { display: flex; flex-direction: column; gap: 8px; }
.subtotal-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; color: var(--gray);
}
.subtotal-row:last-child { font-size: 17px; font-weight: 600; color: var(--white); padding-top: 10px; border-top: 1px solid var(--border); margin-top: 4px; }
.cart-subtotal-amt { font-family: var(--font-display); font-size: 28px; letter-spacing: 1px; color: var(--white); }
.savings-row { color: #7acc8a; }
.savings-amt { color: #7acc8a; font-weight: 600; }
.ship-free-label { color: #7acc8a; font-weight: 600; font-size: 13px; }
.ship-calc-label { color: #555; font-size: 12px; }
.cart-tax-note { font-size: 11px; color: #444; letter-spacing: 0.5px; margin-top: -10px; }

/* ── Checkout button ── */
.btn-proceed-checkout {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--white); color: var(--black);
  padding: 17px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 700; text-decoration: none; transition: all 0.2s;
}
.btn-proceed-checkout:hover { background: #7acc8a; transform: translateY(-1px); }

/* ── Express checkout ── */
.express-checkout-hint {
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; color: #444; letter-spacing: 1px; text-transform: uppercase;
  margin: -4px 0;
}
.ech-line { flex: 1; height: 1px; background: var(--border); }
.express-options { display: flex; gap: 8px; }
.express-btn {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 11px 8px; border: 1px solid var(--border); background: #111;
  font-size: 11px; letter-spacing: 1px; color: var(--white); text-decoration: none;
  font-weight: 600; transition: all 0.2s; text-transform: uppercase;
}
.express-btn:hover { border-color: rgba(255,255,255,0.3); background: #1a1a1a; }
.shop-pay-btn { background: #5a31f4; border-color: #5a31f4; }
.shop-pay-btn:hover { background: #6b45f5; border-color: #6b45f5; }
.paypal-btn { background: #003087; border-color: #003087; color: #FFD140; }
.paypal-btn:hover { background: #004ba0; border-color: #004ba0; }

/* ── Trust row ── */
.cart-trust-row {
  display: flex; justify-content: space-between; padding-top: 4px;
  border-top: 1px solid var(--border);
}
.ctr-item { display: flex; align-items: center; gap: 6px; font-size: 10px; color: #555; letter-spacing: 0.5px; }
.ctr-item svg { opacity: 0.5; flex-shrink: 0; }

/* ── Payment icons ── */
.cart-payment-icons { display: flex; gap: 5px; flex-wrap: wrap; justify-content: center; margin-top: -4px; }
.payment-icon {
  font-size: 8px; letter-spacing: 1px; color: #444;
  border: 1px solid #2a2a2a; padding: 3px 8px; border-radius: 3px;
}

/* ── Empty state ── */
.cart-empty { text-align: center; padding: 80px 24px; }
.cart-empty svg { display: block; margin: 0 auto 20px; }
.cart-empty h2 { font-family: var(--font-display); font-size: 36px; letter-spacing: 2px; margin-bottom: 12px; }
.cart-empty p { color: var(--gray); font-size: 14px; margin-bottom: 32px; }

/* ═══════════════════════════════════════════
   COLLECTION PAGE
═══════════════════════════════════════════ */
.collection-page { padding-top: 134px; }
.collection-header { padding: 60px 48px 40px; border-bottom: 1px solid var(--border); }
.collection-title { font-family: var(--font-display); font-size: 56px; letter-spacing: 3px; text-transform: uppercase; }
.collection-desc { color: var(--gray); font-size: 15px; margin-top: 12px; max-width: 600px; }
.collection-body { padding: 40px 48px 80px; }
.collection-meta { margin-bottom: 28px; }
.collection-count { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { text-decoration: none; color: inherit; display: block; }
.product-card-info { padding: 16px 0; }
.product-card-vendor { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 6px; }
.product-card-title { font-family: var(--font-display); font-size: 20px; letter-spacing: 1px; text-transform: uppercase; color: var(--white); margin-bottom: 8px; }
.product-card-rating { font-size: 12px; color: var(--accent); margin-bottom: 8px; }
.product-card-rating-count { color: var(--gray); font-size: 11px; margin-left: 4px; }
.product-card-price-row { display: flex; align-items: baseline; gap: 8px; }
.product-card-price { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; color: var(--white); }
.product-card-compare { font-size: 14px; color: #555; text-decoration: line-through; }
.collection-empty { text-align: center; padding: 80px 24px; color: var(--gray); }

/* ═══════════════════════════════════════════
   BLOG / ARTICLE
═══════════════════════════════════════════ */
.blog-page { padding-top: 134px; }
.blog-header { padding: 60px 48px 40px; border-bottom: 1px solid var(--border); }
.blog-title { font-family: var(--font-display); font-size: 56px; letter-spacing: 3px; text-transform: uppercase; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; padding: 48px; }
.blog-card { text-decoration: none; color: inherit; display: block; border: 1px solid var(--border); transition: border-color 0.3s; }
.blog-card:hover { border-color: rgba(200,196,190,0.5); }
.blog-card-body { padding: 28px; }
.blog-card-date { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 10px; }
.blog-card-title { font-family: var(--font-display); font-size: 24px; letter-spacing: 1px; text-transform: uppercase; color: var(--white); margin-bottom: 12px; line-height: 1.1; }
.blog-card-excerpt { font-size: 13px; line-height: 1.7; color: var(--gray); margin-bottom: 16px; }
.blog-read-more { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--white); }

.article-page { padding-top: 134px; }
.article-body { max-width: 760px; margin: 0 auto; padding: 48px 48px 80px; }

/* ── POLICY PAGES ── */
.policy-page { padding-top: 134px; min-height: 100vh; }
.policy-body { max-width: 800px; margin: 0 auto; padding: 56px 48px 100px; }
.policy-title {
  font-family: var(--font-display); font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 3px; text-transform: uppercase; color: var(--white);
  margin-bottom: 40px; padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.policy-content {
  color: var(--gray); font-size: 15px; line-height: 1.9;
}
.policy-content h2, .policy-content h3 {
  font-family: var(--font-display); color: var(--white);
  letter-spacing: 2px; text-transform: uppercase;
  margin: 36px 0 14px;
}
.policy-content h2 { font-size: 18px; }
.policy-content h3 { font-size: 14px; }
.policy-content p { margin-bottom: 18px; }
.policy-content a { color: var(--white); text-decoration: underline; }
.policy-content ul, .policy-content ol {
  margin: 0 0 18px 24px;
}
.policy-content li { margin-bottom: 8px; }
.policy-back-link {
  display: inline-block; margin-top: 48px;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gray); text-decoration: none;
  transition: color 0.2s;
}
.policy-back-link:hover { color: var(--white); }
.article-back { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); text-decoration: none; display: inline-block; margin-bottom: 20px; transition: color 0.2s; }
.article-back:hover { color: var(--white); }
.article-meta { font-size: 11px; letter-spacing: 1px; color: var(--gray); margin-bottom: 16px; display: flex; gap: 16px; }
.article-title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 56px); letter-spacing: 2px; text-transform: uppercase; line-height: 1.05; margin-bottom: 36px; }
.article-content { font-size: 15px; line-height: 1.85; color: var(--gray); }
.article-footer { margin-top: 60px; padding-top: 32px; border-top: 1px solid var(--border); }

/* ═══════════════════════════════════════════
   SEARCH / PAGE / 404
═══════════════════════════════════════════ */
.search-page { padding: 120px 48px 80px; max-width: 1300px; margin: 0 auto; }
.search-header { margin-bottom: 40px; }
.search-title { font-family: var(--font-display); font-size: 48px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px; }
.search-form {}
.search-input-wrap { display: flex; max-width: 600px; }
.search-input {
  flex: 1; background: var(--mid); border: 1px solid var(--border);
  border-right: none; color: var(--white); padding: 14px 20px;
  font-size: 14px; font-family: var(--font-body);
}
.search-input:focus { outline: none; border-color: var(--gray); }
.search-input::placeholder { color: #555; }
.search-submit {
  background: var(--white); color: var(--black); border: none;
  padding: 14px 20px; cursor: pointer; display: flex; align-items: center; transition: background 0.2s;
}
.search-submit:hover { background: var(--accent); }
.search-results-count { font-size: 13px; color: var(--gray); margin-bottom: 28px; letter-spacing: 0.5px; }
.search-no-results { text-align: center; padding: 60px; color: var(--gray); }
.search-no-results p { margin-bottom: 24px; font-size: 15px; }

.page-template { padding: 120px 48px 80px; max-width: 900px; margin: 0 auto; }
.page-header { margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
.page-title { font-family: var(--font-display); font-size: 56px; letter-spacing: 3px; text-transform: uppercase; margin-top: 12px; }
.page-content { font-size: 15px; line-height: 1.85; color: var(--gray); }

.error-page { min-height: calc(100vh - 134px); display: flex; align-items: center; justify-content: center; padding-top: 134px; }
.error-inner { text-align: center; padding: 48px; }
.error-code { font-family: var(--font-display); font-size: clamp(120px,20vw,200px); line-height: 1; color: rgba(255,255,255,0.06); letter-spacing: -4px; margin-bottom: -20px; }
.error-title { font-family: var(--font-display); font-size: 48px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; }
.error-desc { color: var(--gray); font-size: 15px; margin-bottom: 40px; }
.error-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════════════════════
   ACCOUNT PAGES
═══════════════════════════════════════════ */
.account-page { padding: 120px 48px 80px; max-width: 1200px; margin: 0 auto; }
.account-form-wrap { max-width: 460px; margin: 0 auto; }
.account-form-header { text-align: center; margin-bottom: 36px; }
.account-form-header svg { display: block; margin: 0 auto 16px; }
.account-title { font-family: var(--font-display); font-size: 40px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 6px; }
.account-subtitle { font-size: 13px; color: var(--gray); letter-spacing: 0.5px; }
.account-dashboard-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--border);
}
.account-signout { font-size: 11px; letter-spacing: 2px; }
.account-dashboard-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }

.account-panel {
  background: #111; border: 1px solid var(--border); padding: 32px;
}
.account-panel-title {
  font-family: var(--font-display); font-size: 22px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--white); margin-bottom: 24px;
}
.account-errors {
  background: rgba(229,115,115,0.1); border: 1px solid rgba(229,115,115,0.3);
  padding: 12px 16px; margin-bottom: 24px; font-size: 13px; color: #e57373;
}
.form-group { margin-bottom: 20px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 8px; }
.form-input {
  width: 100%; background: var(--mid); border: 1px solid var(--border);
  color: var(--white); padding: 13px 16px; font-size: 14px;
  font-family: var(--font-body); transition: border-color 0.2s;
}
.form-input:focus { outline: none; border-color: var(--gray); }
.form-input::placeholder { color: #555; }
.btn-form-submit {
  width: 100%; background: var(--white); color: var(--black);
  border: none; padding: 15px; font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; font-weight: 500; cursor: pointer; transition: all 0.2s;
  margin-top: 8px;
}
.btn-form-submit:hover { background: var(--accent); transform: translateY(-1px); }
.account-links {
  display: flex; justify-content: center; gap: 12px;
  margin-top: 20px; font-size: 12px; color: var(--gray);
}
.account-links a { color: var(--gray); text-decoration: none; transition: color 0.2s; }
.account-links a:hover { color: var(--white); }

.account-orders-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.account-orders-table th {
  text-align: left; padding: 8px 12px;
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray);
  border-bottom: 1px solid var(--border);
}
.account-orders-table td {
  padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--gray);
}
.order-link { color: var(--white); text-decoration: none; transition: color 0.2s; }
.order-link:hover { color: var(--accent); }
.order-status {
  font-size: 10px; letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 8px; border-radius: 2px;
}
.order-fulfilled { background: rgba(122,204,138,0.1); color: #7acc8a; }
.order-unfulfilled, .order-null { background: rgba(200,196,190,0.08); color: var(--gray); }
.account-empty { text-align: center; padding: 20px 0; color: var(--gray); font-size: 13px; }
.account-address {
  font-style: normal; font-size: 13px; line-height: 1.8; color: var(--gray);
}

.order-detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 24px; margin-top: 32px; }
.order-totals { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.order-total-row { display: flex; justify-content: space-between; padding: 8px 12px; font-size: 13px; color: var(--gray); }
.order-grand-total { color: var(--white); font-weight: 500; border-top: 1px solid var(--border); margin-top: 8px; padding-top: 12px; }

.addresses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.address-card { background: #111; border: 1px solid var(--border); padding: 24px; position: relative; }
.address-default { border-color: rgba(200,196,190,0.4); }
.address-default-badge {
  position: absolute; top: 12px; right: 12px;
  font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--white); background: var(--mid); padding: 3px 8px;
}
.address-actions { display: flex; gap: 12px; margin-top: 16px; }
.address-delete { background: none; border: none; cursor: pointer; padding: 0; }

/* ═══════════════════════════════════════════
   RTE (Rich text content)
═══════════════════════════════════════════ */
.rte h1, .rte h2, .rte h3 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 1px; color: var(--white); margin: 28px 0 12px; }
.rte h2 { font-size: 28px; }
.rte h3 { font-size: 20px; }
.rte p { margin-bottom: 18px; line-height: 1.8; color: var(--gray); }
.rte ul, .rte ol { padding-left: 20px; margin-bottom: 18px; color: var(--gray); }
.rte li { margin-bottom: 6px; line-height: 1.7; }
.rte a { color: var(--accent); text-decoration: underline; }
.rte strong { color: var(--white); }
.rte img { max-width: 100%; display: block; margin: 20px 0; }
.rte blockquote { border-left: 3px solid var(--accent); padding-left: 20px; margin: 20px 0; font-style: italic; color: var(--gray); }

/* ═══════════════════════════════════════════
   PAGE TRANSITION
═══════════════════════════════════════════ */
.page-transition { animation: pageIn 0.35s ease both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ═══════════════════════════════════════════
   SCROLLBAR
═══════════════════════════════════════════ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--mid); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #3a3835; }

/* ═══════════════════════════════════════════
   CTA SECTION EXTRAS
═══════════════════════════════════════════ */
.cta-features {
  display: flex; gap: 32px; flex-wrap: wrap; justify-content: center;
  margin-top: 36px;
}
.cta-feature {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 1px; color: #666;
  text-transform: uppercase;
}
.cta-feature-icon { color: var(--black); font-weight: 700; }

/* ═══════════════════════════════════════════
   RESPONSIVE FIXES
═══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .product-layout { padding: 32px; gap: 40px; }
  .product-reviews-section { padding: 60px 32px; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .product-trust-row { grid-template-columns: repeat(2, 1fr); }
  .product-cert-row { grid-template-columns: repeat(3, 1fr); }
  .product-cert-item:nth-child(3) { border-right: none; }
  .product-cert-item:nth-child(n+4) { border-top: 1px solid var(--border); }
}
  .cart-page { padding: 100px 20px 60px; }
  .cart-page-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .collection-body { padding: 24px 20px 60px; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-header-row { grid-template-columns: 1fr; gap: 32px; }
  .account-dashboard-grid { grid-template-columns: 1fr; }
  .order-detail-grid { grid-template-columns: 1fr; }
  .addresses-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; padding: 24px 20px; }
  .article-body { padding: 32px 20px 60px; }
  .search-page { padding: 100px 20px 60px; }
  .page-template { padding: 100px 20px 60px; }
  .account-page { padding: 100px 20px 60px; }
  .product-tab-nav { overflow-x: auto; }
  .product-tab-btn { white-space: nowrap; padding: 12px 14px; }
  .product-trust-row { grid-template-columns: repeat(2, 1fr); }
  .product-cert-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
  .collection-grid { grid-template-columns: 1fr; }
  .product-actions { flex-direction: column; }
  .product-title { font-size: 32px; }
  .cart-line-item { grid-template-columns: 80px 1fr; }
  .cart-item-line-price { display: none; }
  .form-row-2 { grid-template-columns: 1fr; }
}

/* ─── BUNDLE PICKER ─── */
.bundle-picker {
  margin: 24px 0 20px;
}
.bundle-label {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gray); margin-bottom: 12px; font-weight: 500;
}
.bundle-options {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.bundle-option {
  border: 1px solid var(--border);
  padding: 14px 10px; text-align: center;
  cursor: pointer; transition: all 0.2s; position: relative;
  background: #111;
}
.bundle-option:hover { border-color: rgba(245,243,240,0.4); }
.bundle-option.active {
  border-color: var(--white);
  background: #1a1a1a;
}
.bundle-qty {
  font-family: var(--font-display); font-size: 15px;
  letter-spacing: 1px; text-transform: uppercase; color: var(--white);
  margin-bottom: 6px;
}
.bundle-price {
  font-size: 13px; color: var(--white); font-weight: 500;
}
.bundle-unit { font-size: 10px; color: var(--gray); font-weight: 400; }
.bundle-save-badge {
  font-size: 9px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--gray); margin-top: 6px;
}
.bundle-save-badge.save { color: #4caf50; }
.bundle-perpack-line {
  font-size: 10px; color: var(--gray); margin-top: 4px;
  min-height: 14px;
}
.bundle-option.active .bundle-perpack-line { color: rgba(245,243,240,0.7); }
.urgency-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; margin: 14px 0 4px;
  background: rgba(76,175,80,0.08);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 6px;
}
.urgency-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #4caf50; flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(76,175,80,0.5);
  animation: urgency-pulse 2s infinite;
}
@keyframes urgency-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(76,175,80,0.5); }
  70%  { box-shadow: 0 0 0 5px rgba(76,175,80,0); }
  100% { box-shadow: 0 0 0 0 rgba(76,175,80,0); }
}
.urgency-text {
  font-size: 12px; color: rgba(245,243,240,0.7); letter-spacing: 0.02em;
}
.urgency-text strong { color: #4caf50; font-weight: 600; }
.bundle-savings-callout {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; margin-top: 10px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 6px;
  font-size: 13px; color: rgba(245,243,240,0.85);
  animation: bsc-pop 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
.bundle-savings-callout strong { color: #d4af37; font-weight: 600; }
.bsc-icon { font-size: 14px; flex-shrink: 0; }
@keyframes bsc-pop {
  0%   { transform: scale(0.92); opacity: 0; }
  100% { transform: scale(1);    opacity: 1; }
}
.bundle-popular, .bundle-best {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 600; padding: 3px 8px; white-space: nowrap;
}
.bundle-popular {
  background: var(--white); color: var(--black);
}
.bundle-best {
  background: #4caf50; color: #fff;
}
.bundle-total-row {
  margin-top: 14px; display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--gray);
}
.bundle-total-price {
  font-family: var(--font-display); font-size: 20px; color: var(--white);
}
.bundle-total-note { font-size: 11px; color: var(--gray); }

/* ─── FAQ RESPONSIVE ─── */
@media (max-width: 768px) {
  .faq-columns { grid-template-columns: 1fr; gap: 0; }
  .bundle-options { grid-template-columns: repeat(2, 1fr); }
  .faq-section { padding: 80px 24px; }
  .proof-bar { grid-template-columns: 1fr 1fr; padding: 48px 24px; }
  .proof-item { border-right: none; border-bottom: 1px solid var(--border); padding: 20px 0; }
  .proof-item:nth-child(2n) { border-right: none; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2n) { border-right: none; }
  .how-to-note { margin-top: 40px; padding: 16px 20px; }
}

/* ─── CERTIFICATIONS ─── */
.certs-section { background: var(--black); padding: 80px 80px; border-top: 1px solid var(--border); }
.certs-inner { max-width: 1100px; margin: 0 auto; }
.certs-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.cert-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 32px 20px;
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.cert-item:last-child { border-right: none; }
.cert-item:hover { background: rgba(255,255,255,0.03); }
.cert-icon-wrap {
  width: 64px; height: 64px; margin-bottom: 16px;
}
.cert-icon-wrap svg { width: 100%; height: 100%; }
.cert-label {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: #fff; text-align: center; line-height: 1.5; font-weight: 400;
}

/* ─── HERO SOCIAL PROOF (tablet/mobile — keep visible) ─── */
@media (max-width: 900px) {
  .certs-grid { grid-template-columns: repeat(3, 1fr); }
  .cert-item:nth-child(3n) { border-right: none; }
  .cert-item:nth-child(n+4) { border-top: 1px solid var(--border); }
  .hero-social-proof { display: flex; flex-wrap: wrap; gap: 16px; padding: 16px 20px; }
  .hsp-text { font-size: 14px; }
  .hsp-text strong { font-size: 15px; }
  .hsp-stars { font-size: 16px; }
}

/* ─── CART DRAWER FREE SHIPPING BAR ─── */
.drawer-ship-bar {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: rgba(122,204,138,0.06);
  border: 1px solid rgba(122,204,138,0.18);
  border-radius: 2px;
}
.drawer-ship-bar.unlocked {
  background: rgba(122,204,138,0.1);
  border-color: rgba(122,204,138,0.35);
}
.drawer-ship-msg {
  font-size: 12px;
  color: var(--gray);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}
.drawer-ship-msg strong { color: #fff; }
.drawer-ship-truck { font-size: 14px; flex-shrink: 0; }
.drawer-ship-track {
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 6px;
}
.drawer-ship-fill {
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #7acc8a);
  border-radius: 99px;
  transition: width 0.6s cubic-bezier(.4,0,.2,1);
}
.drawer-ship-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #555;
  letter-spacing: 0.5px;
}
.drawer-ship-pct { color: #7acc8a; font-weight: 500; }
.drawer-ship-unlocked-msg {
  font-size: 12px;
  color: #7acc8a;
  margin-bottom: 8px;
}
.drawer-ship-unlocked-msg strong { color: #7acc8a; }

/* ─── CART PAGE FREE SHIPPING BAR (improved) ─── */
.free-ship-progress {
  padding: 14px 16px;
  background: rgba(122,204,138,0.06);
  border: 1px solid rgba(122,204,138,0.18);
  margin-bottom: 20px;
}
.free-ship-msg { font-size: 12px; color: var(--gray); margin-bottom: 10px; line-height: 1.5; }
.free-ship-msg strong { color: #fff; }
.free-ship-bar {
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 99px;
  overflow: hidden;
}
.free-ship-fill {
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #7acc8a);
  border-radius: 99px;
  transition: width 0.5s ease;
}
.free-ship-unlocked {
  padding: 12px 16px;
  background: rgba(122,204,138,0.1);
  border: 1px solid rgba(122,204,138,0.35);
  font-size: 12px;
  color: #7acc8a;
  margin-bottom: 20px;
}

/* ─── BUNDLE VARIANT NOTICE ─── */
.bundle-variant-notice {
  margin-top: 10px;
  padding: 10px 14px;
  background: rgba(232,164,39,0.08);
  border: 1px solid rgba(232,164,39,0.25);
  font-size: 11px;
  color: var(--gray);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════════════
   MOBILE — COMPLETE OVERHAUL (max-width: 768px)
   Desktop styles are untouched. Everything below only fires on mobile.
═══════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── GLOBAL ── */
  body { cursor: auto !important; }
  * { cursor: auto !important; }
  html { font-size: 15px; }

  /* ── NAV ── */
  .site-nav { padding: 16px 20px; top: 38px; }
  .nav-logo { gap: 8px; }
  .nav-brand { font-size: 13px; letter-spacing: 2px; }
  .crown-svg { width: 24px; }
  .nav-hamburger { display: flex; cursor: pointer !important; }
  .nav-links { display: none !important; }
  .nav-cta { padding: 9px 18px; font-size: 10px; letter-spacing: 1.5px; }

  /* ── ANNOUNCEMENT BAR ── */
  .announcement-bar { height: 38px; padding: 0 12px; background: #000; }
  .announcement-text { font-size: 12px; letter-spacing: 0.8px; color: #ffffff; }

  /* ── MARQUEE ── */
  .marquee-item { font-size: 11px; letter-spacing: 2px; padding: 0 16px; gap: 14px; }

  /* ── HERO ── */
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 108px; }
  .hero-left { padding: 40px 20px 32px; order: 2; }
  .hero-right { order: 1; min-height: 52vw; padding: 24px 20px 0; }
  .hero-badge { font-size: 9px; letter-spacing: 2px; margin-bottom: 20px; }
  .hero-title { font-size: clamp(48px, 13vw, 72px); line-height: 0.93; margin-bottom: 20px; }
  .hero-desc { font-size: 14px; line-height: 1.7; margin-bottom: 32px; max-width: 100%; }
  .hero-actions { flex-direction: column; gap: 14px; align-items: flex-start; }
  .btn-primary { width: 100%; text-align: center; padding: 16px 24px; font-size: 11px; }
  .btn-ghost { font-size: 11px; }
  .hero-stats { margin-top: 32px; gap: 28px; padding-top: 24px; flex-wrap: wrap; }
  .stat-val { font-size: 28px; }
  .stat-label { font-size: 9px; }
  .hero-micro-trust { gap: 14px; margin-top: 16px; flex-wrap: wrap; }
  .hero-micro-trust span { font-size: 9px; letter-spacing: 1px; }
  .hero-social-proof {
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 16px;
    margin-top: 20px;
    border-radius: 6px;
  }
  .hsp-badge { gap: 10px; }
  .hsp-stars { font-size: 16px; letter-spacing: 1px; }
  .hsp-icon { font-size: 18px; }
  .hsp-text { font-size: 13px; line-height: 1.4; }
  .hsp-text strong { font-size: 14px; }
  .hsp-divider { width: 1px; height: 28px; }
  .hero-product-wrap img { width: 220px; }
  .hero-ring-1 { width: 300px; height: 300px; }
  .hero-ring-2 { width: 380px; height: 380px; }
  .hero-bg-text { font-size: 100px; }

  /* ── PROOF BAR ── */
  .proof-bar { grid-template-columns: 1fr 1fr; padding: 36px 20px; gap: 0; }
  .proof-item { padding: 16px 12px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .proof-item:nth-child(2n) { border-right: none; }
  .proof-item:nth-last-child(-n+2) { border-bottom: none; }
  .proof-val { font-size: 36px; margin-bottom: 8px; }
  .proof-label { font-size: 9px; letter-spacing: 2px; }

  /* ── TRUST BAR ── */
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--border); padding: 18px 20px; width: 100%; justify-content: flex-start; }
  .trust-item:last-child { border-bottom: none; }
  .trust-item svg { width: 20px; height: 20px; }
  .trust-item span { font-size: 10px; }

  /* ── BENEFITS ── */
  .benefits { padding: 60px 20px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 48px; }
  .section-title { font-size: clamp(36px, 10vw, 56px); }
  .section-subtitle { max-width: 100%; font-size: 15px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 2px; }
  .benefit-card { padding: 40px 28px; }

  /* ── SHOWCASE (product features section) ── */
  .showcase { grid-template-columns: 1fr; }
  .showcase-visual { padding: 40px 20px; min-height: auto; }
  .showcase-visual::before { font-size: 100px; }
  .showcase-img-wrap { max-width: 280px; padding: 16px; }
  .showcase-content { padding: 40px 20px; }
  .showcase-title { font-size: clamp(36px, 10vw, 56px); }
  .showcase-desc { font-size: 14px; margin: 20px 0 32px; }
  .ingredient-row { padding: 12px 0; }
  .ing-name { font-size: 12px; }
  .ing-amount { font-size: 12px; }
  .price-row { flex-direction: column; gap: 4px; margin-bottom: 24px; }
  .price-main { font-size: 36px; }
  .showcase-actions { flex-direction: column; gap: 12px; }
  .btn-showcase-buy, .btn-showcase-atc { width: 100%; text-align: center; padding: 16px 24px; }
  .showcase-trust { gap: 12px; flex-wrap: wrap; font-size: 10px; }
  .showcase-badges { gap: 6px; }

  /* ── CERTIFICATIONS ── */
  .certs-section { padding: 48px 20px; }
  .certs-grid { grid-template-columns: repeat(3, 1fr); }
  .cert-item { padding: 20px 10px; }
  .cert-item:nth-child(3n) { border-right: none; }
  .cert-item:nth-child(n+4) { border-top: 1px solid var(--border); }
  .cert-item:nth-last-child(-n+3) { border-bottom: none; }
  .cert-icon-wrap { width: 48px; height: 48px; margin-bottom: 10px; }
  .cert-label { font-size: 8px; letter-spacing: 1px; }

  /* ── TESTIMONIALS ── */
  .testimonials { padding: 60px 20px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 48px; }
  .testimonial-card { padding: 28px 24px; }
  .testimonial-title { font-size: 14px; margin-bottom: 10px; }
  .testimonial-text { font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
  .reviews-score { font-size: 52px; }
  .reviews-bar { grid-template-columns: 1fr; gap: 32px; padding: 32px 20px; }
  .reviews-cta-wrap { text-align: center; }
  .btn-primary { box-sizing: border-box; }
  .reviews-summary { display: none; }

  /* ── HOW TO USE ── */
  .how-to { padding: 60px 20px; }
  .steps-grid { grid-template-columns: 1fr; gap: 0; margin-top: 48px; }
  .steps-grid::before { display: none; }
  .step { padding: 32px 0; border-bottom: 1px solid var(--border); text-align: left; display: flex; flex-direction: row; align-items: flex-start; gap: 20px; }
  .step:last-child { border-bottom: none; }
  .step-num { width: 48px; height: 48px; font-size: 18px; flex-shrink: 0; margin: 0; }
  .step-icon { display: none; }
  .step-title { font-size: 16px; margin-bottom: 8px; }
  .step-desc { font-size: 13px; }
  .how-to-note { margin-top: 32px; padding: 16px; font-size: 12px; }

  /* ── COMPARISON TABLE ── */
  .comparison-table-section { padding: 60px 20px; overflow-x: auto; }
  .comparison-table { min-width: 500px; }

  /* ── SCIENCE ── */
  .science-section { padding: 60px 20px; }
  .science-grid { grid-template-columns: 1fr; gap: 2px; }

  /* ── FAQ ── */
  .faq-section { padding: 60px 20px; }
  .faq-inner { max-width: 100%; }
  .faq-header { margin-bottom: 40px; }
  .faq-columns { grid-template-columns: 1fr; gap: 0; }
  .faq-question { font-size: 13px; padding: 20px 0; }
  .faq-answer p { font-size: 13px; }

  /* ── CTA ── */
  .cta-section { padding: 72px 20px; }
  .cta-title { font-size: clamp(44px, 12vw, 72px); }
  .cta-desc { font-size: 14px; }
  .cta-actions { flex-direction: column; align-items: stretch; gap: 16px; }

  /* ── PRODUCT PAGE ── */
  .product-page { padding-top: 0; }
  .breadcrumb { padding: 12px 16px; font-size: 11px; }
  .product-layout { grid-template-columns: 1fr; padding: 16px; gap: 24px; }
  .product-gallery { order: 2; }
  .product-info { order: 1; }
  .mobile-product-image { display: none !important; }
  .product-title { font-size: 26px; line-height: 1.1; }
  .product-price { font-size: 28px; }
  .product-compare-price { font-size: 16px; }
  .product-savings { font-size: 11px; padding: 3px 8px; }
  .product-short-desc { font-size: 13px; line-height: 1.7; }
  .product-trust-row { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .product-trust-item { font-size: 10px; padding: 12px 10px; }
  .product-cert-row { grid-template-columns: repeat(3, 1fr); }
  .product-cert-item { padding: 12px 6px; gap: 6px; }
  .product-cert-item svg { width: 28px; height: 28px; }

  /* Subscribe toggle */
  .subscribe-toggle { gap: 8px; }
  .subscribe-option { padding: 14px 14px; }
  .sub-option-title { font-size: 12px; }
  .sub-option-price { font-size: 15px; }
  .sub-popular-badge { font-size: 8px; padding: 2px 6px; }

  /* Qty + actions */
  .product-qty-row { margin-bottom: 12px; }
  .qty-input { font-size: 15px; }
  .product-actions { flex-direction: column; gap: 10px; }
  .btn-add-cart-main, .btn-buy-now-main { width: 100%; text-align: center; padding: 16px; font-size: 11px; }

  /* Tabs */
  .product-tab-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .product-tab-btn { font-size: 10px; letter-spacing: 1px; padding: 12px 12px; white-space: nowrap; }
  .product-tab-body { font-size: 13px; line-height: 1.7; }
  .nutrition-table { font-size: 12px; }
  .howto-step { gap: 14px; }
  .howto-num { width: 28px; height: 28px; font-size: 12px; flex-shrink: 0; }

  /* Product reviews */
  .product-reviews-section { padding: 48px 16px; }
  .reviews-header-row { grid-template-columns: 1fr; gap: 24px; }
  .score-num { font-size: 56px; }
  .reviews-grid { grid-template-columns: 1fr; }

  /* Bundle picker */
  .bundle-picker { margin: 20px 0 16px; }
  .bundle-options { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .bundle-option { padding: 16px 8px; }
  .bundle-qty { font-size: 13px; }
  .bundle-price { font-size: 12px; }
  .bundle-save-badge { font-size: 8px; }
  .bundle-popular, .bundle-best { font-size: 7px; padding: 2px 6px; top: -8px; }
  .bundle-total-row { margin-top: 12px; }
  .bundle-total-price { font-size: 18px; }
  .bundle-total-note { font-size: 10px; }
  .bundle-variant-notice { font-size: 11px; padding: 10px 12px; }

  /* Sticky ATC */
  .sticky-atc-bar { padding: 12px 16px; }
  .sticky-product-title { font-size: 12px; }
  .sticky-product-price { font-size: 14px; }
  .sticky-buy-btn { padding: 10px 20px; font-size: 10px; }

  /* ── CART PAGE ── */
  .cart-page { padding: 90px 16px 48px; }
  .cart-page-title { font-size: 24px; }
  .cart-page-layout { grid-template-columns: 1fr; gap: 24px; }
  .cart-summary { position: static; }
  .cart-summary-inner { padding: 24px 20px; }
  .cart-line-item { grid-template-columns: 72px 1fr auto; gap: 14px; }
  .cart-item-img, .cart-item-img-wrap { width: 72px; height: 72px; }
  .cart-item-title { font-size: 13px; }
  .cart-item-price-unit { font-size: 12px; }
  .cart-item-line-price { font-size: 14px; align-self: start; margin-top: 2px; }
  .csb-bar-wrap { width: 60px; }
  .csb-pct { display: none; }
  .cart-header-left { flex-direction: column; align-items: flex-start; gap: 8px; }
  .cart-trust-row { flex-wrap: wrap; gap: 10px; }
  .express-options { flex-direction: column; }
  .cart-upsell-nudge { font-size: 12px; }

  /* ── CART DRAWER ── */
  .cart-drawer { width: 100vw; }
  .cart-drawer-header { padding: 20px; }
  .cart-drawer-body { padding: 0 16px; }

  /* ── FOOTER ── */
  footer { padding: 52px 20px 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand-col { margin-bottom: 8px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; font-size: 10px; }
  .footer-col-title { font-size: 9px; margin-bottom: 16px; }
  .footer-links a { font-size: 13px; }

  /* ── MOBILE MENU ── */
  .mobile-menu-inner { padding: 24px 20px; }
  .mobile-menu-link { font-size: 28px; }
}

/* ── VERY SMALL PHONES (max 375px) ── */
@media (max-width: 375px) {
  .hero-title { font-size: 42px; }
  .section-title { font-size: 32px; }
  .bundle-options { grid-template-columns: repeat(2, 1fr); }
  .product-title { font-size: 22px; }
  .certs-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-item:nth-child(3n) { border-right: 1px solid var(--border); }
  .cert-item:nth-child(2n) { border-right: none; }
}

/* ═══════════════════════════════════════════════════════════════════
   MOBILE — COMPREHENSIVE WIDTH FIX + PRODUCT PAGE CLEANUP
   Triple-checked: every known overflow source is addressed.
═══════════════════════════════════════════════════════════════════ */

/* ── ROOT OVERFLOW LOCK (applies at all sizes, safe globally) ── */
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* ── Every block element must respect the viewport ── */
*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {

  /* ════════════════════════════════════════
     1. PRODUCT PAGE — REMOVE ALL EXTRAS
     Hide entire gallery column + all extras.
     Fix right-side cutoff in info column.
  ════════════════════════════════════════ */

  /* Hide the ENTIRE product gallery column (photo, badges, thumbnails, trust, certs) */
  .product-gallery          { display: none !important; }
  .product-main-img-wrap    { display: none !important; }
  .product-thumbnails       { display: none !important; }
  .product-trust-row        { display: none !important; }
  .product-cert-row         { display: none !important; }
  .mobile-product-image     { display: none !important; }

  /* Product layout: single column, full width, no overflow */
  .product-layout {
    grid-template-columns: 1fr;
    padding: 12px 16px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* Product info column: constrain fully, nothing bleeds right */
  .product-info {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    order: 1;
  }
  .product-info > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Subscribe options */
  .subscribe-toggle  { width: 100%; }
  .subscribe-option  { width: 100%; box-sizing: border-box; overflow: hidden; }
  .sub-option-content { min-width: 0; overflow: hidden; }
  .sub-option-title  { overflow: hidden; text-overflow: ellipsis; white-space: normal; }

  /* Bundle picker */
  .bundle-picker  { width: 100%; box-sizing: border-box; }
  .bundle-options { width: 100%; box-sizing: border-box; }
  .bundle-option  { box-sizing: border-box; min-width: 0; }

  /* Low stock bar */
  .low-stock-bar  { width: 100%; box-sizing: border-box; flex-wrap: wrap; }
  .low-stock-text { word-break: break-word; white-space: normal; }

  /* Action buttons */
  .product-actions      { width: 100%; box-sizing: border-box; }
  .btn-add-cart-main,
  .btn-buy-now-main     { width: 100%; box-sizing: border-box; }

  /* Tab nav: scrollable, never wider than screen */
  .product-tabs   { width: 100%; box-sizing: border-box; overflow: hidden; }
  .product-tab-nav {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    box-sizing: border-box;
  }
  .product-tab-btn { flex-shrink: 0; white-space: nowrap; }

  /* Tab body: text wraps, never overflows right */
  .product-tab-body {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .product-tab-body p,
  .product-tab-body div { max-width: 100%; box-sizing: border-box; }

  /* Nutrition table scrollable */
  .nutrition-table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Short description */
  .product-short-desc { width: 100%; word-break: break-word; overflow-wrap: break-word; }

  /* Price row wrapping */
  .product-price-wrap { flex-wrap: wrap; gap: 8px; }

  /* Reviews section */
  .product-reviews-section {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .reviews-grid        { width: 100%; box-sizing: border-box; }
  .reviews-header-row  { width: 100%; box-sizing: border-box; }
  .product-reviews-section .product-cert-row,
  .product-reviews-section .product-trust-row { display: none !important; }

  /* ════════════════════════════════════════
     2. GLOBAL SECTION WIDTH CLAMP
     Every section clipped to viewport width.
  ════════════════════════════════════════ */

  section,
  .hero,
  .hero-left,
  .hero-right,
  .benefits,
  .showcase,
  .showcase-visual,
  .showcase-content,
  .testimonials,
  .how-to,
  .cta-section,
  .faq-section,
  .proof-bar,
  .trust-bar,
  .marquee-bar,
  .certs-section,
  .science-section,
  .announcement-bar,
  footer {
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* ════════════════════════════════════════
     3. HERO — decorative overflows clipped
  ════════════════════════════════════════ */

  /* The large background word "ASCEND" / "PERFORM" — clip it */
  .hero-bg-text {
    overflow: hidden;
    max-width: 100vw;
    white-space: nowrap;
  }

  /* Decorative spinning rings are larger than screen — clip parent */
  .hero-right {
    overflow: hidden;
    position: relative;
  }

  /* Ring sizes already reduced at 768px but ensure they don't push layout */
  .hero-ring-1 { width: 260px; height: 260px; }
  .hero-ring-2 { width: 340px; height: 340px; }

  /* Hero product image: percentage-based, never wider than viewport */
  .hero-product-wrap {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }
  .hero-product-wrap img {
    width: 200px;
    max-width: 70vw;
  }

  /* Hero micro-trust badges: wrap instead of nowrap */
  .hero-micro-trust {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-micro-trust span {
    white-space: normal;
    word-break: break-word;
  }

  /* Hero stats: wrap on very small screens */
  .hero-stats {
    flex-wrap: wrap;
    gap: 20px;
  }

  /* ════════════════════════════════════════
     4. SHOWCASE — image + content columns
  ════════════════════════════════════════ */

  .showcase-img-wrap {
    max-width: 100%;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }

  .showcase-desc {
    max-width: 100%;
  }

  /* ════════════════════════════════════════
     5. CTA SECTION — giant background text
  ════════════════════════════════════════ */

  /* The ::before pseudo-element with "ASCEND" at 22vw can overflow.
     The parent is position:relative so overflow:hidden clips it. */
  .cta-section {
    overflow: hidden;
    position: relative;
  }

  .cta-desc {
    max-width: 100%;
  }

  /* ════════════════════════════════════════
     6. COMPARISON TABLE — scrollable island
  ════════════════════════════════════════ */

  .comparison-table-section {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Table itself can be wider than screen; scroll within its container */
  .comparison-table {
    min-width: 480px;
  }

  /* ════════════════════════════════════════
     7. MARQUEE BAR — safely contained
  ════════════════════════════════════════ */

  .marquee-bar {
    overflow: hidden;
    width: 100%;
  }

  /* ════════════════════════════════════════
     8. PROOF BAR — 2-column grid stays in bounds
  ════════════════════════════════════════ */

  .proof-bar {
    width: 100%;
    box-sizing: border-box;
  }

  /* ════════════════════════════════════════
     9. TESTIMONIALS / REVIEWS BAR
  ════════════════════════════════════════ */

  .reviews-bar {
    width: 100%;
    box-sizing: border-box;
  }

  /* ════════════════════════════════════════
     10. HOW-TO STEPS
  ════════════════════════════════════════ */

  .steps-grid {
    width: 100%;
    box-sizing: border-box;
  }

  .how-to-note {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* ════════════════════════════════════════
     11. CERTIFICATIONS GRID
  ════════════════════════════════════════ */

  .certs-section {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  /* ════════════════════════════════════════
     12. FOOTER
  ════════════════════════════════════════ */

  footer {
    width: 100%;
    box-sizing: border-box;
  }

  .footer-top {
    width: 100%;
    box-sizing: border-box;
  }

  /* ════════════════════════════════════════
     13. CART DRAWER / CART PAGE
  ════════════════════════════════════════ */

  .cart-drawer {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .cart-page {
    box-sizing: border-box;
    width: 100%;
  }

  /* ════════════════════════════════════════
     14. PRODUCT TAB NAV — scroll, don't overflow
  ════════════════════════════════════════ */

  .product-tab-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  /* ════════════════════════════════════════
     15. ANNOUNCEMENT BAR — clip any overflow
  ════════════════════════════════════════ */

  .announcement-bar {
    overflow: hidden;
    width: 100%;
  }

  .announcement-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  /* ════════════════════════════════════════
     16. IMAGES — never overflow their parent
  ════════════════════════════════════════ */

  img {
    max-width: 100%;
    height: auto;
  }

  /* ════════════════════════════════════════
     17. STICKY ATC BAR — full width, no bleed
  ════════════════════════════════════════ */

  .sticky-atc-bar {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   CUSTOM CHANGES — All mobile-only unless noted
═══════════════════════════════════════════════════════════════════ */

/* ── GLOBAL: hero image stage (desktop + mobile) ── */
.hero-img-stage { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
.hero-product-img {
  width: 560px;
  max-width: 96%;
  filter: drop-shadow(0 40px 100px rgba(0,0,0,0.5));
  display: block;
  animation: float 5s ease-in-out infinite;
}
/* Asset image — no background, let transparency show */
.hero-product-img--asset {
  background: transparent;
  mix-blend-mode: normal;
}

/* ── PHOTO 1: Hero — MOBILE ONLY ── */
@media (max-width: 768px) {
  .hero-img-stage { display: flex; justify-content: center; align-items: center; width: 100%; }
  .hero-product-img {
    width: 85vw;
    max-width: 400px;
    margin: 0 auto;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.4));
    animation: none;
  }
  .hero-right {
    min-height: 72vw !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 16px 0 !important;
  }
  .hero-title { font-size: clamp(42px, 11vw, 64px) !important; }
  .hero-actions { gap: 12px !important; }
  .btn-primary { font-size: 12px !important; padding: 15px 20px !important; }
}

/* ── BUNDLE OPTION ACTIVE: remove default highlight on Buy 1 (Photo 6) ── */
/* All bundle options share same base style — active only set via JS click */
.bundle-option {
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
  border: 1px solid rgba(245,243,240,0.15);
  background: transparent;
  transition: border-color 0.2s, background 0.2s;
}
.bundle-option:hover {
  border-color: rgba(245,243,240,0.35);
}
.bundle-option.active {
  border-color: var(--white);
  background: rgba(245,243,240,0.07);
}

/* ── BUNDLE PRICING: crossed-out original price (Photo 7) ── */
.bundle-original-price {
  text-decoration: line-through;
  color: var(--gray);
  font-size: 10px;
  display: block;
  margin-bottom: 2px;
}

/* ── SUBSCRIBE FEATURES LIST (Photo 5) ── */
.subscribe-features {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.subscribe-features li {
  font-size: 10px;
  color: rgba(245,243,240,0.7);
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscribe-features li::before {
  content: "✓";
  color: #4caf50;
  font-weight: 700;
  font-size: 9px;
}
.sub-option-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* ── PRODUCT PAGE MOBILE IMAGE (Photo 4) — MOBILE ONLY ── */
@media (max-width: 768px) {
  .mobile-product-image { display: block !important; margin-bottom: 20px; }
  .mobile-product-image img { border-radius: 10px; width: 100%; display: block; max-height: 340px; object-fit: contain; background: rgba(255,255,255,0.03); }
}

/* ── PRODUCT TABS: expand all on mobile (Photo 3) — MOBILE ONLY ── */
@media (max-width: 768px) {
  .product-tab-nav { display: none !important; }
  .product-tab-body {
    display: block !important;
    opacity: 1 !important;
    border-top: 1px solid var(--border);
    padding: 20px 0 !important;
  }
  .product-tab-body::before {
    content: attr(data-label);
    display: block;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 14px;
    font-weight: 600;
  }
  .product-tab-body:last-child {
    border-bottom: 1px solid var(--border);
  }
}
