/* Layout refinements: keeps supplied artwork as supporting material, not page content. */
.brand{width:300px;height:150px;overflow:visible;display:block}
.brand img{width:300px;max-width:none;height:auto;transform:none;mix-blend-mode:multiply}
.services-grid{grid-template-columns:repeat(4,1fr)}
.value-section{min-height:640px}
.value-image{padding:clamp(58px,8vw,118px);background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:visible}
.value-image .quote{font:500 clamp(31px,3.4vw,48px)/1.18 "Manrope",sans-serif;letter-spacing:-.05em;max-width:550px;margin:30px 0}
.locality{display:grid;grid-template-columns:110px 1fr;gap:8px 20px;align-items:baseline;border-top:1px solid #5c5c5c;padding-top:24px}
.locality span{font:700 10px "Manrope",sans-serif;letter-spacing:.14em;color:#aaa}
.locality strong{font:600 18px "Manrope",sans-serif}
.site-header{height:154px}
.brand{height:124px}
.hero-image img{transform:none;object-position:center}
@media(max-width:960px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header{height:110px}.brand{width:190px;height:100px}.brand img{width:190px;transform:none}.services-grid{grid-template-columns:1fr}.value-image{height:auto;min-height:430px;padding:70px 24px}}
