:root{--ink:#173d34;--green:#296a55;--muted:#586b62;--line:#dbe4dc;--paper:#fcfbf7;--tint:#f0f4ee}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.8 "Microsoft YaHei","PingFang SC",system-ui,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}p{color:var(--muted)}.page-width,.nav-wrap{width:min(1120px,calc(100% - 48px));margin:auto}h1,h2,h3,p,figure{margin:0}h2{font-size:36px;line-height:1.4;letter-spacing:-.03em}h3{font-size:21px;line-height:1.5}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b17d1d;outline-offset:5px}
.site-header{position:sticky;top:0;z-index:10;background:var(--paper);border-bottom:1px solid var(--line)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand-symbol{color:#ab7c27;font-size:28px}.draft-label{font-size:12px;font-weight:400;border:1px solid var(--line);border-radius:4px;padding:2px 7px;color:var(--muted)}.site-nav{display:flex;gap:30px;font-size:14px}.site-nav a:hover{color:var(--green);text-decoration:underline}.menu-button{display:none}
.hero{padding:68px 0 76px;background:linear-gradient(120deg,var(--paper),#edf2e9)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-width:0}.hero-grid>*{min-width:0}.eyebrow{font-size:13px;color:var(--green);letter-spacing:.08em;margin-bottom:20px}.hero h1{font-size:clamp(36px,4.4vw,58px);line-height:1.28;letter-spacing:-.04em}.hero h1 em{font-style:normal;color:var(--green)}.hero-lead{margin:24px 0;max-width:480px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 24px;border-radius:6px;background:var(--ink);color:#fff;font-size:15px;font-weight:700}.button:hover{background:var(--green)}.sample-note{font-size:13px;margin-top:18px;color:#697565}.photo-slot{position:relative;background:#e5ebe0;border:1px solid #cad7c6;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;color:#51674d}.hero-slot{min-height:420px}.slot-index{position:absolute;top:20px;left:22px;font-size:12px;letter-spacing:.12em}.slot-center{text-align:center;padding:55px 22px}.slot-center svg{width:56px;height:56px;margin:0 auto 22px;fill:none;stroke:#73896b;stroke-width:1.5}.slot-center h2,.slot-center h3{font-size:21px;letter-spacing:0}.slot-center p{margin-top:10px;font-size:15px;color:#60715a}.slot-bottom{position:absolute;bottom:20px;left:0;right:0;text-align:center;font-size:12px}
.section{padding:76px 0}.section-tint{background:var(--tint)}.section-heading{max-width:720px;margin-bottom:34px}.section-heading>p:not(.eyebrow){margin-top:16px}.sample-grid{display:grid;gap:24px}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.sample-card{padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff}.card-number{display:block;font:italic 24px Georgia,serif;color:#829372;margin-bottom:24px}.sample-card p,.process-sample p{margin-top:12px;font-size:15px}.card-hint{display:block;font-size:13px;margin-top:26px;padding-top:16px;border-top:1px solid var(--line);color:var(--green)}.scene-slot{min-height:270px}.detail-slot{background:#e9e8df;border-color:#d5d4c5}.scene-caption{padding:22px 0 0}.scene-caption p{margin-top:8px;font-size:15px}.question-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:70px}.sample-questions{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{position:relative;list-style:none;cursor:pointer;padding:22px 30px 22px 0;font-weight:700}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:3px;color:var(--green)}details[open] summary:after{content:"−"}details p{padding:0 25px 22px 0;font-size:15px}.process-sample article{padding-top:26px;border-top:1px solid #bcccb7}
.contact-sample{display:grid;grid-template-columns:1fr 300px;gap:90px;align-items:center}.contact-sample>div>p:not(.eyebrow){max-width:540px;margin-top:18px}.phone-number{display:block;font-size:32px;font-weight:700;letter-spacing:.025em;margin:24px 0 18px}.wechat-card{background:#fff;padding:18px;border:1px solid var(--line);border-radius:8px}.wechat-card img{display:block;width:100%;height:auto}.wechat-card figcaption{text-align:center;margin-top:14px}.wechat-card strong{display:block}.wechat-card figcaption span{display:block;font-size:13px;color:var(--muted);margin-top:6px;line-height:1.6}.sample-footer{padding:25px 0;background:var(--ink);color:#d5e0d7;font-size:13px}.sample-footer .page-width{display:flex;justify-content:space-between;gap:16px}
@media(max-width:800px){.hero-grid{gap:30px}.hero-slot{min-height:360px}.three{grid-template-columns:1fr}.question-layout{grid-template-columns:1fr;gap:0}.contact-sample{gap:35px;grid-template-columns:1fr 270px}.site-nav{gap:16px}.sample-card{padding:24px}.card-number{margin-bottom:14px}}
@media(max-width:600px){.page-width,.nav-wrap{width:calc(100% - 36px)}.nav-wrap{height:64px}.brand{gap:7px;font-size:15px}.draft-label{font-size:11px}.menu-button{display:block;border:0;background:none;padding:10px}.menu-button span{display:block;width:22px;height:2px;background:var(--ink);margin:5px 0}.site-nav{display:none;position:absolute;top:64px;left:0;right:0;padding:18px;background:var(--paper);border-bottom:1px solid var(--line)}.site-nav.open{display:flex;flex-direction:column;gap:0}.site-nav a{padding:12px}.hero{padding:36px 0 42px}.hero-grid{grid-template-columns:minmax(0,1fr);gap:28px}.hero h1{font-size:38px}.hero-lead{font-size:16px;margin:18px 0 22px}.eyebrow{font-size:12px;margin-bottom:14px}.hero-slot{min-height:290px}.slot-center h2{font-size:20px}.slot-bottom{font-size:11px}.section{padding:46px 0}h2{font-size:28px}h3{font-size:20px}.section-heading{margin-bottom:25px}.sample-grid{gap:18px}.two{grid-template-columns:1fr}.scene-slot{min-height:235px}.scene-caption{padding:16px 0 8px}.sample-card p,.scene-caption p,.process-sample p,details p{font-size:16px}.question-layout .section-heading{margin-bottom:24px}.contact-sample{grid-template-columns:1fr;gap:28px}.wechat-card{width:min(100%,320px);justify-self:center}.phone-number{font-size:30px}.sample-footer .page-width{flex-direction:column;gap:4px}summary{font-size:16px}}
.sample-footer .filing-links{justify-content:flex-start;flex-wrap:wrap;gap:8px 24px;margin-top:18px;padding-top:16px;border-top:1px solid #426054}.filing-links a{text-decoration:underline;text-underline-offset:4px}.filing-links a:hover{color:#fff}
.police-filing{display:inline-flex;align-items:center;gap:6px}.police-filing img{width:20px;height:20px;object-fit:contain;flex-shrink:0}
.sample-footer .filing-links{align-items:center;gap:8px}.filing-separator{flex-shrink:0}
@media(max-width:600px){.sample-footer .filing-links{flex-direction:row;justify-content:center;column-gap:6px;font-size:11px}}
.project-hero{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.project-hero>img,.project-image{display:block;width:100%;height:auto;aspect-ratio:592/333;object-fit:cover;background:#e5ebe0}.project-image{border-radius:8px}.project-hero figcaption{padding:24px}.project-hero h2{font-size:25px;margin:12px 0 5px}.project-tag{font-size:12px;letter-spacing:.07em;color:var(--green)}.source-link{display:inline-block;font-size:13px;color:var(--green);text-decoration:underline;text-underline-offset:4px;margin-top:12px}.cooperation-note{margin-top:28px;padding:22px 24px;border-left:3px solid #9aaf89;background:var(--tint)}.cooperation-note p{margin-top:8px;font-size:15px}.sources-section{padding:30px 0 36px;border-top:1px solid var(--line)}.sources-section h2{font-size:18px;margin-bottom:12px}.sources-section p{font-size:13px;margin-top:8px}.sources-section a{text-decoration:underline;text-underline-offset:3px}
@media(min-width:601px) and (max-width:900px){.nav-wrap{height:auto;min-height:76px;flex-wrap:wrap;padding:12px 0;gap:10px}.site-nav{flex-wrap:wrap}}
@media(max-width:600px){.project-hero figcaption{padding:20px}.project-hero h2{font-size:22px}.cooperation-note{padding:18px}.cooperation-note p{font-size:16px}}
.brochure-cases{position:relative;aspect-ratio:1.85;overflow:hidden;background:#e5ebe0;border-radius:8px}.brochure-cases img{position:absolute;display:block;width:100%;height:auto;left:0;top:0;transform:translateY(-68.5%)}.official-projects h3{margin-top:20px}.official-projects hr{border:0;border-top:1px solid var(--line);margin:24px 0}
.project-hero .clear-cases{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain}.card-actions{display:flex;align-items:center;gap:24px}.card-actions .source-link{margin-top:0}.project-hero .sample-note{display:block}.hero #scenes{scroll-margin-top:90px}
.hero h1{font-size:clamp(32px,3.4vw,48px)}#family .section-heading .sample-note{font-size:13px}
@media(max-width:600px){.hero h1{font-size:clamp(29px,7.7vw,38px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
