/* White and navy carry the latest logo; crimson is a restrained accent. */
:root {
  color-scheme: light;
  --ink: #011c5a;
  --muted: #43536b;
  --paper: #ffffff;
  --red: #9f2432;
  --red-hover: #821b27;
  --line: #d6dfec;
  --sage: #f4f7fc;
  --heading: 'Arial Black', 'Segoe UI', Arial, sans-serif;
  --serif: var(--heading);
  --blue: #17457d;
  --navy-deep: #071a3b;
}

body { background: var(--paper); }
::selection { background: #cfe0f8; color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.button:focus-visible { outline: 3px solid var(--blue); box-shadow: 0 0 0 2px #fff; }
.issue-links a:focus-visible, .quick-urgent a:focus-visible,
.quick-start .button:focus-visible, .coverage-panel a:focus-visible,
.detail-call a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
h1, h2, h3, legend, .request-success h3,
.pillar-heading h3, .area-card h3, .detail-call h3 {
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: -.035em;
}
h2 { line-height: 1.2; }
.eyebrow, .hero .eyebrow { color: var(--blue); font-weight: 750; }
.short-line { height: 3px; width: 30px; }

/* White surroundings let the complete original artwork sit naturally. */
.preview-bar { background: var(--navy-deep); color: #edf3fd; }
.preview-bar i { background: #fff; border-radius: 0; }
.preview-bar a { border-color: #9caec8; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.site-header::after {
  content: ''; position: absolute; bottom: -1px; left: 0;
  height: 2px; width: 16%; background: var(--red);
}
.site-header .nav-wrap { min-height: 184px; gap: 24px; }
.brand.brand-brick { width: 288px; min-height: 0; padding: 6px 0; }
.brand-brick .logo-art { border-radius: 0; }
.site-header nav { font-weight: 700; }
.site-header nav>a[aria-current=page]:not(.button) { text-decoration-thickness: 2px; }
.service-menu>summary { font-weight: 700; }
.service-menu-panel { border-color: var(--line); border-top: 3px solid var(--ink); box-shadow: 0 12px 30px #011c5a14; }
.service-menu-panel a[aria-current=page]:hover,
.service-menu-panel a[aria-current=page]:focus-visible { background: var(--blue); color: #fff; }
.menu-toggle { border: 1px solid var(--line); padding: 10px 13px; border-radius: 3px; }

.button {
  background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 5px;
  box-shadow: none; font-weight: 700;
}
.button:hover { background: var(--blue); border-color: var(--blue); }
.hero-actions .button { background: var(--red); border-color: var(--red); }
.hero-actions .button:hover { background: var(--red-hover); border-color: var(--red-hover); }
.button-outline { border: 2px solid var(--ink); color: var(--ink); border-radius: 5px; background: #fff; }
.button-outline:hover { background: var(--sage); }
.underlined { border-color: #8d9fb9; text-decoration-thickness: 2px; }
.hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.875rem);
  font-weight: 850; letter-spacing: -.045em; line-height: 1.1;
}
.hero h1 em { color: var(--blue); font-weight: inherit; }
.hero-description { line-height: 1.75; }
.hero-services { gap: 8px 0; font-weight: 750; }
.hero-services a { border: 0; padding: 0 16px; border-right: 2px solid var(--line); }
.hero-services a:first-child { padding-left: 0; }
.hero-services a:last-child { border-right: 0; }
.hero-proof { border-left-color: var(--red); }
.hero-proof p { font-family: var(--sans); font-weight: 600; }

/* Straight frames and restrained depth echo the solid brick lettering. */
.hero-visual { padding-left: 0; min-width: 0; }
.hero-photo {
  border-radius: 5px; border: 6px solid #fff;
  outline: 1px solid var(--line); box-shadow: 10px 10px 0 #e8eef8;
}
.hero-inset {
  transform: none; background: #fff; border-top: 3px solid var(--ink);
  box-shadow: 0 10px 28px #08265026; bottom: -18px;
}
.hero-inset strong { font-weight: 750; }
.hero-inset span { color: var(--muted); }
.location-tag {
  background: #fff; color: var(--ink); font-weight: 700;
  border-left: 3px solid var(--red); box-shadow: 0 4px 16px #011c5a14;
}
.photo-caption {
  left: 6px; right: 6px; bottom: 6px; border-radius: 0;
  background: #071a3b;
}

.quick-start { background: var(--ink); border-top: 3px solid var(--red); border-radius: 6px; }
.quick-start h2 { letter-spacing: -.025em; }
.quick-start .eyebrow { color: #fff; }
.quick-start p { color: #d8e4f5; }
.quick-start .quick-urgent { border-color: #49668e; }
.issue-links a { background: #ffffff08; border-color: #6f8cad; font-weight: 650; }
.issue-links a:hover { background: var(--blue); border-color: #a8c5e9; }
.issue-links svg { color: #fff; }
.quick-start .button, .detail-call .button, .coverage-panel .button {
  background: #fff; border-color: #fff; color: var(--ink);
}
.quick-start .button:hover, .detail-call .button:hover, .coverage-panel .button:hover {
  background: #e8eef8; border-color: #e8eef8;
}
.services-block { padding-top: 40px; padding-bottom: 55px; }
.services-heading h2 { font-weight: 800; }
.pillar-card { background: #fff; border-color: var(--line); box-shadow: 0 5px 0 #0826500c; }
.pillar-photo { border-bottom: 2px solid var(--line); }
.pillar-content { padding-top: 25px; }
.pillar-heading h3 { font-size: 1.875rem; font-weight: 800; letter-spacing: -.03em; }
.pillar-heading svg { color: var(--blue); stroke-width: 2; }
.pillar-action { color: var(--ink); }
.service-detail-link:hover { color: var(--red-hover); }
.service-bottom>span a { border-color: #9aaac1; }
.work-section, .detail-body { background: var(--sage); border-block: 1px solid var(--line); }
.home-project-image { border: 5px solid #fff; border-radius: 4px; box-shadow: 0 6px 0 #08265014; }
.home-project-image>span { background: var(--ink); }
.home-review, .reviews-block { border-color: var(--line); }
.home-review blockquote { font-family: var(--sans); font-weight: 600; }
.project-image { border-radius: 4px; border-bottom: 4px solid var(--ink); }
.project-pill, .expand { background: #fff; color: var(--ink); }
.project-copy strong { font-weight: 750; letter-spacing: -.025em; }
.review-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue); }
.review-card blockquote { font-family: var(--sans); font-weight: 700; }
.quote-mark { color: var(--red); }
.avatar { background: #e5edf9; color: var(--ink); }
.review-person svg { color: var(--blue); }

/* Give recommendations a comfortable reading width, especially on iPad. */
.reviews-heading {
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: start; gap: 24px 48px; margin-bottom: 36px;
}
.reviews-heading > * { min-width: 0; }
.reviews-heading > p { max-width: 42ch; margin: 0; line-height: 1.75; }
.reviews-heading a { display: inline-block; margin-top: 12px; line-height: 1.65; }
.reviews-page .reviews-heading h2 { line-height: 1.3; letter-spacing: -.02em; }
.review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
.review-card { min-width: 0; padding: 32px; }
.quote-mark { flex: 0 0 auto; height: auto; font-size: 2.5rem; line-height: 1; }
.reviews-page .review-card blockquote {
  flex: 0 0 auto; min-height: 0; margin: 12px 0 24px;
  font-size: 1.3125rem; line-height: 1.65; letter-spacing: normal; overflow-wrap: break-word;
}
.review-summary { flex: 1 0 auto; margin: 0 0 28px; font-size: 1rem; line-height: 1.8; }
.review-summary > span { margin-bottom: 8px; line-height: 1.6; }
.review-person { display: grid; grid-template-columns: 36px minmax(0, 1fr) 18px; gap: 12px; align-items: start; }
.review-person p { min-width: 0; font-size: 1rem; line-height: 1.65; }
.review-person strong { font-size: 1rem; margin-bottom: 4px; line-height: 1.6; }
.review-person p > span { display: block; font-size: .875rem; line-height: 1.7; }
.review-person svg { display: block; margin: 6px 0 0; }
.review-source { margin-top: 22px; padding-top: 16px; font-size: 1rem; line-height: 1.6; }
.review-source > span { flex-shrink: 0; }
.home-review blockquote { line-height: 1.7; letter-spacing: normal; margin-bottom: 18px; }
.home-review p { line-height: 1.75; margin-bottom: 12px; }
@media (max-width: 1399px) {
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .reviews-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .reviews-heading > p { max-width: 60ch; }
  .reviews-heading, .review-grid { max-width: 48rem; margin-inline: auto; }
  .review-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}
@media (max-width: 560px) {
  .review-card { padding: 24px; }
  .reviews-page .review-card blockquote { font-size: 1.25rem; }
  .reviews-page .reviews-heading h2 { font-size: 1.875rem; }
}
.area-card { border-color: var(--line); border-left-color: var(--red); box-shadow: 5px 5px 0 var(--sage); }
.coverage-panel { background: var(--ink); border-top: 4px solid var(--red); }
.coverage-panel p { color: #e0e9f7; }
.city-list li { border-color: #6f8cad; }
.detail-hero img { border-radius: 5px; border-bottom: 3px solid var(--ink); box-shadow: 8px 8px 0 #e8eef8; }
.detail-cards article { background: #fff; border-color: var(--line); border-top: 3px solid var(--ink); }
.detail-call { background: var(--ink); border-top: 4px solid var(--red); }
.detail-call p { color: #dce7f7; }
.related-services, .related-services>a { border-color: #acbbd0; }
.related-services>a:hover { background: #fff; }
.service-next { border-color: var(--line); border-top-color: var(--red); background: #fff; }
.page-close { border-top: 4px solid var(--ink); }

/* Carry the same identity into the existing four-step request. */
.request-panel { background: #fff; border-color: var(--line); border-top: 4px solid var(--ink); box-shadow: 7px 7px 0 var(--sage); }
.preview-chip { background: #edf2fa; color: var(--ink); }
.stepper::before { background: var(--line); }
.stepper li { color: var(--muted); background: #fff; }
.stepper li span, .stepper li>span { background: #fff; border-color: #91a3bd; }
.stepper li[aria-current] span { color: #fff; background: var(--ink); border-color: var(--ink); }
.stepper li.complete span { background: #dfebfa; color: var(--ink); border-color: #a5bad6; }
.choice:hover { background: var(--sage); }
.choice:has(input:checked) { background: #e8f0fc; border-color: var(--blue); }
.choice>svg, .choice b { color: var(--blue); }
.service-tip, .request-panel .service-tip { background: var(--sage); border-color: var(--blue); }
input:not([type=radio]):not([type=checkbox]), textarea, select { border-color: #72829b; }
input::placeholder, textarea::placeholder { color: #526179; opacity: 1; }
.request-summary { background: var(--sage); }
.request-summary>div { border-color: var(--line); }
.request-summary dt { color: var(--muted); font-size: .875rem; }
.request-context, .urgent-note, .request-fallback { background: #fff1f1; border-color: var(--red); }
.request-summary, .form-footnote, .input-hint { color: var(--muted); }
.review-edits button { border-color: #91a3bd; }
.process-list>div>span { border-color: #94a4ba; }
.success-icon { background: #dfebfa; color: var(--ink); }
.faq-list details[open] summary { color: var(--blue); }

/* A white footer removes the isolated white rectangle around the logo. */
footer { background: #fff; color: var(--ink); border-top: 3px solid var(--ink); position: relative; }
footer::before { content: ''; position: absolute; height: 3px; background: var(--red); top: -3px; left: 0; width: 16%; }
.footer-main .brand.brand-brick { width: 340px; }
.footer-main>p { color: var(--ink); font-weight: 750; }
.footer-main>p>span { color: var(--muted); font-weight: 400; }
.footer-main>a:last-child { color: var(--red); border-color: var(--red); font-weight: 750; }
.footer-service-links { border-top: 1px solid var(--line); padding-top: 20px; }
.footer-service-links a { color: var(--ink); }
.footer-service-links a:hover { color: var(--red); }
.footer-bottom { border-color: var(--line); color: var(--muted); }
.footer-bottom p { color: var(--muted); }
.mobile-cta { background: #fff; border-color: var(--line); box-shadow: 0 -5px 25px #08265012; }
.gallery-switch button { border-color: #91a3bd; }
.gallery-switch button[aria-pressed=true] { background: var(--ink); border-color: var(--ink); }
html { scroll-padding-top: 206px; }
.site-header nav, .service-menu>summary { font-size: .875rem; }
.brand-brick .logo-art { aspect-ratio: 1536 / 913; }
.preview-bar { font-size: .75rem; }
.breadcrumbs, .footer-service-links a { color: var(--muted); }
.breadcrumbs a:hover, .footer-service-links a:hover { color: var(--red); }
.form-error { color: #821b27; background: #fff1f1; }

@media (min-width: 1151px) and (max-width: 1270px) {
  .brand.brand-brick { width: 250px; }
  .site-header .nav-wrap { gap: 14px; }
}
@media (max-width: 1150px) {
  .site-header .nav-wrap { min-height: 158px; }
  .brand.brand-brick { width: 246px; }
  .site-header nav { max-height: calc(100dvh - 160px); background: #fff; }
  .stepper li { background: none; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 166px; }
  .site-header .nav-wrap { min-height: 146px; }
  .brand.brand-brick { width: 224px; padding-block: 5px; }
  .site-header nav { max-height: calc(100dvh - 150px); }
  .hero h1 { font-size: clamp(2.5rem, 7.2vw, 3.875rem); }
  .hero-visual { margin-left: 0; width: calc(100% - 10px); }
  .hero-photo { box-shadow: 8px 8px 0 #e8eef8; border-radius: 4px; }
  .hero-inset { bottom: -15px; }
  .pillar-photo { border-bottom: 0; border-right: 2px solid var(--line); }
  .footer-main .brand.brand-brick { width: 300px; }
}
@media (max-width: 560px) {
  .site-header .nav-wrap { gap: 12px; }
  .menu-toggle { font-size: .875rem; gap: 6px; padding-inline: 8px; min-width: 72px; }
  .hero h1 { font-size: clamp(2.25rem, 9.4vw, 3.25rem); line-height: 1.12; }
  .hero-visual { margin-left: 0; }
  .hero-services a { padding-inline: 12px; }
  .hero-services a:first-child { padding-left: 0; }
  .hero-photo { border-width: 4px; }
  .hero-inset { left: 8px; width: 150px; }
  .hero-inset span { font-size: .75rem; }
  .photo-caption { left: 4px; right: 4px; bottom: 4px; padding-left: 161px; font-size: .75rem; }
  .location-tag { max-width: calc(100% - 24px); right: 12px; }
  .pillar-photo { border-right: 0; border-bottom: 2px solid var(--line); }
  .request-panel { box-shadow: 4px 4px 0 var(--sage); }
  .detail-hero img { box-shadow: 5px 5px 0 #e8eef8; }
  .footer-main { flex-direction: column; align-items: flex-start; }
  .footer-main .brand.brand-brick { max-width: 100%; width: 300px; }
}
@media (max-width: 360px) {
  .brand.brand-brick { width: 196px; }
  .site-header .nav-wrap { min-height: 128px; gap: 10px; }
  html { scroll-padding-top: 150px; }
  .menu-toggle { min-width: 72px; padding-inline: 10px; }
  .hero-services a { padding-inline: 10px; }
}

/* Usability review: preserve the design while allowing text and controls to reflow. */
body { font-size: 1rem; }
h1, h2, h3, legend { overflow-wrap: anywhere; }
.hero > *, .request-layout > *, .coverage-layout > *, .detail-hero > *,
.home-proof-grid > *, .prepare-grid > *, .page-close > *,
.service-next > *, .field-row > *, .request-summary > div > * { min-width: 0; }
.site-header .brand-brick { flex-shrink: 1; min-width: 0; }
.site-header nav { min-width: 0; flex-wrap: wrap; }
.site-header .nav-phone { white-space: normal; overflow-wrap: anywhere; }
.menu-toggle { flex-shrink: 0; }
.pillar-heading { flex-wrap: wrap; gap: 8px 12px; }
.pillar-heading h3 { min-width: 0; }
.hero-actions, .form-top, .form-actions { flex-wrap: wrap; }
.choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice { border-color: #72829b; min-width: 0; }
.request-panel, .pillar-card, .faq-list details { scroll-margin-top: 0; }
legend { font-size: 1.5rem; }
.request-success > p:not(.eyebrow) { font-size: 1rem; }
.clear-button { min-height: 44px; }
.request-summary dt { overflow-wrap: anywhere; }
.gallery-switch { flex-wrap: wrap; }
#gallery-description a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1150px) {
  .site-header nav { max-height: calc(100dvh - 204px); flex-wrap: nowrap; }
  .site-header:not(.navigation-ready) { position: relative; }
  .site-header:not(.navigation-ready) .nav-wrap { flex-wrap: wrap; }
  .site-header:not(.navigation-ready) .menu-toggle { display: none; }
  .site-header:not(.navigation-ready) nav {
    display: flex; position: static; flex-basis: 100%; max-height: none;
    overflow: visible; padding-inline: 0; box-shadow: none;
  }
}
@media (max-width: 800px) {
  .site-header nav { max-height: calc(100dvh - 194px); }
  .form-actions .button { min-width: 0; }
}
@media (max-width: 560px) {
  html { scroll-padding-bottom: calc(7rem + env(safe-area-inset-bottom)); }
  footer { padding-bottom: calc(8rem + env(safe-area-inset-bottom)); }
  .mobile-cta { flex-wrap: wrap; }
  .mobile-cta > a:first-child { flex: 0 0 auto; }
  .mobile-cta > .button { flex: 1 1 11rem; min-width: 0; padding-inline: 12px; }
  .stepper { gap: 4px; }
  .stepper li { min-width: 0; overflow-wrap: anywhere; }
}
@media (max-width: 360px) {
  .site-header nav { max-height: calc(100dvh - 176px); }
}
/* A tall sticky header must not monopolize a phone in landscape or at high zoom. */
@media (max-height: 600px) and (max-width: 1150px) {
  .site-header { position: relative; }
  html { scroll-padding-top: 20px; }
}

/* Local coverage and contact links: generous touch targets and readable ZIPs. */
.coverage-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 24px 0; color: #fff; font-size: 1.0625rem; line-height: 1.8; }
.coverage-table caption { caption-side: top; text-align: left; font-size: .875rem; color: #e0e9f7; padding-bottom: 14px; }
.coverage-table th, .coverage-table td { text-align: left; vertical-align: top; padding: 16px 12px; border-bottom: 1px solid #6f8cad; overflow-wrap: anywhere; }
.coverage-table th:first-child { width: 53%; padding-left: 0; }
.coverage-table thead th { font-size: .875rem; letter-spacing: .02em; }
.coverage-table tbody th { font-weight: 700; }
.coverage-table tr { scroll-margin-top: 13rem; }
.zip-code { display: inline-block; white-space: nowrap; font-variant-numeric: tabular-nums; }
.coverage-panel .coverage-note { font-size: .9375rem; line-height: 1.8; padding-bottom: 20px; border-bottom: 1px solid #6f8cad; }
.postal-source { padding-bottom: 30px; }
.postal-source p { font-size: .875rem; max-width: 80ch; }
.postal-source a, #zip-help a, .footer-main p a { text-decoration: underline; text-underline-offset: 4px; }
.footer-profile-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 28px; padding-block: 18px 0; }
.footer-profile-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; max-width: 100%; padding-block: 8px; font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.footer-profile-links a:hover { color: var(--red); }
.direct-contact-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin: 24px 0; }
.direct-contact-links > a { min-height: 48px; display: inline-flex; align-items: center; }
.reviews-heading a { min-height: 48px; padding-block: 8px; text-decoration: underline; text-underline-offset: 4px; }
.review-source { flex-wrap: wrap; }
.input-hint { line-height: 1.65; }
@media (max-width: 560px) {
  .coverage-table { font-size: 1rem; }
  .coverage-table th, .coverage-table td { padding-block: 16px; padding-right: 0; }
  .coverage-table th:first-child { width: 55%; padding-right: 12px; }
  .coverage-table tr { scroll-margin-top: 10.5rem; }
  .footer-profile-links { gap: 4px 20px; }
  .direct-contact-links { flex-direction: column; align-items: stretch; }
}
@media (max-height: 600px) and (max-width: 1150px) {
  .coverage-table tr { scroll-margin-top: 20px; }
}

/* September 14 project photography: preserve the full installations. */
.job-hero .hero-photo { height: auto; aspect-ratio: 1125 / 844; object-fit: contain; background: #f4f7fc; }
.job-hero .photo-caption { position: static; padding: 12px 16px; margin-top: 12px; font-size: .875rem; line-height: 1.5; letter-spacing: .01em; text-align: left; border-radius: 4px; }
.job-hero .hero-inset { position: static; display: flex; align-items: center; gap: 16px; width: 100%; margin-top: 16px; padding: 12px; border: 1px solid var(--line); border-left: 4px solid var(--red); box-shadow: 0 5px 18px #011c5a0d; }
.job-hero .hero-inset img { width: 96px; height: 126px; flex-shrink: 0; object-fit: contain; background: #f4f7fc; }
.job-hero .hero-inset > div { padding: 0; min-width: 0; }
.job-hero .hero-inset span { font-size: .875rem; letter-spacing: .04em; }
.job-hero .hero-inset strong { display: block; font-size: 1rem; line-height: 1.5; margin-bottom: 8px; }
.job-hero .hero-inset a { font-size: .875rem; }
.job-hero .location-tag { position: static; width: fit-content; margin-top: 14px; padding: 8px 12px; font-size: .875rem; }
.home-project-image > img { height: auto; max-height: 560px; aspect-ratio: 3 / 4; object-fit: contain; background: #071a3b; }
.custom-plumbing-photo img { height: auto; max-height: 580px; width: 100%; object-fit: contain; background: #f4f7fc; }
.custom-plumbing-photo figcaption { padding-top: 16px; font-size: .875rem; }
.custom-projects { scroll-margin-top: 180px; margin-bottom: 52px; }
.custom-projects > p:not(.eyebrow) { max-width: 680px; margin-top: 18px; }
.custom-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 28px; }
.custom-project-grid .project-image { background: #071a3b; }
.custom-project-grid .project-image > img { height: clamp(340px, 48vw, 610px); object-fit: contain; }
.projects-page .project-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 5px 18px #011c5a0a; align-self: start; }
.projects-page .project-card:hover { border-color: var(--blue); box-shadow: 0 8px 24px #011c5a18; }
.projects-page .project-card:hover img { transform: none; }
.projects-page .project-card:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.projects-page .project-image { border-radius: 0; }
.projects-page .project-grid .project-image > img { height: auto; aspect-ratio: 3 / 4; object-fit: contain; background: #e8eef8; }
.projects-page .project-copy { padding: 20px; margin-top: 0; gap: 12px; }
.projects-page .project-copy strong { font-size: 1.25rem; line-height: 1.4; }
.projects-page .project-copy small { font-size: .875rem; line-height: 1.5; }
.projects-page .project-number { font-size: .875rem; }
.gallery-section-title { font-size: 1.75rem; margin-bottom: 24px; }
#gallery-description { font-size: 1rem; line-height: 1.6; }
@media (max-width: 1000px) {
  .projects-page .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .job-hero .hero-inset { gap: 12px; padding: 10px; }
  .job-hero .hero-inset img { width: 80px; height: 106px; }
  .custom-project-grid, .projects-page .project-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .custom-project-grid .project-image > img { height: auto; aspect-ratio: 3 / 4; }
  .custom-projects { scroll-margin-top: 130px; }
}

/* Business identity and service-area copy: readable at phone and tablet widths. */
.footer-main > p { font-size: 1rem; line-height: 1.7; min-width: 0; }
.footer-main > p > span { font-size: .9375rem; line-height: 1.8; }
.footer-coverage-link { display: inline-block; min-height: 44px; padding-block: 8px; max-width: 100%; overflow-wrap: anywhere; }
.business-description p { font-size: 1rem; line-height: 1.8; max-width: 65ch; margin-block: 0 20px; }
.job-hero .location-tag { align-items: flex-start; max-width: 100%; line-height: 1.6; }
.job-hero .location-tag svg { flex-shrink: 0; margin-top: 3px; }

/* Owner portrait alongside the existing family-business introduction. */
.owner-local-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  grid-template-areas: "portrait introduction" "portrait coverage";
  gap: 28px 48px;
  align-items: start;
}
.owner-portrait {
  grid-area: portrait;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #011c5a;
}
.owner-portrait > img { display: block; width: 100%; height: auto; object-fit: contain; }
.owner-photo-scene { position: relative; width: 100%; overflow: hidden; background: #071a3b; }
.owner-repair-photo { display: block; width: 100%; height: auto; object-fit: contain; }
.owner-photo-inset {
  position: absolute;
  right: 4%;
  bottom: 3%;
  width: 32%;
  min-width: 88px;
  max-width: 170px;
  overflow: hidden;
  border: 4px solid #ffffff;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 6px 22px #011c5a45;
}
.owner-photo-inset > img { display: block; width: 100%; height: auto; object-fit: contain; }
.owner-portrait figcaption { padding: 18px 22px; color: #ffffff; line-height: 1.6; }
.owner-portrait figcaption strong { display: block; font-size: 1.25rem; }
.owner-portrait figcaption span { display: block; font-size: 1rem; }
.owner-introduction { grid-area: introduction; min-width: 0; }
.owner-local-grid > .area-card { grid-area: coverage; min-width: 0; }
@media (max-width: 800px) {
  .owner-local-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "introduction" "portrait" "coverage";
    gap: 28px;
  }
}
