/* =========================================
   AyurveDatri — Main Stylesheet
   Palette: cream · terracotta · espresso · sage
   ========================================= */

:root {
  --cream:       #faf7f2;
  --cream-mid:   #f0e6d4;
  --cream-dark:  #e4cda8;
  --terracotta:  #8a6340;
  --terra-light: #c9a47a;
  --terra-dark:  #5a3e26;
  --espresso:    #2c1a0e;
  --espresso-mid:#3d2a1e;
  --muted:       #7a6050;
  --muted-light: #a08060;
  --sage:        #6b7c5c;
  --white:       #ffffff;
  --border:      #ddd0bc;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;

  --radius-sm:  8px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  --transition: 0.25s ease;
  --shadow:     0 4px 24px rgba(44,26,14,0.08);
  --shadow-lg:  0 12px 48px rgba(44,26,14,0.14);
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background: var(--cream); color: var(--espresso); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---- UTILITIES ---- */
.container { max-width: 1080px; margin: 0 auto; padding: 0 40px; }
.eyebrow { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 12px; }
.eyebrow--center { text-align: center; }
.eyebrow--light { color: var(--terra-light); }
.section { padding: 88px 0; }
.section__title { font-family: var(--font-display); font-size: clamp(32px, 4vw, 48px); font-weight: 400; color: var(--espresso); line-height: 1.15; margin-bottom: 12px; }
.section__title--center { text-align: center; }
.section__sub { font-size: 16px; color: var(--muted); text-align: center; margin-bottom: 52px; }

/* ---- BUTTONS ---- */
.btn { display: inline-block; font-family: var(--font-body); font-size: 14px; font-weight: 500; letter-spacing: 0.06em; padding: 13px 28px; border-radius: var(--radius-xl); transition: all var(--transition); cursor: pointer; border: none; }
.btn--primary { background: var(--terracotta); color: var(--white); }
.btn--primary:hover { background: var(--terra-dark); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--outline { background: transparent; color: var(--terracotta); border: 1.5px solid var(--terracotta); }
.btn--outline:hover { background: var(--terracotta); color: var(--white); }
.btn--gold { background: var(--cream-dark); color: var(--espresso); font-weight: 600; }
.btn--gold:hover { background: var(--terra-light); transform: translateY(-1px); }

/* ---- NAV ---- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 20px 48px; background: rgba(250,247,242,0.92); backdrop-filter: blur(12px); border-bottom: 0.5px solid transparent; transition: all var(--transition); }
.nav.scrolled { border-bottom-color: var(--border); box-shadow: 0 2px 20px rgba(44,26,14,0.06); }
.nav__logo { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--espresso); letter-spacing: 0.02em; }
.nav__logo span { color: var(--terracotta); }
.nav__logo-img { height: 48px; width: auto; display: block; }
.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a { font-size: 14px; color: var(--muted); letter-spacing: 0.02em; transition: color var(--transition); }
.nav__links a:hover { color: var(--terracotta); }
.nav__cta { background: var(--terracotta) !important; color: var(--white) !important; padding: 10px 22px; border-radius: var(--radius-xl); font-size: 14px !important; }
.nav__cta:hover { background: var(--terra-dark) !important; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__toggle span { display: block; width: 22px; height: 1.5px; background: var(--espresso); transition: all var(--transition); }

/* ---- HERO ---- */
.hero { min-height: 100vh; padding: 140px 48px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background: var(--cream); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(201,164,122,0.18) 0%, transparent 70%); pointer-events: none; }
.hero__content { position: relative; z-index: 1; }
.hero__title { font-family: var(--font-display); font-size: clamp(40px, 5vw, 68px); font-weight: 300; color: var(--espresso); line-height: 1.1; margin-bottom: 20px; }
.hero__title em { font-style: italic; color: var(--terracotta); }
.hero__sub { font-size: 16px; color: var(--muted); max-width: 440px; margin-bottom: 36px; line-height: 1.8; }
.hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__visual { display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.hero__mandala { position: relative; width: 280px; height: 280px; display: flex; align-items: center; justify-content: center; }
.mandala__ring { position: absolute; border-radius: 50%; border: 1px solid var(--terra-light); }
.mandala__ring--1 { inset: 0; opacity: 0.3; animation: rotateSlow 40s linear infinite; }
.mandala__ring--2 { inset: 24px; opacity: 0.2; border-style: dashed; animation: rotateSlow 60s linear infinite reverse; }
.mandala__ring--3 { inset: 48px; opacity: 0.15; animation: rotateSlow 80s linear infinite; }
@keyframes rotateSlow { to { transform: rotate(360deg); } }
.mandala__center { width: 164px; height: 164px; border-radius: 50%; background: var(--cream-mid); border: 1.5px solid var(--terra-light); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 16px; }
.mandala__num { font-family: var(--font-display); font-size: 36px; font-weight: 400; color: var(--terracotta); line-height: 1; }
.mandala__label { font-size: 12px; color: var(--espresso-mid); margin-top: 6px; line-height: 1.4; }
.mandala__sub { font-size: 12px; color: var(--muted-light); margin-top: 4px; letter-spacing: 0.06em; }
.hero__scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); font-size: 12px; letter-spacing: 0.16em; color: var(--muted-light); text-transform: uppercase; writing-mode: vertical-lr; display: flex; align-items: center; gap: 8px; }
.hero__scroll::after { content: ''; width: 1px; height: 40px; background: var(--terra-light); display: block; animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:0.4;transform:scaleY(0.6)} 50%{opacity:1;transform:scaleY(1)} }

