/*
Theme Name: Rezzy Health
Theme URI: https://rezzy.cn
Author: Rezzy Health
Description: 贵阳瑞思产后康复中心官方主题
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: rezzy
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --white: #FFFFFF;
  --off-white: #F7F6F4;
  --light: #F0EEEB;
  --ink: #111110;
  --ink-80: #2E2D2B;
  --ink-50: #787570;
  --ink-30: #B0ADA8;
  --ink-10: #E8E6E2;
  --accent: #3E9494;
  --accent-mid: #2D7878;
  --accent-dark: #1C5C5C;
  --accent-pale: #EBF5F5;
  --accent-light: #7EC5C5;
  --nav-h: 68px;
}

/* Mobile product-style polish based on the Rezzy mobile reference */
@media (max-width: 768px) {
  :root {
    --mobile-bg: #F8F5F0;
    --mobile-olive: #3E9494;
    --mobile-gold: #B7843F;
    --mobile-title: #2E261E;
    --mobile-text: #6A6258;
    --mobile-border: rgba(183,132,63,.16);
    --mobile-shadow: 0 6px 20px rgba(80,60,30,.06);
  }

  body {
    background: var(--mobile-bg);
    color: var(--mobile-title);
  }

  .navbar {
    height: 66px;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--mobile-border);
    box-shadow: 0 1px 0 rgba(183,132,63,.08);
  }

  .container,
  .nav-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-hero {
    margin-top: 66px;
    padding-top: 0 !important;
    background: var(--mobile-bg) !important;
    border-bottom: 0 !important;
  }

  .page-hero .container {
    padding-top: 28px !important;
    padding-bottom: 22px !important;
  }

  .eyebrow {
    margin-bottom: 8px;
    color: var(--mobile-gold);
    font-size: 11px;
    letter-spacing: .08em;
  }

  .h2 {
    color: var(--mobile-title);
    font-size: 27px;
    line-height: 1.3;
    font-weight: 600;
  }

  .body-lg {
    color: var(--mobile-text);
    font-size: 14px;
    line-height: 1.85;
  }

  .btn,
  .btn-accent,
  .btn-ghost,
  .form-submit {
    border-radius: 16px;
  }

  .btn-accent,
  .form-submit {
    background: var(--mobile-olive);
    color: #fff;
  }

  .services-page-list,
  .cases-section,
  .contact,
  .serve,
  .team,
  .env,
  .knowledge,
  section[style*="background:var(--white)"],
  section[style*="background:var(--off-white)"] {
    background: var(--mobile-bg) !important;
  }

  .srv6-grid,
  .cases-grid,
  .jnl-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .srv6-card,
  .case-card,
  .jnl-card,
  .faq-item,
  .contact-row,
  .contact-qr,
  .team-card,
  .serve-card,
  .unique-inner > div,
  .therapist-mini-card {
    border: 1px solid var(--mobile-border) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: var(--mobile-shadow);
    overflow: hidden;
  }

  .srv6-card {
    padding: 18px 16px;
  }

  .srv6-icon {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .srv6-title,
  .case-card-title,
  .jnl-title,
  .team-name,
  .serve-title {
    color: var(--mobile-title);
    font-size: 17px;
    font-weight: 600;
  }

  .srv6-sub,
  .srv6-desc,
  .case-card-bg,
  .jnl-excerpt {
    color: var(--mobile-text);
  }

  .srv6-tags span,
  .case-card-tag,
  .jnl-cat.on,
  .cases-filter-btn.active,
  .jnl-link,
  .srv6-arr {
    color: var(--mobile-olive) !important;
  }

  .cases-filter-bar,
  .jnl-filter-bar {
    top: 66px;
    background: rgba(255,255,255,.96);
    border-color: var(--mobile-border);
  }

  .cases-filter-inner,
  .jnl-cats,
  .faq-cats {
    padding-left: 0;
  }

  .cases-filter-btn,
  .jnl-cat,
  .faq-cat {
    padding: 13px 14px;
    font-size: 13px;
  }

  .case-card-imgs {
    height: auto !important;
    aspect-ratio: 16 / 10;
  }

  .jnl-featured {
    grid-column: auto !important;
    display: flex !important;
  }

  .jnl-featured .jnl-media {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .jnl-body,
  .case-card-body {
    padding: 16px;
  }

  .faq-list {
    display: grid;
    gap: 10px;
  }

  .faq-q {
    min-height: 48px;
    padding: 0 14px;
  }

  .faq-a {
    padding: 0 14px 16px;
    color: var(--mobile-text);
    font-size: 13px;
    line-height: 1.8;
  }

  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .contact-map,
  .contact-map-frame iframe {
    min-height: 220px;
    border: 1px solid var(--mobile-border) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: var(--mobile-shadow);
  }

  .contact-row {
    padding: 16px;
  }

  .contact-l {
    color: var(--mobile-gold);
  }

  .contact-v {
    color: var(--mobile-title);
  }

  footer {
    background: var(--mobile-bg);
    border-top: 1px solid var(--mobile-border);
  }

  .footer-top {
    display: none;
  }

  .footer-bottom {
    align-items: center;
    text-align: center;
  }
}
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans SC', sans-serif; background: var(--white); color: var(--ink); line-height: 1.7; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 80px; }

/* TYPOGRAPHY */
.eyebrow { font-size: 11px; letter-spacing: .2em; color: var(--accent); text-transform: uppercase; font-weight: 400; display: block; margin-bottom: 16px; }
.h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(48px, 6.5vw, 82px); font-weight: 300; line-height: 1.08; letter-spacing: -.01em; }
.h2 { font-family: 'Noto Serif SC', serif; font-size: clamp(26px, 3.5vw, 40px); font-weight: 300; line-height: 1.3; letter-spacing: .01em; }
.h3 { font-family: 'Noto Serif SC', serif; font-size: 20px; font-weight: 400; line-height: 1.4; }
.body-lg { font-size: 15px; color: var(--ink-50); line-height: 1.95; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Noto Sans SC', sans-serif; font-size: 13px; letter-spacing: .1em; padding: 16px 36px; cursor: pointer; border: none; transition: all .25s; text-decoration: none; white-space: nowrap; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink-10); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--ink-10); z-index: 9999; display: flex; align-items: center; }
.nav-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 80px; gap: 40px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.logo-text-wrap { display: flex; flex-direction: column; }
.logo-cn { font-family: 'Noto Serif SC', serif; font-size: 12px; font-weight: 600; letter-spacing: .03em; color: var(--ink); line-height: 1.2; white-space: nowrap; }
.logo-en { font-size: 9px; letter-spacing: .14em; color: var(--accent); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 0; list-style: none; }
.nav-links a { display: block; padding: 8px 16px; font-size: 13px; color: var(--ink-50); text-decoration: none; letter-spacing: .05em; transition: color .2s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-right { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.nav-tel { font-size: 13px; color: var(--ink-50); }
.nav-tel strong { color: var(--ink); }
.nav-cta { background: var(--accent); color: #fff; padding: 9px 22px; font-size: 12px; letter-spacing: .1em; text-decoration: none; transition: background .2s; }
.nav-cta:hover { background: var(--accent-dark); }

/* FLOATING */
.float-bar { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 199; display: flex; flex-direction: column; border: 1px solid var(--ink-10); border-right: none; background: var(--white); box-shadow: -4px 0 20px rgba(0,0,0,.06); }
.float-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 14px; font-size: 11px; letter-spacing: .06em; color: var(--ink-50); cursor: pointer; border-bottom: 1px solid var(--ink-10); transition: all .2s; text-decoration: none; writing-mode: vertical-rl; }
.float-item:last-child { border-bottom: none; }
.float-item:hover { background: var(--accent); color: #fff; }
.float-item.primary { background: var(--accent); color: #fff; }
.float-item.primary:hover { background: var(--accent-dark); }

/* BADGE */
.badge-only { display: inline-flex; align-items: center; gap: 6px; background: var(--accent-pale); border: 1px solid var(--accent-light); padding: 6px 14px; font-size: 11px; letter-spacing: .1em; color: var(--accent-dark); }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

/* HERO */
.hero { padding-top: var(--nav-h); min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.hero-left { padding: 110px 80px 80px 80px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--ink-10); }
.hero-right { position: relative; overflow: hidden; background: #81C7C7; }
.hero-right .img-float-wrap { width: 100%; height: 100%; padding: 0; display: flex; align-items: center; justify-content: center; }
.hero-right .img-float-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; border-radius: 0; box-shadow: none; }
.hero-overlay { position: absolute; left: 48px; bottom: 48px; right: 48px; background: linear-gradient(to top, rgba(17,17,16,.45) 0%, transparent 60%); padding: 32px; border-radius: 0 0 8px 8px; }
.hero-overlay-text { color: #fff; font-size: 13px; letter-spacing: .1em; }
.hero-notice { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .14em; color: var(--ink-50); text-transform: uppercase; margin-bottom: 32px; }
.hero-notice-line { width: 28px; height: 1px; background: var(--accent-light); }
.hero-top .badge-only { margin-bottom: 28px; }
.hero-title { margin-bottom: 12px; }
.hero-title .line1 { display: block; font-style: italic; }
.hero-title .line2 { display: block; }
.hero-title .accent-word { color: var(--accent); }
.hero-sub { font-family: 'Noto Serif SC', serif; font-size: 15px; font-weight: 300; color: var(--ink-50); letter-spacing: .04em; margin-bottom: 24px; }
.hero-desc { font-size: 14px; color: var(--ink-50); line-height: 2.1; max-width: 480px; margin-bottom: 48px; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 80px; }
.hero-stats { display: flex; gap: 0; padding-top: 40px; border-top: 1px solid var(--ink-10); }
.hero-stat { padding-right: 40px; margin-right: 40px; border-right: 1px solid var(--ink-10); }
.hero-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hero-stat-n { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: var(--ink); line-height: 1; }
.hero-stat-n sup { font-size: .45em; color: var(--accent); vertical-align: super; }
.hero-stat-l { font-size: 12px; color: var(--ink-50); margin-top: 6px; letter-spacing: .04em; }

/* MARQUEE */
.marquee-strip { background: var(--accent-pale); overflow: hidden; height: 44px; display: flex; align-items: center; border-top: 1px solid rgba(62,148,148,.2); border-bottom: 1px solid rgba(62,148,148,.2); }
.marquee-track { display: flex; animation: marquee 30s linear infinite; white-space: nowrap; }
.marquee-item { padding: 0 28px; font-size: 11px; letter-spacing: .18em; color: var(--accent-mid); text-transform: uppercase; border-right: 1px solid rgba(62,148,148,.15); display: flex; align-items: center; height: 44px; }
.marquee-item.lit { color: var(--accent-dark); font-weight: 500; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* UNIQUE */
.unique { padding: 80px 0; background: var(--white); border-bottom: 1px solid var(--ink-10); }
.unique-inner { display: flex; align-items: center; justify-content: center; gap: 60px; flex-wrap: wrap; text-align: center; }
.unique-icon { font-size: 32px; margin-bottom: 12px; }
.unique-title { font-family: 'Noto Serif SC', serif; font-size: 20px; font-weight: 400; color: var(--ink); letter-spacing: .04em; margin-bottom: 6px; }
.unique-desc { font-size: 13px; color: var(--ink-50); letter-spacing: .04em; }
.unique-divider { width: 1px; height: 72px; background: var(--ink-10); }

/* SERVE */
.serve { padding: 128px 0; background: var(--off-white); }
.serve-header { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; margin-bottom: 80px; }
.serve-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink-10); border-left: 1px solid var(--ink-10); }
.serve-card { padding: 48px 40px; border-right: 1px solid var(--ink-10); border-bottom: 1px solid var(--ink-10); background: var(--white); transition: background .25s; }
.serve-card:hover { background: var(--accent-pale); }
.serve-n { font-family: 'Cormorant Garamond', serif; font-size: 11px; letter-spacing: .2em; color: var(--ink-30); margin-bottom: 24px; display: block; }
.serve-title { font-family: 'Noto Serif SC', serif; font-size: 18px; font-weight: 400; margin-bottom: 14px; }
.serve-desc { font-size: 13px; color: var(--ink-50); line-height: 2; }

/* PROBLEMS */
.problems { padding: 128px 0; background: var(--white); }
.problems-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.problems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink-10); border: 1px solid var(--ink-10); }
.prob-card { background: var(--white); padding: 40px 36px 44px; cursor: pointer; transition: all .25s; position: relative; }
.prob-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.prob-card:hover { background: var(--accent-pale); }
.prob-card:hover::after { transform: scaleX(1); }
.prob-icon { width: 44px; height: 44px; border: 1px solid var(--ink-10); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; font-size: 20px; }
.prob-title { font-family: 'Noto Serif SC', serif; font-size: 17px; font-weight: 400; margin-bottom: 12px; }
.prob-desc { font-size: 13px; color: var(--ink-50); line-height: 1.9; }
.prob-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.prob-tag { font-size: 11px; color: var(--accent-dark); background: var(--accent-pale); border: 1px solid rgba(62,148,148,.2); padding: 4px 12px; }
.prob-arr { position: absolute; right: 28px; bottom: 32px; font-size: 14px; color: var(--ink-10); transition: color .2s, transform .2s; }
.prob-card:hover .prob-arr { color: var(--accent); transform: translateX(4px); }

/* SONGBO — 白底 */
.songbo { padding: 0; }
.songbo-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.songbo-images { position: relative; overflow: hidden; background: var(--off-white); padding: 48px; display: flex; align-items: center; justify-content: center; }
.songbo-images img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px; box-shadow: 0 24px 64px rgba(0,0,0,.12), 0 6px 20px rgba(0,0,0,.06); }
.songbo-content { padding: 96px 80px; display: flex; flex-direction: column; justify-content: center; background: var(--white); border-left: 1px solid var(--ink-10); }
.songbo-eyebrow { color: var(--accent) !important; }
.songbo-h { color: var(--ink); font-family: 'Noto Serif SC', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 300; line-height: 1.3; margin-bottom: 24px; }
.songbo-sub { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: var(--ink-30); margin-bottom: 28px; }
.songbo-desc { font-size: 14px; color: var(--ink-50); line-height: 2.1; margin-bottom: 36px; }
.songbo-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.songbo-tag { font-size: 11px; color: var(--accent-dark); border: 1px solid rgba(62,148,148,.3); background: var(--accent-pale); padding: 5px 14px; letter-spacing: .08em; }

/* ADVANTAGES */
.adv { background: var(--white); }
.adv-intro { padding: 128px 0 96px; border-bottom: 1px solid var(--ink-10); }
.adv-intro-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.adv-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; border-bottom: 1px solid var(--ink-10); }
.adv-row.reverse { direction: rtl; }
.adv-row.reverse > * { direction: ltr; }
.adv-img { background: var(--off-white); overflow: hidden; position: relative; padding: 48px; display: flex; align-items: center; justify-content: center; }
.adv-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px; box-shadow: 0 20px 56px rgba(0,0,0,.1), 0 4px 16px rgba(0,0,0,.06); transition: transform .4s, box-shadow .4s; }
.adv-img img:hover { transform: translateY(-4px); box-shadow: 0 28px 72px rgba(0,0,0,.14), 0 6px 20px rgba(0,0,0,.07); }
.adv-img-ph { width: 100%; height: 100%; min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--ink-30); font-size: 12px; }
.adv-content { padding: 80px 72px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--ink-10); }
.adv-row.reverse .adv-content { border-left: none; border-right: 1px solid var(--ink-10); }
.adv-num { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-style: italic; color: var(--ink-10); line-height: 1; margin-bottom: 24px; }
.adv-title { font-family: 'Noto Serif SC', serif; font-size: 24px; font-weight: 400; margin-bottom: 20px; }
.adv-desc { font-size: 14px; color: var(--ink-50); line-height: 2.1; }

