/*
Theme Name: BlaBluBerry
Theme URI: https://blabluberry.com
Author: BlaBluBerry
Author URI: https://blabluberry.com
Description: A luxury one-page WordPress theme for BlaBluBerry Body Care Accessory. Elegant, minimal, warm-toned design with smooth scroll sections.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blabluberry
Tags: one-page, custom-menu, featured-images, full-width-template, theme-options, e-commerce
*/

/* ─── RESET & ROOT ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream: #f9f6f1;
  --warm: #fdfcfa;
  --linen: #ede8df;
  --stone: #c8bfb0;
  --mink: #9b8f82;
  --charcoal: #2a2520;
  --ink: #1a1714;
  --gold: #b5956a;
  --gold-light: #d4b896;
  --gap: 110px;
}
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--warm); color: var(--charcoal); font-family: 'Jost', sans-serif; font-weight: 300; overflow-x: hidden; }

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--linen); }
::-webkit-scrollbar-thumb { background: var(--stone); }

/* ─── WORDPRESS BODY CLASSES ─── */
.wp-block-image img, img { max-width: 100%; height: auto; }
a { color: var(--gold); }
p { margin-bottom: 1em; }
h1,h2,h3,h4,h5,h6 { font-family: 'Cormorant Garamond', serif; font-weight: 300; color: var(--ink); }

/* ─── NAVIGATION ─── */
#masthead {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 64px;
  background: rgba(253,252,250,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(200,191,176,.25);
  transition: padding .4s, box-shadow .4s;
}
#masthead.scrolled { padding: 14px 64px; box-shadow: 0 2px 32px rgba(0,0,0,.06); }
.site-branding a { text-decoration: none; }
.site-branding-inner {
  display: flex; align-items: center; gap: 11px; text-decoration: none;
}
.header-logo-img {
  width: 42px; height: 42px; object-fit: contain; display: block; flex-shrink: 0;
}
.header-brand-text { display: flex; flex-direction: column; gap: 2px; }
.site-title {
  font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink);
  display: block; line-height: 1;
}
.site-description {
  font-family: 'Jost', sans-serif; font-size: 8.5px; font-weight: 300;
  letter-spacing: .4em; text-transform: uppercase; color: var(--mink);
  display: block; margin-top: 0;
}
#primary-menu { display: flex; gap: 38px; list-style: none; margin: 0; padding: 0; }
#primary-menu a {
  font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--charcoal); text-decoration: none; transition: color .3s; position: relative;
}
#primary-menu a::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width .3s;
}
#primary-menu a:hover { color: var(--gold); }
#primary-menu a:hover::after { width: 100%; }
.nav-shop-btn {
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  padding: 11px 26px; border: 1px solid var(--charcoal);
  color: var(--charcoal); text-decoration: none; transition: all .3s; background: transparent;
}
.nav-shop-btn:hover { background: var(--charcoal); color: var(--warm); }

/* ─── HERO ─── */
#hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 82px; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 60px 80px 80px; position: relative;
}
.hero-left::before {
  content: ''; position: absolute; top: -20%; left: -10%;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(181,149,106,.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 9.5px; letter-spacing: .45em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
  display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(54px, 5.5vw, 84px); font-weight: 300;
  line-height: 1.06; color: var(--ink); margin-bottom: 30px;
}
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-h1 span { display: block; }
.hero-desc { font-size: 14.5px; line-height: 1.9; color: var(--mink); max-width: 400px; margin-bottom: 52px; }
.hero-actions { display: flex; gap: 22px; align-items: center; }
.btn-dark {
  display: inline-block; padding: 17px 42px; background: var(--charcoal);
  color: var(--warm); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; text-decoration: none; transition: all .35s;
  border: 1px solid var(--charcoal);
}
.btn-dark:hover { background: var(--gold); border-color: var(--gold); color: var(--warm); }
.btn-link {
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--charcoal); text-decoration: none;
  display: flex; align-items: center; gap: 9px; transition: color .3s;
}
.btn-link:hover { color: var(--gold); }
.hero-right { position: relative; overflow: hidden; background: var(--linen); }
.hero-right::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 55% 45%, rgba(181,149,106,.18) 0%, transparent 65%);
  z-index: 1;
}
.hero-bg-letter {
  position: absolute; bottom: -40px; right: -30px;
  font-family: 'Cormorant Garamond', serif; font-size: 420px; font-weight: 600;
  color: var(--charcoal); opacity: .04; line-height: 1; user-select: none; z-index: 0;
}
.hero-image-wrap { position: absolute; inset: 0; z-index: 2; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: 52px; left: -20px; z-index: 10;
  background: var(--warm); padding: 18px 26px;
  border-left: 3px solid var(--gold); box-shadow: 0 12px 48px rgba(0,0,0,.1);
}
.hero-badge strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--ink); line-height: 1; font-weight: 400; }
.hero-badge span { font-size: 9px; letter-spacing: .35em; text-transform: uppercase; color: var(--mink); }

