/* ═══════════════════════════════════════════
   VANESSA DA SILVA — COCO YOGA & WELLNESS
   Designed by Samarth Strategies
   ═══════════════════════════════════════════ */

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

:root {
  --forest:        #2D5016;
  --forest-deep:   #1a3209;
  --forest-light:  #3d6b1f;
  --gold:          #B8860B;
  --gold-light:    #d4a835;
  --saffron:       #C8651B;
  --saffron-light: #e07a30;
  --cream:         #FDF8F0;
  --cream-dark:    #F5EDE0;
  --parchment:     #EDE0CC;
  --sage:          #E8F0E0;
  --sage-mid:      #C8DEB0;
  --dark:          #1A1208;
  --mid:           #4A3728;
  --muted:         #8A7560;
  --white:         #ffffff;
  --nav-h:         68px;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--cream);
  color: var(--dark);
  line-height: 1.75;
  overflow-x: hidden;
}

/* ── TEXTURE OVERLAY ── */
body::after {
  content:'';
  position:fixed; inset:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events:none; z-index:9999; opacity:.35;
}

/* ════════════════════════════
   NAVIGATION
════════════════════════════ */
.nav {
  position: fixed; top:0; left:0; right:0; z-index:500;
  height: var(--nav-h);
  background: rgba(26,50,9,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(184,134,11,0.25);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 400; font-style: italic;
  color: var(--gold); letter-spacing: .5px;
  text-decoration: none;
}

.nav-logo-text { display: flex; align-items: baseline; gap: 6px; }
.nav-logo-text em { font-style: italic; font-weight: 300; color: rgba(255,255,255,.55); font-size: .9rem; }

.nav-links { display:flex; gap:32px; list-style:none; }
.nav-links a {
  color: rgba(255,255,255,.65); text-decoration:none;
  font-size: .78rem; letter-spacing:1.8px; text-transform:uppercase; font-weight:500;
  transition: color .2s;
  position: relative; padding-bottom: 4px;
}
.nav-links a::after {
  content:''; position:absolute; bottom:0; left:0; width:0; height:1px;
  background: var(--gold); transition: width .25s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { width:100%; }

.nav-cta {
  background: var(--saffron); color: white !important;
  padding: 9px 22px; border-radius: 40px;
  font-size: .78rem !important; letter-spacing:1.5px !important;
  transition: background .2s !important;
}
.nav-cta:hover { background: var(--saffron-light) !important; }
.nav-cta::after { display:none !important; }

.nav-burger { display:none; cursor:pointer; flex-direction:column; gap:5px; }
.nav-burger span { display:block; width:24px; height:2px; background:var(--gold); border-radius:2px; transition:.3s; }

/* ════════════════════════════
   HERO — HOME
════════════════════════════ */
.hero {
  min-height: 100vh;
  background: linear-gradient(155deg, #0d2205 0%, #1e3d0f 35%, #2D5016 65%, #1a3209 100%);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding: 120px 40px 80px;
  position:relative; overflow:hidden;
}

.hero-bg-circle {
  position:absolute; border-radius:50%;
  border: 1px solid rgba(184,134,11,.07);
}
.hero-bg-circle:nth-child(1) { width:900px; height:900px; top:50%; left:50%; transform:translate(-50%,-50%); }
.hero-bg-circle:nth-child(2) { width:650px; height:650px; top:50%; left:50%; transform:translate(-50%,-50%); }
.hero-bg-circle:nth-child(3) { width:400px; height:400px; top:50%; left:50%; transform:translate(-50%,-50%); }

.hero-glow {
  position:absolute; border-radius:50%; filter:blur(80px); pointer-events:none;
}
.hero-glow-1 { width:500px; height:500px; background:rgba(184,134,11,.06); top:20%; left:20%; }
.hero-glow-2 { width:400px; height:400px; background:rgba(200,101,27,.05); bottom:20%; right:15%; }

.hero-eyebrow {
  display:inline-flex; align-items:center; gap:10px;
  background: rgba(184,134,11,.12); border: 1px solid rgba(184,134,11,.35);
  color: var(--gold); font-size:.72rem; letter-spacing:3px; text-transform:uppercase;
  padding:9px 22px; border-radius:40px; margin-bottom:36px; font-weight:600;
  animation: fadeUp .9s ease both;
}

.hero-eyebrow::before, .hero-eyebrow::after {
  content:''; width:20px; height:1px; background:var(--gold); opacity:.5;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 300; color: var(--white); line-height: 1.05;
  margin-bottom: 20px;
  animation: fadeUp .9s .15s ease both;
}

.hero-title em { font-style:italic; color: var(--gold); }
.hero-title strong { font-weight:600; display:block; }

.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; color: rgba(255,255,255,.5); font-style:italic;
  letter-spacing:.5px; margin-bottom:52px;
  animation: fadeUp .9s .3s ease both;
}

.hero-dots { color: var(--gold); margin: 0 8px; }

.hero-actions {
  display:flex; gap:16px; justify-content:center; flex-wrap:wrap;
  animation: fadeUp .9s .45s ease both;
}

.btn-primary {
  background: var(--saffron); color:white; text-decoration:none;
  padding:16px 38px; border-radius:50px;
  font-size:.85rem; font-weight:600; letter-spacing:1.5px; text-transform:uppercase;
  transition: all .25s; box-shadow: 0 8px 30px rgba(200,101,27,.35);
  border: none; cursor: pointer; display:inline-block;
}
.btn-primary:hover { background:var(--saffron-light); transform:translateY(-2px); box-shadow:0 12px 40px rgba(200,101,27,.45); }

.btn-outline {
  background:transparent; color:rgba(255,255,255,.75); text-decoration:none;
  padding:15px 38px; border-radius:50px; border:1px solid rgba(255,255,255,.25);
  font-size:.85rem; font-weight:500; letter-spacing:1.5px; text-transform:uppercase;
  transition:all .25s; display:inline-block;
}
.btn-outline:hover { border-color:var(--gold); color:var(--gold); transform:translateY(-2px); }

.hero-scroll {
  position:absolute; bottom:36px; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:8px;
  animation: fadeUp 1s .8s ease both;
}
.hero-scroll-line {
  width:1px; height:44px;
  background:linear-gradient(to bottom, rgba(184,134,11,.7), transparent);
  animation:breathe 2s ease-in-out infinite;
}
.hero-scroll-label { font-size:.65rem; letter-spacing:2.5px; text-transform:uppercase; color:rgba(255,255,255,.3); }

@keyframes breathe { 0%,100%{opacity:.5;transform:scaleY(1)} 50%{opacity:1;transform:scaleY(1.1)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }

/* ════════════════════════════
   PAGE HERO (inner pages)
════════════════════════════ */
.page-hero {
  min-height: 52vh;
  background: linear-gradient(155deg, #0d2205 0%, #1e3d0f 40%, #2D5016 100%);
  display:flex; align-items:flex-end; padding: calc(var(--nav-h) + 60px) 48px 72px;
  position:relative; overflow:hidden;
}

.page-hero-bg { position:absolute; inset:0; }
.page-hero-circle {
  position:absolute; border-radius:50%;
  border:1px solid rgba(184,134,11,.06);
}
.page-hero-circle:nth-child(1) { width:600px; height:600px; bottom:-200px; right:-100px; }
.page-hero-circle:nth-child(2) { width:400px; height:400px; bottom:-100px; right:50px; }

.page-hero-inner { position:relative; max-width:1100px; margin:0 auto; width:100%; }

.page-hero-eyebrow {
  font-size:.72rem; letter-spacing:3px; text-transform:uppercase;
  color:var(--gold); font-weight:600; margin-bottom:16px; display:block;
  opacity:0; transform:translateY(20px);
  animation:fadeUp .8s .1s ease forwards;
}

.page-hero-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.8rem,6vw,5rem); font-weight:300; color:white; line-height:1.1;
  opacity:0; transform:translateY(20px);
  animation:fadeUp .8s .2s ease forwards;
}
.page-hero-title em { font-style:italic; color:var(--gold); }

.page-hero-desc {
  font-family:'Cormorant Garamond',serif;
  font-size:1.2rem; color:rgba(255,255,255,.55); font-style:italic;
  margin-top:16px; max-width:600px;
  opacity:0; transform:translateY(20px);
  animation:fadeUp .8s .3s ease forwards;
}

/* ════════════════════════════
   SECTIONS / CONTAINERS
════════════════════════════ */
.container { max-width:1100px; margin:0 auto; padding:0 48px; }
.section { padding:100px 0; }
.section-sm { padding:64px 0; }
.section-alt { background:var(--cream-dark); }
.section-sage { background:var(--sage); }
.section-dark { background:var(--forest-deep); }
.section-forest { background:var(--forest); }

.section-label {
  display:block; font-size:.72rem; letter-spacing:3.5px; text-transform:uppercase;
  color:var(--saffron); font-weight:700; margin-bottom:14px;
}
.section-label-light { color:var(--gold); }

h2 {
  font-family:'Playfair Display',serif;
  font-size:clamp(2rem,4vw,3rem); color:var(--forest); line-height:1.15; margin-bottom:20px;
}
h2.light { color:var(--gold); }
h2.white { color:white; }

h3 {
  font-family:'Playfair Display',serif;
  font-size:1.5rem; color:var(--dark); margin-bottom:12px;
}

.lead { font-size:1.1rem; color:var(--mid); line-height:1.85; max-width:680px; }
.lead-center { text-align:center; margin:0 auto; }

/* ════════════════════════════
   GOLD DIVIDER
════════════════════════════ */
.gold-divider {
  display:flex; align-items:center; gap:16px; margin:40px 0;
}
.gold-divider-line { flex:1; height:1px; background:linear-gradient(to right,transparent,var(--parchment),transparent); }
.gold-divider-gem {
  width:8px; height:8px; background:var(--gold); border-radius:50%;
  box-shadow:0 0 0 3px rgba(184,134,11,.15);
}

/* ════════════════════════════
   HOME — INTRO SPLIT
════════════════════════════ */
.intro-split {
  display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center;
}
.intro-image-wrap {
  position:relative;
}
.intro-image {
  width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:20px;
  box-shadow:0 24px 64px rgba(45,80,22,.15);
}
.intro-image-placeholder {
  width:100%; aspect-ratio:4/5; background:linear-gradient(135deg,var(--sage) 0%,var(--sage-mid) 100%);
  border-radius:20px; display:flex; flex-direction:column; align-items:center; justify-content:center;
  box-shadow:0 24px 64px rgba(45,80,22,.12);
  border: 2px dashed var(--sage-mid);
}
.intro-image-placeholder .placeholder-icon { font-size:3rem; margin-bottom:12px; }
.intro-image-placeholder p { color:var(--forest); font-size:.85rem; font-style:italic; opacity:.7; }

.intro-badge {
  position:absolute; bottom:-20px; right:-20px;
  width:110px; height:110px; border-radius:50%;
  background:linear-gradient(135deg,var(--saffron),var(--gold));
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  box-shadow:0 8px 30px rgba(200,101,27,.35);
  color:white; text-align:center;
}
.intro-badge .badge-num { font-family:'Playfair Display',serif; font-size:1.6rem; font-weight:700; line-height:1; }
.intro-badge .badge-label { font-size:.58rem; letter-spacing:1px; text-transform:uppercase; opacity:.85; margin-top:3px; }

.intro-text h2 { margin-bottom:24px; }
.intro-text .lead { margin-bottom:28px; }

.lineage-bar {
  display:flex; gap:12px; flex-wrap:wrap; margin:28px 0;
}
.lineage-pill {
  background:var(--sage); border:1px solid var(--sage-mid);
  color:var(--forest); font-size:.75rem; font-weight:600;
  letter-spacing:1px; text-transform:uppercase;
  padding:7px 16px; border-radius:40px;
}

/* ════════════════════════════
   HOME — THREE PILLARS
════════════════════════════ */
.pillars-section { text-align:center; }
.pillars-section h2 { margin-bottom:12px; }
.pillars-section .lead { margin:0 auto 60px; }

.pillars-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
}

.pillar-card {
  background:white; border-radius:20px; padding:40px 32px;
  border:1px solid var(--parchment); text-align:center;
  box-shadow:0 4px 24px rgba(45,80,22,.06);
  transition:transform .3s, box-shadow .3s;
  position:relative; overflow:hidden;
}
.pillar-card::before {
  content:''; position:absolute; bottom:0; left:0; right:0;
  height:3px; background:linear-gradient(to right,var(--forest),var(--gold));
  transform:scaleX(0); transition:transform .3s; transform-origin:left;
}
.pillar-card:hover { transform:translateY(-6px); box-shadow:0 16px 48px rgba(45,80,22,.12); }
.pillar-card:hover::before { transform:scaleX(1); }

.pillar-icon {
  width:70px; height:70px; border-radius:18px;
  background:linear-gradient(135deg,var(--sage),var(--sage-mid));
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 24px; font-size:1.8rem;
}
.pillar-card h3 { font-size:1.25rem; color:var(--forest); margin-bottom:12px; }
.pillar-card p { font-size:.9rem; color:var(--mid); margin:0; line-height:1.7; }

/* ════════════════════════════
   SATSANG BANNER
════════════════════════════ */
.satsang-banner {
  background:linear-gradient(135deg,var(--forest),#1a3a0a);
  padding:64px 48px; position:relative; overflow:hidden;
}
.satsang-banner::before {
  content:'ॐ'; position:absolute; right:80px; top:50%;
  transform:translateY(-50%); font-size:12rem;
  color:rgba(255,255,255,.03); line-height:1; pointer-events:none;
}
.satsang-banner-inner {
  max-width:1100px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between; gap:48px;
}
.satsang-banner-text { flex:1; }
.satsang-banner-label {
  font-size:.72rem; letter-spacing:3px; text-transform:uppercase;
  color:var(--gold); font-weight:600; margin-bottom:12px; display:block;
}
.satsang-banner-title {
  font-family:'Playfair Display',serif; font-size:2rem; color:white;
  margin-bottom:8px; line-height:1.2;
}
.satsang-banner-sub {
  font-family:'Cormorant Garamond',serif; font-style:italic;
  font-size:1.15rem; color:rgba(255,255,255,.6);
}
.satsang-banner-meta {
  display:flex; gap:32px; margin-top:20px;
}
.satsang-meta-item { display:flex; flex-direction:column; }
.satsang-meta-item .meta-label { font-size:.68rem; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.4); margin-bottom:3px; }
.satsang-meta-item .meta-value { font-size:.95rem; color:white; font-weight:500; }
.satsang-banner-action { flex-shrink:0; }

/* ════════════════════════════
   QUOTE SECTION
════════════════════════════ */
.quote-section {
  background:var(--cream-dark); padding:80px 48px; text-align:center;
  position:relative; overflow:hidden;
}
.quote-section::before {
  content:'"'; font-family:'Cormorant Garamond',serif; font-size:20rem; font-weight:300;
  color:rgba(45,80,22,.04); position:absolute; top:-60px; left:50%; transform:translateX(-50%);
  line-height:1; pointer-events:none;
}
.quote-gem {
  width:40px; height:1px; background:var(--gold); margin:0 auto 32px; position:relative;
}
.quote-gem::before {
  content:''; width:8px; height:8px; background:var(--gold); border-radius:50%;
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
}
.quote-text {
  font-family:'Cormorant Garamond',serif; font-size:clamp(1.6rem,3.5vw,2.5rem);
  font-style:italic; color:var(--dark); line-height:1.5; max-width:800px; margin:0 auto 24px;
}
.quote-text em { color:var(--forest); font-style:normal; font-weight:600; }
.quote-attr {
  font-size:.8rem; letter-spacing:2px; text-transform:uppercase;
  color:var(--muted); font-weight:500;
}

/* ════════════════════════════
   TESTIMONIALS
════════════════════════════ */
.testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.testimonial-card {
  background:white; border-radius:16px; padding:32px;
  border:1px solid var(--parchment); box-shadow:0 4px 20px rgba(45,80,22,.05);
}
.testimonial-stars { color:var(--gold); font-size:1rem; margin-bottom:16px; letter-spacing:3px; }
.testimonial-text {
  font-family:'Cormorant Garamond',serif; font-style:italic;
  font-size:1.1rem; color:var(--mid); line-height:1.7; margin-bottom:20px;
}
.testimonial-author { font-size:.82rem; font-weight:600; color:var(--forest); letter-spacing:.5px; }
.testimonial-location { font-size:.75rem; color:var(--muted); margin-top:3px; }

/* ════════════════════════════
   ABOUT PAGE
════════════════════════════ */
.story-section { display:grid; grid-template-columns:1fr 2fr; gap:64px; align-items:start; }
.story-timeline { position:relative; }
.story-chapter {
  display:flex; gap:24px; margin-bottom:56px; position:relative;
}
.story-chapter:not(:last-child)::before {
  content:''; position:absolute; left:20px; top:44px; bottom:-32px;
  width:1px; background:linear-gradient(to bottom,var(--sage-mid),transparent);
}
.story-number {
  width:42px; height:42px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--forest),var(--forest-light));
  display:flex; align-items:center; justify-content:center;
  font-family:'Playfair Display',serif; font-size:1rem; font-style:italic;
  color:var(--gold); box-shadow:0 4px 16px rgba(45,80,22,.2);
}
.story-chapter-content h3 { color:var(--forest); font-size:1.2rem; margin-bottom:10px; }
.story-chapter-content p { color:var(--mid); font-size:.93rem; line-height:1.8; }