/* SERVICES */
.services { padding: 128px 0; background: var(--off-white); }
.services-header { margin-bottom: 64px; }
.srv-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--ink-10); margin-bottom: 48px; overflow-x: auto; scrollbar-width: none; }
.srv-tabs::-webkit-scrollbar { display: none; }
.srv-tab { padding: 14px 24px; font-size: 13px; letter-spacing: .06em; color: var(--ink-30); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; transition: all .2s; background: none; border-top: none; border-left: none; border-right: none; font-family: 'Noto Sans SC', sans-serif; }
.srv-tab.on { color: var(--accent-dark); border-bottom-color: var(--accent); }
.srv-tab:hover { color: var(--ink); }
.srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; transition: opacity .3s, transform .3s; }
.srv-card { background: var(--white); border: 1px solid var(--ink-10); padding: 40px 36px 44px; cursor: pointer; transition: all .25s; }
.srv-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.07); border-color: var(--accent-light); }
.srv-icon { width: 48px; height: 48px; border: 1px solid rgba(62,148,148,.2); background: var(--accent-pale); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 24px; }
.srv-title { font-family: 'Noto Serif SC', serif; font-size: 17px; font-weight: 400; margin-bottom: 12px; }
.srv-desc { font-size: 13px; color: var(--ink-50); line-height: 2; }
.srv-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; font-size: 12px; color: var(--accent); letter-spacing: .08em; text-decoration: none; }
.srv-more { text-align: center; margin-top: 52px; }

