:root{--ink:#151515;--muted:#606164;--line:#dedede;--paper:#f7f6f3;--white:#fff;--navy:#111;--blue:#d71920;--teal:#3f4042;--amber:#d71920;--red:#d71920;--red-dark:#a80f16;--carbon:#1c1d1f;--steel:#85878b;--sage:#ece9e4;--shadow:0 18px 44px #1111111a;--header-height:76px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 18px)}body{color:var(--ink);background:linear-gradient(#11111109 1px,transparent 1px),linear-gradient(90deg,#11111109 1px,transparent 1px),var(--paper);background-size:44px 44px,44px 44px,auto;margin:0}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{min-height:100vh;padding-top:var(--header-height);overflow-x:hidden}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #1111111f;justify-content:space-between;align-items:center;gap:18px;min-height:76px;padding:14px clamp(18px,5vw,64px);display:flex;position:fixed;top:0;left:0;right:0}.brand{align-items:center;min-width:132px;display:inline-flex}.brand img{width:112px;height:auto}.desktop-nav{align-items:center;gap:8px;font-size:.95rem;display:flex}.desktop-nav a,.mobile-nav a{color:var(--ink);border-radius:6px;padding:10px 12px;font-weight:720}.desktop-nav a:hover,.mobile-nav a:hover{background:#d7192014}.nav-cta{background:var(--red);margin-left:2px;color:var(--white)!important}.header-phone{min-height:44px;box-shadow:none;white-space:nowrap;background:#ffffffb8;border:1px solid #d7192057;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:9px 13px;font-weight:850;display:inline-flex;color:var(--ink)!important}.header-phone svg{color:var(--red);flex:none}.header-phone:hover{border-color:#d7192094;color:var(--red-dark)!important;background:#d7192014!important}.header-phone:hover svg{color:var(--red-dark)}.header-phone--mobile{display:none}.icon-button{width:42px;height:42px;color:var(--navy);background:var(--white);cursor:pointer;border:1px solid #12343b2e;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.menu-button,.mobile-nav{display:none}.content-hero,.home-hero{min-height:min(600px,100svh - 170px);color:var(--white);background-color:var(--navy);background-position:50%;background-size:cover;align-items:center;padding:clamp(46px,7vw,76px) clamp(20px,6vw,80px);display:flex;position:relative;overflow:hidden}.content-hero{min-height:440px}.content-hero--compact{min-height:360px}.content-hero__inner,.home-hero__content{z-index:1;width:min(760px,100%);position:relative}.home-hero__content{width:min(980px,100%)}.content-hero:before,.home-hero:before{content:"";opacity:.5;pointer-events:none;background-image:linear-gradient(#ffffff1a 1px,#0000 0),linear-gradient(90deg,#ffffff1a 1px,#0000 0);background-size:56px 56px,56px 56px;position:absolute;inset:0}.content-hero:after,.home-hero:after{display:none}.content-hero h1,.home-hero h1{letter-spacing:0;max-width:980px;margin:0;font-size:clamp(2.55rem,6vw,5rem);line-height:.98}.home-hero-title span{display:block}.home-hero-title__company{white-space:nowrap}.content-hero h1{max-width:780px;font-size:clamp(2.25rem,5vw,4.6rem)}.content-hero p,.home-hero p{max-width:650px;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.55}.eyebrow{color:var(--red);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:800}.cta-actions,.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{border:1px solid var(--navy);min-height:46px;color:var(--white);background:var(--navy);border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:inline-flex}.button:hover{border-color:var(--red);background:var(--red)}.button--light{border-color:var(--white);color:var(--navy);background:var(--white)}.button--light:hover{border-color:var(--white);color:var(--white);background:var(--red)}.button--outline-light{color:var(--white);background:0 0;border-color:#ffffffb3}.text-link{color:var(--red);align-items:center;gap:6px;font-weight:800;display:inline-flex}.quick-facts{background:var(--navy);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.quick-facts div{background:var(--white);padding:26px clamp(18px,5vw,54px);position:relative}.quick-facts div:before{display:none}.quick-facts strong{color:var(--navy);font-size:clamp(1.6rem,3vw,2.4rem);display:block}.quick-facts span{color:var(--muted)}.content-layout,.cta-band,.section{width:min(1180px,100% - 40px);margin:0 auto}.section{padding:clamp(68px,10vw,116px) 0}.section--compact{padding-top:clamp(48px,8vw,80px)}.section-heading{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px;margin-bottom:32px;display:grid}.section-heading h2{max-width:720px;color:var(--navy);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04}.section-heading .eyebrow{grid-column:1/-1;margin-bottom:-10px}.process-grid,.project-grid,.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.project-card,.service-card{background:var(--white);min-width:0;box-shadow:var(--shadow);border:1px solid #1111111f;border-radius:6px;position:relative;overflow:hidden}.employee-card:before,.project-card:before,.service-card:before{display:none}.service-card{grid-template-rows:190px auto 1fr auto;padding-bottom:20px;display:grid}.project-card img,.service-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.service-card p,.service-card span,.service-card svg{margin-inline:18px}.service-card span{color:var(--ink);margin-top:18px;font-size:1.12rem;font-weight:850}.service-card p{color:var(--muted);line-height:1.55}.service-card svg{color:var(--amber)}.process-band{background:linear-gradient(#ffffff0e 1px,transparent 1px),linear-gradient(90deg,#ffffff0e 1px,transparent 1px),var(--navy);color:var(--white);background-size:44px 44px,44px 44px,auto;padding:clamp(64px,9vw,96px) clamp(20px,6vw,80px)}.process-band .section-heading{width:min(1180px,100%);margin-inline:auto}.process-band h2,.process-band h3{color:var(--white)}.process-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:min(1180px,100%);margin:0 auto}.process-grid article{border-top:1px solid #ffffff3d;min-width:0;padding-top:22px}.process-grid svg{color:var(--red)}.process-grid p{color:#ffffffc2;line-height:1.55}.project-card{grid-template-rows:230px auto;display:grid}.project-card>div{padding:20px}.project-card h2{color:var(--ink);margin:10px 0;font-size:1.35rem;line-height:1.15}.project-card p{color:var(--muted);line-height:1.55}.project-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.meta-line{color:var(--red);align-items:center;gap:6px;margin:0;font-size:.92rem;font-weight:800;display:inline-flex}.project-service{width:fit-content;color:var(--red-dark);background:#d7192012;border:1px solid #d719203d;border-radius:999px;margin-bottom:10px;padding:5px 9px;font-size:.78rem;font-weight:900;display:inline-flex}.archive-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:24px;display:grid}.archive-toolbar h2{max-width:720px;color:var(--ink);margin:0;font-size:clamp(1.85rem,3vw,3rem);line-height:1.05}.archive-toolbar>p{color:var(--muted);background:var(--white);border:1px solid #11111124;border-radius:999px;margin:0;padding:9px 14px;font-weight:850}.filter-bar{flex-wrap:wrap;gap:8px;margin:0 0 26px;display:flex}.filter-button{min-height:38px;color:var(--ink);background:var(--white);cursor:pointer;border:1px solid #11111126;border-radius:999px;padding:8px 13px;font-size:.92rem;font-weight:800}.filter-button--active,.filter-button:hover{border-color:var(--red);color:var(--white);background:var(--red)}.news-list{gap:14px;display:grid}.empty-state,.news-list a{border-top:1px solid var(--line);gap:8px;padding:24px 0;display:grid}.news-list time{color:var(--teal);font-weight:800}.empty-state h2,.news-list strong{color:var(--navy);font-size:1.35rem}.empty-state p,.news-list span{color:var(--muted)}.section--team{padding-top:0}.employee-intro{padding-bottom:36px}.employee-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.employee-grid--lead{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-card{background:var(--white);min-width:0;box-shadow:var(--shadow);border:1px solid #1111111f;border-radius:6px;position:relative;overflow:hidden}.employee-card img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--sage);width:100%}.employee-card>div{gap:10px;padding:20px;display:grid}.employee-card h3{color:var(--ink);letter-spacing:0;margin:0;font-size:1.28rem;line-height:1.14}.employee-role{color:var(--red);margin:0;font-size:.9rem;font-weight:850}.employee-bio{color:var(--muted);margin:0;line-height:1.55}.employee-actions{gap:8px;margin-top:4px;display:grid}.employee-actions a{min-width:0;color:var(--red);overflow-wrap:anywhere;align-items:center;gap:8px;font-weight:800;display:inline-flex}.content-layout{grid-template-columns:minmax(0,1fr) 320px;gap:clamp(28px,6vw,72px);padding:clamp(56px,9vw,96px) 0;display:grid}.content-layout--single{grid-template-columns:minmax(0,760px)}.prose{min-width:0;color:var(--ink);font-size:1.06rem;line-height:1.75}.prose h2,.prose h3{color:var(--ink);letter-spacing:0;line-height:1.15}.prose h2{margin-top:0;font-size:clamp(1.8rem,3vw,2.5rem)}.prose a{color:var(--red);font-weight:800}.project-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:36px;display:grid}.project-gallery img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--sage);border-radius:6px;width:100%}.prose ul{padding-left:1.2rem}.side-panel{background:var(--white);box-shadow:var(--shadow);border:1px solid #1111111f;border-radius:6px;align-self:start;padding:22px;position:sticky;top:100px}.side-panel h2{color:var(--ink);margin-top:0;font-size:1.25rem}.side-panel ul{color:var(--muted);padding-left:1.1rem;line-height:1.6}.case-facts{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin:0 0 34px;display:grid}.case-facts div{background:var(--white);padding:16px}.case-facts dt{color:var(--muted);text-transform:uppercase;font-size:.8rem;font-weight:800}.case-facts dd{color:var(--ink);margin:6px 0 0;font-weight:850}.tag-list{flex-wrap:wrap;gap:7px;margin:16px 0 20px;display:flex}.tag-list span{color:var(--red-dark);background:#d7192012;border:1px solid #d7192040;border-radius:999px;padding:6px 9px;font-size:.82rem;font-weight:850}.cta-band{color:var(--white);background:linear-gradient(135deg,#d71920f0,#111111f5),var(--red);border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-bottom:clamp(56px,9vw,92px);padding:clamp(28px,5vw,48px);display:grid}.history-layout{align-items:start}.history-panel{color:var(--white);background:linear-gradient(#ffffff12 1px,transparent 1px),linear-gradient(90deg,#ffffff12 1px,transparent 1px),var(--navy);background-size:36px 36px,36px 36px,auto;border:1px solid #ffffff29;border-radius:6px;align-self:stretch;padding:24px;position:sticky;top:100px}.history-panel h2{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.08}.history-panel p:not(.eyebrow){color:#ffffffc2;line-height:1.6}.timeline-section{padding-top:0}.timeline{border-top:1px solid #11111124;gap:0;display:grid}.timeline article{border-bottom:1px solid #11111124;grid-template-columns:120px minmax(0,1fr);gap:24px;padding:22px 0;display:grid}.timeline time{color:var(--red);font-size:1.25rem;font-weight:900}.timeline p{color:var(--ink);margin:0;line-height:1.6}.cta-band h2{margin:0;font-size:clamp(1.8rem,3.3vw,3rem);line-height:1.08}.cta-band p{color:#ffffffd1;max-width:680px;line-height:1.6}.site-footer{color:#ffffffc7;background:#101b1e;padding:clamp(44px,7vw,72px) clamp(20px,6vw,80px)}.footer-grid{grid-template-columns:1.35fr 1fr 1.35fr .75fr;gap:28px;width:min(1180px,100%);margin:0 auto;display:grid}.footer-grid h2{color:var(--white);margin:0 0 12px;font-size:1rem}.footer-grid a,.footer-grid p{align-items:center;gap:8px;margin:8px 0;display:flex}.footer-brand strong{color:var(--white);font-size:1.2rem;display:block}.footer-coverage{color:#ffffffdb;line-height:1.55;display:block}.footer-cvr{color:#ffffffe6;font-weight:700}.footer-addresses{gap:14px;display:grid}.footer-office{align-items:flex-start;gap:8px;font-style:normal;line-height:1.45;display:flex}.footer-office span span,.footer-office strong{display:block}.footer-office strong{color:var(--white);font-size:.9rem}@media (width<=940px){.desktop-nav{display:none}.site-header{gap:10px}.brand{margin-right:auto}.header-phone--mobile,.menu-button{display:inline-flex}.mobile-nav{background:var(--paper);box-shadow:var(--shadow);border-bottom:1px solid #12343b1f;gap:4px;padding:12px 20px 20px;display:grid;position:absolute;top:100%;left:0;right:0}.archive-toolbar,.content-layout,.cta-band,.employee-grid,.employee-grid--lead,.footer-grid,.process-grid,.project-gallery,.project-grid,.project-grid--wide,.quick-facts,.section-heading,.service-grid{grid-template-columns:1fr}.process-grid{gap:28px}.history-panel,.side-panel{position:static}.case-facts,.timeline article{grid-template-columns:1fr}.timeline article{gap:6px}}@media (width<=560px){:root{--header-height:68px}.site-header{min-height:68px;padding:10px 16px}.brand img{width:88px}.header-phone{min-height:40px;padding:9px 10px;font-size:.9rem}.content-hero,.home-hero{min-height:520px;padding-inline:18px}.content-hero h1,.home-hero h1{overflow-wrap:anywhere;font-size:clamp(2rem,9.2vw,2.25rem);line-height:1.03}.home-hero-title__company{overflow-wrap:normal;font-size:clamp(1.55rem,6.2vw,1em)}.cta-actions,.hero-actions{flex-direction:column}.button{width:100%}.content-layout,.cta-band,.section{width:min(100% - 28px,1180px)}}
