/* ============================================================
   THASSOS YOGA RETREAT — Design System v2
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --dark:        #272621;
  --dark-elev:   #302e29;
  --light:       #f7f2e2;
  --light-elev:  #e2decf;
  --olive:       #4a4932;
  --terracotta:  #b5622a;
  --sage:        #7a8c6e;
  --sage-light:  #a8b89a;
  --gold:        #c9a96e;
  --white:       #ffffff;
  --text-muted:  var(--sage);

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;

  --radius:      20px;
  --radius-pill: 50px;
  --nav-h:       72px;

  --shadow-sm:   0 4px 16px rgba(39,38,33,0.08);
  --shadow-md:   0 8px 32px rgba(39,38,33,0.12);
  --shadow-lg:   0 20px 60px rgba(39,38,33,0.20);
  --ease:        0.3s ease;
}

/* ── Reset ─────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:18px;overflow-x:hidden}
body{font-family:var(--font-sans);background:var(--light);color:var(--dark);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
em{font-style:italic}
button{font-family:inherit;cursor:pointer;border:none;background:none}

/* ── Typography ────────────────────────────────────────────── */
h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.15}
h1{font-size:clamp(3rem,5.5vw,5.5rem);font-weight:700}
h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:600}
h3{font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:600}
p{font-size:1rem}

/* ── Layout helpers ────────────────────────────────────────── */
section{padding:5.5rem 2rem}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
.text-center{text-align:center}
.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}

/* ── Eyebrow / label ───────────────────────────────────────── */
.eyebrow{
  font-size:0.74rem;font-weight:600;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--sage);
  display:inline-flex;align-items:center;gap:0.5rem;margin-bottom:0.9rem
}
.section-label{
  font-size:0.74rem;font-weight:600;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--sage);margin-bottom:0.9rem
}

/* ── Sparkle divider ───────────────────────────────────────── */
.sparkle-row{
  display:flex;align-items:center;justify-content:center;
  gap:0.75rem;color:var(--gold);font-size:0.9rem;margin-bottom:0.75rem
}
.sparkle-row::before,.sparkle-row::after{
  content:'';flex:1;max-width:60px;height:1px;
  background:linear-gradient(90deg,transparent,var(--sage-light),transparent)
}

/* ── Buttons ───────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:0.5rem;
  padding:.85rem 2rem;border-radius:var(--radius-pill);
  font-family:var(--font-sans);font-size:.9rem;font-weight:600;
  cursor:pointer;transition:var(--ease);border:2px solid transparent;
  white-space:nowrap;text-decoration:none;line-height:1
}
.btn-primary{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}
.btn-primary:hover{background:#9e5224;border-color:#9e5224;transform:translateY(-2px);box-shadow:0 8px 24px rgba(181,98,42,.35)}
.btn-outline{background:transparent;color:var(--dark);border-color:var(--dark)}
.btn-outline:hover{background:var(--dark);color:var(--light);transform:translateY(-2px)}
.btn-outline-light{background:transparent;color:var(--light);border-color:rgba(247,242,226,.6)}
.btn-outline-light:hover{background:rgba(247,242,226,.12);border-color:var(--light);transform:translateY(-2px)}
.btn-white{background:#fff;color:var(--dark);border-color:#fff}
.btn-white:hover{background:var(--light);transform:translateY(-2px)}
.btn-sm{padding:.55rem 1.25rem;font-size:.82rem}
/* ── Button overflow prevention ────────────────────────────── */
.btn-primary,.btn-cta-main,.btn-light,.btn-outline-light,
.btn-white,.btn-ghost-white,.cta-strip-btns a,
a[href*="tel"]:not(.float-phone){
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}

/* ── Pill badge ────────────────────────────────────────────── */
.badge{
  display:inline-flex;align-items:center;gap:.35rem;
  padding:.35rem .9rem;border-radius:var(--radius-pill);
  font-size:.78rem;font-weight:600;background:var(--dark);color:var(--light)
}
.badge-light{background:var(--light-elev);color:var(--olive)}
.badge-sage{background:rgba(122,140,110,.15);color:var(--sage);border:1px solid rgba(122,140,110,.3)}

/* ── Fade-in ───────────────────────────────────────────────── */
.fi{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.fi.visible{opacity:1;transform:translateY(0)}
.fi-d1{transition-delay:.1s}.fi-d2{transition-delay:.2s}
.fi-d3{transition-delay:.3s}.fi-d4{transition-delay:.4s}

/* ── Image placeholder ─────────────────────────────────────── */
.img-ph{
  background:var(--light-elev);border-radius:var(--radius);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.6rem;color:#9a9880;font-size:.76rem;text-transform:uppercase;
  letter-spacing:.06em;width:100%;height:100%
}
.img-ph svg{width:2rem;height:2rem;opacity:.5}
.img-ph small{font-size:.65rem;opacity:.7}

/* Dark-bg version for gallery */
.img-ph-dark{background:var(--dark-elev);color:rgba(247,242,226,.25)}
.img-ph-dark svg{opacity:.2}

/* ────────────────────────────────────────────────────────────
   NAV
──────────────────────────────────────────────────────────── */
.site-nav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  height:var(--nav-h);padding:0 2rem;
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(247,242,226,.95);backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(74,73,50,.07);
  transition:box-shadow var(--ease)
}
.site-nav.scrolled{box-shadow:0 2px 20px rgba(39,38,33,.08)}

