/* NorthStar Climate — framework-free, mobile-first presentation.
   Palette follows the supplied teal/lime logo. */
:root {
  --ink: #123c39;
  --deep: #073f3d;
  --deepest: #06322f;
  --green: #467465;
  --lime: #d4f467;
  --paper: #f7f8f3;
  --white: #ffffff;
  --muted: #5f7069;
  --line: #dde4dc;
  --soft: #ecf0e7;
  --warm: #f2e9da;
  --danger: #a52c27;
  --font: 'DM Sans', Arial, sans-serif;
  --display: 'Manrope', Arial, sans-serif;
  --radius: 16px;
  --shadow: 0 16px 48px rgb(14 51 39 / 7%);
  --gutter: 22px;
  --section-space: 72px;
  --ease: cubic-bezier(.23, 1, .32, 1);
  --header-height: 80px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--font); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); }
h1, h2 { font-weight: 650; letter-spacing: -.045em; }
h2 { font-size: clamp(30px, 4.2vw, 43px); line-height: 1.2; }
h3 { line-height: 1.4; font-weight: 700; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font-size: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: not-allowed; opacity: .65; }
img { max-width: 100%; display: block; height: auto; }
button, input, textarea { border-radius: 0; }
address { font-style: normal; }
::selection { color: var(--deep); background: var(--lime); }
:focus-visible { outline: 3px solid #b87913; outline-offset: 5px; border-radius: 3px; }
[tabindex='-1']:focus:not(:focus-visible) { outline: none; }
[hidden] { display: none !important; }
.wrap { width: min(100% - var(--gutter) * 2, 1240px); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.anchor-section, details[id] { scroll-margin-top: 0; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { flex: 0 0 auto; display: inline-block; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 20px; background: var(--lime); color: var(--deep); font-weight: 700; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: .14em; color: var(--green); line-height: 1.7; margin-bottom: 18px; }
.eyebrow .icon { width: 19px; height: 19px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex: 0 0 auto; background: var(--lime); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 21px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease); }
.button .icon { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgb(0 0 0 / 8%); }
.button:active { transform: scale(.98); }
.button-dark { background: var(--deep); color: var(--white); }
.button-dark:hover { background: #11544c; }
.button-lime { background: var(--lime); color: var(--deepest); }
.button-lime:hover { background: #e1ff88; }
.button-outline { background: transparent; border-color: #b9c8ba; color: var(--ink); }
.button-outline:hover { background: var(--white); border-color: var(--deep); }
.button-ghost { border-color: #52726c; background: transparent; color: var(--white); }
.button-ghost:hover { background: #214f48; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 650; font-size: 13px; min-height: 44px; line-height: 1.5; }
.text-link .icon { width: 18px; height: 18px; transition: transform .18s var(--ease); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover .icon { transform: translateX(3px); }
.section-intro { display: grid; gap: 22px; margin-bottom: 36px; }
.section-intro > p { font-size: 14px; }
.muted-heading { color: var(--green); }
/* Utility strip + sticky navigation. Navigation stays available without JS. */
.utility-bar { background: var(--deep); color: #e8f0e4; font-size: 10px; letter-spacing: .02em; }
.utility-bar .wrap { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.utility-bar .wrap > span:first-child { display: none; }
.utility-bar .wrap > span:last-child { display: flex; align-items: center; gap: 7px; }
.utility-bar .icon { width: 12px; height: 12px; color: var(--lime); }
.utility-divider { display: inline-block; width: 1px; height: 12px; background: #60807a; margin: 0 8px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgb(255 255 255 / 97%); border-bottom: 1px solid #e7ebe4; backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.brand { display: block; width: 178px; flex: 0 0 auto; }
.brand img { width: 100%; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 6px; }
.js .menu-toggle { display: inline-flex; }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded='true'] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded='true'] .menu-close-icon { display: block; }
.primary-navigation { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 16px; width: 100%; padding-bottom: 12px; }
.primary-navigation a { position: relative; display: flex; align-items: center; font-size: 13px; font-weight: 550; min-height: 44px; }
.primary-navigation a:hover, .primary-navigation a[aria-current='location'] { color: #437350; }
.primary-navigation a[aria-current='location']::after { content: ''; width: 4px; height: 4px; border-radius: 50%; position: absolute; bottom: 2px; left: calc(50% - 2px); background: var(--deep); }
.js .primary-navigation { display: none; }
.js .primary-navigation.is-open { display: flex; }
.header-call { display: none; }
/* Hero: architectural photography, oversized typography, compass detail. */
.hero { overflow: hidden; background: radial-gradient(ellipse at 0 15%, #eaf1df 0, transparent 53%), var(--paper); }
.hero-grid { display: grid; gap: 40px; padding-block: 46px 44px; }
.hero-copy { position: relative; align-self: center; }
.hero-copy .eyebrow { margin-bottom: 22px; font-size: 9px; letter-spacing: .13em; }
h1 { font-size: clamp(39px, 9.9vw, 62px); line-height: 1.095; font-weight: 650; }
h1 span { color: var(--green); }
.hero-description { font-size: 15px; line-height: 1.75; max-width: 465px; margin-top: 25px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.hero-actions .button { font-size: 12px; padding-inline: 17px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 23px; }
.hero-assurances > span { display: flex; align-items: center; gap: 5px; font-size: 10px; color: #597062; }
.hero-assurances .icon { width: 13px; height: 13px; }
.hero-visual { position: relative; margin: 0 0 8px; }
.hero-photo { width: 100%; height: 425px; object-fit: cover; object-position: 50% 68%; border-radius: 15px; }
.availability-badge { position: absolute; top: 18px; right: 18px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 30px; background: #fcfff2; color: var(--deep); box-shadow: 0 5px 15px rgb(0 0 0 / 6%); font-size: 11px; font-weight: 650; }
.availability-badge .status-dot { background: #628529; }
.comfort-card { position: absolute; bottom: 27px; left: 14px; right: 14px; display: flex; align-items: center; gap: 12px; padding: 18px 14px; border: 1px solid #496956; background: var(--deep); color: white; border-radius: 10px; box-shadow: 0 6px 30px rgb(0 0 0 / 15%); }
.comfort-card strong { display: block; font-size: 12px; font-weight: 550; }
.comfort-card div > span { color: #c8d9cd; font-size: 10px; display: block; margin-top: 2px; }
.comfort-card > .icon { color: var(--lime); margin-left: auto; width: 25px; height: 25px; }
.comfort-icon { display: grid; place-items: center; width: 40px; height: 40px; background: #28564b; color: var(--lime); border-radius: 8px; }
.hero-caption { position: absolute; bottom: -24px; right: 2px; letter-spacing: .16em; font-size: 8px; color: var(--muted); }
/* Four concise trust signals, without invented credentials. */
.benefits-strip { background: var(--deep); color: white; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; row-gap: 24px; padding-block: 28px; }
.benefits-grid > div { display: flex; align-items: center; gap: 12px; }
.benefits-grid > div > .icon { width: 25px; height: 25px; color: var(--lime); }
.benefits-grid strong { display: block; font-size: 11px; font-weight: 550; }
.benefits-grid small { display: block; font-size: 9px; color: #c5d9cc; margin-top: 3px; }
/* About and differentiators. */
.about { background: #fff; }
.about-grid { display: grid; gap: 35px; align-items: center; }
.about-visual { position: relative; padding-bottom: 12px; }
.about-visual img { width: 100%; aspect-ratio: 1.16; object-fit: cover; border-radius: var(--radius); }
.image-note { position: absolute; bottom: 0; left: 16px; right: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--lime); color: var(--deep); border-radius: 7px; padding: 16px; font-weight: 700; letter-spacing: .08em; font-size: 9px; }
.image-note .icon { width: 21px; height: 21px; }
.about-copy h2 { margin-bottom: 24px; font-size: clamp(29px, 3.3vw, 38px); }
.about-copy p:not(.eyebrow) { margin-bottom: 14px; font-size: 14px; line-height: 1.85; }
.about-copy .text-link { margin-top: 9px; }
.why-section { background: var(--deepest); color: #fff; }
.why-section .eyebrow { color: var(--lime); }
.why-section p:not(.eyebrow) { color: #bed0c5; }
.why-intro { margin-bottom: 44px; }
.why-grid { display: grid; gap: 26px; }
.why-card { padding-top: 25px; border-top: 1px solid #45625a; }
.why-card > .icon { color: var(--lime); width: 29px; height: 29px; margin-bottom: 17px; }
.why-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 9px; }
.why-card p { font-size: 12px; line-height: 1.8; max-width: 250px; }
/* Services: filter controls enhance static content but are never required. */
.services { background: var(--paper); }
.service-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; }
.service-filters button { display: inline-flex; align-items: center; gap: 7px; background: transparent; border: 1px solid var(--line); border-radius: 6px; min-height: 42px; padding: 9px 13px; font-size: 11px; transition: background .18s var(--ease); }
.service-filters .icon { width: 15px; height: 15px; }
.service-filters button[aria-pressed='true'] { background: var(--deep); color: white; border-color: var(--deep); }
.service-filters button:hover:not([aria-pressed='true']) { background: #e8eddf; }
.service-filters button > span { background: #43675c; border-radius: 4px; padding: 0 5px; font-size: 9px; color: #f1f5e5; }
.service-grid { display: grid; gap: 16px; }
.service-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.icon-box { width: 44px; height: 44px; display: grid; place-items: center; background: var(--soft); border-radius: 10px; color: var(--green); }
.icon-box .icon { width: 26px; height: 26px; }
.service-index { color: #627366; font-size: 10px; letter-spacing: .08em; }
.service-card h3 { font-size: 19px; letter-spacing: -.025em; margin-bottom: 10px; }
.service-card p { font-size: 13px; line-height: 1.75; margin-bottom: 17px; }
.service-card .text-link { margin-top: auto; justify-content: space-between; padding-top: 14px; border-top: 1px solid #e9ede4; font-size: 12px; }
.service-card.featured { background: var(--deep); color: #fff; border-color: var(--deep); }
.service-card.featured .icon-box { background: #305a46; color: var(--lime); }
.service-card.featured p, .service-card.featured .service-index { color: #c5d8c8; }
.service-card.featured .text-link { color: var(--lime); border-top-color: #456958; }
.service-help { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding-top: 27px; font-size: 12px; }
.service-help > span { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.service-help > span > .icon { width: 19px; height: 19px; }
/* Native details preserve content, keyboard operation, and a no-JS fallback. */
.service-guide { background: white; border-top: 1px solid #e9ece4; }
.service-details-grid { display: grid; align-items: start; column-gap: 34px; }
.service-detail { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 70px; padding: 17px 0; font-size: 14px; font-weight: 550; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary > span { display: flex; align-items: center; gap: 13px; }
.service-detail summary > span > .icon { color: var(--green); width: 21px; height: 21px; }
.toggle-icon { width: 18px; height: 18px; color: var(--green); transition: transform .18s var(--ease); }
details[open] > summary .toggle-icon { transform: rotate(45deg); }
details[open] > summary { color: var(--deep); }
.detail-body { padding: 2px 12px 25px 34px; }
.detail-body h3 { font-size: 16px; margin-bottom: 10px; }
.detail-body p { font-size: 13px; line-height: 1.8; }
.detail-body .text-link { margin-top: 12px; }
.emergency-band { padding-block: 35px; background: var(--lime); }
.emergency-band .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; }
.emergency-copy { display: flex; align-items: center; gap: 17px; }
.emergency-icon { display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; border: 1px solid #8fab46; border-radius: 50%; }
.emergency-icon .icon { width: 27px; height: 27px; }
.emergency-band .eyebrow { color: #36503d; font-size: 8px; margin-bottom: 6px; }
.emergency-band h2 { font-size: 23px; letter-spacing: -.03em; }
/* Service location: responsive, lazy address-based map. */
.area-grid { display: grid; gap: 35px; }
.area-grid h2 { margin-bottom: 22px; font-size: clamp(30px, 3.7vw, 39px); }
.area-grid > div > p:not(.eyebrow) { font-size: 14px; }
.address-card { display: flex; gap: 12px; padding-block: 23px; margin-block: 5px 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.address-card .icon { width: 22px; color: var(--deep); margin-top: 2px; }
.address-card strong { display: block; font-weight: 600; color: var(--ink); margin-bottom: 4px; font-size: 12px; }
.area-label { font-size: 9px; letter-spacing: .1em; font-weight: 600; display: flex; align-items: center; gap: 8px; margin-bottom: 9px; }
.area-label .status-dot { background: #578544; }
.town { display: inline-flex; align-items: center; gap: 5px; padding: 7px 13px; background: white; border: 1px solid var(--line); border-radius: 5px; font-size: 11px; }
.town.active-town { background: #e4edda; border-color: #c9d8ba; }
.town .icon { width: 13px; height: 13px; }
.nearby-title { font-family: var(--font); font-size: 12px; margin-block: 21px 10px; font-weight: 500; }
.towns { display: flex; flex-wrap: wrap; gap: 7px; }
.area-grid .small-text { font-size: 11px !important; margin-block: 14px 7px; }
.map-card { align-self: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); }
.map-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 18px 20px; font-size: 8px; font-weight: 600; letter-spacing: .08em; }
.map-heading span:first-child { display: flex; align-items: center; gap: 8px; }
.map-heading .icon { width: 16px; height: 16px; }
.map-heading span:last-child { color: var(--muted); }
.service-map { position: relative; height: 420px; background: #e9eee5; }
.service-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-placeholder { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; text-align: center; padding: 25px; background: linear-gradient(35deg, transparent 48%, #d8e0d0 49%, #d8e0d0 51%, transparent 52%), linear-gradient(110deg, transparent 47%, #f7f9f3 48%, #f7f9f3 52%, transparent 53%); background-size: 150px 130px, 170px 160px; }
.map-placeholder p { font-size: 13px; background: #eef2e9; padding: 5px 10px; margin-bottom: 16px; }
.map-placeholder strong { font-family: var(--display); font-size: 22px; background: #eef2e9; padding: 5px 12px; }
.map-pin { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: var(--lime); margin-bottom: 15px; box-shadow: 0 0 0 10px #d4dfc9; }
.map-pin .icon { width: 28px; height: 28px; }
.map-note { display: flex; align-items: flex-start; gap: 7px; padding: 14px 18px; font-size: 10px; line-height: 1.7; }
.map-note .icon { width: 14px; height: 14px; margin-top: 2px; }
.map-fallback { padding: 20px; font-size: 13px; }
/* FAQs: editorial split layout. */
.faq-section { background: #fff; border-top: 1px solid #e9ece4; }
.faq-grid { display: grid; gap: 28px; }
.faq-intro > p:not(.eyebrow) { margin-top: 20px; font-size: 14px; }
.faq-call-card { margin-top: 30px; padding: 25px; border-radius: 10px; background: var(--paper); border: 1px solid var(--line); }
.faq-call-card > .icon { color: var(--green); margin-bottom: 15px; }
.faq-call-card h3 { font-size: 15px; margin-bottom: 9px; }
.faq-call-card p { font-size: 12px; margin-bottom: 12px; }
.faq-call-card .text-link { font-size: 12px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { min-height: 77px; font-size: 13px; }
.faq-answer { padding: 0 28px 22px 0; }
.faq-answer p { font-size: 13px; line-height: 1.9; }
/* Lead form: no simulated submissions, explicit consent, accessible errors. */
.contact-section { background: #eef2e7; overflow: hidden; }
.contact-grid { display: grid; align-items: start; gap: 38px; }
.contact-copy { position: relative; }
.contact-copy h2 { font-size: clamp(31px, 4vw, 44px); margin-bottom: 23px; }
.contact-copy > p:not(.eyebrow) { max-width: 365px; font-size: 14px; }
.contact-phone { display: flex; align-items: center; gap: 15px; margin-top: 32px; max-width: 410px; padding-bottom: 27px; border-bottom: 1px solid #ccd8c7; }
.contact-icon { display: grid; place-items: center; border-radius: 50%; width: 48px; height: 48px; flex: 0 0 auto; background: #dee8d3; color: var(--deep); }
.contact-icon .icon { width: 22px; height: 22px; }
.contact-phone small { display: block; font-size: 8px; color: var(--muted); font-weight: 600; letter-spacing: .1em; }
.contact-phone strong { display: block; font-family: var(--display); font-size: clamp(23px, 3vw, 31px); letter-spacing: -.03em; font-weight: 650; }
.contact-phone > .icon { width: 22px; margin-left: auto; }
.contact-phone:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.contact-details { margin-top: 26px; display: grid; gap: 23px; font-size: 12px; color: var(--muted); }
.contact-details > span { display: flex; gap: 15px; }
.contact-details > span > .icon { width: 20px; height: 20px; color: var(--green); margin-top: 3px; }
.contact-details strong { display: block; margin-bottom: 3px; font-size: 12px; color: var(--ink); font-weight: 600; }
.urgent-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 27px; max-width: 410px; }
.urgent-note > .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--green); }
.urgent-note p { font-size: 11px; }
.urgent-note strong { display: block; color: var(--ink); font-weight: 550; }
.contact-compass { display: none; }
.form-card { background: #fff; padding: 26px 22px; border: 1px solid #e2e9da; border-radius: var(--radius); box-shadow: var(--shadow); position: relative; z-index: 1; }
.form-card > h3 { font-size: 21px; font-weight: 650; letter-spacing: -.035em; }
.form-intro { font-size: 11px; margin-block: 8px 26px; }
.form-field { margin-bottom: 19px; }
.form-field label { display: block; font-size: 11px; font-weight: 600; margin-bottom: 7px; }
.form-field label > span { color: var(--green); }
input:not([type='checkbox']), textarea { display: block; width: 100%; background: #fcfcf9; border: 1px solid #dbe1d6; border-radius: 5px; padding: 12px 13px; color: var(--ink); line-height: 1.5; min-height: 46px; font-size: 13px; transition: border-color .15s; }
input::placeholder, textarea::placeholder { color: #7a847b; opacity: 1; font-size: 12px; }
input:hover, textarea:hover { border-color: #9bad97; }
input:focus, textarea:focus { border-color: var(--green); background: white; }
textarea { resize: vertical; min-height: 105px; }
.form-row { display: grid; gap: 0 17px; }
.field-error { display: block; color: var(--danger); font-size: 11px; line-height: 1.5; margin-top: 5px; }
.field-error:empty { display: none; }
[aria-invalid='true'] { border-color: var(--danger) !important; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-availability { font-size: 11px; background: #f8f2e5; color: #715827; border-left: 2px solid #c59d50; padding: 9px 11px; margin-bottom: 18px; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; color: #657160; font-size: 10px; line-height: 1.8; cursor: pointer; }
.consent-label input { flex: 0 0 auto; width: 17px; height: 17px; accent-color: var(--deep); margin: 3px 0 0; cursor: pointer; }
.form-submit { display: flex; justify-content: space-between; width: 100%; margin-top: 22px; }
.form-status:not(:empty) { margin-top: 16px; padding: 13px; border-radius: 5px; border: 1px solid #c7d7c0; font-size: 12px; color: var(--deep); background: #edf4e7; line-height: 1.7; }
.form-status[data-state='error']:not(:empty) { background: #fff4ea; color: #793c25; border-color: #d6ac8a; }
.form-status[data-state='success']:not(:empty) { background: #eaf4e2; }
.form-footnote { text-align: center; font-size: 10px; margin-top: 17px; }
.form-footnote a { color: var(--deep); text-decoration: underline; text-underline-offset: 3px; }
/* Closing conversion block and legally exact footer. */
.final-cta { background: var(--deep); color: white; overflow: hidden; }
.final-cta > .wrap { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 30px; padding-block: 55px; }
.final-cta-copy, .final-actions { position: relative; z-index: 1; }
.final-cta .eyebrow { color: var(--lime); margin-bottom: 13px; }
.final-cta h2 { font-size: clamp(29px, 3.5vw, 37px); }
.final-cta p:not(.eyebrow) { color: #c4d5c9; font-size: 12px; margin-top: 14px; max-width: 440px; }
.final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cta-star { position: absolute; width: 400px; height: 400px; opacity: .06; right: 80px; top: -150px; transform: rotate(15deg); pointer-events: none; }
.site-footer { background: #fff; padding-block: 52px 95px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-bottom: 32px; }
.footer-brand { grid-column: 1 / -1; }
.footer-brand img { width: 215px; }
.footer-brand p { font-size: 11px; margin-top: 13px; line-height: 1.9; }
.footer-grid h2 { font-size: 12px; font-weight: 700; letter-spacing: 0; margin-bottom: 17px; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 10px; }
.footer-grid nav a { font-size: 11px; color: var(--muted); min-height: 35px; display: flex; align-items: center; }
.footer-grid nav a:hover { color: var(--deep); text-decoration: underline; text-underline-offset: 3px; }
.footer-phone { display: inline-block; font-size: 15px; font-weight: 650; margin-bottom: 9px; }
.footer-grid address { font-size: 11px; line-height: 1.85; color: var(--muted); }
.footer-hours { display: flex; align-items: center; gap: 7px; margin-top: 10px; font-size: 11px; color: var(--ink); }
.footer-hours .status-dot { background: #679645; width: 6px; height: 6px; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding-block: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.footer-disclaimer { font-size: 10px; line-height: 1.9; color: #6a756a; padding-top: 23px; }
.mobile-call-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; z-index: 90; bottom: 0; left: 0; right: 0; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); background: var(--deepest); box-shadow: 0 -4px 20px rgb(0 0 0 / 10%); color: white; }
.mobile-call-bar > span { display: flex; align-items: center; gap: 7px; font-size: 11px; }
.mobile-call-bar .button { min-height: 40px; padding: 9px 19px; font-size: 12px; }
.mobile-call-bar.is-hidden { visibility: hidden; transform: translateY(110%); }
/* Tablet. */
@media (min-width: 560px) {
  :root { --gutter: 32px; }
  .utility-bar .wrap { justify-content: space-between; }
  .utility-bar .wrap > span:first-child { display: inline; }
  .hero-grid { gap: 45px; }
  .hero-photo { height: 550px; }
  .hero-actions .button { font-size: 13px; padding-inline: 20px; }
  .hero-assurances > span { font-size: 11px; }
  .comfort-card { left: -14px; right: 28px; bottom: 35px; padding: 20px; gap: 16px; }
  .comfort-card strong { font-size: 14px; }
  .comfort-card div > span { font-size: 11px; }
  .benefits-grid strong { font-size: 13px; }
  .benefits-grid small { font-size: 11px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .form-card { padding: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; gap: 25px; }
  .footer-grid nav { grid-template-columns: 1fr; }
  .service-filters button { font-size: 12px; padding-inline: 18px; }
}
@media (min-width: 768px) {
  :root { --section-space: 88px; --gutter: 40px; }
  .header-call { display: inline-flex; margin-left: auto; order: 1; }
  .menu-toggle { order: 2; }
  .primary-navigation { order: 3; }
  .hero-grid { grid-template-columns: 1.08fr 1fr; align-items: center; gap: 30px; padding-block: 55px; }
  h1 { font-size: clamp(43px, 5.2vw, 68px); }
  .hero-copy .eyebrow { font-size: 8px; }
  .hero-description { font-size: 13px; margin-top: 23px; }
  .hero-photo { height: 500px; }
  .hero-actions { margin-top: 25px; }
  .hero-actions .button { padding: 12px 14px; font-size: 11px; }
  .hero-assurances { gap: 7px 11px; }
  .hero-assurances > span { font-size: 9px; }
  .benefits-grid { grid-template-columns: repeat(4, 1fr); padding-block: 29px; gap: 18px; }
  .benefits-grid > div { gap: 10px; }
  .benefits-grid > div:not(:first-child) { border-left: 1px solid #3b6357; padding-left: 18px; }
  .benefits-grid strong { font-size: 11px; }
  .benefits-grid small { font-size: 9px; }
  .benefits-grid > div > .icon { width: 24px; height: 24px; }
  .about-grid { grid-template-columns: 1fr 1.14fr; gap: 42px; }
  .about-visual img { height: 500px; aspect-ratio: auto; }
  .about-copy p:not(.eyebrow) { font-size: 13px; }
  .section-intro { grid-template-columns: 1.2fr 1fr; align-items: end; gap: 40px; margin-bottom: 40px; }
  .section-intro > p { justify-self: end; font-size: 13px; padding-bottom: 3px; }
  .service-details-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .faq-call-card { max-width: 300px; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .contact-copy { padding-top: 23px; }
  .form-card { padding: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card > h3 { font-size: 24px; }
  .mobile-call-bar { display: none; }
  .site-footer { padding-bottom: 30px; }
  .contact-compass { display: block; position: absolute; top: 510px; left: -70px; color: #3e694d; opacity: .07; pointer-events: none; }
  .contact-compass .icon { width: 380px; height: 380px; stroke-width: .5; }
}
/* Desktop: full navigation, deliberate asymmetric grids, generous rhythm. */
@media (min-width: 1080px) {
  :root { --section-space: 100px; --gutter: 60px; --header-height: 90px; }
  .header-inner { gap: 24px; flex-wrap: nowrap; }
  .brand { width: 210px; }
  .js .menu-toggle { display: none; }
  .primary-navigation, .js .primary-navigation { display: flex; flex-wrap: nowrap; width: auto; gap: 20px; padding: 0; order: 0; margin-left: auto; }
  .primary-navigation a { font-size: 11px; white-space: nowrap; }
  .header-call { margin: 0; font-size: 11px; padding: 12px 15px; min-height: 44px; white-space: nowrap; }
  .header-call .icon { width: 15px; height: 15px; }
  .hero-grid { grid-template-columns: 1.18fr 1fr; gap: 50px; padding-block: 51px 60px; }
  h1 { font-size: 65px; }
  .hero-copy .eyebrow { font-size: 9px; margin-bottom: 25px; }
  .hero-description { font-size: 15px; max-width: 445px; margin-top: 25px; }
  .hero-actions { gap: 12px; margin-top: 32px; }
  .hero-actions .button { font-size: 12px; padding: 15px 19px; }
  .hero-assurances { margin-top: 26px; gap: 19px; }
  .hero-assurances > span { font-size: 10px; }
  .hero-photo { height: 538px; border-radius: 16px; }
  .comfort-card { left: -26px; bottom: 36px; right: 30px; }
  .comfort-card strong { font-size: 15px; }
  .comfort-card div > span { font-size: 11px; }
  .comfort-card > .icon { width: 30px; height: 30px; }
  .comfort-icon { width: 45px; height: 45px; }
  .availability-badge { top: 22px; right: 22px; padding: 10px 15px; font-size: 11px; }
  .hero-caption { bottom: -26px; font-size: 8px; }
  .benefits-grid { padding-block: 30px; gap: 28px; }
  .benefits-grid > div { gap: 16px; }
  .benefits-grid > div:not(:first-child) { padding-left: 27px; }
  .benefits-grid strong { font-size: 13px; }
  .benefits-grid small { font-size: 10px; }
  .benefits-grid > div > .icon { width: 28px; height: 28px; }
  .about-grid { grid-template-columns: .95fr 1.05fr; gap: 85px; }
  .about-visual img { height: 465px; }
  .about-copy p:not(.eyebrow) { font-size: 13px; }
  .image-note { left: 27px; right: 27px; padding: 20px; font-size: 10px; }
  .why-grid { grid-template-columns: repeat(5, 1fr); gap: 27px; }
  .why-intro { margin-bottom: 45px; }
  .why-card { padding-top: 27px; }
  .why-card p { font-size: 12px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .service-card { padding: 29px; }
  .service-grid:not(.is-filtered) .service-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 50px 220px 1fr 105px; column-gap: 24px; align-items: center; padding-block: 23px; }
  .service-grid:not(.is-filtered) .service-card:last-child .card-top { margin: 0; }
  .service-grid:not(.is-filtered) .service-card:last-child .service-index { display: none; }
  .service-grid:not(.is-filtered) .service-card:last-child h3 { font-size: 17px; margin: 0; }
  .service-grid:not(.is-filtered) .service-card:last-child p { margin: 0; }
  .service-grid:not(.is-filtered) .service-card:last-child .text-link { padding: 0; border: 0; margin: 0; }
  .service-help { padding-top: 26px; }
  .service-details-grid { column-gap: 60px; }
  .emergency-band h2 { font-size: 27px; }
  .emergency-band .eyebrow { font-size: 9px; }
  .area-grid { grid-template-columns: 1fr 1.05fr; gap: 75px; }
  .service-map { height: 460px; }
  .map-heading { padding: 20px; }
  .faq-grid { grid-template-columns: .85fr 1.25fr; gap: 85px; }
  .faq-item summary { font-size: 14px; min-height: 73px; }
  .faq-call-card { margin-top: 36px; }
  .contact-grid { grid-template-columns: 1fr 1.02fr; gap: 85px; }
  .form-card { padding: 36px; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .contact-phone { margin-top: 36px; }
  .contact-phone strong { font-size: 33px; }
  .contact-details { gap: 27px; margin-top: 31px; }
  .urgent-note { margin-top: 32px; }
  .contact-compass { top: 470px; }
  .final-cta > .wrap { padding-block: 58px; }
  .footer-grid { grid-template-columns: 1.65fr 1fr 1fr; gap: 65px; padding-bottom: 38px; }
  .footer-grid nav { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1350px) {
  .primary-navigation { gap: 23px; }
  .primary-navigation a { font-size: 12px; }
  .header-call { font-size: 12px; padding-inline: 18px; }
  .hero-grid { gap: 66px; }
  h1 { font-size: 72px; }
  .hero-description { font-size: 15px; max-width: 470px; }
  .hero-actions .button { font-size: 13px; padding-inline: 21px; }
  .hero-assurances > span { font-size: 11px; }
  .hero-photo { height: 555px; }
  .eyebrow { font-size: 10px; }
  .hero-copy .eyebrow { font-size: 10px; }
  .section-intro > p { font-size: 14px; }
}
@media (max-width: 359px) {
  :root { --gutter: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .benefits-grid > div { gap: 8px; }
  .benefits-grid > div > .icon { width: 19px; height: 19px; }
  .benefits-grid strong { font-size: 10px; }
  .benefits-grid small { font-size: 8px; }
  .comfort-card > .icon { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .form-card { padding-inline: 17px; }
}
/* Accessibility: motion preferences and printing. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .service-card:hover, .text-link:hover .icon { transform: none; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .mobile-call-bar, .service-filters, .map-card, .form-card { display: none !important; }
  body { background: #fff; }
  .section { padding-block: 30px; }
  .service-card { break-inside: avoid; }
  .site-footer { padding-bottom: 0; }
  .why-section, .final-cta, .benefits-strip { print-color-adjust: exact; }
}

/* User-supplied photo update: preserve square compositions without cropping. */
.hero-photo,
.about-visual img {
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 46px;
}
.service-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--paper);
}
.service-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.service-photo figcaption {
  padding: 12px 13px;
  font-family: var(--display);
  font-size: 11px;
  line-height: 1.6;
  font-weight: 650;
  color: var(--ink);
}
.footer-wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding-block: 8px;
}
.footer-wordmark > span {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -.04em;
}
.footer-wordmark > small {
  color: var(--green);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .2em;
}
@media (min-width: 768px) {
  .service-photo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1080px) {
  .service-photo-grid { gap: 20px; margin-bottom: 55px; }
  .service-photo figcaption { padding: 15px 17px; font-size: 12px; }
}
@media (max-width: 359px) {
  .service-photo-grid { gap: 10px; }
  .service-photo figcaption { padding: 10px; font-size: 10px; }
}
