/* All-Safe Fire Extinguisher Co. — light design system */
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --red: #c62828;
  --red-hover: #a91d1d;
  --ink: #25282d;
  --header-surface: #ffffff;
  --tint: #fff3f1;
  --white: #ffffff;
  --light: #f5f6f8;
  --paper: #ffffff;
  --gray: #626873;
  --border: #dfe2e7;
  --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-height: 95px;
  --service-nav-height: 0px;
  --page-width: 1248px;
  --gutter: clamp(20px, 4.25vw, 64px);
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--service-nav-height) + 24px); -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
body { background: var(--paper); color: var(--ink); font: 16px/1.7 var(--font-sans); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
::selection { background: #f3c6bf; color: var(--ink); }
:focus-visible { outline: 3px solid #167d91; outline-offset: 5px; }
a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
p { margin-bottom: 1.2rem; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.35rem; }
li { padding-left: .12rem; }
h1, h2, h3, h4, h5 { font-weight: 650; line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 4.7vw, 4rem); margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 3.3vw, 2.9rem); margin-bottom: 1.4rem; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.45rem); margin-bottom: .8rem; letter-spacing: -.02em; }
h4 { font-size: 1.1rem; margin-bottom: .65rem; }
p + h2, p + h3, ul + h2, ul + h3 { margin-top: 2rem; }
.container { width: 100%; max-width: var(--page-width); margin-inline: auto; padding-inline: var(--gutter); }
.section, .service-block, .service-section, .page-section { padding-block: clamp(56px, 7vw, 100px); }
.section-light, .section--light, .section-alt { background: var(--light); }
.section-soft, .section--soft { background: var(--light); color: var(--ink); }
.section-red, .section--red { color: var(--ink); background: var(--tint); }
.section-soft :is(h1,h2,h3,h4), .section--soft :is(h1,h2,h3,h4), .section-red :is(h1,h2,h3,h4), .section--red :is(h1,h2,h3,h4) { color: var(--ink); }
.section-soft p, .section--soft p { color: var(--gray); }
.section-soft a:not(.btn):not(.logo-item), .section--soft a:not(.btn):not(.logo-item) { color: var(--red); }
.section-red a, .section--red a { color: var(--red); }
.section > .container > :is(p,ul,ol) { max-width: 880px; }
.section > .container > :is(ul,ol) { margin-block: 1.35rem 1.65rem; }
.section > .container > :is(ul,ol) li, .content li, .service-block li, .who-block li { margin-bottom: .5rem; }
.section-soft + .section-soft { border-top: 1px solid var(--border); }
.text-center { text-align: center; }
.text-center > p { margin-inline: auto; }
.eyebrow, .section-label { display: block; color: var(--red); font-size: .72rem; font-weight: 700; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; margin-bottom: 1.15rem; }
.eyebrow + h2 { margin-top: 0; }
.section-soft .eyebrow, .section-soft .section-label { color: var(--red); }
.lead, .section-lead, .section-sub { font-size: 1.125rem; color: var(--gray); }
.line-link, .industry-cta-link { display: inline-block; font-weight: 650; text-decoration: none; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: .8rem 1.2rem; background: var(--white); color: var(--ink); z-index: 1000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* Header and navigation */
body > header, .site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); color: var(--ink); border-bottom: 1px solid #efeff2; backdrop-filter: blur(18px); }
.header-inner { max-width: 1440px; padding: 2px var(--gutter); margin-inline: auto; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.header-brand { flex: 0 0 auto; min-width: 0; }
.site-logo-link { display: flex; width: 180px; height: 90px; align-items: center; overflow: hidden; text-decoration: none; }
.site-logo-img { width: 100%; max-width: 100%; height: auto; flex-shrink: 0; }
.header-contact { color: var(--gray); font-size: .78rem; font-weight: 500; white-space: nowrap; text-decoration: none; }
.header-contact:hover { color: var(--ink); }
.header-meta { font-size: .7rem; color: var(--gray); }
.site-name, .site-logo { color: var(--ink); font-weight: 700; }
.header-phone { color: var(--ink); font-weight: 600; text-decoration: none; }
header nav ul, .site-nav ul { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2vw, 29px); list-style: none; padding: 0; }
header nav li { padding: 0; }
header nav a { display: inline-block; padding-block: 10px; color: var(--gray); font-size: .82rem; line-height: 1.4; font-weight: 550; white-space: nowrap; text-decoration: none; transition: color .2s ease; }
header nav a:hover, header nav a.active, header nav a[aria-current="page"] { color: var(--red); }
header nav a.active, header nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: #ef554c; text-underline-offset: 8px; text-decoration-thickness: 2px; }
header nav .nav-cta { padding: 13px 21px; border: 1px solid var(--red); background: var(--red); color: var(--white); border-radius: 99px; box-shadow: 0 5px 14px #c6282814; }
header nav .nav-cta:hover { background: var(--red-hover); border-color: var(--red-hover); text-decoration: none; color: var(--white); }
header nav .nav-cta[aria-current="page"] { color: var(--white); text-decoration-color: var(--white); }
.nav-toggle { display: none; align-items: center; justify-content: center; gap: 12px; min-width: 46px; min-height: 46px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 12px; color: var(--ink); background: transparent; font-size: .8rem; line-height: 1; }
.nav-toggle > span:last-child { font-size: 1.25rem; }
.nav-toggle svg { width: 23px; height: 23px; }

/* Buttons and shared calls to action */
.btn, .btn-footer-primary, .btn-footer-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 24px; border: 1px solid transparent; border-radius: 99px; font-size: .9rem; line-height: 1.5; font-weight: 650; text-align: center; text-decoration: none; cursor: pointer; transition: background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.btn:hover, .btn-footer-primary:hover, .btn-footer-secondary:hover { text-decoration: none; }
.btn-primary { background: var(--red); border-color: var(--red); color: var(--white); box-shadow: 0 6px 16px #c628281a; }
.btn-primary:hover { background: var(--red-hover); border-color: var(--red-hover); box-shadow: 0 10px 22px #c6282826; transform: translateY(-1px); }
.btn-secondary, .btn-white { color: var(--ink); background: var(--white); border-color: #b9bfba; }
.btn-secondary:hover, .btn-white:hover { background: var(--light); border-color: var(--red); }
.btn-outline, .btn-outline-white, .btn-footer-secondary { color: var(--ink); border-color: #bdc3cb; background: var(--white); }
.btn-outline:hover, .btn-outline-white:hover, .btn-footer-secondary:hover { background: var(--tint); border-color: var(--red); color: var(--red); }
.section-red .btn-white, .section--red .btn-white { color: var(--ink); }
.section-red .btn-primary, .section--red .btn-primary { color: var(--white); }
.btn:disabled { opacity: .55; cursor: not-allowed; }
.hero-cta, .cta-contacts, .cta-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.text-center .cta-buttons, .cta-block .cta-contacts, .cta-section .cta-buttons { justify-content: center; }
.cta-block, .cta-section { text-align: center; }
.cta-section { padding: clamp(56px, 7vw, 90px) var(--gutter); background: var(--light); }
.cta-block > p, .cta-section p { margin-inline: auto; max-width: 650px; }
.hours-note { margin-top: 16px; color: inherit; font-size: .8rem; opacity: .85; }

/* Art direction: light surfaces, tactile details, and softly layered imagery. */
.icon, .stat-icon, .county-arrow { display: inline-block; flex: 0 0 auto; width: 22px; height: 22px; vertical-align: middle; }
.btn .icon { width: 19px; height: 19px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--red); font-size: .94rem; font-weight: 650; text-decoration: none; }
.text-link .icon { width: 20px; height: 20px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translate(2px,-2px); }
.hero { position: relative; max-width: 1440px; margin: 18px auto 0; border-radius: 32px; background: #fffaf7; background-image: radial-gradient(ellipse at 85% 40%,#f8e9df 0,transparent 52%),linear-gradient(110deg,#fff 20%,#fffaf7); color: var(--ink); isolation: isolate; }
.hero::before, .heritage-panel::before, .prefooter-inner::before { content: ""; position: absolute; inset: 0; background: url("images/surface-grain.svg") repeat; pointer-events: none; opacity: .48; border-radius: inherit; z-index: -1; }
.hero::after { content: ""; position: absolute; width: min(270px,50%); height: 230px; left: 45%; bottom: 8%; background-image: radial-gradient(#d8b5a4 1px,transparent 1px); background-size: 14px 14px; opacity: .28; z-index: -1; mask-image: linear-gradient(90deg,transparent,#000); }
.hero-layout { display: grid; grid-template-columns: 1.06fr 1fr; align-items: center; gap: 70px; padding-block: 55px 74px; }
.hero-copy { padding-block: 10px; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #8c3c31; font-size: .61rem; letter-spacing: .1em; margin-bottom: 26px; background: #fff3ec; border: 1px solid #f0dcd3; border-radius: 99px; padding: 8px 12px; }
.hero-eyebrow .icon { width: 17px; height: 17px; }
.hero h1 { font-size: clamp(3.8rem,6.8vw,6.15rem); font-weight: 650; letter-spacing: -.065em; line-height: 1.005; margin-bottom: 28px; text-wrap: initial; }
.hero .accent-line { display: block; color: var(--red); }
.hero-sub { color: #626570; font-size: 1.04rem; line-height: 1.85; max-width: 435px; margin-bottom: 29px; }
.hero-cta { gap: 12px; }
.hero-cta .btn { font-size: .87rem; min-height: 54px; padding-inline: 21px; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 26px; color: var(--gray); font-size: .7rem; }
.hero-reassurance > span { display: inline-flex; align-items: center; gap: 7px; }
.hero-reassurance .icon { width: 16px; height: 16px; color: #9f4b3f; }
.hero-visual { position: relative; min-width: 0; margin: 0; background: transparent; }
.hero-image-shell { height: 550px; overflow: hidden; border-radius: 110px 30px 90px 30px; border: 6px solid #ffffffb3; box-shadow: 0 22px 60px #73594212; background: #f5ece2; }
.hero-image-shell img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-floating-note { position: absolute; bottom: 74px; left: -32px; display: flex; align-items: center; gap: 13px; padding: 16px 22px 16px 16px; border: 1px solid #fff; border-radius: 18px; background: #ffffffed; box-shadow: 0 16px 40px #60473718; backdrop-filter: blur(12px); }
.note-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--red); background: #fff0ec; }
.note-icon .icon { width: 25px; height: 25px; }
.hero-floating-note strong, .hero-floating-note div > span { display: block; }
.hero-floating-note strong { font-size: .9rem; font-weight: 650; }
.hero-floating-note div > span { font-size: .7rem; color: var(--gray); margin-top: 1px; }
.hero-small-note { position: absolute; top: 28px; right: -16px; display: inline-flex; align-items: center; gap: 9px; background: #fff; padding: 11px 15px; border-radius: 99px; border: 1px solid #eee5de; box-shadow: 0 8px 25px #7558480c; color: #754e44; font-size: .56rem; font-weight: 650; letter-spacing: .1em; }
.hero-small-note .icon { width: 17px; height: 17px; color: var(--red); }
.hero-visual figcaption { color: #68626b; font-size: .62rem; text-align: right; padding: 8px 20px 0; background: transparent; }
.home-stats { position: relative; background: var(--white); color: var(--ink); }
.home-stats-inner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding-block: 29px; border-bottom: 1px solid var(--border); }
.home-stat { display: flex; align-items: center; justify-content: center; gap: 17px; padding: 10px 23px; }
.home-stat + .home-stat { border-left: 1px solid var(--border); }
.stat-icon { width: 32px; height: 32px; color: #b96b57; }
.home-stat strong { display: block; font-size: 1.48rem; line-height: 1.2; font-weight: 650; letter-spacing: -.035em; }
.home-stat div > span { display: block; margin-top: 5px; font-size: .7rem; color: var(--gray); }
.home-clients { padding: 32px 0 43px; background: var(--white); }
.client-intro { text-align: center; font-size: .7rem; color: var(--gray); margin-bottom: 24px; }
.client-logo-row { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 24px 40px; }
.client-logo-row img { width: 148px; height: 32px; object-fit: contain; filter: grayscale(1); opacity: .78; }
.client-logo-row img:nth-child(2) { width: 95px; }
.client-wordmark { display: flex; flex-direction: column; justify-content: center; min-width: 130px; color: #626570; font-size: 1.18rem; font-weight: 650; line-height: 1.15; letter-spacing: -.035em; }
.client-wordmark small { display: block; margin-top: 5px; font-size: .48rem; letter-spacing: .22em; font-weight: 500; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { max-width: 640px; margin: 0; font-size: clamp(2.1rem,3.5vw,3.1rem); line-height: 1.15; }
.section-heading > p { color: var(--gray); font-size: .95rem; max-width: 330px; margin: 0 0 3px; }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; }
.section-heading.centered .eyebrow { margin-bottom: 15px; }
.section-heading.centered h2 { max-width: 780px; margin-bottom: 19px; }
.section-heading.centered > p:last-child { max-width: 570px; margin: 0; }
.home-services { background: linear-gradient(180deg,#f8f9fa,#f5f6f8); }
.services-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; grid-column: span 3; min-width: 0; overflow: hidden; padding: 27px 24px 24px; border: 1px solid #e8e9ec; border-radius: 22px; background: var(--white); color: var(--ink); box-shadow: 0 5px 20px #20283a04; text-decoration: none; transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.service-card-featured { grid-column: span 6; padding: 30px; }
a.service-card:hover { transform: translateY(-4px); border-color: #e5c4bc; box-shadow: 0 16px 34px #4439310f; text-decoration: none; background: #fff; }
.service-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23px; position: relative; z-index: 1; }
.service-icon { display: grid; place-items: center; width: 49px; height: 49px; color: var(--red); background: #fff0ec; border: 1px solid #fce1da; border-radius: 15px; }
.service-icon .icon { width: 25px; height: 25px; }
.service-number { color: #6c727d; font-size: .65rem; font-weight: 500; letter-spacing: .08em; }
.service-card h3 { position: relative; font-size: 1.08rem; line-height: 1.35; margin-bottom: 11px; letter-spacing: -.02em; }
.service-card-featured h3 { font-size: 1.5rem; margin-bottom: 7px; }
.service-card p { position: relative; color: var(--gray); font-size: .82rem; line-height: 1.7; margin-bottom: 26px; }
.service-card-featured p { max-width: 350px; }
.service-card p.service-tagline { font-size: .84rem; color: #515764; margin-bottom: 10px; }
.service-card-link { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; border-top: 1px solid #f0f0f2; color: var(--red); font-size: .75rem; font-weight: 600; }
.service-card-link .icon { width: 17px; height: 17px; }
.service-watermark { position: absolute; width: 180px; height: 180px; right: -18px; top: 48px; color: #c48b7a; opacity: .055; transform: rotate(-13deg); pointer-events: none; }
.service-card:not(.service-card-featured) .service-watermark { display: none; }
.home-proof { padding-block: 112px; background: var(--white); }
.proof-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 90px; align-items: center; }
.proof-visual { position: relative; min-width: 0; padding: 0 28px 58px 0; }
.proof-photo-main { overflow: hidden; border-radius: 32px 80px 32px 32px; height: 480px; background: var(--light); }
.proof-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.proof-photo-detail { position: absolute; bottom: 0; right: 0; width: 42%; height: 220px; overflow: hidden; border: 7px solid #fff; border-radius: 26px; box-shadow: 0 12px 35px #2d302c18; }
.proof-photo-detail img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.family-seal { position: absolute; left: -22px; bottom: 82px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 148px; height: 148px; border: 7px solid #fff; border-radius: 50%; background: #fff0e8; box-shadow: 0 8px 25px #523d2710; color: #954434; text-align: center; }
.family-seal .icon { width: 29px; height: 29px; margin-bottom: 8px; }
.family-seal strong { font-size: .84rem; font-weight: 650; }
.family-seal span { font-size: .55rem; letter-spacing: .13em; margin-top: 3px; }
.photo-credit { padding: 12px 0 0 8px; width: 53%; color: var(--gray); font-size: .62rem; line-height: 1.6; }
.proof-copy h2 { font-size: clamp(2.1rem,3.3vw,3rem); line-height: 1.15; }
.proof-copy > p { color: var(--gray); font-size: .94rem; }
.proof-copy > .eyebrow { color: var(--red); font-size: .65rem; }
.proof-list { list-style: none; padding: 0; margin: 27px 0 29px; }
.proof-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; font-size: .78rem; line-height: 1.65; color: var(--gray); }
.proof-list li + li { border-top: 1px solid #ededf0; }
.proof-list .icon { width: 21px; height: 21px; color: var(--red); margin-top: 2px; }
.proof-list strong { display: block; color: var(--ink); font-size: .87rem; font-weight: 600; margin-bottom: 3px; }
.home-process { background: #fbfbfc; border-block: 1px solid #f0f0f2; }
.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px; margin-top: 48px; }
.process-step { position: relative; text-align: center; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 35px; left: calc(50% + 62px); width: calc(100% - 74px); border-top: 1px dashed #d9d9df; }
.process-icon { position: relative; display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 29px; background: var(--white); color: var(--red); border: 1px solid #e6e7eb; border-radius: 23px; box-shadow: 0 7px 18px #252a3705; }
.process-icon > .icon { width: 30px; height: 30px; }
.process-icon > span { position: absolute; top: -8px; right: -10px; display: grid; place-items: center; width: 27px; height: 27px; border: 3px solid #fbfbfc; border-radius: 50%; background: #ffece6; color: #963e30; font-size: .55rem; font-weight: 650; }
.process-step h3 { max-width: 265px; margin: 0 auto 14px; font-size: 1.13rem; line-height: 1.35; }
.process-step p { color: var(--gray); font-size: .85rem; max-width: 285px; margin: auto; }
.home-about { padding-bottom: 0; background: var(--white); }
.heritage-panel { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: .85fr 1.4fr; gap: 64px; align-items: center; padding: 62px; border: 1px solid #f0e6df; border-radius: 30px; background: linear-gradient(120deg,#fff9f2,#fff3ef); }
.heritage-mark { position: relative; z-index: 1; border-right: 1px solid #ead6ca; padding-right: 40px; }
.heritage-mark > span { display: block; color: #b44c37; font-size: clamp(5rem,8vw,7.5rem); line-height: 1; letter-spacing: -.07em; font-weight: 600; }
.heritage-mark p { color: #8b594b; font-size: .58rem; letter-spacing: .12em; margin-top: 20px; }
.about-copy { position: relative; z-index: 1; }
.about-copy > .eyebrow { font-size: .59rem; color: #954130; }
.about-copy h2 { font-size: clamp(1.9rem,2.6vw,2.5rem); }
.about-copy > p:not(.eyebrow) { color: #6f625e; font-size: .87rem; }
.heritage-watermark { position: absolute; right: -50px; bottom: -90px; width: 320px; height: 320px; color: #c9836b; opacity: .075; transform: rotate(-16deg); z-index: -1; }
.home-area { background: var(--white); }
.area-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 78px; align-items: center; }
.area-copy h2 { font-size: clamp(2rem,3vw,2.8rem); line-height: 1.17; }
.area-copy > p:not(.eyebrow) { max-width: 430px; color: var(--gray); font-size: .93rem; }
.area-copy > .eyebrow { font-size: .6rem; }
.location-note { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 30px; margin-top: 30px; border-top: 1px solid #eceef0; font-size: .78rem; color: var(--ink); }
.location-note .icon { color: var(--red); width: 18px; height: 18px; }
.location-note > span { flex-basis: 100%; padding-left: 26px; color: var(--gray); font-size: .71rem; }
.coverage-panel { padding: 30px; border: 1px solid #e8e9ec; border-radius: 28px; background: #fafbfc; }
.coverage-heading { display: flex; align-items: center; gap: 15px; padding-bottom: 23px; margin-bottom: 8px; }
.coverage-icon { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid #efdcd5; border-radius: 18px; background: #fff0e9; color: #b95843; flex: 0 0 auto; }
.coverage-icon .icon { width: 29px; height: 29px; }
.coverage-heading strong, .coverage-heading div > span { display: block; }
.coverage-heading strong { font-size: .91rem; font-weight: 600; }
.coverage-heading div > span { font-size: .7rem; color: var(--gray); margin-top: 3px; }
.county-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.county-link-grid a { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 15px 12px; border: 1px solid #e8e9ed; border-radius: 12px; background: var(--white); color: #545a64; font-size: .76rem; font-weight: 550; text-decoration: none; transition: background .2s ease,border-color .2s ease; }
.county-link-grid a:hover { background: #fff5f0; border-color: #e6c4b8; color: #9e412f; }
.county-link-grid a > .icon { width: 15px; height: 15px; color: #b9614c; }
.county-link-grid a > span { flex: 1; min-width: 0; }
.county-arrow { width: 14px; height: 14px; color: #9e7370; }

/* Inner page structure */
.page-hero { position: relative; padding-block: 56px 65px; background: #fff8f4; color: var(--ink); border-bottom: 1px solid var(--border); margin: 18px auto 0; max-width: 1440px; border-radius: 28px; border: 1px solid #f0e7e3; background-image: radial-gradient(ellipse at 95% 80%,#f8e8df,transparent 58%); }
.page-hero .container::before { content: ""; display: none; width: 38px; height: 3px; background: #e9554a; margin-bottom: 27px; }
.page-hero h1 { max-width: 980px; font-size: clamp(2.4rem,4.7vw,4rem); letter-spacing: -.045em; }
.page-hero p, .page-hero .hero-sub { max-width: 760px; margin-bottom: 0; color: var(--gray); font-size: 1.04rem; }
.page-hero p.eyebrow { color: var(--red); font-size: .72rem; margin-bottom: 20px; }
.trust-bar { background: var(--light); border-bottom: 1px solid var(--border); }
.trust-bar-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px 25px; padding-block: 23px; }
.trust-item { display: flex; align-items: baseline; gap: 10px; }
.trust-num { font-size: 1.5rem; font-weight: 650; letter-spacing: -.04em; color: var(--ink); }
.trust-label { font-size: .74rem; color: var(--gray); }
.breadcrumb { background: var(--light); color: var(--gray); padding-block: 14px; font-size: .8rem; }
.breadcrumb .container { display: flex; flex-wrap: wrap; gap: 9px; }
.grid-2, .grid-3 { display: grid; gap: 25px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { padding: 30px; border: 1px solid var(--border); background: var(--white); }
.card-icon { display: block; font-size: 2rem; margin-bottom: 20px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }
.stat-item { border-top: 2px solid var(--red); padding-top: 25px; }
.stat-num { display: block; font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 650; line-height: 1.2; letter-spacing: -.045em; }
.stat-label { display: block; color: var(--gray); margin-top: 12px; font-size: .9rem; }
.stat-label small { font-size: .75rem; }

.page-hero-icon, .section-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border: 1px solid #efd8cf; border-radius: 17px; background: #ffffffc9; color: var(--red); margin-bottom: 22px; }
.page-hero-icon .icon, .section-icon .icon { width: 27px; height: 27px; }
.section-icon { background: #fff1ec; }
.county-card h2 { display: flex; align-items: center; gap: 12px; }
.county-card h2 .icon { color: var(--red); width: 25px; height: 25px; }
.legacy-marker { padding: 27px; border: 1px solid #e3e5e9; border-radius: 20px; background: #fff; }
.footer-phone, .footer-email { display: inline-flex; align-items: center; gap: 8px; }
.footer-phone .icon, .footer-email .icon { width: 15px; height: 15px; color: var(--red); }
.contact-checklist { padding: 0; list-style: none; margin-block: 25px 30px; }
.contact-checklist li { position: relative; padding: 12px 0 12px 27px; border-bottom: 1px solid var(--border); font-size: .9rem; }
.contact-checklist li::before { content: "✓"; position: absolute; left: 0; top: 12px; color: var(--red); font-weight: 650; }
/* Service navigation, service details, and comparison table */
.service-tab-nav { position: sticky; top: var(--header-height); z-index: 80; overflow-x: auto; background: var(--paper); border-bottom: 1px solid var(--border); scrollbar-width: thin; scrollbar-color: #b8bfb8 var(--paper); }
.service-tab-inner { width: max-content; min-width: 100%; display: flex; justify-content: center; padding-inline: var(--gutter); }
.service-tab { padding: 20px 18px 17px; flex-shrink: 0; border-bottom: 3px solid transparent; font-size: .77rem; font-weight: 600; white-space: nowrap; color: var(--gray); text-decoration: none; border-radius: 10px 10px 0 0; }
.service-tab:hover, .service-tab.active, .service-tab[aria-current="true"] { border-color: var(--red); color: var(--red); text-decoration: none; }
.comparison-table { max-width: 100%; overflow-x: auto; background: var(--white); color: var(--ink); padding: 18px 14px 22px; scrollbar-width: thin; scrollbar-color: #bdc3cb var(--white); border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 8px 28px #252d3805; }
.comparison-table table { min-width: 610px; }
.comparison-table th, .comparison-table td { vertical-align: top; }
.service-cta-inline { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--border); }
.section-soft .service-cta-inline { border-top-color: var(--border); }
.service-cta-inline > span { font-size: .85rem; }
.service-cta-inline > span a { font-weight: 600; }
.brands-list { display: flex; flex-wrap: wrap; gap: 15px 35px; padding-block: 26px; margin-block: 28px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.brand-item { color: var(--ink); font-size: 1.25rem; font-weight: 600; letter-spacing: -.025em; }

/* Service area */
.services-jump-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 25px; }
.jump-pill { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 19px; border: 1px solid #b9c1b8; color: var(--ink); font-size: .85rem; font-weight: 550; text-decoration: none; border-radius: 99px; background: var(--white); }
.jump-pill:hover { border-color: var(--red); color: var(--red); text-decoration: none; background: var(--tint); }
.county-card { padding: clamp(25px, 4vw, 45px); margin-bottom: 22px; background: var(--white); color: var(--ink); border: 1px solid var(--border); border-top: 1px solid var(--border); border-radius: 23px; box-shadow: 0 5px 24px #252d3804; }
.county-card:last-child { margin-bottom: 0; }
.county-card-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; }
.county-card h2 { font-size: clamp(1.5rem, 2.7vw, 2rem); color: var(--ink); margin: 0; }
.county-card-cities, .city-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.city-chip, .city-list span { display: inline-block; padding: 6px 11px; font-size: .77rem; line-height: 1.4; color: var(--gray); border: 1px solid var(--border); background: #f7f8fa; border-radius: 99px; }
.county-note { color: var(--gray); font-size: .91rem; line-height: 1.8; }
.drive-badge { border: 1px solid #efc4bf; background: var(--tint); padding: 6px 12px; font-size: .75rem; font-weight: 500; color: var(--red); }
.section:not(.section-soft):not(.section-red) .city-list span { background: var(--light); color: var(--ink); border-color: var(--border); }

/* About and account pages */
.about-family-block, .about-field-block, .photo-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 55px; align-items: center; }
.about-family-photo img, .about-field-photo img { width: 100%; aspect-ratio: 4 / 3.6; object-fit: cover; object-position: 43% center; border-radius: 28px; }
.photo-caption { font-size: .73rem; line-height: 1.6; color: var(--gray); margin-top: 12px; }
.legacy-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; border-top: none; padding-top: 0; }
.legacy-year { display: block; color: var(--red); font-size: 1.65rem; font-weight: 600; line-height: 1.3; margin-bottom: 12px; }
.legacy-label { display: block; color: var(--gray); font-size: .88rem; line-height: 1.6; }
.logo-strip-sub { text-align: center; color: var(--gray); max-width: 700px; margin: 0 auto 30px; }
.logo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-block: 28px; }
.logo-item { display: flex; align-items: center; justify-content: center; min-height: 95px; padding: 20px; background: var(--white); border: 1px solid var(--border); border-radius: 17px; }
.logo-item img { width: auto; height: auto; max-width: 100%; max-height: 55px; object-fit: contain; }
.logo-item-inline { display: inline-flex; margin-top: 10px; min-width: 190px; }
.client-callout-label { color: inherit; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.notable-client-card { display: flex; align-items: center; gap: 30px; max-width: 800px; margin-top: 28px; padding: 24px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.notable-logo { flex-shrink: 0; width: 125px; max-height: 55px; height: auto; object-fit: contain; }
.notable-desc { margin: 0; color: var(--gray); font-size: .9rem; }
.section-soft .notable-client-card { border-color: var(--border); }
.section-soft .notable-logo { filter: none; }
.section-soft .notable-desc { color: var(--gray); }
.why-block { border-left: 2px solid var(--red); padding-left: 25px; margin-block: 35px; }
.why-checklist { padding: 0; list-style: none; margin-block: 24px; }
.why-checklist li { position: relative; padding-left: 26px; margin-bottom: 15px; }
.why-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--red); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.why-card { padding: 26px 0; border-top: 1px solid var(--border); }
.why-close, .why-verdict { color: var(--gray); font-size: .95rem; }
.photo-break { position: relative; max-height: 450px; overflow: hidden; }
.photo-break img { width: 100%; max-height: 450px; object-fit: cover; }
.photo-break .photo-caption { position: absolute; inset: auto 0 0; padding: 28px; background: rgba(255,255,255,.95); color: var(--ink); }
.photo-split-section { padding: 0; }
.photo-split { gap: 0; align-items: stretch; }
.photo-split-img img { width: 100%; height: 100%; object-fit: cover; }
.photo-split-text { padding: 50px; }
.photo-split-text .services-grid { grid-template-columns: 1fr 1fr; margin-bottom: 25px; }

/* Native FAQ disclosures */
.faq-section { padding-block: 40px 80px; }
.faq-section .container { max-width: 1000px; }
.faq-group-label { color: var(--red); font-size: .73rem; font-weight: 700; letter-spacing: .1em; line-height: 1.6; text-transform: uppercase; margin: 42px 0 20px; }
.faq-item { border-bottom: 1px solid var(--border); border: 1px solid var(--border); border-radius: 18px; margin-bottom: 12px; background: #ffffff; overflow: hidden; box-shadow: 0 4px 15px #252d3803; }
.faq-item summary { position: relative; list-style: none; padding: 23px 55px 23px 24px; font-size: 1.08rem; line-height: 1.5; font-weight: 600; letter-spacing: -.015em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline-offset: -4px; border-radius: 16px; }
.faq-item summary > span[aria-hidden="true"] { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 22px; right: 23px; color: var(--red); font-size: 1.5rem; font-weight: 400; line-height: 1.2; }
.faq-item[open] summary::after { content: "−"; }
.faq-item summary:hover { color: var(--red); }
.faq-answer { padding: 0 24px 24px; color: var(--gray); font-size: .95rem; line-height: 1.8; }
.faq-answer > :is(ul,ol) { margin-block: 16px; }
.faq-answer li { margin-bottom: 6px; }
.faq-q { font-size: 1.08rem; }
.faq-a { color: var(--gray); }

/* Contact and optional email draft */
.contact-layout, .contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 65px; align-items: start; }
.contact-form-wrap, .contact-sidebar, .contact-info { min-width: 0; }
.contact-options { display: grid; grid-template-columns: 1fr; gap: 15px; margin-block: 25px 35px; }
.contact-option { position: relative; display: block; padding: 25px 48px 25px 25px; border: 1px solid var(--border); background: var(--white); color: var(--ink); text-decoration: none; border-radius: 20px; box-shadow: 0 5px 20px #252d3804; }
.contact-option > span:first-child { display: block; color: var(--gray); font-size: .8rem; margin-bottom: 6px; }
.contact-option > strong, .contact-link { display: block; color: var(--red); font-size: 1.05rem; font-weight: 600; overflow-wrap: anywhere; }
.contact-option > span:last-child { position: absolute; right: 22px; top: 27px; color: var(--red); }
a.contact-option:hover { border-color: var(--red); text-decoration: none; }
.contact-phone { font-size: 1.35rem; }
.contact-method { margin-bottom: 25px; }
.contact-method h3 { font-size: 1rem; }
.contact-trust-panel { padding: 30px; background: #fff6f1; color: var(--gray); border: 1px solid var(--border); border-radius: 24px; border-color: #f0e2db; }
.contact-trust-panel .eyebrow { color: var(--red); font-size: .62rem; }
.contact-trust-panel h2 { color: var(--ink); font-size: 1.65rem; line-height: 1.25; margin-top: 0; }
.contact-trust-panel h3 { color: var(--red); font-size: .75rem; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 14px; }
.contact-trust-panel > p:not(.eyebrow) { font-size: .85rem; }
.contact-trust-panel a { color: var(--red); }
.contact-trust-panel hr { border: 0; border-top: 1px solid var(--border); margin: 26px 0; }
.contact-trust-panel .contact-checklist li { border-color: var(--border); font-size: .8rem; }
.contact-trust-panel .contact-checklist li::before { color: var(--red); }
.contact-trust-item { display: flex; align-items: flex-start; flex-wrap: wrap; column-gap: 12px; row-gap: 3px; margin-bottom: 16px; font-size: .84rem; line-height: 1.65; }
.contact-trust-item strong { color: var(--ink); font-weight: 550; }
.contact-trust-item a { color: var(--red); overflow-wrap: anywhere; }
.contact-trust-item:last-child { margin-bottom: 0; }
.email-draft-panel { padding-top: 25px; margin-top: 35px; border-top: 1px solid var(--border); }
.email-draft-panel > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-size: 1.08rem; line-height: 1.5; font-weight: 600; padding-block: 8px; }
.email-draft-panel > summary::-webkit-details-marker { display: none; }
.email-draft-panel > summary span { color: var(--red); font-size: 1.4rem; }
.email-draft-panel[open] > summary span { transform: rotate(45deg); }
.email-draft-panel > p { font-size: .9rem; color: var(--gray); margin-top: 20px; }
.contact-form { margin-top: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { min-width: 0; margin-bottom: 22px; }
.form-group label, .draft-output label { display: block; margin-bottom: 8px; font-size: .83rem; font-weight: 600; color: var(--ink); }
.form-group input, .form-group select, .form-group textarea, .draft-output textarea { display: block; width: 100%; min-width: 0; min-height: 50px; padding: 11px 14px; border: 1px solid #aeb8ad; border-radius: 11px; background: var(--white); color: var(--ink); border-color: #ccd0d6; }
.form-group textarea, .draft-output textarea { min-height: 145px; resize: vertical; }
.form-group :is(input,select,textarea):focus { border-color: var(--red); }
.form-note { margin-top: 14px; color: var(--gray); font-size: .81rem; line-height: 1.6; }
.draft-output { border-top: 2px solid #4f7353; margin-top: 26px; padding-top: 22px; }
.draft-output textarea { margin-bottom: 18px; }
.draft-status, .copy-status { color: #315e3c; font-size: .88rem; }
.copy-status { margin-top: 15px; }
.next-steps { display: flex; flex-direction: column; gap: 20px; margin-top: 25px; }
.next-step { display: flex; align-items: flex-start; gap: 14px; font-size: .88rem; }
.step-num { display: flex; flex-shrink: 0; justify-content: center; align-items: center; width: 29px; height: 29px; color: var(--red); border: 1px solid #dba19b; font-size: .8rem; font-weight: 600; }
.hours-block { line-height: 1.6; font-size: .9rem; }
.hours-days, .hours-time { margin-bottom: 4px; }
.hours-days { font-weight: 600; }
.book-call-options { display: flex; flex-wrap: wrap; gap: 20px; }
.book-call-card { flex: 1 1 220px; padding: 25px; background: var(--light); }

/* Shared final CTA and footer */
.prefooter-cta { padding: 10px var(--gutter) 40px; background: var(--white); color: var(--ink); border-top: 1px solid #efdad6; border-bottom: 1px solid #efdad6; border: 0; }
.prefooter-inner { max-width: calc(var(--page-width) - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; isolation: isolate; overflow: hidden; padding: 48px; border: 1px solid #f0ded7; border-radius: 30px; background: linear-gradient(115deg,#fff8f1,#fff0e9); }
.prefooter-cta .eyebrow { color: var(--red); margin-bottom: 15px; font-size: .65rem; }
.prefooter-headline { max-width: 510px; margin: 0 0 15px; color: var(--ink); font-size: clamp(1.8rem,3vw,2.65rem); line-height: 1.2; font-weight: 600; letter-spacing: -.025em; }
.prefooter-inner > div > p:last-child { max-width: 490px; color: #765e55; font-size: .85rem; }
.prefooter-actions { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; }
.btn-footer-primary, .btn-footer-secondary { min-height: 50px; padding-inline: 21px; font-size: .82rem; }
.btn-footer-primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-footer-primary:hover { background: var(--red-hover); color: var(--white); border-color: var(--red-hover); }
.site-footer { color: var(--gray); padding: 55px var(--gutter) 0; background: #fff; padding-top: 28px; }
.footer-inner, .footer-grid { max-width: calc(var(--page-width) - 2 * var(--gutter)); margin-inline: auto; display: grid; grid-template-columns: 1.25fr 1fr .8fr 1.05fr; gap: 35px; padding-bottom: 44px; border-bottom: 1px solid var(--border); }
.footer-col { min-width: 0; }
.footer-logo-link { display: flex; align-items: center; width: 175px; height: 88px; overflow: hidden; margin-bottom: 20px; text-decoration: none; }
.footer-logo-img { width: 100%; height: auto; }
.footer-company-name { font-size: 1rem; color: var(--ink); font-weight: 650; }
.footer-descriptor, .footer-badges { max-width: 245px; font-size: .77rem; line-height: 1.8; }
.footer-badges { color: var(--gray); }
.footer-col-heading { font-size: .66rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; margin: 12px 0 22px; color: var(--ink); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { padding: 0; margin-bottom: 10px; }
.footer-links a, .footer-nav a { color: var(--gray); font-size: .78rem; line-height: 1.6; text-decoration: none; }
.footer-links a:hover, .footer-nav a:hover { color: var(--ink); text-decoration: underline; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-contact .footer-col-heading { margin-bottom: 9px; }
.footer-phone { color: var(--ink); font-size: 1.19rem; font-weight: 600; letter-spacing: -.02em; text-decoration: none; }
.footer-email { color: var(--gray); font-size: .75rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-hours, .footer-location { font-size: .75rem; margin: 0; }
.footer-bottom { max-width: calc(var(--page-width) - 2 * var(--gutter)); margin-inline: auto; padding-block: 23px; }
.footer-bottom p, .footer-copy { color: var(--gray); font-size: .68rem; margin: 0; }
.footer-nap { font-size: .85rem; line-height: 1.8; }
.footer-nav { display: flex; flex-direction: column; gap: 12px; }
.floating-cta { position: fixed; bottom: 20px; right: 20px; z-index: 90; display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; background: var(--red); border: 1px solid #e3584c; color: var(--white); font-size: .85rem; font-weight: 600; text-decoration: none; box-shadow: 0 8px 24px #a72d2924; border-radius: 99px; }
.floating-cta:hover { background: var(--red-hover); text-decoration: none; }
.floating-cta svg { width: 19px; height: 19px; fill: currentColor; }
.error-page { min-height: 60vh; }
.error-page .lead { max-width: 660px; }
.error-icon { font-size: 3rem; margin-bottom: 20px; }
.error-links { margin-block: 35px; }
.error-links ul { display: flex; justify-content: center; flex-wrap: wrap; list-style: none; padding: 0; gap: 12px 24px; }
.error-contact { color: var(--gray); font-size: .9rem; }

/* Responsive layout. Without JavaScript the menu remains available. */
@media (max-width: 1180px) {
  .header-inner { column-gap: 20px; }
  .header-contact { display: none; }
  header nav ul { gap: 20px; }
  header nav a { font-size: .79rem; }
  .hero-layout { gap: 34px; }
  .proof-layout, .about-layout, .area-layout { gap: 50px; }
  .service-tab-inner { justify-content: flex-start; }
  .prefooter-inner { gap: 24px; }
  .prefooter-headline { max-width: 430px; }
  .prefooter-actions { flex-shrink: 1; }
  .footer-inner, .footer-grid { gap: 25px; }
}
@media (max-width: 980px) {
  :root { --header-height: 93px; }
  .header-inner { flex-wrap: wrap; }
  .header-brand { flex: 1; }
  .site-logo-link { width: 175px; height: 88px; }
  .js .nav-toggle { display: inline-flex; }
  header nav { order: 4; width: 100%; padding-bottom: 16px; }
  header nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  header nav a { display: block; font-size: .87rem; padding: 13px 0; border-top: 1px solid var(--border); white-space: normal; }
  header nav a.active, header nav a[aria-current="page"] { text-underline-offset: 5px; }
  header nav .nav-cta { margin-top: 8px; padding: 12px 16px; text-align: center; }
  .js header nav:not(.nav-open) { display: none; }
  .header-contact { display: block; }
  .hero-layout { gap: 30px; padding-block: 32px 40px; }
  .hero h1 { font-size: clamp(2.7rem, 5vw, 3.3rem); }
  .hero-visual { min-height: 515px; }
  .hero-sub { font-size: .93rem; }
  .hero-cta .btn { padding-inline: 17px; font-size: .83rem; }
  .home-stat { padding-inline: 20px; }
  .home-stat strong { font-size: 1.55rem; }
  .home-stat > span { font-size: .69rem; }
  .section-heading { align-items: flex-start; }
  .section-heading > p { max-width: 270px; }
  .service-card { padding-inline: 22px; }
  .proof-layout, .about-layout, .area-layout { gap: 35px; }
  .heritage-mark { padding-right: 30px; }
  .contact-layout, .contact-grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 30px; }
  .contact-trust-panel { padding: 24px; }
  .logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prefooter-inner { align-items: flex-start; flex-direction: column; }
  .prefooter-headline { max-width: 650px; }
  .footer-inner, .footer-grid { grid-template-columns: 1.25fr 1fr; gap: 40px; }
  .footer-descriptor { max-width: 290px; }
  .about-family-block, .about-field-block { gap: 32px; }
}
@media (max-width: 720px) {
  :root { --gutter: 24px; --header-height: 85px; }
  .header-inner { column-gap: 16px; }
  .site-logo-link { width: 160px; height: 80px; }
  .header-contact { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 32px; padding-block: 35px 30px; }
  .hero-copy { padding: 0; }
  .hero h1 { max-width: 600px; font-size: clamp(2.6rem, 7.5vw, 3.8rem); }
  .hero .eyebrow { margin-bottom: 23px; }
  .hero-sub { max-width: 570px; font-size: 1rem; }
  .hero-visual { min-height: 0; aspect-ratio: 4 / 3.3; }
  .hero-visual > img { object-position: 44% 65%; }
  .hero-visual figcaption { padding: 35px 18px 16px; }
  .home-stats-inner { padding-bottom: 27px; }
  .home-stat { padding: 19px 16px 0; }
  .home-stat strong { font-size: 1.3rem; }
  .home-stat > span { margin-top: 8px; font-size: .68rem; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
  .section-heading > p { max-width: 550px; }
  .section-heading h2 { max-width: 530px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { padding: 23px 22px 26px; }
  .service-card p { padding: 0; }
  .service-number { margin-bottom: 27px; }
  .proof-layout, .about-layout, .area-layout { grid-template-columns: 1fr; gap: 35px; }
  .proof-image { max-width: 540px; }
  .proof-image img { aspect-ratio: 4 / 3.3; object-position: center 45%; }
  .client-name-grid { grid-template-columns: 1fr 1fr; }
  .client-name-grid > span { min-height: 90px; font-size: 1rem; }
  .client-name-grid > span:nth-child(n+3) { border-top: 1px solid var(--border); }
  .heritage-mark { display: flex; align-items: flex-end; gap: 30px; border-right: 0; border-bottom: 1px solid var(--border); padding: 0 0 30px; }
  .heritage-mark > span { font-size: 6rem; }
  .heritage-mark p { max-width: 150px; padding-bottom: 8px; }
  .home-about .about-copy > h2 { max-width: 580px; }
  .area-layout > div > p { max-width: 550px; }
  .trust-bar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .trust-item { gap: 8px; }
  .trust-num { font-size: 1.3rem; }
  .trust-label { font-size: .71rem; }
  .grid-3 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .service-tab { padding: 16px 15px 13px; font-size: .73rem; }
  .comparison-table { padding: 12px 0 18px; }
  .service-cta-inline { align-items: flex-start; flex-direction: column; gap: 15px; }
  .county-card-header { align-items: flex-start; flex-direction: column; }
  .county-card-cities { gap: 6px; }
  .city-chip { font-size: .74rem; padding: 6px 9px; }
  .about-family-block, .about-field-block, .photo-split { grid-template-columns: 1fr; gap: 30px; }
  .about-field-photo { order: 2; }
  .about-family-photo img, .about-field-photo img { aspect-ratio: 4 / 3; }
  .legacy-timeline { grid-template-columns: 1fr 1fr; gap: 35px; }
  .photo-split-text { padding: 30px var(--gutter); }
  .why-grid { grid-template-columns: 1fr; }
  .contact-layout, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-sidebar { display: grid; grid-template-columns: 1fr; gap: 22px; }
  .contact-trust-panel { padding: 28px; }
  .faq-section { padding-block: 20px 60px; }
  .faq-item summary { font-size: 1rem; padding-block: 22px; }
  .faq-answer { padding-right: 14px; }
  .footer-inner, .footer-grid { gap: 35px 28px; }
  .prefooter-cta { padding-block: 43px; }
  .prefooter-headline { font-size: 1.8rem; max-width: 540px; }
  .floating-cta { padding: 15px; bottom: 16px; right: 16px; }
  .floating-cta-label { display: none; }
  .error-links ul { flex-direction: column; }
}
@media (max-width: 420px) {
  :root { --gutter: 20px; --header-height: 78px; }
  .site-logo-link { width: 145px; height: 73px; }
  .nav-toggle { padding-inline: 10px; gap: 8px; }
  .hero h1 { font-size: clamp(2.25rem, 10.3vw, 2.9rem); }
  .hero .eyebrow { font-size: .6rem; letter-spacing: .1em; gap: 9px; }
  .hero .eyebrow::before { width: 18px; }
  .hero-cta { align-items: stretch; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-visual { aspect-ratio: 1 / 1; }
  .home-stat { padding-inline: 10px; }
  .home-stat strong { font-size: 1.06rem; }
  .home-stat > span { font-size: .65rem; }
  .services-grid, .grid-2, .form-row { grid-template-columns: 1fr; }
  .service-card { padding: 25px; }
  .service-number { margin-bottom: 20px; }
  .service-card h3 { max-width: none; }
  .service-card p { margin-bottom: 20px; }
  .county-link-grid { column-gap: 19px; }
  .county-link-grid a { font-size: .81rem; }
  .heritage-mark { gap: 20px; }
  .heritage-mark > span { font-size: 5.2rem; }
  .heritage-mark p { font-size: .67rem; }
  .trust-item { display: block; }
  .trust-num, .trust-label { display: block; }
  .logo-grid { grid-template-columns: 1fr 1fr; }
  .logo-item { padding: 14px; min-height: 82px; }
  .notable-client-card { flex-direction: column; align-items: flex-start; gap: 20px; }
  .photo-split-text .services-grid { grid-template-columns: 1fr; }
  .contact-option { padding: 21px 42px 21px 21px; }
  .contact-option > strong, .contact-link { font-size: .88rem; }
  .prefooter-actions { width: 100%; flex-direction: column; }
  .prefooter-actions a { width: 100%; }
  .footer-inner, .footer-grid { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-col-heading { font-size: .63rem; }
  .footer-links a { font-size: .74rem; }
  .footer-bottom { padding-bottom: 28px; }
}
/* Premium layouts at tablet and phone widths. */
@media (max-width: 1488px) {
  .hero, .page-hero { margin-inline: 24px; }
}
@media (max-width: 1180px) {
  .hero-layout { gap: 45px; padding-block: 42px 58px; }
  .hero h1 { font-size: 5rem; }
  .hero-image-shell { height: 510px; }
  .hero .eyebrow { font-size: .54rem; letter-spacing: .065em; }
  .hero-floating-note { left: -20px; padding: 14px; }
  .service-card { padding: 24px 20px; }
  .proof-layout { gap: 55px; }
  .family-seal { left: -10px; }
  .heritage-panel { padding: 48px; gap: 44px; }
  .area-layout { gap: 45px; }
  .coverage-panel { padding: 24px; }
  .county-link-grid { grid-template-columns: 1fr; }
  .county-link-grid a { padding-block: 11px; }
}
@media (max-width: 980px) {
  .hero-layout { gap: 35px; }
  .hero h1 { font-size: 4.45rem; }
  .hero-sub { font-size: .93rem; }
  .hero-image-shell { height: 480px; border-radius: 70px 24px 65px 24px; border-width: 4px; }
  .hero-visual { min-height: 0; }
  .hero .eyebrow { padding: 6px 9px; max-width: 290px; border-radius: 13px; }
  .hero-reassurance { flex-direction: column; gap: 10px; }
  .hero-small-note { display: none; }
  .hero-floating-note { left: -20px; bottom: 45px; }
  .home-stat { padding-inline: 18px; gap: 12px; }
  .home-stat strong { font-size: 1.15rem; }
  .home-stat div > span { font-size: .63rem; }
  .stat-icon { width: 26px; height: 26px; }
  .service-card { grid-column: span 6; padding: 25px; }
  .service-card-featured h3 { font-size: 1.25rem; }
  .proof-layout { gap: 36px; }
  .proof-photo-main { height: 480px; border-radius: 26px 50px 26px 26px; }
  .proof-photo-detail { width: 50%; height: 190px; }
  .family-seal { width: 125px; height: 125px; left: -10px; bottom: 92px; }
  .proof-copy h2 { font-size: 2.3rem; }
  .process-grid { gap: 28px; }
  .process-step:not(:last-child)::after { width: calc(100% - 94px); }
  .heritage-panel { padding: 40px; gap: 35px; grid-template-columns: .8fr 1.3fr; }
  .heritage-mark { padding-right: 25px; }
  .heritage-mark > span { font-size: 5rem; }
  .area-layout { gap: 35px; }
  .coverage-heading { gap: 10px; }
  .coverage-heading strong { font-size: .81rem; }
  .coverage-heading div > span { font-size: .63rem; }
  .coverage-icon { width: 44px; height: 44px; border-radius: 14px; }
}
@media (max-width: 720px) {
  .hero, .page-hero { margin-inline: 14px; border-radius: 24px; }
  .hero-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 35px 36px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(3.65rem,12vw,5rem); margin-bottom: 22px; }
  .hero .eyebrow { font-size: .54rem; max-width: none; border-radius: 99px; }
  .hero-sub { max-width: 520px; font-size: .94rem; line-height: 1.8; margin-bottom: 23px; }
  .hero-reassurance { flex-direction: row; gap: 12px 18px; font-size: .63rem; margin-top: 22px; }
  .hero-visual { max-width: 510px; width: 100%; justify-self: center; aspect-ratio: auto; }
  .hero-image-shell { height: 470px; border-radius: 70px 23px 60px 23px; }
  .hero-floating-note { bottom: 50px; left: -10px; }
  .hero-visual figcaption { padding: 8px 12px 0; }
  .home-stats-inner { padding-block: 22px; }
  .home-stat { padding: 8px 12px; gap: 10px; align-items: flex-start; flex-direction: column; }
  .home-stat strong { font-size: 1.05rem; }
  .home-stat div > span { font-size: .6rem; max-width: 120px; }
  .stat-icon { width: 23px; height: 23px; margin-bottom: 4px; }
  .home-clients { padding: 25px 0 32px; }
  .client-logo-row { gap: 22px 28px; }
  .client-logo-row img { width: 120px; height: 27px; }
  .client-intro { font-size: .64rem; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
  .section-heading h2 { font-size: 2.35rem; }
  .section-heading > p { max-width: 500px; font-size: .88rem; }
  .section-heading.centered { text-align: left; align-items: flex-start; }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .service-card, .service-card-featured { grid-column: auto; padding: 24px 21px; border-radius: 20px; }
  .service-card-featured h3 { font-size: 1.16rem; }
  .service-card p { font-size: .8rem; }
  .service-tagline { display: none; }
  .home-proof { padding-block: 68px; }
  .proof-layout { grid-template-columns: 1fr; gap: 42px; }
  .proof-visual { max-width: 535px; justify-self: center; width: 100%; padding-right: 22px; }
  .proof-photo-main { height: 440px; }
  .proof-photo-detail { height: 210px; width: 43%; }
  .family-seal { bottom: 83px; left: -6px; }
  .proof-copy h2 { font-size: 2.35rem; }
  .proof-list { margin-block: 20px 25px; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .process-step { display: grid; grid-template-columns: 62px 1fr; column-gap: 24px; text-align: left; }
  .process-icon { width: 60px; height: 60px; border-radius: 19px; grid-row: span 2; margin: 0; }
  .process-icon > .icon { width: 27px; height: 27px; }
  .process-step h3 { max-width: none; font-size: 1.09rem; margin: 0 0 10px; }
  .process-step p { max-width: none; margin: 0; font-size: .82rem; }
  .process-step:not(:last-child)::after { display: none; }
  .heritage-panel { grid-template-columns: 1fr; padding: 32px; gap: 30px; border-radius: 24px; }
  .heritage-mark { display: block; padding: 0 0 27px; border-right: 0; border-bottom: 1px solid #ead6ca; }
  .heritage-mark > span { font-size: 5.4rem; }
  .heritage-mark p { max-width: none; padding: 0; margin-top: 12px; font-size: .58rem; }
  .about-copy h2 { font-size: 2rem; }
  .area-layout { grid-template-columns: 1fr; gap: 35px; }
  .area-copy h2 { font-size: 2.3rem; }
  .coverage-panel { padding: 25px; }
  .county-link-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .coverage-heading strong { font-size: .91rem; }
  .coverage-heading div > span { font-size: .68rem; }
  .location-note { padding-top: 23px; margin-top: 23px; }
  .prefooter-inner { padding: 32px 27px; border-radius: 24px; }
  .prefooter-cta { padding-inline: var(--gutter); padding-block: 0 28px; }
  .prefooter-headline { font-size: 2rem; }
  .page-hero { padding-block: 37px 44px; }
  .page-hero h1 { font-size: 2.7rem; }
  .page-hero p { font-size: .93rem; }
  .page-hero-icon { width: 47px; height: 47px; border-radius: 15px; margin-bottom: 20px; }
  .legacy-timeline { gap: 12px; }
  .legacy-marker { padding: 23px; }
  .faq-item summary { padding: 21px 50px 21px 21px; font-size: .95rem; }
  .faq-item summary::after { right: 19px; top: 21px; }
  .faq-answer { padding: 0 21px 22px; font-size: .89rem; }
}
@media (max-width: 420px) {
  .hero .container { padding-inline: 22px; }
  .hero h1 { font-size: 3.8rem; }
  .hero .eyebrow { font-size: .49rem; padding: 7px 9px; }
  .hero-eyebrow .icon { width: 14px; height: 14px; }
  .hero-cta { display: flex; flex-direction: column; align-items: stretch; }
  .hero-cta .btn { flex: none; min-height: 51px; font-size: .84rem; }
  .hero-image-shell { height: 390px; }
  .hero-floating-note { left: -9px; bottom: 44px; padding: 12px; border-radius: 16px; gap: 10px; }
  .hero-floating-note strong { font-size: .8rem; }
  .hero-floating-note div > span { font-size: .64rem; }
  .note-icon { width: 38px; height: 38px; border-radius: 12px; }
  .note-icon .icon { width: 22px; height: 22px; }
  .hero-reassurance { flex-direction: column; gap: 9px; }
  .hero-visual { aspect-ratio: auto; }
  .home-stat { padding-inline: 9px; }
  .home-stat strong { font-size: .95rem; }
  .client-logo-row { gap: 20px 28px; }
  .client-logo-row img { width: 118px; height: 27px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-featured { padding: 25px; }
  .service-card h3, .service-card-featured h3 { font-size: 1.2rem; }
  .service-card-top { margin-bottom: 20px; }
  .service-card p { max-width: none; font-size: .85rem; margin-bottom: 22px; }
  .proof-photo-main { height: 365px; border-radius: 25px 55px 25px 25px; }
  .proof-photo-detail { height: 175px; width: 47%; }
  .family-seal { width: 118px; height: 118px; bottom: 88px; }
  .family-seal strong { font-size: .73rem; }
  .family-seal .icon { width: 25px; height: 25px; margin-bottom: 5px; }
  .photo-credit { width: 47%; font-size: .55rem; }
  .heritage-panel { padding: 28px; }
  .coverage-panel { padding: 22px; border-radius: 22px; }
  .county-link-grid { grid-template-columns: 1fr; }
  .county-link-grid a { font-size: .84rem; padding: 13px; border-radius: 12px; }
  .page-hero h1 { font-size: 2.3rem; }
  .legacy-timeline { grid-template-columns: 1fr; }
  .client-wordmark { min-width: 118px; font-size: 1.08rem; }
}

/* Photography: unique content images, with clearly labeled illustrations. */
.hero--field .hero-layout { grid-template-columns: .85fr 1.15fr; gap: 48px; padding-block: 54px 62px; }
.hero--field h1 { font-size: clamp(2.75rem, 4.4vw, 4rem); }
.hero--field .hero-visual { min-height: 0; max-width: none; }
.hero--field .hero-image-shell { height: auto; aspect-ratio: 4 / 3; border-radius: 28px 76px 28px 28px; }
.hero--field .hero-image-shell img { object-position: center; }
.hero--field .hero-floating-note { left: -18px; bottom: 49px; }
.hero--field .hero-visual figcaption { padding-top: 12px; font-size: .66rem; }
.editorial-photo { margin: 0; min-width: 0; }
.editorial-photo > img { width: 100%; height: auto; object-fit: cover; border-radius: 22px; background: var(--light); }
.image-caption { padding-top: 12px; color: var(--gray); font-size: .73rem; line-height: 1.55; }
.page-hero--photo { padding-block: 30px; }
.page-hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.page-hero-copy { min-width: 0; padding-block: 15px; }
.page-hero--photo h1 { font-size: clamp(2.4rem, 3.7vw, 3.5rem); }
.page-hero--photo .page-hero-icon { margin-bottom: 20px; }
.page-hero-photo > img { height: 350px; border-radius: 24px 65px 24px 24px; }
.page-hero-photo .image-caption { font-size: .7rem; }
.page-hero-photo--equipment > img { object-fit: contain; background: #f4efe7; }
.service-detail-photo.service-detail-photo--portrait > img { aspect-ratio: 3 / 4; object-position: center; }
.contact-sidebar-photo.contact-sidebar-photo--portrait > img { aspect-ratio: 3 / 4; }
.about-family-photo img { object-position: center 30%; }
.service-card.service-card--photo { padding: 0; }
.service-card-media { height: auto; aspect-ratio: 4 / 3; overflow: hidden; flex-shrink: 0; }
.service-card-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; transition: transform .35s ease; }
.service-card-media--inspection > img { object-position: center 30%; }
.service-card-media--recharging > img { scale: -1 1; }
.service-card--photo:hover .service-card-media > img { transform: scale(1.035); }
.service-card-body { position: relative; display: flex; flex: 1; flex-direction: column; padding: 27px 30px; }
.service-card--photo .service-watermark { display: none; }
.service-card--photo .service-card-top { margin-bottom: 16px; }
.home-field-gallery { background: #fff; }
.field-collage > img { aspect-ratio: 3 / 2; object-fit: contain; border-radius: 26px; }
.field-collage .image-caption { font-size: .7rem; }
.coverage-photo { margin-bottom: 24px; }
.coverage-photo > img { height: 210px; border-radius: 18px; }
.coverage-photo .image-caption { font-size: .65rem; }
.service-detail-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: start; }
.service-detail-copy { min-width: 0; }
.service-detail-copy p, .service-detail-copy li { color: var(--gray); }
.service-detail-copy li { margin-bottom: .5rem; }
.service-detail-copy ul { margin-block: 1.35rem 1.65rem; }
.service-detail-copy p.section-label { color: var(--red); }
.service-detail-photo { margin-top: 8px; }
.service-detail-photo > img { aspect-ratio: 4 / 3; }
.service-detail-photo--tag > img { aspect-ratio: 4 / 4.5; object-position: center 22%; }
.contact-sidebar-photo { margin-bottom: 24px; }
.contact-sidebar-photo > img { aspect-ratio: 4 / 3; border-radius: 24px; }
@media (max-width: 1180px) {
  .hero--field .hero-layout { gap: 34px; }
  .page-hero-layout { gap: 34px; }
  .page-hero-photo > img { height: 320px; }
  .service-detail-layout { gap: 40px; }
  .service-card-body { padding: 25px; }
}
@media (max-width: 980px) {
  .hero--field .hero-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 38px; }
  .hero--field .hero-copy { display: contents; }
  .hero--field h1 { font-size: clamp(2.6rem, 6vw, 4rem); margin-bottom: 0; }
  .hero--field .hero-visual { width: 100%; grid-row: 3; }
  .hero--field .hero-eyebrow, .hero--field .hero-sub { margin-bottom: 0; }
  .hero--field .hero-reassurance { margin-top: 0; }
  .hero--field .hero-image-shell { aspect-ratio: 16 / 10; }
  .hero--field .hero-image-shell img { object-position: center 60%; }
  .page-hero-photo > img { height: 320px; }
  .page-hero--photo h1 { font-size: 2.5rem; }
  .service-detail-layout { grid-template-columns: 1.15fr 1fr; gap: 30px; }
}
@media (max-width: 720px) {
  .hero--field .hero-layout { padding-block: 32px; gap: 24px; }
  .hero--field .hero-image-shell { aspect-ratio: 4 / 3; border-radius: 23px 46px 23px 23px; }
  .hero--field .hero-floating-note { position: static; margin: 14px 0 0; width: fit-content; padding: 12px 15px; }
  .hero--field .hero-visual figcaption { text-align: left; padding-inline: 2px; }
  .page-hero--photo { padding-block: 26px; }
  .page-hero-layout { grid-template-columns: 1fr; gap: 23px; }
  .page-hero-copy { padding-block: 0; }
  .page-hero-photo > img { height: auto; aspect-ratio: 4 / 3; border-radius: 22px 48px 22px 22px; }
  .page-hero--photo h1 { font-size: 2.5rem; }
  .service-card-body { padding: 23px 21px; }
  .field-collage > img { border-radius: 18px; }
  .field-collage .image-caption { font-size: .65rem; }
  .service-detail-layout { grid-template-columns: 1fr; gap: 30px; }
  .service-detail-photo { max-width: 580px; width: 100%; margin: 0; }
  .service-detail-photo--tag > img { aspect-ratio: 4 / 3; }
  .contact-sidebar-photo { max-width: 580px; }
}
@media (max-width: 420px) {
  .hero--field h1 { font-size: 2.55rem; }
  .page-hero--photo h1 { font-size: 2.25rem; }
  .service-card-body { padding: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  body { background: #fff; color: #000; }
  body > header, .site-header { position: static; }
  .nav-toggle, .service-tab-nav, .prefooter-cta, .floating-cta { display: none; }
  .section, .page-hero { padding-block: 25px; }
}