.nav-logo{
  display:flex;align-items:center;gap:.5rem;
  font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--dark)
}
.nav-logo-star{color:var(--terracotta);font-size:1rem;flex-shrink:0}

.nav-links{display:flex;align-items:center;gap:1.75rem}
.nav-links a{font-size:.88rem;font-weight:500;color:var(--olive);transition:color var(--ease)}
.nav-links a:hover,.nav-links a.active{color:var(--terracotta)}

/* ── Subnav (dark, used on index) ────────────────────────────── */
.subnav{
  position:sticky;top:var(--nav-h);z-index:900;
  background:var(--dark);padding:.7rem 2rem;
  display:flex;align-items:center;justify-content:center;gap:2rem;
  overflow-x:auto;-webkit-overflow-scrolling:touch
}
.subnav::-webkit-scrollbar{display:none}
.subnav a{
  font-size:.82rem;font-weight:500;white-space:nowrap;
  color:rgba(247,242,226,.55);padding:.2rem 0;
  border-bottom:2px solid transparent;transition:color var(--ease),border-color var(--ease)
}
.subnav a:hover{color:var(--light)}
.subnav a.active{color:var(--sage-light);border-bottom-color:var(--sage-light)}

/* ── Page-nav (light, used on program/food) ──────────────────── */
.page-nav{
  background:var(--light-elev);
  border-bottom:1px solid rgba(74,73,50,.12);
  padding:.6rem 3rem;
  display:flex;gap:2rem;align-items:center;
  margin-top:var(--nav-h);
  overflow-x:auto;-webkit-overflow-scrolling:touch
}
.page-nav::-webkit-scrollbar{display:none}
.page-nav a{
  font-size:.88rem;font-weight:500;white-space:nowrap;
  color:var(--text-muted);padding:.35rem 0;
  border-bottom:2px solid transparent;
  transition:all .2s;text-decoration:none
}
.page-nav a:hover,.page-nav a.active{
  color:var(--dark);border-bottom-color:var(--dark)
}

/* ────────────────────────────────────────────────────────────
   BACK TO TOP
──────────────────────────────────────────────────────────── */
.back-to-top{
  position:fixed;bottom:5rem;right:2rem;z-index:98;
  width:44px;height:44px;border-radius:50%;
  background:var(--light-elev);border:1.5px solid var(--dark);color:var(--dark);
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;transform:translateY(8px);
  transition:opacity var(--ease),transform var(--ease),background var(--ease)
}
.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.post-cta .btn-outline{border:2px solid #fff;color:#fff;background:transparent;padding:.7rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}
.post-cta .btn-outline:hover{background:rgba(255,255,255,.1)}
.back-to-top:hover{background:var(--dark);color:var(--light)}
.back-to-top svg{width:18px;height:18px}

/* ────────────────────────────────────────────────────────────
   FLOATING PHONE
──────────────────────────────────────────────────────────── */
.float-phone{
  position:fixed;bottom:2rem;right:2rem;z-index:998;
  width:54px;height:54px;border-radius:50%;
  background:var(--terracotta);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:1.35rem;box-shadow:0 8px 24px rgba(181,98,42,.4);
  text-decoration:none;
  animation:phone-pulse 3s ease infinite
}
.float-phone:hover{transform:scale(1.1)}
@keyframes phone-pulse{
  0%,100%{box-shadow:0 8px 24px rgba(181,98,42,.4),0 0 0 0 rgba(181,98,42,.3)}
  50%{box-shadow:0 8px 24px rgba(181,98,42,.4),0 0 0 10px rgba(181,98,42,0)}
}

/* ────────────────────────────────────────────────────────────
   VIDEO COMPONENT
──────────────────────────────────────────────────────────── */
.video-wrap{
  position:relative;border-radius:var(--radius);overflow:hidden;
  aspect-ratio:16/9;box-shadow:var(--shadow-lg);cursor:pointer
}
.video-wrap video{width:100%;height:100%;object-fit:cover;display:block}
.video-wrap::after{/* vignette */
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse at center,transparent 55%,rgba(39,38,33,.18) 100%)
}
.video-placeholder{
  width:100%;height:100%;background:var(--dark-elev);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:1rem;color:rgba(247,242,226,.4);font-size:.85rem;text-align:center;padding:2rem
}
.video-placeholder svg{width:3rem;height:3rem;opacity:.3}
.play-indicator{
  position:absolute;bottom:.85rem;right:.85rem;z-index:10;
  background:rgba(39,38,33,.7);color:#fff;border-radius:var(--radius-pill);
  padding:.3rem .75rem;font-size:.78rem;font-weight:600;
  opacity:0;transition:opacity var(--ease);pointer-events:none;backdrop-filter:blur(4px)
}
.video-price-badge{
  margin-top:.75rem;background:var(--dark);color:var(--light);
  border-radius:var(--radius);padding:1.1rem 1.5rem;
  display:flex;align-items:center;gap:1rem
}
.video-price-badge .price{
  font-family:var(--font-serif);font-size:1.6rem;color:var(--sage-light);font-weight:700
}
.video-price-badge .note{font-size:.8rem;color:rgba(247,242,226,.55);line-height:1.5}

