:root {
  color-scheme: light;
  --navy: #092b46;
  --navy-deep: #061d30;
  --orange: #f26722;
  --orange-dark: #bd4710;
  --orange-hover: #ff7a32;
  --gray-50: #f7f8fa;
  --gray-100: #e8edf1;
  --gray-300: #cbd4dc;
  --gray-500: #65727d;
  --ink: #0a263d;
  --white: #fff;
  --shadow: 0 16px 42px rgba(9, 43, 70, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--white); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.bcs-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 82px;
  padding: 12px max(28px, calc((100vw - 1360px) / 2));
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid rgba(9, 43, 70, .11);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 26px rgba(9, 43, 70, .08);
  backdrop-filter: blur(16px);
}
.bcs-brand { flex: 0 1 230px; padding: 2px 0 2px 4px; text-decoration: none; }
.bcs-brand img { width: 208px; max-height: 58px; object-fit: contain; object-position: left center; transform: scale(1.35); transform-origin: left center; }
.bcs-header nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.bcs-header nav a { padding: 12px 0; color: var(--navy); font-size: .76rem; font-weight: 850; letter-spacing: .105em; text-decoration: none; text-transform: uppercase; }
.bcs-header nav a:hover { color: var(--orange); }
.bcs-header-call { min-height: 54px; margin-left: 0; padding: 10px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; color: var(--white); background: var(--orange); box-shadow: 0 9px 20px rgba(9, 43, 70, .2); text-align: center; text-decoration: none; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.bcs-header-call span { font-size: .64rem; font-weight: 900; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.bcs-header-call strong { margin-top: 3px; font-size: 1.08rem; line-height: 1.1; }
.bcs-header-call:hover { background: var(--orange-hover); box-shadow: 0 12px 25px rgba(9, 43, 70, .26); transform: translateY(-2px); }
.bcs-header-call:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }

.bcs-hero { height: calc(100svh - 82px); min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); background: var(--gray-50); }
.bcs-hero-photo { min-height: 0; margin: 0; overflow: hidden; }
.bcs-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 50%; }
.bcs-hero-copy { position: relative; min-height: 0; padding: clamp(38px, 4.5vw, 72px); display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--navy); }
.bcs-hero-copy::before, .page-hero-copy::before { content: ""; position: absolute; inset: 0 0 auto; width: 100%; height: 8px; background: var(--orange); }
.bcs-veteran-mark { width: fit-content; margin: 0 0 18px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; color: var(--navy-deep); background: var(--white); box-shadow: 0 8px 22px rgba(0, 0, 0, .18); font-size: .84rem; font-weight: 950; letter-spacing: .115em; line-height: 1.25; text-transform: uppercase; }
.bcs-veteran-mark span { color: var(--orange); font-size: 1.1rem; line-height: 1; }
.bcs-kicker { margin: 0; color: #ff8d54; font-size: .76rem; font-weight: 900; letter-spacing: .145em; line-height: 1.45; text-transform: uppercase; }
.bcs-hero h1 { max-width: 760px; margin: 16px 0 18px; color: var(--white); font-size: clamp(2.4rem, 4vw, 4.85rem); font-weight: 790; letter-spacing: -.065em; line-height: .9; }
.bcs-lede { max-width: 590px; margin: 0; color: #d7e1e9; font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.6; }
.bcs-call-card { position: relative; width: min(440px, 100%); margin-top: clamp(18px, 3vh, 30px); padding: 14px 62px 14px 20px; display: flex; flex-direction: column; border-radius: 12px; color: var(--white); background: var(--orange); box-shadow: 0 14px 34px rgba(0, 0, 0, .2); text-decoration: none; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.bcs-call-card span { font-size: .76rem; font-weight: 900; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.bcs-call-card strong { margin-top: 4px; font-size: clamp(1.65rem, 2.7vw, 2.1rem); line-height: 1.1; }
.bcs-call-card b { position: absolute; top: 50%; right: 22px; font-size: 1.8rem; line-height: 1; transform: translateY(-50%); }
.bcs-call-card:hover { background: var(--orange-hover); box-shadow: 0 18px 40px rgba(0, 0, 0, .27); transform: translateY(-2px); }
.eyebrow, .label { margin: 0; font-size: .76rem; font-weight: 900; letter-spacing: .145em; line-height: 1.45; text-transform: uppercase; }
.eyebrow { color: #ff9b69; }
.label { color: var(--orange-dark); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button { min-height: 54px; padding: 14px 21px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-size: .82rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button.primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 28px rgba(0, 0, 0, .2); }
.button.primary:hover { background: var(--orange-hover); transform: translateY(-2px); }
.button.secondary { color: var(--white); background: var(--navy); }
.button.secondary:hover { background: var(--orange); transform: translateY(-2px); }
.text-call { color: var(--white); font-weight: 850; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 5px; }

.section { padding: clamp(82px, 9vw, 138px) max(24px, calc((100vw - 1280px) / 2)); }
.section-heading { max-width: 860px; }
.section-heading h2, .split-heading h2, .two-column h2, .related-section h2, .location-intro h2, .work-callout h2, .contact-band h2 {
  margin: 15px 0 23px;
  color: var(--navy);
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  font-weight: 780;
  letter-spacing: -.058em;
  line-height: .96;
}
.section-heading > p:last-child, .split-heading > p, .location-intro p, .work-callout p { max-width: 760px; margin: 0; color: var(--gray-500); font-size: 1.08rem; line-height: 1.75; }

.services-section { background: var(--gray-50); }
.service-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { min-height: 310px; padding: 31px; grid-column: span 2; display: flex; flex-direction: column; border-top: 6px solid var(--navy); color: inherit; background: var(--white); box-shadow: var(--shadow); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.service-card.featured { border-color: var(--orange); }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover { box-shadow: 0 22px 48px rgba(9, 43, 70, .16); transform: translateY(-4px); }
.service-card > span { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.service-card h3 { margin: 48px 0 14px; color: var(--navy); font-size: clamp(1.55rem, 2.2vw, 2.15rem); letter-spacing: -.04em; line-height: 1.05; }
.service-card p { margin: 0; color: var(--gray-500); line-height: 1.65; }
.service-card b { margin-top: 20px; color: var(--orange-dark); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.service-note { margin: 30px 0 0; color: var(--gray-500); }

.work-section { background: var(--white); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr); gap: 76px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { padding: 22px 24px; border-top: 6px solid var(--orange); color: #e4ebf0; background: var(--navy); box-shadow: var(--shadow); }
.project-photo-grid { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.project-photo-grid figure, .photo-pair figure { position: relative; margin: 0; overflow: hidden; background: var(--gray-100); }
.project-photo-grid figure { height: min(61vw, 650px); }
.project-photo-grid img, .photo-pair img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.photo-pair figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; color: var(--white); background: rgba(6, 29, 48, .88); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pool-feature { position: relative; height: min(64vw, 740px); margin: 14px 0 0; overflow: hidden; background: var(--gray-100); }
.pool-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.pool-feature::after { content: ""; position: absolute; inset: 44% 0 0; background: linear-gradient(transparent, rgba(6, 29, 48, .84)); }
.pool-feature figcaption { position: absolute; left: clamp(24px, 5vw, 68px); bottom: clamp(24px, 5vw, 62px); z-index: 2; display: flex; flex-direction: column; color: var(--white); }
.pool-feature figcaption span { color: #ff9b69; font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.pool-feature figcaption strong { margin-top: 6px; font-size: clamp(2rem, 4.2vw, 4.5rem); letter-spacing: -.055em; line-height: 1; }

.process-section { color: var(--white); background: var(--navy); }
.process-section .label { color: #ff9b69; }
.process-section .section-heading h2 { color: var(--white); }
.process-list { margin: 50px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.process-list li { min-height: 245px; padding: 28px; border-top: 5px solid var(--orange); background: rgba(255, 255, 255, .07); }
.process-list span { color: #ff9b69; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.process-list h3 { margin: 52px 0 10px; font-size: 1.45rem; line-height: 1.1; }
.process-list p { margin: 0; color: #d7e1e9; }

.reviews-section { background: var(--gray-50); }
.review-grid { margin: 48px 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.review-grid blockquote { margin: 0; padding: clamp(28px, 4vw, 48px); border-top: 6px solid var(--orange); background: var(--white); box-shadow: var(--shadow); }
.review-grid blockquote p { margin: 0; color: var(--navy); font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 730; letter-spacing: -.03em; line-height: 1.35; }
.review-grid footer { margin-top: 24px; color: var(--gray-500); font-size: .84rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.areas-section { background: var(--white); }
.area-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.area-grid a { min-height: 78px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--gray-300); color: var(--navy); font-weight: 850; text-decoration: none; }
.area-grid a:hover { border-color: var(--orange); color: var(--orange-dark); }
.area-detail { max-width: 900px; margin: 28px 0 0; color: var(--gray-500); }

.faq-section { background: var(--gray-50); }
.faq-list { max-width: 960px; margin-top: 42px; border-top: 1px solid var(--gray-300); }
.faq-list details { border-bottom: 1px solid var(--gray-300); }
.faq-list summary { padding: 22px 42px 22px 0; color: var(--navy); font-size: 1.08rem; font-weight: 800; cursor: pointer; }
.faq-list details p { max-width: 780px; margin: -4px 0 24px; color: var(--gray-500); }

.contact-band { padding: clamp(70px, 8vw, 112px) max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 430px); gap: 70px; align-items: center; color: var(--white); background: var(--navy); }
.contact-band .label { color: #ff9b69; }
.contact-band h2 { max-width: 760px; color: var(--white); }
.contact-band p:last-child { max-width: 680px; margin: 0; color: #d7e1e9; font-size: 1.08rem; }
.call-panel { position: relative; min-height: 112px; padding: 22px 60px 22px 26px; display: flex; flex-direction: column; justify-content: center; border-radius: 12px; color: var(--white); background: var(--orange); text-decoration: none; transition: background .18s ease, transform .18s ease; }
.call-panel:hover { background: var(--orange-hover); transform: translateY(-2px); }
.call-panel span { font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.call-panel strong { margin-top: 5px; font-size: clamp(1.55rem, 2.6vw, 2rem); line-height: 1.1; }
.call-panel b { position: absolute; top: 50%; right: 22px; font-size: 1.8rem; transform: translateY(-50%); }

.bcs-footer { min-height: 114px; padding: 30px max(24px, calc((100vw - 1360px) / 2)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #536575; background: var(--gray-50); font-size: .82rem; text-align: center; }
.bcs-footer p { margin: 0; color: var(--navy); font-weight: 800; }
.bcs-footer strong { color: #bd4710; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.bcs-footer a { color: var(--navy); font-weight: 850; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }

.breadcrumbs { max-width: 1280px; margin: 0 auto; padding: 18px 24px; display: flex; gap: 10px; color: var(--gray-500); font-size: .82rem; }
.breadcrumbs a { color: var(--navy); font-weight: 750; }
.page-hero { min-height: 610px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: var(--gray-50); }
.page-hero-copy { position: relative; padding: clamp(58px, 6vw, 88px) max(24px, calc((100vw - 1280px) / 2)); padding-right: clamp(34px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--navy); }
.page-hero-copy h1 { max-width: 730px; margin: 18px 0 24px; font-size: clamp(3rem, 5.2vw, 5.4rem); font-weight: 790; letter-spacing: -.062em; line-height: .93; }
.page-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d7e1e9; font-size: 1.1rem; line-height: 1.7; }
.page-hero figure { min-height: 610px; margin: 0; overflow: hidden; }
.page-hero figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location-hero figure img { object-position: center 52%; }
.trust-strip { padding: 22px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; color: var(--navy); background: var(--white); box-shadow: 0 12px 30px rgba(9, 43, 70, .08); }
.trust-strip span { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.trust-strip span::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; background: var(--orange); border-radius: 50%; }

.two-column, .location-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr); gap: clamp(48px, 7vw, 100px); align-items: start; }
.check-list { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.check-list li { position: relative; padding: 18px 18px 18px 46px; border: 1px solid var(--gray-300); color: var(--navy); font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--orange-dark); font-weight: 900; }
.info-card { padding: 32px; border-top: 6px solid var(--orange); color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.info-card .label { color: #ff9b69; }
.info-card ul { margin: 26px 0 0; padding-left: 20px; }
.info-card li + li { margin-top: 12px; }
.info-card a { color: var(--white); text-decoration-color: var(--orange); text-underline-offset: 4px; }

.process-detail { background: var(--gray-50); }
.process-detail ol { margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; list-style: none; }
.process-detail li { padding: 28px; display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-top: 5px solid var(--orange); background: var(--white); box-shadow: var(--shadow); }
.process-detail li > span { color: var(--orange); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.process-detail h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.4rem; line-height: 1.2; }
.process-detail p { margin: 0; color: var(--gray-500); }
.photo-pair { padding-top: 22px; padding-bottom: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: var(--white); }
.photo-pair figure { height: min(58vw, 620px); }

.related-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(46px, 7vw, 94px); background: var(--white); }
.related-section h2 { font-size: clamp(2.1rem, 3.6vw, 3.6rem); }
.link-grid { display: grid; gap: 10px; }
.link-card { min-height: 68px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--gray-300); color: var(--navy); font-weight: 800; text-decoration: none; }
.link-card b { color: var(--orange-dark); }
.link-card:hover { border-color: var(--orange); }

.location-intro p + p { margin-top: 20px; }
.surface-cards { background: var(--gray-50); }
.three-cards { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.three-cards article { min-height: 290px; padding: 30px; border-top: 6px solid var(--orange); background: var(--white); box-shadow: var(--shadow); }
.three-cards span { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.three-cards h3 { margin: 58px 0 14px; color: var(--navy); font-size: 1.7rem; letter-spacing: -.035em; line-height: 1.1; }
.three-cards p { margin: 0; color: var(--gray-500); }
.work-callout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(46px, 7vw, 100px); align-items: center; }
.work-callout figure { position: relative; height: min(60vw, 620px); margin: 0; overflow: hidden; }
.work-callout figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.work-callout .button { margin-top: 28px; }

.not-found { min-height: 68vh; padding: clamp(70px, 10vw, 130px) max(24px, calc((100vw - 1040px) / 2)); color: var(--white); background: var(--navy); }
.not-found h1 { max-width: 760px; margin: 16px 0 22px; font-size: clamp(3.2rem, 7vw, 6.5rem); letter-spacing: -.065em; line-height: .92; }
.not-found > p:not(.eyebrow) { color: #d7e1e9; font-size: 1.15rem; }

a:focus-visible, summary:focus-visible { outline: 4px solid var(--orange); outline-offset: 4px; }

@media (max-width: 1080px) {
  .bcs-header nav { display: none; }
  .bcs-header-call { margin-left: auto; }
  .bcs-hero-copy { padding: 40px clamp(28px, 4vw, 42px); }
  .bcs-veteran-mark { padding: 9px 12px; font-size: .68rem; letter-spacing: .09em; }
  .bcs-hero h1 { font-size: clamp(2.55rem, 4.65vw, 3.2rem); }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-grid > .service-card, .service-grid > .service-card.featured, .service-grid > .service-card:last-child {
    width: 100%;
    min-height: 0;
    grid-column: 1 / -1;
  }
  .split-heading, .contact-band, .two-column, .location-intro, .work-callout { grid-template-columns: 1fr; gap: 38px; }
  .process-list, .three-cards { grid-template-columns: 1fr; }
  .process-list li, .three-cards article { min-height: 0; }
  .process-list h3, .three-cards h3 { margin-top: 32px; }
  .contact-band .call-panel { width: min(430px, 100%); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  .bcs-header { min-height: 70px; padding: 10px 14px; gap: 10px; }
  .bcs-brand { min-width: 0; flex: 1 1 auto; padding: 0; }
  .bcs-brand img { width: 144px; height: 50px; transform: scale(1.2); }
  .bcs-header-call { min-height: 48px; padding: 7px 12px; border-radius: 11px; }
  .bcs-header-call span { font-size: .52rem; letter-spacing: .09em; }
  .bcs-header-call strong { font-size: .82rem; }

  .bcs-hero { height: calc(100svh - 70px); min-height: 590px; grid-template-columns: 1fr; grid-template-rows: minmax(175px, 30%) minmax(0, 70%); }
  .bcs-hero-photo { min-height: 190px; }
  .bcs-hero-photo img { object-position: 52% 53%; }
  .bcs-hero-copy { min-height: 0; padding: 24px 24px max(22px, env(safe-area-inset-bottom)); justify-content: center; }
  .bcs-hero-copy::before, .page-hero-copy::before { height: 6px; }
  .bcs-veteran-mark { margin-bottom: 12px; padding: 7px 10px; font-size: .62rem; letter-spacing: .08em; }
  .bcs-kicker { font-size: .62rem; }
  .bcs-hero h1 { margin: 10px 0 13px; font-size: clamp(2.1rem, 10.5vw, 3.35rem); }
  .bcs-lede, .page-hero-copy > p:not(.eyebrow) { font-size: .94rem; line-height: 1.43; }
  .bcs-call-card { margin-top: 15px; padding-top: 11px; padding-bottom: 11px; }
  .bcs-call-card strong { font-size: 1.45rem; }
  .hero-actions { margin-top: 24px; align-items: stretch; }
  .hero-actions .button { flex: 1 1 210px; }
  .hero-actions .text-call { padding: 12px 0; }

  .section { padding: 74px 20px; }
  .section-heading h2, .split-heading h2, .two-column h2, .location-intro h2, .work-callout h2, .contact-band h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .service-grid { margin-top: 34px; grid-template-columns: 1fr; gap: 12px; }
  .service-grid > .service-card, .service-grid > .service-card:last-child {
    width: 100%;
    min-height: 0;
    padding: 24px;
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
  }
  .service-card > span { padding: 0; }
  .service-card h3 { margin: 22px 0 12px; font-size: 1.55rem; }
  .service-card b { margin-top: 16px; }
  .project-photo-grid, .photo-pair { grid-template-columns: 1fr; }
  .project-photo-grid figure, .photo-pair figure { height: 118vw; max-height: 560px; }
  .pool-feature { height: 115vw; max-height: 590px; }
  .process-list, .review-grid, .area-grid, .related-section { grid-template-columns: 1fr; }
  .process-detail ol { grid-template-columns: 1fr; }
  .review-grid { gap: 12px; }
  .area-grid { margin-top: 36px; }
  .area-grid a { min-height: 68px; }
  .contact-band { padding: 70px 20px; }
  .bcs-footer { padding: 28px 20px; }

  .breadcrumbs { padding: 14px 20px; }
  .page-hero { min-height: auto; grid-template-columns: 1fr; }
  .page-hero-copy { order: 2; padding: 42px 22px 48px; }
  .page-hero-copy h1 { margin: 13px 0 18px; font-size: clamp(2.7rem, 12vw, 4.1rem); }
  .page-hero figure { min-height: 240px; max-height: 42svh; }
  .page-hero figure img { object-position: center 42%; }
  .location-hero figure img { object-position: center 51%; }
  .trust-strip { padding: 20px; grid-template-columns: 1fr; gap: 10px; }
  .trust-strip span { justify-content: flex-start; }
  .check-list { grid-template-columns: 1fr; }
  .info-card { padding: 26px; }
  .process-detail li { padding: 24px 20px; grid-template-columns: 42px 1fr; }
  .work-callout figure { height: 120vw; max-height: 600px; }

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bcs-header-call, .bcs-call-card, .button, .service-card, .call-panel { transition: none; }
}
