/* ============================================================
   Avinash Yoga — Therapeutic | Main Stylesheet
   ============================================================ */

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

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

:root {
  --saffron:        #E8772E;
  --saffron-light:  #F5E6D8;
  --saffron-deep:   #B85A18;
  --lotus:          #C96A8A;
  --lotus-light:    #F5E6ED;
  --turmeric:       #C8920A;
  --turmeric-light: #FDF3DC;
  --indigo:         #2C1A5E;
  --indigo-mid:     #4A3280;
  --sage:           #5A7A5A;
  --sage-light:     #EEF4EE;
  --ivory:          #FAF6F0;
  --ivory-dark:     #F0E8DC;
  --cream:          #FFF9F2;
  --text-dark:      #1C1008;
  --text-mid:       #4A3828;
  --text-muted:     #7A6258;
  --border:         #E8D8C8;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--ivory);
  color: var(--text-dark);
  font-weight: 300;
  line-height: 1.75;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--saffron); }

/* ── MANDALA DIVIDER ── */
.mandala-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  gap: 1.5rem;
}
.mandala-divider::before,
.mandala-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--saffron), transparent);
  max-width: 280px;
}
.mandala-icon {
  animation: spin-slow 30s linear infinite;
  color: var(--saffron);
  flex-shrink: 0;
}
@keyframes spin-slow { to { transform: rotate(360deg); } }

/* ── NAVBAR ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,246,240,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  padding: 0 clamp(1.5rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.site-branding a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--indigo);
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.site-branding .tagline {
  display: block;
  font-size: 0.7rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron);
}

/* Primary nav */
#primary-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
}
#primary-menu a {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mid);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}
#primary-menu a:hover { color: var(--saffron); }
#primary-menu .menu-book-session a {
  background: var(--saffron);
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 2px;
  transition: background 0.2s;
}
#primary-menu .menu-book-session a:hover { background: var(--saffron-deep); color: white; }

/* Mobile hamburger */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--indigo);
}
.menu-toggle svg { display: block; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--saffron);
  color: white;
  padding: 0.85rem 2rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--saffron-deep); transform: translateY(-1px); color: white; }
.btn-ghost {
  color: rgba(255,255,255,0.7);
  padding: 0.85rem 2rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 2px;
  transition: all 0.2s;
  display: inline-block;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: white; }

/* ── HERO ── */
.hero {
  background: var(--indigo);
  color: white;
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 10vw, 7rem) clamp(1.5rem, 5vw, 5rem);
  min-height: 88vh;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(232,119,46,0.06) 0px, rgba(232,119,46,0.06) 1px, transparent 1px, transparent 40px),
    repeating-linear-gradient(-45deg, rgba(201,106,138,0.04) 0px, rgba(201,106,138,0.04) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}
.hero-mandala-bg {
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: min(52vw, 560px);
  height: min(52vw, 560px);
  opacity: 0.07;
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 660px; }
.hero-eyebrow {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: var(--saffron);
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
}
.hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: white;
  margin-bottom: 0.6rem;
}
.hero-name em { font-style: italic; color: rgba(255,255,255,0.75); }
.hero-subtitle {
  font-size: clamp(0.75rem, 1.8vw, 0.85rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 2.2rem;
  font-weight: 300;
}
.hero-desc {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: rgba(255,255,255,0.78);
  max-width: 500px;
  line-height: 1.85;
  margin-bottom: 2.8rem;
  font-weight: 300;
}
.hero-shloka {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.35);
  border-left: 2px solid var(--saffron);
  padding-left: 1rem;
  margin-bottom: 2.8rem;
  line-height: 1.9;
}
.hero-shloka small {
  font-size: 0.78rem;
  opacity: 0.6;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.08em;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-badges {
  position: absolute;
  bottom: 2.5rem;
  left: clamp(1.5rem, 5vw, 5rem);
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.badge-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}
.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--saffron);
  flex-shrink: 0;
}

