@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Inter:wght@400;500;600&display=swap');:root{--bg:#111719;--paper:#e8e5dc;--muted:#879394;--line:rgba(232,229,220,.16);--warm:#d8b27b;--max:1400px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--paper);font:14px/1.6 Inter,Arial,sans-serif;overflow-x:hidden}.grain{position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}header{position:fixed;z-index:30;top:0;left:0;right:0;padding:26px 32px;display:flex;justify-content:space-between;font-size:9px;font-weight:600;letter-spacing:.17em;mix-blend-mode:difference}.project-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:7vw;padding:130px 6vw 9vh}.project-hero>div{padding-bottom:4vh}.project-hero span{font-size:9px;letter-spacing:.18em;color:var(--muted)}h1{font:400 clamp(75px,11vw,160px)/.76 'Cormorant Garamond',serif;letter-spacing:-.045em;margin:28px 0 38px}h1 em{color:var(--warm);font-style:italic}.project-hero p{max-width:350px;color:var(--muted);font-size:12px}.project-hero img{width:100%;max-height:78vh;object-fit:cover;display:block;filter:saturate(.9);animation:enter 1.2s cubic-bezier(.2,.7,.2,1) both}.gallery{width:min(var(--max),calc(100% - 64px));margin:auto;display:grid;grid-template-columns:repeat(12,1fr);gap:130px 32px;padding:150px 0}.gallery figure{margin:0;grid-column:2 / span 4}.gallery figure.large{grid-column:2 / span 7}.gallery figure:nth-child(2){grid-column:8 / span 4;margin-top:100px}.gallery figure:nth-child(3){grid-column:4 / span 5;margin-top:-20px}.gallery figure:nth-child(4){grid-column:8 / span 4;margin-top:70px}.gallery figure:nth-child(5){grid-column:2 / span 5;margin-top:10px}.gallery figure:nth-child(6){grid-column:8 / span 4;margin-top:120px}.gallery figure:nth-child(7){grid-column:3 / span 7;margin-top:20px}.gallery img{width:100%;height:auto;display:block;filter:saturate(.93);transition:transform .8s}.gallery figure:hover img{transform:scale(1.015)}figcaption{font-size:8px;letter-spacing:.15em;color:var(--muted);margin-top:12px}.closing{width:min(var(--max),calc(100% - 64px));margin:auto;border-top:1px solid var(--line);padding:35px 0 140px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.16em}.closing a:last-child{color:var(--warm)}footer{width:min(var(--max),calc(100% - 64px));margin:auto;border-top:1px solid var(--line);padding:25px 0 45px;display:flex;justify-content:space-between;color:var(--muted);font-size:9px;letter-spacing:.15em}@keyframes enter{from{opacity:0;transform:scale(1.05)}to{opacity:1;transform:none}}@media(max-width:800px){header{padding:20px 18px}.project-hero{display:flex;flex-direction:column;padding:120px 18px 70px;align-items:stretch}.project-hero>div{padding:0}.project-hero img{max-height:none;order:2;margin-top:55px}h1{font-size:76px}.gallery{display:block;width:calc(100% - 36px);padding:90px 0}.gallery figure,.gallery figure.large,.gallery figure:nth-child(2),.gallery figure:nth-child(3){margin:0 0 75px}.closing,footer{width:calc(100% - 36px)}.closing{padding-bottom:90px;gap:20px}.closing a{font-size:8px}footer{gap:20px}}
