:root{--ink:#17130f;--cream:#f4ede2;--muted:#bcb0a0;--copper:#d0a475;--line:#dbc7a32d;--page:clamp(26px,7.5vw,140px);color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,'PingFang SC','Microsoft YaHei',sans-serif;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--ink);color:var(--cream);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--copper);outline-offset:6px}button{border:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}button,summary{touch-action:manipulation}::selection{background:#956839;color:#fff}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;background:var(--cream);color:var(--ink);padding:14px}.skip-link:focus{top:16px}.reading-progress{position:fixed;z-index:60;left:0;top:0;height:2px;width:100%;background:var(--copper);transform:scaleX(var(--progress,0));transform-origin:left}.scene{position:fixed;inset:0;z-index:-1;overflow:hidden;background:var(--ink)}.scene-image{position:absolute;inset:-6%;background:url('assets/hero.png') 64% 50%/cover no-repeat;will-change:transform;transform:scale(1.04)}.scene-shade{position:absolute;inset:0;background:linear-gradient(90deg,#110e0dec 0%,#15110fb0 40%,#15110f0f 78%),linear-gradient(0deg,#17130f 0%,transparent 35%,#17130f33 80%,#17130f70)}.scene-glow{position:absolute;inset:0;background:#17130f;opacity:var(--scene-dim,0);transition:opacity .12s linear}.header{position:fixed;top:0;left:0;right:0;z-index:50;height:102px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(#17130faa,transparent);transition:background .3s,border-color .3s;border-bottom:1px solid transparent}.header.scrolled{background:#17130fec;border-color:var(--line);backdrop-filter:blur(14px)}.wordmark{display:flex;align-items:center;gap:14px;flex-shrink:0}.wordmark strong{display:block;font-family:'Songti SC','STSong','SimSun',serif;font-size:21px;font-weight:400;letter-spacing:.12em}.wordmark small{font:10px/2.4 Georgia,serif;letter-spacing:.22em;color:var(--copper)}.brand-symbol{font-size:39px;color:var(--copper);line-height:1;transform:rotate(-30deg)}.header nav{display:flex;gap:30px;align-items:center}.header nav a{font-size:14px;color:#d0c4b5;position:relative;padding:12px 0;white-space:nowrap}.header nav a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background:var(--copper);transform:scaleX(0);transition:transform .3s}.header nav a:hover,.header nav a.active{color:var(--cream)}.header nav a.active:after{transform:scaleX(1)}.concept-badge{border:1px solid #cfb18a40;padding:9px 12px;font-size:12px;white-space:nowrap;color:#c9bba7;letter-spacing:.05em}.concept-badge span{margin-left:14px;font-family:Georgia,serif;color:var(--copper)}.chapter-rail{position:fixed;z-index:20;left:2.7%;top:44%;display:flex;flex-direction:column;align-items:center;gap:14px;color:#a6937c;font:12px Georgia,serif}.chapter-rail>div{height:110px;width:1px;background:#c8aa7540}.chapter-rail i{display:block;height:100%;width:1px;background:var(--copper);transform:scaleY(var(--progress,0));transform-origin:top}.section{position:relative;padding-left:var(--page);padding-right:var(--page);scroll-margin-top:30px}.hero{height:100svh;min-height:740px;display:flex;align-items:center}.hero-copy{margin-top:2vh;padding-bottom:30px}.eyebrow{color:var(--copper);font-size:13px;letter-spacing:.2em;display:flex;align-items:center;gap:15px;line-height:1.6}.tiny-line{width:28px;height:1px;background:var(--copper)}h1,h2,.serif{font-family:'Songti SC','STSong','SimSun',serif}h1{font-size:clamp(42px,4.7vw,76px);line-height:1.45;letter-spacing:.04em;margin-top:32px;max-width:900px}.serif-accent{color:#d7b38a}.hero-description{font-size:16px;line-height:2.1;color:#c1b4a4;margin-top:26px;letter-spacing:.03em}.text-link{display:inline-flex;align-items:center;gap:14px;font-size:14px}.hero-link{margin-top:44px}.hero-link small{font-size:12px;color:#ac9d8a;margin-left:14px}.circle-arrow{width:43px;height:43px;border:1px solid #caa47560;border-radius:50%;display:grid;place-items:center;font-size:20px;transition:background .3s,transform .3s}.text-link:hover .circle-arrow{background:#b2874733;transform:translateY(3px)}.hero-footer{position:absolute;bottom:38px;left:var(--page);right:var(--page);display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#a89986;letter-spacing:.06em}.hero-footer p:first-child{font-family:Georgia,serif;letter-spacing:.13em}.hero-footer span{padding:0 12px;color:#b08754}.image-note{position:absolute;right:28px;top:51%;writing-mode:vertical-rl;font-size:12px;letter-spacing:.16em;color:#c5b39b8c}dialog{max-width:900px;width:calc(100% - 40px);max-height:85svh;border:1px solid var(--line);background:#211b15;color:var(--cream);padding:40px}dialog::backdrop{background:#080706c9;backdrop-filter:blur(8px)}.dialog-close{position:absolute;right:14px;top:12px;width:40px;height:40px;font-size:29px;z-index:2;background:#17130fe6;border-radius:50%}body.dialog-open{overflow:hidden}@media(max-width:1100px){.header nav{gap:18px}.concept-badge{display:none}.chapter-rail{left:2%}h1{font-size:clamp(40px,5.3vw,67px)}}@media(max-width:700px){:root{--page:25px}.header{height:112px;flex-wrap:wrap;gap:0;padding:16px 25px 0;background:#17130fe8}.wordmark{gap:10px}.wordmark strong{font-size:18px}.wordmark small{font-size:9px;line-height:1.7}.brand-symbol{font-size:29px}.header nav{width:100%;justify-content:space-between;gap:12px;overflow-x:auto;padding-top:9px}.header nav a{font-size:13px;padding:11px 0}.chapter-rail{display:none}.hero{min-height:760px;height:100svh}.hero-copy{padding-bottom:20px;margin-top:40px}.eyebrow{font-size:12px;letter-spacing:.12em}h1{font-size:clamp(35px,8.3vw,55px);line-height:1.6;margin-top:25px;letter-spacing:0}.hero-description{font-size:15px;max-width:300px;margin-top:23px}.hero-link{margin-top:34px}.hero-link small{margin-left:0}.hero-footer{bottom:27px;display:block;line-height:2;font-size:11px}.hero-footer p:first-child{font-size:10px;margin-bottom:8px}.scene-image{background-position:67% 50%}.scene-shade{background:linear-gradient(90deg,#17130fee,#17130f88 85%),linear-gradient(0deg,#17130f,transparent 45%)}.image-note{display:none}dialog{padding:28px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.scene-image{transform:none!important}}
#story{position:relative}.story-thread{position:absolute;left:calc(var(--page) - 22px);top:100px;bottom:140px;width:1px;background:linear-gradient(transparent,#c0935733 8%,#c0935733 89%,transparent);pointer-events:none}.section:not(.hero){padding-top:150px;padding-bottom:115px}.section-heading{margin-bottom:58px}.chapter-number{font:italic 18px Georgia,serif;letter-spacing:0}.eyebrow-en{font:11px Georgia,serif;letter-spacing:.15em;margin-left:10px;color:#948574}h2{font-size:clamp(36px,4.2vw,64px);line-height:1.5;letter-spacing:.035em;margin-top:22px}h2>span{color:#d8b58d}.heading-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:23px}.heading-bottom>p,.lead{font-size:17px;line-height:1.8;color:#c8bbab}.lead{margin-top:22px}.small-note{font-size:12px;line-height:1.9;color:#a99b88}.micro-label{display:block;color:var(--copper);font-size:13px;line-height:1.7;letter-spacing:.12em}.english-label{font:11px Georgia,serif;letter-spacing:.13em;color:#a3917a}.spaces-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:start}.space-card{display:block;text-align:left;background:transparent;padding:0;transform:translateY(var(--card-offset,0px));transition:transform .3s ease-out}.space-card:nth-child(even){margin-top:65px}.space-visual{position:relative;aspect-ratio:1/1.23;overflow:hidden;background:#352a1e}.space-photo{position:absolute;inset:0;background-size:200% 200%;transition:filter .5s;filter:brightness(.85)}.space-card:hover .space-photo{filter:brightness(1.1)}.concept-label{position:absolute;left:10px;bottom:10px;padding:6px 9px;background:#17130fc9;color:#ebddc8;font-size:10px;line-height:1.5;letter-spacing:.02em}.card-open{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:32px;height:32px;background:#19140fb3;border:1px solid #d9bf9360;border-radius:50%;font-size:18px;transition:background .25s}.space-card:hover .card-open,.product-card:hover .card-open{background:#ab784a}.space-title{display:flex;align-items:center;gap:12px;margin-top:23px}.small-index{font:italic 13px Georgia,serif;color:var(--copper)}.space-title h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:24px}.space-card>p{font-size:13px;line-height:1.9;color:var(--muted);margin-top:12px}.space-card>.english-label{display:block;margin-top:13px}.shared-system{display:grid;grid-template-columns:.9fr 1.1fr;gap:8%;margin-top:75px;padding-top:36px;border-top:1px solid var(--line)}.shared-system p{font-size:15px;line-height:2.2;color:#cabda9;margin-top:13px}.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:17px}.chips span{font-size:13px;line-height:1.6;color:#c8b9a4;border:1px solid #bea27932;padding:6px 12px}.section-footnote{font-size:12px;line-height:1.9;color:#958976;margin-top:26px}.philosophy-main{display:grid;grid-template-columns:1.6fr 1fr;gap:45px;align-items:center}.philosophy h2{font-size:clamp(38px,4.4vw,69px);line-height:1.55;color:#f1dfc5}.philosophy-note{margin-top:18px;line-height:2.1;font-size:15px}.muted{color:var(--muted);line-height:1.9}.price-study{text-align:center;padding:34px 10px 34px 35px;border-left:1px solid var(--line)}.price{display:flex;align-items:baseline;justify-content:center;gap:15px;color:#d5ad7e;margin:20px 0 24px}.price>span{font:24px Georgia,serif}.price strong{font:clamp(100px,12vw,175px)/.9 Georgia,serif;font-weight:400;letter-spacing:-.065em}.price-study>p{font-size:17px;letter-spacing:.08em;margin-bottom:13px}.first-store{display:grid;grid-template-columns:1fr 1.7fr;gap:10%;margin-top:110px}.first-store-intro h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:31px;line-height:1.65;margin-top:18px}.first-store-intro p{color:var(--muted);font-size:14px;line-height:2.2;margin-top:21px}.first-store-intro em{font:24px Georgia,serif;color:#ddbc90;margin:0 7px}.first-store details{border-top:1px solid var(--line)}.first-store details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:23px 0;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:17px}summary::-webkit-details-marker{display:none}summary small{display:block;font-size:12px;color:#b19673;letter-spacing:.08em;margin-bottom:10px}summary i{font-style:normal;font-size:22px;color:var(--copper);transition:transform .25s}details[open] summary i{transform:rotate(45deg)}.details-body{padding:0 25px 24px 0;color:var(--muted);font-size:15px;line-height:1.95}.details-body p+p{margin-top:12px}.culture-note{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:75px;padding:36px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.culture-number{font:78px/.95 Georgia,serif;color:#b18b61;min-width:145px}.culture-number small{display:block;font:12px/2 sans-serif;color:var(--muted);margin-top:13px}.culture-note h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:27px;margin:13px 0}.culture-note p{font-size:14px;line-height:1.8;color:var(--muted)}.culture-sign{font:13px/1.7 Georgia,serif;letter-spacing:.15em;color:#a1896b;margin-left:auto}.people .section-heading{max-width:950px}.people h2{font-size:clamp(36px,3.8vw,59px)}.org-chart{margin-top:68px}.ceo{position:relative;text-align:center;padding-bottom:42px}.ceo:after{content:'';position:absolute;left:50%;bottom:0;width:1px;height:25px;background:#b9966259}.ceo h3{font:48px/1 Georgia,serif;letter-spacing:.03em;margin:19px 0}.ceo p{font-size:14px;line-height:1.8;color:var(--muted)}.org-branches{display:grid;grid-template-columns:repeat(3,1fr);gap:65px;border-top:1px solid #b9966259;padding-top:40px}.role{position:relative}.role:before{content:'';position:absolute;top:-40px;left:50%;width:1px;height:22px;background:#b9966259}.role h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:31px;margin-top:20px}.role-summary{font-size:17px;margin-top:20px;color:#d8c4a8}.role-keywords{font-size:14px;margin-top:17px;max-width:280px}.underlined-button{display:inline-flex;justify-content:space-between;gap:25px;align-items:center;background:none;border-bottom:1px solid #b18b6152;padding:10px 0;color:#d5b38b;font-size:14px;min-height:42px;margin-top:24px;text-align:left}.underlined-button span{font-size:19px}.underlined-button:hover{color:#fff1d8;border-color:#ddbc90}.partner{display:flex;align-items:center;gap:65px;margin-top:72px;padding:32px 0;border-top:1px dashed #c3a47547}.partner h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:24px;margin-top:10px}.partner>p{font-size:14px;line-height:2;color:var(--muted)}.partner-tag{font-size:13px;color:#c3ae8f;border:1px solid #c8aa753d;padding:8px 12px;margin-left:auto}.budget-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:65px}.budget-categories{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:0 28px}.budget-button{padding:28px 0;display:flex;align-items:center;gap:15px;background:transparent;text-align:left;border-bottom:1px solid var(--line);min-height:88px}.budget-button>span{font:italic 16px Georgia,serif;color:#8f7c60}.budget-button strong{font-size:16px;font-weight:400;line-height:1.7}.budget-button>i{font-style:normal;font-size:18px;color:#9d8260;margin-left:auto}.budget-button.selected{border-color:#d8ab75}.budget-button.selected strong,.budget-button:hover strong{color:#e5bd8b}.budget-button.selected>span{color:#e5bd8b}.budget-detail{position:relative;background:linear-gradient(135deg,#b88b4f12,#b88b4f05);border:1px solid #c2a0772e;padding:36px 34px;overflow:hidden;min-height:353px}.budget-big-number{position:absolute;right:18px;top:6px;color:#be935318;font:125px Georgia,serif}.budget-detail h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:30px;margin-top:15px;position:relative}.budget-detail>p{font-size:14px;margin-top:13px;color:var(--muted)}.budget-detail ul{padding:0;margin:23px 0 25px;list-style:none;display:grid;gap:9px}.budget-detail li{font-size:14px;color:#d7c7b0;padding-left:16px;position:relative}.budget-detail li:before{content:'';position:absolute;width:4px;height:4px;background:#b7905f;left:0;top:.65em}.budget-status{font-size:12px;color:#b49974}.budget-note{display:flex;gap:30px;border-top:1px solid var(--line);margin-top:42px;padding-top:28px;align-items:baseline}.budget-note>span{font-size:13px;color:var(--copper);white-space:nowrap}.budget-note p{font-size:14px;line-height:2.2;color:var(--muted)}.budget-note i{font-style:normal;color:#916f4c;padding:0 14px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px 32px}.product-card{text-align:left;background:none;padding:0}.product-visual{position:relative;aspect-ratio:1.2;overflow:hidden;background:#241b13}.product-photo{position:absolute;inset:0;background-size:300% 200%;transition:filter .4s;filter:brightness(.9)}.product-card:hover .product-photo{filter:brightness(1.16)}.product-index{position:absolute;left:18px;top:17px;font:italic 14px Georgia,serif;color:#d4b387}.product-title{display:flex;align-items:baseline;gap:10px;justify-content:space-between;margin-top:22px}.product-title h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:26px}.product-title .english-label{font-size:9px;letter-spacing:.07em}.product-card>p{font-size:14px;color:var(--muted);line-height:1.8;margin-top:12px}.retail{margin-top:90px;border-top:1px solid var(--line);padding-top:39px;display:grid;grid-template-columns:1fr 1fr;column-gap:50px}.retail .micro-label{grid-column:1/-1}.retail h3{font-family:'Songti SC','STSong','SimSun',serif;font-size:30px;line-height:1.7;margin-top:17px}.retail .chips{grid-column:2;grid-row:2/4}.retail>p{color:var(--muted);font-size:14px;line-height:1.9;margin-top:13px}.ending{min-height:100svh;display:flex;align-items:center;padding-bottom:155px!important}.ending-copy{padding:50px 0}.ending h2{font-size:clamp(46px,5.1vw,78px);margin-top:30px}.ending-copy>p:not(.eyebrow){font-size:16px;line-height:2.1;color:#c6b5a0;margin-top:24px}.next-step{display:flex;gap:20px;align-items:center;margin-top:40px}.next-step>span{font-size:12px;color:var(--copper);border:1px solid #b7905f55;padding:6px 10px}.next-step strong{font-weight:400;font-size:16px;color:#d8c1a2}.return-link{display:flex;width:max-content;margin-top:30px;color:#b39c7d;font-size:13px}.ending footer{position:absolute;bottom:36px;left:var(--page);right:var(--page);padding-top:25px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;font-size:12px;line-height:1.8;color:#a9967d}.ending footer span{margin:0 12px;color:#b18b61}.will-reveal{opacity:0;transition:opacity 1s ease}.will-reveal.visible{opacity:1}.dialog-space-image{position:relative;aspect-ratio:1.5;background-size:200% 200%;margin:-40px -40px 32px}.dialog-space-image+.eyebrow{margin-top:25px}.dialog-description{font-size:16px;line-height:2;color:var(--muted);margin-top:22px}.dialog-list{padding-left:20px;margin:24px 0 0;line-height:2.1;color:var(--muted);font-size:16px}.dialog-list li{padding:9px 0;border-bottom:1px solid var(--line)}dialog h2{font-size:36px;margin-top:18px}.dialog-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.dialog-product-image{aspect-ratio:1;background-size:300% 200%}.dialog-product-layout .eyebrow{font-size:12px}.dialog-product-layout .small-note{margin-top:23px}.dialog-product-layout h2{font-size:38px}
@media(min-width:1700px){:root{--page:max(8vw,calc((100vw - 1460px)/2))}}@media(max-width:1100px){.spaces-grid{gap:16px}.space-title h3{font-size:21px}.space-title{gap:8px}.space-card>p{font-size:12px}.concept-label{font-size:9px;left:7px;bottom:7px;padding:5px 6px}.culture-sign{display:none}.org-branches{gap:35px}.budget-layout{gap:35px}.budget-categories{gap:0 20px}.budget-button{gap:10px}.budget-button strong{font-size:14px}.product-title{display:block}.product-title .english-label{display:block;margin-top:8px}.philosophy-main{grid-template-columns:1.5fr 1fr;gap:25px}.price-study{padding-left:15px}.eyebrow-en{font-size:10px}}
@media(max-width:700px){.section:not(.hero){padding-top:90px;padding-bottom:60px}.story-thread{left:12px}.eyebrow-en{display:none}h2{font-size:34px;letter-spacing:0;margin-top:20px}.section-heading{margin-bottom:35px}.heading-bottom{display:block;margin-top:18px}.heading-bottom>p,.lead{font-size:15px}.heading-bottom .small-note{display:block;margin-top:13px}.spaces-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 15px}.space-card{transform:none!important}.space-card:nth-child(even){margin-top:42px}.space-visual{aspect-ratio:.8}.space-title{margin-top:15px;gap:7px;align-items:baseline;flex-wrap:wrap}.space-title h3{font-size:21px}.space-card>p{font-size:13px}.space-card>.english-label{font-size:10px;letter-spacing:.07em}.concept-label{font-size:9px;line-height:1.7;max-width:calc(100% - 12px);left:6px;padding:4px 5px}.card-open{width:28px;height:28px;right:8px;top:8px}.shared-system{display:block;margin-top:43px;padding-top:27px}.shared-system>div+div{margin-top:25px}.shared-system p{font-size:14px}.chips{gap:8px}.chips span{font-size:12px;padding:6px 9px}.section-footnote{font-size:12px}.philosophy-main{display:block}.philosophy h2{font-size:34px;line-height:1.6}.philosophy-note{font-size:14px}.price-study{border-left:0;border-top:1px solid var(--line);margin-top:40px;padding:28px 0;text-align:left;display:grid;grid-template-columns:1.1fr 1fr;gap:8px 20px;align-items:center}.price-study .micro-label{grid-column:1/-1}.price{justify-content:flex-start;margin:15px 0;grid-column:1;grid-row:2/4;gap:8px}.price strong{font-size:94px}.price>span{font-size:20px}.price-study>p{font-size:15px;align-self:end;margin:0 0 5px}.price-study .small-note{font-size:11px;align-self:start}.first-store{display:block;margin-top:45px}.first-store-intro h3{font-size:27px}.first-store-intro h3 br{display:none}.first-store-intro p{font-size:14px;margin-top:15px}.first-store-details{margin-top:30px}summary{font-size:16px;line-height:1.8;padding:20px 0}.culture-note{gap:24px;align-items:start;margin-top:45px;padding:28px 0}.culture-number{font-size:55px;min-width:80px}.culture-number small{font-size:10px;max-width:80px;line-height:1.7}.culture-note h3{font-size:23px;line-height:1.7}.culture-note p{font-size:14px}.culture-note .micro-label{font-size:11px;letter-spacing:0}.people h2{font-size:30px}.org-chart{margin-top:40px}.ceo h3{font-size:42px}.ceo p{font-size:13px;max-width:290px;margin:0 auto}.org-branches{grid-template-columns:1fr;gap:0;border-top:0;border-left:1px solid #b9966259;padding:0 0 0 25px;margin-left:8px}.role{padding:20px 0 32px}.role:before{top:36px;left:-25px;width:17px;height:1px}.role h3{font-size:29px;margin-top:12px}.role-summary{margin-top:13px}.role-keywords{margin-top:10px;max-width:none}.underlined-button{margin-top:16px}.partner{gap:22px;flex-wrap:wrap;margin-top:28px;padding-top:28px}.partner>p{font-size:14px;width:100%}.partner-tag{position:absolute;right:var(--page);font-size:12px}.budget-layout{grid-template-columns:1fr;gap:28px}.budget-button{min-height:75px;padding:20px 0;gap:8px}.budget-button strong{font-size:14px}.budget-button>i{font-size:14px}.budget-button>span{font-size:14px}.budget-categories{gap:0 17px}.budget-detail{min-height:350px;padding:28px}.budget-note{display:block;margin-top:28px;padding-top:23px}.budget-note p{margin-top:13px;font-size:13px}.budget-note i{padding:0 6px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:33px 15px}.product-visual{aspect-ratio:.88}.product-index{font-size:12px;left:10px;top:13px}.product-title{margin-top:15px}.product-title h3{font-size:23px}.product-title .english-label{font-size:8px;letter-spacing:.03em;line-height:1.6}.product-card>p{font-size:13px;line-height:1.9}.retail{display:block;margin-top:55px;padding-top:28px}.retail h3{font-size:26px}.retail .chips{margin-top:20px}.retail>p{font-size:14px;margin-top:20px}.ending{min-height:890px}.ending h2{font-size:42px}.ending .eyebrow{font-size:12px;letter-spacing:.03em}.ending-copy>p:not(.eyebrow){font-size:15px}.next-step{align-items:start;gap:12px}.next-step strong{font-size:14px;line-height:2}.next-step>span{white-space:nowrap}.ending footer{display:block;font-size:11px}.ending footer p+p{margin-top:12px}.ending footer span{margin:0 7px}.dialog-space-image{margin:-28px -22px 27px}dialog h2{font-size:29px}.dialog-description,.dialog-list{font-size:15px}.dialog-product-layout{grid-template-columns:1fr;gap:24px}.dialog-product-image{max-height:310px;max-width:310px;width:100%;justify-self:center}.dialog-product-layout h2{font-size:31px}.dialog-product-layout .eyebrow{font-size:11px}.dialog-product-layout .small-note{font-size:12px}.will-reveal{transition-duration:.7s}}
@media(prefers-reduced-motion:reduce){.will-reveal{opacity:1!important}.hero-copy,.space-card{transform:none!important}}
@media print{.header,.chapter-rail,.reading-progress,.scene,.image-note,.story-thread,.return-link{display:none}.hero{min-height:0;height:auto;padding:50px 0}.section:not(.hero){padding:35px 0;break-inside:avoid}.section{padding-left:0;padding-right:0}.will-reveal{opacity:1}.ending{min-height:0}.ending footer{position:static}.space-card{transform:none}.hero-footer{position:static;margin-top:25px}body{background:#17130f;print-color-adjust:exact;-webkit-print-color-adjust:exact}}
/* 保持照片原始比例，避免拼图取景时拉伸器具或建筑。 */
.space-photo{background-size:auto 200%}.product-visual{aspect-ratio:1}.wordmark small,.english-label,.eyebrow-en,.product-title .english-label,.culture-number small,.concept-label{font-size:12px}.concept-label{max-width:calc(100% - 20px)}.product-title{flex-wrap:wrap}.hero-footer,.ending footer{font-size:12px}.scene-cup{position:absolute;right:2%;top:28%;width:min(45vw,660px);aspect-ratio:1;background-size:300% 200%;background-position:50% 0%;mask-image:radial-gradient(ellipse at center,#000 32%,transparent 70%);opacity:0;will-change:transform,opacity}.scene-beans{position:absolute;right:-6%;bottom:-12%;width:44vw;aspect-ratio:1;background-size:300% 200%;background-position:100% 100%;mask-image:radial-gradient(ellipse,#000 10%,transparent 67%);opacity:0;will-change:transform,opacity}@media(max-width:700px){.header nav a{font-size:14px}.space-card>.english-label,.product-title .english-label,.concept-label,.culture-number small,.price-study .small-note,.hero-footer p:first-child{font-size:12px}.concept-label{line-height:1.45}.hero-footer p:first-child{letter-spacing:.04em}.scene-cup{width:82vw;right:-12%;top:40%}.scene-beans{width:72vw;bottom:0}.header nav{gap:14px}.partner-tag{position:static;margin-left:0}.partner>p{order:3}}
