/* V4 精修：通栏导航、品牌页脚、爱心回应与英文排版。 */
.header{max-width:none;width:100%;padding:0;display:block;background:var(--paper);border-bottom:1px solid transparent;transition:background .25s,border-color .25s;backdrop-filter:none}
.header.is-scrolled{background:rgba(247,248,242,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:rgba(123,149,108,.12)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand,.brand.notifying{width:220px;flex-shrink:0}
.language-link{font-size:11px;letter-spacing:1px;color:#7b8a70}
.header nav{gap:28px}
.header nav>a{white-space:nowrap}
.hero-note,.small-label,.find-kicker,.find-bottom,.photo-caption small,.prototype-label,.piece-meta,.collection-status,.local-note{font-size:11px;color:#7a876e}
.release-note,.footer-main small{font-size:11px}
.piece-actions button,.text-button{font-size:12px}
.interaction-hint{min-height:28px}
.appreciation{margin:58px auto 0;padding-top:35px;max-width:330px;position:relative}
.appreciation:before{content:"";position:absolute;top:0;left:calc(50% - 22px);width:44px;height:1px;background:#d7dfce}
.appreciation>p:first-child{font-size:13px;color:#718267;letter-spacing:.5px}
.heart-button{position:relative;display:inline-flex;align-items:center;gap:12px;margin-top:20px;padding:12px 22px;min-height:52px;border:1px solid #d8d4c9;border-radius:40px;background:#faf9f2;color:#8d7467;font-size:13px;transition:background .25s,border-color .25s,transform .25s}
.heart-button:hover{background:#f3ede5;border-color:#c9b7a7;transform:translateY(-2px)}
.heart-button svg{width:20px;height:20px;stroke-width:1.4;transition:fill .25s;fill:transparent}
.heart-button.has-hearts svg{fill:#b88d7950;stroke:#a87c69}
.heart-divider{height:15px;width:1px;background:#dcd4c8;margin:0 2px}
#heart-count{min-width:18px;font-variant-numeric:tabular-nums}
.heart-message{font-size:12px;color:#8a8672;margin-top:17px;min-height:22px}
.appreciation small{display:block;font-size:10px;color:#939783;margin-top:5px}
.heart-speck{position:absolute;width:12px;height:12px;pointer-events:none;color:#bd9681;left:30px;top:20px;z-index:1}
.heart-speck svg{width:100%;height:100%;fill:currentColor;stroke:none}
.heart-button.beating>svg{animation:heart-beat .5s ease}
.heart-button.beating #heart-count{animation:count-rise .35s ease}
@keyframes heart-beat{35%{transform:scale(1.23)}65%{transform:scale(.93)}}
@keyframes count-rise{from{transform:translateY(5px);opacity:.3}to{transform:translateY(0);opacity:1}}
.site-footer{background:#eef2e8;border-top:1px solid #dde4d5}
.footer-main{display:grid;grid-template-columns:1.65fr 1fr 1.2fr 1fr;gap:50px;padding-top:58px;padding-bottom:49px}
.footer-brand img{width:170px;height:auto;mix-blend-mode:multiply;margin-bottom:23px}
.footer-brand p{font-size:12px;color:#718168;line-height:2.1}
.footer-brand>a{display:inline-flex;align-items:center;gap:16px;margin-top:18px;font-size:12px;min-height:36px;color:#607854}
.footer-main h2{font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1.8;margin:2px 0 19px;color:#617655}
.footer-main nav{display:grid;gap:4px}
.footer-main nav>a,.footer-current{font-size:12px;min-height:36px;display:flex;align-items:center;justify-content:flex-start;gap:12px;color:#7c8972}
.footer-main a:hover{color:#315939}
.footer-main small{color:#94a088;font-size:10px;white-space:nowrap}
.footer-current{color:#4f7044}
.footer-bottom{border-top:1px solid #dbe3d2}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:78px;padding-top:16px;padding-bottom:16px}
.footer-company{font-size:10px;color:#829076;line-height:2;white-space:nowrap}
.company-divider{margin:0 13px;color:#bdc8b4}
.footer-market{display:flex;gap:14px;align-items:center;font-size:10px;white-space:nowrap;color:#8a967e;min-height:40px}
.footer-market strong{font-size:12px;font-weight:400;color:#58754c}
html[lang=en] body{font-family:"Noppima Sans","Segoe UI",sans-serif}
html[lang=en] .hero h1{font-size:clamp(38px,4.2vw,58px);letter-spacing:-2px;line-height:1.2;white-space:normal;font-weight:500}
html[lang=en] .hero-description{font-size:16px;line-height:1.8;max-width:410px}
html[lang=en] .hero-note{max-width:380px}
html[lang=en] .section-heading h2,html[lang=en] .quiet-grid h2{line-height:1.3;font-size:42px;letter-spacing:-1.4px}
html[lang=en] .quote-slip p{font-family:Georgia,serif;font-size:23px;line-height:1.4;white-space:normal}
html[lang=en] .thought-slip p,html[lang=en] .find-text>p,html[lang=en] .note-paper textarea,html[lang=en] .letter-excerpt{font-family:Georgia,serif}
html[lang=en] .note-actions{flex-wrap:wrap}
html[lang=en] .departure h2{letter-spacing:-1px;font-size:42px}
html[lang=en] .brand-notice{font-size:14px}
@media(max-width:1050px){.footer-main{gap:28px}.footer-bottom-inner{flex-wrap:wrap;gap:0}.footer-company{font-size:10px}.footer-market{margin-left:auto}html[lang=en] .hero h1{font-size:43px}html[lang=en] .section-heading h2,html[lang=en] .quiet-grid h2{font-size:36px}}
@media(max-width:760px){.header-inner{gap:10px}.brand,.brand.notifying{width:175px}.header nav{gap:16px}.header nav>.language-link{display:flex;min-width:28px;justify-content:center}.footer-main{grid-template-columns:1fr 1fr;gap:30px 24px;padding-top:39px;padding-bottom:34px}.footer-brand{grid-column:1/-1}.footer-brand img{width:160px;margin-bottom:15px}.footer-brand p br{display:none}.footer-brand>a{margin-top:8px}.footer-main h2{margin-bottom:12px}.footer-main small{font-size:9px}.footer-main nav>a,.footer-current{font-size:12px}.footer-company{white-space:normal;font-size:10px}.footer-market{margin-left:0;gap:12px}.footer-bottom-inner{display:block;padding-top:19px;padding-bottom:19px}.company-divider{margin:0 7px}.appreciation{margin-top:45px}html[lang=en] .hero h1{font-size:39px;max-width:340px}html[lang=en] .hero-description{font-size:15px}html[lang=en] .section-heading h2,html[lang=en] .quiet-grid h2{font-size:33px}html[lang=en] .departure h2{font-size:31px}html[lang=en] .quote-slip p{font-size:21px}html[lang=en] .brand-notice{font-size:12px}}
@media(max-width:380px){.brand,.brand.notifying{width:157px}.header nav{gap:9px}.header nav>.nav-cta{gap:5px;font-size:10px}.nav-cta svg{width:14px}.header-inner{gap:4px}.header .brand-notice{font-size:11px}.header .brand img{width:105px}.footer-main{gap:25px 18px}.footer-main nav>a{gap:6px}html[lang=en] .hero h1{font-size:35px}html[lang=en] .header .brand-notice{font-size:10px}}
@media(prefers-reduced-motion:reduce){.heart-speck{display:none}.heart-button:hover{transform:none}}
@media(max-width:760px){.footer-brand p br{display:block}html[lang=en] .hero-note span{display:block}}
@media(max-width:380px){.brand,.brand.notifying{width:138px}.header-inner{gap:3px}}
.footer-socials{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}
.social-link{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;min-height:42px;border:1px solid #d6dfcc;border-radius:24px;background:transparent;font-size:11px;line-height:1.5;color:#6d8060;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s}
.social-link:hover{background:#e4ebdd;border-color:#bdcdb1}
.social-link:focus-visible{outline:2px solid var(--green);outline-offset:4px}
.social-link svg{width:18px;height:18px;fill:currentColor;stroke:none;flex-shrink:0}
.social-link .social-outline{fill:none;stroke:currentColor;stroke-width:1.4}
.social-link img.reddit-icon{width:20px;height:20px;max-width:none;margin:0;flex-shrink:0;mix-blend-mode:normal;object-fit:contain}
.social-letter{font:18px/1 Arial,sans-serif}
.wechat-entry{position:relative;max-width:100%}
.wechat-entry summary{list-style:none}
.wechat-entry summary::-webkit-details-marker{display:none}
.wechat-entry[open] summary{background:#e4ebdd}
.wechat-card{position:absolute;bottom:calc(100% + 10px);left:0;width:220px;max-width:calc(100vw - 50px);padding:14px;background:#fafbf6;border:1px solid #dce5d3;border-radius:14px;box-shadow:0 10px 35px #33492c15;text-align:center;z-index:25}
.footer-brand .wechat-card img{width:190px;height:auto;max-width:100%;margin:0 auto 10px;mix-blend-mode:normal;border-radius:5px}
.wechat-card strong{display:block;color:#547147;font-size:13px;font-weight:500}
.wechat-card>span{display:block;font-size:10px;line-height:1.8;color:#87987a;margin-top:5px}
.header .header-social{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:10px;border:0;border-radius:50%;color:#617655}
.header .header-social svg{width:20px;height:20px}
.header-wechat .wechat-card{top:calc(100% + 12px);bottom:auto;left:auto;right:0}
.header-wechat .wechat-card img{width:190px;height:auto;max-width:100%;margin:0 auto 10px;mix-blend-mode:normal;border-radius:5px}
@media(max-width:760px){.header .brand,.header .brand.notifying{width:116px}.header nav{gap:10px}.header-inner{gap:8px}.header-wechat .wechat-card{right:-30px}}
@media(max-width:380px){.header .brand,.header .brand.notifying{width:98px}.header .brand img{width:98px}.header nav{gap:5px}.header-inner{gap:5px}.header-inner.wrap{padding-left:18px;padding-right:18px}}
:root{--sans:"Noppima Sans","Microsoft YaHei","PingFang SC",system-ui,sans-serif}
@font-face{font-family:"Fraunces";src:url("../fonts/fraunces-latin-variable.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}
html[lang=en] .hero h1,html[lang=en] .section-heading h2,html[lang=en] .quiet-grid h2,html[lang=en] .departure h2,html[lang=en] .collection-story h3{font-family:"Fraunces",Georgia,serif;font-weight:450;font-optical-sizing:auto;font-variation-settings:"SOFT" 25,"WONK" 1;letter-spacing:-.035em}
html[lang=en] .quote-slip p,html[lang=en] .thought-slip p,html[lang=en] .find-text>p,html[lang=en] .letter-excerpt{font-family:"Fraunces",Georgia,serif;font-weight:400;font-variation-settings:"SOFT" 25,"WONK" 1}