/* ─── MARQUEE ─── */
.marquee-bar { background: var(--charcoal); padding: 17px 0; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: inline-flex; animation: marquee 24s linear infinite; }
.marquee-item {
  font-size: 9.5px; letter-spacing: .32em; text-transform: uppercase;
  color: rgba(253,252,250,.7); padding: 0 36px;
  display: inline-flex; align-items: center; gap: 14px;
}
.marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── SECTION BASE ─── */
.section-eyebrow {
  font-size: 9.5px; letter-spacing: .42em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
  display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.8vw, 54px); font-weight: 300;
  line-height: 1.12; color: var(--ink); margin-bottom: 28px;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-body { font-size: 14.5px; line-height: 1.92; color: var(--mink); }
.section-body p + p { margin-top: 18px; }

/* ─── ABOUT ─── */
#about {
  padding: var(--gap) 80px;
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: 100px; align-items: center;
}
.about-text { padding-top: 0; }
.about-visual { position: relative; width: min(100%, 540px); margin-left: auto; }
.about-img-wrap { background: var(--linen); aspect-ratio: 4/5; position: relative; overflow: hidden; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-img-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.about-img-letter { font-family: 'Cormorant Garamond', serif; font-size: 200px; color: var(--charcoal); opacity: .05; font-weight: 600; user-select: none; }
.about-float {
  position: absolute; bottom: -30px; right: -30px;
  background: var(--charcoal); padding: 30px 34px; max-width: 230px;
}
.about-float-quote { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; line-height: 1.55; color: var(--gold-light); margin-bottom: 14px; }
.about-float-cite { font-size: 9px; letter-spacing: .32em; text-transform: uppercase; color: var(--stone); }
.about-tag { display: inline-block; font-size: 9px; letter-spacing: .3em; text-transform: uppercase; background: var(--linen); padding: 9px 18px; color: var(--charcoal); margin-bottom: 32px; }

/* ─── STATS ─── */
.stats-bar {
  background: var(--charcoal); padding: 56px 80px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
}
.stat-item { text-align: center; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.08); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; color: var(--gold-light); font-weight: 300; line-height: 1; display: block; }
.stat-label { font-size: 9.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--stone); margin-top: 8px; display: block; }

/* ─── FEATURES ─── */
#features { padding: var(--gap) 80px; background: var(--cream); }
.features-header { text-align: center; margin-bottom: 72px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; max-width: 1080px; margin: 0 auto; }
.feat-card {
  background: var(--warm); padding: 48px 40px;
  border-bottom: 3px solid transparent;
  transition: border-color .35s, transform .35s, box-shadow .35s; cursor: default;
}
.feat-card:hover { border-bottom-color: var(--gold); transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,.07); }
.feat-symbol { font-size: 32px; color: var(--gold-light); margin-bottom: 26px; display: block; line-height: 1; font-family: 'Cormorant Garamond', serif; }
.feat-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px; }
.feat-text { font-size: 13.5px; line-height: 1.88; color: var(--mink); }

