@charset "UTF-8";
:root{color-scheme:light;--paper:#f6f3ec;--ink:#252b28;--muted:#646b64;--line:#dcded3;--accent:#c5462d;--green:#c5d3b5;font-family:Inter,"Segoe UI",Arial,sans-serif;font-synthesis:none;scroll-behavior:smooth}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}img{display:block;max-width:100%;height:auto}.wrap{max-width:1240px;margin:auto;padding-left:48px;padding-right:48px}.skip{position:absolute;top:8px;left:12px;transform:translateY(-150%);z-index:2;background:var(--paper);padding:12px}.skip:focus{transform:none}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between}.wordmark{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:750;letter-spacing:-1px}.wordmark span{margin-left:-9px;color:var(--muted);font-weight:400}.site-header nav{display:flex;gap:36px;font-size:14px}.site-header nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.site-header nav span{font-size:10px;border:1px solid var(--line);padding:3px 6px;margin-left:6px;border-radius:5px}.hero{border-top:1px solid var(--line);padding:65px 0 54px}.eyebrow{font-size:11px;font-weight:650;letter-spacing:1.6px;line-height:1.6}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-right:8px}.hero h1{font-size:clamp(58px,7.8vw,102px);font-weight:500;letter-spacing:-6px;line-height:1.05;margin:30px 0 32px;position:relative}.hero h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-5px;color:var(--accent)}.asterisk{position:absolute;right:30px;top:32px;color:var(--accent);font-size:118px;line-height:1;transform:rotate(14deg)}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.hero-bottom p{font-size:16px;line-height:1.7;color:var(--muted);margin:0}.explore{font-size:13px;white-space:nowrap;display:flex;align-items:center;gap:24px}.explore span{border:1px solid var(--line);border-radius:50%;padding:10px 15px;font-size:20px}.section-heading{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:26px 0}.section-heading h2{margin:0;font-size:16px;font-weight:550}.section-heading>span{font:10px/1.5 ui-monospace,monospace;letter-spacing:1px;color:var(--muted)}.project{display:grid;grid-template-columns:1fr 1fr;border:1px solid #cbd3c3;background:#edf0e5;overflow:hidden;border-radius:4px}.project-copy{padding:42px 40px}.project-label{font:10px/1.6 ui-monospace,monospace;letter-spacing:1.3px;margin:0 0 27px}.project-label .dot{background:#4e6a41}.project h3{font-size:58px;line-height:1.02;font-weight:550;letter-spacing:-3px;margin:0 0 22px}.project h3>span{color:var(--accent)}.project-description{max-width:350px;color:#50594d;font-size:15px;line-height:1.7}.tags{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:22px 0 32px}.tags li{font-size:10px;border:1px solid #c9d1c0;border-radius:4px;padding:6px 9px}.project-actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.button{display:inline-flex;justify-content:center;align-items:center;gap:26px;padding:15px 20px;background:var(--ink);color:#fff;border-radius:4px;font-size:13px;font-weight:600;transition:background .15s}.button:hover{background:#43503c}.button span{font-size:19px}.text-link{font-size:12px;text-decoration:underline;text-underline-offset:4px}.project-visual{position:relative;background:#dce5cf;display:flex;align-items:center;justify-content:center;overflow:hidden;border-left:1px solid #cbd3c3}.project-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-visual:hover img{transform:scale(1.025)}.visual-caption{position:absolute;bottom:24px;left:28px;right:28px;display:flex;justify-content:space-between;font:9px ui-monospace,monospace;letter-spacing:1.3px;color:#4b5d40}.about{display:grid;grid-template-columns:1fr 2fr .3fr;gap:36px;padding:74px 0 70px;align-items:start}.about h2{font-size:27px;font-weight:500;letter-spacing:-.9px;margin:0 0 15px}.about p{font-size:15px;color:var(--muted);line-height:1.8;margin:0;max-width:560px}.about-symbol{font-size:48px;color:var(--accent);justify-self:end;line-height:1}.site-footer{display:flex;justify-content:space-between;gap:24px;font-size:11px;color:var(--muted);min-height:88px;align-items:center;border-top:1px solid var(--line)}.site-footer>span:first-child{font-weight:700;color:var(--ink)}.article{max-width:800px;margin:40px auto 80px;padding:0 28px}.article h1{font-size:clamp(38px,6vw,62px);font-weight:500;line-height:1.1;letter-spacing:-2.5px;margin:24px 0}.article .lead{font-size:20px;line-height:1.6;color:var(--muted)}.article h2{font-size:25px;letter-spacing:-.6px;font-weight:550;margin-top:44px}.article p,.article li{font-size:16px;line-height:1.8}.article li{margin-bottom:10px}.article .button{margin:12px 0}.article .note{border-left:3px solid var(--accent);padding:12px 20px;background:#ede9e0}.breadcrumb{font-size:12px;color:var(--muted)}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.wrap{padding-left:28px;padding-right:28px}.hero h1{letter-spacing:-4px}.asterisk{font-size:84px;right:0;top:40px}.project-copy{padding:30px 26px}.project h3{font-size:48px}.project-actions{align-items:flex-start;flex-direction:column}.project-visual img{object-fit:cover}.about{grid-template-columns:1fr 2fr}.about-symbol{display:none}}
@media(max-width:600px){.wrap{padding-left:22px;padding-right:22px}.site-header{height:84px}.wordmark{font-size:21px}.wordmark img{width:29px}.site-header nav{gap:20px;font-size:12px}.site-header nav span{display:none}.hero{padding:42px 0}.eyebrow{font-size:9px;letter-spacing:1.1px}.hero h1{font-size:58px;letter-spacing:-3.7px;line-height:1.08;margin:28px 0}.hero h1 em{letter-spacing:-3.7px}.asterisk{display:none}.hero-bottom{flex-direction:column;align-items:flex-start;gap:26px}.hero-bottom p{font-size:14px}.desktop{display:none}.explore{gap:18px}.explore span{padding:7px 12px}.section-heading{padding:23px 0}.section-heading>span{font-size:8px}.project{grid-template-columns:1fr}.project-copy{padding:30px 26px 32px}.project h3{font-size:53px}.project-label{margin-bottom:24px}.project-visual{border-left:0;border-top:1px solid #cbd3c3;max-height:340px}.project-visual img{height:340px;object-fit:contain}.project-actions{flex-direction:row;align-items:center;gap:20px}.button{padding:14px 17px}.about{grid-template-columns:1fr;gap:16px;padding:46px 0}.about h2{font-size:25px}.about p{font-size:14px}.site-footer{padding-top:23px;padding-bottom:23px;flex-wrap:wrap;row-gap:14px;font-size:10px}.site-footer>span:nth-child(2){order:3;flex-basis:100%}.article{margin-top:25px}.article h1{letter-spacing:-1.5px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}
