:root {
    --paper: #ffffff;
    --slate: #20272b;
    --signal: #f4934e;
    --slate-deep: #202020;
    --paper-muted: #f6f6f4;
    --line: #e5e8e7;
    --display: 'Space Grotesk', sans-serif;
    --body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--slate); overflow-x: hidden; font: 400 16px/1.65 var(--body); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-family: var(--display); letter-spacing: -.045em; }
body h1 { font-size: 72px; font-weight: 700; line-height: 1.02; }
body h2 { font-size: 56px; font-weight: 700; line-height: 1.04; }
body h3 { font-size: 42px; font-weight: 600; line-height: 1.08; }
body h4 { font-size: 32px; font-weight: 600; line-height: 1.12; }
body h5 { font-size: 24px; font-weight: 600; line-height: 1.2; }
body h6 { font-size: 20px; font-weight: 600; line-height: 1.3; }
p, address { letter-spacing: -.01em; }
svg { width: 1.1em; height: 1.1em; stroke-width: 1.8; }

.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .7rem 1rem; background: var(--signal); color: var(--slate-deep); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.brand-mark { display: inline-flex; align-items: center; gap: .8rem; min-width: 9rem; }
.brand-logo { display: block; width: 7.5rem; height: 2.7rem; object-fit: contain; object-position: left center; }
.brand-logo--footer { width: 10rem; height: 4rem; }
.desktop-nav { display: flex; align-items: center; gap: 1.6rem; margin-left: auto; margin-right: 1rem; color: #697177; font-size: 15px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav a, .mobile-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after, .mobile-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--signal); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after, .mobile-nav a:hover::after, .mobile-nav a.is-active::after { transform: scaleX(1); }
.header-phone { display: inline-flex; align-items: center; gap: .5rem; background: var(--slate); color: #fff; padding: .75rem .9rem; font-size: 16px; font-weight: 700; }
.header-phone:hover { background: var(--signal); color: var(--slate); }
.mobile-menu-button { display: none; border: 0; background: transparent; color: var(--slate); padding: .5rem; }
.mobile-nav { display: none; }

.hero-section { background: #fff; border-bottom: 1px solid var(--line); }
.hero-section > div { max-width: none; padding: 0; }
.hero-copy { max-width: 34rem; margin-top: 1.7rem; color: #667477; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; margin-top: 3rem; color: #78858a; font-size: 14px; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: .35rem; }
.hero-meta svg { color: var(--signal); width: 1rem; }
.hero-photo { position: relative; min-height: 31rem; overflow: hidden; background: var(--slate); }
.hero-photo img { display: block; width: 100%; height: 100%; min-height: 31rem; object-fit: cover; object-position: center; filter: saturate(.82); }
.hero-photo::after { position: absolute; inset: 0; border: 0; background: rgba(16,28,34,.24); content: ''; pointer-events: none; }
.hero-photo figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; z-index: 1; display: flex; gap: .65rem; align-items: center; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-photo figcaption span { color: var(--signal); }

.button, .text-link { border-radius: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; padding: .85rem 1.15rem; font-size: 16px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--signal { background: var(--signal); color: var(--slate-deep); }
.button--signal:hover { background: var(--slate); color: #fff; }
.button--paper { background: #fff; color: var(--slate); }
.button--paper:hover { background: var(--signal); }
.button--slate { background: var(--slate); color: #fff; }
.button--slate:hover { background: var(--signal); color: var(--slate-deep); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--slate); font-size: 16px; font-weight: 700; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translate(3px, -3px); }
.text-link--dark { margin-top: 1.3rem; color: var(--slate); }
.text-link--light { color: var(--slate); }

.section { padding: 96px 0; }
.section--paper { background: #fff; }
.section--slate { background: var(--paper-muted); color: var(--slate); }
.section-intro h2, .section-heading-row h2, .local-band h2, .cta-section h2, .safety-note h2 { margin-top: 1rem; }
.section-intro h2 { max-width: 11ch; }
.prose-block { max-width: 42rem; color: #687477; font-size: 17px; line-height: 1.75; }
.prose-block p + p { margin-top: 1.2rem; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.section-heading-row h2 { max-width: 12ch; }
.service-card { min-height: 20rem; padding: 1.8rem; border: 1px solid #e8e9e7; background: #fff; color: var(--slate); }
.service-card__top { display: flex; align-items: center; justify-content: space-between; }
.service-card__icon { display: inline-flex; color: var(--signal); }
.service-card__icon svg { width: 1.5rem; height: 1.5rem; }
.service-card__index { color: #7b8587; font: 600 14px/1 var(--body); letter-spacing: .1em; }
.service-card h3 { max-width: 11ch; margin-top: 3.5rem; }
.service-card p { margin-top: 1rem; color: #687477; font-size: 16px; line-height: 1.65; }
.service-card__note { display: block; margin-top: 1rem; padding-top: .8rem; border-top: 1px solid rgba(244,147,78,.5); color: #a55a2c; font-size: 14px; line-height: 1.4; }
.issue-list { border-top: 1px solid var(--line); }
.issue-list > div { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.issue-list span { color: var(--signal); font: 600 14px/1 var(--body); letter-spacing: .1em; }
.issue-list p { color: #687477; font-size: 16px; line-height: 1.55; }
.issue-list strong { color: var(--slate); font-weight: 700; }
.local-band, .cta-section { background: var(--slate-deep); color: #fff; }
.local-band h2, .cta-section h2 { max-width: 10ch; }
.local-band p:not(.eyebrow), .cta-section p:not(.eyebrow) { max-width: 39rem; margin-top: 1.4rem; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.local-band .button { margin-top: 1.8rem; }
.page-hero { background: var(--paper-muted); color: var(--slate); }
.page-hero__title { max-width: 13ch; color: var(--slate); }
.page-hero__copy { max-width: 40rem; margin-top: 1.6rem; color: #687477; font-size: 17px; line-height: 1.7; }
.safety-note { background: #eceeea; color: var(--slate); }
.safety-note svg { flex: 0 0 auto; width: 2rem; height: 2rem; color: var(--signal); }
.safety-note h2 { max-width: 18ch; }
.safety-note p { max-width: 44rem; margin-top: .8rem; color: #687477; line-height: 1.65; }
.cta-section h2 { max-width: 14ch; }
.cta-section--short h2 { max-width: 15ch; }
.about-block { min-height: 16rem; padding: 2rem; }
.about-block + .about-block { border-top: 1px solid rgba(247,244,237,.2); }
.about-block__mark { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; background: var(--signal); color: var(--slate-deep); font: 700 14px/1 var(--display); }
.about-block h2 { margin-top: 2rem; }
.about-block p { max-width: 20rem; margin-top: .85rem; color: #687477; font-size: 15px; line-height: 1.65; }
.contact-details { display: flex; flex-direction: column; gap: 2rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; }
.contact-detail__icon { display: inline-flex; padding-top: .15rem; color: var(--signal); }
.contact-detail .footer-label { color: #7b898d; }
.contact-detail__value { display: inline-block; margin-top: .45rem; color: var(--slate); font: 600 1.25rem/1.3 var(--display); }
.contact-detail a.contact-detail__value:hover { color: var(--signal); }
.contact-detail p:last-child { margin-top: .5rem; color: #66777c; font-size: 15px; line-height: 1.5; }
.contact-call { align-self: flex-start; margin-top: 1rem; }
.map-frame { min-height: 27rem; background: var(--paper-muted); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 27rem; border: 0; filter: grayscale(1) contrast(.9); }

.footer-map { position: relative; min-height: 18rem; background: var(--paper-muted); }
.footer-map iframe { display: block; width: 100%; height: 100%; min-height: 18rem; border: 0; filter: grayscale(1) contrast(.9); }
.footer-map__label { position: absolute; top: 1rem; left: 1rem; z-index: 1; padding: .45rem .6rem; background: var(--slate); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-shell { border-top: 1px solid var(--line); }
.form-grid { display: grid; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: .45rem; }
.form-field label { color: var(--slate); font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--slate); padding: .85rem .9rem; font: 400 16px/1.5 var(--body); }
.form-field textarea { min-height: 9rem; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--signal); outline: 3px solid rgba(244,147,78,.25); outline-offset: 0; }
.form-field [aria-invalid="true"] { border-color: var(--signal); }
.form-error { color: #9a4c22; font-size: 14px; line-height: 1.4; }
.form-notice { margin-bottom: 1.5rem; padding: 1rem; border-left: 3px solid var(--signal); background: var(--paper-muted); color: var(--slate); font-size: 14px; line-height: 1.6; }
.form-notice--success { border-left-color: var(--slate); }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form h2 { max-width: 12ch; margin-bottom: 1.6rem; }
.contact-form__intro { max-width: 33rem; margin-bottom: 2rem; color: #66777c; font-size: 16px; line-height: 1.65; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.js-enabled .reveal { opacity: 0; transform: translateY(1rem); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }

/* Rebuilt homepage: architectural editorial layout */
.site-container { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.reference-home { background: #fff; color: #20272b; }
.reference-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; color: rgba(255,255,255,.82); font: 600 14px/1.2 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.reference-kicker::before { display: block; width: 38px; height: 1px; background: currentColor; content: ''; }
.reference-kicker--dark { color: #a0a8aa; }
.reference-home h1, .reference-home h2, .reference-home h3 { letter-spacing: -.055em; }
.home-hero { position: relative; min-height: 700px; color: #fff; overflow: hidden; }
.home-hero__image, .home-hero__image::after { position: absolute; inset: 0; }
.home-hero__image::after { background: rgba(19,31,37,.36); content: ''; }
.home-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78); }
.home-hero__content { position: relative; z-index: 1; display: flex; min-height: 700px; flex-direction: column; justify-content: center; padding-top: 80px; padding-bottom: 80px; }
.home-hero h1 { max-width: 9ch; margin: 0; color: #fff; font-size: 72px; line-height: .98; text-shadow: 0 2px 20px rgba(0,0,0,.2); }
.home-hero__copy { max-width: 480px; margin: 28px 0 0; color: rgba(255,255,255,.9); font: 400 17px/1.7 var(--body); }
.reference-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.reference-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; font: 700 14px/1 var(--body); letter-spacing: .02em; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.reference-button--light { background: #fff; color: #20272b; }
.reference-button--light:hover { background: var(--signal); color: #20272b; }
.reference-button--outline { border-color: rgba(255,255,255,.7); color: #fff; }
.reference-button--outline:hover { border-color: var(--signal); background: var(--signal); color: #20272b; }
.reference-button--dark { background: #20272b; color: #fff; }
.reference-button--dark:hover { background: var(--signal); color: #20272b; }
.home-hero__index { display: flex; align-items: center; gap: 16px; margin-top: auto; padding-top: 90px; color: rgba(255,255,255,.72); font: 600 14px/1 var(--body); letter-spacing: .12em; }
.home-hero__index span:last-child { margin-left: auto; letter-spacing: .04em; text-transform: uppercase; }
.editorial-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; padding-top: 120px; padding-bottom: 120px; }
.editorial-section__copy { max-width: 430px; }
.editorial-section h2, .reference-heading h2, .story-section h2, .proof-section h2, .home-contact h2 { margin: 0; color: #20272b; font-size: 56px; line-height: 1.02; }
.editorial-section__copy > p:not(.reference-kicker) { margin-top: 22px; color: #6e797d; font: 400 16px/1.75 var(--body); }
.editorial-section__copy > p + p { margin-top: 14px; }
.reference-text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: #20272b; font: 700 14px/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.reference-text-link span { color: var(--signal); font-size: 18px; transition: transform .2s ease; }
.reference-text-link:hover span { transform: translateX(5px); }
.editorial-section__visual { position: relative; min-height: 390px; }
.editorial-section__visual img { display: block; width: 82%; height: 390px; margin-left: auto; object-fit: cover; }
.editorial-section__mark { position: absolute; right: -10px; bottom: 35px; display: grid; width: 74px; height: 74px; place-items: center; background: var(--signal); color: #fff; font-size: 40px; line-height: 1; }
.mosaic-section { padding-bottom: 120px; }
.reference-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.reference-heading__note { max-width: 330px; margin: 0; color: #7d878a; font: 400 15px/1.65 var(--body); }
.service-mosaic { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 250px 250px; gap: 4px; }
.service-tile { position: relative; min-height: 250px; overflow: hidden; color: #fff; }
.service-tile img, .service-tile__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-tile img { object-fit: cover; filter: saturate(.76); transition: transform .5s ease; }
.service-tile__shade { background: rgba(16,27,32,.26); }
.service-tile:hover img { transform: scale(1.04); }
.service-tile__content { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; flex-direction: column; gap: 9px; }
.service-tile__content strong { font: 600 20px/1.1 var(--display); }
.service-tile__content small { max-width: 250px; color: rgba(255,255,255,.86); font: 400 14px/1.45 var(--body); }
.service-tile--0 { grid-row: span 2; }
.portfolio-section { padding: 120px 0; background: #f6f6f4; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 18px; }
.portfolio-card { color: #20272b; }
.portfolio-card img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: cover; filter: saturate(.8); transition: filter .25s ease; }
.portfolio-card:hover img { filter: saturate(1); }
.portfolio-card span { display: flex; flex-direction: column; gap: 7px; padding-top: 14px; }
.portfolio-card strong { font: 600 16px/1.2 var(--display); }
.portfolio-card small { color: #929a9c; font: 400 14px/1.2 var(--body); }
.story-section { position: relative; min-height: 500px; overflow: hidden; color: #fff; }
.story-section__image, .story-section__image::after { position: absolute; inset: 0; }
.story-section__image::after { background: rgba(25,35,38,.45); content: ''; }
.story-section__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.62); }
.story-section__content { position: relative; z-index: 1; display: flex; min-height: 500px; flex-direction: column; justify-content: center; }
.story-section h2 { max-width: 500px; color: #fff; }
.story-section__content > p:not(.reference-kicker) { max-width: 460px; margin: 24px 0 0; color: rgba(255,255,255,.86); font: 400 17px/1.7 var(--body); }
.story-section .reference-button { align-self: flex-start; margin-top: 28px; }
.proof-section { padding-top: 120px; padding-bottom: 120px; }
.reference-heading--center { display: block; max-width: 560px; margin-right: auto; margin-left: auto; text-align: center; }
.reference-heading--center .reference-kicker { justify-content: center; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.proof-grid article { min-height: 210px; padding: 28px; border: 1px solid #e8e9e7; }
.proof-grid span { color: var(--signal); font: 700 14px/1 var(--body); letter-spacing: .12em; }
.proof-grid h3 { margin: 38px 0 12px; color: #20272b; font-size: 42px; line-height: 1; }
.proof-grid p { margin: 0; color: #727d80; font: 400 15px/1.65 var(--body); }
.stats-section { background: #202020; color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 64px; padding-bottom: 64px; }
.stats-grid div { display: flex; flex-direction: column; gap: 12px; border-left: 1px solid rgba(255,255,255,.22); padding-left: 22px; }
.stats-grid strong { font: 600 48px/1 var(--display); }
.stats-grid span { color: rgba(255,255,255,.62); font: 600 11px/1.4 var(--body); letter-spacing: .11em; text-transform: uppercase; }
.home-contact { padding-top: 120px; padding-bottom: 120px; text-align: center; }
.home-contact .reference-kicker { justify-content: center; }
.home-contact > p:not(.reference-kicker) { margin: 22px auto 0; color: #727d80; font: 400 17px/1.7 var(--body); }
.home-contact .reference-actions { justify-content: center; }

@media (min-width: 768px) {
    .section { padding: 80px 0; }
}
@media (min-width: 1024px) {
    .section { padding: 96px 0; }
    .about-block + .about-block { border-top: 0; border-left: 1px solid rgba(32,39,43,.15); }
}
@media (min-width: 640px) {
    .service-card { min-height: 22rem; padding: 2rem; }
}
@media (max-width: 900px) {
    .desktop-nav, .header-phone { display: none; }
    .mobile-menu-button { display: inline-flex; }
    .mobile-nav { display: flex; flex-direction: column; gap: .3rem; padding: 1rem 1.5rem 1.5rem; border-top: 1px solid var(--line); background: #fff; }
    .mobile-nav[hidden] { display: none; }
    .mobile-nav a { width: fit-content; font-size: 15px; font-weight: 600; }
    .mobile-nav__call { display: inline-flex; align-items: center; gap: .5rem; margin-top: .5rem; padding: .8rem 1rem; background: var(--signal); color: var(--slate-deep); }
    .section-heading-row { align-items: flex-start; flex-direction: column; }
    .section-heading-row .text-link { margin-top: .2rem; }
    .about-block { min-height: auto; padding: 1.5rem 0; }
    .site-container { width: min(100% - 40px, 720px); }
    .home-hero, .home-hero__content { min-height: 620px; }
    .editorial-section { grid-template-columns: 1fr; gap: 54px; padding-top: 88px; padding-bottom: 88px; }
    .editorial-section__visual img { width: 88%; }
    .mosaic-section, .portfolio-section, .proof-section, .home-contact { padding-bottom: 88px; }
    .portfolio-section, .proof-section, .home-contact { padding-top: 88px; }
}
@media (max-width: 640px) {
    .site-container { width: calc(100% - 32px); }
    .home-hero h1 { font-size: 72px; }
    .home-hero__copy { font-size: 16px; }
    .home-hero__index { padding-top: 60px; }
    .home-hero__index span:nth-child(2), .home-hero__index span:nth-child(3) { display: none; }
    .editorial-section__visual, .editorial-section__visual img { min-height: 280px; height: 280px; }
    .editorial-section h2, .reference-heading h2, .story-section h2, .proof-section h2, .home-contact h2 { font-size: 56px; }
    .service-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }
    .service-tile { min-height: 220px; }
    .service-tile--0 { grid-row: span 1; }
    .portfolio-grid, .proof-grid { grid-template-columns: 1fr; }
    .reference-heading { align-items: flex-start; flex-direction: column; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); padding-top: 44px; padding-bottom: 44px; }
    .stats-grid strong { font-size: 38px; }
    .stats-grid span { font-size: 14px; }
}
@media (max-width: 560px) {
    body h1 { font-size: 72px; }
    .brand-mark { min-width: auto; }
    .brand-logo { width: 7.5rem; height: 2.8rem; }
    .hero-photo, .hero-photo img { min-height: 22rem; }
    .section { padding: 64px 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
/* Shared secondary-page surfaces */
.site-footer { background: #202020; color: #fff; }
.site-footer .text-paper\/70 { color: rgba(255,255,255,.7); }
.footer-nav { display: flex; flex-direction: column; gap: .6rem; margin-top: 1.1rem; color: rgba(255,255,255,.7); font-size: 15px; }
.footer-nav a:hover, .site-footer address a:hover { color: var(--signal); }
.service-photo-band { padding: 80px 0; background: #f6f6f4; }
.service-photo-band > div { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 64px; }
.service-photo-band__caption { max-width: 22rem; padding-bottom: .6rem; color: var(--slate); font: 600 24px/1.15 var(--display); }
.image-story { border-top: 1px solid var(--line); background: #fff; }
.image-frame { position: relative; min-height: 22rem; overflow: hidden; background: var(--paper-muted); }
.image-frame img { display: block; width: 100%; height: 100%; min-height: 22rem; object-fit: cover; }
.image-frame--wide, .image-frame--wide img { min-height: 24rem; }
.page-hero > div, .service-photo-band > div, .safety-note > div, .cta-section > div { max-width: 1180px; }
.safety-note > div { padding-top: 56px; padding-bottom: 56px; }
.cta-section > div { padding-top: 80px; padding-bottom: 80px; }
@media (max-width: 900px) {
    .service-photo-band > div { grid-template-columns: 1fr; gap: 24px; }
    .service-photo-band__caption { max-width: 32rem; }
}
/* About, Services, and Contact reference layouts */
.reference-page { background: #fff; color: var(--slate); }
.reference-page-hero { position: relative; min-height: 560px; overflow: hidden; color: #fff; }
.reference-page-hero__image, .reference-page-hero__image::after { position: absolute; inset: 0; }
.reference-page-hero__image::after { background: rgba(25,34,38,.38); content: ''; }
.reference-page-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.74); }
.reference-page-hero__content { position: relative; z-index: 1; display: flex; min-height: 560px; flex-direction: column; justify-content: center; }
.reference-page-hero__content h1 { max-width: 12ch; margin: 0; color: #fff; line-height: .98; text-shadow: 0 2px 20px rgba(0,0,0,.18); }
.reference-page-hero__content .reference-button { align-self: flex-start; margin-top: 30px; }
.about-intro, .services-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; padding-top: 110px; padding-bottom: 110px; }
.about-intro__copy, .services-intro > div:first-child { max-width: 460px; }
.about-intro h2, .services-intro h2, .about-detail h2, .service-list-section h2, .services-cta h2, .contact-form-note h2 { margin: 0; color: var(--slate); font-size: 56px; line-height: 1.02; }
.about-intro__copy > p:not(.reference-kicker), .services-intro > div:first-child > p:not(.reference-kicker) { margin-top: 22px; color: #6e797d; font: 400 16px/1.75 var(--body); }
.about-intro__visual { position: relative; }
.about-intro__visual img { display: block; width: 100%; height: 390px; object-fit: cover; }
.about-intro__caption { display: block; margin-top: 14px; color: #7d878a; font: 400 14px/1.3 var(--body); text-align: right; }
.about-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-bottom: 110px; }
.about-detail__copy { max-width: 460px; color: #6e797d; font: 400 16px/1.75 var(--body); }
.about-detail__copy p + p { margin-top: 20px; }
.about-detail__note { display: flex; align-items: flex-start; gap: 22px; padding-top: 8px; border-top: 1px solid var(--line); }
.about-detail__mark { color: var(--signal); font: 400 48px/1 var(--display); }
.about-detail__note p { max-width: 360px; color: #6e797d; font: 400 16px/1.75 var(--body); }
.about-values { padding: 110px 0; background: #f6f6f4; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.about-value-grid article { min-height: 220px; padding: 30px; background: #fff; border: 1px solid #e9eae8; }
.about-value-grid span { color: var(--signal); font: 700 14px/1 var(--body); letter-spacing: .1em; }
.about-value-grid h3 { margin: 46px 0 12px; color: var(--slate); font-size: 42px; line-height: 1; }
.about-value-grid p { color: #727d80; font: 400 15px/1.65 var(--body); }
.about-work, .about-testimonials { padding-top: 110px; padding-bottom: 110px; }
.about-work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; }
.about-work-grid img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.82); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.testimonial-grid article { min-height: 170px; padding: 28px; border: 1px solid #e9eae8; }
.testimonial-grid strong { display: block; color: var(--slate); font: 600 18px/1.2 var(--display); }
.testimonial-grid p { margin-top: 18px; color: #727d80; font: 400 15px/1.65 var(--body); }
.services-intro__visual { position: relative; }
.services-intro__visual img { display: block; width: 100%; height: 390px; object-fit: cover; }
.services-intro__visual > span { position: absolute; right: 0; bottom: -18px; display: block; padding: 15px 18px; background: var(--signal); color: var(--slate); font: 600 42px/1 var(--display); text-align: right; }
.services-intro__visual small { display: block; margin-top: 6px; font: 600 12px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.service-categories { padding: 4px 0; background: var(--paper-muted); }
.service-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.service-category-grid article { position: relative; min-height: 250px; overflow: hidden; color: #fff; }
.service-category-grid img { display: block; width: 100%; height: 250px; object-fit: cover; filter: saturate(.72); }
.service-category-grid article::after { position: absolute; inset: 0; background: rgba(20,31,35,.28); content: ''; }
.service-category-grid strong { position: absolute; z-index: 1; bottom: 22px; left: 22px; font: 600 28px/1 var(--display); }
.service-list-section { padding-top: 110px; padding-bottom: 110px; }
.service-list-grid { border-top: 1px solid var(--line); }
.service-list-item { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-list-item > span { color: var(--signal); font: 700 14px/1 var(--body); letter-spacing: .1em; }
.service-list-item h3 { margin: 0; color: var(--slate); font-size: 42px; line-height: 1.05; }
.service-list-item p { max-width: 620px; margin-top: 10px; color: #727d80; font: 400 16px/1.65 var(--body); }
.service-list-item small { display: block; margin-top: 10px; color: #a55a2c; font-size: 14px; }
.services-story { position: relative; min-height: 520px; overflow: hidden; color: #fff; }
.services-story__image, .services-story__image::after { position: absolute; inset: 0; }
.services-story__image::after { background: rgba(25,35,38,.45); content: ''; }
.services-story__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }
.services-story__content { position: relative; z-index: 1; display: flex; min-height: 520px; flex-direction: column; justify-content: center; }
.services-story h2 { max-width: 600px; margin: 0; color: #fff; font-size: 56px; line-height: 1.02; }
.services-story__content > p:not(.reference-kicker) { max-width: 480px; margin-top: 24px; color: rgba(255,255,255,.86); font: 400 17px/1.7 var(--body); }
.services-story .reference-button { align-self: flex-start; margin-top: 28px; }
.services-cta { padding-top: 110px; padding-bottom: 110px; text-align: center; }
.services-cta .reference-kicker { justify-content: center; }
.services-cta > p:not(.reference-kicker) { margin: 22px auto 0; color: #727d80; font: 400 17px/1.7 var(--body); }
.services-cta .reference-actions { justify-content: center; }
.contact-details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding-top: 110px; padding-bottom: 110px; }
.contact-details-grid article { min-height: 210px; }
.contact-details-grid h2 { margin: 0; color: var(--slate); font-size: 56px; line-height: 1.02; }
.contact-details-grid article > span { display: block; width: 62px; height: 1px; margin: 22px 0; background: var(--line); }
.contact-details-grid p, .contact-details-grid address { max-width: 260px; color: #727d80; font: 400 16px/1.7 var(--body); }
.contact-details-grid a { display: inline-block; margin-top: 20px; color: var(--slate); font: 600 15px/1.3 var(--body); }
.contact-details-grid a:hover { color: var(--signal); }
.contact-form-section { padding: 110px 0; background: #f6f6f4; }
.contact-form-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.contact-form-note { max-width: 440px; }
.contact-form-note > p:not(.reference-kicker) { margin-top: 22px; color: #727d80; font: 400 16px/1.7 var(--body); }
.contact-form-note__email { padding-top: 22px; border-top: 1px solid var(--line); }
.contact-form-note__email a, .form-contact-email a { color: var(--slate); font-weight: 700; }
.contact-form-note__email a:hover, .form-contact-email a:hover { color: var(--signal); }
.form-contact-email { margin-top: 24px; color: #727d80; font: 400 15px/1.5 var(--body); }
.contact-form-section .form-shell { border-top: 0; }
.contact-form-section .button { margin-top: 24px; }
.reference-actions > *, .hero-actions > * { vertical-align: middle; }
@media (max-width: 900px) {
    .about-intro, .services-intro, .about-detail, .contact-form-layout { grid-template-columns: 1fr; gap: 54px; padding-top: 88px; padding-bottom: 88px; }
    .about-values, .about-work, .about-testimonials, .service-list-section, .services-cta, .contact-details-grid, .contact-form-section { padding-top: 88px; padding-bottom: 88px; }
    .about-value-grid, .testimonial-grid { grid-template-columns: 1fr; }
    .about-work-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-details-grid { grid-template-columns: 1fr; gap: 0; }
    .contact-details-grid article { min-height: auto; padding: 28px 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 640px) {
    .reference-page-hero, .reference-page-hero__content { min-height: 540px; }
    .reference-page-hero__content h1 { font-size: 72px; }
    .about-intro h2, .services-intro h2, .about-detail h2, .service-list-section h2, .services-cta h2, .contact-form-note h2 { font-size: 56px; }
    .about-intro__visual img, .services-intro__visual img { height: 280px; }
    .service-category-grid { grid-template-columns: 1fr; }
    .service-category-grid article, .service-category-grid img { min-height: 200px; height: 200px; }
    .service-list-item { grid-template-columns: 44px 1fr; gap: 14px; }
    .service-list-item h3 { font-size: 42px; }
    .about-work-grid { gap: 10px; }
    .contact-form-layout { gap: 44px; }
}
/* Grid and inline-action corrections */
.reference-actions { align-items: center; }
.reference-actions .reference-text-link { margin-top: 0; }
.reference-actions .reference-button { align-self: center; }
.service-mosaic, .portfolio-grid, .service-list-grid { width: 100%; min-width: 0; }
.service-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.portfolio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.service-list-item { display: block; min-width: 0; min-height: 280px; padding: 30px; border: 0; background: #fff; }
.service-list-item > span { display: block; margin-bottom: 34px; }
@media (max-width: 640px) {
    .service-mosaic, .portfolio-grid, .service-list-grid { grid-template-columns: minmax(0, 1fr); }
    .service-list-item { min-height: auto; }
}