:root{
  --bg:#f5f5f2;--surface:#fff;--ink:#111;--muted:#666963;--line:#d9d9d2;
  --dark:#111;--dark-muted:#a7a79f;--accent:#c8ff39;--max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
.project-image {width: 100%;  max-height: 220px;  border-radius: 8px; overflow: hidden; margin: 16px 0 20px; border: 1px solid var(--line);}
.project-image img {width: 100%; height: 100%; display: block; object-fit: cover; object-position: top;}
.project-card.featured .project-image { max-height: 260px;}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(245,245,242,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08)}
.nav{height:72px;display:flex;align-items:center;gap:30px}
.brand{font-size:24px;font-weight:900;letter-spacing:-.08em;margin-right:auto}.brand span{color:#8cae00}
.nav-links{display:flex;gap:28px;font-size:14px;color:#4f504b}.nav-links a:hover{color:#000}
.nav-cta{font-size:13px;font-weight:750;border:1px solid #111;padding:10px 15px;border-radius:999px}
.hero{padding:110px 0 88px;border-bottom:1px solid var(--line)}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:#70716b}
.hero h1{font-size:clamp(52px,8vw,104px);line-height:.92;letter-spacing:-.075em;max-width:1000px;margin:24px 0 34px;font-weight:850}
.hero h1 em{font-style:normal;color:#8aa900}
.hero-copy{font-size:21px;line-height:1.5;max-width:700px;color:#555750}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:34px 0}
.button{display:inline-flex;align-items:center;gap:12px;padding:13px 18px;border-radius:999px;font-size:14px;font-weight:800;border:1px solid #111;transition:.2s}
.button.primary{background:var(--ink);color:#fff}.button.primary:hover{transform:translateY(-2px);background:#8aa900;border-color:#8aa900}
.button.secondary{background:transparent}.button.secondary:hover{background:#fff}
.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:42px}.hero-proof span,.tags span{border:1px solid var(--line);padding:7px 10px;border-radius:999px;font-size:11px;color:#65665f;background:rgba(255,255,255,.35)}
.section{padding:105px 0}
.section-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:end;margin-bottom:42px}
.section-heading h2,.stack-layout h2,.writing-card h2,.contact-section h2{font-size:clamp(38px,5vw,62px);line-height:.98;letter-spacing:-.06em;margin:14px 0 0}
.section-heading>p{color:var(--muted);max-width:430px;margin:0 0 3px}
.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.project-card{background:var(--surface);border:1px solid var(--line);padding:30px;min-height:355px;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.project-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.07)}
.project-card.featured{grid-column:span 2;min-height:320px}
.project-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:52px}
.project-number{font-size:13px;font-weight:800;color:#888a83}.status{font-size:10px;font-weight:850;letter-spacing:.14em;color:#8aa900}
.project-card h3{font-size:30px;letter-spacing:-.04em;line-height:1.05;margin:0 0 13px}
.project-card p{color:#666861;max-width:720px;margin:0 0 22px}
.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:8px}.tags span{background:var(--bg);padding:6px 9px}
.project-links{display:flex;gap:22px;margin-top:24px;font-size:13px;font-weight:800}.project-links a{text-decoration:underline;text-underline-offset:4px}.project-links a:hover{color:#8aa900}
.dark-section{background:var(--dark);color:#f5f5f2}.dark-section .eyebrow{color:#8c8d87}.section-heading.light>p{color:var(--dark-muted)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #333}
.process-item{padding:27px 24px 10px 0;border-right:1px solid #333;margin-right:24px}.process-item:last-child{border-right:0}
.process-item span{font-size:11px;color:#a9d92e;font-weight:800}.process-item h3{font-size:20px;margin:25px 0 10px}.process-item p{font-size:14px;color:var(--dark-muted);max-width:230px}
.stack-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.stack-list{border-top:1px solid var(--line)}
.stack-list div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:19px 0;border-bottom:1px solid var(--line);font-size:14px}.stack-list strong{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.stack-list span{color:#65665f}
.writing-section{background:#e9e9e2}.writing-card{display:flex;justify-content:space-between;align-items:end;gap:50px}.writing-card p{max-width:650px;color:#60615b;margin-top:24px}
.contact-section{padding-bottom:120px}.contact-section>p{color:var(--muted);max-width:620px;font-size:18px;margin:25px 0}.contact-links{display:flex;gap:25px;flex-wrap:wrap;font-weight:800;margin-top:30px}.contact-links a{text-decoration:underline;text-underline-offset:5px}
.footer{border-top:1px solid var(--line);padding:24px 0;font-size:11px;color:#777870}.footer .container{display:flex;justify-content:space-between;gap:20px}
@media(max-width:800px){
 .container{width:min(calc(100% - 32px),var(--max))}.nav{height:64px}.nav-links{display:none}.nav-cta{padding:8px 12px}
 .hero{padding:78px 0 65px}.hero h1{font-size:58px}.hero-copy{font-size:18px}
 .section{padding:75px 0}.section-heading,.stack-layout{grid-template-columns:1fr;gap:25px}.project-grid{grid-template-columns:1fr}.project-card.featured{grid-column:auto}.process-grid{grid-template-columns:1fr 1fr}.process-item{border-right:0;border-bottom:1px solid #333;padding-bottom:25px}.writing-card{display:block}.writing-card .button{margin-top:25px}.stack-list div{grid-template-columns:105px 1fr}
}
@media(max-width:520px){
 .hero h1{font-size:48px}.hero-actions .button{width:100%;justify-content:center}.project-card{padding:24px;min-height:0}.project-top{margin-bottom:40px}.project-card h3{font-size:26px}.process-grid{grid-template-columns:1fr}.stack-list div{grid-template-columns:1fr;gap:7px}.footer .container{display:block}.footer span{display:block;margin:4px 0}
}
