:root{--ink:#191b16;--muted:#686b62;--lime:#d7ff36;--line:#dedfd8;--serif:Georgia,'Times New Roman','Songti SC',SimSun,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:white;color:var(--ink);font:15px/1.9 'Segoe UI','Microsoft YaHei',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;border:0;background:none}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif);line-height:1.08;letter-spacing:-.055em}em{font-family:var(--serif)}::selection{background:var(--lime)}.award::selection,.highlight::selection,.sticker::selection,.link.fill::selection{background:var(--ink);color:var(--lime)}:focus-visible{outline:2px solid #718500;outline-offset:5px}.wrap{width:min(1200px,calc(100% - 96px));margin:auto}header{height:112px;display:flex;align-items:center;justify-content:space-between}.brand{font:27px/1 var(--serif);letter-spacing:-1.5px}.brand span{font-size:21px;margin-left:5px}nav{display:flex;gap:38px;align-items:center;font-size:13px}nav a{position:relative;padding:8px 0}nav a:after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--lime);transition:.2s}nav a:hover:after,nav a[aria-current]:after{width:100%}#lang{border-left:1px solid var(--line);padding-left:24px;font-size:11px}.menu{display:none}.skip{position:fixed;top:-80px;left:20px;padding:10px;background:var(--lime);z-index:20}.skip:focus{top:10px}main:focus{outline:none}footer{border-top:1px solid var(--line);padding:30px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}footer .brand{font-size:21px;color:var(--ink)}.eyebrow{font-size:10px;letter-spacing:.13em;line-height:1.6;text-transform:uppercase}.highlight{position:relative;isolation:isolate;white-space:nowrap}.highlight:after{content:'';position:absolute;bottom:8%;left:3%;right:0;height:12%;background:var(--lime);transform:rotate(-3deg);z-index:-1}.link{display:inline-flex;align-items:center;min-height:38px;border-bottom:1px solid var(--ink);font-size:13px;transition:background .2s}.link:hover{background:var(--lime)}.link.fill{background:var(--lime);border-bottom-color:transparent;padding:0 15px}.link.fill:hover{background:var(--ink);border-bottom-color:transparent;color:var(--lime)}.home{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center;min-height:calc(100svh - 110px);padding:clamp(16px,3.2vh,45px) 0 clamp(18px,4.4vh,65px)}.home h1{font-size:clamp(68px,min(10.5vw,15.5vh),150px);line-height:.96;letter-spacing:-.065em;margin:clamp(12px,2.2vh,25px) 0 clamp(16px,3vh,34px)}.intro{font-family:var(--serif);font-size:min(23px,2.55vh);line-height:1.7}.home-note{font-size:13px;color:var(--muted);max-width:370px;margin-top:clamp(10px,2vh,20px)}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:32px;margin-top:clamp(14px,2.6vh,30px)}.collage{position:relative;width:min(82%,48vh);max-width:400px;margin:auto}.portrait{transform:rotate(6deg);padding:9px;background:white;box-shadow:0 2px 15px #00000009}.portrait img{width:100%;height:450px;object-fit:cover;object-position:center 40%}.shape{position:absolute;background:var(--lime);height:210px;width:170px;bottom:-28px;right:-33px;clip-path:polygon(0 20%,65% 0,100% 100%,40% 76%,0 100%);transform:rotate(12deg)}.pixel{position:absolute;bottom:-38px;left:-48px;width:110px;transform:rotate(-10deg)}.star{position:absolute;top:-45px;right:-40px;font:65px var(--serif);transform:rotate(14deg)}.arrow{position:absolute;left:-90px;top:-25px;width:105px;height:130px}.reach-btn{border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.08em;color:var(--muted);padding:2px 0;transition:.2s}.reach-btn:hover{color:var(--ink);border-color:var(--ink)}.copy{border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.08em;color:var(--muted);padding:2px 0;transition:.2s}.copy:hover{color:var(--ink);border-color:var(--ink)}.copy.done{color:#607100;border-color:var(--lime)}.page-title{display:flex;align-items:end;justify-content:space-between;padding:35px 0 80px}.page-title h1{font-size:clamp(90px,11vw,155px)}.page-title p{font-size:13px;margin-bottom:17px}.dot{color:var(--lime)}.section-head{margin-bottom:45px}.section-row{display:grid;grid-template-columns:1.3fr 1fr;gap:100px;align-items:end;margin-top:22px}.section-row h2{font-size:44px;line-height:1.4;letter-spacing:-.025em}.section-row h2 em{font-style:normal;padding-left:1em}.section-row p{font-size:13px;color:var(--muted);max-width:345px;padding-bottom:7px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:start}.photo{display:block;padding:0;background:#f4f4ef;width:100%;position:relative;overflow:hidden;text-align:left}.photo img{width:100%;transition:transform .6s}.photo:hover img{transform:scale(1.035)}.photo:after{content:'↗';position:absolute;right:0;bottom:0;background:var(--lime);padding:3px 17px;font-size:25px;opacity:0;transition:.2s}.photo:hover:after,.photo:focus-visible:after{opacity:1}.product .photo{aspect-ratio:1.45;display:flex;align-items:center}.product:nth-child(2)>.photo{aspect-ratio:1.24}.product:nth-child(2)>.photo img{height:100%;object-fit:cover;object-position:left center}.meta{display:flex;justify-content:space-between;gap:15px;margin:18px 0 8px;font-size:9px;letter-spacing:.07em;color:var(--muted)}.detail h4{font-weight:400;font-size:14px;color:var(--ink);margin:0 0 12px}.product h3{font-size:28px;margin-bottom:13px;line-height:1.5}.product h3 em{margin-left:5px}.description{font-size:14px;line-height:1.95;color:#53564e}.product .actions{margin-top:20px;gap:18px;justify-content:space-between}.award{background:var(--lime);color:var(--ink);font-size:10px;line-height:1.5;padding:3px 9px}details{border-block:1px solid var(--line);margin-top:25px}summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;padding:16px 0;min-height:52px;font-size:12px}summary::-webkit-details-marker{display:none}summary:hover{color:#607100}.plus{font-size:24px;line-height:1;transition:transform .2s}details[open] .plus{transform:rotate(45deg)}.detail{padding:0 0 25px;font-size:13px;color:var(--muted)}.detail>p{margin:0 0 20px}.detail img{max-height:400px;object-fit:contain;margin:22px auto}.detail .app{max-height:340px}.detail-pics{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.detail-pics img{height:230px;width:100%;object-fit:contain;background:#f7f7f4}.community{border-top:1px solid var(--line);margin-top:140px;padding-top:65px}.events{display:grid;grid-template-columns:1.15fr 1fr;gap:100px;align-items:start}.event-collage{position:relative;margin:10px 0 85px}.event-collage>.photo{aspect-ratio:1.4;transform:rotate(-3deg)}.event-collage>.photo img{height:100%;object-fit:cover}.event-collage>.inset{position:absolute;width:43%;right:-25px;bottom:-45px;border:7px solid white;transform:rotate(7deg)}.sticker{position:absolute;left:10px;bottom:-20px;background:var(--lime);font:italic 25px var(--serif);padding:8px 18px;transform:rotate(-7deg)}.event h3{font:27px/1.5 var(--serif);margin:15px 0}.event .eyebrow{margin-top:10px}.talk>.photo{width:80%;aspect-ratio:.95;transform:rotate(3deg);margin:0 auto 35px}.talk>.photo img{height:100%;object-fit:cover;object-position:center 42%}blockquote{margin:10px 0 24px;border-left:4px solid var(--lime);padding-left:20px;font:20px/1.7 var(--serif);color:var(--ink)}ol{padding-left:20px}li{margin:10px 0}.end-note{padding:85px 0;display:flex;align-items:center;justify-content:space-between;gap:25px;font:24px/1.5 var(--serif)}.about-top{display:grid;grid-template-columns:1.4fr 1fr;gap:90px;align-items:center;padding:60px 0 115px}.about h1{font-size:clamp(78px,8.6vw,125px);margin:25px 0 35px}.about-intro{font-size:16px;line-height:1.9}.about-photo{width:80%;margin:auto;transform:rotate(7deg)}.about-photo img{height:340px;width:100%;object-fit:cover;object-position:center 35%}.about-photo figcaption{font-size:10px;color:var(--muted);margin-top:10px}.about-body{display:grid;grid-template-columns:1fr 1.45fr;gap:115px}.aside .asterisk{font:105px/1 var(--serif);color:var(--lime)}.aside p{font:29px/1.7 var(--serif);margin-top:25px}.about-sections section{margin-bottom:65px}.about-sections h2{font-size:26px;letter-spacing:0;margin-bottom:28px}.about-sections p{font-size:14px;color:var(--muted);line-height:2}.timeline article{border-left:1px solid var(--line);padding:0 0 35px 27px;position:relative}.timeline article:before{content:'';position:absolute;left:-3.5px;top:8px;border-radius:50%;width:6px;height:6px;background:var(--ink)}.timeline article:last-child{padding-bottom:0}.timeline small{font-size:10px;letter-spacing:.1em;color:var(--muted)}.timeline h3{font-size:17px;margin:9px 0 12px}.interests{font:italic 24px/1.7 var(--serif);margin-top:20px}.contact{border-top:1px solid var(--line);padding:65px 0 90px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact h2{font-size:90px;letter-spacing:-.07em}.contact p{font-size:13px;color:var(--muted)}.contact .actions{margin-top:18px}dialog{width:min(1100px,95vw);max-height:94svh;border:0;padding:38px;background:white}dialog::backdrop{background:#161812dc;backdrop-filter:blur(8px)}dialog img{max-height:76svh;object-fit:contain;margin:auto}dialog p{font-size:12px;text-align:center;margin-top:15px}.close{position:absolute;right:6px;top:0;font-size:30px;width:40px;height:40px;background:white}#reach{width:min(400px,88vw);padding:34px 26px 28px;text-align:center}#reach .eyebrow{margin:0 0 14px}#reach .reach-mail{font-family:var(--serif);font-size:19px;letter-spacing:.01em;user-select:all;word-break:break-all;margin:0 0 20px}#reach .copy{font-size:12px;padding:5px 0}.reveal{animation:enter .65s both}@keyframes enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.home{gap:25px}.home h1{font-size:105px}.portrait img{height:370px}.section-row{gap:40px}.gallery{gap:40px}.events{gap:55px}.about-top{gap:35px}.about-body{gap:55px}.contact{gap:30px}.contact h2{font-size:65px}}
@media(max-width:700px){.wrap{width:calc(100% - 44px)}header{height:85px;position:relative;z-index:5}.brand{font-size:25px}.menu{display:block;width:44px;height:44px;font-size:24px}nav{display:none;position:absolute;top:75px;left:-22px;right:-22px;background:white;padding:20px 28px 28px;border-bottom:1px solid var(--line);box-shadow:0 15px 20px #00000008}nav.open{display:flex;gap:28px;flex-wrap:wrap}nav a{font-size:16px}#lang{margin-left:auto;min-height:44px}.home{display:flex;flex-direction:column;align-items:stretch;gap:0;min-height:0;padding:30px 0 25px}.home h1{font-size:clamp(82px,22vw,132px);margin:24px 0 28px}.intro{font-size:20px}.home-note{font-size:12px;max-width:320px}.actions{gap:28px;margin-top:23px}.link{min-height:44px;font-size:13px}.collage{width:70%;max-width:310px;margin:72px auto 60px}.portrait{padding:7px}.portrait img{height:330px}.shape{width:125px;height:150px;right:-23px}.pixel{width:88px;left:-35px;bottom:-25px}.star{font-size:48px;right:-35px;top:-38px}.arrow{width:60px;left:-52px;top:-42px}footer{font-size:9px;flex-wrap:wrap;gap:15px;padding:25px 0}.page-title{display:block;padding:25px 0 48px}.page-title h1{font-size:88px}.page-title p{font-size:12px;margin:15px 0 0}.section-row{display:block;margin-top:18px}.section-row h2{font-size:30px;line-height:1.5;letter-spacing:-.04em}.section-row p{font-size:12px;max-width:none;margin-top:20px}.section-head{margin-bottom:28px}.gallery{grid-template-columns:1fr;gap:55px}.product:nth-child(2){margin-top:0}.product:nth-child(2)>.photo{aspect-ratio:1.4}.product h3{font-size:25px}.description{font-size:13px}.product .actions{gap:12px;justify-content:flex-start}.detail{font-size:12px}.community{margin-top:75px;padding-top:40px}.events{grid-template-columns:1fr;gap:60px}.event-collage{margin:10px 15px 63px 5px}.event-collage>.inset{right:-17px;bottom:-30px}.sticker{font-size:22px;padding:6px 14px}.event h3{font-size:24px}.talk{padding:0}.talk>.photo{width:85%;max-height:420px}.end-note{display:block;padding:55px 0;font-size:21px}.end-note a{margin-top:16px}.about-top{display:block;padding:30px 0 60px}.about h1{font-size:77px;margin:22px 0 30px}.about-intro{font-size:14px}.about-photo{width:66%;margin:50px auto 0}.about-photo img{height:285px}.about-body{display:block}.aside{display:flex;align-items:center;gap:20px;padding-bottom:45px}.aside .asterisk{font-size:65px}.aside p{font-size:21px;margin:0}.about-sections section{margin-bottom:48px}.about-sections p{font-size:13px}.timeline h3{font-size:16px}.interests{font-size:21px}.contact{display:block;padding:40px 0 55px}.contact h2{font-size:65px;margin-bottom:25px}dialog{padding:42px 12px 18px}dialog img{max-height:70svh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.illustration img{height:auto;aspect-ratio:1;object-fit:contain}
.about-photo.illustration img{aspect-ratio:auto}
@media(min-width:701px){.about-top{min-height:calc(100svh - 112px);padding:clamp(16px,3vh,32px) 0 clamp(36px,6vh,64px);gap:clamp(35px,5vw,90px)}.about h1{font-size:clamp(64px,min(9.5vw,16vh),140px);line-height:1.02;margin:clamp(12px,2vh,22px) 0 clamp(16px,2.8vh,30px)}.about-photo{width:min(100%,43vh)}.about-intro{font-size:clamp(14px,2vh,16px)}}

.home-perspective{display:grid;grid-template-columns:1fr 1fr;column-gap:100px;row-gap:40px;padding:45px 0 85px}
.home-perspective h2{font-size:32px;letter-spacing:-.025em;line-height:1.4;margin-bottom:24px}
.home-perspective p{font-size:14px;color:var(--muted);line-height:2}
.collection .page-title{display:block}
.collection .page-title h1{font-size:clamp(48px,7.8vw,108px);line-height:1.2;overflow-wrap:break-word}
@media(max-width:1000px){.home-perspective{column-gap:50px}}
@media(max-width:700px){.home-perspective{grid-template-columns:1fr;gap:42px;padding:42px 0 55px}.home-perspective h2{font-size:27px;margin-bottom:18px}.home-perspective p{font-size:13px}.collection .page-title h1{font-size:clamp(38px,9vw,60px)}}

.home-actions{grid-column:1/-1;margin-top:0;gap:24px}
.collection .end-note{display:flex;justify-content:flex-end;padding:55px 0 65px;font:inherit}
.collection .end-note .link{margin-top:0}
@media(max-width:700px){.home-actions{gap:12px}.home-actions .link{padding:0 12px}.collection .end-note{padding:38px 0 45px}}

/* Bring the mobile introduction closer to the illustration. */
@media(max-width:700px){.home .collage{margin-bottom:32px}.home{padding-bottom:10px}.home-perspective{padding-top:24px}}

.collection .end-note-contact{justify-content:space-between}.end-note-contact p{font:24px/1.5 var(--serif)}
@media(max-width:700px){.collection .end-note-contact{align-items:flex-start;flex-direction:column;gap:20px}.end-note-contact p{font-size:21px}}

/* Fit the portrait inside the mobile browser's available first screen. */
@media(max-width:700px){
 header{height:64px}nav{top:60px}
 .home{padding:10px 0 10px}
 .home h1{font-size:clamp(52px,min(19vw,9.5svh),88px);margin:12px 0 16px}
 .home .intro{font-size:clamp(16px,2.5svh,19px);line-height:1.6}
 .home-note{margin-top:10px;font-size:12px;line-height:1.8;max-width:370px}
 .home .collage{width:min(62%,27svh);max-width:260px;margin:40px auto 32px}
 .home .star{font-size:38px;right:-28px;top:-29px}
 .home .arrow{width:48px;height:90px;left:-43px;top:-30px}
 .home .pixel{width:70px;left:-28px;bottom:-20px}
 .home .shape{width:95px;height:115px;right:-18px;bottom:-22px}
}

@media(max-width:700px) and (max-height:650px){
 html[lang="en"] .home h1{font-size:48px;margin:8px 0 12px}
 html[lang="en"] .home .intro{font-size:15px;line-height:1.5}
 html[lang="en"] .home-note{font-size:11px;line-height:1.7}
 html[lang="en"] .home .collage{width:min(58%,25svh);margin-top:34px}
}

/* A full mobile cover, with the editorial content below the fold. */
@media(max-width:700px){
 .home{min-height:calc(100svh - 64px);min-height:calc(100dvh - 64px);justify-content:space-between}
 .home>div{flex-shrink:0}
 .home-perspective{padding-top:40px}
}
@media(max-width:700px) and (min-height:700px){
 .home{padding-top:22px;padding-bottom:20px}
 .home h1{margin-top:18px;margin-bottom:22px}
 .home-note{margin-top:16px}
 .home .collage{margin-top:48px;margin-bottom:36px}
}

/* Use the shared site margins, bringing a larger portrait toward the copy. */
@media(min-width:701px){
 .home{width:100%;margin-inline:0;grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);gap:60px}
 .home .collage{width:min(calc(100% - 56px),56vh);max-width:460px;margin-left:auto;margin-right:56px}
 .home-note{max-width:100%;text-wrap:pretty}
 .home-note .note-line{display:block}
 .home-note .keep-phrase{white-space:nowrap}
}
@media(min-width:701px) and (max-width:1000px){
 .home{width:100%;gap:44px}
 .home h1{font-size:clamp(72px,10vw,100px)}
 .home .arrow{left:-55px;width:70px}
}

/* Move the mobile cover copy down by redistributing the central whitespace. */
@media(max-width:700px){
 .home{padding-top:clamp(16px,calc(10px + (100svh - 568px)*.18),54px)}
 .home .collage{margin-top:34px}
}
@media(max-width:700px) and (min-height:700px){
 .home{padding-top:clamp(38px,calc(38px + (100svh - 700px)*.15),60px)}
 .home .collage{margin-top:32px}
}

/* Keep the desktop cover and following sections on the same editorial grid. */
@media(min-width:701px){
 .home-perspective{width:100%;margin-inline:0;grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);column-gap:60px}
 .home-perspective .interests{font-size:clamp(20px,1.8vw,24px);text-wrap:balance}
}
@media(min-width:701px) and (max-width:1000px){
 .home-perspective{width:100%;column-gap:44px}
}

/* Let desktop copy read continuously; retain the mobile cover line breaks. */
@media(min-width:701px){
 .home h1{font-size:clamp(56px,8.4vw,120px);white-space:nowrap;line-height:1.1}
 .home h1 br{display:none}
 .home h1 br::after{content:" "}
 .home .intro br{display:none}
 .home-note .note-line{display:inline}
}

/* Compact introductions for the two standalone collection pages. */
.collection .page-title{padding-bottom:32px}
.collection .section-row{margin-top:0}
.collection .section-head{margin-bottom:32px}
@media(min-width:701px){
 .collection .section-row{display:block}
 .collection .section-row h2 br{display:none}
 .collection .section-row h2 em{padding-left:0}
 .collection .section-row p{max-width:none;margin-top:14px;padding-bottom:0}
}
@media(max-width:700px){
 .collection .page-title{padding-bottom:26px}
 .collection .section-head{margin-bottom:24px}
 .collection .section-row p{margin-top:14px}
}