/* ─── RITUAL / HOW TO USE ─── */
#ritual { padding: var(--gap) 80px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; }
.ritual-steps { display: flex; flex-direction: column; }
.ritual-step { display: flex; gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--linen); }
.ritual-step:first-of-type { padding-top: 0; }
.ritual-step:last-of-type { border-bottom: none; }
.step-n { font-family: 'Cormorant Garamond', serif; font-size: 11px; letter-spacing: .1em; color: var(--stone); min-width: 28px; padding-top: 3px; }
.step-body h4 { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); margin-bottom: 9px; }
.step-body p { font-size: 13.5px; line-height: 1.82; color: var(--mink); margin-bottom: 0; }
.ritual-visual { background: var(--linen); aspect-ratio: 1; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.ritual-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(181,149,106,.1) 0%, transparent 70%); }
.ritual-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ─── TESTIMONIALS ─── */
#testimonials { padding: var(--gap) 80px; background: var(--charcoal); }
#testimonials .section-eyebrow { color: var(--gold-light); }
#testimonials .section-eyebrow::before { background: var(--gold-light); }
#testimonials .section-title { color: var(--warm); }
#testimonials .section-title em { color: var(--gold-light); }
.testi-header { margin-bottom: 64px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.testi-card { background: rgba(255,255,255,.04); padding: 44px 38px; border-top: 1px solid rgba(255,255,255,.07); transition: background .3s; }
.testi-card:hover { background: rgba(255,255,255,.075); }
.testi-stars { color: var(--gold); font-size: 13px; letter-spacing: 5px; margin-bottom: 22px; }
.testi-quote { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; line-height: 1.68; color: #e8e2d9; margin-bottom: 26px; }
.testi-author { font-size: 10px; letter-spacing: .32em; text-transform: uppercase; color: var(--stone); }
.testi-divider { width: 28px; height: 1px; background: var(--gold); margin-bottom: 14px; opacity: .5; }

/* ─── SHOP CTA ─── */
#shop { padding: var(--gap) 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.shop-tag { display: inline-block; font-size: 9px; letter-spacing: .3em; text-transform: uppercase; background: var(--linen); padding: 9px 18px; color: var(--charcoal); margin-bottom: 28px; }
.shop-price-wrap { margin: 20px 0 28px; display: flex; align-items: baseline; gap: 10px; }
.shop-price { font-family: 'Cormorant Garamond', serif; font-size: 48px; color: var(--ink); font-weight: 300; line-height: 1; }
.shop-price sup { font-size: 22px; }
.shop-price-note { font-size: 13px; color: var(--mink); }
.shop-desc { font-size: 14px; line-height: 1.88; color: var(--mink); margin-bottom: 44px; max-width: 420px; }
.shop-cta-wrap { display: flex; flex-direction: column; gap: 14px; max-width: 340px; }
.btn-shopify {
  display: flex; align-items: center; justify-content: center; gap: 11px;
  padding: 19px 40px; background: var(--gold); color: var(--warm);
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  text-decoration: none; border: 1px solid var(--gold); transition: all .35s;
}
.btn-shopify:hover { background: var(--charcoal); border-color: var(--charcoal); color: var(--warm); }
.shop-note { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--stone); text-align: center; }
.shop-visual { background: var(--linen); aspect-ratio: 1; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.shop-visual img { width: 100%; height: 100%; object-fit: cover; }
.shop-badge {
  position: absolute; top: 28px; right: 28px; width: 76px; height: 76px;
  border-radius: 50%; background: var(--charcoal);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.shop-badge span { font-size: 8.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--stone); line-height: 1.5; }

/* ─── INSTAGRAM ─── */
.insta-bar { padding: 80px; background: var(--cream); }
.insta-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.insta-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.insta-item { aspect-ratio: 1; overflow: hidden; cursor: pointer; position: relative; background: var(--linen); }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.insta-item:hover img { transform: scale(1.05); }
.insta-overlay { position: absolute; inset: 0; background: rgba(26,23,20,.45); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.insta-item:hover .insta-overlay { opacity: 1; }
.insta-overlay span { font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--warm); }
.insta-zoom-icon { color: #fff; display: flex; align-items: center; justify-content: center; }

/* Lightbox */
.bbb-lightbox { position: fixed; inset: 0; z-index: 99999; background: rgba(10,9,8,.92); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s; }
.bbb-lightbox.is-open { opacity: 1; pointer-events: all; }
body.bbb-lightbox-open { overflow: hidden; }
.bbb-lightbox-inner { position: relative; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; }
.bbb-lightbox-img { max-width: 88vw; max-height: 82vh; object-fit: contain; border-radius: 4px; box-shadow: 0 32px 80px rgba(0,0,0,.6); display: block; transition: opacity .2s; }
.bbb-lightbox-counter { margin-top: 14px; font-size: 11px; letter-spacing: .18em; color: rgba(255,255,255,.45); text-transform: uppercase; font-family: 'Jost', sans-serif; }
.bbb-lightbox-close { position: fixed; top: 20px; right: 24px; background: none; border: none; cursor: pointer; color: rgba(255,255,255,.7); transition: color .2s; z-index: 2; padding: 6px; }
.bbb-lightbox-close:hover { color: #fff; }
.bbb-lightbox-nav { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: rgba(255,255,255,.7); transition: background .2s, color .2s; z-index: 2; }
.bbb-lightbox-nav:hover { background: rgba(255,255,255,.18); color: #fff; }
.bbb-lightbox-prev { left: 20px; }
.bbb-lightbox-next { right: 20px; }

/* ─── FOOTER ─── */
#colophon { background: var(--ink); padding: 80px 80px 36px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-logo-main { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--warm); display: block; line-height: 1; text-decoration: none; }
.footer-logo-sub { font-size: 8.5px; font-weight: 300; letter-spacing: .4em; text-transform: uppercase; color: var(--mink); display: block; margin-top: 3px; }
.footer-brand-text { font-size: 13px; line-height: 1.8; color: var(--mink); margin-top: 20px; }
.footer-col h5 { font-size: 9.5px; letter-spacing: .38em; text-transform: uppercase; color: var(--warm); margin-bottom: 22px; font-weight: 500; font-family: 'Jost', sans-serif; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li + li { margin-top: 11px; }
.footer-col a { color: var(--mink); font-size: 13px; text-decoration: none; transition: color .3s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; font-size: 11px; color: var(--mink); }
.footer-bottom a { color: var(--mink); text-decoration: none; transition: color .3s; }
.footer-bottom a:hover { color: var(--gold-light); }
.footer-bottom-right { display: flex; gap: 24px; }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── BLOG / PAGES ─── */
.site-main { padding: 120px 80px 80px; max-width: 1200px; margin: 0 auto; }
.entry-title { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--ink); margin-bottom: 24px; }
.entry-content { font-size: 15px; line-height: 1.9; color: var(--charcoal); }

/* ─── BACK TO TOP ─── */
#back-to-top {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 300;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .35s, transform .35s, background .2s;
  pointer-events: none;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#back-to-top:hover { background: var(--charcoal); }
#back-to-top svg { width: 20px; height: 20px; }

/* ─── HEADER NOT FIXED (when option disabled) ─── */
body.header-not-fixed #masthead {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  box-shadow: none;
}
body.header-not-fixed #page { padding-top: 0 !important; }
body.header-not-fixed #hero { padding-top: 40px; }

/* ─── RESPONSIVE ─── */
/* responsive rules consolidated below */

/* ─── SMOOTH SCROLL ANCHOR OFFSET ─── */
html { scroll-padding-top: 82px; }
:target { scroll-margin-top: 82px; }

/* ─── BACK TO TOP ─── */
#back-to-top {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 9980;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .35s, transform .35s, background .2s;
  pointer-events: none;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#back-to-top:hover { background: var(--charcoal); }
#back-to-top svg { width: 20px; height: 20px; }

/* ─── HEADER NOT FIXED ─── */
body.header-not-fixed #masthead {
  position: relative;
  top: auto; left: auto; right: auto;
  box-shadow: none;
}
body.header-not-fixed #hero { padding-top: 40px; }

/* ─── HAMBURGER BUTTON ─── */
.menu-toggle {
  display: none; /* shown only on mobile via media query */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  position: relative;
  flex-shrink: 0;
  margin-left: auto; /* push to far right inside header flex */
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--mob-burger-color, var(--charcoal));
  border-radius: 2px;
  transition: transform .38s cubic-bezier(.23,1,.32,1), opacity .25s, width .3s;
  transform-origin: center;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; width: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ─── MOBILE NAV DRAWER ─── */
/* Hidden on desktop — shown only inside the mobile media query */
#mobile-nav {
  display: none;
}

/* mobile-nav rules merged into main responsive block */
#mobile-nav .mobile-nav-link {
  font-family: var(--mob-font-family, 'Cormorant Garamond', serif);
  font-size: var(--mob-font-size, 36px);
  font-weight: 300;
  color: var(--mob-link-color, var(--charcoal));
  text-decoration: none;
  letter-spacing: .04em;
  padding: 6px 0;
  transition: color .2s;
  display: block;
  text-align: center;
  line-height: 1.2;
}
#mobile-nav .mobile-nav-link:hover,
#mobile-nav .mobile-nav-link:focus {
  color: var(--mob-link-hover, var(--gold));
  outline: none;
}
#mobile-nav .nav-shop-btn-mobile {
  margin-top: 32px;
  display: inline-block;
  padding: 13px 38px;
  border: 1px solid var(--mob-btn-border, var(--charcoal));
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--mob-btn-color, var(--charcoal));
  background: var(--mob-btn-bg, transparent);
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  transition: background .3s, color .3s;
}
#mobile-nav .nav-shop-btn-mobile:hover {
  background: var(--mob-btn-hover-bg, var(--charcoal));
  color: var(--mob-btn-hover-color, var(--warm));
}
body.nav-open { overflow: hidden; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  /* ── Header ── */
  #masthead { padding: 18px 32px; }
  #masthead.scrolled { padding: 12px 32px; }
  #site-navigation { display: none !important; }
  .nav-shop-btn { display: none !important; }
  #primary-menu { display: none !important; }
  .menu-toggle { display: flex; }

  /* ── Mobile nav drawer ── */
  #mobile-nav {
    display: flex;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--mob-link-gap, 6px);
    background: var(--mob-bg, var(--warm));
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity .38s cubic-bezier(.23,1,.32,1),
                transform .38s cubic-bezier(.23,1,.32,1),
                visibility 0s linear .38s;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 100px 40px 60px;
  }
  #mobile-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .38s cubic-bezier(.23,1,.32,1),
                transform .38s cubic-bezier(.23,1,.32,1),
                visibility 0s linear 0s;
    pointer-events: auto;
  }

  /* ── Layout ── */
  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 32px; }
  .hero-right { aspect-ratio: 4/3; }
  #about, #ritual, #shop { grid-template-columns: 1fr; padding: 72px 32px; gap: 52px; }
  .about-text { padding-top: 0; }
  .about-visual { margin: 0 auto; }
  .about-float { right: 0; bottom: -20px; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); padding: 48px 32px; gap: 32px; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 28px; }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none; }
  #features, #testimonials, .insta-bar { padding: 72px 32px; }
  .features-grid, .testi-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  #colophon { padding: 60px 32px 28px; }
}

