/* ============================================================
   Coach Rishabh Deshmukh — redesign prototype
   Design system: warm, clean, health-forward, credible
   ============================================================ */

:root {
  /* palette */
  --green: #2F5D45;
  --green-deep: #244635;
  --sage: #7FA98C;
  --sage-soft: #DCE8DF;
  --cream: #FAF6EF;
  --cream-deep: #F2EBDF;
  --ink: #1E2A24;
  --ink-soft: #4A564E;
  --apricot: #E8A06A;
  --apricot-deep: #D98A4E;
  --white: #FFFFFF;
  --line: #E6DECF;

  /* type */
  --serif: 'Lora', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;

  /* scale */
  --r: 16px;
  --r-lg: 24px;
  --shadow: 0 10px 30px -12px rgba(36, 70, 53, 0.25);
  --shadow-sm: 0 4px 14px -8px rgba(36, 70, 53, 0.3);
  --max: 1120px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 760px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 6vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 4.2vw, 2.7rem); }
h3 { font-size: 1.2rem; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--sage);
  margin-bottom: 12px;
}

.hl { color: var(--apricot-deep); font-style: italic; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 10px 20px; font-size: .92rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--green); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--green); border-color: var(--sage); }
.btn-ghost:hover { background: var(--sage-soft); }
.btn-ghost-light { background: rgba(255,255,255,.12); color: var(--white); border-color: rgba(255,255,255,.45); }
.btn-ghost-light:hover { background: rgba(255,255,255,.22); }
.btn-outline { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline:hover { background: var(--green); color: var(--white); }
.btn-whatsapp { background: #25D366; color: #0b3d1f; }
.btn-whatsapp:hover { background: #1eb858; transform: translateY(-2px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 239, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 18px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark { width: 40px; height: 40px; flex: none; display: block; }
.brand-text { font-family: var(--serif); font-weight: 600; font-size: 1.04rem; line-height: 1.1; display: flex; flex-direction: column; }
.brand-sub { font-family: var(--sans); font-weight: 500; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--sage); }
.nav { display: flex; gap: 26px; }
.nav a { font-weight: 500; font-size: .95rem; color: var(--ink-soft); transition: color .15s; }
.nav a:hover { color: var(--green); }
.nav-cta { flex: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 40px; height: 40px; flex-direction: column; gap: 5px; justify-content: center; align-items: center; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { padding: clamp(40px, 7vw, 84px) 0 clamp(40px, 6vw, 70px); position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -120px; right: -120px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(127,169,140,.25), transparent 70%); z-index: 0;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: center; position: relative; z-index: 1; }
.hero-copy .lede { font-size: 1.15rem; color: var(--ink-soft); margin: 18px 0 28px; max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.trust-strip { list-style: none; display: flex; gap: 28px; flex-wrap: wrap; }
.trust-strip li { display: flex; flex-direction: column; }
.trust-strip strong { font-family: var(--serif); font-size: 1.5rem; color: var(--green); }
.trust-strip span { font-size: .82rem; color: var(--ink-soft); }

.hero-media { position: relative; }
.img-placeholder {
  background: linear-gradient(135deg, var(--sage-soft), var(--cream-deep));
  border: 2px dashed var(--sage); border-radius: var(--r-lg);
  display: grid; place-items: center; color: var(--green); font-weight: 600; text-align: center; padding: 20px;
}
.hero-img { aspect-ratio: 4/5; box-shadow: var(--shadow); }
.hero-badge {
  position: absolute; bottom: -16px; left: -16px;
  background: var(--white); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow);
  font-size: .82rem; font-weight: 600; display: flex; align-items: center; gap: 8px;
}
.hero-badge em { font-style: normal; color: var(--sage); font-weight: 500; }
.hero-badge-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--apricot); }
.hero-badge-heart { width: 22px; height: 22px; flex: none; }
/* balanced-plate seal stamped on the hero photo */
.hero-seal { position: absolute; top: -16px; right: -16px; width: 98px; height: 88px; padding: 10px 12px; object-fit: contain; background: var(--cream); border-radius: 16px; box-shadow: var(--shadow); }

