@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Italiana&display=swap');
:root{--paper:#f9f8f5;--ink:#171714;--muted:#66675e;--line:#d9d8d0;--serif:'Italiana',Georgia,'Songti SC',serif;--sans:'DM Sans',Arial,'PingFang SC','Microsoft YaHei',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:1rem;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid #a35228;outline-offset:6px}h1,h2,h3,p,figure{margin:0}img{display:block;max-width:100%}::selection{background:#c1a97c;color:#131311}.skip{position:fixed;top:-80px;left:10px;background:var(--paper);padding:14px;z-index:100}.skip:focus{top:10px}
.site-header{position:sticky;top:0;height:100px;padding:0 3.7%;display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--paper);border-bottom:1px solid var(--line);z-index:20}.wordmark{font-family:Georgia,'Times New Roman',serif;font-size:1.6875rem;letter-spacing:1.3px;white-space:nowrap}.site-header nav{display:flex;gap:28px;font-size:0.875rem}.site-header nav a{padding:12px 0;border-bottom:1px solid transparent}.site-header nav a:hover{border-color:var(--ink)}.header-end{display:flex;align-items:center;gap:22px;font-size:0.75rem;letter-spacing:1px}.language{border:0;border-left:1px solid var(--line);background:none;padding:10px 0 10px 22px;font-size:0.875rem;min-width:50px;min-height:44px}.menu-button{display:none}
.hero{position:relative;height:min(880px,calc(100svh - 100px));min-height:670px;overflow:hidden;color:#fff;background:#171714}.hero-image{width:100%;height:100%;object-fit:cover;object-position:50% 50%;position:absolute;inset:0}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,9,.13),transparent 75%),linear-gradient(0deg,rgba(0,0,0,.52),transparent 25%,transparent 85%,rgba(0,0,0,.45))}.hero-top,.hero-bottom{position:absolute;left:3.7%;right:3.7%;display:flex;justify-content:space-between;font-size:0.75rem;letter-spacing:1.7px}.hero-top{top:30px}.hero-bottom{bottom:28px}.hero-bottom a{display:flex;gap:26px}.hero-content{position:absolute;left:7.5%;top:50%;transform:translateY(-43%)}.eyebrow{font-size:0.75rem;letter-spacing:2px;font-weight:500;margin:0 0 28px;line-height:1.5}h1{font-size:clamp(4.5rem,8.4vw,9rem);line-height:1.02;font-weight:500;letter-spacing:-5px;margin:0 0 27px}h1 em{font-family:var(--serif);font-weight:400;letter-spacing:-3px}h2{font-family:var(--serif);font-size:clamp(2.5rem,4.3vw,4.25rem);font-weight:400;line-height:1.13;letter-spacing:-1.5px}h2 em{font-weight:400}.hero-description{font-size:1rem;line-height:1.7;margin:0 0 25px;color:#f3f3ed}.line-link{border-bottom:1px solid var(--ink);padding:12px 0;display:inline-flex;align-items:center;justify-content:space-between;gap:55px;font-size:0.875rem;line-height:1.5}.line-link.light{border-color:#ffffff80}.line-link:hover>span:last-child{transform:translate(3px,-3px)}.line-link>span:last-child{transition:transform .2s}
.section{padding:115px 7.5%}.spirit{text-align:center;padding-bottom:80px}.spirit h2{margin-bottom:55px}.spirit h2 em{color:#77796e}.spirit-copy{display:grid;grid-template-columns:1fr 2fr;max-width:690px;margin:0 auto;text-align:left;gap:50px;align-items:center}.small-mark{font-family:'Songti SC','Noto Serif CJK SC',Georgia,serif;font-size:5.375rem;text-align:center;font-weight:300}.spirit-copy p{font-size:1rem;line-height:1.8;color:var(--muted);margin-bottom:17px}.principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;border-top:1px solid var(--line);padding-top:36px;text-align:left;gap:35px}.principles h3{font-family:var(--serif);font-size:2rem;font-weight:400;margin-bottom:12px}.principles p{font-size:0.875rem;line-height:1.7;color:var(--muted)}
.worlds{padding-top:70px;background:#efeee8}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:50px}.section-heading>.line-link{flex-shrink:0;margin-bottom:5px}.section-heading>p{font-size:1rem;color:var(--muted);line-height:1.7}.section-heading .eyebrow{margin-bottom:18px}.world-list{border-top:1px solid #cecec3}.world-row{border-bottom:1px solid #cecec3}.world-row summary{display:flex;align-items:center;gap:35px;padding:25px 0;cursor:pointer;list-style:none}.world-row summary::-webkit-details-marker{display:none}.world-number{font-size:0.75rem;color:#73746b;letter-spacing:1px;width:25px;flex-shrink:0}.world-row h3{font-family:var(--serif);font-size:2.5rem;font-weight:400;line-height:1.2}.expand{width:18px;height:18px;margin-left:auto;position:relative;margin-right:5px;flex-shrink:0}.expand:before,.expand:after{content:'';position:absolute;background:var(--ink);top:8px;left:0;width:18px;height:1px}.expand:after{transform:rotate(90deg);transition:transform .2s}.world-row[open] .expand:after{transform:rotate(0)}.world-detail{padding:0 0 32px 60px;display:grid;grid-template-columns:minmax(0,530px) 1fr;gap:70px;align-items:flex-start}.world-detail p{line-height:1.8;color:#626458}.world-detail .line-link{margin-top:15px}.world-detail .world-meta{font-size:0.75rem;text-transform:uppercase;letter-spacing:1.3px;text-align:right;padding-top:7px}
.motion{display:grid;grid-template-columns:1fr 1fr;background:#25261f;color:#f9f8f5}.motion-image{position:relative;overflow:hidden;min-height:690px}.motion-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 60%}.motion-image figcaption{position:absolute;bottom:25px;left:32px;color:#fff;font-size:0.75rem;letter-spacing:1.6px;text-shadow:0 1px 8px #000}.motion-copy{padding:90px 12%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.motion-copy .eyebrow{color:#c0c0b1}.motion-copy h2{font-size:clamp(3rem,5.5vw,5.625rem);margin-bottom:36px}.motion-copy h2 em{color:#c4c5b5}.motion-copy>p:not(.eyebrow){color:#d0d1c5;line-height:1.9;font-size:1rem;margin-bottom:20px}.motion-copy .line-link{min-width:230px}.motion-tags{font-size:0.75rem;letter-spacing:1px;line-height:1.8;color:#bebfae;margin-top:65px}
.journal{padding-bottom:105px}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.story-image{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:#1c1d18}.story-image img{width:100%;height:100%;object-fit:cover;transform:scale(1.39);transition:transform .65s,filter .65s;filter:saturate(.72)}.story-image:hover img{transform:scale(1.46);filter:saturate(1)}.story-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#0009);pointer-events:none}.play-circle{position:absolute;inset:0;margin:auto;width:56px;height:56px;border:1px solid #ffffffd9;border-radius:50%;background:#15151535;backdrop-filter:blur(4px);display:grid;place-items:center;color:#fff;font-size:0.9375rem;padding-left:3px;z-index:2}.watch-label{position:absolute;bottom:24px;left:24px;color:white;letter-spacing:1.6px;font-size:0.75rem;z-index:2}.story-meta{font-size:0.75rem;letter-spacing:1.3px;margin:25px 0 17px;color:var(--muted);line-height:1.5}.story h3{font-family:var(--serif);font-size:2.3125rem;line-height:1.13;font-weight:400;letter-spacing:-.4px;margin-bottom:17px}.story-copy{color:var(--muted);font-size:0.9375rem;line-height:1.8;max-width:330px}
.founder{display:grid;grid-template-columns:1.05fr .8fr;gap:13%;align-items:center;background:#e9e8e0}.founder h2{margin-bottom:34px}.founder h2 em{color:#727566}.founder-copy>p:not(.eyebrow):not(.journey){font-size:1rem;line-height:1.9;color:#626458;margin-bottom:20px;max-width:460px}.founder .line-link{margin-top:5px}.founder-image{position:relative}.founder-image img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;filter:saturate(.45)}.founder-image figcaption{font-size:0.75rem;letter-spacing:1.3px;margin-top:17px;color:#626458}.journey{font-size:0.75rem;letter-spacing:.7px;color:#686b5c;line-height:2.3;margin-top:42px}
.connect{text-align:center;background:#191b16;color:var(--paper);padding-top:100px;padding-bottom:100px}.connect .eyebrow{color:#b5b7a7}.connect h2{font-size:clamp(3.125rem,6.2vw,6.125rem);margin-bottom:30px}.connect h2 em{color:#bdc0ad}.connect>p:not(.eyebrow){font-size:1rem;line-height:1.8;color:#b5b7a7;margin:0 0 26px}.connect .line-link{min-width:270px;text-align:left}.site-footer{padding:55px 3.7% 28px;background:var(--paper);color:var(--ink);display:block}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:28px;padding-bottom:42px}.social-links{display:flex;gap:35px;font-size:0.875rem}.social-links a{padding:10px 0}.social-links a:hover{text-decoration:underline;text-underline-offset:5px}.footer-bottom{display:flex;justify-content:space-between;gap:22px;border-top:1px solid var(--line);padding-top:22px;font-size:0.75rem;color:var(--muted);letter-spacing:1px;line-height:1.8}
#film-dialog{width:min(560px,calc(100% - 30px));max-height:94svh;padding:18px;background:#191b16;color:#fff;border:1px solid #5b5d52;border-radius:0;overflow:auto}#film-dialog::backdrop{background:#000d;backdrop-filter:blur(8px)}.film-header{display:flex;align-items:center;gap:15px;justify-content:space-between;margin-bottom:12px}.film-header h2{font-family:var(--sans);font-size:1rem;line-height:1.5;letter-spacing:0}.film-close{background:none;border:0;color:white;width:44px;height:44px;font-size:1.875rem;flex-shrink:0}#film-player{height:min(68svh,650px);background:#000}#film-player iframe{display:block;width:100%;height:100%;border:0}.film-original{display:block;text-align:center;font-size:0.875rem;padding:16px 0 3px;color:#dbddd0}.film-original:hover{text-decoration:underline}.film-open{overflow:hidden}
html[lang='zh-CN'] h1{font-family:'Songti SC','Noto Serif CJK SC',serif;line-height:1.2;font-size:clamp(3.75rem,7.7vw,7.1875rem);letter-spacing:2px}html[lang='zh-CN'] h1 em{font-family:inherit;letter-spacing:2px}html[lang='zh-CN'] h2{line-height:1.3;letter-spacing:1px}html[lang='zh-CN'] h3{line-height:1.35;letter-spacing:.5px}html[lang='zh-CN'] .principles h3{font-size:1.75rem}html[lang='zh-CN'] .hero-content{transform:translateY(-43%)}html[lang='zh-CN'] .world-row h3{font-size:2.125rem}
@media(min-width:1700px){.hero-content{left:12%}.section{padding-left:12%;padding-right:12%}.hero{height:880px}.motion-copy{padding-left:15%;padding-right:15%}}
@media(max-width:1100px){.site-header{height:85px;gap:20px}.header-end .city{display:none}.site-header nav{gap:22px}.wordmark{font-size:1.5rem}.hero{height:780px;min-height:620px}h1{letter-spacing:-3px}.hero-content{left:6%}.section{padding:85px 6%}.spirit-copy{max-width:650px}.motion-image{min-height:620px}.motion-copy{padding:70px 10%}.world-detail{gap:35px}.story h3{font-size:2rem}.founder{gap:8%}.story-grid{gap:22px}}
@media(max-width:760px){html{scroll-padding-top:76px}.site-header{height:76px;padding:0 6%}.wordmark{font-size:1.3125rem;letter-spacing:.7px}.site-header nav{display:none}.header-end{gap:20px}.language{border:0;padding:8px 0;min-width:32px}.menu-button{display:flex;flex-direction:column;justify-content:center;gap:6px;width:30px;height:44px;background:transparent;padding:0;border:0}.menu-button span{width:22px;height:1px;background:var(--ink);transition:transform .2s}.menu-open .menu-button span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-open .menu-button span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.menu-open nav{display:flex;position:absolute;top:75px;left:0;right:0;padding:28px 7% 35px;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;gap:10px;box-shadow:0 15px 20px #0001}.menu-open nav a{font-family:var(--serif);font-size:1.875rem;width:max-content}.hero{min-height:660px;height:calc(100svh - 76px);max-height:880px}.hero-image{object-position:53% 50%}.hero-top{left:6%;right:6%;font-size:0.75rem;letter-spacing:1px}.hero-top span:last-child{display:none}.hero-content{left:7%;right:5%;transform:translateY(-40%)}.hero .eyebrow{font-size:0.75rem;letter-spacing:1.5px}h1{font-size:clamp(4rem,12.7vw,5.75rem);letter-spacing:-3px;line-height:1.07}.hero-description{font-size:0.9375rem}.hero-description br{display:none}.hero-description{max-width:320px}.hero-bottom{left:7%;right:7%;letter-spacing:.8px;font-size:0.75rem}.hero-bottom>a{gap:0}.hero-bottom>a>span:first-child{display:none}.hero-bottom>a>span:last-child{font-size:1.25rem}.hero-shade{background:linear-gradient(90deg,rgba(10,10,9,.3),rgba(10,10,9,.02)),linear-gradient(0deg,#0008,transparent 35%,transparent 80%,#0005)}.section{padding:70px 7%}.spirit-copy{grid-template-columns:1fr;gap:24px;max-width:420px;text-align:center}.small-mark{font-size:3.625rem}.spirit h2{font-size:2.4375rem;letter-spacing:-.8px;margin-bottom:30px}.spirit-copy p{font-size:1rem}.principles{margin-top:40px;gap:25px;padding-top:28px;grid-template-columns:1fr;text-align:center}.principles h3{font-size:1.75rem;margin-bottom:5px}.principles p{font-size:0.875rem}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:2.6875rem}.section-heading>p{margin-top:20px;font-size:0.9375rem}.section-heading>.line-link{margin-top:20px}.world-row summary{padding:22px 0;gap:16px}.world-row h3{font-size:2rem}.world-number{width:20px}.world-detail{grid-template-columns:1fr;padding:0 0 25px 36px;gap:16px}.world-detail .world-meta{text-align:left;font-size:0.75rem}.world-detail p{font-size:0.9375rem}.world-detail .line-link{margin-top:8px}.world-row .expand{width:16px}.motion{grid-template-columns:1fr}.motion-image{min-height:0;height:500px}.motion-image img{object-position:50% 58%}.motion-image figcaption{left:7%;font-size:0.75rem;letter-spacing:1px}.motion-copy{padding:65px 9%}.motion-copy h2{font-size:4rem;margin-bottom:25px}.motion-copy .eyebrow{margin-bottom:24px}.motion-tags{margin-top:40px;font-size:0.75rem;letter-spacing:.5px}.story-grid{grid-template-columns:1fr;gap:45px;max-width:470px;margin:0 auto}.story-image{aspect-ratio:4/4.3}.story-image img{transform:scale(1.62)}.story-image:hover img{transform:scale(1.67)}.story h3{font-size:2.375rem}.story-copy{font-size:1rem;max-width:none}.story h3 br{display:none}.story-meta{margin-top:22px}.founder{grid-template-columns:1fr;gap:40px}.founder-copy h2{font-size:3.25rem}.founder-image{max-width:430px;width:100%}.journey{margin-top:28px;font-size:0.75rem;letter-spacing:.2px}.connect{padding-top:80px;padding-bottom:80px}.connect h2{font-size:3.625rem}.connect>p:not(.eyebrow){font-size:0.9375rem}.site-footer{padding:40px 7% 25px}.footer-top{align-items:flex-start;flex-direction:column;gap:25px;padding-bottom:30px}.social-links{gap:26px;font-size:0.875rem}.footer-bottom{flex-wrap:wrap;gap:15px}.footer-bottom>span:first-child{width:100%}html[lang='zh-CN'] h1{font-size:4.25rem;letter-spacing:0}html[lang='zh-CN'] .hero-content{transform:translateY(-40%)}html[lang='zh-CN'] .spirit h2{font-size:2rem}html[lang='zh-CN'] .world-row h3{font-size:1.75rem}html[lang='zh-CN'] .section-heading h2{font-size:2.3125rem}html[lang='zh-CN'] .motion-copy h2{font-size:3.3125rem}html[lang='zh-CN'] .story h3{font-size:2rem}html[lang='zh-CN'] .connect h2{font-size:3rem}}
@media(max-width:380px){.site-header{padding:0 5%}.wordmark{font-size:1.1875rem}.header-end{gap:12px}h1{font-size:3.875rem}.hero{min-height:630px}.hero-bottom{font-size:0.6875rem}.spirit h2{font-size:2.125rem}.world-row h3{font-size:1.75rem}.motion-copy h2{font-size:3.4375rem}.social-links{gap:18px}.connect h2{font-size:3.0625rem}html[lang='zh-CN'] h1{font-size:3.8125rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Keep enlarged text within its layout. */
.site-header{height:auto;min-height:100px;padding-top:20px;padding-bottom:20px}.site-header .wordmark{white-space:normal;min-width:0;line-height:1.1}.site-header nav{flex-wrap:wrap}.hero{display:flex;align-items:center;height:auto;min-height:min(880px,calc(100svh - 100px))}.hero-content{position:relative;left:auto;right:auto;top:auto;transform:none!important;margin-left:7.5%;padding:125px 0 130px;width:85%}.hero-content h1{overflow-wrap:break-word}.menu-open nav{top:100%}.world-row h3{min-width:0;overflow-wrap:anywhere}@media(max-width:1100px){.site-header{min-height:85px}.hero{min-height:780px}}@media(max-width:760px){.site-header{min-height:76px;padding-top:14px;padding-bottom:14px}.site-header .wordmark{flex:1}.header-end{flex-shrink:0}.hero{min-height:max(660px,calc(100svh - 76px));max-height:none}.hero-content{margin-left:7%;width:86%;padding:120px 0 130px}.world-row summary{align-items:flex-start}.expand{margin-top:10px}.footer-top .wordmark{white-space:normal}.social-links{flex-wrap:wrap}.story-meta{overflow-wrap:anywhere}.hero-top span{max-width:100%}.motion-copy{min-width:0}.motion-copy h2,.connect h2{overflow-wrap:break-word}.line-link{max-width:100%}.motion-copy .line-link{min-width:0}.connect .line-link{min-width:0;width:270px}}

/* Audit: preserve layout and touch access when visitors enlarge text. */
.founder>*{min-width:0}.founder h2{overflow-wrap:anywhere}
.hero-bottom>a{min-width:44px;min-height:44px;align-items:center;justify-content:flex-end}
@media(max-width:760px){.founder{grid-template-columns:minmax(0,1fr)}.story-copy,.world-detail p{font-size:1rem}.hero-bottom{font-size:.75rem}}
.story{min-width:0}.story h3{overflow-wrap:anywhere}
@media(max-width:760px){.story-grid{grid-template-columns:minmax(0,1fr)}}
.footer-top{flex-wrap:wrap}.social-links{flex-wrap:wrap}

.world-number{color:var(--muted)}
/* Real films follow the introduction, before the broader brand world. */
.immediate-stories{padding-top:76px;padding-bottom:82px}
.immediate-stories .story-image{aspect-ratio:4/5}
.immediate-stories .story-image img{transform:none;filter:none;object-position:center top}
.immediate-stories .story-image:hover img{transform:scale(1.035)}
.swipe-hint{display:none}
.founder{gap:9%;grid-template-columns:1fr 1fr}
.founder-image img{aspect-ratio:4/5;filter:none;object-position:49% center}
@media(max-width:760px){
 .immediate-stories{padding-top:52px;padding-bottom:52px}
 .immediate-stories .section-heading{margin-bottom:25px}
 .immediate-stories .section-heading h2{font-size:2.5rem}
 .immediate-stories .story-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:86%;gap:20px;max-width:none;margin:0 -8.14% 0 0;padding:0 7% 14px 0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#989b90 transparent}
 .immediate-stories .story{scroll-snap-align:start}
 .immediate-stories .story-image{aspect-ratio:4/4.6}
 .immediate-stories .story h3{font-size:2rem}
 .immediate-stories .story-meta{font-size:.6875rem;margin:20px 0 12px;letter-spacing:1px}
 .swipe-hint{display:block;font-size:.6875rem;letter-spacing:1.2px;color:var(--muted);margin-top:16px;line-height:1.5}
 .founder{gap:35px;grid-template-columns:minmax(0,1fr)}
 .founder-image{max-width:none}
 .founder-image img{aspect-ratio:4/3}
}

/* New York campaign: city atmosphere, personal movement, restrained identity. */
.hero.city-motion{display:grid;grid-template-columns:minmax(0,1fr) 222px;align-items:end;gap:60px;position:relative;isolation:isolate;min-height:clamp(680px,calc(100svh - 100px),880px);height:auto;max-height:none;padding:120px 7.5% 90px;background:#25231f}
.city-motion .hero-image{width:100%;height:100%;object-fit:cover;object-position:58% center;z-index:-2}
.city-motion .hero-shade{z-index:-1;background:linear-gradient(90deg,#00000030,transparent 65%),linear-gradient(0deg,#090a08c9,transparent 68%)}
.city-motion .hero-top{left:7.5%;right:7.5%;top:30px;line-height:1.6;font-size:.75rem;letter-spacing:1.5px;gap:25px}
.city-motion .hero-content{width:auto;min-width:0;margin:0;padding:110px 0 0;position:relative;left:auto;top:auto;transform:none!important}
.city-motion .eyebrow{font-size:.8125rem;letter-spacing:2px;line-height:1.6;margin-bottom:22px}
.city-motion h1{font-family:var(--serif);font-size:clamp(4.25rem,7.15vw,7.5rem);line-height:1.02;letter-spacing:-2px;font-weight:400;margin:0 0 27px}
.city-motion h1 em{font:inherit;font-style:normal;letter-spacing:inherit}
.city-motion .hero-description{font-size:1rem;line-height:1.7;color:#fff;max-width:430px;margin:0 0 8px}.city-motion .hero-roots{font-size:.875rem;line-height:1.75;color:#f0ede6;margin-bottom:26px;max-width:480px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:30px}
.hero-explore,.hero-about{display:inline-flex;align-items:center;justify-content:center;min-height:48px;font-size:.875rem;line-height:1.5;border-bottom:1px solid #fff9;padding:12px 0;transition:border-color .2s}
.hero-explore:hover,.hero-about:hover{border-color:#fff}
.hero-explore{background:#f9f8f5;color:#171714;padding:13px 23px;border:1px solid #f9f8f5}
.hero-explore:hover{background:#fff}
.city-motion .hero-bottom{left:7.5%;right:7.5%;bottom:25px;color:#e7e3d9;letter-spacing:1.3px;line-height:1.6}
.hero-film{display:block;min-width:0;width:222px;align-self:end;color:#fff;background:#181917c4;backdrop-filter:blur(14px);border:1px solid #ffffff50;transition:border-color .2s}
.hero-film:hover{border-color:#fff}
.hero-film-image{height:244px;overflow:hidden;position:relative;background:#35352f}
.hero-film-image img{width:100%;height:100%;object-fit:cover;object-position:center 42%;transition:transform .5s}
.hero-film:hover img{transform:scale(1.03)}
.hero-film-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid #fff9;background:#1116;backdrop-filter:blur(3px);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:.8125rem;padding-left:2px}
.hero-film-copy{padding:19px 19px 21px}
.hero-film-label{font-size:.75rem;letter-spacing:1.3px;color:#e2e0d8;line-height:1.5;margin-bottom:8px}
.hero-film-copy h2{font-family:var(--serif);font-size:1.9375rem;line-height:1.2;letter-spacing:-.4px;margin:0 0 14px;overflow-wrap:anywhere}
.hero-film-cta{display:inline-block;font-size:.875rem;line-height:1.5;border-bottom:1px solid #fff8;padding-bottom:4px}
.hero-film-meta{display:none}
.founder-image{width:100%;max-width:300px;justify-self:center}
.founder-image img{aspect-ratio:4/5}
html[lang='zh-CN'] .city-motion h1{font-family:'Songti SC','Noto Serif CJK SC',serif;font-size:clamp(3.25rem,5.6vw,5.5rem);letter-spacing:1px;line-height:1.2}
html[lang='zh-CN'] .hero-film-copy h2{font-size:1.5rem;letter-spacing:1px}
@media(min-width:1200px){.site-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:30px}.site-header>.wordmark{grid-column:2;grid-row:1;font-size:1.75rem;letter-spacing:1.8px}.site-header nav{grid-column:1;grid-row:1;gap:20px;font-size:.8125rem}.header-end{grid-column:3;grid-row:1;justify-self:end}}
@media(max-width:1100px){.hero.city-motion{grid-template-columns:minmax(0,1fr) 185px;padding:120px 6% 80px;gap:35px;min-height:720px}.hero-film{width:185px}.hero-film-image{height:213px}.hero-film-copy{padding:16px}.hero-film-copy h2{font-size:1.6875rem}.city-motion .hero-content{padding-top:100px}.city-motion h1{font-size:4.75rem}.city-motion .hero-top,.city-motion .hero-bottom{left:6%;right:6%}}
@media(max-width:760px){
 .hero.city-motion{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;gap:22px;padding:170px 7% 62px;min-height:calc(100svh - 76px)}
 .city-motion .hero-image{object-position:85% center}
 .city-motion .hero-shade{background:linear-gradient(0deg,#10130fea 0%,#10130f9e 36%,#10130f0d 80%),linear-gradient(90deg,#0003,transparent)}
 .city-motion .hero-top{left:7%;right:7%;top:22px;letter-spacing:1px;font-size:.75rem}
 .city-motion .hero-top span:last-child{display:inline}
 .city-motion .hero-content{padding:0;width:auto;margin:0}
 .city-motion .eyebrow{font-size:.75rem;letter-spacing:1.5px;margin-bottom:15px}
 .city-motion h1{font-size:clamp(3.5rem,13.5vw,5rem);letter-spacing:-1px;line-height:1.02;margin-bottom:18px}
 .city-motion .hero-description{font-size:1rem;line-height:1.6;margin-bottom:9px;max-width:350px}.city-motion .hero-roots{font-size:.875rem;line-height:1.6;max-width:310px;margin-bottom:19px}
 .hero-actions{gap:22px}
 .hero-explore,.hero-about{font-size:.875rem;min-height:44px}
 .hero-explore{padding:12px 17px}
 .hero-film{display:grid;grid-template-columns:90px minmax(0,1fr);width:100%;max-width:460px;align-self:auto}
 .hero-film-image{height:118px}
 .hero-film-image img{object-position:center 42%}
 .hero-film-play{width:32px;height:32px;font-size:.625rem}
 .hero-film-copy{padding:14px 17px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
 .hero-film-label{font-size:.75rem;letter-spacing:1px;margin-bottom:5px}
 .hero-film-copy h2{font-size:1.75rem;line-height:1.1;margin-bottom:8px}
 .hero-film-cta{font-size:.875rem;padding-bottom:2px}
 .city-motion .hero-bottom{left:7%;right:7%;bottom:20px;letter-spacing:.8px;font-size:.75rem}
 html[lang='zh-CN'] .city-motion h1{font-size:clamp(2.75rem,10.8vw,4rem);line-height:1.2;letter-spacing:0}
 html[lang='zh-CN'] .hero-film-copy h2{font-size:1.375rem}
 .founder-image{max-width:270px;justify-self:start}
 .immediate-stories .story-meta,.swipe-hint{font-size:.75rem}
}
@media(max-width:380px){.hero.city-motion{padding-top:115px;gap:18px}.hero-actions{gap:17px}.hero-explore{padding:11px 13px}.hero-film{grid-template-columns:82px minmax(0,1fr)}.hero-film-copy{padding:12px}.hero-film-copy h2{font-size:1.5625rem}.city-motion .hero-top{font-size:.75rem;letter-spacing:.5px}}

/* Portrait and city are one editorial image; keep the interface quiet. */
.hero-film.hero-film-link{display:inline-flex;align-items:center;justify-content:flex-end;gap:13px;width:auto;max-width:100%;padding:10px 0;background:none;backdrop-filter:none;border:0;border-bottom:1px solid #ffffff80;justify-self:end;align-self:end}
.hero-film-link .hero-film-play{position:static;transform:none;flex-shrink:0;width:32px;height:32px;background:#1115;font-size:.625rem}
.hero-film-link .hero-film-cta{font-size:.875rem;padding:0;border:0;line-height:1.5}
.hero-film.hero-film-link:hover{border-bottom-color:#fff}
@media(max-width:760px){
 .hero.city-motion{padding-top:290px;background:#12130f;gap:19px;min-height:calc(100svh - 76px)}
 .city-motion .hero-image{height:480px;object-position:64% top;mask-image:linear-gradient(#000 0%,#000 70%,transparent 100%)}
 .city-motion .hero-shade{background:linear-gradient(0deg,#12130f 0%,#12130f38 45%,transparent 70%)}
 .hero-film.hero-film-link{align-self:flex-start;justify-self:start;padding:8px 0}
}
@media(max-width:380px){.hero.city-motion{padding-top:245px}.city-motion .hero-image{height:420px;object-position:64% top}}

/* Brand first: independent spirit, expressions, channels and conversation. */
:root{--paper:#fff;--ink:#111;--muted:#626262;--line:#dedede}
.anchor-alias{position:absolute;top:0;left:0;width:0;height:0}
.brand-spirit,.channels{position:relative}
.brand-spirit h2,.expressions h2,.channels h2{overflow-wrap:anywhere}
.brand-spirit{text-align:center;padding-top:104px;padding-bottom:104px;background:#fff}
.brand-spirit .eyebrow{margin-bottom:28px}
.brand-spirit h2{font-size:clamp(3rem,5.5vw,5.5rem);line-height:1.1;margin-bottom:38px}
.brand-spirit h2 em{color:#6a6a6a}
.brand-spirit-copy{max-width:660px;margin:0 auto}
.brand-spirit-copy p{font-size:1rem;line-height:1.9;color:var(--muted)}
.brand-spirit-copy .spirit-roots{font-size:1.1875rem;color:var(--ink);line-height:1.7;margin-bottom:18px}
.spirit-practice{font-size:.875rem;line-height:1.8;letter-spacing:.3px;margin:38px auto 0;padding-top:25px;max-width:660px;border-top:1px solid var(--line)}
.expressions{background:#f4f4f4;padding-top:88px;padding-bottom:96px}
.expressions .section-heading>p{max-width:370px}
.expression-layout{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:7%;align-items:start}
.expression-image{position:relative;overflow:hidden;aspect-ratio:4/5.35;min-width:0;background:#191919}
.expression-image img{height:100%;width:100%;object-fit:cover;filter:grayscale(1);object-position:50% 58%}
.expression-image figcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000a);padding:45px 24px 23px;font-size:.75rem;line-height:1.5;letter-spacing:1.2px;color:#fff}
.expressions .world-list{min-width:0;border-color:#ccc}
.expressions .world-row{border-color:#ccc}
.expressions .world-row summary{padding:23px 0;gap:21px}
.expressions .world-row h3{font-size:2.125rem}
.expressions .world-detail{grid-template-columns:minmax(0,1fr);gap:18px;padding:0 0 28px 46px}
.expressions .world-detail p{color:var(--muted);font-size:1rem}
.expressions .world-detail .world-meta{text-align:left;font-size:.75rem;padding:0;color:var(--muted);letter-spacing:1px}
.expressions .world-detail .line-link{margin-top:12px}
.channels{padding-top:100px;padding-bottom:105px;background:#fff}
.channels .section-heading{align-items:center;margin-bottom:54px}
.channels .section-heading h2{font-size:clamp(2.875rem,4.7vw,4.75rem)}
.channels .section-heading h2 em{color:#6a6a6a}
.channels .section-heading>p{max-width:310px}
.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #111;border-bottom:1px solid #111}
.channel-card{display:flex;flex-direction:column;min-width:0;padding:32px 28px 29px;transition:background .2s}
.channel-card+.channel-card{border-left:1px solid var(--line)}
.channel-card:hover{background:#f5f5f5}
.channel-top{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.75rem;line-height:1.5;letter-spacing:1.1px;margin-bottom:42px}
.channel-card h3{font-family:var(--serif);font-weight:400;font-size:clamp(2rem,3.15vw,3.1875rem);line-height:1.15;letter-spacing:-1px;overflow-wrap:anywhere}
.channel-handle{font-size:.875rem;line-height:1.6;color:var(--muted);margin-top:9px;overflow-wrap:anywhere}
.channel-copy{font-size:1rem;line-height:1.8;color:var(--muted);margin-top:25px;max-width:300px;margin-bottom:33px}
.channel-cta{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:.875rem;line-height:1.6;border-top:1px solid var(--line);padding-top:20px;margin-top:auto}
.channel-cta>span:last-child{font-size:1.125rem;transition:transform .2s}
.channel-card:hover .channel-cta>span:last-child{transform:translate(2px,-2px)}
.connect{background:#0e0e0e;padding-top:98px;padding-bottom:93px}
.connect .eyebrow,.connect>p:not(.eyebrow){color:#bdbdbd}
.connect h2 em{color:#c5c5c5}
.connect .line-link{color:#111;background:#fff;border:1px solid #fff;min-height:56px;padding:16px 27px;gap:38px;min-width:270px;justify-content:space-between}
.connect .line-link:hover{background:#e9e9e9}
.contact-address{display:block;width:fit-content;margin:22px auto 0;font-size:.875rem;line-height:1.6;color:#bdbdbd;padding:6px 0}
.contact-address:hover{text-decoration:underline;text-underline-offset:5px}
@media(max-width:1100px){.expression-layout{gap:5%;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.expressions .world-row h3{font-size:1.875rem}.channel-card{padding-left:21px;padding-right:21px}}
@media(max-width:760px){
 .brand-spirit{padding:70px 7% 68px}
 .brand-spirit h2{font-size:2.875rem;line-height:1.13;margin-bottom:28px;letter-spacing:-1px}
 .brand-spirit-copy .spirit-roots{font-size:1.0625rem;line-height:1.8}
 .brand-spirit-copy p{line-height:1.85}
 .spirit-practice{margin-top:28px;font-size:.875rem;padding-top:22px}
 .expressions{padding:64px 7% 65px}
 .expressions .section-heading{margin-bottom:30px}
 .expressions .section-heading h2{font-size:2.625rem}
 .expression-layout{grid-template-columns:minmax(0,1fr);gap:31px}
 .expression-image{aspect-ratio:5/4}
 .expression-image img{object-position:50% 47%}
 .expression-image figcaption{padding:40px 18px 18px;font-size:.75rem;letter-spacing:.8px}
 .expressions .world-row summary{padding:21px 0;gap:15px}
 .expressions .world-row h3{font-size:1.875rem}
 .expressions .world-detail{padding-left:35px}
 .channels{padding:65px 7%}
 .channels .section-heading{margin-bottom:30px}
 .channels .section-heading h2{font-size:2.875rem}
 .channels .section-heading>p{font-size:1rem;margin-top:20px}
 .channel-grid{grid-template-columns:minmax(0,1fr)}
 .channel-card{padding:28px 0}
 .channel-card+.channel-card{border-left:0;border-top:1px solid var(--line)}
 .channel-top{margin-bottom:20px}
 .channel-card h3{font-size:2.625rem}
 .channel-copy{margin-top:17px;margin-bottom:22px;max-width:none}
 .channel-cta{padding-top:15px}
 .connect{padding-top:73px;padding-bottom:68px}
 .connect>p:not(.eyebrow){font-size:1rem}
 .connect .line-link{width:auto;min-width:0;max-width:100%;padding:16px 23px;gap:28px}
 html[lang='zh-CN'] .brand-spirit h2{font-size:2.4375rem}
 html[lang='zh-CN'] .expressions .world-row h3{font-size:1.6875rem}
 html[lang='zh-CN'] .channels .section-heading h2{font-size:2.4375rem}
}
@media(max-width:380px){.brand-spirit h2{font-size:2.5rem}.expressions .world-row h3{font-size:1.625rem}.expressions .section-heading h2{font-size:2.25rem}.channels .section-heading h2{font-size:2.5rem}}

/* An invitation to shape your style, ideas and life. */
.spirit-practice h3{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.25;letter-spacing:-.4px;margin-bottom:13px;overflow-wrap:anywhere}
.spirit-practice p{font-size:1rem;line-height:1.8;color:var(--muted);max-width:550px;margin:0 auto}

/* Keep the longer vision headline balanced on narrow screens. */
@media(max-width:760px){.city-motion h1{font-size:clamp(2.75rem,12vw,5rem)}}