/* GYNECOLOGY */
.gynecology { padding: 0; background: var(--white); }
.gynecology-inner { display: grid; grid-template-columns: 1fr 1fr; }
.gyn-content { padding: 96px 80px; display: flex; flex-direction: column; justify-content: center; background: var(--accent-pale); border-right: 1px solid rgba(62,148,148,.15); }
.gyn-img { background: var(--off-white); min-height: 500px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--ink-30); font-size: 12px; padding: 48px; }
.gyn-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; box-shadow: 0 20px 56px rgba(0,0,0,.1), 0 4px 16px rgba(0,0,0,.06); }
.gyn-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--accent); color: #fff; font-size: 11px; letter-spacing: .12em; padding: 5px 14px; margin-bottom: 28px; align-self: flex-start; }
.gyn-title { font-family: 'Noto Serif SC', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 300; color: var(--accent-dark); line-height: 1.3; margin-bottom: 24px; }
.gyn-desc { font-size: 14px; color: var(--accent-mid); line-height: 2.1; margin-bottom: 36px; }
.gyn-services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 40px; }
.gyn-service-item { background: var(--white); border: 1px solid rgba(62,148,148,.2); padding: 20px 20px; }
.gyn-service-name { font-family: 'Noto Serif SC', serif; font-size: 14px; color: var(--accent-dark); margin-bottom: 6px; }
.gyn-service-desc { font-size: 12px; color: var(--accent-mid); line-height: 1.7; }

