:root{--color-white:#fff;--color-concrete:#f1f2f1;--color-concrete-strong:#d7dad8;--color-line:#c9cdca;--color-ink:#17191b;--color-muted:#5b6063;--color-red:#c5261d;--color-red-dark:#9f1f19;--color-footer:#191c1f;--font-display:"DIN Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;--font-body:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shell:1280px;--gutter:clamp(1.25rem, 4vw, 4rem);--section-space:clamp(5rem, 9vw, 9rem);--radius:3px;--header-height:5.5rem;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1.5rem)}body{background:var(--color-white);min-width:20rem;color:var(--color-ink);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}body,button,a{-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}button,a{color:inherit}a{text-decoration:none}img,svg{display:block}img{max-width:100%}figure,h1,h2,h3,h4,p,ul,ol{margin:0}ul,ol{padding:0}button{border:0}::selection{background:var(--color-red);color:var(--color-white)}:focus-visible{outline:3px solid var(--color-red);outline-offset:4px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.shell{width:min(100% - (2 * var(--gutter)), var(--shell));margin-inline:auto}.skip-link{z-index:200;background:var(--color-ink);color:var(--color-white);padding:.75rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.button{border-radius:var(--radius);letter-spacing:-.01em;min-height:3.25rem;transition:background-color .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease), transform .18s var(--ease);border:1px solid #0000;justify-content:center;align-items:center;gap:.75rem;padding:.8rem 1.35rem;font-size:.95rem;font-weight:750;line-height:1;display:inline-flex}.button svg,.text-link svg{flex:none}.button:hover{transform:translateY(-2px)}.button--primary{border-color:var(--color-red);background:var(--color-red);color:var(--color-white)}.button--primary:hover{border-color:var(--color-red-dark);background:var(--color-red-dark)}.button--secondary{border-color:var(--color-ink);color:var(--color-ink);background:0 0}.button--secondary:hover{background:var(--color-ink);color:var(--color-white)}.text-link{color:var(--color-red);text-underline-offset:.25em;align-items:center;gap:.65rem;font-size:.92rem;font-weight:800;text-decoration-thickness:1px;display:inline-flex}.text-link:hover{text-decoration:underline}.icon-down{transform:rotate(90deg)}.site-header{z-index:120;height:var(--header-height);border-bottom:1px solid var(--color-line);background:var(--color-white);position:sticky;top:0}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1.5rem,4vw,4.5rem);height:100%;display:grid}.brand{line-height:0;display:block}.brand img{width:clamp(11.5rem,17vw,15.5rem);height:auto}.desktop-nav{justify-content:center;align-items:center;gap:clamp(1.25rem,3vw,3.25rem);display:flex}.desktop-nav a,.site-footer nav a{padding-block:.5rem;font-size:.94rem;font-weight:650;position:relative}.desktop-nav a:after,.site-footer nav a:after{background:var(--color-red);content:"";transform-origin:0;height:2px;transition:transform .18s var(--ease);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.site-footer nav a:hover:after{transform:scaleX(1)}.header-call{white-space:nowrap}.menu-button,.mobile-nav{display:none}.hero{background:var(--color-white);overflow:hidden}.hero__main{min-height:clamp(38rem, calc(100vh - var(--header-height) - 9.5rem), 48rem);background:var(--color-concrete);grid-template-columns:minmax(0,48%) minmax(0,52%);display:grid}.hero__content{z-index:2;padding:clamp(3rem, 4.5vw, 4.5rem) clamp(2rem, 3vw, 3.25rem) clamp(2.5rem, 4vw, 4rem) max(var(--gutter), calc((100vw - var(--shell)) / 2));flex-direction:column;justify-content:center;display:flex;position:relative}.hero__content:after{z-index:-1;background:var(--color-concrete);clip-path:polygon(0 0,100% 0,45% 100%,0 100%);content:"";width:10vw;height:100%;position:absolute;top:0;right:-6vw}.hero h1,.section-heading h2,.company-story h2,.history-band h2,.contact-hero h2,.departments h3{font-family:var(--font-display);letter-spacing:-.035em;text-transform:uppercase;font-weight:800;font-stretch:75%;line-height:.91}.hero h1{max-width:9em;font-size:clamp(4rem,4.65vw,4.75rem)}.hero h1 span,.hero h1 strong{display:block}.hero h1 strong{color:var(--color-red);font-weight:inherit;margin-top:.12em}.hero__description{max-width:34rem;color:var(--color-ink);margin-top:clamp(1.25rem,2vw,1.75rem);font-size:clamp(1.05rem,1.45vw,1.3rem);line-height:1.5}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.hero__hours{border-top:1px solid var(--color-red);align-items:center;gap:.85rem;max-width:43rem;margin-top:clamp(1.75rem,2.5vw,2.5rem);padding-top:1.25rem;font-size:.9rem;display:flex}.hero__hours svg{color:var(--color-red);flex:none}.hero__hours-title{font-weight:800}.dot{background:var(--color-red);border-radius:50%;flex:none;width:.25rem;height:.25rem}.hero__media{min-width:0;height:100%}.hero__media img{object-fit:cover;object-position:54% center;width:100%;height:100%}.proof-strip{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;min-height:9.5rem;display:grid}.proof-item{grid-template-columns:auto 1fr;align-items:center;gap:1.25rem;padding:1.75rem clamp(1rem,3vw,2.75rem);display:grid}.proof-item+.proof-item{border-left:1px solid var(--color-line)}.proof-item svg{color:var(--color-red)}.proof-item strong,.proof-item span{display:block}.proof-item strong{font-size:clamp(1.1rem,1.55vw,1.35rem);line-height:1.25}.proof-item span{color:var(--color-muted);margin-top:.25rem;font-size:.82rem}.section{padding-block:var(--section-space)}.section-heading{grid-template-columns:minmax(0,1fr) minmax(18rem,.75fr);align-items:end;gap:2rem;padding-bottom:2rem;display:grid}.section-heading--ruled{border-bottom:1px solid var(--color-red)}.section-heading h2{font-size:clamp(3.25rem,5.3vw,5.75rem)}.section-heading p{max-width:35rem;color:var(--color-muted);justify-self:end;font-size:clamp(1rem,1.4vw,1.2rem)}.offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.offer-category{flex-direction:column;min-width:0;padding:clamp(2.5rem,5vw,4.5rem) clamp(1.25rem,3.4vw,3.25rem);display:flex}.offer-category+.offer-category{border-left:1px solid var(--color-line)}.offer-category__topline{color:var(--color-red);justify-content:space-between;align-items:flex-start;display:flex}.offer-category__topline>span{font-family:var(--font-display);font-size:1.15rem;font-weight:800}.offer-category__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:5.5rem;height:3rem}.offer-category h3,.product-index h3,.project h3,.location h3,.site-footer__brand,.timeline strong{font-family:var(--font-display);letter-spacing:-.025em;text-transform:uppercase;font-weight:800;font-stretch:75%;line-height:1}.offer-category h3{margin-top:2.25rem;font-size:clamp(2.25rem,3.3vw,3.5rem)}.offer-category>p{min-height:5rem;color:var(--color-muted);margin-top:1.15rem;line-height:1.65}.offer-category ul{gap:.65rem;margin:1.75rem 0 2rem;list-style:none;display:grid}.offer-category li{padding-left:1.1rem;font-size:.9rem;position:relative}.offer-category li:before{background:var(--color-red);content:"";width:.34rem;height:.34rem;position:absolute;top:.72em;left:0}.offer-category .text-link{margin-top:auto}.product-index{border-top:1px solid var(--color-line);background:var(--color-concrete);grid-template-columns:minmax(15rem,.62fr) minmax(0,1.6fr);gap:clamp(2rem,5vw,5rem);padding:clamp(2.5rem,5vw,4.5rem);display:grid}.product-index__heading{align-self:start}.product-index h3{max-width:8ch;font-size:clamp(2.5rem,4vw,4rem)}.product-index__heading p{max-width:22rem;color:var(--color-muted);margin-top:1rem}.product-index ul{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:.75rem 1.75rem;list-style:none;display:grid}.product-index li{border-bottom:1px solid var(--color-line);padding:0 0 .65rem .85rem;font-size:.84rem;position:relative}.product-index li:before{background:var(--color-red);content:"";width:.25rem;height:.25rem;position:absolute;top:.58em;left:0}.product-index .button{grid-column:2;width:max-content}.company-section{background:var(--color-white)}.company-section__hall{height:clamp(24rem,45vw,42rem);overflow:hidden}.company-section__hall img,.company-story__media img,.project img,.contact-hero img,.location img{object-fit:cover;width:100%;height:100%}.company-section__hall img{object-position:center}.company-story{grid-template-columns:minmax(19rem,.85fr) minmax(0,1.15fr);align-items:stretch;display:grid}.company-story__copy{flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7rem) clamp(2rem,5vw,5.5rem) clamp(3rem,7vw,7rem) 0;display:flex}.company-story h2{max-width:10ch;font-size:clamp(3.25rem,5vw,5.5rem)}.company-story h2:after,.history-band h2:after,.contact-hero h2:after,.departments h3:after{background:var(--color-red);content:"";width:4rem;height:3px;margin-top:1.25rem;display:block}.company-story__copy>p{max-width:34rem;color:var(--color-muted);margin-top:1.75rem}.company-story__copy .text-link{margin-top:2rem}.company-story__media{min-height:31rem}.company-stats{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.company-stat{justify-content:center;align-items:baseline;gap:.85rem;padding:clamp(1.75rem,3vw,2.5rem);display:flex}.company-stat+.company-stat{border-left:1px solid var(--color-line)}.company-stat strong{color:var(--color-red);font-family:var(--font-display);font-size:clamp(2.1rem,3.4vw,3.7rem);line-height:1}.company-stat span{text-transform:uppercase;font-weight:750}.projects-section{padding-bottom:0}.project-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(2.5rem,6vw,6rem) clamp(1.5rem,4vw,4rem);padding-top:clamp(3rem,6vw,6rem);display:grid}.project{align-content:start;gap:1.4rem;min-width:0;display:grid}.project--1{grid-column:1/8}.project--2{grid-column:8/13;padding-top:7rem}.project--3{grid-column:1/6}.project--4{grid-column:6/13;padding-top:4rem}.project figure{background:var(--color-concrete);overflow:hidden}.project--1 figure,.project--4 figure{aspect-ratio:16/10}.project--2 figure,.project--3 figure{aspect-ratio:4/3}.project img{transition:transform .7s var(--ease)}.project:hover img{transform:scale(1.025)}.project__copy{border-top:2px solid var(--color-red);grid-template-columns:minmax(8rem,.45fr) minmax(0,1fr);gap:.35rem 1.5rem;padding-top:1rem;display:grid}.project__copy>span{color:var(--color-muted);text-transform:uppercase;grid-row:1/3;font-size:.75rem;font-weight:750;line-height:1.4}.project h3{font-size:clamp(1.9rem,3vw,3.2rem)}.project p{max-width:35rem;color:var(--color-muted);font-size:.9rem}.projects-archive{justify-content:center;padding:clamp(3.5rem,7vw,7rem) 0;display:flex}.history-band{background:var(--color-concrete);padding-block:clamp(4rem,7vw,7rem)}.history-band__inner{grid-template-columns:minmax(20rem,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.history-band h2{max-width:11ch;font-size:clamp(3rem,4.8vw,5.2rem)}.history-band__copy p{max-width:35rem;color:var(--color-muted);margin-top:1.75rem}.timeline{grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;display:grid;position:relative}.timeline:before{background:var(--color-red);content:"";height:1px;position:absolute;top:.65rem;left:12%;right:12%}.timeline li{z-index:1;text-align:center;position:relative}.timeline li>span{border:2px solid var(--color-red);background:var(--color-concrete);border-radius:50%;width:1.35rem;height:1.35rem;margin:0 auto 1.5rem;display:block}.timeline strong{color:var(--color-red);font-size:clamp(2.2rem,3.4vw,3.7rem)}.timeline p{max-width:9rem;margin:.5rem auto 0;font-size:.82rem;font-weight:750;line-height:1.35}.contact-section{padding-top:var(--section-space)}.contact-hero{grid-template-columns:minmax(18rem,.68fr) minmax(0,1.32fr);align-items:stretch;min-height:34rem;display:grid}.contact-hero__copy{flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem) clamp(2rem,5vw,5rem) clamp(2rem,5vw,5rem) 0;display:flex}.contact-hero h2{max-width:7ch;font-size:clamp(3.5rem,5.6vw,6rem)}.contact-hero__copy p{max-width:22rem;color:var(--color-muted);margin-top:1.75rem;font-size:1.1rem}.contact-hero figure{min-width:0;overflow:hidden}.contact-hero img{object-position:center 43%}.contact-actions{border:1px solid var(--color-red);grid-template-columns:.82fr 1.18fr .8fr;margin-top:clamp(2rem,4vw,4rem);display:grid}.contact-link,.contact-hours{align-items:center;gap:1rem;min-width:0;min-height:7.5rem;padding:1.5rem clamp(1.25rem,3vw,2.75rem);display:flex}.contact-link+.contact-link,.contact-hours{border-left:1px solid var(--color-red)}.contact-link svg,.contact-hours svg{color:var(--color-red);flex:none}.contact-link span{overflow-wrap:anywhere;min-width:0}.contact-link small{color:var(--color-muted);font-size:.76rem;font-weight:650;display:block}.contact-link--strong span{color:var(--color-red);font-family:var(--font-display);font-size:clamp(1.8rem,2.7vw,2.7rem);font-weight:800;line-height:1}.contact-hours{flex-wrap:wrap}.contact-hours span{width:calc(100% - 2.5rem);margin-left:auto;font-size:.88rem;font-weight:650;display:block}.locations{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-block:clamp(4rem,8vw,8rem);display:grid}.location{min-width:0;padding-inline:clamp(0rem,4vw,4rem)}.location:first-child{padding-left:0}.location+.location{border-left:1px solid var(--color-red)}.location:last-child{padding-right:0}.location h3{font-size:clamp(2.4rem,3.6vw,4rem)}.short-rule{background:var(--color-red);width:3rem;height:3px;margin-top:1rem;display:block}.location__details{gap:.8rem;margin-top:1.75rem;display:grid}.location__details p{color:var(--color-muted);grid-template-columns:auto 1fr;align-items:start;gap:.8rem;font-size:.9rem;display:grid}.location__details svg{color:var(--color-red)}.location__details a{color:var(--color-ink);font-weight:750}.location__details a:hover{color:var(--color-red);text-decoration:underline}.phone-list{flex-wrap:wrap;gap:.25rem 1rem;display:flex}.location__details i,.site-footer__legal i{color:var(--color-red);font-style:normal}.location figure{background:var(--color-concrete);height:clamp(17rem,28vw,24rem);margin-top:2rem;overflow:hidden}.location:first-child img,.location:last-child img{object-position:center}.location__directions{width:100%;margin-top:1rem}.departments{padding-bottom:var(--section-space)}.departments h3{font-size:clamp(2.75rem,4.5vw,4.75rem)}.departments__list{border-top:1px solid var(--color-line);margin-top:2.25rem}.departments article{border-bottom:1px solid var(--color-line);grid-template-columns:auto minmax(13rem,1fr) auto minmax(16rem,auto);align-items:center;gap:1.5rem;padding-block:1.25rem;display:grid}.departments article svg{color:var(--color-red)}.departments h4{font-size:1rem}.departments a{font-size:.9rem;font-weight:700}.departments a:hover{color:var(--color-red);text-decoration:underline}.site-footer{background:var(--color-footer);color:var(--color-white)}.site-footer__top{border-bottom:1px solid var(--color-red);justify-content:space-between;align-items:end;gap:3rem;padding-block:clamp(3rem,6vw,5rem) 2.5rem;display:flex}.site-footer__brand span,.site-footer__brand strong{display:block}.site-footer__brand span{font-size:1.65rem}.site-footer__brand strong{color:var(--color-red);font-size:clamp(3.2rem,5vw,5.2rem)}.site-footer nav{flex-wrap:wrap;gap:clamp(1.25rem,3vw,3rem);display:flex}.site-footer__legal{color:#d5d7d8;justify-content:space-between;gap:2rem;padding-block:1.5rem 2rem;font-size:.76rem;display:flex}.mobile-action-bar{display:none}@media (width<=70rem){.desktop-nav{gap:1.2rem}.header-call span{display:none}.header-call{width:3.25rem;padding-inline:0}.hero__hours{flex-wrap:wrap}.hero__hours-title{width:calc(100% - 3rem)}.product-index ul{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-actions{grid-template-columns:.8fr 1.2fr}.contact-hours{border-top:1px solid var(--color-red);border-left:0;grid-column:1/-1}.contact-hours span{width:auto;margin-left:0}}@media (width<=52rem){:root{--header-height:4.5rem;--section-space:5.5rem}.site-header__inner{grid-template-columns:1fr auto}.brand img{width:11.5rem}.desktop-nav,.header-call{display:none}.menu-button{cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;width:3rem;height:3rem;display:grid}.mobile-nav{top:var(--header-height);max-height:calc(100dvh - var(--header-height));overscroll-behavior:contain;border-bottom:1px solid var(--color-line);background:var(--color-white);display:block;position:absolute;left:0;right:0;overflow-y:auto}.mobile-nav__inner{padding-block:.5rem 1.5rem}.mobile-nav__inner>a:not(.button){border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;min-height:3.6rem;font-weight:750;display:flex}.mobile-nav__call{width:100%;margin-top:1rem}.hero__main{grid-template-columns:1fr;min-height:0}.hero__content{padding:clamp(3.25rem, 12vw, 5rem) var(--gutter) 2.25rem}.hero__content:after{display:none}.hero h1{max-width:none;font-size:clamp(3.35rem,14vw,5.2rem)}.hero__description{max-width:24rem;font-size:1.08rem}.hero__actions .button{flex:13rem}.hero__hours{margin-top:2.5rem;font-size:.84rem}.hero__media{aspect-ratio:4/3}.hero__media img{object-position:center}.proof-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding-block:1rem}.proof-item{padding:1.2rem}.proof-item+.proof-item{border-left:1px solid var(--color-line)}.proof-item:nth-child(3){display:none}.section-heading{grid-template-columns:1fr;gap:1rem}.section-heading p{justify-self:start}.offer-grid{grid-template-columns:1fr}.offer-category{padding-inline:0}.offer-category+.offer-category{border-top:1px solid var(--color-line);border-left:0}.offer-category>p{min-height:0}.product-index{padding-inline:var(--gutter);grid-template-columns:1fr}.product-index h3{max-width:none}.product-index .button{grid-column:1}.company-story{grid-template-columns:1fr;width:100%}.company-story__copy{width:min(100% - (2 * var(--gutter)), var(--shell));margin-inline:auto;padding-right:0}.company-story__media{min-height:20rem}.company-stats{width:100%}.company-stat{text-align:center;flex-direction:column;align-items:center;gap:.25rem}.project-grid{grid-template-columns:1fr}.project--1,.project--2,.project--3,.project--4{grid-column:1;padding-top:0}.project__copy{grid-template-columns:1fr}.project__copy>span{grid-row:auto}.history-band__inner{grid-template-columns:1fr}.contact-hero{grid-template-columns:1fr;width:100%;min-height:0}.contact-hero__copy{width:min(100% - (2 * var(--gutter)), var(--shell));margin-inline:auto;padding:0 0 3rem}.contact-hero h2{max-width:8ch}.contact-hero figure{height:24rem}.contact-actions{grid-template-columns:1fr}.contact-link+.contact-link,.contact-hours{border-top:1px solid var(--color-red);border-left:0}.contact-link,.contact-hours{min-height:6rem}.contact-hours{grid-column:auto}.locations{grid-template-columns:1fr}.location{padding-inline:0}.location+.location{border-top:1px solid var(--color-red);border-left:0;margin-top:4.5rem;padding-top:4.5rem}.departments article{grid-template-columns:auto 1fr}.departments article a{grid-column:2}.site-footer__top{flex-direction:column;align-items:start}.site-footer__legal{flex-direction:column;align-items:flex-start;gap:.75rem}.mobile-action-bar{z-index:110;padding-bottom:env(safe-area-inset-bottom);background:var(--color-red);color:var(--color-white);grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-action-bar a{justify-content:center;align-items:center;gap:.65rem;min-height:4.5rem;font-size:1.05rem;font-weight:800;display:flex}.mobile-action-bar a+a{border-left:1px solid #ffffffb3}.site-footer{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}}@media (width<=35rem){.hero__actions{flex-direction:column}.hero__actions .button{flex-basis:auto;width:100%}.hero__hours{grid-template-columns:auto 1fr;gap:.35rem .75rem;display:grid}.hero__hours-title{width:auto}.hero__hours span:not(.hero__hours-title){grid-column:2}.hero__hours .dot{display:none}.proof-strip{width:100%}.proof-item{text-align:center;grid-template-columns:1fr;gap:.6rem}.proof-item svg{margin-inline:auto}.product-index ul{grid-template-columns:1fr}.company-section__hall{height:20rem}.company-stats{grid-template-columns:1fr}.company-stat+.company-stat{border-top:1px solid var(--color-line);border-left:0}.history-band h2,.contact-hero h2,.company-story h2{font-size:clamp(3rem,13vw,4.3rem)}.timeline{grid-template-columns:1fr;gap:2rem}.timeline:before{width:1px;height:auto;inset:0 auto 0 .65rem}.timeline li{text-align:left;grid-template-columns:auto 1fr;gap:.25rem 1.25rem;display:grid}.timeline li>span{grid-row:1/3;margin:0}.timeline p{max-width:none;margin:0}.contact-hero figure{height:19rem}.contact-actions{border-left:0;border-right:0;width:100%}.contact-link,.contact-hours{padding-inline:var(--gutter)}.location h3{font-size:clamp(2.4rem,12vw,3.4rem)}.location figure{height:17rem}.departments article{gap:.5rem 1rem}.site-footer nav{grid-template-columns:repeat(2,1fr);display:grid}}