/* ---- STATS ---- */
.stats { background: var(--espresso-mid); display: flex; align-items: center; justify-content: center; padding: 36px 48px; gap: 0; }
.stat { text-align: center; padding: 0 48px; }
.stat__num { display: block; font-family: var(--font-display); font-size: 36px; font-weight: 400; color: var(--cream-dark); }
.stat__label { display: block; font-size: 13px; color: var(--muted-light); margin-top: 4px; letter-spacing: 0.04em; }
.stat__divider { width: 0.5px; height: 48px; background: rgba(201,164,122,0.25); }

/* ---- CARDS ---- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius-md); padding: 36px 28px; position: relative; transition: all var(--transition); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card--featured { border-color: var(--terracotta); border-width: 1.5px; }
.card__badge { position: absolute; top: -12px; left: 28px; background: var(--terracotta); color: var(--white); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; padding: 4px 12px; border-radius: var(--radius-xl); text-transform: uppercase; }
.card__icon { width: 52px; height: 52px; border-radius: 50%; background: var(--cream-mid); display: flex; align-items: center; justify-content: center; color: var(--terracotta); margin-bottom: 20px; }
.card__title { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--espresso); margin-bottom: 10px; }
.card__desc { font-size: 15px; color: var(--muted); line-height: 1.7; }
.card__link { display: inline-block; margin-top: 20px; font-size: 14px; color: var(--terracotta); font-weight: 500; transition: gap var(--transition); }
.card__link:hover { text-decoration: underline; }

/* ---- ABOUT ---- */
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.about__image { background: var(--cream-mid); position: relative; overflow: hidden; min-height: 400px; }
.about__image img { width: 100%; height: 100%; object-fit: cover; }
.about__image-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); border: 2px dashed var(--border); margin: 24px; border-radius: var(--radius-md); }
.about__image-placeholder p { font-family: var(--font-display); font-size: 18px; }
.about__image-placeholder span { font-size: 13px; margin-top: 6px; color: var(--muted-light); }
.about__content { background: var(--cream-mid); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }
.about__title { font-family: var(--font-display); font-size: clamp(28px, 3vw, 42px); font-weight: 400; color: var(--espresso); margin-bottom: 4px; }
.about__role { font-size: 15px; color: var(--terracotta); font-weight: 500; letter-spacing: 0.04em; margin-bottom: 24px; }
.about__body { font-size: 15px; color: var(--terra-dark); line-height: 1.8; margin-bottom: 16px; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.credential { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--terra-dark); }
.credential svg { color: var(--terracotta); flex-shrink: 0; }

