:root{--white:#fff;--black:#000;--tan:#e8dfc8;--yellow:#e6c446;--orange:#de5e0d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:var(--font-geist-sans), Arial, sans-serif;margin:0}a{color:inherit;text-decoration:none}.site-header{z-index:10;color:#fff;border-bottom:1px solid var(--tan);background:#000;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:94px;padding:0 4vw;display:grid;position:absolute}.brand{width:max-content;line-height:1;display:block}.brand-logo{background:#000;width:142px;height:46px;display:block;position:relative;overflow:hidden}.brand-logo img{width:142px;height:auto;display:block;position:absolute;top:-33px;left:0}.site-header .brand-logo{width:176px;height:57px}.site-header .brand-logo img{width:176px;top:-41px}.desktop-nav{font:600 .72rem var(--font-geist-mono);letter-spacing:.08em;text-transform:uppercase;gap:2.25rem;display:flex}.desktop-nav a,.header-cta{transition:opacity .2s}.desktop-nav a:hover,.header-cta:hover{opacity:.65}.header-cta{justify-self:end;align-items:center;gap:1rem;font-size:.82rem;font-weight:650;display:flex}.header-cta span{border:2px solid var(--orange);color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.mobile-menu{display:none}.hero{color:#fff;background:#151515;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{filter:brightness(1.12);background:url(/city-detail.jpg) 50% 42%/cover no-repeat;transform:scale(1.01)}.hero-shade{background:linear-gradient(90deg,#0000008f 0%,#00000038 58%,#0000000f 100%),linear-gradient(#0000 52%,#00000057)}.hero-content{z-index:1;align-self:flex-end;width:100%;padding:0 4vw 7vh;position:relative}.eyebrow{font:650 .68rem var(--font-geist-mono);text-transform:uppercase;letter-spacing:.18em;margin:0 0 2.5rem}.eyebrow.light{color:#fff}.hero h1{letter-spacing:-.075em;max-width:1000px;margin:0;font-size:clamp(4.5rem,10.5vw,10rem);font-weight:750;line-height:.79}.hero-bottom{justify-content:space-between;align-items:end;margin-top:3.5rem;display:flex}.hero-bottom p{max-width:480px;margin:0;font-size:clamp(1rem,1.5vw,1.35rem);line-height:1.45}.circle-link{border:1px solid #ffffffa6;border-radius:50%;place-items:center;width:58px;height:58px;font-size:1.4rem;transition:all .2s;display:grid}.circle-link:hover{background:var(--yellow);border-color:var(--yellow);color:var(--black)}.section-pad{padding:clamp(5rem,9vw,9rem) 4vw}.intro{background:var(--tan);grid-template-columns:1fr 2fr;gap:6vw;display:grid}.accent-line{background:var(--orange);width:42px;height:5px;box-shadow:12px 0 0 var(--black)}.intro-copy h2,.capabilities h2,.contact h2{letter-spacing:-.065em;margin:0 0 3rem;font-size:clamp(3rem,6.2vw,6.7rem);font-weight:720;line-height:.92}h2 em{font-family:Georgia,serif;font-weight:400}.intro-copy>p{max-width:690px;margin:0 0 2.5rem;font-size:clamp(1.15rem,1.8vw,1.7rem);line-height:1.45}.text-link{border-bottom:2px solid var(--black);gap:1.25rem;padding-bottom:.45rem;font-weight:700;display:inline-flex}.proof-strip{background:var(--white);border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;grid-template-columns:repeat(4,1fr);display:grid}.proof-strip div{border-right:1px solid #cfcfcf;flex-direction:column;gap:.55rem;padding:2.5rem 4vw;display:flex}.proof-strip div:last-child{border-right:0}.proof-strip strong{letter-spacing:-.06em;font-size:clamp(2.4rem,4.5vw,5rem);line-height:.9}.proof-strip span{font:600 .64rem var(--font-geist-mono);text-transform:uppercase;letter-spacing:.09em}.services{background:var(--black);color:#fff}.services-head{padding-bottom:5rem;display:block}.services-head h2{letter-spacing:-.07em;margin:0;font-size:clamp(3.6rem,7vw,7.4rem);line-height:.88}.services-head>p:last-child{color:#c8c8c8;max-width:520px;margin:2.25rem 0 0;font-size:1.05rem;line-height:1.55}.service-list{border-top:1px solid #333}.service-row{border-bottom:1px solid #333;grid-template-columns:.25fr 1.2fr 1fr auto;align-items:center;gap:3vw;min-height:195px;padding:2.4rem 4vw;transition:background .25s,color .25s;display:grid}.service-row:hover{background:var(--yellow);color:var(--black)}.service-number,.service-kicker{font:600 .65rem var(--font-geist-mono);letter-spacing:.14em;color:#a5a5a5}.service-row:hover .service-number,.service-row:hover .service-kicker{color:var(--black)}.service-row h3{letter-spacing:-.045em;margin:.8rem 0 0;font-size:clamp(1.65rem,3vw,3rem);line-height:1}.service-row p{color:#bdbdbd;max-width:440px;line-height:1.55}.service-row:hover p{color:var(--black)}.service-arrow{color:var(--orange);font-size:2rem}.text-link:hover{border-color:var(--orange);color:var(--orange)}.projects{background:var(--tan)}.projects-heading{margin-bottom:5rem;display:block}.projects-heading h2{letter-spacing:-.065em;margin:2.5rem 0 0;font-size:clamp(3.2rem,5.8vw,6.5rem);line-height:.91}.projects-heading>p{max-width:520px;margin:2.25rem 0 0;line-height:1.55}.project-grid{grid-template-columns:1fr 1fr;gap:3.5rem 2rem;display:grid}.project-photo{aspect-ratio:16/10;filter:saturate(.85);background-position:50%;background-size:cover;transition:filter .25s,transform .25s}.project-card:hover .project-photo{filter:saturate()}.project-detail{border-top:3px solid var(--black);grid-template-columns:40px 1fr;gap:1rem;margin-top:.8rem;padding-top:1.15rem;display:grid}.project-detail>span{font:600 .65rem var(--font-geist-mono);color:var(--black);background:var(--yellow);place-items:center;width:28px;height:28px;display:grid}.project-detail h3{letter-spacing:-.045em;margin:0 0 .35rem;font-size:clamp(1.5rem,2.3vw,2.4rem)}.project-detail p{text-transform:uppercase;letter-spacing:.07em;margin:0;font-size:.78rem}.project-note{border-top:1px solid #0006;max-width:720px;margin:4rem 0 0 auto;padding-top:1.2rem;line-height:1.55}.split-feature{grid-template-columns:1fr 1fr;min-height:830px;display:grid}.feature-image{background:url(/glass-facade.jpg) 50%/cover no-repeat}.feature-copy{background:var(--yellow);flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) 6vw;display:flex}.feature-copy h2{letter-spacing:-.065em;margin:0 0 2.6rem;font-size:clamp(3rem,5.5vw,6rem);line-height:.92}.feature-copy>p:not(.eyebrow){max-width:580px;font-size:1.2rem;line-height:1.6}.promise-grid{border-top:1px solid #00000059;grid-template-columns:1fr 1fr;margin-top:4rem;display:grid}.promise-grid div{border-bottom:1px solid #00000059;grid-template-columns:auto 1fr;gap:1rem;padding:1.4rem 0;display:grid}.promise-grid div:nth-child(odd){padding-right:1.5rem}.promise-grid div:nth-child(2n){border-left:1px solid #00000059;padding-left:1.5rem}.promise-grid strong{font:600 .68rem var(--font-geist-mono)}.promise-grid span{font-weight:650}.capabilities{grid-template-columns:1fr 1.2fr;gap:8vw;display:grid}.capability-list{border-top:1px solid #bcbcbc}.capability-list div{border-bottom:1px solid #cfcfcf;grid-template-columns:52px 1fr;padding:1rem 0;font-size:clamp(1rem,1.4vw,1.3rem);font-weight:650;display:grid}.capability-list span{font:500 .65rem var(--font-geist-mono);color:var(--orange)}.quote-band{color:#fff;text-align:center;place-items:center;min-height:620px;display:grid;position:relative;overflow:hidden}.quote-image{filter:brightness(1.08);background:linear-gradient(#0000005c,#0000005c),url(/city-detail.jpg) 50%/cover;position:absolute;inset:0}.quote-band blockquote{letter-spacing:-.045em;max-width:1050px;padding:3rem;font:400 clamp(2.5rem,5vw,5.5rem)/1.02 Georgia,serif;position:relative}.contact{background:var(--yellow);color:var(--black)}.contact-main{justify-content:space-between;align-items:end;gap:3rem;display:flex}.contact-main h2{margin-bottom:0}.contact-button{color:#fff;background:#000;justify-content:space-between;align-items:flex-start;gap:2rem;width:min(100%,430px);min-width:360px;padding:1.7rem;transition:background .2s,transform .2s;display:flex}.contact-button:hover{background:var(--orange);transform:translateY(-3px)}.contact-button>span:first-child{flex-direction:column;align-items:flex-start;display:flex}.contact-button small{color:var(--yellow);font:650 .62rem var(--font-geist-mono);letter-spacing:.14em;text-transform:uppercase}.contact-button strong{max-width:280px;margin:.8rem 0 1.5rem;font-size:1.45rem;line-height:1.1}.contact-button b{text-underline-offset:4px;font-size:.86rem;font-weight:600;text-decoration:underline}.contact-button>span:last-child{border:2px solid var(--orange);color:#fff;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.contact-meta{border-top:1px solid #0006;justify-content:space-between;gap:2rem;margin-top:5rem;padding-top:2rem;display:flex}.contact-meta p{max-width:460px;margin:0;line-height:1.5}.contact-meta a{font-size:1.2rem;font-weight:700}footer{color:#fff;background:#000;padding:4rem 4vw 2rem}.footer-top{grid-template-columns:1fr 2.2fr;align-items:start;gap:5vw;padding-bottom:4rem;display:grid}.footer-brand{width:max-content;display:block}.footer-contact{grid-template-columns:1.35fr .8fr 1fr;gap:3rem;display:grid}.footer-contact span{color:var(--orange);font:650 .6rem var(--font-geist-mono);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;display:block}.footer-contact address,.footer-contact a{color:#fff;font-size:.92rem;font-style:normal;line-height:1.55}.footer-contact a{border-bottom:1px solid #555;padding-bottom:.2rem;font-weight:650}.footer-contact a:hover{color:var(--yellow);border-color:var(--yellow)}.footer-bottom{color:#888;border-top:1px solid #333;justify-content:space-between;gap:2rem;padding-top:1.5rem;font-size:.68rem;display:flex}.footer-bottom p{margin:0}.site-search{max-width:430px;position:relative}.site-search label{font:600 .62rem var(--font-geist-mono);letter-spacing:.13em;text-transform:uppercase;color:#aaa;margin-bottom:.75rem;display:block}.search-control{border-bottom:1px solid #777;grid-template-columns:1fr 48px;display:grid}.search-control input{color:#fff;background:0 0;border:0;outline:0;width:100%;padding:.75rem 0;font:500 1rem Arial,sans-serif}.search-control input::placeholder{color:#777}.search-control button{color:var(--yellow);cursor:pointer;background:0 0;border:0;font-size:1.4rem}.search-results{background:var(--yellow);color:#000;z-index:8;width:100%;position:absolute;bottom:calc(100% + 1rem);left:0;box-shadow:0 14px 45px #00000059}.search-results a{border-bottom:1px solid #00000040;flex-direction:column;gap:.2rem;padding:.9rem 1rem;display:flex}.search-results a:hover{background:#fff}.search-results span{color:#444;font-size:.7rem}.search-results p{color:#000;margin:0;padding:1rem}.compact-search{align-self:center;max-width:250px}.compact-search label{display:none}.compact-search .search-control{border-color:#555}.compact-search .search-control input{padding:.55rem 0;font-size:.85rem}.compact-search .search-results{min-width:320px;top:calc(100% + 1rem);bottom:auto}@media (max-width:850px){.site-header{grid-template-columns:1fr auto;height:78px}.compact-search{width:min(58vw,240px)}.compact-search .search-results{min-width:min(88vw,360px)}.desktop-nav,.header-cta{display:none}.mobile-menu{display:block}.mobile-menu summary{cursor:pointer;border:1px solid #ffffff80;border-radius:50%;place-content:center;gap:6px;width:42px;height:42px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:#fff;width:17px;height:1px;display:block}.mobile-menu nav{background:#000;flex-direction:column;gap:1.3rem;width:100%;padding:1.5rem 4vw 2rem;font-size:1.4rem;display:flex;position:absolute;top:78px;left:0}.hero h1{font-size:clamp(4.1rem,19vw,7rem)}.intro,.services-head,.split-feature,.capabilities{grid-template-columns:1fr}.proof-strip{grid-template-columns:1fr 1fr}.proof-strip div:nth-child(2){border-right:0}.proof-strip div:nth-child(-n+2){border-bottom:1px solid #cfcfcf}.projects-heading{grid-template-columns:1fr;align-items:start}.intro{gap:3.5rem}.services-head{align-items:start}.service-row{grid-template-columns:42px 1fr auto;min-height:0}.service-row p{grid-column:2/4;margin-top:0}.split-feature{min-height:0}.feature-image{min-height:65vw}.capabilities{gap:3rem}.contact-main{display:block}.contact-button{min-width:0;max-width:430px;margin-top:3rem}.footer-top{grid-template-columns:1fr;gap:3rem}.footer-contact{grid-template-columns:repeat(3,1fr)}.site-search{grid-column:1/-1;width:100%;max-width:none}}@media (max-width:520px){.hero-content{padding-bottom:2.2rem}.hero-bottom{margin-top:2.5rem}.hero-bottom p{max-width:78%;font-size:.95rem}.section-pad{padding:4.5rem 5vw}.eyebrow{margin-bottom:1.7rem}.service-row{padding:2rem 5vw}.promise-grid{grid-template-columns:1fr}.promise-grid div:nth-child(odd),.promise-grid div:nth-child(2n){border-left:0;padding:1.2rem 0}.quote-band{min-height:500px}.quote-band blockquote{padding:1.5rem}.contact-meta{flex-direction:column}.proof-strip{grid-template-columns:1fr}.proof-strip div,.proof-strip div:nth-child(2){border-bottom:1px solid #cfcfcf;border-right:0}.proof-strip div:last-child{border-bottom:0}.project-grid{grid-template-columns:1fr;gap:3rem}.footer-contact{grid-template-columns:1fr;gap:2rem}.footer-bottom{align-items:flex-end}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
