:root{--paper:#f4f2ed;--white:#fbfaf7;--ink:#202321;--sub:#636964;--line:#c8cac2;--accent:#d2522d}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:85px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Helvetica Neue",Arial,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;-webkit-font-smoothing:antialiased}
body:has(dialog[open]){overflow:hidden}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.skip-link{position:fixed;z-index:100;left:18px;top:-80px;padding:12px;background:var(--white)}
.skip-link:focus{top:8px}
.micro,.section-rail,.hero-foot,.hero-visual figcaption,.brand span,.site-nav,.lang-switch,.work-heading p,.project-number,.archive-head p,.archive-head .micro,.statement-side,.photo-credit,.director-name,.roles,.awards-title,.awards,.contact-info,.site-footer,.dialog-copy>span{font-size:11px;letter-spacing:.075em;line-height:1.5}
.site-header{height:83px;padding:0 clamp(20px,3.5vw,68px);display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--ink);position:sticky;top:0;z-index:30}
.brand{display:flex;align-items:baseline;gap:15px;white-space:nowrap}
.brand strong{font-size:34px;line-height:1;letter-spacing:-.075em;font-weight:800}
.brand span{letter-spacing:.04em}
.site-nav{display:flex;align-self:stretch;align-items:stretch;gap:clamp(16px,2.7vw,52px);font-weight:700}
.site-nav a{display:flex;align-items:center;gap:7px;border-bottom:2px solid transparent;transition:border-color .2s}
.site-nav a:hover{border-color:var(--accent)}
.site-nav a>span:first-child{font-size:9px;color:#898e87;align-self:center;margin-top:-12px}
.header-actions{display:flex;align-items:center;gap:22px}
.lang-switch{display:flex;align-items:center;gap:7px;white-space:nowrap}
.lang-switch button{border:0;background:none;padding:8px 1px;color:#92958f;font-size:11px}
.lang-switch button[aria-pressed=true]{color:var(--ink);font-weight:800}
.menu-toggle{display:none}
.hero{display:grid;grid-template-columns:36% 64%;grid-template-rows:minmax(640px,calc(100svh - 115px)) 32px;padding:0 clamp(20px,3.5vw,68px);max-height:1000px}
.hero-intro{display:flex;flex-direction:column;justify-content:space-between;padding:45px clamp(24px,4vw,78px) 58px 0}
.hero .micro{display:flex;align-items:center;gap:11px}
.square{width:8px;height:8px;background:var(--accent);display:inline-block}
.hero h1{margin:0;font-size:clamp(43px,4.4vw,86px);font-weight:500;letter-spacing:-.09em;line-height:1.14;word-break:keep-all}
.period{color:var(--accent)}
.hero-intro-bottom{display:flex;align-items:end;justify-content:space-between;gap:18px}
.hero-description{max-width:245px;margin:0;font-size:14px;line-height:1.75;word-break:keep-all}
.round-arrow{display:grid;place-items:center;flex:none;width:54px;height:54px;border:1px solid var(--ink);border-radius:50%;font-size:24px;transition:background .2s,color .2s}
.round-arrow:hover{background:var(--ink);color:var(--paper)}
.hero-visual{margin:0;position:relative;overflow:hidden;background:#575b51}
.hero-visual img{height:100%;object-fit:cover;object-position:center;filter:brightness(.88)}
.hero-visual figcaption{position:absolute;bottom:0;left:0;right:0;padding:19px 22px;color:white;display:flex;justify-content:space-between;background:linear-gradient(transparent,rgba(0,0,0,.45));font-weight:700}
.hero-foot{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;font-size:10px}
.section-pad{padding:0 clamp(20px,3.5vw,68px)}
.section-rail{display:flex;align-items:center;gap:26px;height:110px;font-weight:700;white-space:nowrap}
.rail-rule{height:1px;background:var(--line);flex:1}
.work{background:var(--white);padding-bottom:150px}
.work-heading{display:flex;justify-content:space-between;align-items:end;padding:20px 0 82px}
.work-heading h2,.statement h2,.director h2,.contact h2{margin:0;font-weight:500;letter-spacing:-.082em;line-height:.99}
.work-heading h2{font-size:clamp(76px,12vw,200px)}
.work-heading p{max-width:260px;font-size:14px;line-height:1.65;margin:0 0 13px;word-break:keep-all}
.featured-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:2%;row-gap:105px;align-items:start}
.project-card{border:0;padding:0;background:none;text-align:left;color:inherit;display:block;width:100%;min-width:0}
.featured-grid .project-card:nth-child(6n+1){grid-column:1/span 8}
.featured-grid .project-card:nth-child(6n+2){grid-column:10/span 3;margin-top:30%}
.featured-grid .project-card:nth-child(6n+3){grid-column:2/span 4;margin-top:8%}
.featured-grid .project-card:nth-child(6n+4){grid-column:7/span 6}
.featured-grid .project-card:nth-child(6n+5){grid-column:1/span 6}
.featured-grid .project-card:nth-child(6n+6){grid-column:8/span 4;margin-top:27%}
.card-picture{display:block;overflow:hidden;background:#d8d7d1}
.card-picture img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1);filter:saturate(.9)}
.project-card:hover img{transform:scale(1.035)}
.featured-grid .card-picture{aspect-ratio:1.35}
.featured-grid .project-card:nth-child(2) .card-picture,.featured-grid .project-card:nth-child(3) .card-picture,.featured-grid .project-card:nth-child(6) .card-picture{aspect-ratio:.79}
.featured-grid .project-card:nth-child(4) .card-picture{aspect-ratio:1.52}
.card-caption{display:flex;justify-content:space-between;gap:12px;align-items:start;padding:13px 0 0;border-top:1px solid var(--ink);margin-top:8px}
.featured-grid .project-title{font-size:clamp(20px,2.15vw,38px);letter-spacing:-.04em;line-height:1.2}
.project-number{font-family:Arial,sans-serif;color:var(--sub);white-space:nowrap}
.archive-head{border-top:1px solid var(--ink);margin:145px 0 0;padding:25px 0 48px;display:flex;justify-content:space-between;align-items:end}
.archive-head .micro{color:var(--sub)}
.archive-head h3{font-size:clamp(39px,5vw,82px);letter-spacing:-.065em;font-weight:500;margin:10px 0 0}
.archive-head p{margin:0 0 8px}
.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 2.3%}
.archive-grid .project-card{padding:13px 0 22px;border-top:1px solid var(--line);display:grid;grid-template-columns:74px 1fr 30px;align-items:center;gap:12px}
.archive-grid .card-picture{grid-column:1;grid-row:1;width:74px;height:62px}
.archive-grid .card-caption{grid-column:2/4;grid-row:1;display:flex;align-items:center;margin:0;padding:0;border:0}
.archive-grid .project-title{font-size:15px;letter-spacing:-.025em;line-height:1.25}
.archive-grid .project-number{font-size:10px}
.statement{background:#dfe1db;padding-bottom:120px}
.statement .section-rail{border-color:#a6aaa1}
.statement-layout{display:grid;grid-template-columns:25% 1fr;padding:75px 0 100px}
.statement-side{margin:10px 0 0;max-width:140px;line-height:1.7}
.statement h2{font-size:clamp(55px,7.5vw,126px)}
.statement-text{max-width:490px;font-size:18px;line-height:1.9;word-break:keep-all;margin:65px 0 0 33%}
.statement-image{width:75%;margin-left:25%;position:relative;background:#929b90}
.statement-image img{aspect-ratio:2.04;object-fit:cover;object-position:center 55%}
.photo-credit{position:absolute;bottom:18px;left:20px;color:white;text-shadow:0 1px 5px #222}
.director{background:var(--paper);padding-bottom:140px}
.director-layout{display:grid;grid-template-columns:55% 1fr;gap:6%;padding-top:85px}
.director h2{font-size:clamp(76px,8.8vw,155px);line-height:1.07;margin:55px 0 35px}
.director-name{font-size:15px}
.director-details{padding-top:80px}
.director-summary{font-size:clamp(24px,2.35vw,38px);line-height:1.5;letter-spacing:-.035em;margin:0 0 55px;word-break:keep-all}
.roles{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:18px 0}
.roles p{margin:5px 0;font-size:12px}
.awards-title{display:flex;justify-content:space-between;padding:65px 0 22px;font-weight:700}
.awards{list-style:none;padding:0;margin:0}
.awards li{border-top:1px solid var(--line);padding:13px 0;display:grid;grid-template-columns:65px 1fr;gap:10px;font-size:12px}
.contact{background:var(--ink);color:var(--paper);padding-bottom:135px}
.contact .section-rail .rail-rule{background:#555c56}
.contact-layout{display:grid;grid-template-columns:65% 1fr;align-items:end;gap:4%;padding:85px 0 0}
.contact h2{font-size:clamp(55px,6.5vw,112px);margin:45px 0 0;line-height:1.15;word-break:keep-all}
.contact-info{border-top:1px solid #777d78;padding-top:20px;font-size:14px;line-height:1.6}
.contact-email{font-size:clamp(17px,2vw,29px);letter-spacing:-.03em;white-space:nowrap}
.contact-info p{margin:15px 0}
.social-link{display:inline-block;margin-top:40px;font-size:11px}
.contact a:hover,.family a:hover{color:var(--accent)}
.site-footer{background:var(--ink);color:var(--paper);border-top:1px solid #585e58;padding-top:65px;padding-bottom:35px}
.footer-top{display:flex;justify-content:space-between;align-items:start}
.footer-mark{font-size:clamp(100px,19vw,340px);font-weight:700;letter-spacing:-.095em;line-height:.9}
.footer-mark span{font-size:25px;vertical-align:top;letter-spacing:0}
.footer-top p{line-height:1.7;margin:8px 0 0}
.footer-bottom{border-top:1px solid #585e58;margin-top:65px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:25px}
.family{display:flex;gap:20px;align-items:center}
.family>span{color:#aaa}
dialog{border:0;padding:0;background:var(--paper);color:var(--ink);width:min(1060px,calc(100vw - 28px));max-height:calc(100dvh - 28px);box-shadow:0 20px 80px #0005}
dialog::backdrop{background:#141714cc}
dialog[open]{display:grid;grid-template-columns:60% 40%}
.dialog-close{position:absolute;top:14px;right:15px;z-index:1;border:1px solid currentColor;background:var(--paper);border-radius:50%;width:40px;height:40px;font-size:28px;line-height:1}
.dialog-image{min-height:580px;background:#333;display:flex;align-items:center}
.dialog-image img{max-height:calc(100dvh - 28px);height:100%;object-fit:contain}
.dialog-copy{padding:90px 38px 40px;display:flex;flex-direction:column}
.dialog-copy h2{font-size:clamp(34px,4vw,62px);font-weight:500;line-height:1.1;letter-spacing:-.07em;word-break:break-word;margin:40px 0}
.dialog-copy p{font-size:15px;line-height:1.8;word-break:keep-all}
.dialog-copy>span:last-child{margin-top:auto;padding-top:40px;color:var(--sub)}
@media(max-width:1050px){
 .brand span{display:none}.hero{grid-template-columns:42% 58%}.hero h1{font-size:clamp(42px,5vw,70px)}
 .site-nav{gap:16px}.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .director-layout{grid-template-columns:1fr 1fr}.director h2{font-size:clamp(62px,8.5vw,100px)}
}
@media(max-width:720px){
 html{scroll-padding-top:68px}.site-header{height:68px;padding:0 20px}.brand strong{font-size:29px}
 .menu-toggle{display:flex;width:35px;height:35px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:0;background:none;padding:0}
 .menu-toggle span{width:23px;height:1px;background:var(--ink);transition:transform .2s}
 .site-header.open .menu-toggle span:first-child{transform:translateY(3px) rotate(45deg)}
 .site-header.open .menu-toggle span:last-child{transform:translateY(-3px) rotate(-45deg)}
 .site-nav{display:none;position:absolute;top:67px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--ink);padding:12px 20px 25px;flex-direction:column;gap:0}
 .site-header.open .site-nav{display:flex}.site-nav a{padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}
 .site-nav a>span:first-child{width:28px;margin-top:0}
 .hero{display:flex;flex-direction:column;padding:0 20px;max-height:none}
 .hero-intro{min-height:415px;padding:33px 0 28px}
 .hero h1{font-size:clamp(57px,10vw,88px)}
 .hero-description{font-size:13px}.round-arrow{width:48px;height:48px}
 .hero-visual{height:60vw;min-height:345px}.hero-foot{height:42px;font-size:9px}.hero-foot span:nth-child(2){display:none}
 .section-pad{padding-left:20px;padding-right:20px}.section-rail{height:85px;gap:12px}
 .work{padding-bottom:95px}.work-heading{padding:25px 0 56px;align-items:start;gap:28px}
 .work-heading h2{font-size:clamp(62px,11vw,100px)}.work-heading p{font-size:12px;max-width:145px;padding-top:15px}
 .featured-grid{grid-template-columns:repeat(2,1fr);gap:55px 4%}
 .featured-grid .project-card:nth-child(n){grid-column:auto;margin-top:0}
 .featured-grid .project-card:nth-child(4n+1){grid-column:1/-1}
 .featured-grid .project-card:nth-child(4n+2){margin-top:70px}
 .featured-grid .project-card:nth-child(4n+3){margin-top:0}
 .featured-grid .project-card:nth-child(4n+4){grid-column:1/-1}
 .featured-grid .project-card:nth-child(n) .card-picture{aspect-ratio:1.2}
 .featured-grid .project-card:nth-child(4n+2) .card-picture,.featured-grid .project-card:nth-child(4n+3) .card-picture{aspect-ratio:.8}
 .featured-grid .project-title{font-size:23px}
 .archive-head{margin-top:95px;display:block;padding-bottom:28px}
 .archive-head h3{font-size:45px}.archive-head p{margin:15px 0 0}
 .archive-grid{grid-template-columns:1fr 1fr}
 .archive-grid .project-card{grid-template-columns:55px 1fr;gap:8px}
 .archive-grid .card-picture{width:55px;height:55px}
 .archive-grid .project-title{font-size:12px}.archive-grid .project-number{display:none}
 .statement{padding-bottom:75px}.statement-layout{display:block;padding:50px 0 70px}
 .statement-side{margin:0 0 40px}.statement h2{font-size:clamp(52px,9vw,85px)}
 .statement-text{margin:35px 0 0 20%;font-size:15px}.statement-image{width:100%;margin-left:0}.statement-image img{aspect-ratio:1.45}
 .director{padding-bottom:90px}.director-layout{display:block;padding-top:50px}.director h2{font-size:clamp(74px,12vw,120px);margin:35px 0 20px}
 .director-details{padding-top:65px}.director-summary{font-size:25px}.awards-title{padding-top:45px}
 .contact{padding-bottom:90px}.contact-layout{display:block;padding-top:52px}
 .contact h2{font-size:clamp(54px,9vw,85px);margin:30px 0 75px}.contact-info{max-width:470px}
 .site-footer{padding-top:48px}.footer-top p{display:none}
 .footer-bottom{margin-top:50px;display:flex;flex-wrap:wrap}.family{order:3;width:100%}
 dialog[open]{display:block;overflow:auto}.dialog-image{min-height:0;height:min(55vh,480px)}.dialog-image img{height:100%}.dialog-copy{min-height:270px;padding:25px 25px 35px}.dialog-copy h2{margin:22px 0}
}
@media(max-width:480px){
 .hero h1{font-size:clamp(52px,12.3vw,70px)}
 .hero-visual{height:95vw;min-height:0}.hero-visual figcaption{font-size:9px;padding:12px}
 .work-heading{display:block}.work-heading p{max-width:none;margin-top:25px}
 .featured-grid{gap:52px 4%}.featured-grid .project-title{font-size:18px}
 .archive-grid{display:block}.archive-grid .project-card{grid-template-columns:62px 1fr}
 .archive-grid .card-picture{width:62px;height:55px}.archive-grid .project-title{font-size:15px}
 .statement-text{margin-left:0}.statement h2{font-size:clamp(48px,11.5vw,64px)}
 .director h2{font-size:clamp(64px,13.5vw,90px)}.contact h2{font-size:clamp(46px,11vw,68px)}
 .footer-mark{font-size:26vw}.family{flex-wrap:wrap;gap:14px}.family>span{width:100%}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
