:root{--ink:#1a1b18;--paper:#fff;--muted:#72736c;--line:#deded8;--accent:#e8b89a}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 48px));margin:auto}.project-header{min-height:90px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:.62rem;line-height:1.35;font-weight:400;letter-spacing:.02em}.back-link{font-size:.78rem;border-bottom:1px solid var(--ink);padding-bottom:4px}.project-hero{position:relative;isolation:isolate;overflow:hidden;padding:115px 0 90px;min-height:510px;border-bottom:1px solid var(--line)}.project-hero::before{content:"";position:absolute;z-index:-1;width:540px;height:390px;right:-55px;top:38px;border-radius:46% 54% 53% 47% / 42% 46% 54% 58%;background:radial-gradient(circle at 18% 67%,#ff861f 0,rgba(255,160,65,.7) 24%,transparent 60%),radial-gradient(circle at 68% 48%,rgba(255,219,157,.78) 0,transparent 62%);filter:blur(4px);opacity:.72}.eyebrow{margin:0 0 22px;color:var(--muted);font-family:"DM Mono",monospace;font-size:.68rem}.project-hero h1{max-width:820px;margin:0;font-size:clamp(3rem,6.5vw,6.2rem);line-height:1;letter-spacing:-.07em;font-weight:600}.project-hero p:last-child{max-width:470px;margin:28px 0 0;line-height:1.8;color:#4e4f49;font-size:.92rem}.gallery{padding:72px 0 120px}.gallery-heading{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:18px;border-bottom:1px solid var(--line)}.gallery-heading h2{margin:0;font-size:1rem;font-weight:500}.gallery-heading p{margin:0;font-family:"DM Mono",monospace;color:var(--muted);font-size:.67rem}.placeholder-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-top:18px}.placeholder{min-height:310px;display:flex;align-items:flex-end;padding:22px;background:#f2f1ec;color:var(--muted);font-size:.78rem}.placeholder:nth-child(2){background:#eee6df}.placeholder:nth-child(3){background:#e8eee7}.placeholder:nth-child(4){background:#e8eaf1}.project-footer{padding:25px 0;color:var(--muted);border-top:1px solid var(--line);font-family:"DM Mono",monospace;font-size:.67rem}@media(max-width:680px){.container{width:min(100% - 32px,1120px)}.project-header{min-height:70px}.project-hero{min-height:440px;padding:86px 0 65px}.project-hero::before{width:400px;height:360px;right:-170px;top:30px}.placeholder-grid{grid-template-columns:1fr}.placeholder{min-height:230px}}