/* ────────────────────────────────────────────────────────────
   HERO
──────────────────────────────────────────────────────────── */
.hero{
  display:grid;grid-template-columns:1fr 1fr;
  align-items:center;
  min-height:calc(100vh - var(--nav-h));
  padding:0 3rem;
  background:var(--light);
  gap:2.5rem
}

.hero-left{display:flex;flex-direction:column;gap:1.4rem}
.hero-meta{
  font-size:0.95rem;font-weight:700;letter-spacing:0.12em;
  color:var(--sage);text-transform:uppercase;margin-bottom:1.8rem;background:transparent
}
.hero-sub{font-size:1.02rem;color:var(--olive);max-width:600px;line-height:1.72}
.hero-btns{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}

/* Hero right: full-height image */
.hero-right{
  height:100%;min-height:520px;border-radius:20px;overflow:hidden
}

/* Stat strip — full width below hero */
.stat-strip{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:var(--light);
  border-top:1px solid var(--light-elev);border-bottom:1px solid var(--light-elev)
}
.stat-item{
  text-align:center;padding:2.5rem 1rem;
  border-right:1px solid var(--light-elev)
}
.stat-item:last-child{border-right:none}
.stat-num{
  font-family:'Playfair Display',serif;font-size:clamp(2.2rem,4vw,3.2rem);
  font-weight:700;color:var(--dark);line-height:1;display:block
}
.stat-lbl{
  font-size:0.7rem;letter-spacing:0.14em;text-transform:uppercase;
  color:var(--text-muted);margin-top:0.4rem;display:block
}

/* ────────────────────────────────────────────────────────────
   MARQUEE
──────────────────────────────────────────────────────────── */
.marquee-section{background:var(--dark);padding:1rem 0;overflow:hidden}
.marquee-track{
  display:flex;gap:2.5rem;white-space:nowrap;
  width:max-content;animation:marquee-scroll 28s linear infinite
}
.marquee-section:hover .marquee-track{animation-play-state:paused}
.marquee-item{
  font-size:.72rem;font-weight:600;letter-spacing:.2em;
  text-transform:uppercase;color:var(--sage-light);flex-shrink:0
}
.marquee-dot{color:var(--gold)}
@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ────────────────────────────────────────────────────────────
   SECTION INTRO
──────────────────────────────────────────────────────────── */
.section-intro{text-align:center;max-width:680px;margin:0 auto 3.5rem}
.section-intro h2{margin-bottom:.75rem}
.section-intro p{color:var(--olive);font-size:.97rem}

/* ────────────────────────────────────────────────────────────
   FEATURE CARDS
──────────────────────────────────────────────────────────── */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.feature-card{
  background:var(--light);border-radius:var(--radius);padding:2.25rem 2rem;
  box-shadow:var(--shadow-sm);
  transition:transform var(--ease),box-shadow var(--ease)
}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.feature-icon{font-size:2rem;margin-bottom:.85rem}
.feature-card h3{margin-bottom:.6rem}
.feature-card p{font-size:.9rem;color:var(--olive);line-height:1.7}

/* ────────────────────────────────────────────────────────────
   RETREAT SECTION
──────────────────────────────────────────────────────────── */
.retreat-section{padding:5rem 3rem;background:var(--light)}
.retreat-intro{max-width:800px;margin-bottom:3rem}
.retreat-intro h2{font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:500;color:var(--dark);line-height:1.3}
.retreat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.retreat-card{background:var(--light-elev);border-radius:20px;overflow:hidden;transition:transform 0.2s,box-shadow 0.2s;min-width:0}
.retreat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(39,38,33,0.12)}
.retreat-card-img{aspect-ratio:4/3;height:auto;overflow:hidden;width:100%}
.retreat-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s}
.retreat-card:hover .retreat-card-img img{transform:scale(1.04)}
.retreat-card-body{padding:1.4rem 1.5rem}
.retreat-card-body h3{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:600;color:var(--dark);margin-bottom:0.4rem}
.retreat-card-body p{font-size:0.88rem;color:var(--text-muted);line-height:1.65}

/* ────────────────────────────────────────────────────────────
   ABOUT
──────────────────────────────────────────────────────────── */
.about-section{background:var(--light-elev);padding:5.5rem 2rem}
.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto}
.about-left{display:flex;flex-direction:column;gap:1.5rem}
.about-left p{color:var(--olive);line-height:1.75;font-size:.97rem}