.story-sidebar { position:sticky; top:calc(var(--nav-h) + 32px); }
.credentials-card {
  background:white; border-radius:20px; padding:36px;
  border:1px solid var(--parchment); box-shadow:0 8px 40px rgba(45,80,22,.08);
}
.credentials-card h3 { font-size:1.1rem; color:var(--forest); margin-bottom:24px; padding-bottom:16px; border-bottom:1px solid var(--sage); }

.credential-item { display:flex; gap:14px; margin-bottom:20px; align-items:flex-start; }
.credential-icon {
  width:36px; height:36px; border-radius:10px; flex-shrink:0;
  background:var(--sage); display:flex; align-items:center; justify-content:center; font-size:1rem;
}
.credential-item h4 { font-size:.82rem; letter-spacing:.5px; color:var(--saffron); font-weight:700; margin-bottom:3px; }
.credential-item p { font-size:.83rem; color:var(--mid); margin:0; line-height:1.5; }

.about-image-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:40px; }
.about-img-placeholder {
  border-radius:14px; aspect-ratio:1; background:linear-gradient(135deg,var(--sage),var(--sage-mid));
  display:flex; align-items:center; justify-content:center;
  font-size:2rem; border:1px solid var(--sage-mid);
}
.about-img-placeholder.tall { aspect-ratio:.75; grid-row:span 2; }

