:root{--ink:#111311;--lime:#c8d900;--yellow:#ffd900;--paper:#f3f2ed;--muted:#6f716d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:92px;padding:14px 4.5vw;display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:10}.brand img{width:176px;height:64px;object-fit:contain;object-position:left center}nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.nav-cta{border:1px solid var(--ink);padding:14px 20px;transition:.25s}.nav-cta:hover{background:var(--ink);color:#fff}.hero{min-height:calc(100vh - 92px);position:relative;display:flex;align-items:flex-end;overflow:hidden;color:#fff}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center 42%;transform:scale(1.015)}.hero-shade{background:linear-gradient(90deg,rgba(6,9,8,.88) 0%,rgba(6,9,8,.52) 48%,rgba(6,9,8,.08) 82%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%)}.hero-content{position:relative;z-index:2;width:min(900px,90vw);margin:0 0 8vh 5vw}.eyebrow,.section-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.22em}.eyebrow{color:var(--lime);margin:0 0 22px}.hero h1{margin:0;font-size:clamp(52px,7.1vw,106px);line-height:.92;letter-spacing:-.055em;font-weight:750}.hero h1 span{color:var(--yellow)}.hero-copy{max-width:580px;font-size:18px;line-height:1.6;margin:28px 0 34px;color:rgba(255,255,255,.84)}.button{display:inline-flex;align-items:center;justify-content:space-between;min-width:245px;padding:18px 20px;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.06em;transition:.25s}.button span{font-size:20px}.button-primary{background:var(--yellow);color:var(--ink)}.button-primary:hover{background:#fff}.hero-marker{position:absolute;right:4.5vw;bottom:4vh;z-index:2;font-size:10px;letter-spacing:.28em;writing-mode:vertical-rl}.section{padding:120px 6vw}.section-label{color:#858780;margin-bottom:55px}.intro-copy{display:grid;grid-template-columns:1.15fr .75fr;gap:10vw;align-items:start}h2{margin:0;font-size:clamp(42px,5.4vw,78px);line-height:1;letter-spacing:-.045em}.intro-copy>div{padding-top:8px}.intro-copy p,.services-heading p,.projects-top>p{color:var(--muted);font-size:17px;line-height:1.75;margin:0 0 22px}.services{background:var(--ink);color:#fff}.section-label.light{color:#9ea09a}.services-heading{display:grid;grid-template-columns:1.25fr .55fr;gap:10vw;align-items:end}.services-heading h2{color:#fff}.services-heading p{color:#afb2aa;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;border-top:1px solid #3b3e39}.service-grid article{padding:34px 34px 22px 0;border-right:1px solid #3b3e39;min-height:260px}.service-grid article+article{padding-left:34px}.service-grid article:last-child{border-right:0}.service-grid span{color:var(--lime);font-size:12px;letter-spacing:.15em}.service-grid h3{font-size:25px;margin:58px 0 18px}.service-grid p{color:#aeb0ab;line-height:1.65;font-size:14px;max-width:310px}.projects{background:#fff}.projects-top{display:grid;grid-template-columns:.55fr 1fr .6fr;gap:5vw;align-items:end;margin-bottom:60px}.projects-top .section-label{margin:0;align-self:start}.projects-top>p{margin:0;font-size:15px}.project-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px}.project-grid figure{margin:0;background:var(--paper)}.project-grid figure:not(.project-feature) img{height:340px}.project-grid .project-feature{grid-row:span 2}.project-grid .project-feature img{height:786px}.project-grid img{display:block;width:100%;object-fit:cover}.project-grid figcaption{min-height:82px;padding:20px 22px;display:flex;justify-content:space-between;gap:18px}.project-grid strong{font-size:15px}.project-grid figcaption span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.contact{background:var(--yellow);text-align:center}.contact .eyebrow{color:var(--ink)}.contact h2{margin-bottom:44px}.contact-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.button-dark{background:var(--ink);color:#fff;min-width:310px}.button-dark:hover{background:#fff;color:var(--ink)}.button-outline{border:2px solid var(--ink);color:var(--ink);min-width:310px}.button-outline:hover{background:#fff}footer{background:#fff;padding:45px 6vw;display:grid;grid-template-columns:1.4fr 1fr 1fr auto;align-items:end;gap:35px;font-size:12px}footer img{width:170px;height:75px;object-fit:contain;object-position:left}footer p{margin:5px 0}footer a{text-decoration:underline}.copyright{color:var(--muted)}@media(max-width:800px){.site-header{height:76px;padding:10px 20px}.brand img{width:140px;height:54px}nav a:not(.nav-cta){display:none}.nav-cta{padding:11px 15px}.hero{min-height:720px}.hero-content{margin:0 22px 70px}.hero-copy{font-size:16px}.hero-marker{display:none}.section{padding:82px 22px}.intro-copy,.services-heading,.projects-top{grid-template-columns:1fr;gap:32px}.intro-copy>div{padding:0}.service-grid{grid-template-columns:1fr;margin-top:55px}.service-grid article,.service-grid article+article{padding:28px 0;border-right:0;border-bottom:1px solid #3b3e39;min-height:0}.service-grid h3{margin:28px 0 12px}.project-grid{grid-template-columns:1fr}.project-grid .project-feature{grid-row:auto}.project-grid .project-feature img,.project-grid figure:not(.project-feature) img{height:330px}footer{grid-template-columns:1fr;align-items:start;gap:16px;padding:38px 22px}}