/* ────────────────────────────────────────────────────────────
   GALLERY
──────────────────────────────────────────────────────────── */
.gallery-section{background:var(--dark);padding:5rem 0 4rem}
.gallery-header{text-align:center;padding:0 2rem 2.5rem}
.gallery-header .eyebrow{color:var(--sage-light)}
.gallery-header h2{
  font-size:clamp(2.5rem,4vw,4rem);color:var(--light);font-weight:700
}
.gallery-strip{
  display:flex;gap:12px;width:max-content;
  animation:gallery-scroll 40s linear infinite
}
.gallery-section:hover .gallery-strip{animation-play-state:paused}
@keyframes gallery-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.gallery-card{
  width:300px;height:210px;flex-shrink:0;
  border-radius:var(--radius);overflow:hidden
}
.gallery-card img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-card .img-ph-dark{border-radius:0}

/* ────────────────────────────────────────────────────────────
   VIDEO SECTION (standalone)
──────────────────────────────────────────────────────────── */
.video-section{background:var(--dark);padding:5.5rem 2rem}
.video-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}
.video-section-left{display:flex;flex-direction:column;gap:1.5rem;color:var(--light)}
.video-section-left h2{color:var(--light)}
.video-section-left p{color:rgba(247,242,226,.7);font-size:.97rem}
.video-section-left .eyebrow{color:var(--sage-light)}

/* ────────────────────────────────────────────────────────────
   FOR WHOM
──────────────────────────────────────────────────────────── */
.for-whom{background:var(--dark);padding:5.5rem 2rem}
.for-whom-header{text-align:center;margin-bottom:3rem}
.for-whom-header .eyebrow{color:var(--sage-light)}
.for-whom-header h2{color:var(--light)}
.for-whom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1200px;margin:0 auto 1.25rem}
.for-whom-card{
  background:var(--dark-elev);border-radius:var(--radius);padding:1.85rem;
  transition:transform var(--ease)
}
.for-whom-card:hover{transform:translateY(-4px)}
.for-whom-num{font-family:var(--font-serif);font-size:2.4rem;font-weight:700;color:rgba(168,184,154,.5);display:block;margin-bottom:.4rem;line-height:1}
.for-whom-card h3{color:var(--light);margin-bottom:.5rem}
.for-whom-card p{color:rgba(247,242,226,.6);font-size:.88rem;line-height:1.7}
.for-whom-wide{
  background:var(--olive);border-radius:var(--radius);padding:2.25rem;
  display:flex;align-items:center;justify-content:space-between;
  gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto
}
.for-whom-wide p{color:var(--light);font-size:1rem;max-width:580px}

/* ────────────────────────────────────────────────────────────
   RESULTS
──────────────────────────────────────────────────────────── */
.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}
.results-left{display:flex;flex-direction:column;gap:1.5rem}
.result-item{display:flex;gap:1rem;align-items:flex-start}
.result-check{
  width:34px;height:34px;min-width:34px;border-radius:50%;
  background:var(--sage);display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:.95rem;margin-top:.1rem
}
.result-text h3{font-size:1.05rem;margin-bottom:.25rem}
.result-text p{font-size:.88rem;color:var(--olive)}

/* ────────────────────────────────────────────────────────────
   TEACHER
──────────────────────────────────────────────────────────── */
.teacher-section{background:var(--light-elev);padding:5.5rem 2rem}
.teacher-grid{display:grid;grid-template-columns:500px 1fr;gap:4rem;align-items:start;max-width:1200px;margin:0 auto}
.teacher-photo-wrap{position:relative;height:500px;width:100%;overflow:hidden;border-radius:var(--radius)}
.teacher-photo-wrap img{border-radius:var(--radius);width:100%;height:100%;object-fit:cover}
.teacher-badge{
  position:absolute;bottom:1.25rem;left:1rem;right:1rem;
  background:rgba(39,38,33,.92);backdrop-filter:blur(6px);
  color:var(--light);padding:.7rem 1rem;border-radius:12px;
  font-size:.78rem;text-align:center;line-height:1.4
}
.teacher-right{display:flex;flex-direction:column;gap:1.25rem}
.teacher-role{color:var(--sage);font-size:.95rem;font-weight:500;margin-top:-.75rem}
.teacher-right p{color:var(--olive);line-height:1.75;font-size:.97rem}
.teacher-stats{display:flex;gap:2rem;flex-wrap:wrap;padding-top:.5rem}
.t-stat-num{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--terracotta);display:block}
.t-stat-label{font-size:.76rem;color:var(--olive);margin-top:.15rem}