/* ════════════════════════════
   SATSANG PAGE
════════════════════════════ */
.how-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:48px; }
.how-card {
  text-align:center; background:white; border-radius:20px; padding:36px 28px;
  border:1px solid var(--parchment); box-shadow:0 4px 24px rgba(45,80,22,.06);
}
.how-step-num {
  font-family:'Playfair Display',serif; font-size:3rem; font-style:italic;
  color:var(--gold); opacity:.6; line-height:1; margin-bottom:12px; display:block;
}
.how-card h3 { color:var(--forest); font-size:1.1rem; margin-bottom:12px; }
.how-card p { font-size:.88rem; color:var(--mid); margin:0; line-height:1.7; }

.theme-calendar {
  display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:40px;
}
.theme-item {
  display:flex; gap:16px; align-items:center;
  background:white; border-radius:14px; padding:18px 22px;
  border:1px solid var(--parchment); transition:all .2s;
}
.theme-item:hover { border-color:var(--sage-mid); box-shadow:0 4px 20px rgba(45,80,22,.08); }
.theme-item.current { border-color:var(--saffron); background:rgba(200,101,27,.04); }
.theme-dot { width:10px; height:10px; border-radius:50%; background:var(--sage-mid); flex-shrink:0; }
.theme-item.current .theme-dot { background:var(--saffron); box-shadow:0 0 0 3px rgba(200,101,27,.2); }
.theme-month { font-size:.72rem; color:var(--muted); letter-spacing:1px; text-transform:uppercase; margin-bottom:3px; }
.theme-name { font-weight:600; color:var(--dark); font-size:.9rem; }
.theme-sub { font-size:.78rem; color:var(--mid); font-style:italic; }
.theme-badge {
  margin-left:auto; background:var(--saffron); color:white;
  font-size:.62rem; letter-spacing:1px; text-transform:uppercase;
  padding:4px 10px; border-radius:20px; white-space:nowrap; font-weight:600;
}

