:root {
  --site-primary: #253751;
  --site-primary-light: #556a82;
  --site-primary-dark: #0a1627;
  --site-secondary: #4b647e;
  --site-accent: #a68800;
  --site-background: #f4f4f4;
  --site-surface: #fdfdfd;
  --site-text: #161718;
  --site-text-secondary: #464f60;
  --bs-body-bg: #f4f4f4;
  --bs-body-color: #161718;
  --bs-body-font-family: 'Saira', sans-serif;
  --bs-link-color: #253751;
  --bs-link-hover-color: #0a1627;
  --fs-h1: clamp(2rem, 4vw, 2.5rem);
  --fs-h2: 1.6rem;
  --fs-h3: 1.25rem;
  --fs-body: 1rem;
  --fs-small: .875rem;
  --fs-eyebrow: .72rem;
  --section-pad: clamp(3rem, 6vw, 5rem);
  --rule: rgba(75, 100, 126, .28);
}
* { border-radius: 0 !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--fs-body); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Saira', serif; font-weight: 700; line-height: 1.08; text-wrap: balance; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p, li { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .18s ease, text-decoration-color .18s ease; }
a:hover { color: var(--site-primary-dark); }
img { max-width: 100%; display: block; }
.btn { border-radius: 0; padding: .72rem 1.1rem; font-weight: 700; box-shadow: 3px 3px 0 var(--site-primary); letter-spacing: .02em; transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease; border-width: 3px; }
.btn:hover, .btn:focus { box-shadow: none; transform: translate(3px, 3px); }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
.card { border-radius: 0; box-shadow: none; border: 1px solid var(--rule); background: var(--site-surface); }
.form-control, .form-select { border-radius: 0; box-shadow: none !important; border: 1px solid var(--site-secondary); padding: .72rem; background-color: var(--site-surface); }
.form-control:focus, .form-select:focus { border: 2px solid var(--site-primary); }
.form-check-input { border-radius: 0 !important; border-color: var(--site-primary); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.utility-bar { background: var(--site-primary-dark); color: var(--site-background); font-size: var(--fs-small); border-bottom: 1px solid rgba(244,244,244,.25); }
.utility-bar a { color: var(--site-background); text-decoration: none; }
.site-nav { background: var(--site-background); border-bottom: 1px solid var(--rule); }
.navbar-brand { display: flex; align-items: center; gap: .75rem; color: var(--site-text); font-weight: 800; letter-spacing: .015em; }
.navbar-brand img { width: 48px; height: 48px; object-fit: contain; }
.nav-link { color: var(--site-text); font-weight: 600; padding-inline: .8rem !important; }
.nav-link.active, .nav-link:hover { color: var(--site-primary-dark); text-decoration: underline; text-decoration-color: var(--site-accent); text-decoration-thickness: 3px; text-underline-offset: .4rem; }
.navbar-toggler { border: 2px solid var(--site-primary); }
.eyebrow { font-size: var(--fs-eyebrow); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--site-secondary); margin-bottom: .8rem; }
.heading-accent::after { content: ''; display: block; width: 3.2rem; height: 3px; background: var(--site-accent); margin: .7rem auto 0; }
.text-start .heading-accent::after, .heading-accent.text-start::after { margin-left: 0; }
.section-band { padding-block: var(--section-pad); border-top: 1px solid var(--rule); background: var(--site-background); }
.prose { max-width: 68ch; }
.narrow-container { max-width: 880px; }
.hero-band { border-top: 0; padding: 0; }
.hero-grid { display: grid; grid-template-columns: 45% 55%; min-height: 570px; }
.hero-mosaic { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; min-width: 0; }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; border-right: 1px solid var(--site-background); border-bottom: 1px solid var(--site-background); }
.hero-mosaic img:first-child { grid-row: 1 / 3; }
.hero-copy { padding: clamp(2.5rem, 7vw, 7rem); align-self: center; max-width: 760px; }
.hero-copy .lead { max-width: 62ch; color: var(--site-text-secondary); }
.about-band { background: var(--site-surface); padding-block: calc(var(--section-pad) * 1.5); }
.compact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 1.25rem; border-left: 1px solid var(--rule); }
.fact:last-child { border-right: 1px solid var(--rule); }
.line-icon { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: square; stroke-linejoin: miter; margin-bottom: 1rem; }
.inverted-band { background: var(--site-text); color: var(--site-background); border-color: var(--site-text); padding: 0; }
.inverted-band a:not(.btn) { color: var(--site-background); }
.services-edge { display: grid; grid-template-columns: minmax(0, 68%) minmax(260px, 32%); }
.services-copy { padding: var(--section-pad) clamp(1rem, 5vw, 5rem); padding-left: max(1rem, calc((100% - 1140px) / 2)); }
.service-record { display: grid; grid-template-columns: minmax(210px, 34%) 1fr; border-top: 1px solid rgba(244,244,244,.35); padding: 1rem 0; align-items: baseline; }
.service-record:last-of-type { border-bottom: 1px solid rgba(244,244,244,.35); }
.service-record p { margin: 0; color: var(--site-background); }
.price { color: var(--site-background); font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }
.edge-image { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.work-edge, .contact-edge { display: grid; grid-template-columns: 38% 62%; }
.work-copy { padding: var(--section-pad) max(1rem, calc((100% - 1280px) / 2)); padding-left: clamp(1.5rem, 5vw, 5rem); }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 2rem; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.work-item { padding: 1rem; border-right: 1px solid var(--rule); }
.contact-band { background: #e5e8eb; padding: 0; }
.contact-edge { grid-template-columns: 55% 45%; }
.map-wrap { min-height: 460px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; }
.contact-copy { padding: var(--section-pad) max(1rem, calc((100% - 880px) / 2)); padding-left: clamp(1.5rem, 5vw, 4rem); }
.phone-display { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; font-variant-numeric: tabular-nums; }
.summary-band { padding-block: var(--section-pad); border-top: 1px solid var(--rule); }
.summary-inner { background: var(--site-surface); border: 1px solid var(--rule); margin-top: -48px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); }
.summary-item { padding: 1.6rem; border-right: 1px solid var(--rule); }
.summary-item:last-child { border-right: 0; }
.contact-area { background: var(--site-primary); color: var(--site-background); border-top: 1px solid var(--site-primary-dark); padding: 2.25rem 1rem; }
.contact-area .btn-primary, .inverted-band .btn-primary { background: var(--site-background); color: var(--site-text); border-color: var(--site-background); box-shadow: 3px 3px 0 var(--site-accent); }
.site-footer { min-height: 280px; border-top: 1px solid var(--rule); padding: 3.5rem 0; background: var(--site-background); }
.footer-brand img { width: 100px; height: 100px; object-fit: contain; margin-bottom: 1rem; }
.footer-title { font-size: 1.6rem; font-weight: 800; }
.footer-links a { display: block; margin-bottom: .45rem; }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; background: var(--site-surface); border: 3px solid var(--site-primary); padding: 1rem; display: none; max-width: 900px; margin-inline: auto; box-shadow: 3px 3px 0 var(--site-primary); }
.cookie-banner.is-visible { display: block; }
.page-hero { padding: clamp(3rem, 7vw, 6rem) 0; border-bottom: 1px solid var(--rule); }
.content-section { padding: clamp(2.3rem, 4vw, 4rem) 0; border-bottom: 1px solid var(--rule); }
.price-card .card-header { background: var(--site-primary); color: white; border-bottom: 0; }
.price-card .display-price { font-size: 1.6rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.form-shell { background: var(--site-surface); border: 1px solid var(--rule); padding: clamp(1.25rem, 4vw, 3rem); }
.form-section { border-top: 1px solid var(--rule); padding-top: 2rem; margin-top: 2rem; }
.required::after { content: ' *'; color: #8b1c1c; }
.confirmation { border: 3px solid var(--site-primary); background: #e5e8eb; padding: 1rem; margin-top: 1.5rem; }
.legal-main { max-width: 880px; margin-inline: auto; padding: var(--section-pad) 1rem; }
.legal-main h2 { margin-top: 2.5rem; }
.not-found { min-height: 55vh; display: grid; align-content: center; max-width: 760px; margin: auto; padding: var(--section-pad) 1rem; }
@media (max-width: 991.98px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mosaic { min-height: 420px; }
  .services-edge, .work-edge, .contact-edge { grid-template-columns: 1fr; }
  .services-copy, .work-copy, .contact-copy { padding-inline: 1.25rem; }
  .services-edge .edge-image { max-height: 380px; }
  .work-edge .edge-image { max-height: 360px; }
  .map-wrap { order: 2; }
  .navbar-collapse { padding: 1rem 0; }
}
@media (max-width: 767.98px) {
  .compact-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .service-record { grid-template-columns: 1fr; gap: .45rem; }
  .summary-inner { grid-template-columns: 1fr; }
  .summary-item { border-right: 0; border-bottom: 1px solid var(--rule); }
  .summary-item:last-child { border-bottom: 0; }
  .utility-bar .container { justify-content: center !important; }
  .utility-email { display: none; }
}
@media (max-width: 420px) {
  .hero-mosaic { min-height: 330px; }
  .hero-copy { padding-inline: 1rem; }
  .compact-grid, .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact, .work-item { padding: .8rem; }
}