/* ────────────────────────────────────────────────────────────
   REVIEWS
──────────────────────────────────────────────────────────── */
.reviews-section{background:var(--light-elev);padding:5.5rem 2rem}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}
.review-card{
  background:var(--light);border-radius:var(--radius);padding:1.85rem;
  box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;
  transition:transform var(--ease),box-shadow var(--ease)
}
.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.review-stars{color:#f0a500;letter-spacing:2px}
.review-quote{font-style:italic;color:var(--olive);font-size:.92rem;line-height:1.72;flex:1}
.review-author{
  display:flex;align-items:center;gap:.75rem;
  border-top:1px solid var(--light-elev);padding-top:1rem
}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--light-elev);display:flex;align-items:center;justify-content:center;font-size:1.3rem}
.review-name{font-weight:600;font-size:.88rem}
.review-meta{font-size:.74rem;color:var(--sage)}
.reviews-note{text-align:center;margin-top:2rem;font-size:.88rem;color:var(--olive)}
.reviews-note a{color:var(--terracotta);font-weight:500}
.reviews-note a:hover{text-decoration:underline}

/* ────────────────────────────────────────────────────────────
   PRICE
──────────────────────────────────────────────────────────── */
.price-section{padding:5.5rem 2rem}
.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}
.price-card{
  border-radius:var(--radius);padding:2.5rem;
  border:2px solid var(--light-elev);background:var(--light);
  transition:transform var(--ease),box-shadow var(--ease)
}
.price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.price-card.primary{border:2px solid var(--dark)}
.price-card.featured{background:var(--dark);border-color:var(--dark);color:var(--light);padding:2rem}
.price-label{font-size:.78rem;font-weight:600;color:var(--sage);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem}
.price-label-secondary{font-size:.78rem;font-weight:600;color:var(--sage-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem}
.price-amount{font-family:var(--font-serif);font-size:clamp(2rem,3vw,2.8rem);font-weight:700;color:var(--terracotta);margin-bottom:.2rem}
.price-card.primary .price-amount{font-size:clamp(3.5rem,5vw,5rem)}
.price-card.featured .price-amount{color:var(--sage-light);font-size:clamp(2rem,3vw,3rem)}

/* Price stats strip (inside primary price card) */
.price-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--light-elev);border-bottom:1px solid var(--light-elev);margin:1.5rem 0;padding:1rem 0}
.ps-item{text-align:center;padding:.5rem;border-right:1px solid var(--light-elev)}
.ps-item:last-child{border-right:none}
.ps-num{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--dark);line-height:1}
.ps-lbl{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-top:.2rem}
.price-period{font-size:.82rem;color:var(--sage);display:block;margin-bottom:1.5rem}
.price-card.featured .price-period{color:rgba(247,242,226,.45)}
.price-list{display:flex;flex-direction:column;gap:.55rem;margin-bottom:2rem}
.price-list li{display:flex;align-items:flex-start;gap:.55rem;font-size:.88rem;color:var(--olive)}
.price-card.featured .price-list li{color:rgba(247,242,226,.78)}
.price-list li::before{content:'✓';color:var(--sage);font-weight:700;flex-shrink:0;margin-top:.1rem}
.alt-routes{
  background:rgba(247,242,226,.07);border:1px solid rgba(247,242,226,.12);
  border-radius:12px;padding:.9rem 1.2rem;margin-bottom:1.5rem;
  font-size:.82rem;color:rgba(247,242,226,.65);line-height:1.8
}

/* ────────────────────────────────────────────────────────────
   TRAVEL
──────────────────────────────────────────────────────────── */
.travel-section{background:var(--light-elev);padding:5.5rem 2rem}
.travel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}
.travel-card{
  background:var(--light);border-radius:var(--radius);padding:2rem;
  box-shadow:var(--shadow-sm);transition:transform var(--ease),box-shadow var(--ease)
}
.travel-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.travel-icon{font-size:1.9rem;margin-bottom:.8rem}
.travel-card h3{margin-bottom:.5rem}
.travel-card p{font-size:.88rem;color:var(--olive);line-height:1.7}

/* ────────────────────────────────────────────────────────────
   FAQ
──────────────────────────────────────────────────────────── */
.faq-section{padding:5.5rem 2rem}
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}
.faq-item{background:var(--light-elev);border-radius:var(--radius);overflow:hidden}
.faq-question{
  width:100%;padding:1.3rem 1.6rem;display:flex;justify-content:space-between;
  align-items:center;gap:1rem;text-align:left;
  font-size:.97rem;font-weight:600;color:var(--dark);
  transition:color var(--ease);background:none;border:none
}
.faq-question:hover{color:var(--terracotta)}
.faq-icon{
  width:26px;height:26px;min-width:26px;border-radius:50%;
  background:var(--light);display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;color:var(--sage);font-weight:300;line-height:1;
  transition:transform var(--ease),background var(--ease),color var(--ease)
}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--sage);color:#fff}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-answer{max-height:500px}
.faq-answer-inner{padding:0 1.6rem 1.4rem;color:var(--olive);font-size:.93rem;line-height:1.75}
.faq-answer-inner a{color:var(--terracotta)}
.faq-answer-inner a:hover{text-decoration:underline}