/* ── SECTIONS ── */
.site-section { padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 5vw, 5rem); }
.section-inner { max-width: 1100px; margin: 0 auto; }

.section-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 0.8rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  color: var(--indigo);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
}
.section-title em { font-style: italic; color: var(--saffron); }
.section-lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

/* ── ABOUT ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: center;
}
.portrait-frame {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: var(--indigo);
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portrait-frame .portrait-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(232,119,46,0.15) 0%, rgba(44,26,94,0.5) 100%);
}
.portrait-initials {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: rgba(255,255,255,0.35);
}
.portrait-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  background: var(--saffron);
  border-radius: 2px;
  z-index: -1;
}
.portrait-accent2 {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 50px;
  height: 50px;
  border: 2px solid var(--lotus);
  border-radius: 50%;
  z-index: -1;
}
.portrait-wrap { position: relative; }

.about-stat-row {
  display: flex;
  gap: 2.5rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.about-stat { text-align: center; }
.about-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--saffron);
  line-height: 1;
  display: block;
}
.about-stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.3rem;
  display: block;
}

/* ── CONDITIONS ── */
.section-bg-cream { background: var(--cream); }
.conditions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.2rem;
}
.condition-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.5rem 1.4rem;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.condition-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--saffron);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.condition-card:hover { border-color: var(--saffron); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(44,26,94,0.08); }
.condition-card:hover::before { transform: scaleX(1); }
.condition-icon { font-size: 1.6rem; margin-bottom: 0.8rem; display: block; }
.condition-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--indigo);
  margin-bottom: 0.4rem;
}
.condition-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; font-weight: 300; }

/* ── APPROACH ── */
.section-bg-turmeric { background: var(--turmeric-light); }
.approach-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  background: white;
  margin-top: 2rem;
}
.approach-step { padding: 2rem 1.5rem; border-right: 1px solid var(--border); }
.approach-step:last-child { border-right: none; }
.step-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--ivory-dark);
  line-height: 1;
  margin-bottom: 0.8rem;
  display: block;
}
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--indigo); margin-bottom: 0.5rem; }
.step-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; font-weight: 300; }

/* ── TESTIMONIALS ── */
.section-bg-indigo { background: var(--indigo); }
.section-bg-indigo .section-eyebrow { color: rgba(255,255,255,0.45); }
.section-bg-indigo .section-title { color: white; }
.section-bg-indigo .section-title em { color: var(--saffron); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.testimonial-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 1.8rem 1.5rem;
  position: relative;
}
.testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  color: var(--saffron);
  line-height: 0.6;
  opacity: 0.4;
  position: absolute;
  top: 1.2rem; left: 1.2rem;
}
.testimonial-text {
  font-size: 0.92rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
  font-weight: 300;
  padding-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
.author-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--saffron);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem; color: white; flex-shrink: 0;
}
.author-name { font-size: 0.82rem; font-weight: 400; color: rgba(255,255,255,0.85); display: block; letter-spacing: 0.04em; }
.author-condition { font-size: 0.72rem; color: var(--saffron); letter-spacing: 0.08em; }

/* ── CONTACT ── */
.section-bg-saffron { background: var(--saffron-light); }
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-icon {
  width: 38px; height: 38px;
  background: var(--saffron);
  border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: white; font-size: 1rem;
}
.contact-label { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 0.2rem; }
.contact-value { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--indigo); }

/* Contact form */
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); font-weight: 400; }
.form-input, .form-select, .form-textarea {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem; font-weight: 300;
  color: var(--text-dark);
  background: white;
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 0.65rem 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  -webkit-appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--saffron); }
.form-textarea { resize: vertical; min-height: 90px; }

