/*
Theme Name: Byond Biocare
Theme URI: https://byondbiocare.com
Author: Byond Biocare
Description: Custom theme converted from Figma design for Byond Biocare.
Version: 1.2
Text Domain: byond-biocare
*/

/* ── RESET & TOKENS ── */
:root{
  --bg:#F9F5EF;--fg:#1A0E2E;--card:#F2EBE1;
  --primary:#3A0E6E;--primary-fg:#FAF7F2;
  --muted:#E8DDD1;--muted-fg:#7A6B61;
  --accent:#D42060;--border:#D9CFC5;
  --secondary:#F47B20;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Outfit',sans-serif;background:var(--bg);color:var(--fg);font-size:16px;line-height:1.6}
a{text-decoration:none;color:inherit}
button{cursor:pointer;font-family:'Outfit',sans-serif}
img{display:block;max-width:100%}
.serif{font-family:'Fraunces',serif}

/* ── NAV ── */
#byond-nav{
  position:sticky;top:0;z-index:200;
  background:rgba(249,245,239,0.93);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.nav-inner{
  max-width:1280px;margin:0 auto;padding:0 2.5rem;
  height:70px;display:flex;align-items:center;justify-content:space-between;
}
.nav-logo{display:flex;align-items:center;gap:8px;cursor:pointer}
.nav-logo-text{font-family:'Fraunces',serif;font-size:20px;font-weight:500;color:var(--primary)}
.nav-logo-text2{font-family:'Fraunces',serif;font-size:10px;font-weight:400;color:var(--primary)}
.nav-logo-text2-footer{font-family:'Fraunces',serif;font-size:10px;font-weight:400;color:var(--primary)}
.nav-logo-sub{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg)}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{
  font-size:14px;color:var(--muted-fg);transition:color .2s;
  position:relative;padding-bottom:2px;
}
.nav-links a::after{
  content:'';position:absolute;bottom:0;left:0;width:0;height:1px;
  background:var(--accent);transition:width .25s;
}
.nav-links a:hover{color:var(--fg)}
.nav-links a:hover::after,.nav-links a.nav-active::after{width:100%}
.nav-links a.nav-active{color:var(--fg)}
.btn-primary{
  font-size:14px;font-weight:500;background:var(--primary);color:var(--primary-fg);
  padding:10px 22px;border-radius:999px;border:none;transition:opacity .2s;display:inline-block;
}
.btn-primary:hover{opacity:.88}
.btn-outline{
  font-size:14px;font-weight:500;border:1px solid var(--border);color:var(--fg);
  padding:10px 22px;border-radius:999px;background:none;transition:background .2s;display:inline-block;
}
.btn-outline:hover{background:var(--muted)}
.nav-hamburger{display:none;background:none;border:none;color:var(--fg);padding:4px}
.nav-mobile{
  display:none;flex-direction:column;gap:.9rem;
  padding:1rem 2.5rem 1.25rem;
  border-top:1px solid var(--border);background:var(--bg);
}
.nav-mobile.open{display:flex}
.nav-mobile a{font-size:14px;color:var(--muted-fg)}

/* ── SHARED SECTION STYLES ── */
.section{max-width:1280px;margin:0 auto;padding:5.5rem 2.5rem}
.section-alt{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-alt .section{padding:5.5rem 2.5rem}
.section-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:.75rem}
.section-title{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em}
.btn-group{display:flex;flex-wrap:wrap;gap:.75rem}

/* ── TRUST BAR ── */
.trust-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--card)}
.trust-inner{
  max-width:1280px;margin:0 auto;padding:1.2rem 2.5rem;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem
}
.trust-pub{font-family:'Fraunces',serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg)}