/* placeholder notes */
.placeholder-note { font-size: .74rem; color: var(--apricot-deep); font-style: italic; margin-top: 10px; }
.placeholder-note.inline { display: inline; }
.placeholder-note.center { text-align: center; margin-top: 22px; }
.placeholder-note.light { color: rgba(255,255,255,.7); }

/* ---------- trust bar ---------- */
.trustbar { background: var(--green); color: var(--cream); padding: 18px 0; }
.trustbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.trustbar p { font-size: .95rem; }
.trustbar strong { color: var(--apricot); }
.badges { display: flex; gap: 10px; flex-wrap: wrap; }
.badge { font-size: .78rem; font-weight: 600; padding: 6px 13px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }

/* ---------- sections ---------- */
.section { padding: clamp(48px, 7vw, 90px) 0; }
.section-alt { background: var(--cream-deep); }
.section-head { max-width: 640px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-sub { color: var(--ink-soft); margin-top: 12px; font-size: 1.05rem; }
.section-sub a { color: var(--green); font-weight: 600; text-decoration: underline; }

/* card grids */
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.concern-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.concern-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.concern-icon { font-size: 1.7rem; margin-bottom: 12px; }
.concern-card h3 { margin-bottom: 8px; }
.concern-card p { font-size: .94rem; color: var(--ink-soft); }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.about-img { aspect-ratio: 3/4; box-shadow: var(--shadow); }
.about-copy p { margin-bottom: 14px; color: var(--ink-soft); }
.about-copy h2 { margin-bottom: 18px; }
.cred-list { list-style: none; margin: 20px 0 26px; }
.cred-list li { display: flex; gap: 10px; align-items: baseline; padding: 7px 0; font-weight: 500; }
.cred-list span { color: var(--green); font-weight: 700; }
.cred-list em { font-style: normal; color: var(--apricot-deep); font-weight: 500; font-size: .85em; }

/* ---------- results ---------- */
.result-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.result-stat { display: flex; flex-direction: column; }
.result-stat strong { font-family: var(--serif); font-size: 1.8rem; color: var(--green); }
.result-stat span { font-size: .82rem; color: var(--sage); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.result-card p { font-size: .96rem; color: var(--ink-soft); font-style: italic; }
.result-person { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--sage); color: var(--white); display: grid; place-items: center; font-weight: 700; font-family: var(--serif); }
.result-person strong { display: block; font-size: .95rem; }
.result-person em { font-style: normal; font-size: .8rem; color: var(--ink-soft); }

/* ---------- plans ---------- */
.plan-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; display: flex; flex-direction: column; position: relative; }
.plan-card.featured { border-color: var(--green); border-width: 2px; box-shadow: var(--shadow); }
.plan-flag { position: absolute; top: -13px; left: 26px; background: var(--apricot); color: #4a2a0d; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; }
.plan-card h3 { font-size: 1.4rem; }
.plan-price { font-size: 1rem; color: var(--ink-soft); margin: 8px 0 2px; }
.plan-price strong { font-family: var(--serif); font-size: 2.1rem; color: var(--green); }
.plan-price span { font-size: .9rem; }
.plan-tag { font-size: .88rem; color: var(--sage); font-weight: 600; margin-bottom: 18px; }
.plan-card ul { list-style: none; margin-bottom: 24px; display: flex; flex-direction: column; gap: 10px; }
.plan-card li { font-size: .94rem; padding-left: 24px; position: relative; color: var(--ink-soft); }
.plan-card li::before { content: "✔"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.plan-card .btn { margin-top: auto; }

/* ---------- steps ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.steps li { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 22px; position: relative; }
.step-num { width: 40px; height: 40px; border-radius: 12px; background: var(--sage-soft); color: var(--green); display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 1.2rem; margin-bottom: 16px; }
.steps h3 { margin-bottom: 8px; }
.steps p { font-size: .92rem; color: var(--ink-soft); }

/* ---------- reels / social ---------- */
.reel-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 16px; }
.reel {
  position: relative; aspect-ratio: 9/16; border-radius: var(--r); overflow: hidden;
  display: block; background: linear-gradient(160deg, var(--green-deep), var(--sage));
  box-shadow: var(--shadow-sm); transition: transform .18s;
}
.reel:hover { transform: translateY(-4px); }
.reel-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.reel::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 45%); }
.reel-cap { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; color: #fff; font-style: normal; font-weight: 600; font-size: .92rem; line-height: 1.25; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.reel-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--green); display: grid; place-items: center; font-size: .9rem; padding-left: 3px; transition: opacity .2s, transform .2s; }
.reel:hover .reel-play { opacity: 0; }
.newsletter { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.newsletter h3 { margin-bottom: 4px; }
.newsletter p { color: var(--ink-soft); font-size: .95rem; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-form input { padding: 13px 16px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--sans); font-size: .95rem; min-width: 220px; }
.newsletter-form input:focus { outline: 2px solid var(--sage); border-color: var(--sage); }

/* ---------- faq ---------- */
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 12px; padding: 4px 22px; transition: box-shadow .18s; }
.faq-list details[open] { box-shadow: var(--shadow-sm); }
.faq-list summary { font-family: var(--serif); font-weight: 600; font-size: 1.08rem; padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.5rem; color: var(--sage); font-family: var(--sans); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 0 18px; color: var(--ink-soft); }

/* ---------- book / final cta ---------- */
.book-section { background: var(--green); color: var(--cream); }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.book-copy h2 { color: var(--white); margin-bottom: 16px; }
.book-copy p { color: rgba(255,255,255,.82); margin-bottom: 22px; font-size: 1.08rem; }
.book-direct { display: flex; gap: 14px; flex-wrap: wrap; }
.book-form { background: var(--white); border-radius: var(--r-lg); padding: 30px; color: var(--ink); box-shadow: var(--shadow); }
.book-form h3 { margin-bottom: 18px; font-size: 1.3rem; }
.book-form label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 14px; }
.book-form input, .book-form select { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font-family: var(--sans); font-size: 1rem; background: var(--cream); }
.book-form input:focus, .book-form select:focus { outline: 2px solid var(--sage); border-color: var(--sage); }
.form-note { margin-top: 14px; font-size: .85rem; color: var(--green); background: var(--sage-soft); padding: 12px 14px; border-radius: 10px; }
.form-helper { margin-top: 10px; font-size: .82rem; color: var(--ink-soft); text-align: center; }