/* ═══════════════════════════════════════════════════════════════
   INNER PAGES — Shared
   ═══════════════════════════════════════════════════════════════ */

/* Page hero */
.page-hero {
  padding: 140px 64px 80px;
  background: var(--linen);
  text-align: center;
  border-bottom: 1px solid rgba(200,191,176,.3);
}
.page-hero .section-eyebrow { justify-content: center; margin-bottom: 20px; }
.page-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 22px;
}
.page-hero-title em { font-style: italic; color: var(--gold); }
.page-hero-sub {
  font-size: 15px;
  color: var(--mink);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
}
.page-hero--story { background: var(--charcoal); }
.page-hero--story .page-hero-title,
.page-hero--story .page-hero-sub,
.page-hero--story .section-eyebrow { color: rgba(253,252,250,.75); }
.page-hero--story .page-hero-title em { color: var(--gold-light); }
.page-hero--story .section-eyebrow a { color: var(--gold-light); text-decoration: none; }
.page-hero--story .section-eyebrow span { margin: 0 8px; opacity: .4; }
.page-hero--single { padding-bottom: 64px; }

/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════════════════════ */
.about-page-intro {
  padding: 80px 64px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.about-page-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.6;
  margin-bottom: 28px;
}
.about-page-intro p { color: var(--mink); line-height: 1.9; margin-bottom: 16px; font-size: 15px; }