/* ---- TESTIMONIALS ---- */
.testimonials { background: var(--cream); }
.testi { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius-md); padding: 32px 28px; position: relative; transition: box-shadow var(--transition); }
.testi:hover { box-shadow: var(--shadow); }
.testi__stars { color: var(--terra-light); font-size: 15px; margin-bottom: 16px; }
.testi__quote { font-family: var(--font-display); font-size: 16px; font-weight: 300; color: var(--terra-dark); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testi__footer { border-top: 0.5px solid var(--border); padding-top: 16px; }
.testi__name { font-size: 14px; font-weight: 500; color: var(--espresso); }
.testi__loc { font-size: 13px; color: var(--muted-light); margin-top: 2px; }

/* ---- TESTIMONIAL CAROUSEL ---- */
.testi-carousel { display: flex; align-items: center; gap: 16px; }
.testi-carousel__track-wrap { overflow: hidden; flex: 1; }
.testi-carousel__track { display: flex; transition: transform 0.45s ease; }
.testi-carousel__track .testi { flex: 0 0 100%; }
.testi-carousel__btn { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); background: var(--white); color: var(--terracotta); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all var(--transition); }
.testi-carousel__btn:hover { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
.testi-carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.testi-carousel__dot { width: 8px; height: 8px; border-radius: 50%; border: none; background: var(--border); cursor: pointer; transition: background var(--transition), transform var(--transition); padding: 0; }
.testi-carousel__dot.active { background: var(--terracotta); transform: scale(1.3); }

/* ---- EVENTS PAGE ---- */
.events-section-header { margin-bottom: 32px; }
.events-empty { font-size: 16px; color: var(--muted); padding: 32px 0; }

.event-card { display: flex; gap: 32px; background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius-md); padding: 28px 32px; margin-bottom: 20px; transition: box-shadow var(--transition); }
.event-card:hover { box-shadow: var(--shadow); }
.event-card--past { opacity: 0.75; }
.event-card--past:hover { opacity: 1; }

.event-card__left { flex-shrink: 0; width: 160px; }
.event-card__date-block { display: flex; flex-direction: column; gap: 4px; }
.event-card__date { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--espresso); line-height: 1.3; }
.event-card__time { font-size: 13px; color: var(--muted); }