/* ---- slot picker (self-hosted booking) ---- */
.slotwrap { margin: 4px 0 16px; }
.slot-label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 8px; }
.slot-label em { font-style: normal; color: var(--ink-soft); font-weight: 400; }
.slot-picker { display: flex; flex-direction: column; gap: 12px; max-height: 240px; overflow-y: auto; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.slot-hint { font-size: .88rem; color: var(--ink-soft); margin: 0; padding: 4px; }
.slot-dayname { display: block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--sage); margin: 2px 0 7px; }
.slot-times { display: flex; flex-wrap: wrap; gap: 6px; }
.slot-btn { font-family: var(--sans); font-size: .85rem; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.slot-btn:hover { border-color: var(--sage); }
.slot-btn.sel { background: var(--green); color: var(--white); border-color: var(--green); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); padding: 50px 0 26px; }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand p { font-family: var(--serif); font-size: 1.05rem; }
.footer-brand em { font-family: var(--sans); font-style: normal; font-size: .8rem; color: var(--sage); }
.footer-nav, .footer-social { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer-nav a, .footer-social a { font-size: .92rem; color: rgba(255,255,255,.75); }
.footer-nav a:hover, .footer-social a:hover { color: var(--apricot); }
.footer-fine { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 22px; }
.footer-fine p { font-size: .78rem; color: rgba(255,255,255,.55); }

/* ---------- sticky mobile cta ---------- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  display: none; text-align: center; padding: 15px;
  background: var(--apricot); color: #4a2a0d; font-weight: 700;
  box-shadow: 0 -6px 20px -8px rgba(0,0,0,.25);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .reel-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 380px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 360px; }
  .book-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  /* mobile dropdown nav */
  .nav.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 64px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 8px 22px 16px;
    box-shadow: var(--shadow);
  }
  .nav.open a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .cards-3 { grid-template-columns: 1fr; }
  .trust-strip { gap: 22px; }
  .newsletter { flex-direction: column; align-items: flex-start; }
  .newsletter-form { width: 100%; }
  .newsletter-form input { flex: 1; min-width: 0; }
  .sticky-cta { display: block; }
  body { padding-bottom: 56px; } /* room for sticky cta */
  .trustbar-inner { justify-content: flex-start; }
}