/* WP comment form resets */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  font-family: 'Jost', sans-serif; font-size: 0.9rem; font-weight: 300;
  color: var(--text-dark); background: white;
  border: 1px solid var(--border); border-radius: 2px;
  padding: 0.65rem 0.9rem; outline: none; transition: border-color 0.2s; width: 100%;
}
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--saffron); }
.comment-form .submit { background: var(--saffron); color: white; border: none; padding: 0.75rem 1.8rem; font-family: 'Jost', sans-serif; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; border-radius: 2px; cursor: pointer; transition: background 0.2s; }
.comment-form .submit:hover { background: var(--saffron-deep); }

/* ── BLOG LAYOUT ── */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* Post loop */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
.post-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(44,26,94,0.08); }
.post-thumb {
  height: 180px;
  background: var(--indigo);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-thumb-placeholder {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 4rem;
  color: rgba(255,255,255,0.18);
  user-select: none;
}
.post-category {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--saffron); color: white;
  font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.25rem 0.65rem; border-radius: 2px;
  font-family: 'Jost', sans-serif; font-weight: 400;
}
.post-body { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; }
.post-meta { font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.08em; margin-bottom: 0.6rem; text-transform: uppercase; }
.post-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 400; color: var(--indigo);
  line-height: 1.35; margin-bottom: 0.7rem;
  text-decoration: none; display: block; transition: color 0.2s;
}
.post-title:hover { color: var(--saffron); }
.entry-title a { color: var(--indigo); text-decoration: none; }
.entry-title a:hover { color: var(--saffron); }
.post-excerpt { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; font-weight: 300; flex: 1; margin-bottom: 1.2rem; }
.post-readmore { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--saffron); text-decoration: none; font-weight: 400; display: inline-flex; align-items: center; gap: 0.4rem; transition: gap 0.2s; }
.post-readmore:hover { gap: 0.7rem; }

/* Single post */
.single-post-wrap { max-width: 760px; }
.entry-header { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.entry-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 300; color: var(--indigo); line-height: 1.2; margin-bottom: 0.8rem; }
.entry-meta { font-size: 0.75rem; color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; }
.entry-meta a { color: var(--saffron); text-decoration: none; }
.entry-content { font-size: 1rem; line-height: 1.85; color: var(--text-mid); font-weight: 300; }
.entry-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: var(--indigo); margin: 2rem 0 0.8rem; }
.entry-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--indigo); margin: 1.5rem 0 0.6rem; }
.entry-content p { margin-bottom: 1.2rem; }
.entry-content ul, .entry-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.entry-content li { margin-bottom: 0.4rem; }
.entry-content blockquote { border-left: 3px solid var(--saffron); padding: 0.8rem 1.4rem; margin: 1.5rem 0; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-style: italic; color: var(--text-mid); background: var(--saffron-light); border-radius: 0 4px 4px 0; }
.entry-content img { border-radius: 4px; margin: 1.5rem 0; }
.entry-content a { color: var(--saffron); }

/* Posts header */
.posts-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 2.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border);
}
.view-all {
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--saffron); text-decoration: none; font-weight: 400;
  border-bottom: 1px solid transparent; transition: border-color 0.2s;
}
.view-all:hover { border-color: var(--saffron); }

/* ── SIDEBAR ── */
.sidebar-widget {
  background: white; border: 1px solid var(--border); border-radius: 4px;
  padding: 1.4rem; margin-bottom: 1.5rem;
}
.sidebar-widget-title {
  font-family: 'Cormorant Garamond', serif; font-size: 1.05rem;
  font-weight: 600; color: var(--indigo);
  margin-bottom: 1rem; padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--border); letter-spacing: 0.02em;
}
.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag-cloud a, .tag {
  background: var(--saffron-light); color: var(--saffron-deep);
  font-size: 0.7rem; padding: 0.25rem 0.65rem; border-radius: 2px;
  text-decoration: none; letter-spacing: 0.06em; transition: background 0.2s, color 0.2s;
}
.tag-cloud a:hover, .tag:hover { background: var(--saffron); color: white; }
.recent-post-item {
  display: flex; gap: 0.8rem; padding: 0.7rem 0;
  border-bottom: 1px solid var(--ivory-dark); align-items: flex-start;
}
.recent-post-item:last-child { border-bottom: none; }
.rp-date { font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; margin-top: 0.15rem; }
.rp-title { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; color: var(--indigo); line-height: 1.3; text-decoration: none; transition: color 0.2s; }
.rp-title:hover { color: var(--saffron); }