.event-card__right { flex: 1; }
.event-card__badges { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.event-badge { font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; }
.event-badge--type { background: var(--cream-mid); color: var(--terra-dark); }
.event-badge--mode-online { background: #e8f0e8; color: #3d6640; }
.event-badge--mode-in-person { background: #e8ecf4; color: #2d3d6b; }
.event-badge--mode-hybrid { background: #f4ece8; color: #6b3d2d; }

.event-card__title { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: var(--espresso); margin-bottom: 8px; line-height: 1.3; }
.event-card__location { font-size: 14px; color: var(--muted); margin-bottom: 10px; display: flex; align-items: center; }
.event-card__desc { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.event-card__link { font-size: 14px; padding: 9px 20px; }

@media(max-width: 700px) {
  .event-card { flex-direction: column; gap: 16px; }
  .event-card__left { width: 100%; }
}

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--espresso); padding: 96px 40px; text-align: center; }
.cta-banner__title { font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px); font-weight: 400; color: var(--cream); margin-bottom: 12px; }
.cta-banner__sub { font-size: 15px; color: var(--muted-light); margin-bottom: 36px; }

/* ---- ANNOUNCEMENT BANNER ---- */
.site-banner { position: fixed; top: 0; left: 0; right: 0; width: 100%; display: flex; align-items: center; justify-content: center; padding: 10px 48px 10px 16px; font-family: var(--font-body); font-size: 13px; font-weight: 400; letter-spacing: 0.02em; z-index: 150; }
.site-banner--terracotta { background: var(--terracotta); color: #fff; }
.site-banner--saffron    { background: #b87530; color: #fff; }
.site-banner--rose       { background: #a85272; color: #fff; }
.site-banner--forest     { background: #4a6e5a; color: #fff; }
.site-banner__inner { flex: 1; text-align: center; }
.site-banner__link { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.site-banner__link:hover { opacity: 0.85; }
.site-banner__close { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; color: inherit; font-size: 20px; line-height: 1; cursor: pointer; opacity: 0.65; padding: 2px 6px; }
.site-banner__close:hover { opacity: 1; }

/* ---- FOOTER ---- */
.footer { background: var(--espresso-mid); padding: 72px 0 0; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.footer__logo { font-family: var(--font-display); font-size: 22px; color: var(--cream-dark); margin-bottom: 12px; }
.footer__tagline { font-size: 14px; color: var(--muted-light); line-height: 1.7; margin-bottom: 24px; }
.footer__social { display: flex; gap: 16px; }
.footer__social a { color: var(--muted-light); transition: color var(--transition); }
.footer__social a:hover { color: var(--cream-dark); }
.footer__col-title { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 18px; font-weight: 500; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { font-size: 14px; color: var(--muted-light); transition: color var(--transition); }
.footer__links a:hover { color: var(--cream-dark); }
.footer__bottom { margin-top: 56px; border-top: 0.5px solid rgba(201,164,122,0.15); padding: 20px 40px; }
.footer__bottom p { font-size: 12px; color: rgba(160,128,96,0.6); text-align: center; line-height: 1.6; }

/* ---- BOOKING PAGE SPECIFIC ---- */
.page-hero { padding: 160px 48px 80px; background: var(--cream-mid); text-align: center; }
.page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 5vw, 60px); font-weight: 300; color: var(--espresso); margin-bottom: 16px; }
.page-hero__sub { font-size: 16px; color: var(--muted); max-width: 560px; margin: 0 auto; }
.booking-section { padding: 80px 0; }
.booking-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 64px; }
.booking-type { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius-md); padding: 32px 24px; cursor: pointer; transition: all var(--transition); }
.booking-type:hover, .booking-type.active { border-color: var(--terracotta); border-width: 1.5px; }
.booking-type.active { background: rgba(138,99,64,0.04); }
.booking-type__duration { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 8px; }
.booking-type__name { font-family: var(--font-display); font-size: 22px; color: var(--espresso); margin-bottom: 8px; }
.booking-type__desc { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.booking-type__price { font-size: 18px; font-weight: 500; color: var(--terracotta); }
.calendly-embed-wrap { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius-md); overflow: hidden; min-height: 700px; }
.calendly-inline-widget { min-width: 320px; height: 700px; }

/* ---- ABOUT PAGE ---- */
.about-page { padding: 80px 0; }
.about-page__grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.about-page__img { border-radius: var(--radius-md); overflow: hidden; background: var(--cream-mid); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; }
.about-page__body h2 { font-family: var(--font-display); font-size: 32px; font-weight: 400; margin: 32px 0 16px; color: var(--espresso); }
.about-page__body p { font-size: 16px; color: var(--muted); line-height: 1.85; margin-bottom: 20px; }

/* ---- CONTACT PAGE ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 80px 0; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--terra-dark); }
.form-group input, .form-group textarea, .form-group select { font-family: var(--font-body); font-size: 15px; color: var(--espresso); background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 16px; width: 100%; outline: none; transition: border-color var(--transition); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--terracotta); }
.form-group textarea { min-height: 140px; resize: vertical; }
.contact-info { padding: 40px; background: var(--cream-mid); border-radius: var(--radius-md); }
.contact-info h3 { font-family: var(--font-display); font-size: 28px; font-weight: 400; color: var(--espresso); margin-bottom: 24px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; font-size: 15px; color: var(--terra-dark); }
.contact-detail svg { color: var(--terracotta); margin-top: 2px; flex-shrink: 0; }
.disclaimer-box { background: var(--cream-mid); border-left: 3px solid var(--terra-light); padding: 20px 24px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin-top: 48px; font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .nav { padding: 16px 24px; }
  .nav__links { display: none; flex-direction: column; position: fixed; inset: 0; background: var(--cream); padding: 100px 40px 40px; gap: 24px; z-index: 99; }
  .nav__links.open { display: flex; }
  .nav__links a { font-size: 20px; }
  .nav__toggle { display: flex; z-index: 100; }
  .hero { grid-template-columns: 1fr; padding: 120px 24px 60px; gap: 40px; }
  .hero__visual { order: -1; }
  .hero__mandala { width: 200px; height: 200px; }
  .mandala__center { width: 120px; height: 120px; }
  .mandala__num { font-size: 26px; }
  .stats { flex-wrap: wrap; gap: 24px; padding: 32px 24px; }
  .stat__divider { display: none; }
  .cards { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about__content { padding: 48px 24px; }
  .testi-grid { grid-template-columns: 1fr; }
  .booking-types { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-page__grid { grid-template-columns: 1fr; }
  .container { padding: 0 24px; }
  .section { padding: 64px 0; }
  .cta-banner { padding: 72px 24px; }
  .credentials { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { padding: 100px 20px 48px; }
  .about__content { padding: 40px 20px; }
  .page-hero { padding: 120px 20px 60px; }
  .stats { padding: 28px 20px; }
}