@media (max-width: 440px) {
  .cards-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .reel-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-actions .btn { flex: 1; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ============================================================
   MULTI-PAGE ADDITIONS (nav dropdowns, sub-pages, programs, team)
   ============================================================ */

/* ---- nav dropdowns ---- */
.nav-item { position: relative; display: flex; align-items: center; }
/* invisible hover-bridge so the cursor can travel from the trigger into the
   dropdown across the visual gap without losing :hover */
.nav-item.has-drop:hover::after,
.nav-item.has-drop.open::after {
  content: ""; position: absolute; top: 100%; left: -10px; right: -10px; height: 20px;
}
.drop-toggle {
  background: none; border: 0; cursor: pointer; font-family: var(--sans);
  font-weight: 500; font-size: .95rem; color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: 5px; padding: 0;
}
.drop-toggle:hover { color: var(--green); }
.drop-toggle .caret { font-size: .6rem; transition: transform .2s; }
.dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow); padding: 8px; min-width: 210px;
  display: flex; flex-direction: column; gap: 2px;
  opacity: 0; visibility: hidden; transition: opacity .16s ease, transform .16s ease; z-index: 70;
}
.dropdown a { padding: 10px 14px; border-radius: 9px; font-size: .92rem; font-weight: 500; color: var(--ink-soft); }
.dropdown a:hover { background: var(--sage-soft); color: var(--green); }
.dropdown a small { display: block; font-weight: 400; font-size: .76rem; color: var(--sage); }
.nav-item:hover .dropdown,
.nav-item.open .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-item:hover .caret,
.nav-item.open .caret { transform: rotate(180deg); }
.nav a.active, .nav .drop-toggle.active { color: var(--green); font-weight: 600; }

/* ---- generic sub-page hero ---- */
.page-hero { background: var(--sage-soft); padding: clamp(40px, 6vw, 72px) 0; }
.page-hero .eyebrow { color: var(--green); }
.page-hero h1 { font-size: clamp(1.9rem, 5vw, 3rem); max-width: 16ch; }
.page-hero p { color: var(--ink-soft); font-size: 1.12rem; margin-top: 14px; max-width: 52ch; }
.breadcrumb { font-size: .82rem; color: var(--ink-soft); margin-bottom: 14px; }
.breadcrumb a { color: var(--green); font-weight: 600; }

/* ---- prose / content pages ---- */
.prose { max-width: 720px; }
.prose h2 { margin: 34px 0 12px; }
.prose h3 { margin: 26px 0 8px; font-size: 1.15rem; }
.prose p { margin-bottom: 16px; color: var(--ink-soft); }
.prose ul { margin: 0 0 18px 0; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.prose ul li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.prose ul li::before { content: "✔"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* about layout reuse on its own page */
.about-page .about-grid { align-items: start; }
.about-img-tall { aspect-ratio: 3/4; }

/* ---- team page ---- */
.team-stats { display: flex; gap: 14px; flex-wrap: wrap; margin: 8px 0 4px; }
.team-stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 22px; flex: 1 1 150px; }
.team-stat strong { display: block; font-family: var(--serif); font-size: 2rem; color: var(--green); }
.team-stat span { font-size: .85rem; color: var(--ink-soft); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 8px; }
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; text-align: center; }
.team-avatar { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 14px; background: linear-gradient(135deg, var(--sage), var(--green)); color: var(--cream); display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 1.5rem; }
.team-card h3 { font-size: 1.05rem; }
.team-card .role { font-size: .82rem; color: var(--sage); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin-top: 4px; }
.team-card p { font-size: .88rem; color: var(--ink-soft); margin-top: 10px; }