/* TRUST — 改为白底黑字 */
.trust { padding: 128px 0; background: var(--white); border-top: 1px solid var(--ink-10); border-bottom: 1px solid var(--ink-10); }
.trust-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.trust-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink-10); border: 1px solid var(--ink-10); }
.trust-stat { padding: 40px 32px; background: var(--white); transition: background .2s; }
.trust-stat:hover { background: var(--accent-pale); }
.trust-stat-n { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--ink); line-height: 1; }
.trust-stat-n sup { font-size: .4em; color: var(--accent); vertical-align: super; }
.trust-stat-l { font-size: 12px; color: var(--ink-50); margin-top: 8px; letter-spacing: .06em; }
.trust-eyebrow { color: var(--accent) !important; }
.testi { padding: 32px 0; border-bottom: 1px solid var(--ink-10); position: relative; }
.testi:first-of-type { border-top: 1px solid var(--ink-10); }
.testi-q { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; font-style: italic; color: var(--ink-80); line-height: 1.7; margin-bottom: 14px; }
.testi-who { font-size: 11px; color: var(--ink-30); letter-spacing: .08em; }
.testi-mark { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-style: italic; color: var(--ink-10); position: absolute; top: 16px; right: 0; line-height: 1; }

/* TEAM */
.team { padding: 128px 0; background: var(--off-white); }
.team-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.team-card { background: var(--white); border: 1px solid var(--ink-10); overflow: hidden; transition: all .25s; }
.team-card:hover { border-color: var(--accent-light); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.07); }
.team-photo { aspect-ratio: 16/10; overflow: hidden; background: var(--light); padding: 24px; display: flex; align-items: center; justify-content: center; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; border-radius: 6px; box-shadow: 0 12px 36px rgba(0,0,0,.1), 0 3px 10px rgba(0,0,0,.06); transition: transform .4s; }
.team-card:hover .team-photo img { transform: scale(1.03); }
.team-photo-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--ink-30); font-size: 12px; }
.team-info { padding: 32px; }
.team-name { font-family: 'Noto Serif SC', serif; font-size: 20px; font-weight: 400; margin-bottom: 4px; }
.team-role { font-size: 12px; letter-spacing: .08em; color: var(--accent); margin-bottom: 16px; }
.team-desc { font-size: 13px; color: var(--ink-50); line-height: 2; }
.team-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.team-tag { font-size: 11px; color: var(--accent-dark); background: var(--accent-pale); border: 1px solid rgba(62,148,148,.2); padding: 4px 12px; }
.team-full { margin-top: 24px; border: 1px solid var(--ink-10); overflow: hidden; padding: 28px; background: var(--white); }
.team-full img { width: 100%; display: block; max-height: 380px; object-fit: cover; object-position: center 30%; border-radius: 6px; box-shadow: 0 16px 48px rgba(0,0,0,.1), 0 4px 14px rgba(0,0,0,.06); }
.team-full-caption { padding: 18px 0 0; font-size: 12px; color: var(--ink-50); letter-spacing: .06em; text-align: center; }

