/* 2026-07 polish: smaller headings, readable teacher cards, reliable top action. */
.home-hero .hero-copy h1{font-size:clamp(2.8rem,6.2vw,6.2rem)!important;line-height:1!important;letter-spacing:-.045em!important}.home-hero .hero-copy>p:not(.eyebrow){font-size:clamp(.95rem,1.15vw,1.08rem)!important;line-height:1.85!important}.home-hero .hero-copy span{font-size:.74rem!important}.statement h1,.statement h2{font-size:clamp(2rem,4vw,4rem);line-height:1.12}.section-intro h1,.section-intro h2{font-size:clamp(1.9rem,3.2vw,3.4rem);line-height:1.14}.studio-feature h2{font-size:clamp(1.9rem,3.2vw,3.2rem);line-height:1.14}.membership-band h2,.story-panel h2,.cta-block h2{font-size:clamp(2rem,3.4vw,3.6rem);line-height:1.14}.page-hero h1,.booking-hero h1{font-size:clamp(2rem,4vw,4.2rem);line-height:1.18}.teacher-detail h2{font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.16}.membership-rows h2,.contact-grid h2{font-size:2rem}.studio-grid h2,.faq-panel h2,.program-card h2,.site-footer h2,.admin-login h1,.admin-topbar h1{font-size:2.3rem}.admin-panel h2{font-size:1.9rem}.teachers-section .card-grid{row-gap:2.8rem}.teachers-section .teacher-card{display:block!important;position:relative;overflow:visible;padding-top:1.15rem;opacity:1!important;transform:none!important}.teachers-section .teacher-card img{display:block;width:100%;height:auto!important;aspect-ratio:4/5;object-fit:cover;margin-bottom:1rem}.teachers-section .teacher-card div{display:flex!important;align-items:flex-start;justify-content:space-between;gap:1rem;position:relative;z-index:2;background:var(--color-pearl);padding-top:.15rem}.teachers-section .teacher-card h3{display:block!important;font-size:clamp(1.55rem,2.1vw,1.9rem);line-height:1.15;margin:.55rem 0 .25rem}.teachers-section .teacher-card span,.teachers-section .teacher-card p{display:block!important;position:relative;z-index:2;opacity:1!important;visibility:visible!important}.floating-actions a{display:flex;align-items:center;justify-content:center;border:0;background:var(--color-forest);color:var(--color-pearl);padding:.75rem 1rem;border-radius:999px;font-size:.78rem;line-height:1;box-shadow:0 12px 40px rgb(var(--color-forest-rgb)/.18);cursor:pointer}.floating-actions .scroll-top{min-width:3rem;font-size:1rem}
@media (max-width:700px){.home-hero .hero-copy{padding:4.2rem 1.25rem}.home-hero .hero-copy h1{font-size:clamp(2.25rem,12vw,3rem)!important;line-height:1.08!important;letter-spacing:-.035em!important}.home-hero .hero-copy>p:not(.eyebrow){font-size:.92rem;line-height:1.75}.statement{padding:5rem 1.25rem}.statement h1,.statement h2{font-size:clamp(1.8rem,9vw,2.6rem);line-height:1.16}.section-intro h1,.section-intro h2,.studio-feature h2,.membership-band h2,.story-panel h2,.cta-block h2,.page-hero h1,.booking-hero h1{font-size:clamp(1.75rem,8vw,2.5rem);line-height:1.18}.teacher-detail h2,.studio-grid h2,.faq-panel h2,.program-card h2,.site-footer h2,.admin-login h1,.admin-topbar h1{font-size:2rem}.membership-rows h2,.contact-grid h2,.admin-panel h2{font-size:1.75rem}.teachers-section .card-grid{row-gap:2.2rem}.teachers-section .teacher-card h3{font-size:1.6rem}.floating-actions{display:grid;right:.75rem;bottom:.75rem}.floating-actions a{padding:.68rem .82rem;font-size:.72rem}.floating-actions .scroll-top{min-width:2.65rem;font-size:.95rem}}

/* 品牌 Logo 图片（替代文字品牌） */
.brand{display:inline-flex;align-items:center}
.brand-logo{height:13px;width:auto;max-width:480px;display:block;object-fit:contain;vertical-align:middle}
@media (max-width:700px){.brand-logo{height:11px;max-width:240px}}

/* 电脑端导航字体调大 */
@media (min-width: 701px){
  .nav-links{font-size:17px;letter-spacing:.02em}
  .nav-links a{color:var(--color-forest);text-decoration:none;padding:4px 2px;border-bottom:2px solid transparent;transition:border-color .15s,color .15s}
  .nav-links a:hover{border-bottom-color:var(--color-clay)}
  .nav-links a.active{border-bottom-color:var(--color-clay)}
}
/* ---- 博客文章详情正文排版（single.php） ---- */
.post-content{max-width:860px;margin:0 auto;padding:3rem 1.25rem 5rem;text-align:left}
.post-content h1,.post-content h2,.post-content h3{font-family:Georgia,serif;color:var(--color-forest);line-height:1.25;margin:2.2rem 0 1rem}
.post-content h2{font-size:2rem}
.post-content h3{font-size:1.5rem}
.post-content p{line-height:2;color:rgb(var(--color-ink-rgb)/.72);margin:0 0 1.4rem}
.post-content ul,.post-content ol{line-height:2;color:rgb(var(--color-ink-rgb)/.72);padding-left:1.5rem;margin:0 0 1.4rem}
.post-content li{margin-bottom:.5rem}
.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}
.post-content blockquote{border-left:3px solid var(--color-clay);margin:1.5rem 0;padding:.4rem 1.2rem;color:rgb(var(--color-ink-rgb)/.6);font-style:italic}
.post-content a{color:var(--color-clay);text-decoration:underline}
.post-content strong{color:var(--color-forest)}