/* ────────────────────────────────────────────────────────────
   FINAL CTA
──────────────────────────────────────────────────────────── */
.final-cta{background:var(--dark);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}
.om-watermark{
  position:absolute;font-size:32rem;color:rgba(247,242,226,.035);
  font-family:var(--font-serif);top:50%;left:50%;
  transform:translate(-50%,-50%);pointer-events:none;user-select:none;line-height:1
}
.final-cta-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.75rem}
.pulse-row{display:flex;align-items:center;gap:.75rem}
.pulse-dot{width:9px;height:9px;background:var(--terracotta);border-radius:50%;animation:pulse 2s ease infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(181,98,42,.5)}50%{box-shadow:0 0 0 8px rgba(181,98,42,0)}}
.pulse-text{color:var(--sage-light);font-size:.85rem;font-weight:500;letter-spacing:.05em}
.final-cta h2{color:var(--light);max-width:680px}
.final-cta p{color:rgba(247,242,226,.6)}
.final-cta-btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}

/* ────────────────────────────────────────────────────────────
   FOOTER
──────────────────────────────────────────────────────────── */
footer{background:var(--dark);border-top:1px solid rgba(247,242,226,.07);padding:2.5rem 2rem}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.footer-logo{display:flex;align-items:center;gap:.55rem;font-family:var(--font-serif);font-size:1.05rem;color:var(--light)}
.footer-logo svg{width:22px;height:22px;color:var(--terracotta)}
.footer-links{display:flex;gap:1.4rem;flex-wrap:wrap}
.footer-links a{color:rgba(247,242,226,.5);font-size:.82rem;transition:color var(--ease)}
.footer-links a:hover{color:var(--light)}
.footer-socials{display:flex;gap:.75rem}
.social-icon{
  width:36px;height:36px;border-radius:50%;
  background:rgba(247,242,226,.07);color:rgba(247,242,226,.55);
  display:flex;align-items:center;justify-content:center;font-size:.95rem;
  transition:background var(--ease),color var(--ease)
}
.social-icon:hover{background:var(--terracotta);color:#fff}
.footer-copy{
  width:100%;text-align:center;font-size:.74rem;
  color:rgba(247,242,226,.25);margin-top:1rem;padding-top:1rem;
  border-top:1px solid rgba(247,242,226,.07)
}

/* ────────────────────────────────────────────────────────────
   INNER PAGE HERO
──────────────────────────────────────────────────────────── */
.page-hero{
  background:var(--dark);padding:5rem 2rem 4.5rem;
  display:grid;grid-template-columns:1fr 1fr;
  gap:3.5rem;align-items:center;
  padding-top:calc(var(--nav-h) + 3rem)
}
.page-hero.has-subnav{padding-top:3rem}/* subnav handles offset */
.page-hero-left{display:flex;flex-direction:column;gap:1.4rem}
.page-hero-left h1{color:var(--light)}
.page-hero-left p{color:rgba(247,242,226,.72);font-size:.97rem;line-height:1.72;max-width:500px}
.page-hero-badges{display:flex;flex-wrap:wrap;gap:.5rem}
.page-hero-cta{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}

/* ────────────────────────────────────────────────────────────
   TIMELINE
──────────────────────────────────────────────────────────── */
.timeline{max-width:780px;margin:0 auto;position:relative}
.timeline::before{content:'';position:absolute;left:120px;top:0;bottom:0;width:1px;background:var(--light-elev)}
.timeline-item{display:grid;grid-template-columns:120px 1fr;gap:2rem;align-items:start;padding:1.5rem 0;position:relative}
.timeline-dot{display:none}
.timeline-item::before{content:'';position:absolute;left:112px;top:1.7rem;width:9px;height:9px;border-radius:50%;background:var(--sage);border:2px solid var(--light);z-index:1}
.timeline-time{font-size:.85rem;font-weight:600;color:var(--terracotta);text-align:right;padding-top:.15rem;white-space:nowrap}
.timeline-content h3{font-size:1.2rem;margin-bottom:.3rem}
.timeline-content p{font-size:.9rem;color:var(--text-muted);line-height:1.6}

/* ────────────────────────────────────────────────────────────
   SCHEDULE TABLE
──────────────────────────────────────────────────────────── */
.schedule-table{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.35rem}
.st-row{display:grid;grid-template-columns:140px 1fr;gap:1.5rem;align-items:start;padding:1.1rem 1.4rem;background:var(--light-elev);border-radius:var(--radius);transition:transform var(--ease)}
.st-row:hover{transform:translateX(4px)}
.st-time{font-size:.85rem;font-weight:700;color:var(--terracotta);white-space:nowrap;padding-top:.15rem}
.st-title{font-size:.97rem;font-weight:600;color:var(--dark);margin-bottom:.2rem}
.st-desc{font-size:.84rem;color:var(--olive);line-height:1.6}

/* ────────────────────────────────────────────────────────────
   PRACTICES
──────────────────────────────────────────────────────────── */
.practices-section{background:var(--light-elev);padding:5.5rem 2rem}
.practices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}
.practice-card{
  background:var(--light);border-radius:var(--radius);padding:1.85rem;
  box-shadow:var(--shadow-sm);transition:transform var(--ease),box-shadow var(--ease)
}
.practice-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.practice-icon{font-size:1.9rem;margin-bottom:.75rem}
.practice-card h3{margin-bottom:.45rem}
.practice-card p{font-size:.87rem;color:var(--olive);margin-bottom:.9rem;line-height:1.7}
.level-badge{
  display:inline-block;background:rgba(122,140,110,.14);color:var(--sage);
  padding:.22rem .7rem;border-radius:var(--radius-pill);font-size:.72rem;font-weight:600
}