/* ENV */
.env { padding: 128px 0; background: var(--white); }
.env-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 300px 300px; gap: 12px; margin-top: 64px; }
.env-cell { background: var(--off-white); border: 1px solid var(--ink-10); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: var(--ink-30); font-size: 12px; padding: 20px; }
.env-cell.span2 { grid-row: span 2; padding: 24px; }
.env-cell img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 6px; box-shadow: 0 12px 36px rgba(0,0,0,.1), 0 3px 10px rgba(0,0,0,.05); }
.env-label { position: absolute; bottom: 20px; left: 20px; background: rgba(255,255,255,.95); border: 1px solid var(--ink-10); border-radius: 2px; padding: 7px 14px; font-size: 11px; letter-spacing: .1em; color: var(--ink-50); }

/* KNOWLEDGE */
.knowledge { padding: 128px 0; background: var(--off-white); }
.knowledge-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.know-grid { display: grid; grid-template-columns: 5fr 3fr; gap: 12px; }
.art-featured { background: var(--white); border: 1px solid var(--ink-10); cursor: pointer; transition: all .25s; overflow: hidden; }
.art-featured:hover { border-color: var(--accent-light); }
.art-img { height: 240px; background: var(--light); border-bottom: 1px solid var(--ink-10); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--ink-30); font-size: 12px; overflow: hidden; padding: 20px; }
.art-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.art-body { padding: 36px; }
.art-cat { font-size: 11px; letter-spacing: .14em; color: var(--accent); text-transform: uppercase; margin-bottom: 12px; }
.art-title { font-family: 'Noto Serif SC', serif; font-size: 20px; font-weight: 400; margin-bottom: 14px; line-height: 1.4; }
.art-excerpt { font-size: 13px; color: var(--ink-50); line-height: 2; }
.art-meta { font-size: 11px; color: var(--ink-30); margin-top: 22px; }
.art-list { display: flex; flex-direction: column; }
.art-item { padding: 22px 20px; border: 1px solid var(--ink-10); border-top: none; background: var(--white); cursor: pointer; transition: background .2s; position: relative; padding-right: 40px; }
.art-item:first-child { border-top: 1px solid var(--ink-10); }
.art-item:hover { background: var(--accent-pale); }
.art-item-arr { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 13px; color: var(--ink-10); transition: color .2s, transform .2s; }
.art-item:hover .art-item-arr { color: var(--accent); transform: translateY(-50%) translateX(3px); }
.art-item-cat { font-size: 10px; letter-spacing: .12em; color: var(--accent); text-transform: uppercase; margin-bottom: 6px; }
.art-item-title { font-size: 14px; color: var(--ink); line-height: 1.6; }
.art-item-meta { font-size: 11px; color: var(--ink-30); margin-top: 7px; }