.booking-section { background:var(--forest); padding:80px 48px; }
.booking-inner { max-width:700px; margin:0 auto; }
.booking-form {
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
  border-radius:24px; padding:48px;
}
.form-group { margin-bottom:24px; }
.form-group label {
  display:block; font-size:.75rem; letter-spacing:1.5px; text-transform:uppercase;
  color:rgba(255,255,255,.55); font-weight:600; margin-bottom:8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width:100%; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
  border-radius:12px; padding:14px 18px; color:white; font-family:'Outfit',sans-serif;
  font-size:.93rem; transition:border-color .2s;
  outline:none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color:rgba(255,255,255,.3); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color:var(--gold); }
.form-group select { appearance:none; }
.form-group select option { background:var(--forest-deep); color:white; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-submit {
  width:100%; padding:18px; background:var(--saffron); color:white; border:none;
  border-radius:50px; font-family:'Outfit',sans-serif; font-size:.88rem;
  letter-spacing:1.5px; text-transform:uppercase; font-weight:600;
  cursor:pointer; transition:all .25s; margin-top:8px;
  box-shadow:0 8px 30px rgba(200,101,27,.35);
}
.form-submit:hover { background:var(--saffron-light); transform:translateY(-2px); box-shadow:0 12px 40px rgba(200,101,27,.45); }

.online-highlight {
  background:rgba(184,134,11,.1); border:1px solid rgba(184,134,11,.3);
  border-radius:16px; padding:24px 28px; margin-bottom:32px;
  display:flex; gap:16px; align-items:flex-start;
}
.online-icon { font-size:1.6rem; flex-shrink:0; }
.online-highlight h4 { color:var(--gold); font-size:.82rem; letter-spacing:1px; text-transform:uppercase; margin-bottom:6px; }
.online-highlight p { color:rgba(255,255,255,.65); font-size:.88rem; margin:0; line-height:1.6; }

/* ════════════════════════════
   TEACHINGS LIBRARY
════════════════════════════ */
.teachings-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.teaching-card {
  background:white; border-radius:20px; overflow:hidden;
  border:1px solid var(--parchment); box-shadow:0 4px 24px rgba(45,80,22,.06);
  transition:transform .3s, box-shadow .3s;
}
.teaching-card:hover { transform:translateY(-6px); box-shadow:0 16px 48px rgba(45,80,22,.12); }

.teaching-card-top {
  background:linear-gradient(135deg,var(--forest),var(--forest-deep));
  padding:32px 28px 24px;
}
.teaching-sanskrit {
  font-family:'Cormorant Garamond',serif; font-size:2.2rem; font-weight:300;
  color:rgba(255,255,255,.9); font-style:italic; display:block; margin-bottom:4px;
}
.teaching-translation {
  font-size:.72rem; letter-spacing:2px; text-transform:uppercase;
  color:var(--gold); font-weight:600;
}

.teaching-card-body { padding:28px; }
.teaching-card-body h3 { font-size:1.2rem; color:var(--forest); margin-bottom:12px; }
.teaching-card-body p { font-size:.87rem; color:var(--mid); line-height:1.7; margin-bottom:20px; }
.teaching-question {
  font-family:'Cormorant Garamond',serif; font-style:italic;
  color:var(--saffron); font-size:1rem; line-height:1.6;
  border-left:2px solid var(--saffron); padding-left:14px; margin-bottom:20px;
}
.teaching-source {
  font-size:.72rem; color:var(--muted); letter-spacing:1px; text-transform:uppercase;
  background:var(--sage); padding:6px 12px; border-radius:20px; display:inline-block;
}

.teachings-cta {
  text-align:center; margin-top:60px;
  background:var(--cream-dark); border-radius:20px; padding:48px;
  border:1px solid var(--parchment);
}
.teachings-cta h3 { color:var(--forest); margin-bottom:12px; }
.teachings-cta p { color:var(--mid); margin-bottom:28px; }

/* ════════════════════════════
   CONTACT PAGE
════════════════════════════ */
.contact-split { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
.contact-text h2 { margin-bottom:16px; }
.contact-text .lead { margin-bottom:36px; }

.contact-methods { display:flex; flex-direction:column; gap:16px; }
.contact-method {
  display:flex; gap:18px; align-items:center;
  background:white; border:1px solid var(--parchment); border-radius:16px;
  padding:20px 24px; text-decoration:none;
  transition:all .25s; box-shadow:0 2px 12px rgba(45,80,22,.05);
}
.contact-method:hover { border-color:var(--sage-mid); transform:translateX(6px); box-shadow:0 8px 30px rgba(45,80,22,.1); }
.contact-method-icon {
  width:48px; height:48px; border-radius:14px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:1.4rem;
}
.contact-method-icon.whatsapp { background:#dcf8c6; }
.contact-method-icon.instagram { background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.contact-method-icon.email { background:var(--sage); }
.contact-method-icon.fb { background:#e7f0ff; }
.contact-method h4 { font-size:.78rem; color:var(--muted); letter-spacing:1px; text-transform:uppercase; margin-bottom:3px; }
.contact-method p { color:var(--dark); font-weight:500; font-size:.95rem; margin:0; }

.newsletter-card {
  background:linear-gradient(135deg,var(--forest),var(--forest-deep));
  border-radius:24px; padding:40px; margin-top:28px;
}
.newsletter-card h3 { color:white; font-size:1.3rem; margin-bottom:10px; }
.newsletter-card p { color:rgba(255,255,255,.6); font-size:.9rem; margin-bottom:24px; }
.newsletter-form { display:flex; gap:10px; }
.newsletter-input {
  flex:1; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15);
  border-radius:50px; padding:13px 22px; color:white; font-family:'Outfit',sans-serif;
  font-size:.9rem; outline:none;
}
.newsletter-input::placeholder { color:rgba(255,255,255,.35); }
.newsletter-btn {
  background:var(--gold); color:white; border:none; border-radius:50px;
  padding:13px 24px; font-family:'Outfit',sans-serif; font-weight:600;
  font-size:.82rem; cursor:pointer; white-space:nowrap; transition:.2s;
}
.newsletter-btn:hover { background:var(--gold-light); }

.map-card {
  background:white; border-radius:20px; overflow:hidden;
  border:1px solid var(--parchment); box-shadow:0 8px 40px rgba(45,80,22,.08);
}
.map-placeholder {
  height:280px; background:linear-gradient(135deg,var(--sage) 0%,var(--sage-mid) 100%);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px;
}
.map-placeholder .map-icon { font-size:3rem; }
.map-placeholder p { color:var(--forest); font-style:italic; opacity:.7; font-size:.9rem; }
.map-footer { padding:20px 24px; display:flex; align-items:center; gap:12px; }
.map-footer-icon { font-size:1.2rem; }
.map-footer h4 { font-weight:600; color:var(--dark); font-size:.95rem; margin-bottom:2px; }
.map-footer p { color:var(--muted); font-size:.82rem; margin:0; }

/* ════════════════════════════
   FOOTER
════════════════════════════ */
.footer {
  background:var(--dark); padding:72px 48px 40px;
}
.footer-inner { max-width:1100px; margin:0 auto; }
.footer-top {
  display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px;
  padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.07);
  margin-bottom:36px;
}
.footer-brand-name {
  font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-style:italic;
  color:var(--gold); margin-bottom:12px; display:block;
}
.footer-brand-desc { font-size:.86rem; color:rgba(255,255,255,.4); line-height:1.75; max-width:260px; }
.footer-col-title {
  font-size:.72rem; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--gold); font-weight:700; margin-bottom:20px; display:block;
}
.footer-links { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-links a { color:rgba(255,255,255,.5); text-decoration:none; font-size:.88rem; transition:color .2s; }
.footer-links a:hover { color:var(--gold); }
.footer-bottom {
  display:flex; align-items:center; justify-content:space-between;
  font-size:.78rem; color:rgba(255,255,255,.25);
}
.footer-spirit {
  font-family:'Cormorant Garamond',serif; font-style:italic;
  color:rgba(255,255,255,.3); font-size:.95rem;
}
.footer-built { font-size:.72rem; color:rgba(255,255,255,.2); }

/* ════════════════════════════
   SCROLL REVEAL
════════════════════════════ */
.reveal {
  opacity:0; transform:translateY(32px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:.1s; }
.reveal-delay-2 { transition-delay:.2s; }
.reveal-delay-3 { transition-delay:.3s; }

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media(max-width:900px){
  .nav { padding:0 24px; }
  .nav-links { display:none; }
  .nav-burger { display:flex; }
  .container { padding:0 24px; }
  .section { padding:72px 0; }
  .intro-split,
  .story-section,
  .contact-split { grid-template-columns:1fr; gap:48px; }
  .pillars-grid,
  .how-grid,
  .testimonials-grid,
  .teachings-grid { grid-template-columns:1fr; }
  .theme-calendar { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr 1fr; gap:32px; }
  .satsang-banner-inner { flex-direction:column; }
  .form-row { grid-template-columns:1fr; }
  .newsletter-form { flex-direction:column; }
  .footer-bottom { flex-direction:column; gap:12px; text-align:center; }
}