/* WP widget list resets */
.widget ul { list-style: none; }
.widget ul li { padding: 0.5rem 0; border-bottom: 1px solid var(--ivory-dark); font-size: 0.88rem; }
.widget ul li:last-child { border-bottom: none; }
.widget ul li a { color: var(--text-mid); text-decoration: none; transition: color 0.2s; }
.widget ul li a:hover { color: var(--saffron); }
.widget_search .search-field {
  font-family: 'Jost', sans-serif; font-size: 0.9rem; font-weight: 300;
  border: 1px solid var(--border); border-radius: 2px;
  padding: 0.6rem 0.8rem; width: 100%; outline: none;
}
.widget_search .search-field:focus { border-color: var(--saffron); }
.widget_search .search-submit { display: none; }

/* Pagination */
.pagination { display: flex; gap: 0.5rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap; }
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 0.5rem;
  border: 1px solid var(--border); border-radius: 2px;
  color: var(--text-mid); text-decoration: none; font-size: 0.85rem;
  transition: all 0.2s;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: var(--saffron); border-color: var(--saffron); color: white;
}

/* ── FOOTER ── */
.site-footer {
  background: var(--text-dark);
  color: rgba(255,255,255,0.55);
  padding: 3rem clamp(1.5rem, 5vw, 5rem);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: white; font-weight: 300; margin-bottom: 0.8rem; display: block; }
.footer-brand-sub { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--saffron); display: block; margin-bottom: 1rem; }
.footer-desc { font-size: 0.82rem; line-height: 1.75; color: rgba(255,255,255,0.4); font-weight: 300; max-width: 260px; }
.footer-col-title { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1rem; font-weight: 400; }
.footer-menu { list-style: none; }
.footer-menu li { margin-bottom: 0.5rem; }
.footer-menu a { font-size: 0.85rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-menu a:hover { color: var(--saffron); }
.footer-bottom {
  max-width: 1100px; margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.75rem; flex-wrap: wrap; gap: 0.5rem;
  color: rgba(255,255,255,0.3);
}
.footer-shloka { font-family: 'Noto Serif Devanagari', serif; font-size: 0.85rem; color: rgba(255,255,255,0.2); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .blog-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .approach-steps { grid-template-columns: 1fr 1fr; }
  .approach-step { border-bottom: 1px solid var(--border); }
  .approach-step:nth-child(2) { border-right: none; }
  .approach-step:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 600px) {
  #primary-menu { display: none; }
  #primary-menu.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--ivory); border-bottom: 1px solid var(--border); padding: 1rem 1.5rem; gap: 1rem; z-index: 99; }
  .menu-toggle { display: block; }
  .posts-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .approach-steps { grid-template-columns: 1fr; }
  .approach-step { border-right: none !important; border-bottom: 1px solid var(--border); }
  .approach-step:last-child { border-bottom: none; }
  .hero-badges { display: none; }
}

/* ── ACCESSIBILITY ── */
:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (prefers-reduced-motion: reduce) {
  .mandala-icon { animation: none; }
  * { transition-duration: 0.01ms !important; }
}

/* Contact Form */
.success-message{
    background:#e8f5e9;
    color:#2e7d32;
    padding:15px;
    margin-bottom:20px;
    border-radius:8px;
}

.error-message{
    background:#ffebee;
    color:#c62828;
    padding:15px;
    margin-bottom:20px;
    border-radius:8px;
}

.contact-form button.btn-primary {
    display: block;
    margin: 30px auto 0;
}
html {
    scroll-behavior: smooth;
}

/* Post Image */
.featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

