:root {
  --slate: #1f3a4d;
  --slate-dark: #14202a;
  --sand: #efe7da;
  --terracotta: #8f3f22;
  --paper: #f7f3ec;
  --white: #fff;
  --border: #d6cdc0;
  --cta: #d11f2f;
  --shadow: 0 18px 48px rgba(20, 32, 42, .12);
  --radius: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--slate-dark); background: var(--paper); font-family: "Segoe UI", Inter, Arial, sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: var(--slate); text-underline-offset: 3px; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; line-height: 1.04; letter-spacing: -.02em; margin: 0 0 .65em; color: var(--slate-dark); }
h1 { font-size: clamp(2.3rem, 4.4vw, 4.25rem); max-width: 16ch; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.7rem); margin-top: 1.8em; }
h3 { font-size: 1.35rem; margin-top: 1.6em; }
p { margin: 0 0 1.15em; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 14px; background: var(--white); }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(247, 243, 236, .97); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.header-inner { max-width: var(--container); min-height: 82px; margin: auto; padding: 10px 24px; display: flex; align-items: center; gap: 24px; }
.brand { margin-right: auto; }
.brand img { width: min(290px, 34vw); height: 58px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 20px; font-size: .93rem; font-weight: 650; }
.site-nav > a, .site-nav summary { color: var(--slate-dark); text-decoration: none; cursor: pointer; white-space: nowrap; }
.site-nav details { position: relative; }
.site-nav summary { list-style: none; }
.site-nav summary::-webkit-details-marker { display: none; }
.site-nav summary::after { content: " +"; color: var(--terracotta); }
.nav-panel { position: absolute; top: calc(100% + 20px); left: -18px; min-width: 230px; padding: 12px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); }
.nav-panel a { display: block; padding: 8px 10px; text-decoration: none; border-radius: 7px; }
.nav-panel a:hover { background: var(--sand); }
.phone-button, .hero-phone, .mobile-call a { background: var(--cta); color: white; text-decoration: none; font-weight: 800; border-radius: 10px; white-space: nowrap; }
.phone-button, .hero-phone { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.phone-button { padding: 13px 17px; }
.nav-toggle { display: none; border: 1px solid var(--border); background: transparent; padding: 8px 12px; border-radius: 8px; font: inherit; }
.hero { position: relative; overflow: hidden; background: var(--slate) var(--hero-image) center/cover no-repeat; color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(20,32,42,.96), rgba(20,32,42,.72) 58%, rgba(20,32,42,.62)); }
.hero-grid { position: relative; max-width: var(--container); margin: auto; padding: 54px 24px 50px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(350px, 5fr); align-items: center; gap: 50px; }
.hero h1 { color: white; font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.02; max-width: 18ch; }
.hero-copy > p { max-width: 610px; font-size: 1.16rem; color: rgba(255,255,255,.83); }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--terracotta); font-size: .78rem; line-height: 1; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.hero .eyebrow { color: #e9a27f; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin: 30px 0; }
.hero-phone { padding: 15px 21px; }
.text-action { color: white; font-weight: 750; }
.gbp-rating { width: fit-content; margin: -12px 0 18px; padding: 7px 11px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; color: white; text-decoration: none; background: rgba(20,32,42,.48); line-height: 1.2; }
.gbp-rating:hover, .gbp-rating:focus-visible { background: rgba(20,32,42,.72); }
.gbp-rating-score { font-weight: 900; }
.gbp-rating-stars { color: #f5b642; letter-spacing: .04em; }
.gbp-rating-count { font-size: .82rem; text-decoration: underline; }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px; }
.proof-row span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .83rem; }
.estimate-form { background: var(--white); color: var(--slate-dark); padding: 26px; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-title { display: block; margin: 0 0 16px; font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: 2rem; line-height: 1.04; }
.estimate-form .eyebrow { margin-bottom: 9px; }
.estimate-form label { display: grid; gap: 5px; margin-bottom: 10px; font-size: .78rem; font-weight: 800; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 8px; background: #fff; padding: 10px 11px; font: inherit; font-size: .92rem; color: var(--slate-dark); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.form-submit { width: 100%; border: 0; border-radius: 9px; background: var(--slate); color: white; padding: 13px 18px; font: inherit; font-weight: 800; cursor: pointer; }
.form-privacy { margin: 10px 0 0; text-align: center; font-size: .78rem; }
.form-privacy a { color: var(--slate); }
.preview-note { margin: 10px 0 0; font-size: .72rem; color: #5d6870; }
.content-shell { padding-block: 28px 80px; }
.byline { max-width: 780px; margin: -12px auto 22px; color: #59656d; font-size: .9rem; font-weight: 700; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; font-size: .82rem; color: #59656d; }
.feature-image { margin: 0 0 38px; height: clamp(280px, 43vw, 570px); border-radius: var(--radius); overflow: hidden; background: var(--sand); box-shadow: var(--shadow); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.inline-image { max-width: 900px; margin: 28px auto 38px; height: clamp(260px, 42vw, 540px); overflow: hidden; border-radius: var(--radius); background: var(--sand); box-shadow: var(--shadow); }
.inline-image.panorama { height: auto; }
.table-wrap { margin: 24px 0 34px; overflow-x: auto; }
.table-wrap table { width: 100%; border-collapse: collapse; background: white; }
.table-wrap th, .table-wrap td { padding: 12px 14px; border: 1px solid var(--border); text-align: left; vertical-align: top; }
.table-wrap th { background: var(--sand); color: var(--slate); }
.inline-image img { width: 100%; height: 100%; object-fit: cover; }
.inline-image.panorama img { display: block; height: auto; object-fit: contain; }
.portrait { max-width: 320px; float: right; margin: 0 0 28px 38px; padding: 10px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.portrait img { display: block; width: 100%; height: auto; border-radius: 12px; }
.toc { margin: 0 0 42px; padding: 24px; background: var(--sand); border-left: 5px solid var(--terracotta); border-radius: 0 13px 13px 0; }
.toc summary { cursor: pointer; font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.35rem; font-weight: 850; }
.toc nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px 22px; margin-top: 14px; }
.toc a { text-decoration: none; font-size: .88rem; }
.prose { max-width: 780px; margin-inline: auto; }
.prose p { max-width: 72ch; }
.prose li { margin-bottom: .55em; }
.prose a { font-weight: 650; }
.prose h2 { padding-top: 12px; border-top: 1px solid var(--border); }
.prose blockquote { margin: 24px 0; padding: 16px 22px; border-left: 4px solid var(--terracotta); background: white; }
.prose h2, .prose h3 { scroll-margin-top: 100px; }
.faq-item { margin: 0 0 12px; padding: 0 18px; border: 1px solid var(--border); border-radius: 10px; background: white; }
.faq-item summary { padding: 16px 0; cursor: pointer; font-weight: 800; }
.faq-item > div { padding-bottom: 4px; }
.gbp-map { max-width: 1000px; margin: 64px auto 28px; aspect-ratio: 16 / 7; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); }
.gbp-map iframe { width: 100%; height: 100%; border: 0; }
.nap { max-width: 420px; margin: 36px auto 0; padding: 24px; display: grid; gap: 3px; background: white; border: 1px solid var(--border); border-radius: 12px; font-style: normal; text-align: center; }
.nap span, .nap a { display: block; }
.nap span { font-weight: 850; }
.closing-cta { max-width: 900px; margin: 80px auto 0; padding: 42px; border-radius: var(--radius); background: var(--slate-dark); color: white; text-align: center; }
.closing-cta h2 { color: white; margin: 0 0 12px; }
.closing-cta a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-top: 12px; color: white; font-size: 1.35rem; font-weight: 900; }
.simple-title { background: var(--sand); padding: 48px 0 36px; border-bottom: 1px solid var(--border); }
.simple-title h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.supporting-layout { padding-block: 32px 80px; }
.supporting-layout .inline-logo { width: min(440px, 100%); margin: 38px auto; }
.supporting-layout > .estimate-form { max-width: 720px; margin: 56px auto 0; }
.archive, .held-page { padding-block: 50px 90px; }
.archive ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.archive li a { display: flex; justify-content: space-between; gap: 18px; height: 100%; padding: 20px; background: white; border: 1px solid var(--border); border-radius: 12px; text-decoration: none; }
.archive li a:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.archive b { color: var(--terracotta); white-space: nowrap; }
.held-page { min-height: 360px; max-width: 760px; }
.site-footer { background: var(--slate-dark); color: rgba(255,255,255,.74); padding: 64px 24px 28px; }
.footer-grid { max-width: var(--container); margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 42px; }
.footer-logo { width: min(300px, 100%); height: auto; border-radius: 8px; }
.footer-grid p { max-width: 36ch; margin: 18px 0; }
.footer-title { display: block; color: white; margin: 0 0 14px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.3rem; }
.site-footer a { display: block; margin-bottom: 8px; color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible, .utility-footer a:hover, .utility-footer a:focus-visible { color: white; text-decoration: underline; }
.footer-phone { color: white !important; font-weight: 900; font-size: 1.1rem; }
.footer-bottom { max-width: var(--container); margin: 48px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; font-size: .78rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.social-link { width: 44px; height: 44px; margin: 0 !important; display: inline-flex !important; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: white !important; }
.social-link svg { width: 21px; height: 21px; fill: currentColor; }
.social-link span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mobile-call { display: none; }
.utility-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px max(20px, calc((100% - var(--container)) / 2)); border-bottom: 1px solid var(--border); background: var(--paper); }
.utility-header a { color: var(--slate-dark); text-decoration: none; font-weight: 850; }
.utility-footer { padding: 28px 20px; color: rgba(255,255,255,.78); background: var(--slate-dark); text-align: center; font-size: .82rem; }
.utility-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin-bottom: 18px; }
.utility-footer-links a { color: rgba(255,255,255,.82); }
.utility-footer .social-links { justify-content: center; margin: 0 0 18px; }

@media (max-width: 1050px) {
  .header-inner { min-height: 72px; }
  .brand img { width: 245px; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 20px 24px; background: var(--paper); border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav details { width: 100%; }
  .nav-panel { position: static; margin-top: 8px; box-shadow: none; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 34px; }
  .toc nav { grid-template-columns: repeat(2, 1fr); }
  .archive ul { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .container { width: min(100% - 32px, var(--container)); }
  .header-inner { padding: 8px 16px; gap: 10px; }
  .brand img { width: min(200px, 48vw); height: 48px; }
  .phone-button { min-height: 48px; padding: 10px 11px; font-size: .82rem; display: inline-flex; align-items: center; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding: 34px 16px 32px; gap: 24px; }
  .hero::before { background: linear-gradient(110deg, rgba(20,32,42,.88), rgba(20,32,42,.58)); }
  .hero h1 { max-width: 19ch; font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .simple-title h1 { max-width: none; font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .hero-copy > p { font-size: 1.03rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-phone { text-align: center; }
  .gbp-rating { width: 100%; margin-top: -4px; justify-content: center; }
  .text-action { text-align: center; }
  .proof-row { gap: 6px; }
  .estimate-form { padding: 21px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .content-shell { padding-top: 20px; }
  .feature-image { height: 260px; border-radius: 13px; }
  .inline-image { height: 250px; border-radius: 13px; }
  .portrait { float: none; max-width: 280px; margin: 0 auto 30px; }
  .toc { padding: 19px; }
  .toc nav { grid-template-columns: 1fr; }
  .prose h2 { font-size: 2rem; }
  .closing-cta { margin-top: 55px; padding: 32px 20px; }
  .simple-title { padding: 34px 0 26px; }
  .archive ul { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .footer-phone { min-height: 48px; display: inline-flex; align-items: center; }
  .mobile-call { display: flex; position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: 64px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); align-items: center; justify-content: space-between; background: var(--paper); border-top: 1px solid var(--border); box-shadow: 0 -8px 22px rgba(20,32,42,.1); font-size: .82rem; font-weight: 750; }
  .mobile-call a { min-height: 48px; padding: 10px 13px; display: inline-flex; align-items: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
