/*
Theme Name: Mentors TCM Demo
Theme URI: http://localhost/mentors-tcm-demo/
Author: Independent Website Demo
Description: A bilingual, database-backed WordPress CMS demo for Mentors TCM 学源中医.
Version: 1.5.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: mentors-tcm-demo
*/

:root {
  --ink: #163229;
  --muted: #617269;
  --green-950: #073d2a;
  --green-800: #0a5a3b;
  --green-700: #0c6d46;
  --green-100: #dff2e8;
  --green-50: #f0f8f4;
  --cream: #fbf8f0;
  --paper: #ffffff;
  --gold: #c7923e;
  --line: #dce7e0;
  --shadow: 0 14px 38px rgba(7, 61, 42, 0.08);
  --radius: 16px;
  --font-sans: "Mentors Sans", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-serif: "Mentors Serif", "Noto Serif SC", "Songti SC", serif;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.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;
}
.skip-link:focus {
  position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto;
  padding: 10px 16px; margin: 0; clip: auto; background: #fff; border-radius: 8px;
}

.site-header {
  position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(220, 231, 224, .85);
  background: rgba(251, 248, 240, .92); backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark, .brand-logo-crop {
  width: 48px; height: 48px; display: grid; place-items: center; color: #fff;
  background: linear-gradient(145deg, var(--green-700), var(--green-950)); border-radius: 15px;
  box-shadow: 0 10px 25px rgba(7, 61, 42, .2); font-weight: 800; letter-spacing: -.08em;
}
.brand-logo-crop { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(7,61,42,.12); }
.brand-logo-crop img { position: absolute; width: 180%; max-width: none; left: -40%; top: -43%; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 1.05rem; }
.brand-copy span { margin-top: 5px; color: var(--muted); font-size: .77rem; letter-spacing: .07em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav ul { display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.site-nav a { color: #29483d; font-size: .92rem; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus { color: var(--green-700); }
.header-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px;
  padding: 0 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer;
  font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta, .button-primary { color: #fff; background: var(--green-700); box-shadow: 0 12px 25px rgba(12, 109, 70, .22); }
.site-nav a.header-cta,
.site-nav a.header-cta:hover,
.site-nav a.header-cta:focus { color: #fff; }
.button-secondary { color: var(--green-950); background: rgba(255,255,255,.82); border-color: rgba(7,61,42,.18); }
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; color: var(--ink); background: #fff; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }

.notice-bar { color: #fff; background: var(--green-950); }
.notice-inner { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: .88rem; }
.notice-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #79dba7; box-shadow: 0 0 0 5px rgba(121,219,167,.12); }

.hero { position: relative; overflow: hidden; padding: 82px 0 68px; background: linear-gradient(135deg, #fbf8f0 0%, #eff8f3 62%, #e2f2e9 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero::before { width: 430px; height: 430px; right: -130px; top: -180px; background: rgba(199,146,62,.13); }
.hero::after { width: 280px; height: 280px; left: -130px; bottom: -170px; background: rgba(12,109,70,.11); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 68px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--green-700); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--font-serif); font-size: clamp(3rem, 6.1vw, 6rem); line-height: 1.08; letter-spacing: -.025em; }
.hero h1 span { display: block; margin-top: 12px; color: var(--green-700); font-family: var(--font-sans); font-size: .28em; font-weight: 700; letter-spacing: .06em; text-transform: none; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #466157; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 36px 0 0; padding: 0; list-style: none; color: #38564b; font-size: .88rem; font-weight: 650; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.check { width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 50%; font-size: .7rem; }
.hero-card {
  position: relative; min-height: 520px; padding: 34px; overflow: hidden; color: #fff; display: flex; flex-direction: column;
  background: linear-gradient(160deg, #0d724a, #073d2a 72%); border-radius: 20px; box-shadow: 0 16px 42px rgba(7,61,42,.12);
}
.hero-card > * { position: relative; z-index: 1; }
.hero-card::after { content: none; }
.seal { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 24px; font-family: serif; font-size: 2rem; }
.hero-logo-crop { position: relative; width: 92px; height: 92px; overflow: hidden; background: #fff; border-radius: 24px; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.hero-logo-crop img { position: absolute; width: 180%; max-width: none; left: -40%; top: -43%; }
.hero-card h2 { max-width: 330px; margin: 94px 0 16px; font-family: var(--font-serif); font-size: 2.15rem; line-height: 1.2; }
.hero-card p { max-width: 340px; margin: 0; color: rgba(255,255,255,.75); }
.card-contact { position: static; display: flex; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.card-contact span { color: rgba(255,255,255,.65); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.card-contact strong { display: block; margin-top: 5px; font-size: 1rem; }

.trust-strip { background: #fff; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 28px 22px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--green-950); font-family: var(--font-serif); font-size: 1.22rem; }
.trust-item span { color: var(--muted); font-size: .82rem; }

.section { padding: 96px 0; }
.section-soft { background: var(--green-50); }
.section-dark { color: #fff; background: var(--green-950); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { max-width: 720px; margin: 0; font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.14; letter-spacing: -.02em; }
.section-heading p { max-width: 480px; margin: 0; color: var(--muted); }
.section-dark .section-heading p { color: rgba(255,255,255,.68); }
.section-kicker { display: block; margin-bottom: 12px; color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .section-kicker { color: #8bdcb0; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card {
  min-height: 0; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
}
.service-card--lead { grid-column: 1 / -1; color: #fff; background: var(--green-950); border-color: var(--green-950); }
.service-prompt { color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.service-card--lead .service-prompt { color: #8bdcb0; }
.service-card h3 { max-width: 580px; margin: 12px 0 24px; font-family: var(--font-serif); font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.35; }
.service-treatment { display: flex; gap: 14px; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); }
.service-card--lead .service-treatment { border-color: rgba(255,255,255,.18); }
.service-number { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--green-700); background: var(--green-100); border-radius: 8px; font-family: var(--font-serif); font-weight: 700; }
.service-treatment small, .service-treatment strong, .service-treatment .english { display: block; }
.service-treatment small { color: var(--muted); font-size: .7rem; }
.service-treatment strong { margin-top: 2px; font-size: 1.05rem; }
.service-card .english { color: var(--green-700); font-size: .74rem; font-weight: 700; }
.service-card--lead .service-treatment small, .service-card--lead p { color: rgba(255,255,255,.68); }
.service-card--lead .english { color: #8bdcb0; }
.service-card p { margin: 18px 0 0; color: var(--muted); font-size: .88rem; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.about-visual { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; padding: 50px; background: #e4f0e9; border: 1px solid #c9ded2; border-radius: 16px; }
.about-visual::before { content: none; }
.about-visual::after { content: none; }
.about-photo-placeholder { max-width: 360px; }
.about-photo-placeholder span { color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.about-photo-placeholder strong { display: block; margin-top: 14px; font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.25; }
.about-photo-placeholder p { margin: 18px 0 0; color: var(--muted); }
.about-logo-crop { position: relative; width: min(72%, 390px); aspect-ratio: 1; overflow: hidden; background: #fff; border-radius: 30px; box-shadow: var(--shadow); }
.about-logo-crop img { position: absolute; width: 180%; max-width: none; left: -40%; top: -43%; }
.source-badge { position: absolute; right: 28px; top: 28px; padding: 7px 11px; color: var(--green-950); background: rgba(255,255,255,.82); border: 1px solid rgba(7,61,42,.12); border-radius: 999px; font-size: .7rem; font-weight: 750; }
.about-copy h2 { margin: 0 0 24px; font-family: var(--font-serif); font-size: clamp(2.2rem,4vw,3.5rem); line-height: 1.1; }
.about-copy > p { color: var(--muted); }
.about-list { display: grid; gap: 15px; padding: 0; margin: 30px 0 0; list-style: none; }
.about-list li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.about-list b { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 10px; }
.about-list strong { display: block; }
.about-list span { color: var(--muted); font-size: .88rem; }

.practitioner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.practitioner-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.portrait { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #dcefe4, #bcdac8); }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-source { position: absolute; right: 8px; top: 8px; z-index: 2; padding: 4px 7px; color: #fff; background: rgba(7,61,42,.88); border-radius: 999px; font-size: .56rem; font-weight: 750; }
.portrait-initials { width: 110px; height: 110px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 50%; font-family: var(--font-serif); font-size: 2rem; box-shadow: 0 12px 28px rgba(7,61,42,.16); }
.practitioner-copy { padding: 24px; }
.practitioner-copy h3 { margin: 0; font-size: 1.24rem; }
.practitioner-copy .english { color: var(--green-700); font-size: .82rem; font-weight: 700; }
.practitioner-copy p { margin: 14px 0 0; color: var(--muted); font-size: .88rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.tag { padding: 6px 10px; color: var(--green-800); background: var(--green-50); border-radius: 999px; font-size: .73rem; font-weight: 700; }

.schedule-wrap { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.schedule-row { display: grid; grid-template-columns: 170px 1fr 210px; align-items: center; gap: 24px; min-height: 102px; padding: 20px 28px; border-bottom: 1px solid var(--line); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-date strong { display: block; color: var(--green-950); font-family: var(--font-serif); font-size: 1.15rem; }
.schedule-date span, .schedule-note { color: var(--muted); font-size: .82rem; }
.schedule-practitioners { font-weight: 750; }
.schedule-note { text-align: right; }

.schedule-calendar-shell { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; align-items: start; }
.schedule-calendar { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.calendar-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 24px 26px; color: #fff; background: var(--green-950); }
.calendar-title span { display: block; color: #8bdcb0; font-family: var(--font-serif); font-size: 1.8rem; line-height: 1; }
.calendar-title strong { display: block; margin-top: 5px; font-size: 1.1rem; }
.calendar-title p { margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); min-width: 760px; }
.calendar-weekday { padding: 10px 6px; color: #52645c; text-align: center; background: #ecebe7; border-right: 1px solid #d8ddd9; font-family: var(--font-serif); font-size: .72rem; }
.calendar-day { position: relative; min-height: 110px; padding: 28px 10px 9px; border-right: 1px solid var(--line); border-top: 1px solid var(--line); background: #fff; }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day.is-empty { background: #f7f7f3; }
.calendar-number { position: absolute; right: 8px; top: 5px; color: #263d35; font-family: var(--font-serif); font-size: .86rem; }
.calendar-day strong { display: block; color: var(--green-700); font-size: .76rem; line-height: 1.36; }
.calendar-day small { display: block; margin-top: 5px; color: var(--muted); font-size: .62rem; line-height: 1.25; }
.calendar-day.is-closed { display: grid; place-items: center; background: #fff7e8; }
.calendar-day.is-closed small { margin: 0; padding: 7px 10px; color: #fff; background: #b46a24; border-radius: 8px; font-weight: 800; }
.schedule-source-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.schedule-mini-logo { display: flex; justify-content: center; }
.schedule-mini-logo .about-logo-crop { width: 112px; border-radius: 18px; box-shadow: none; border: 1px solid var(--line); }
.schedule-source-card h3 { margin: 20px 0 7px; font-size: 1.1rem; }
.schedule-source-card > p { margin: 0; color: var(--muted); font-size: .82rem; }
.source-poster-link { display: block; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--green-50); }
.source-poster-link img { width: 100%; aspect-ratio: 1.72; object-fit: cover; }
.source-poster-link span { display: block; padding: 10px 12px; color: var(--green-800); font-size: .76rem; font-weight: 750; }
.schedule-source-card .source-note { margin-top: 15px; font-size: .7rem; }
.schedule-freshness { margin: 0 0 18px; padding: 12px 15px; color: #74420e; background: #fff7e8; border: 1px solid #edcfaa; border-radius: 12px; font-size: .82rem; font-weight: 700; }
.schedule-awaiting { min-height: 420px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(34px, 7vw, 74px); background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: 16px; }
.schedule-status-label { color: #8a5a16; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.schedule-awaiting h3 { max-width: 650px; margin: 14px 0 12px; font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; }
.schedule-awaiting p { max-width: 650px; margin: 0; color: var(--muted); }
.schedule-awaiting .button { margin-top: 28px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { position: relative; padding: 29px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.055); }
.step-number { color: #8bdcb0; font-family: var(--font-serif); font-size: 2.3rem; }
.step h3 { margin: 22px 0 8px; }
.step p { margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }

.contact-panel { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.contact-copy { padding: 48px; }
.contact-copy h2 { margin: 0 0 16px; font-family: var(--font-serif); font-size: clamp(2.2rem,4vw,3.5rem); line-height: 1.08; }
.contact-copy p { color: var(--muted); }
.contact-list { display: grid; gap: 15px; margin-top: 28px; }
.contact-item { display: flex; gap: 12px; align-items: flex-start; }
.contact-item strong { display: block; }
.contact-item span { color: var(--muted); font-size: .86rem; }
.contact-map { min-height: 430px; display: grid; place-items: center; padding: 35px; color: #fff; text-align: center; background: radial-gradient(circle at top right, #21855d, #073d2a 62%); }
.contact-map .map-mark { width: 88px; height: 88px; display: grid; place-items: center; margin: 0 auto 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 28px; font-size: 2rem; }

.content-shell { min-height: 60vh; padding: 80px 0; }
.page-header { max-width: 820px; margin-bottom: 40px; }
.page-header h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.4rem,5vw,4.4rem); line-height: 1.08; }
.entry-content { max-width: 820px; color: #3e5a50; }
.entry-content h2, .entry-content h3 { color: var(--ink); }
.entry-content a { color: var(--green-700); text-decoration: underline; }

.site-footer { color: rgba(255,255,255,.75); background: #052d20; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 52px; padding: 64px 0 42px; }
.footer-brand { color: #fff; font-family: var(--font-serif); font-size: 1.6rem; }
.privacy-template-note { margin-bottom: 38px; padding: 20px 22px; color: #6e4514; background: #fff7e8; border: 1px solid #edcfaa; border-left: 5px solid var(--gold); border-radius: 10px; }
.entry-content section[lang] { margin-block: 32px; }
.entry-content section[lang] h2 { font-family: var(--font-serif); font-size: 2rem; }
.footer-grid h3 { margin: 0 0 16px; color: #fff; font-size: .87rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p, .footer-grid a { font-size: .86rem; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.demo-badge { display: inline-flex; padding: 5px 9px; color: #bce9cf; border: 1px solid rgba(188,233,207,.25); border-radius: 999px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed; inset: 82px 0 auto; display: none; align-items: stretch; padding: 24px 20px 30px;
    background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav ul { display: grid; gap: 0; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav a { display: block; padding: 14px 2px; }
  .site-nav .header-cta { margin-top: 14px; }
  .hero-grid, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-card { min-height: 450px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .practitioner-grid { grid-template-columns: repeat(3, 1fr); }
  .schedule-calendar-shell { grid-template-columns: 1fr; }
  .schedule-source-card { display: grid; grid-template-columns: 130px 1fr; gap: 0 20px; align-items: center; }
  .schedule-source-card .source-poster-link { grid-column: 1 / -1; }
  .schedule-source-card .source-note { grid-column: 1 / -1; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .schedule-row { grid-template-columns: 145px 1fr; }
  .schedule-note { grid-column: 2; text-align: left; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1160px); --radius: 20px; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand-mark, .brand-logo-crop { width: 42px; height: 42px; border-radius: 13px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy span { font-size: .63rem; }
  .site-nav { inset-block-start: 72px; }
  .hero { padding: 56px 0 48px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(2.75rem, 15vw, 4.5rem); }
  .hero h1 span { font-size: .25em; line-height: 1.35; }
  .hero-actions .button { width: 100%; }
  .hero-card { min-height: 390px; padding: 26px; border-radius: 28px; }
  .hero-card h2 { margin-top: 65px; font-size: 1.75rem; }
  .card-contact { display: block; }
  .card-contact > div + div { margin-top: 12px; }
  .trust-grid, .service-grid, .practitioner-grid, .steps { grid-template-columns: 1fr; }
  .practitioner-card .portrait { width: min(100%, 240px); margin-inline: auto; border-radius: 0 0 24px 24px; }
  .schedule-calendar { overflow-x: auto; }
  .calendar-title { position: sticky; left: 0; width: min(100vw - 28px, 760px); }
  .schedule-source-card { display: block; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .about-visual { min-height: 380px; }
  .about-visual::before { font-size: 7rem; }
  .schedule-row { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .schedule-note { grid-column: 1; }
  .contact-copy { padding: 30px 24px; }
  .contact-map { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { display: grid; }
}

/* ---- clinic-supplied copy: approach, principles, mission, service list ---- */
.approach-section { background: var(--paper); }
.approach-copy { max-width: 74ch; margin: 0 0 34px; }
.approach-copy p { margin: 0 0 14px; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.approach-copy p:last-child { margin-bottom: 0; color: var(--ink); font-weight: 500; }

.principle-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 16px; }
.principle-card { padding: 24px 22px; background: var(--green-50); border: 1px solid var(--line); border-radius: var(--radius); }
.principle-number { display: inline-block; margin-bottom: 12px; color: var(--green-700); font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; letter-spacing: .04em; }
.principle-card h3 { margin: 0 0 10px; font-family: var(--font-serif); font-size: 1.12rem; line-height: 1.4; color: var(--green-950); }
.principle-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.62; }

.mission-band { margin-top: 30px; padding: 26px 28px; color: #fff; background: var(--green-950); border-radius: var(--radius); }
.mission-band span { display: block; margin-bottom: 10px; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green-100); }
.mission-band p { margin: 0; max-width: 78ch; font-size: 1.02rem; line-height: 1.7; }

.service-list-band { margin: 0 0 26px; padding: 20px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.service-list-band span { display: block; margin-bottom: 8px; color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-list-band p { margin: 0; color: var(--ink); font-size: .98rem; line-height: 1.7; }

.team-intro p { margin: 0 0 10px; }
.team-intro .team-boundary { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: .82rem; color: var(--faint, var(--muted)); }

@media (max-width: 680px) {
  .principle-card { padding: 20px 18px; }
  .mission-band { padding: 22px 20px; }
}