.values-section { padding: 80px 64px; background: var(--warm); }
.values-header { text-align: center; margin-bottom: 64px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.value-card {
  background: var(--linen);
  padding: 40px 32px;
  text-align: center;
}
.value-icon { font-size: 28px; margin-bottom: 20px; color: var(--gold); }
.value-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px;
  color: var(--charcoal);
}
.value-card p { font-size: 13.5px; color: var(--mink); line-height: 1.85; }

.mission-strip {
  background: var(--charcoal);
  padding: 64px;
  text-align: center;
}
.mission-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 36px);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-light);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

.origin-teaser { padding: 96px 64px; background: var(--warm); }
.origin-teaser-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.origin-teaser-text .section-eyebrow { margin-bottom: 16px; }
.origin-teaser-text .section-title { margin-bottom: 28px; }
.origin-teaser-text p { color: var(--mink); line-height: 1.9; margin-bottom: 36px; font-size: 15px; }
.origin-teaser-img-wrap {
  background: var(--linen);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.origin-teaser-placeholder { font-size: 48px; color: var(--stone); opacity: .5; }

/* ═══════════════════════════════════════════════════════════════
   STORY PAGE (Our Story)
   ═══════════════════════════════════════════════════════════════ */
.story-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 32px 48px;
}
.story-chapter { margin-bottom: 64px; }
.story-chapter-label {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.story-chapter h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 24px;
}
.story-chapter p { color: var(--mink); line-height: 1.95; margin-bottom: 18px; font-size: 15px; }
.story-chapter em { color: var(--charcoal); font-style: italic; }
.story-chapter--tomorrow { background: var(--linen); padding: 48px; margin: 0 -32px 64px; }