/* ────────────────────────────────────────────────────────────
   DETOX
──────────────────────────────────────────────────────────── */
.detox-card{background:var(--dark);border-radius:var(--radius);padding:2.75rem;color:var(--light)}
.detox-card h2{color:var(--light);margin-bottom:.85rem}
.detox-card>p{color:rgba(247,242,226,.65);margin-bottom:2rem;max-width:640px;font-size:.95rem}
.detox-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.detox-step{background:rgba(247,242,226,.05);border-radius:14px;padding:1.4rem}
.detox-step-num{font-family:var(--font-serif);font-size:1.7rem;color:var(--sage-light);font-weight:700;display:block;margin-bottom:.45rem}
.detox-step h4{color:var(--light);font-size:.92rem;margin-bottom:.35rem}
.detox-step p{color:rgba(247,242,226,.5);font-size:.82rem;line-height:1.6}

/* ────────────────────────────────────────────────────────────
   LECTURES
──────────────────────────────────────────────────────────── */
.lectures-list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}
.lecture-item{
  display:flex;align-items:center;gap:1.2rem;
  padding:1.1rem 1.4rem;background:var(--light-elev);border-radius:var(--radius);
  transition:transform var(--ease)
}
.lecture-item:hover{transform:translateX(5px)}
.lecture-num{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:var(--sage-light);min-width:1.8rem}
.lecture-item span:last-child{font-size:.92rem;color:var(--olive)}

/* ────────────────────────────────────────────────────────────
   TRIPS
──────────────────────────────────────────────────────────── */
.trips-section{background:var(--light-elev);padding:5.5rem 2rem}
.trips-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1200px;margin:0 auto}
.trip-card{background:var(--light);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--ease),box-shadow var(--ease)}
.trip-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.trip-card .img-ph,.trip-card img{border-radius:0}
.trip-card img{width:100%;aspect-ratio:16/9;height:auto!important;object-fit:cover;display:block}
.trip-info{padding:1.25rem 1.5rem}
.trip-info h3{margin-bottom:.35rem}
.trip-info p{font-size:.86rem;color:var(--olive);line-height:1.65}

/* ────────────────────────────────────────────────────────────
   CTA STRIP
──────────────────────────────────────────────────────────── */
.cta-strip{
  background:var(--dark);border-radius:var(--radius);padding:2.75rem;
  display:flex;align-items:center;justify-content:space-between;
  gap:2rem;flex-wrap:wrap
}
.cta-strip h2{color:var(--light)}
.cta-strip p{color:rgba(247,242,226,.6);margin-top:.4rem}
.cta-strip-btns{display:flex;gap:.85rem;flex-wrap:wrap}

/* ────────────────────────────────────────────────────────────
   FOOD PAGE
──────────────────────────────────────────────────────────── */
.prasad-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1200px;margin:0 auto}
.prasad-left{display:flex;flex-direction:column;gap:1.4rem}
.prasad-left p{color:var(--olive);line-height:1.75;font-size:.97rem}
.ingredient-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}
.ingredient-tag{background:var(--light-elev);border-radius:var(--radius-pill);padding:.35rem .85rem;font-size:.78rem;font-weight:500;color:var(--olive)}

.menu-section{background:var(--light-elev);padding:5.5rem 2rem}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}
.menu-card{background:var(--light);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
.menu-header{background:var(--dark);padding:.9rem 1.4rem;color:var(--light);font-family:var(--font-serif);font-size:1.05rem;font-weight:600}
.menu-body{padding:1.4rem;display:flex;flex-direction:column;gap:1.1rem}
.menu-meal h4{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sage);margin-bottom:.3rem}
.menu-meal p{font-size:.86rem;color:var(--olive);line-height:1.6}

.shiva-quote{
  background:var(--dark);border-radius:var(--radius);padding:2.25rem 2.75rem;
  max-width:780px;margin:2.5rem auto 0;text-align:center;color:var(--light)
}
.shiva-quote blockquote{font-family:var(--font-serif);font-style:italic;font-size:1.08rem;color:var(--sage-light);line-height:1.7;margin-bottom:.75rem}
.shiva-quote cite{font-size:.78rem;color:rgba(247,242,226,.45)}