/* ---- programs hub ---- */
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.program-tile { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.program-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.program-tile .tile-img { aspect-ratio: 16/9; background: linear-gradient(160deg, var(--sage-soft), var(--cream-deep)); display: grid; place-items: center; color: var(--green); font-weight: 600; border-bottom: 1px solid var(--line); }
.program-tile img.tile-img { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 14px; display: block; }
.program-tile .tile-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.program-tile h3 { font-size: 1.3rem; }
.program-tile p { font-size: .95rem; color: var(--ink-soft); margin: 8px 0 18px; }
.program-tile .btn { margin-top: auto; align-self: flex-start; }
.program-tag { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--apricot-deep); margin-bottom: 6px; }

/* ---- program detail: offer card ---- */
.offer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.offer-card { background: var(--white); border: 2px solid var(--green); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow); position: sticky; top: 84px; }
.offer-price { font-family: var(--serif); font-size: 2.4rem; color: var(--green); line-height: 1; }
.offer-price s { font-size: 1.1rem; color: var(--ink-soft); font-weight: 400; margin-left: 8px; }
.offer-card .offer-sub { font-size: .9rem; color: var(--ink-soft); margin: 6px 0 16px; }
.offer-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.offer-card li { position: relative; padding-left: 26px; font-size: .94rem; color: var(--ink-soft); }
.offer-card li::before { content: "✔"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.offer-card .btn { width: 100%; }

/* pain-point grid */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pain-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; }
.pain-card .pain-q { font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.pain-card p { font-size: .9rem; color: var(--ink-soft); }

/* ---- contact page ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.contact-methods { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.contact-method { display: flex; gap: 14px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; }
.contact-method .ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--sage-soft); display: grid; place-items: center; font-size: 1.3rem; }
.contact-method strong { display: block; font-size: .98rem; }
.contact-method span { font-size: .86rem; color: var(--ink-soft); }

/* responsive for new sections */
@media (max-width: 980px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { position: static; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .program-grid { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  /* mobile dropdown becomes an accordion inside the open menu */
  .nav.open .nav-item { flex-direction: column; align-items: stretch; width: 100%; }
  .nav.open .drop-toggle { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; justify-content: space-between; width: 100%; }
  .nav.open .dropdown {
    position: static; transform: none; opacity: 1; visibility: visible;
    box-shadow: none; border: 0; padding: 0 0 8px 12px; min-width: 0;
    display: none;
  }
  .nav.open .nav-item.open .dropdown { display: flex; }
}
@media (max-width: 440px) {
  .team-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   REAL PHOTOS (downloaded from the live site → /assets)
   ============================================================ */
img.hero-img, img.about-img, img.about-img-tall {
  width: 100%; object-fit: cover; border-radius: var(--r-lg); display: block;
}
img.hero-img { aspect-ratio: 4/5; }
img.about-img { aspect-ratio: 3/4; }
img.about-img-tall { aspect-ratio: 3/4; }

/* testimonial avatars holding real photos */
.avatar { overflow: hidden; }
.avatar.photo { width: 52px; height: 52px; padding: 0; background: var(--sage-soft); display: block; }
.avatar.photo img { width: 52px; height: 52px; object-fit: cover; display: block; border-radius: 50%; }

/* ---- floating WhatsApp button (all pages) ---- */
.wa-float {
  position: fixed; right: 18px; bottom: 22px; z-index: 65;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 6px 18px -4px rgba(0,0,0,.32); transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.07); }
@media (max-width: 720px) { .wa-float { right: 14px; bottom: 72px; width: 52px; height: 52px; } }
@media (prefers-reduced-motion: reduce) { .wa-float { transition: none; } }