.story-divider {
  text-align: center;
  color: var(--gold);
  font-size: 20px;
  margin: 0 0 64px;
  opacity: .6;
}
.story-pullquote {
  border-left: 2px solid var(--gold);
  padding: 24px 32px;
  margin: 0 0 64px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.6;
  background: var(--linen);
}

.story-cta {
  padding: 96px 64px;
  background: var(--linen);
  text-align: center;
}
.story-cta .section-eyebrow { justify-content: center; margin-bottom: 16px; }
.story-cta .section-title { margin-bottom: 40px; }

/* ═══════════════════════════════════════════════════════════════
   EXPERIENCE PAGE
   ═══════════════════════════════════════════════════════════════ */
.exp-features { padding: 96px 64px; background: var(--warm); }
.exp-features-header { text-align: center; margin-bottom: 16px; }
.exp-features-intro {
  max-width: 560px; margin: 0 auto 64px;
  text-align: center; color: var(--mink); line-height: 1.9; font-size: 15px;
}
.exp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.exp-feature-card {
  background: var(--linen);
  padding: 48px 36px;
}
.exp-feature-icon { font-size: 30px; color: var(--gold); margin-bottom: 20px; }
.exp-feature-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.exp-feature-tag {
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.exp-feature-card p { color: var(--mink); font-size: 14px; line-height: 1.9; }

.exp-steps { padding: 96px 64px; background: var(--charcoal); }
.exp-steps-header { text-align: center; margin-bottom: 64px; }
.exp-steps-header .section-eyebrow,
.exp-steps-header .section-title { color: rgba(253,252,250,.85); }
.exp-steps-header .section-title em { color: var(--gold-light); }
.exp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1000px;
  margin: 0 auto;
}
.exp-step { text-align: center; }
.exp-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 20px;
  opacity: .6;
}
.exp-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  color: var(--warm);
  margin-bottom: 14px;
}
.exp-step p { color: rgba(253,252,250,.6); font-size: 14px; line-height: 1.9; }

.sensory-strip {
  padding: 36px 64px;
  background: var(--gold);
  overflow: hidden;
}
.sensory-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 0;
}
.sensory-strip-inner span {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--warm);
  padding: 0 18px;
}
.sensory-dot { opacity: .5; padding: 0 !important; }

.exp-testi { padding: 96px 64px; background: var(--warm); }
.exp-testi-header { text-align: center; margin-bottom: 64px; }
.exp-testi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}
.exp-testi-card {
  background: var(--linen);
  padding: 48px 40px;
}
.exp-testi-stars { color: var(--gold); font-size: 18px; letter-spacing: 3px; margin-bottom: 20px; }
.exp-testi-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.65;
  margin-bottom: 20px;
}
.exp-testi-card cite { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--mink); font-style: normal; }