.rules-section{padding:5.5rem 2rem}
.rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;max-width:1200px;margin:0 auto}
.rule-item{
  display:flex;gap:1.1rem;align-items:flex-start;
  padding:1.4rem;background:var(--light-elev);border-radius:var(--radius);
  transition:transform var(--ease)
}
.rule-item:hover{transform:translateY(-3px)}
.rule-num{
  width:36px;height:36px;min-width:36px;border-radius:50%;
  background:var(--sage);display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;font-size:.87rem;margin-top:.1rem
}
.rule-content h4{font-size:.97rem;margin-bottom:.3rem}
.rule-content p{font-size:.86rem;color:var(--olive);line-height:1.65}

/* ────────────────────────────────────────────────────────────
   RESPONSIVE
──────────────────────────────────────────────────────────── */
@media(max-width:1024px){
  .features-grid,.practices-grid,.menu-grid{grid-template-columns:1fr 1fr}
  .detox-steps{grid-template-columns:1fr 1fr}
  .reviews-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .hero{grid-template-columns:1fr;padding:calc(var(--nav-h) + 2.5rem) 2rem 3rem;min-height:auto}
  .hero-right{min-height:320px;height:55vw;max-height:480px}
}
@media(max-width:768px){
  section{padding:3rem 1.5rem}
  .about-section,.teacher-section,.reviews-section,.travel-section,.video-section,.trips-section,.practices-section,.menu-section,.rules-section,.price-section,.faq-section{padding:3rem 1.5rem}

  /* Nav */
  .nav-links{display:none}
  .site-nav{padding:0 1.25rem}

  /* Subnav / page-nav */
  .subnav{top:var(--nav-h);gap:1.25rem;padding:.65rem 1.25rem;justify-content:flex-start}
  .page-nav{gap:1.25rem;padding:.5rem 1.25rem}

  /* Hero */
  .hero{padding:90px 1.5rem 2rem;gap:2rem}
  .hero-right{min-height:280px;height:60vw}

  /* Stat strip */
  .stat-strip{grid-template-columns:repeat(2,1fr)}
  .stat-item:nth-child(2){border-right:none}

  /* Retreat */
  .retreat-grid{grid-template-columns:1fr}
  .retreat-section{padding:3rem 1.5rem}

  /* Teacher */
  .teacher-grid{grid-template-columns:1fr;gap:2.5rem}
  .teacher-photo-wrap{height:380px}

  /* Price */
  .price-grid{grid-template-columns:1fr}
  .price-stats-strip{grid-template-columns:repeat(2,1fr)}
  .ps-item:nth-child(2){border-right:none}
  .ps-item:nth-child(3),.ps-item:nth-child(4){border-top:1px solid var(--light-elev)}

  /* 2-col → 1 */
  .about-grid,.results-grid,.video-section-grid,.prasad-grid{grid-template-columns:1fr;gap:2.5rem}
  .page-hero{grid-template-columns:1fr;gap:2rem;padding-top:2rem}
  .trips-grid{grid-template-columns:1fr}

  /* 3-col → 1 */
  .features-grid,.for-whom-grid,.travel-grid,.practices-grid,.menu-grid,.reviews-grid,.rules-grid{grid-template-columns:1fr}
  .detox-steps{grid-template-columns:1fr 1fr}

  /* Gallery */
  .gallery-card{width:240px;height:170px}

  /* Back to top same side */
  .back-to-top{bottom:5rem;right:1.5rem}
  .float-phone{bottom:1.5rem;right:1.5rem}

  .footer-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}
  .om-watermark{font-size:8rem}
  .cta-strip{flex-direction:column;align-items:flex-start}
}
@media(max-width:600px){
  section{padding:2.5rem 1.25rem}
  .retreat-section,.about-section,.teacher-section,.reviews-section,.travel-section,.video-section,.trips-section,.practices-section,.menu-section,.rules-section,.price-section,.faq-section{padding:2.5rem 1.25rem}
  h1{font-size:clamp(2rem,8vw,3rem)}
  h2{font-size:clamp(1.45rem,5vw,1.9rem)}
  .stat-strip{grid-template-columns:1fr 1fr}
  .detox-steps{grid-template-columns:1fr}
  .st-row{grid-template-columns:110px 1fr;gap:1rem;padding:.9rem 1rem}
  .gallery-card{width:200px;height:145px}
  .page-hero{padding:2rem 1.25rem}
  .price-stats-strip{grid-template-columns:1fr 1fr}
  .cta-buttons{flex-direction:column;width:100%;align-items:stretch}
  .cta-buttons a{text-align:center;white-space:nowrap;font-size:.85rem;padding:.85rem 1rem}
  .cta-strip{padding:2rem 1.2rem}
  .cta-strip-btns{flex-direction:column;width:100%}
  .cta-strip-btns a{text-align:center;width:100%;white-space:nowrap;font-size:.85rem}
}
