:root {
  --ink: #18322d;
  --ink-soft: #526560;
  --green: #214d43;
  --green-deep: #163a32;
  --accent: #ad5136;
  --accent-deep: #8f3f29;
  --accent-soft: #f5e4dc;
  --sage: #a9c6ae;
  --mint: #dcebe0;
  --mint-light: #eef5ef;
  --sand: #f2e8d8;
  --cream: #faf8f2;
  --paper: #ffffff;
  --line: rgba(24, 50, 45, 0.14);
  --shadow: 0 24px 70px rgba(25, 60, 50, 0.12);
  --radius-lg: 38px;
  --radius-md: 24px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100vw - 48px));
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section-shell { position: relative; overflow: hidden; }
.sr-only { 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 { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--paper); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.prototype-ribbon { padding: 7px 20px; color: rgba(255,255,255,.8); background: var(--green-deep); text-align: center; font-size: 11px; letter-spacing: .12em; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250,248,242,.86); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(24,50,45,.05); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark-image { width: 46px; height: 46px; display: block; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 17px; letter-spacing: .08em; }
.brand-copy small { margin-top: 5px; color: #71827d; font-size: 7px; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-left: auto; }
.site-nav a { position: relative; color: #445b55; font-size: 13px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--green); transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.nav-contact-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta { min-width: 128px; padding-left: 18px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.nav-cta span { color: #71827d; font-size: 10px; letter-spacing: .12em; }
.nav-cta strong { margin-top: 3px; font-size: 14px; }
.nav-wechat-cta { min-width: 98px; padding: 11px 16px; display: flex; flex-direction: column; color: white; border: 0; border-radius: 14px; background: var(--accent); box-shadow: 0 10px 24px rgba(173,81,54,.22); cursor: pointer; transition: transform .2s, background .2s; }
.nav-wechat-cta:hover { background: var(--accent-deep); transform: translateY(-1px); }
.nav-wechat-cta span { font-size: 11px; font-weight: 600; }
.nav-wechat-cta strong { margin-top: 2px; color: rgba(255,255,255,.76); font-size: 8px; font-weight: 400; letter-spacing: .06em; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { padding: 84px 0 0; background: linear-gradient(135deg, #f9f6ed 0%, #edf4ed 65%, #e4eee6 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.hero-copy { padding-bottom: 42px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: #5c756e; font-size: 11px; font-weight: 600; letter-spacing: .2em; }
.eyebrow span { display: inline-block; width: 32px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .approach-copy h2, .consult-intro h2, .visit-copy h2, .closing-inner h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.04em; line-height: 1.17; }
.hero h1 { max-width: 610px; font-size: clamp(48px, 5vw, 72px); }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 520px; margin: 30px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.95; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 600; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 14px 30px rgba(33,77,67,.2); }
.button-primary:hover { background: var(--green-deep); }
.button-accent { color: white; background: var(--accent); box-shadow: 0 14px 30px rgba(173,81,54,.24); }
.button-accent:hover { background: var(--accent-deep); }
.button-consult-secondary { color: var(--green); border-color: rgba(33,77,67,.26); background: rgba(237,244,237,.82); box-shadow: none; }
.button-consult-secondary:hover { background: white; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.5); }
.button-ghost:hover { background: var(--paper); }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; margin-left: -8px; display: grid; place-items: center; border: 2px solid var(--cream); border-radius: 50%; color: white; background: var(--sage); font-family: var(--serif); font-size: 12px; }
.avatar-stack span:first-child { margin-left: 0; background: var(--green); }
.avatar-stack span:nth-child(3) { background: #8dafa0; }
.avatar-stack span:nth-child(4) { background: #6d9987; }
.avatar-stack span:nth-child(5) { background: #4f7f6f; }
.hero-note p { margin: 0; color: #64766f; font-size: 11px; line-height: 1.55; }
.hero-note strong { color: var(--ink); font-size: 12px; }

.hero-visual { position: relative; min-height: 610px; }
.hero-image-frame { position: absolute; inset: 0 24px 0 0; overflow: hidden; border-radius: 180px 180px 34px 34px; background: #cfded3; box-shadow: var(--shadow); }
.hero-image-frame img { height: 100%; object-fit: cover; object-position: 50% 48%; transform: scale(1.02); }
.image-tint { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,60,50,0) 55%, rgba(20,60,50,.15)); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.66); border-radius: 16px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(27,62,52,.12); }
.floating-card p { margin: 0; display: flex; flex-direction: column; }
.floating-card small { color: #70817b; font-size: 9px; letter-spacing: .08em; }
.floating-card strong { margin-top: 3px; font-size: 12px; }
.floating-card-top { top: 58px; right: 0; }
.floating-card-bottom { left: -34px; bottom: 44px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #65a775; box-shadow: 0 0 0 6px rgba(101,167,117,.15); }
.mini-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); }
.hero-seal { position: absolute; left: -38px; top: 46px; z-index: 3; width: 100px; height: 100px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--green); box-shadow: 0 16px 30px rgba(26,65,55,.2); }
.hero-seal svg { position: absolute; inset: 7px; width: 86px; height: 86px; animation: spin 18s linear infinite; }
.hero-seal text { fill: rgba(255,255,255,.82); font-size: 7.2px; letter-spacing: 1.3px; }
.hero-seal > span { font-size: 22px; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-orb { position: absolute; z-index: 0; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 330px; height: 330px; left: -190px; top: 100px; background: rgba(217,233,220,.55); }
.hero-orb-two { width: 180px; height: 180px; right: -90px; bottom: 120px; border: 1px solid rgba(33,77,67,.12); }
.trust-bar { position: relative; z-index: 4; margin-top: 72px; display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper); border-radius: 26px 26px 0 0; box-shadow: 0 -12px 45px rgba(30,65,55,.06); }
.trust-bar > div { min-height: 116px; padding: 26px 30px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.trust-bar > div:last-child { border-right: 0; }
.trust-bar > div > span { color: var(--sage); font-family: var(--serif); font-size: 24px; }
.trust-bar p { margin: 0; display: flex; flex-direction: column; }
.trust-bar strong { font-size: 14px; }
.trust-bar small { margin-top: 6px; color: #75847f; font-size: 10px; }

.services { padding: 130px 0 115px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.section-heading h2, .approach-copy h2, .consult-intro h2, .visit-copy h2, .closing-inner h2 { font-size: clamp(38px, 4vw, 56px); }
.section-heading > p { margin: 0 0 8px; color: var(--ink-soft); font-size: 14px; line-height: 1.95; }
.section-heading.compact { align-items: center; }
.service-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 400px; padding: 26px 28px 32px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); transition: background .3s, transform .3s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--mint-light); transform: translateY(-6px); }
.service-featured { color: white; background: var(--green); border-radius: 22px 22px 0 0; transform: translateY(-14px); box-shadow: 0 24px 50px rgba(31,72,62,.16); }
.service-featured:hover { background: var(--green-deep); transform: translateY(-20px); }
.service-index { opacity: .55; font-family: var(--serif); font-size: 14px; }
.service-symbol { align-self: flex-end; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; opacity: .75; font-family: var(--serif); font-size: 28px; }
.service-card h3 { margin: 8px 0 14px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.service-tag { margin: 0; opacity: .68; font-size: 10px; letter-spacing: .14em; }
.service-card div > p:not(.service-tag) { min-height: 66px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.service-featured div > p:not(.service-tag) { color: rgba(255,255,255,.7); }
.service-card a { margin-top: 24px; display: flex; justify-content: space-between; color: inherit; font-size: 12px; }
.medical-note, .content-note { margin: 28px 0 0; color: #7a8984; font-size: 10px; text-align: center; }

.approach { padding: 120px 0; color: white; background: var(--green-deep); }
.approach::after { content: "Y"; position: absolute; right: -20px; bottom: -170px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 540px; line-height: 1; }
.approach-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(70px,9vw,130px); align-items: center; }
.approach-visual { position: relative; padding: 0 0 64px 42px; }
.approach-image-main { overflow: hidden; border-radius: 220px 220px 26px 26px; box-shadow: 0 30px 70px rgba(0,0,0,.23); }
.approach-image-main img { aspect-ratio: .82; object-fit: cover; }
.approach-caption { position: absolute; left: 0; right: 54px; bottom: 0; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; color: var(--ink); border-radius: 14px; background: var(--sand); }
.approach-caption span { font-size: 10px; letter-spacing: .12em; }
.approach-caption strong { font-family: var(--serif); font-size: 15px; font-weight: 500; }
.eyebrow-light { color: #b4cabe; }
.approach-lead { margin: 26px 0 38px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.95; }
.approach-list { border-top: 1px solid rgba(255,255,255,.14); }
.approach-list > div { min-height: 75px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
.approach-list > div > span { color: #8dac9d; font-family: var(--serif); font-size: 14px; }
.approach-list p { margin: 0; display: flex; align-items: baseline; gap: 18px; }
.approach-list strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.approach-list small { color: rgba(255,255,255,.48); font-size: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; }
.text-link-light { margin-top: 36px; color: #d6e3da; }

.experience { padding: 130px 0; background: var(--cream); }
.gallery-grid { margin-top: 62px; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 330px 260px; gap: 18px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: #dce6de; }
.gallery-grid figure img { height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-large { grid-row: 1 / 3; }
.gallery-large img { object-position: center; }
.gallery-grid figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; color: white; border-radius: 12px; background: rgba(18,47,39,.72); backdrop-filter: blur(8px); font-size: 11px; }
.gallery-grid figcaption span { opacity: .6; font-family: var(--serif); }
.gallery-quote { padding: 34px; display: flex; flex-direction: column; justify-content: space-between; color: var(--green); border-radius: var(--radius-md); background: var(--mint); }
.gallery-quote p { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.55; }
.gallery-quote small { font-size: 9px; letter-spacing: .16em; }

.consult { padding: 0 0 120px; background: var(--cream); }
.consult-panel { padding: 70px clamp(38px,6vw,82px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; color: white; border-radius: var(--radius-lg); background: var(--green); box-shadow: var(--shadow); }
.consult-intro > p:not(.eyebrow) { max-width: 360px; margin: 22px 0 30px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.85; }
.button-sand { color: var(--green); background: var(--sand); }
.visit-steps { margin: 0; padding: 0; list-style: none; }
.visit-steps li { min-height: 86px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
.visit-steps li:last-child { border-bottom: 0; }
.visit-steps li > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-family: var(--serif); font-size: 12px; }
.visit-steps strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.visit-steps p { margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: 10px; }

.insights { padding: 125px 0; background: var(--paper); }
.insight-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.insight-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .3s, box-shadow .3s; }
.insight-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(32,70,60,.1); }
.insight-art { position: relative; height: 220px; overflow: hidden; display: grid; place-items: center; }
.insight-art span { position: relative; z-index: 2; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: 54px; letter-spacing: .1em; }
.insight-art i { position: absolute; width: 125px; height: 125px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.art-align { background: linear-gradient(145deg,#8db39d,#325f52); }
.art-kids { background: linear-gradient(145deg,#e0c9a5,#aabf9c); }
.art-community { background: linear-gradient(145deg,#aacddd,#487a7e); }
.insight-copy { padding: 25px 26px 28px; }
.insight-copy > p { margin: 0; color: #7a8984; font-size: 9px; letter-spacing: .08em; }
.insight-copy h3 { min-height: 60px; margin: 13px 0 25px; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.5; }
.insight-copy a { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); font-size: 11px; }

.visit { padding: 130px 0; background: var(--mint-light); }
.visit-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.visit-info { margin-top: 38px; display: grid; gap: 20px; }
.visit-info > div { padding-bottom: 18px; display: grid; grid-template-columns: 90px 1fr; align-items: start; border-bottom: 1px solid var(--line); }
.visit-info small { color: #74847f; font-size: 10px; }
.visit-info strong { font-family: var(--serif); font-size: 16px; font-weight: 500; line-height: 1.6; }
.visit-info span { grid-column: 2; margin-top: 4px; color: #7c8b86; font-size: 9px; }
.visit-info .conversion-highlight small { color: var(--accent); font-weight: 600; }
.visit-info .conversion-highlight strong { color: var(--accent-deep); }
.visit-actions { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.map-card { position: relative; min-height: 530px; overflow: hidden; border-radius: var(--radius-lg); background: #d9e4da; box-shadow: var(--shadow); }
.map-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px); background-size: 62px 62px; }
.road { position: absolute; display: block; background: rgba(255,255,255,.85); box-shadow: 0 0 0 1px rgba(49,83,74,.04); }
.road-one { width: 130%; height: 28px; left: -15%; top: 48%; transform: rotate(-12deg); }
.road-two { width: 26px; height: 120%; left: 62%; top: -10%; transform: rotate(14deg); }
.road-three { width: 80%; height: 15px; left: -10%; top: 19%; transform: rotate(28deg); }
.block { position: absolute; display: block; border: 1px solid rgba(48,81,72,.09); border-radius: 8px; background: rgba(168,194,176,.38); }
.block-one { width: 160px; height: 90px; left: 40px; top: 55px; transform: rotate(10deg); }
.block-two { width: 130px; height: 150px; right: 42px; top: 90px; transform: rotate(-8deg); }
.block-three { width: 180px; height: 110px; right: 90px; bottom: 38px; transform: rotate(7deg); }
.map-pin { position: absolute; left: 55%; top: 44%; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50% 50% 50% 5px; background: var(--green); transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 18px 32px rgba(33,77,67,.28); }
.map-pin .mini { width: 45px; height: 45px; transform: rotate(45deg); background: var(--sand); color: var(--green); }
.map-label { position: absolute; left: 55%; top: calc(44% + 62px); padding: 12px 18px; display: flex; flex-direction: column; text-align: center; border-radius: 12px; background: rgba(255,255,255,.9); transform: translateX(-50%); box-shadow: 0 10px 30px rgba(36,70,60,.12); }
.map-label strong { font-family: var(--serif); font-size: 14px; }
.map-label span { margin-top: 4px; color: #71827d; font-size: 9px; white-space: nowrap; }
.transport-pills { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; justify-content: center; gap: 8px; }
.transport-pills span { padding: 8px 13px; border-radius: 999px; color: #526b63; background: rgba(255,255,255,.75); font-size: 9px; }

.closing-cta { padding: 110px 0; color: white; background: var(--green-deep); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; }
.round-cta { width: 160px; height: 160px; padding: 0 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--green); border: 0; border-radius: 50%; background: var(--sand); cursor: pointer; transition: transform .3s; }
.round-cta:hover { transform: rotate(5deg) scale(1.04); }
.round-cta-accent { color: #e7f0e9; border: 1px solid rgba(231,240,233,.62); background: transparent; box-shadow: none; }
.round-cta span { font-family: var(--serif); font-size: 18px; }
.round-cta b { font-size: 22px; font-weight: 400; }

.site-footer { padding: 75px 0 30px; color: #c9d7d0; background: #102c26; }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-bottom: 55px; }
.brand-footer .brand-mark-image { width: 50px; height: 50px; }
.brand-footer .brand-copy strong { color: white; }
.brand-footer .brand-copy small { color: #849b91; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 5px; color: white; font-family: var(--serif); font-size: 14px; font-weight: 500; }
.footer-links a, .footer-links span, .footer-links button { padding: 0; color: #83978e; border: 0; background: transparent; text-align: left; font-size: 10px; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: white; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 12px 40px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1); color: #6d857a; font-size: 9px; line-height: 1.7; }
.footer-bottom p { margin: 0; }
.footer-compliance { width: 100%; }
.footer-compliance a { color: #8ca097; }
.footer-compliance .public-security-record { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; vertical-align: middle; }
.footer-compliance .public-security-record img { width: 18px; height: 20px; flex: none; }

.desktop-contact-rail { position: fixed; right: 16px; top: 50%; z-index: 140; display: grid; overflow: hidden; color: var(--ink); border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 14px 40px rgba(24,50,45,.14); transform: translateY(-50%); backdrop-filter: blur(12px); }
.desktop-contact-rail a, .desktop-contact-rail button { width: 64px; min-height: 68px; padding: 8px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; }
.desktop-contact-rail > :last-child { border-bottom: 0; }
.desktop-contact-rail button { color: white; background: var(--accent); }
.desktop-contact-rail a:hover { background: var(--mint-light); }
.desktop-contact-rail button:hover { background: var(--accent-deep); }
.desktop-contact-rail span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); font-family: var(--serif); font-size: 12px; }
.desktop-contact-rail button span { color: var(--accent); background: white; }
.desktop-contact-rail strong { font-size: 9px; font-weight: 500; }
.mobile-dock { display: none; }
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: visibility .3s, opacity .3s; }
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9,30,24,.68); backdrop-filter: blur(6px); }
.modal-card { position: relative; z-index: 2; width: min(580px, calc(100vw - 32px)); max-height: calc(100vh - 32px); overflow-y: auto; padding: 42px; border-radius: 28px; background: var(--cream); box-shadow: 0 30px 100px rgba(0,0,0,.28); transform: translateY(18px) scale(.98); transition: transform .3s; }
.modal.open .modal-card { transform: translateY(0) scale(1); }
.modal-close { position: absolute; right: 16px; top: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--mint); cursor: pointer; font-size: 23px; font-weight: 300; }
.modal-card h2 { margin: 0; font-family: var(--serif); font-size: 36px; font-weight: 500; }
.modal-card > p:not(.eyebrow):not(.modal-tip) { color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.wechat-contact-card { margin: 24px 0; padding: 16px; display: grid; grid-template-columns: 190px 1fr; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 20px; background: white; }
.wechat-qr { display: grid; gap: 8px; text-align: center; }
.wechat-qr img { aspect-ratio: 1; border-radius: 12px; image-rendering: auto; }
.wechat-qr small { color: #7b8984; font-size: 8px; }
.wechat-id-card { padding: 24px 12px; display: grid; gap: 8px; text-align: center; border-radius: 16px; background: var(--accent-soft); }
.wechat-id-card small { color: #71827b; font-size: 10px; letter-spacing: .08em; }
.wechat-id-card strong { color: var(--accent-deep); font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: .03em; }
.wechat-id-card button { width: fit-content; margin: 5px auto 0; padding: 11px 18px; color: white; border: 0; border-radius: 999px; background: var(--accent); cursor: pointer; font-size: 10px; }
.wechat-id-card button:hover { background: var(--accent-deep); }
.modal-contact { padding: 16px 18px; border-radius: 14px; background: var(--mint); }
.modal-contact a { display: flex; justify-content: space-between; align-items: center; }
.modal-contact small { color: #63766f; font-size: 9px; }
.modal-contact strong { font-size: 15px; }
.modal-contact p { margin: 10px 0 0; color: #63766f; font-size: 10px; }
.modal-contact p a { display: inline; color: var(--accent-deep); font-weight: 600; }
.modal-tip { margin: 15px 0 0; color: #89958f; font-size: 9px; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .14s; }

@media (max-width: 1060px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 11px; }
  .nav-contact-actions { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .hero-visual { min-height: 540px; }
  .trust-bar > div { padding: 24px 18px; }
  .service-card { padding-inline: 20px; }
  .visit-grid { gap: 60px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 680px); --radius-lg: 28px; }
  body { padding-bottom: 68px; }
  .prototype-ribbon { font-size: 9px; }
  .nav-wrap { min-height: 68px; }
  .brand-copy strong { font-size: 15px; }
  .menu-toggle { display: block; }
  .desktop-contact-rail { display: none; }
  .site-nav { position: fixed; left: 16px; right: 16px; top: 108px; padding: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 18px; background: rgba(250,248,242,.98); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .25s; }
  .site-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a { padding: 13px 10px; font-size: 13px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 60px; }
  .hero-grid, .approach-grid, .consult-panel, .visit-grid, .footer-main { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 540px; margin-top: 18px; }
  .hero-image-frame { right: 0; border-radius: 140px 140px 28px 28px; }
  .hero-seal { left: -10px; }
  .floating-card-bottom { left: 12px; }
  .trust-bar { grid-template-columns: 1fr 1fr; margin-top: 35px; border-radius: 22px 22px 0 0; }
  .trust-bar > div { min-height: 96px; border-bottom: 1px solid var(--line); }
  .trust-bar > div:nth-child(2) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .services, .experience, .insights, .visit { padding-block: 90px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 350px; border-bottom: 1px solid var(--line); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-featured { transform: none; border-radius: 20px 20px 0 0; }
  .service-featured:hover { transform: translateY(-6px); }
  .approach { padding-block: 90px; }
  .approach-grid { gap: 60px; }
  .approach-visual { max-width: 530px; margin-inline: auto; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 240px; }
  .gallery-large { grid-column: 1 / 3; grid-row: 1; }
  .consult-panel { gap: 45px; padding: 48px 34px; }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .insight-card-main { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; }
  .insight-card-main .insight-art { height: 100%; min-height: 250px; }
  .visit-grid { gap: 55px; }
  .map-card { min-height: 480px; }
  .footer-main { gap: 50px; }
  .closing-inner { gap: 35px; }
  .round-cta { width: 135px; height: 135px; flex: 0 0 auto; }
  .mobile-dock { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 150; height: 58px; padding: 5px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(22,58,50,.94); backdrop-filter: blur(14px); box-shadow: 0 12px 35px rgba(17,44,38,.28); }
  .mobile-dock a, .mobile-dock button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: white; border: 0; border-right: 1px solid rgba(255,255,255,.13); background: transparent; font-size: 9px; }
  .mobile-dock > :last-child { border-right: 0; }
  .mobile-dock .mobile-dock-wechat { margin: -1px 2px; color: white; border: 0; border-radius: 12px; background: var(--accent); }
  .mobile-dock span { font-size: 15px; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  .brand-mark-image { width: 42px; height: 42px; }
  .brand-copy small { display: none; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 42px; line-height: 1.22; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 445px; }
  .hero-image-frame { inset: 0; border-radius: 110px 110px 22px 22px; }
  .hero-seal { width: 82px; height: 82px; top: 24px; }
  .hero-seal svg { width: 70px; height: 70px; }
  .floating-card { padding: 11px 12px; }
  .floating-card-top { top: 70px; left: 78px; right: 8px; }
  .floating-card-bottom { bottom: 16px; }
  .trust-bar > div { padding: 18px 14px; gap: 11px; }
  .trust-bar > div > span { font-size: 18px; }
  .trust-bar strong { font-size: 12px; }
  .section-heading h2, .approach-copy h2, .consult-intro h2, .visit-copy h2, .closing-inner h2 { font-size: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; border-right: 0; }
  .service-card div > p:not(.service-tag) { min-height: auto; }
  .approach-visual { padding-left: 12px; }
  .approach-caption { right: 12px; padding: 14px; flex-direction: column; align-items: flex-start; gap: 5px; }
  .approach-list p { flex-direction: column; gap: 4px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-grid figure { height: 360px; }
  .gallery-grid figure:not(.gallery-large) { height: 250px; }
  .gallery-quote { min-height: 220px; }
  .consult-panel { padding: 40px 22px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card-main { grid-column: auto; display: block; }
  .insight-card-main .insight-art { min-height: auto; height: 220px; }
  .visit-info > div { grid-template-columns: 76px 1fr; }
  .visit-actions { flex-direction: column; }
  .map-card { min-height: 420px; }
  .transport-pills { flex-wrap: wrap; }
  .closing-inner { align-items: flex-end; }
  .round-cta { width: 110px; height: 110px; padding: 0 15px; }
  .round-cta span { font-size: 14px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .modal-card { padding: 36px 24px 28px; }
  .wechat-contact-card { grid-template-columns: 1fr; }
  .wechat-qr { width: min(230px, 74vw); margin-inline: auto; }
  .wechat-id-card { padding-block: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