.exp-cta {
  padding: 96px 64px;
  background: var(--linen);
  text-align: center;
}
.exp-cta .section-title { margin-bottom: 20px; }
.exp-cta > p { color: var(--mink); margin-bottom: 40px; font-size: 15px; line-height: 1.8; }
.exp-cta-link { display: block; margin-top: 20px; }

/* ═══════════════════════════════════════════════════════════════
   STORIES ARCHIVE
   ═══════════════════════════════════════════════════════════════ */
.stories-archive { padding: 80px 64px; background: var(--warm); }
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
}
.story-card { background: var(--linen); overflow: hidden; }
.story-card-thumb {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--stone);
}
.story-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.story-card:hover .story-card-thumb img { transform: scale(1.04); }
.story-card-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--charcoal);
  font-size: 32px;
  color: var(--gold);
  opacity: .7;
  text-decoration: none;
}
.story-card-body { padding: 32px 28px 36px; }
.story-card-date {
  display: block;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--mink);
  margin-bottom: 12px;
}
.story-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 14px;
}
.story-card-title a { color: var(--charcoal); text-decoration: none; }
.story-card-title a:hover { color: var(--gold); }
.story-card-excerpt { font-size: 13.5px; color: var(--mink); line-height: 1.85; margin-bottom: 24px; }
.story-card-link { font-size: 11px; }
.stories-empty { text-align: center; padding: 80px 0; color: var(--mink); }

/* Pagination */
.nav-links { display: flex; justify-content: center; gap: 16px; margin-top: 64px; }
.nav-links a, .nav-links span {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid var(--stone);
  transition: all .3s;
}
.nav-links a:hover { background: var(--charcoal); color: var(--warm); border-color: var(--charcoal); }
.nav-links .current { background: var(--charcoal); color: var(--warm); border-color: var(--charcoal); }

/* ═══════════════════════════════════════════════════════════════
   SINGLE STORY
   ═══════════════════════════════════════════════════════════════ */
.single-story-thumb {
  max-height: 520px;
  overflow: hidden;
}
.single-story-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.single-story-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 72px 32px 48px;
  font-size: 15.5px;
  line-height: 1.95;
  color: var(--mink);
}
.single-story-content h2, .single-story-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: var(--charcoal);
  margin: 48px 0 18px;
}
.single-story-content h2 { font-size: 30px; }
.single-story-content h3 { font-size: 22px; }
.single-story-content p { margin-bottom: 20px; }
.single-story-content blockquote {
  border-left: 2px solid var(--gold);
  padding: 20px 28px;
  margin: 36px 0;
  background: var(--linen);
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.6;
}

.single-story-back { max-width: 720px; margin: 0 auto; padding: 0 32px 48px; }

.single-story-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--linen);
  margin-top: 24px;
}
.story-nav-item {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  transition: background .2s;
}
.story-nav-item:hover { background: var(--linen); }
.story-nav-item--next { text-align: right; border-left: 1px solid var(--linen); }
.story-nav-label { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--mink); }
.story-nav-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — Inner Pages
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .page-hero { padding: 120px 32px 64px; }
  .about-page-intro { padding: 60px 32px; }
  .values-section, .origin-teaser, .story-cta,
  .exp-features, .exp-steps, .exp-testi, .exp-cta,
  .stories-archive { padding: 72px 32px; }
  .values-grid, .exp-features-grid, .exp-steps-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .exp-testi-grid, .stories-grid { grid-template-columns: 1fr 1fr; }
  .origin-teaser-inner { grid-template-columns: 1fr; gap: 40px; }
  .mission-strip { padding: 48px 32px; }
  .story-page { padding: 60px 32px 40px; }
  .story-chapter--tomorrow { margin: 0 0 64px; }
  .single-story-nav { grid-template-columns: 1fr; }
  .story-nav-item--next { border-left: none; border-top: 1px solid var(--linen); text-align: left; }
}
@media (max-width: 640px) {
  .values-grid, .exp-features-grid, .exp-steps-grid,
  .exp-testi-grid, .stories-grid { grid-template-columns: 1fr; }
  .sensory-strip-inner { gap: 8px 0; }
  .story-nav-item { padding: 28px 24px; }
}
