:root{--red:#d32620;--black:#191919;--paper:#fff;--pale:#f1f1f0;--gray:#5e5e5b;--line:#d6d6d2;--heading:'Anton','Arial Narrow',Arial,sans-serif;--body:'Work Sans',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:1.5rem}
body{margin:0;background:var(--paper);color:var(--black);font:1rem/1.65 var(--body);-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
button,input,textarea{font:inherit}
button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-underline-offset:.25em}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:5px}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--heading);font-weight:400;letter-spacing:-.015em;line-height:1.08}
h2{font-size:clamp(2.6rem,4.8vw,4.5rem)}
[hidden]{display:none!important}
.container{width:min(1260px,calc(100% - 112px));margin-inline:auto}
.section-space{padding-block:5.5rem}
.eyebrow{font-size:.75rem;letter-spacing:.09em;font-weight:600;line-height:1.55}
.skip-link{position:fixed;left:1rem;top:-100px;background:var(--red);color:#fff;padding:.8rem 1.2rem;z-index:1000;font-weight:600}
.skip-link:focus{top:1rem}
.header{display:flex;align-items:center;gap:2rem;padding:1.4rem 3.5rem;min-height:112px;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:.9rem;text-decoration:none}
.brand-mark{font-family:var(--heading);font-size:3.1rem;letter-spacing:-.07em;line-height:1;background:var(--black);color:#fff;padding:.25rem .65rem .4rem}
.brand-mark>span{color:var(--red);font-size:2.7rem;margin-left:.1rem}
.brand-name{font-size:.75rem;font-weight:600;line-height:1.45;white-space:nowrap}
.main-nav{display:flex;align-items:center;gap:1.8rem;margin-left:auto}
.main-nav>a{font-size:.875rem;font-weight:500;text-decoration:none;padding:.5rem 0;border-bottom:1px solid transparent}
.main-nav>a:hover{border-color:var(--red)}
.header-phone{border:1px solid var(--black);text-decoration:none;padding:.8rem 1rem;white-space:nowrap;font-size:.875rem;font-weight:600;line-height:1.4;margin-left:1rem}
.header-phone:hover{background:var(--black);color:#fff}
.menu-toggle{display:none}
.hero{display:grid;grid-template-columns:1.23fr 1fr;min-height:620px;max-width:1720px;margin:auto}
.hero-photo{position:relative;min-width:0;min-height:620px;overflow:hidden;background:#373737}
.hero-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:40% 50%}
.hero-photo>figcaption{position:absolute;bottom:1.8rem;left:2rem;right:2rem;display:flex;justify-content:space-between;gap:1rem;font-size:.75rem;font-weight:600;letter-spacing:.07em;color:#fff;background:#191919df;padding:.7rem 1rem}
.hero-copy{padding:3.5rem 3.5rem 1.8rem;display:flex;flex-direction:column;align-items:start;background:var(--pale);min-width:0}
.hero-copy>.eyebrow{color:var(--red);margin-bottom:1.6rem}
h1{font-size:clamp(3.7rem,5.7vw,5.5rem);line-height:1.06}
h1>span{color:var(--red)}
.hero-copy>p:not(.eyebrow){margin-top:1.5rem;max-width:390px;font-size:1rem;line-height:1.7;color:var(--gray)}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:1.8rem;padding:1rem 1.3rem;min-height:56px;border:1px solid transparent;font-size:.875rem;font-weight:600;line-height:1.4;text-decoration:none}
.button>span{font-size:1.15rem}
.button-red{background:var(--red);color:#fff}
.button-red:hover{background:#be211b}
.button-red:focus-visible{outline-color:var(--black)}
.button-black{background:var(--black);color:#fff}
.button-black:hover{background:#363636}
.hero-copy>.button{margin-top:1.8rem}
.hero-signoff{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin-top:auto;padding-top:2.5rem;font-size:.75rem;font-weight:500;letter-spacing:.045em}
.hero-signoff>span+span{font-family:var(--heading);font-size:1.25rem;color:var(--red)}
.address-bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--black);color:#fff;padding:1.45rem 3.5rem;max-width:1720px;margin:auto}
.address-bar>.eyebrow{font-size:.75rem;color:#c6c6c3}
.address-bar>p{font-family:var(--heading);font-size:1.35rem;line-height:1.4;letter-spacing:.02em}
.address-bar>p>span{color:var(--red);padding:0 .6rem}
.address-bar>a{font-size:.8125rem;text-decoration:none;overflow-wrap:anywhere}
.gallery-heading{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:1.1rem 3rem;margin-bottom:2.5rem}
.gallery-heading>.eyebrow{grid-column:1/-1;color:var(--red)}
.gallery-heading>h2{font-size:clamp(2.5rem,4.3vw,4rem)}
.gallery-heading>p:last-child{justify-self:end;font-size:1rem;color:var(--gray)}
.gallery-layout{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:330px 330px;gap:1.5rem 2rem}
.gallery-layout>figure{display:flex;flex-direction:column;min-width:0;min-height:0}
.gallery-layout img{width:100%;height:calc(100% - 45px);min-height:0;object-fit:cover}
.warehouse-shot{grid-column:1;grid-row:1}.worker-shot{grid-column:2;grid-row:1/3}.loading-shot{grid-column:1;grid-row:2}
.worker-shot img{object-position:50% 48%}.loading-shot img{object-position:50% 50%}
.gallery-layout figcaption{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.8rem;font-size:.75rem;line-height:1.5;min-height:45px}
.gallery-layout figcaption>span:first-child{font-weight:600;letter-spacing:.035em}
.gallery-layout figcaption>span+span{color:var(--gray)}
.photo-note{max-width:630px;color:var(--gray);font-size:.75rem;margin-top:1.4rem}
.services{background:var(--black);color:#fff}
.services-heading{display:grid;grid-template-columns:1fr auto;gap:1.2rem 2rem;align-items:end;margin-bottom:2.8rem}
.services-heading>.eyebrow{grid-column:1/-1;color:#c6c6c3}
.service-contact{display:flex;align-items:center;gap:2rem;font-size:.875rem;text-decoration:none;border-bottom:1px solid #fff;padding-bottom:.5rem;margin-bottom:.3rem}
.service-contact>span{font-size:1.3rem}
.service-list{border-top:1px solid #ffffff55}
.service-item{display:grid;grid-template-columns:.2fr 1fr 1.2fr;align-items:start;gap:2.5rem;padding:2.3rem 0;border-bottom:1px solid #ffffff3b}
.service-number{font-size:.875rem;color:#ff625b;font-weight:600;padding-top:.35rem}
.service-item h3{font-size:clamp(2rem,3vw,2.9rem);line-height:1.13}
.service-body>p{font-size:1rem;color:#d1d1cf;line-height:1.7;max-width:520px}
.service-body>a{display:inline-flex;align-items:center;gap:2rem;font-size:.875rem;color:#fff;margin-top:1.3rem;text-decoration:none;border-bottom:1px solid #ffffff75;padding-bottom:.4rem}
.service-body>a:hover,.service-contact:hover{border-color:#ff625b}
.company{display:grid;grid-template-columns:.85fr 1.3fr;align-items:center;gap:5rem}
.company-copy>.eyebrow{color:var(--red);margin-bottom:1.2rem}
.company-copy h2{margin-bottom:1.7rem}
.company-copy>p:not(.eyebrow){font-size:1rem;color:var(--gray)}
.company-copy>p+p{margin-top:1.1rem}
.text-link{display:inline-flex;align-items:center;gap:2.5rem;margin-top:1.5rem;font-size:.875rem;text-decoration:none;border-bottom:1px solid var(--black);padding-bottom:.4rem}
.bronx-shot{min-width:0}
.bronx-shot>img{width:100%;height:370px;object-fit:cover;object-position:55% 60%}
.bronx-shot>figcaption{display:flex;justify-content:space-between;gap:1rem;font-size:.75rem;margin-top:1rem;font-weight:500}
.photo-credit{font-size:.75rem;color:var(--gray);line-height:1.6;margin-top:.8rem}
.contact{background:var(--red);color:#fff;padding:4.7rem 0}
.contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem}
.contact h2{font-size:clamp(3.5rem,6.5vw,6.4rem);margin-top:1.2rem}
.contact .button{margin-top:2rem}
.contact .button:focus-visible{outline-color:#fff}
.contact-details{display:grid;gap:1.7rem;align-content:start;padding-top:.3rem}
.contact-details>div{padding-bottom:1.4rem;border-bottom:1px solid #ffffff66}
.contact-details .eyebrow{display:block;margin-bottom:.65rem}
.contact-phone{font-family:var(--heading);font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.2;text-decoration:none;white-space:nowrap}
.contact-email{font-size:clamp(1rem,1.5vw,1.4rem);font-weight:500;line-height:1.5;overflow-wrap:anywhere;text-decoration:none}
.contact address{font-size:1rem;line-height:1.65;font-style:normal}
.map-link{display:inline-flex;align-items:center;gap:1rem;font-size:.875rem;margin-top:.8rem}
.contact a:focus-visible{outline-color:#fff}
.no-script{margin-top:1rem;font-size:1rem}
.footer{padding:3.5rem 3.5rem 1.5rem;background:#fff}
.footer-wordmark{font-family:var(--heading);font-size:clamp(3rem,10.7vw,10.6rem);line-height:1.1;letter-spacing:-.025em;white-space:nowrap}
.footer-wordmark>span{font-size:clamp(1rem,2.3vw,2rem);letter-spacing:0;color:var(--red);vertical-align:top;margin-left:1rem;line-height:2.4}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;border-top:1px solid var(--line);padding-top:1.3rem;margin-top:2rem;font-size:.75rem;color:var(--gray)}
.footer-bottom>a{text-decoration:none}
.inquiry-dialog{border:0;padding:0;max-width:740px;width:calc(100% - 40px);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:auto;background:#fff;color:var(--black);box-shadow:0 24px 80px #0005}
.inquiry-dialog:not([open]){display:none}
.inquiry-dialog::backdrop{background:#111b;backdrop-filter:blur(3px)}
.dialog-heading{display:flex;justify-content:space-between;align-items:start;gap:2rem;padding:2rem 2.5rem 1.6rem;border-top:8px solid var(--red);border-bottom:1px solid var(--line)}
.dialog-heading .eyebrow{color:var(--red);margin-bottom:.8rem}
.dialog-heading h2{font-size:2.6rem;line-height:1.1}
.close-dialog{border:1px solid var(--black);background:#fff;color:var(--black);font-size:1.8rem;line-height:1;flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center}
.close-dialog:hover{background:var(--black);color:#fff}
#inquiry-form{padding:1.7rem 2.5rem 0}
.service-options{border:0;padding:0;margin:0 0 1.6rem;display:flex;flex-wrap:wrap;gap:.65rem 1.5rem}
.service-options>legend{font-size:.875rem;font-weight:600;margin-bottom:.9rem;padding:0}
.service-options>legend>span{font-size:.75rem;font-weight:400;color:var(--gray)}
.service-options>label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;min-height:32px}
.service-options input{width:18px;height:18px;accent-color:var(--red);flex-shrink:0;margin:0}
.sender-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin-bottom:1.5rem}
.field{min-width:0}
.field>label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.6rem}
.field>label>span{font-size:.75rem;font-weight:400;color:var(--gray)}
.field>input,.field>textarea,#draft-text{width:100%;border:1px solid #a6a6a1;border-radius:0;padding:.85rem 1rem;background:#fff;color:var(--black);font-size:1rem;line-height:1.5;min-width:0}
.field>input{min-height:52px}
.field>textarea,#draft-text{resize:vertical;min-height:135px}
input::placeholder,textarea::placeholder{color:#696964;opacity:1}
.field>input:hover,.field>textarea:hover{border-color:var(--black)}
.form-bottom{display:flex;align-items:center;gap:1.5rem;margin-top:1.6rem}
.form-bottom>.button{flex-shrink:0}
.form-bottom>p{font-size:.75rem;color:var(--gray);line-height:1.6}
.draft-result{padding:1.2rem;border-left:4px solid var(--red);background:var(--pale);margin-top:1.6rem}
.draft-result>p{font-size:.875rem;line-height:1.6}
.draft-actions{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;margin-top:1rem}
.copy-button{background:none;border:0;border-bottom:1px solid var(--black);font-size:.875rem;padding:.6rem 0;min-height:44px;color:var(--black)}
#copy-status:not(:empty){margin-top:1rem}
#draft-text{margin-top:1rem;min-height:190px}
.dialog-direct{padding:1.5rem 2.5rem 2rem;font-size:.75rem;color:var(--gray);overflow-wrap:anywhere}
@media(max-width:1100px){.container{width:calc(100% - 72px)}.header{padding:1.2rem 2.25rem;gap:1.5rem}.main-nav{gap:1.3rem}.header-phone{margin-left:0;font-size:.8125rem;padding:.75rem .8rem}.hero{grid-template-columns:1.1fr 1fr;min-height:560px}.hero-photo{min-height:560px}.hero-copy{padding:2.5rem 2rem 1.5rem}h1{font-size:clamp(3.6rem,5.8vw,4.5rem)}.hero-copy>.eyebrow{margin-bottom:1.3rem}.hero-signoff{padding-top:2rem}.hero-photo>figcaption{left:1.3rem;right:1.3rem;bottom:1.3rem;font-size:.75rem;padding:.6rem}.address-bar{padding:1.4rem 2.25rem;flex-wrap:wrap;gap:.8rem 1.5rem}.address-bar>.eyebrow{max-width:130px}.address-bar>p{font-size:1.25rem}.address-bar>a{font-size:.75rem}.gallery-layout{grid-template-rows:300px 300px;gap:1.3rem 1.5rem}.gallery-layout figcaption{font-size:.75rem}.gallery-layout figcaption>span+span{display:none}.company{gap:3rem}.bronx-shot>img{height:350px}.service-item{grid-template-columns:.15fr 1fr 1.2fr;gap:1.5rem}.contact-layout{gap:3rem}.footer{padding-inline:2.25rem}.footer-wordmark{font-size:10.4vw}}
@media(max-width:800px){.container{width:calc(100% - 48px)}.section-space{padding-block:3.5rem}.header{position:relative;z-index:20;padding:1rem 1.5rem;min-height:94px;gap:1rem}.brand-mark{font-size:2.6rem}.brand-mark>span{font-size:2.2rem}.brand-name{font-size:.75rem}.header-phone{margin-left:auto}.js .menu-toggle{display:flex;align-items:center;gap:.8rem;min-height:44px;border:0;background:var(--black);color:#fff;font-size:.875rem;padding:.75rem .85rem}.menu-lines{position:relative;display:block;width:20px;height:16px}.menu-lines:before,.menu-lines:after{content:"";position:absolute;left:0;width:20px;height:1px;background:#fff;transition:top .15s,transform .15s}.menu-lines:before{top:4px}.menu-lines:after{top:11px}.menu-toggle[aria-expanded="true"] .menu-lines:before{top:8px;transform:rotate(45deg)}.menu-toggle[aria-expanded="true"] .menu-lines:after{top:8px;transform:rotate(-45deg)}.main-nav{flex-wrap:wrap;gap:.6rem 1rem}.js .main-nav{display:none;position:absolute;left:1.5rem;right:1.5rem;top:calc(100% - 1px);margin:0;padding:1.2rem 1.6rem;background:var(--black);color:#fff;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);overflow-y:auto;box-shadow:0 15px 22px #0003}.js .main-nav.is-open{display:block}.js .main-nav>a{display:block;font-family:var(--heading);font-size:1.8rem;font-weight:400;text-transform:uppercase;letter-spacing:.015em;border-bottom:1px solid #ffffff40;padding:.6rem 0}.js .main-nav>a:last-child{border-bottom:0}.hero{grid-template-columns:1fr 1fr;min-height:500px}.hero-photo{min-height:500px}.hero-copy{padding:2rem 1.5rem 1.3rem}.hero-copy>.eyebrow{font-size:.75rem;letter-spacing:.05em}h1{font-size:clamp(2.9rem,6.1vw,3.9rem)}.hero-copy>p:not(.eyebrow){font-size:1rem}.hero-copy>.button{padding:.9rem 1rem;gap:1rem;font-size:.875rem}.hero-signoff{font-size:.75rem;letter-spacing:0}.hero-photo>figcaption{display:block;left:1rem;right:1rem;bottom:1rem}.hero-photo>figcaption>span{display:block;margin-top:.2rem}.address-bar{padding:1.2rem 1.5rem}.address-bar>.eyebrow{max-width:none}.address-bar>p{font-size:1.15rem}.address-bar>a{flex-basis:100%;font-size:.875rem}.gallery-heading{gap:1rem 2rem}.gallery-heading>h2{font-size:2.65rem}.gallery-heading>p:last-child{font-size:.875rem;max-width:230px}.gallery-layout{grid-template-columns:1fr .8fr;grid-template-rows:265px 265px;gap:1rem 1.3rem}.service-item{grid-template-columns:40px 1fr 1.25fr;gap:1rem;padding:1.8rem 0}.service-item h3{font-size:2rem}.service-body>p{font-size:1rem}.services-heading h2{font-size:3rem}.company{grid-template-columns:1fr;gap:2rem}.company-copy{max-width:620px}.company-copy h2{font-size:3rem}.bronx-shot>img{height:340px}.contact{padding:3.5rem 0}.contact-layout{grid-template-columns:1fr 1fr;gap:2rem}.contact h2{font-size:4.5rem}.contact-phone{font-size:2rem}.contact-email{font-size:1rem}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-bottom{flex-wrap:wrap}.footer-wordmark{font-size:10.2vw}.footer-wordmark>span{font-size:1rem;margin-left:.5rem}}
@media(max-width:570px){.container{width:calc(100% - 40px)}.header{padding:1rem 1.25rem;flex-wrap:wrap}.brand{gap:.65rem}.header-phone{display:none}.js .menu-toggle{margin-left:auto}.js .main-nav{left:1.25rem;right:1.25rem}.hero{display:flex;flex-direction:column}.hero-copy{order:-1;padding:2.2rem 1.25rem 1.3rem}.hero-copy>.eyebrow{margin-bottom:1.3rem}h1{font-size:clamp(3.55rem,12.3vw,4.8rem)}.hero-copy>p:not(.eyebrow){max-width:390px;margin-top:1.4rem}.hero-copy>.button{padding:1rem 1.2rem;gap:1.8rem;margin-top:1.5rem}.hero-signoff{padding-top:1.8rem}.hero-photo{min-height:340px}.hero-photo>img{object-position:45% 45%}.hero-photo>figcaption{display:flex;font-size:.75rem;left:1.25rem;right:1.25rem}.hero-photo>figcaption>span{margin:0}.address-bar{display:block;padding:1.2rem 1.25rem}.address-bar>p{font-size:1.2rem;margin-top:.5rem;line-height:1.5}.address-bar>a{display:inline-block;font-size:.8125rem;margin-top:.6rem}.gallery-heading{display:block}.gallery-heading>.eyebrow{margin-bottom:1rem}.gallery-heading>h2{font-size:2.65rem}.gallery-heading>p:last-child{font-size:1rem;max-width:none;margin-top:1.2rem}.gallery-heading>p:last-child br{display:none}.gallery-layout{display:block}.gallery-layout>figure+figure{margin-top:1.7rem}.gallery-layout img{height:280px}.worker-shot img{height:410px;object-position:50% 35%}.gallery-layout figcaption>span+span{display:block}.gallery-layout figcaption{min-height:0;padding-top:.8rem}.services-heading{display:block;margin-bottom:2rem}.services-heading>.eyebrow{margin-bottom:1rem}.services-heading h2{font-size:3rem}.service-contact{display:inline-flex;margin-top:1.5rem}.service-item{grid-template-columns:34px 1fr;gap:1rem;padding:1.7rem 0}.service-item h3{font-size:2.2rem}.service-body{grid-column:2}.service-body>a{margin-top:1rem}.bronx-shot>img{height:270px}.bronx-shot>figcaption{font-size:.75rem;gap:.7rem}.photo-credit{font-size:.75rem}.contact-layout{grid-template-columns:1fr;gap:3rem}.contact h2{font-size:4.5rem}.contact .button{margin-top:1.6rem}.contact-phone{font-size:2.7rem}.contact-email{font-size:1.1rem}.contact-details{gap:1.5rem}.footer-wordmark{font-size:9.9vw}.footer-wordmark>span{font-size:.75rem;line-height:2;margin-left:.4rem}.footer-bottom{display:block;font-size:.75rem}.footer-bottom>p,.footer-bottom>a{display:block;margin-top:.7rem}.footer-bottom>p{margin-top:0}.inquiry-dialog{width:calc(100% - 24px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}.dialog-heading{padding:1.5rem 1.2rem 1.3rem;gap:1rem}.dialog-heading h2{font-size:2.25rem}.dialog-heading .eyebrow{font-size:.75rem;letter-spacing:.045em}.close-dialog{width:40px;height:40px;flex-basis:40px}#inquiry-form{padding:1.4rem 1.2rem 0}.sender-fields{grid-template-columns:1fr;gap:1.2rem}.service-options{display:grid;gap:.5rem}.service-options>legend{font-size:.875rem;line-height:1.5}.service-options>legend>span{display:block}.form-bottom{display:block}.form-bottom>.button{width:100%}.form-bottom>p{margin-top:1rem}.dialog-direct{padding:1.3rem 1.2rem 1.5rem}.draft-result{padding:1rem}.draft-actions{gap:1rem}}
@media(max-width:360px){.brand-name{font-size:.75rem}.brand-mark{font-size:2.25rem;padding:.3rem .5rem}.brand-mark>span{font-size:1.9rem}.js .menu-toggle{gap:.6rem;padding:.7rem}.header{gap:.6rem}h1{font-size:3.45rem}.gallery-heading>h2{font-size:2.35rem}.hero-photo>figcaption{display:block}.hero-photo>figcaption>span{margin-top:.15rem}.contact-phone{font-size:2.35rem}.footer-wordmark{font-size:9.6vw}.inquiry-dialog{width:calc(100% - 16px)}.dialog-heading h2{font-size:2.1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.menu-toggle,.main-nav,[data-inquiry],.inquiry-dialog,.footer-bottom>a:last-child{display:none!important}.container{width:100%}.header{padding:1rem 0;min-height:80px}.hero{min-height:350px;display:grid;grid-template-columns:1fr 1fr}.hero-photo{min-height:350px}.hero-copy{padding:1.5rem;background:#fff}h1{font-size:3rem}.hero-copy>p:not(.eyebrow){font-size:1rem}.hero-signoff{padding-top:1rem}.address-bar{padding:1rem;background:#fff;color:#111;border-bottom:1px solid #999}.address-bar>.eyebrow{color:#333}.section-space,.contact{padding:2rem 0}.services,.contact{background:#fff;color:#111}.service-body>p{color:#333}.service-list,.service-item{border-color:#999}.service-body>a{color:#111}.gallery-layout{display:grid;grid-template-rows:220px 220px}.gallery-layout img{height:calc(100% - 40px)}.service-item,.bronx-shot{break-inside:avoid}.company{grid-template-columns:1fr 1fr;gap:2rem}.bronx-shot>img{height:240px}.contact-layout{grid-template-columns:1fr 1fr}.contact h2{font-size:3rem}.contact-details>div{border-color:#aaa}.footer{padding:1.5rem 0}.footer-wordmark{font-size:4rem}}