/* APPOINTMENT — 左侧改白底 */
.appt-inner { display: grid; grid-template-columns: 1fr 1fr; }
.appt-left { padding: 96px 80px; background: var(--off-white); border-right: 1px solid var(--ink-10); }
.appt-right { padding: 96px 80px; background: var(--white); }
.appt-eyebrow { color: var(--accent) !important; }
.appt-h { color: var(--ink); font-family: 'Noto Serif SC', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 300; line-height: 1.35; margin-bottom: 20px; }
.appt-desc { font-size: 14px; color: var(--ink-50); line-height: 2.1; margin-bottom: 48px; }
.step { display: grid; grid-template-columns: 56px 1fr; padding: 24px 0; border-top: 1px solid var(--ink-10); }
.step:last-child { border-bottom: 1px solid var(--ink-10); }
.step-n { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-style: italic; color: var(--ink-10); line-height: 1; }
.step-title { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.step-desc { font-size: 13px; color: var(--ink-50); line-height: 1.9; }
.form-h { font-family: 'Noto Serif SC', serif; font-size: 24px; font-weight: 400; margin-bottom: 36px; }
.form-group { margin-bottom: 20px; }
.form-label { font-size: 11px; letter-spacing: .1em; color: var(--ink-50); display: block; margin-bottom: 8px; text-transform: uppercase; }
.form-input { width: 100%; background: var(--white); border: 1px solid var(--ink-10); padding: 14px 18px; font-size: 14px; color: var(--ink); font-family: 'Noto Sans SC', sans-serif; outline: none; transition: border-color .2s; -webkit-appearance: none; }
.form-input:focus { border-color: var(--accent); }
.form-input::placeholder { color: var(--ink-30); }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit { width: 100%; background: var(--accent); color: #fff; border: none; padding: 16px; font-size: 13px; letter-spacing: .12em; cursor: pointer; font-family: 'Noto Sans SC', sans-serif; margin-top: 8px; transition: background .2s; }
.form-submit:hover { background: var(--accent-dark); }
.form-note { font-size: 11px; color: var(--ink-30); text-align: center; margin-top: 14px; }

/* CONTACT */
.contact { padding: 128px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 64px; }
.contact-map { aspect-ratio: 4/3; background: var(--off-white); border: 1px solid var(--ink-10); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--ink-30); font-size: 12px; }
.contact-row { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--ink-10); align-items: flex-start; }
.contact-row:first-child { border-top: 1px solid var(--ink-10); }
.contact-icon { width: 40px; height: 40px; border: 1px solid rgba(62,148,148,.2); background: var(--accent-pale); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-l { font-size: 11px; letter-spacing: .1em; color: var(--ink-30); margin-bottom: 5px; text-transform: uppercase; }
.contact-v { font-size: 14px; color: var(--ink); line-height: 1.8; }
.contact-v strong { color: var(--accent-dark); }
.contact-qr { margin-top: 32px; padding: 28px; background: var(--off-white); border: 1px solid var(--ink-10); display: flex; align-items: center; gap: 28px; }
.qr-img { width: 88px; height: 88px; object-fit: contain; flex-shrink: 0; }
.qr-text { font-size: 13px; color: var(--ink-50); line-height: 2; }

/* FOOTER — 改为白底黑字 */
footer { background: var(--off-white); padding: 80px 0 40px; border-top: 1px solid var(--ink-10); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 56px; border-bottom: 1px solid var(--ink-10); margin-bottom: 28px; }
.footer-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo-img { width: 40px; height: 40px; object-fit: cover; border-radius: 50%; }
.footer-brand-name { font-family: 'Noto Serif SC', serif; font-size: 14px; letter-spacing: .06em; color: var(--ink); line-height: 1.5; }
.footer-desc { font-size: 13px; color: var(--ink-50); line-height: 2; margin-bottom: 24px; }
.footer-info { font-size: 12px; color: var(--ink-30); line-height: 2; }
.footer-col-title { font-size: 11px; letter-spacing: .16em; color: var(--ink-30); text-transform: uppercase; margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 13px; color: var(--ink-50); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .05em; color: var(--ink-30); }
.footer-bottom a { color: var(--ink-30); text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }

/* PAGE HERO */
.page-hero { background: var(--off-white); border-bottom: 1px solid var(--ink-10); }
.page-hero .container { padding-top: 80px; padding-bottom: 80px; }

/* ANIMATIONS */
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.hero-left > * { animation: fadeUp .7s ease both; }
.hero-left > *:nth-child(1){animation-delay:.1s}
.hero-left > *:nth-child(2){animation-delay:.25s}
.hero-left > *:nth-child(3){animation-delay:.4s}

/* RESPONSIVE */
.mobile-cta,
.mobile-menu-toggle,
.mobile-nav-panel { display: none; }

@media (max-width: 1180px) {
  .container,
  .nav-inner { padding-left: 40px; padding-right: 40px; }
  .nav-inner { gap: 24px; }
  .nav-links a { padding-left: 10px; padding-right: 10px; font-size: 12px; }
  .hero-left { padding: 96px 56px 64px; }
  .hero-right .img-float-wrap,
  .songbo-images,
  .adv-img,
  .gyn-img { padding: 32px; }
  .hero-stat { padding-right: 28px; margin-right: 28px; }
}

@media (max-width: 980px) {
  .container,
  .nav-inner { padding-left: 28px; padding-right: 28px; }
  .nav-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .nav-links,
  .nav-tel { display: none; }
  .nav-right { display: none; }
  .mobile-menu-toggle {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(110,116,50,.22);
    border-radius: 14px;
    background: rgba(255,255,255,.86);
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    justify-self: end;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(80,60,30,.06);
  }
  .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--ink);
    transition: transform .2s ease, opacity .2s ease;
  }
  .mobile-nav-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-nav-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
  .mobile-nav-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav-panel {
    position: fixed;
    inset: 0;
    z-index: 210;
    padding: 88px 16px 80px;
    background: rgba(46,38,30,.24);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  .mobile-nav-open .mobile-nav-panel {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-nav-card {
    background: #fff;
    border: 1px solid rgba(183,132,63,.14);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(80,60,30,.12);
    overflow: hidden;
  }
  .mobile-nav-card a {
    min-height: 52px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(183,132,63,.12);
    color: #2E261E;
    font-size: 15px;
    text-decoration: none;
  }
  .mobile-nav-card a:last-child { border-bottom: none; }
  .float-bar { display: none; }
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 220;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgba(255,255,255,.98);
    border-top: 1px solid rgba(183,132,63,.16);
    box-shadow: 0 -8px 24px rgba(80,60,30,.08);
  }
  .mobile-cta a {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: .08em;
    text-decoration: none;
    color: #2E261E;
  }
  .mobile-cta a:first-child { border-right: 1px solid rgba(183,132,63,.16); }
  .mobile-cta a:last-child { background: #3E9494; color: #fff; }
  body { padding-bottom: 56px; }

  .hero,
  .serve-header,
  .songbo-inner,
  .adv-intro-inner,
  .adv-row,
  .gynecology-inner,
  .trust-inner,
  .team-header,
  .know-grid,
  .appt-inner,
  .contact-grid,
  .footer-top { grid-template-columns: 1fr; }

  .hero { min-height: auto; }
  .hero-left {
    border-right: 0;
    padding: 88px 28px 48px;
  }
  .hero-right { min-height: 420px; }
  .hero-actions,
  .hero-stats { flex-wrap: wrap; }
  .hero-stats { gap: 18px; }
  .hero-stat {
    min-width: 140px;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .serve-header,
  .adv-intro-inner,
  .team-header { gap: 32px; }
  .serve-grid,
  .problems-grid,
  .srv-grid,
  .team-grid,
  .gyn-services,
  .trust-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .env-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .env-cell.span2 {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }
  .songbo-content,
  .gyn-content,
  .adv-content,
  .appt-left,
  .appt-right { padding: 64px 40px; }
  .footer-top { gap: 36px; }
}

@media (max-width: 640px) {
  :root { --nav-h: 72px; }
  .container,
  .nav-inner { padding-left: 20px; padding-right: 20px; }
  .navbar { height: var(--nav-h); }
  .logo-img { width: 42px; height: 42px; }
  .logo-cn { font-size: 11px; letter-spacing: .02em; white-space: normal; }
  .logo-en { font-size: 8px; }
  .nav-cta { display: none; }
  .h1 { font-size: clamp(42px, 13vw, 58px); line-height: 1.08; }
  .h2 { font-size: clamp(25px, 8vw, 34px); }
  .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 22px;
    white-space: normal;
    text-align: center;
  }
  .hero-left { padding: 72px 20px 40px; }
  .hero-notice {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 22px;
  }
  .badge-only {
    align-items: flex-start;
    line-height: 1.7;
  }
  .hero-desc { margin-bottom: 32px; }
  .hero-actions {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
  }
  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 28px;
  }
  .hero-stat {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--ink-10);
  }
  .hero-stat:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .hero-right { min-height: 300px; }
  .hero-right .img-float-wrap,
  .songbo-images,
  .adv-img,
  .gyn-img,
  .team-full,
  .team-photo,
  .env-cell { padding: 16px; }
  .hero-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
  .hero-overlay-text { font-size: 12px; line-height: 1.7; }
  .unique { padding: 48px 0; }
  .unique-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
    padding: 0 20px;
  }
  .unique-inner > div[style*="width:1px"] { display: none; }
  .serve,
  .problems,
  .services,
  .team,
  .env,
  .knowledge,
  .contact,
  .trust { padding: 72px 0; }
  .serve-grid,
  .problems-grid,
  .srv-grid,
  .team-grid,
  .gyn-services,
  .trust-stats,
  .env-grid,
  .form-row2 { grid-template-columns: 1fr; }
  .problems-header,
  .knowledge-header,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .songbo-inner { min-height: 0; }
  .songbo-content,
  .gyn-content,
  .adv-content,
  .appt-left,
  .appt-right { padding: 48px 20px; }
  .songbo-tags,
  .prob-tags,
  .team-tags { gap: 8px; }
  .contact-qr {
    flex-direction: column;
    align-items: flex-start;
  }
  footer { padding: 56px 0 32px; }
  .footer-top {
    gap: 28px;
    padding-bottom: 36px;
  }
}