/* ── HERO ── */
.hero{
  max-width:1280px;margin:0 auto;padding:4rem 2.5rem 6rem;
  display:grid;grid-template-columns:1fr 460px;gap:3rem;align-items:center;
}
.hero-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}
.hero h1{font-family:'Fraunces',serif;font-weight:400;font-size:70px;line-height:.95;letter-spacing:-.03em;margin-bottom:2rem}
.hero h1 em{color:var(--accent);font-style:normal; font-size:70px;}
.hero-desc{font-size:15px;color:var(--muted-fg);line-height:1.7;max-width:440px;margin-bottom:2.5rem}
.hero-stats{display:flex;gap:2rem;margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border)}
.hero-stat-num{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:500;margin-bottom:.25rem}
.hero-stat-label{font-size:11px;color:var(--muted-fg);line-height:1.4;max-width:80px}
.hero-img-wrap{position:relative}
.hero-img-wrap img{width:100%;height:560px;object-fit:cover;border-radius:16px;background:var(--muted)}
.hero-glow{position:absolute;inset:-2rem;background:linear-gradient(135deg,#C42060,#7B2D8B,#3A0E6E);border-radius:999px;filter:blur(64px);opacity:.15;z-index:-1}
.hero-badge{position:absolute;bottom:-20px;left:-20px;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 4px 24px rgba(0,0,0,.08)}
.hero-badge-label{font-size:10px;color:var(--muted-fg);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.25rem}
.hero-badge-name{font-size:14px;font-weight:500;margin-bottom:.5rem}
.hero-dots{display:flex;gap:4px}
.hero-dot{width:16px;height:6px;border-radius:999px}
.section-title em{color:var(--accent);font-style:normal}
/* ── CHAPTER TABS ── */
.chapter-tabs{display:flex;gap:.5rem;margin-bottom:2.5rem;overflow-x:auto;padding-bottom:.5rem}
.chapter-tab{
  flex-shrink:0;display:flex;align-items:center;gap:.5rem;
  padding:.5rem 1rem;border-radius:999px;border:1px solid var(--border);
  font-size:11px;letter-spacing:.15em;text-transform:uppercase;
  background:none;color:var(--muted-fg);transition:all .2s;
}
.chapter-tab.active{color:#fff;border-color:transparent}
.chapter-tab-num{opacity:.6}
.chapter-panel{border-radius:16px;overflow:hidden;display:grid;grid-template-columns:1fr 380px;min-height:420px}
.chapter-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}
.chapter-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.5rem}
.chapter-title{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1;letter-spacing:-.02em;margin-bottom:1rem}
.chapter-sub{font-size:14px;color:var(--muted-fg);margin-bottom:2rem}
.chapter-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:14px;font-weight:500;padding:12px 24px;border-radius:999px;color:#fff;border:none;transition:opacity .2s;text-decoration:none}
.chapter-cta:hover{opacity:.8}
.chapter-img{width:100%;height:100%;object-fit:cover;min-height:420px;display:block}
.vitality-bar{margin-top:1.5rem;border-radius:16px;border:1px solid var(--border);background:var(--card);padding:2rem;display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}
.vitality-divider{width:1px;height:48px;background:var(--border)}
.vitality-title{font-family:'Fraunces',serif;font-weight:400;font-size:1.5rem;color:var(--primary);flex-shrink:0}
.vitality-sub{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:.25rem}
.vitality-desc{font-size:14px;color:var(--muted-fg);line-height:1.6}
.vitality-link{margin-left:auto;flex-shrink:0;font-size:14px;border:1px solid var(--border);border-radius:999px;padding:8px 20px;transition:background .2s}
.vitality-link:hover{background:var(--muted)}

/* ── PRODUCTS GRID ── */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.product-card{background:var(--bg);border-radius:16px;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;transition:border-color .3s,box-shadow .3s}
.product-card:hover{border-color:transparent;box-shadow:0 8px 32px rgba(0,0,0,.1)}
.product-img-wrap{position:relative;height:224px;background:var(--muted);overflow:hidden}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-card:hover .product-img-wrap img{transform:scale(1.05)}
.product-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}
.product-tag{position:absolute;top:16px;left:16px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border-radius:999px;color:#fff}
.product-tag-all{position:absolute;top:16px;right:16px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border-radius:999px;color:#fff;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3)}
.product-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.product-purpose{font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.4rem}
.product-name{font-family:'Fraunces',serif;font-weight:400;font-size:1.25rem;margin-bottom:.75rem}
.product-benefit{font-size:14px;color:var(--muted-fg);line-height:1.6;margin-bottom:1.25rem;flex:1}
.product-explore{font-size:14px;font-weight:500;transition:opacity .2s}
.product-explore:hover{opacity:.7}

/* ── JOURNEYS ── */
.journeys-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.journey-card{border-radius:16px;padding:1.75rem;border:1px solid var(--border);transition:border-color .3s}
.journey-card:hover{border-color:transparent;box-shadow:0 4px 20px rgba(0,0,0,.07)}
.journey-eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem}
.journey-name{font-family:'Fraunces',serif;font-weight:400;font-size:1.25rem;margin-bottom:.75rem}
.journey-desc{font-size:14px;color:var(--muted-fg);line-height:1.6;margin-bottom:1.25rem}
.journey-products{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}
.journey-product-tag{font-size:11px;padding:4px 12px;border-radius:999px;border:1px solid}
.journey-link{font-size:14px;font-weight:500;transition:opacity .2s}
.journey-link:hover{opacity:.7}
.journey-cta-card{border-radius:16px;padding:1.75rem;background:linear-gradient(135deg,#3A0E6E,#C42060);display:flex;flex-direction:column;justify-content:space-between}
.journey-cta-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.75rem}
.journey-cta-title{font-family:'Fraunces',serif;font-weight:400;font-size:1.25rem;color:#fff;margin-bottom:.75rem}
.journey-cta-desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.6}
.journey-cta-btn{margin-top:2rem;background:#fff;color:#3A0E6E;font-size:14px;font-weight:500;padding:12px 24px;border-radius:999px;border:none;text-align:center;display:block;transition:opacity .2s;cursor:pointer}
.journey-cta-btn:hover{opacity:.9}

/* ── QUIZ ── */
.quiz-section{background:var(--primary)}
.quiz-inner{max-width:800px;margin:0 auto;padding:6rem 2rem;text-align:center}
.quiz-eyebrow{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}
.quiz-title{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.02em;color:#fff;margin-bottom:1rem}
.quiz-subtitle{font-size:14px;color:rgba(255,255,255,.6);margin-bottom:3.5rem}
.quiz-progress{display:flex;gap:6px;justify-content:center;margin-bottom:2.5rem}
.quiz-progress-dot{height:4px;border-radius:999px;transition:all .3s;background:rgba(255,255,255,.2)}
.quiz-progress-dot.active{background:var(--accent)}
.quiz-question{font-family:'Fraunces',serif;font-weight:400;font-size:1.25rem;color:#fff;margin-bottom:2rem;line-height:1.4}
.quiz-options{display:flex;flex-direction:column;gap:.75rem}
.quiz-option{text-align:left;width:100%;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem 1.5rem;font-size:14px;color:#fff;background:none;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s,background .2s}
.quiz-option:hover{border-color:var(--accent);background:rgba(255,255,255,.1)}
.quiz-option-arrow{opacity:0;color:var(--accent);transition:opacity .2s}
.quiz-option:hover .quiz-option-arrow{opacity:1}
.quiz-result{text-align:left;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem}
.quiz-result-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.5rem}
.quiz-result-name{font-family:'Fraunces',serif;font-weight:400;font-size:2rem;margin-bottom:.75rem}
.quiz-result-desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:1.5rem}
.quiz-result-products{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.quiz-result-product{font-size:11px;padding:6px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.15)}
.quiz-result-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.quiz-result-primary{background:var(--accent);color:#fff;font-size:14px;font-weight:500;padding:12px 28px;border-radius:999px;border:none;transition:opacity .2s}
.quiz-result-primary:hover{opacity:.9}
.quiz-result-secondary{font-size:14px;color:rgba(255,255,255,.7);padding:12px 28px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:none;transition:border-color .2s}
.quiz-result-secondary:hover{border-color:rgba(255,255,255,.7)}

/* ── TESTIMONIALS ── */
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial-card{background:var(--card);border-radius:16px;padding:2rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:1.25rem}
.testimonial-stars{display:flex;gap:3px}
.testimonial-quote{font-family:'Fraunces',serif;font-weight:300;font-size:15px;line-height:1.65}
.testimonial-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.testimonial-name{font-size:14px;font-weight:500}
.testimonial-age{font-size:12px;color:var(--muted-fg)}
.testimonial-journey{font-size:10px;letter-spacing:.1em;text-transform:uppercase;text-align:right}
.testimonial-product{font-size:12px;color:var(--muted-fg);text-align:right}

/* ── NEWSLETTER ── */
.newsletter-section{background:linear-gradient(135deg,#C42060,#7B2D8B)}
.newsletter-inner{max-width:800px;margin:0 auto;padding:5rem 2rem;text-align:center;color:#fff}
.newsletter-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;opacity:.7;margin-bottom:1rem}
.newsletter-title{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;margin-bottom:1rem}
.newsletter-desc{font-size:14px;opacity:.75;line-height:1.7;margin-bottom:2rem}
.newsletter-form{display:flex;gap:.75rem;max-width:420px;margin:0 auto}
.newsletter-input{flex:1;background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:12px 20px;font-size:14px;font-family:'Outfit',sans-serif;outline:none;transition:background .2s}
.newsletter-input::placeholder{color:rgba(255,255,255,.6)}
.newsletter-input:focus{background:rgba(255,255,255,.3)}
.newsletter-submit{background:#fff;color:#7B2D8B;font-size:14px;font-weight:500;padding:12px 24px;border-radius:999px;border:none;font-family:'Outfit',sans-serif;white-space:nowrap;transition:opacity .2s}
.newsletter-submit:hover{opacity:.9}
.newsletter-success{font-family:'Fraunces',serif;font-weight:400;font-size:1.25rem}

/* ── FOOTER ── */
.footer{border-top:1px solid var(--border);background:var(--bg)}
.footer-main{max-width:1280px;margin:0 auto;padding:3.5rem 2.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:2.5rem;align-items:start}

.footer-brand-desc{font-size:12px;color:var(--muted-fg);max-width:180px;line-height:1.6}
.footer-nav{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}
.footer-col-heading{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:.75rem}
.footer-col a{display:block;font-size:14px;margin-bottom:.4rem;transition:color .2s}
.footer-col a:hover{color:var(--accent)}
.footer-social{text-align:right}
.footer-social-heading{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:.75rem}
.footer-social a{display:block;font-size:14px;margin-bottom:.4rem;transition:color .2s}
.footer-social a:hover{color:var(--accent)}
.footer-bottom{max-width:1280px;margin:0 auto;padding:1.25rem 2.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:12px;color:var(--muted-fg)}

/* ── ABOUT PAGE ── */
.about-hero{max-width:1280px;margin:0 auto;padding:5rem 2.5rem;display:grid;grid-template-columns:1fr 480px;gap:4rem;align-items:center}
.about-hero-text h1{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95;letter-spacing:-.03em;margin-bottom:1.5rem}
.about-hero-text h1 em{color:var(--accent);font-style:normal}
.about-mission-text h2 em{color:var(--accent);font-style:normal} 
.about-hero-desc{font-size:15px;color:var(--muted-fg);line-height:1.8;margin-bottom:1.5rem}
.about-hero-sig{font-family:'Fraunces',serif;font-size:1rem;font-style:italic;color:var(--primary)}
.about-hero-name{font-family:'Fraunces',serif;font-size:1.2rem;font-style:bold;color:var(--primary)}
.about-hero-img{width:100%;height:580px;object-fit:cover;border-radius:20px;background:var(--muted)}
.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-mission-text h2{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2rem,3.5vw,2.8rem);letter-spacing:-.02em;margin-bottom:1.5rem}
.about-mission-text p{font-size:15px;color:var(--muted-fg);line-height:1.8;margin-bottom:1rem}
.about-mission-img{width:100%;height:420px;object-fit:cover;border-radius:16px;background:var(--muted)}
.about-science-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.about-science-card{background:var(--bg);border-radius:16px;padding:2rem;border:1px solid var(--border)}
.about-science-icon{font-size:1.5rem;margin-bottom:1rem}
.about-science-title{font-family:'Fraunces',serif;font-weight:400;font-size:1.1rem;margin-bottom:.75rem}
.about-science-desc{font-size:14px;color:var(--muted-fg);line-height:1.6}
.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.about-value-card{text-align:center;padding:2rem 1.5rem}
.about-value-num{font-family:'Fraunces',serif;font-size:3rem;font-weight:300;color:var(--border);line-height:1;margin-bottom:.75rem}
.about-value-title{font-family:'Fraunces',serif;font-weight:400;font-size:1.1rem;margin-bottom:.75rem}
.about-value-desc{font-size:13px;color:var(--muted-fg);line-height:1.6}

/* ── PRODUCTS PAGE ── */
.shop-hero{background:var(--primary);color:var(--primary-fg);padding:4rem 2.5rem}
.shop-hero-inner{max-width:1280px;margin:0 auto}
.shop-hero h1{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em;margin-bottom:.75rem}
.shop-hero p{font-size:15px;opacity:.7;max-width:480px}
.shop-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem}
.shop-filter{font-size:12px;letter-spacing:.12em;text-transform:uppercase;padding:7px 16px;border-radius:999px;border:1px solid var(--border);background:none;color:var(--muted-fg);cursor:pointer;transition:all .2s}
.shop-filter.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.shop-filter:hover{border-color:var(--primary);color:var(--primary)}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.shop-card{background:var(--bg);border-radius:20px;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;transition:box-shadow .3s,border-color .3s}
.shop-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.1);border-color:transparent}
.shop-card-img{position:relative;height:260px;background:var(--muted);overflow:hidden}
.shop-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.shop-card:hover .shop-card-img img{transform:scale(1.04)}
.shop-card-stage{position:absolute;top:14px;left:14px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border-radius:999px;color:#fff}
.shop-card-cross{position:absolute;top:14px;right:14px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:999px;color:#fff;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3)}
.shop-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.25),transparent)}
.shop-card-body{padding:1.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;flex:1}
.shop-card-stage-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.35rem}
.shop-card-name{font-family:'Fraunces',serif;font-weight:400;font-size:1.35rem;margin-bottom:.5rem}
.shop-card-purpose{font-size:12px;color:var(--muted-fg);letter-spacing:.05em;margin-bottom:1rem}
.shop-card-benefits{list-style:none;margin-bottom:1.5rem;flex:1}
.shop-card-benefits li{font-size:13px;color:var(--muted-fg);line-height:1.5;padding:.2rem 0;display:flex;align-items:flex-start;gap:.4rem}
.shop-card-benefits li::before{content:"◦";flex-shrink:0;margin-top:2px}
.shop-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}
.shop-card-price{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:400}
.shop-card-cta{font-size:13px;font-weight:600;padding:10px 20px;border-radius:999px;border:none;color:#fff;transition:opacity .2s}
.shop-card-cta:hover{opacity:.85}

/* ── CONTACT PAGE ── */
.contact-hero{padding:4rem 2.5rem 0}
.contact-hero-inner{max-width:1280px;margin:0 auto}
.contact-hero h1{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em;margin-bottom:.75rem}
.contact-hero p{font-size:15px;color:var(--muted-fg);max-width:480px}
.contact-grid{display:grid;grid-template-columns:1fr 440px;gap:4rem;align-items:start}
.contact-form-wrap{background:var(--card);border-radius:20px;padding:2.5rem;border:1px solid var(--border)}
.form-group{margin-bottom:1.25rem}
.form-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-fg);display:block;margin-bottom:.5rem}
.form-input,.form-textarea,.form-select{width:100%;font-family:'Outfit',sans-serif;font-size:14px;background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:10px;padding:12px 16px;outline:none;transition:border-color .2s}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--accent)}
.form-textarea{resize:vertical;min-height:120px;line-height:1.6}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-submit{width:100%;background:var(--primary);color:var(--primary-fg);font-family:'Outfit',sans-serif;font-size:14px;font-weight:500;padding:14px;border-radius:999px;border:none;transition:opacity .2s;margin-top:.5rem}
.form-submit:hover{opacity:.88}
.form-success{text-align:center;padding:2rem 0}
.form-success-icon{font-size:2.5rem;margin-bottom:1rem}
.form-success-title{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}
.form-success-desc{font-size:14px;color:var(--muted-fg)}
.contact-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.contact-info-card{background:var(--card);border-radius:16px;padding:1.75rem;border:1px solid var(--border)}
.contact-info-title{font-family:'Fraunces',serif;font-weight:400;font-size:1.1rem;margin-bottom:1.25rem}
.contact-info-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:14px}
.contact-info-icon{font-size:1.5rem;flex-shrink:0;margin-top:1px}
.contact-info-item a{color:var(--accent);transition:opacity .2s}
.contact-info-item a:hover{opacity:.7}
.contact-social-links{display:flex;gap:.6rem;flex-wrap:wrap}
.contact-social-link{font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:7px 14px;border-radius:999px;border:1px solid var(--border);transition:all .2s}
.contact-social-link:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.contact-map{background:var(--muted);border-radius:16px;height:180px;overflow:hidden;position:relative;border:1px solid var(--border)}
.contact-map-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;background:linear-gradient(135deg,#EFF2F9,#F5EFF9)}
.contact-map-pin{font-size:2rem}
.contact-map-label{font-size:13px;color:var(--muted-fg);text-align:center}
.faq-section{margin-top:3rem}
.faq-section h3{font-family:'Fraunces',serif;font-weight:400;font-size:1.25rem;margin-bottom:1.25rem}
.faq-item{border-top:1px solid var(--border)}
.faq-item:last-child{border-bottom:1px solid var(--border)}
.faq-question{width:100%;text-align:left;background:none;border:none;padding:1rem 0;font-size:14px;font-weight:500;font-family:'Outfit',sans-serif;color:var(--fg);display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;transition:color .2s}
.faq-question:hover{color:var(--accent)}
.faq-icon{font-size:1.2rem;color:var(--muted-fg);transition:transform .3s;flex-shrink:0;line-height:1}
.faq-item.open .faq-icon{transform:rotate(45deg);color:var(--accent)}
.faq-answer{font-size:14px;color:var(--muted-fg);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.faq-item.open .faq-answer{max-height:200px;padding-bottom:1rem}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .hero{grid-template-columns:1fr}.hero-img-wrap{display:none}
  .chapter-panel{grid-template-columns:1fr}.chapter-img{display:none}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .journeys-grid{grid-template-columns:repeat(2,1fr)}
  .testimonials-grid{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr}.footer-social{text-align:left}
  .about-hero{grid-template-columns:1fr}.about-hero-img{display:none}
  .about-mission-grid{grid-template-columns:1fr}
  .about-values-grid{grid-template-columns:repeat(2,1fr)}
  .shop-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .nav-inner{padding:0 1.25rem}.nav-links{display:none}.nav-cta-desktop{display:none!important}
  .nav-hamburger{display:block}
  .nav-mobile{padding:1rem 1.25rem 1.25rem}
  .hero{padding:2.5rem 1.25rem 4rem}
  .section{padding:3.5rem 1.25rem}
  .section-alt .section{padding:3.5rem 1.25rem}
  .products-grid,.shop-grid{grid-template-columns:1fr}
  .journeys-grid{grid-template-columns:1fr}
  .about-hero{padding:3rem 1.25rem}
  .about-science-grid{grid-template-columns:1fr}
  .about-values-grid{grid-template-columns:1fr}
  .shop-hero{padding:3rem 1.25rem}
  .contact-hero{padding:3rem 1.25rem 0}
  .newsletter-form{flex-direction:column}
  .footer-main{padding:2.5rem 1.25rem}.footer-bottom{padding:1rem 1.25rem;flex-direction:column;align-items:flex-start}
  .vitality-bar{flex-direction:column;gap:1rem}.vitality-divider{display:none}.vitality-link{margin-left:0}
  .form-row{grid-template-columns:1fr}
}
