/* babyem-tutors — rebuilt page content styles (bernard, 2026-07-28).
   Scope: .bnd-tutors only. Shell (header/footer) styled by the page sheet. */
.bnd-tutors { font-family: "DM Sans", -apple-system, sans-serif; color: #3d3835; background: #fff; }
.bnd-tutors .bt-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.bnd-tutors h1, .bnd-tutors h2, .bnd-tutors h3, .bnd-tutors h4, .bnd-tutors h5 { margin: 0; font-weight: 500; }
.bnd-tutors p { margin: 0 0 1em; line-height: 1.65; }
.bnd-tutors img { max-width: 100%; display: block; }

/* ── pills & chips ── */
.bnd-tutors .bt-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(61,56,53,.25); border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.bnd-tutors .bt-pill-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #e5504c; }
.bnd-tutors .bt-pill-dark { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); }
.bnd-tutors .bt-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.bnd-tutors .bt-chip { display: inline-block; border-radius: 999px; padding: 3px 10px; font-size: 11.5px; font-weight: 600; letter-spacing: .02em; }
.bnd-tutors .bt-chip-red { background: #fdeaea; color: #c0392f; }
.bnd-tutors .bt-chip-mauve { background: #f3eaf3; color: #7d5877; }
.bnd-tutors .bt-chip-stone { background: #efece8; color: #6c6660; }
.bnd-tutors .bt-chip-blush { background: #fbeff0; color: #b06a72; }
.bnd-tutors .bt-chip-outline { background: transparent; border: 1px solid #e5a19e; color: #c0392f; padding: 4px 12px; font-size: 12px; }

/* ── hero ── */
.bnd-tutors .bt-hero { background: #2a1c15; color: #fff; padding: 84px 0 92px; }
.bnd-tutors .bt-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; }
.bnd-tutors .bt-h1 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.12; letter-spacing: -.01em; font-weight: 700; margin-top: 26px; }
.bnd-tutors .bt-h1 em { font-family: "Playfair Display", "DM Serif Display", Georgia, serif; font-style: italic; font-weight: 500; color: #f0a099; }
.bnd-tutors .bt-hero-right { padding-top: 12px; }
.bnd-tutors .bt-hero-right p { color: rgba(255,255,255,.82); font-size: 15.5px; }
.bnd-tutors .bt-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 28px; border-radius: 10px; overflow: hidden; }
.bnd-tutors .bt-stat { background: rgba(255,255,255,.07); padding: 22px 24px; }
.bnd-tutors .bt-stat-n { font-family: "DM Serif Display", Georgia, serif; font-size: 34px; color: #fff; }
.bnd-tutors .bt-stat-l { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: 4px; }

/* ── review / experience strip ── */
.bnd-tutors .bt-strip { border-bottom: 1px solid #eee7e1; padding: 22px 0; }
.bnd-tutors .bt-strip-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.bnd-tutors .bt-stars { color: #f5a623; font-size: 20px; letter-spacing: 3px; }
.bnd-tutors .bt-strip-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.bnd-tutors .bt-strip-label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #8b847e; margin-right: 6px; }

/* ── tabs (CSS-only) ── */
.bnd-tutors .bt-tab-radio { position: absolute; opacity: 0; pointer-events: none; }
.bnd-tutors .bt-tabbar { border-bottom: 1px solid #eee7e1; background: #fff; position: sticky; top: 0; z-index: 5; }
.bnd-tutors .bt-tabbar-row { display: flex; gap: 8px; overflow-x: auto; }
.bnd-tutors .bt-tab-l { padding: 18px 22px 15px; font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #6c6660; cursor: pointer; border-bottom: 3px solid transparent; white-space: nowrap; }
.bnd-tutors .bt-tab-l:hover { color: #c0392f; }
.bnd-tutors .bt-prog { display: none; padding: 8px 0 56px; }
#bt-tab-1:checked ~ .bt-tabbar label[for="bt-tab-1"],
#bt-tab-2:checked ~ .bt-tabbar label[for="bt-tab-2"],
#bt-tab-3:checked ~ .bt-tabbar label[for="bt-tab-3"],
#bt-tab-4:checked ~ .bt-tabbar label[for="bt-tab-4"] { color: #c0392f; border-bottom-color: #c0392f; }
#bt-tab-1:checked ~ .bt-wrap .bt-prog-1, #bt-tab-2:checked ~ .bt-wrap .bt-prog-2,
#bt-tab-3:checked ~ .bt-wrap .bt-prog-3, #bt-tab-4:checked ~ .bt-wrap .bt-prog-4 { display: block; }

/* ── programme header ── */
.bnd-tutors .bt-prog-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 40px 0 26px; border-bottom: 1px solid #eee7e1; margin-bottom: 34px; }
.bnd-tutors .bt-h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 600; color: #2b2320; }
.bnd-tutors .bt-h2 em { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 500; color: #d94f45; }
.bnd-tutors .bt-label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #8b847e; margin: 8px 0 18px; }

/* ── lead cards ── */
.bnd-tutors .bt-leads { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 44px; }
.bnd-tutors .bt-lead { display: grid; grid-template-columns: 42% 58%; background: #fff; border: 1px solid #eee3dc; border-radius: 14px; overflow: hidden; box-shadow: 0 1px 3px rgba(43,35,32,.05); }
.bnd-tutors .bt-lead-photo img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; object-position: center top; }
.bnd-tutors .bt-lead-body { padding: 26px 26px 22px; }
.bnd-tutors .bt-role { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: #c0392f; font-weight: 700; margin-bottom: 8px; }
.bnd-tutors .bt-lead .bt-name { font-family: "Playfair Display", Georgia, serif; font-size: 24px; color: #2b2320; margin-bottom: 4px; }
.bnd-tutors .bt-creds { font-size: 13px; font-style: italic; color: #8b847e; margin: 6px 0 10px; }
.bnd-tutors .bt-bio { font-size: 13.5px; color: #5c564f; margin-bottom: 0; }

/* ── contributor bands ── */
.bnd-tutors .bt-band { background: #f3ede7; border-radius: 14px; padding: 30px 30px 34px; margin-bottom: 26px; }
.bnd-tutors .bt-band-h { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #6c6660; margin-bottom: 22px; }
.bnd-tutors .bt-band-h::before { content: "— "; }
.bnd-tutors .bt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bnd-tutors .bt-card { background: #fff; border: 1px solid #e9ded6; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(43,35,32,.05); }
.bnd-tutors .bt-card-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }
.bnd-tutors .bt-card-body { padding: 18px 20px 20px; }
.bnd-tutors .bt-card .bt-name { font-family: "Playfair Display", Georgia, serif; font-size: 18px; color: #2b2320; }
.bnd-tutors .bt-card .bt-bio { font-size: 12.5px; color: #5c564f; margin-bottom: 0; }

/* ── CTA band ── */
.bnd-tutors .bt-cta { padding: 30px 0 70px; }
.bnd-tutors .bt-cta-panel { background: #2a1c15; color: #fff; border-radius: 18px; text-align: center; padding: 64px 40px 58px; }
.bnd-tutors .bt-cta-panel p { color: rgba(255,255,255,.75); max-width: 640px; margin: 16px auto 28px; }
.bnd-tutors .bt-cta-panel .bt-h1 { margin-top: 24px; font-size: clamp(30px, 3.6vw, 44px); }
.bnd-tutors .bt-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bnd-tutors .bt-btn { display: inline-block; background: #e5504c; color: #fff; border-radius: 8px; padding: 13px 26px; font-weight: 700; font-size: 14.5px; text-decoration: none; }
.bnd-tutors .bt-btn:hover { background: #d3423e; }
.bnd-tutors .bt-btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,.4); }
.bnd-tutors .bt-btn-ghost:hover { background: rgba(255,255,255,.08); }

/* ── responsive ── */
@media (max-width: 900px) {
  .bnd-tutors .bt-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .bnd-tutors .bt-leads { grid-template-columns: 1fr; }
  .bnd-tutors .bt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .bnd-tutors .bt-lead { grid-template-columns: 1fr; }
  .bnd-tutors .bt-lead-photo img { min-height: 0; aspect-ratio: 4 / 3; }
  .bnd-tutors .bt-grid { grid-template-columns: 1fr; }
  .bnd-tutors .bt-band { padding: 22px 18px 24px; }
}