@media (max-width: 768px) {
  body {
    background: #F8F5F0 !important;
    color: #2E261E;
  }

  .navbar {
    height: 66px !important;
    background: rgba(255,255,255,.97) !important;
    border-bottom: 1px solid rgba(183,132,63,.16) !important;
    box-shadow: 0 1px 0 rgba(183,132,63,.08) !important;
  }

  .nav-inner {
    min-height: 66px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .page-hero {
    margin-top: 66px;
    padding-top: 0 !important;
    background: #F8F5F0 !important;
    border-bottom: 0 !important;
  }

  .page-hero .container {
    padding-top: 28px !important;
    padding-bottom: 22px !important;
  }

  .eyebrow {
    color: #B7843F !important;
    font-size: 11px;
    letter-spacing: .08em;
  }

  .h2 {
    color: #2E261E;
    font-size: 27px !important;
    line-height: 1.3;
    font-weight: 600;
  }

  .body-lg {
    color: #6A6258;
    font-size: 14px;
    line-height: 1.85;
  }

  .btn,
  .form-submit {
    border-radius: 16px !important;
  }

  .btn-accent,
  .form-submit {
    background: #3E9494 !important;
    color: #fff !important;
  }

  .services-page-list,
  .cases-section,
  .contact,
  .serve,
  .team,
  .env,
  .knowledge,
  section[style*="background:var(--white)"],
  section[style*="background:var(--off-white)"],
  section[style*="background:var(--accent-pale)"] {
    background: #F8F5F0 !important;
  }

  .srv6-grid,
  .cases-grid,
  .jnl-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .srv6-card,
  .case-card,
  .jnl-card,
  .faq-item,
  .contact-row,
  .contact-qr,
  .team-card,
  .serve-card,
  .therapist-mini-card {
    border: 1px solid rgba(183,132,63,.16) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 6px 20px rgba(80,60,30,.06) !important;
    overflow: hidden;
  }

  .srv6-card {
    padding: 18px 16px !important;
  }

  .srv6-title,
  .case-card-title,
  .jnl-title,
  .team-name,
  .serve-title {
    color: #2E261E !important;
    font-weight: 600;
  }

  .srv6-sub,
  .srv6-desc,
  .case-card-bg,
  .jnl-excerpt {
    color: #6A6258 !important;
  }

  .srv6-tags span,
  .case-card-tag,
  .jnl-link,
  .srv6-arr {
    color: #3E9494 !important;
    background: rgba(110,116,50,.08) !important;
  }

  .cases-filter-bar,
  .jnl-filter-bar {
    top: 66px !important;
    background: rgba(255,255,255,.96) !important;
    border-color: rgba(183,132,63,.16) !important;
  }

  .cases-filter-btn,
  .jnl-cat,
  .faq-cat {
    padding: 13px 14px !important;
    font-size: 13px !important;
  }

  .cases-filter-btn.active,
  .jnl-cat.on,
  .faq-cat.on {
    color: #3E9494 !important;
    border-bottom-color: #3E9494 !important;
  }

  .case-card-imgs {
    height: auto !important;
    aspect-ratio: 16 / 10;
  }

  .jnl-featured {
    grid-column: auto !important;
    display: flex !important;
    grid-template-columns: 1fr !important;
  }

  .jnl-featured .jnl-media {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .jnl-body,
  .case-card-body {
    padding: 16px !important;
  }

  .faq-list {
    display: grid;
    gap: 10px;
  }

  .faq-q {
    min-height: 48px;
    padding: 0 14px !important;
  }

  .faq-a {
    padding: 0 14px 16px !important;
    color: #6A6258 !important;
    font-size: 13px;
    line-height: 1.8;
  }

  .contact-map,
  .contact-map-frame iframe {
    min-height: 220px;
    border: 1px solid rgba(183,132,63,.16) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 6px 20px rgba(80,60,30,.06) !important;
  }

  .contact-row {
    padding: 16px !important;
  }

  .contact-l {
    color: #B7843F !important;
  }

  .contact-v {
    color: #2E261E !important;
  }

  footer {
    background: #F8F5F0 !important;
    border-top: 1px solid rgba(183,132,63,.16) !important;
  }

  .footer-top {
    display: none !important;
  }

  .footer-bottom {
    align-items: center !important;
    text-align: center;
  }
}

/* ── 移动端 hero / FAQ 排版收紧 ── */
@media (max-width: 768px) {
  .page-hero { padding-top: var(--nav-h) !important; }
  .page-hero .container { padding-top: 32px !important; padding-bottom: 28px !important; }
  .page-hero .h2 { font-size: 28px !important; line-height: 1.4 !important; margin-top: 8px !important; }
  .page-hero .eyebrow { margin-bottom: 8px !important; }
  .page-hero .body-lg { font-size: 14px !important; line-height: 1.7 !important; margin-top: 12px !important; }

  .faq-cats { gap: 6px !important; margin-bottom: 24px !important; justify-content: flex-start; }
  .faq-cat { padding: 6px 14px !important; font-size: 12px !important; }
  .faq-q { padding: 18px 0 !important; font-size: 14.5px !important; }
  .faq-a { font-size: 13.5px !important; padding-bottom: 18px !important; line-height: 1.85 !important; }

  .know-cat-block { padding: 24px 0 !important; }
  .know-cat-title { font-size: 18px !important; }
  .know-cat-desc { font-size: 13px !important; line-height: 1.65 !important; }
  .know-article-grid { gap: 10px !important; }
  .know-article-card { padding: 14px 16px !important; }
  .know-card-title { font-size: 14.5px !important; line-height: 1.5 !important; }
  .know-card-excerpt { font-size: 12.5px !important; line-height: 1.65 !important; }

  /* hero 跳转按钮组 */
  .hero-jumps { gap: 6px !important; }
  .hero-jump-btn { padding: 9px 14px !important; font-size: 13px !important; }
}

/* ── Hero 跳转按钮组（PC + 移动）── */
.hero-jumps {
  display: flex;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero-jump-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  font-size: 14px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--accent);
  border-radius: 40px;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
}
.hero-jump-btn:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}
.hero-jump-btn .hero-jump-icon {
  font-size: 13px;
  opacity: .8;
}

/* ── 回到顶部浮动按钮（全站）── */
.rezzy-backtop {
  position: fixed;
  right: 20px;
  bottom: 96px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: 0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(62,148,148,.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  z-index: 9999;
}
.rezzy-backtop.show {
  opacity: 1;
  pointer-events: auto;
}
.rezzy-backtop:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
}
@media (max-width: 768px) {
  .rezzy-backtop {
    right: 14px;
    bottom: 84px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
