:root {
  color-scheme: light;
  --paper: #f6f3ed;
  --white: #fffdf9;
  --ink: #19303a;
  --ink-soft: #4e6871;
  --green: #1b756b;
  --green-dark: #11584f;
  --green-pale: #d9ebe5;
  --blue-pale: #dce9ee;
  --coral-pale: #f4dfd5;
  --line: rgba(25, 48, 58, 0.16);
  --shadow: 0 22px 60px rgba(39, 58, 64, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #6bb9d8; outline-offset: 3px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { top: 12px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.052em; line-height: 1.02; }
.eyebrow { margin: 0 0 15px; color: var(--green); font-size: 0.76rem; font-weight: 820; letter-spacing: 0.13em; text-transform: uppercase; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(246, 243, 237, 0.9);
  backdrop-filter: blur(18px);
}
.site-header.scrolled { border-color: var(--line); }
.nav { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--ink); text-decoration: none; }
.brand-logo { width: 174px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { color: var(--ink-soft); text-decoration: none; font-size: 0.89rem; font-weight: 670; }
.nav-links a:hover { color: var(--green); }
.nav-contact { padding: 8px 14px; border: 1px solid rgba(27, 117, 107, 0.32); border-radius: 999px; color: var(--green-dark) !important; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 48px 0 58px;
}
.hero-copy h1 { max-width: 680px; margin-bottom: 23px; font-size: clamp(3.25rem, 6.5vw, 6.2rem); }
.hero-copy h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 640px; margin-bottom: 25px; color: var(--ink-soft); font-size: clamp(1.03rem, 1.7vw, 1.18rem); }
.hero-points { display: grid; gap: 8px; color: #5e747c; font-size: 0.89rem; }
.hero-points span { display: flex; align-items: center; gap: 9px; }
.hero-points b { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-size: 0.75rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.text-link { color: var(--green-dark); font-weight: 760; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.text-link-light { color: #a7ddd4; }

.form-card { padding: 27px; border: 1px solid rgba(25, 48, 58, 0.11); border-radius: 25px; background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 19px; }
.form-heading .eyebrow { margin-bottom: 7px; }
.form-heading h2 { margin-bottom: 8px; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.form-heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: 0.91rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { margin-bottom: 13px; }
.field label { display: block; margin-bottom: 5px; color: #38515a; font-size: 0.79rem; font-weight: 720; }
.field small { color: #84959b; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 43px; border: 1px solid rgba(25, 48, 58, 0.2); border-radius: 9px; background: #fff; color: var(--ink); padding: 9px 11px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); outline: none; box-shadow: 0 0 0 3px rgba(27, 117, 107, 0.12); }
.field textarea { min-height: 86px; resize: vertical; }
.field textarea::placeholder { color: #8c999d; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 0 0 14px; color: #6a7d84; font-size: 0.72rem; line-height: 1.4; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--green); }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 11px; cursor: pointer; text-decoration: none; font-weight: 780; }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 13px 28px rgba(27, 117, 107, 0.17); }
.button-primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: 0.65; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
.form-note { margin: 0; color: #89979c; font-size: 0.71rem; }
.ssl-badge { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 7px; background: #1a2932; color: #edf2f3; font-size: 0.71rem; font-weight: 760; letter-spacing: 0.01em; box-shadow: 0 5px 13px rgba(25, 48, 58, 0.12); }
.ssl-badge svg { width: 14px; height: 14px; fill: none; stroke: #f1a53a; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.form-status { display: none; margin-top: 16px; padding: 13px 14px; border-radius: 10px; font-size: 0.85rem; }
.form-status.visible { display: block; }
.form-status.success { border: 1px solid rgba(27, 117, 107, 0.22); background: var(--green-pale); color: var(--green-dark); }
.form-status.error { border: 1px solid rgba(180, 75, 48, 0.22); background: #f8e3db; color: #8a3d28; }

.results-band { padding: 34px 0 36px; background: #182832; color: #f8f3ea; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.result { display: grid; place-items: center; padding: 3px 24px; text-align: center; }
.result + .result { border-left: 1px solid rgba(255, 255, 255, 0.12); }
.result strong { color: #f3a544; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.35rem); font-weight: 700; letter-spacing: -0.04em; line-height: 1; }
.result span { margin-top: 8px; color: #b9c7cb; font-size: 0.74rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }

.local-section { display: grid; grid-template-columns: 1.18fr 0.82fr; min-height: 570px; background: #17343c; color: #f7f4ee; }
.local-image-wrap { overflow: hidden; min-height: 570px; }
.local-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.local-copy { display: flex; flex-direction: column; justify-content: center; max-width: 570px; padding: clamp(52px, 7vw, 96px); }
.local-copy .eyebrow { color: #8ed1c7; }
.local-copy h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.2vw, 4.2rem); }
.local-copy p:not(.eyebrow) { color: #b7c8cc; }

.services { background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(330px, 1fr); gap: 12px 70px; align-items: end; margin-bottom: 47px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.55rem, 4.8vw, 4.65rem); }
.section-heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.ai-value { display: flex; align-items: center; gap: 18px; margin: -17px 0 34px; padding: 17px 21px; border: 1px solid rgba(27, 117, 107, 0.18); border-radius: 16px; background: #eef5f1; }
.ai-value-mark { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 14px; background: var(--green); color: #fff; font-family: Georgia, serif; font-size: 1rem; font-weight: 700; }
.ai-value p { margin: 0; color: #4a626a; font-size: 0.92rem; }
.ai-value strong { color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 27px; border-radius: var(--radius); }
.service-card-green { background: var(--green-pale); }
.service-card-blue { background: var(--blue-pale); }
.service-card-coral { background: var(--coral-pale); }
.service-card-sand { background: #eee7d6; }
.service-number { font-family: Georgia, serif; font-size: 0.86rem; opacity: 0.7; }
.service-symbol { display: grid; width: 53px; height: 53px; margin: 32px 0 24px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.4rem; }
.service-card h3 { margin-bottom: 10px; font-size: 1.28rem; letter-spacing: -0.025em; }
.service-card h3 a { text-decoration: none; }
.service-card h3 a:hover { color: var(--green-dark); }
.service-card > p { min-height: 76px; color: #425d66; }
.service-card ul { margin: 19px 0 0; padding: 17px 0 0; border-top: 1px solid rgba(25, 48, 58, 0.12); list-style: none; }
.service-card li { position: relative; padding-left: 17px; color: #49616a; font-size: 0.86rem; }
.service-card li::before { position: absolute; left: 0; content: "•"; }
.card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 19px; color: var(--green-dark); font-size: 0.86rem; font-weight: 780; text-underline-offset: 3px; }
.service-grid-four { grid-template-columns: repeat(4, 1fr); }
.service-grid-four .service-card > p { min-height: 104px; }

.approach { background: var(--paper); }
.approach-layout { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1fr); gap: clamp(52px, 8vw, 100px); align-items: center; }
.approach-photo { overflow: hidden; margin: 0; border-radius: 28px; box-shadow: var(--shadow); }
.approach-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.approach-content h2 { margin-bottom: 27px; font-size: clamp(2.5rem, 4.7vw, 4.5rem); }
.steps { margin: 0 0 27px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { display: grid; grid-template-columns: 43px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(27, 117, 107, 0.35); border-radius: 50%; color: var(--green-dark); font-family: Georgia, serif; }
.steps h3 { margin-bottom: 3px; font-size: 1.04rem; }
.steps p { margin: 0; color: #647980; font-size: 0.91rem; }
.button-light { border: 1px solid rgba(27, 117, 107, 0.32); background: transparent; color: var(--green-dark); }
.button-light:hover { background: var(--green-pale); }

.footer { padding: 48px 0 28px; border-top: 1px solid var(--line); background: var(--white); color: #657981; font-size: 0.8rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-inner p { margin: 0; }
.brand-logo-footer { width: 158px; }
.footer-layout { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 52px; }
.footer-layout > div { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
.footer-layout strong { color: var(--ink); font-size: 0.86rem; }
.footer-layout a { text-decoration: none; }
.footer-layout a:hover { color: var(--green-dark); text-decoration: underline; }
.footer-brand p { max-width: 390px; margin: 8px 0 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); }

.breadcrumbs { display: flex; gap: 10px; align-items: center; padding-top: 24px; color: #6f838a; font-size: 0.8rem; }
.breadcrumbs a { color: var(--green-dark); text-underline-offset: 3px; }
.inner-hero, .service-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.65fr); gap: clamp(48px, 8vw, 110px); align-items: center; min-height: 580px; padding-top: 74px; padding-bottom: 92px; }
.inner-hero h1, .service-hero h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(3.1rem, 6vw, 6rem); }
.lead { max-width: 780px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.region-card, .service-area-card { padding: 30px; border: 1px solid rgba(27, 117, 107, 0.2); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.region-card-label, .service-area-card > span { display: block; margin-bottom: 12px; color: var(--green); font-size: 0.74rem; font-weight: 820; letter-spacing: 0.11em; text-transform: uppercase; }
.region-card strong { display: block; margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; line-height: 1.2; }
.region-card p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }
.section-white { background: var(--white); }
.narrow-heading { max-width: 790px; margin-bottom: 46px; }
.narrow-heading h2, .split-content h2, .process-panel h2, .method-card h2, .related-section h2 { font-size: clamp(2.5rem, 4.8vw, 4.4rem); }
.narrow-heading > p:last-child { color: var(--ink-soft); font-size: 1.04rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-grid-three { grid-template-columns: repeat(3, 1fr); }
.feature-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.feature-grid h3 { margin-bottom: 8px; font-size: 1.18rem; }
.feature-grid h3 a { color: var(--green-dark); text-underline-offset: 4px; }
.feature-grid p { margin: 0; color: var(--ink-soft); }
.feature-number { display: inline-block; margin-bottom: 34px; color: var(--green); font-family: Georgia, serif; font-size: 0.9rem; }
.split-content { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.split-content-top { align-items: start; }
.split-content > div > p:last-child { color: var(--ink-soft); }
.check-list { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { position: relative; padding: 20px 10px 20px 42px; border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 5px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); content: "✓"; font-size: 0.72rem; font-weight: 900; }
.local-cta { padding: 80px 0; background: #17343c; color: #f7f4ee; }
.local-cta-blue { background: #203943; }
.local-cta-inner { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.local-cta-inner > div { max-width: 760px; }
.local-cta h2 { margin-bottom: 15px; font-size: clamp(2.4rem, 4.3vw, 4rem); }
.local-cta p:not(.eyebrow) { margin: 0; color: #b7c8cc; }
.local-links { display: grid; gap: 12px; margin-top: 22px; }
.local-links a { padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.15); text-decoration: none; }
.local-links strong, .local-links span { display: block; }
.local-links strong { color: #fff; }
.local-links span { color: #b7c8cc; font-size: 0.86rem; }
.inner-hero-dark { display: block; max-width: none; min-height: 0; margin-top: 24px; padding: 96px 0; background: #17343c; color: #fff; }
.inner-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) 0.6fr; gap: 70px; align-items: center; }
.inner-hero-dark .lead { color: #bdd0d4; }
.city-signal { display: grid; justify-items: center; text-align: center; }
.city-signal > span { display: grid; width: 170px; height: 170px; place-items: center; border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; color: #8ed1c7; font-family: Georgia, serif; font-size: 5rem; }
.city-signal small { max-width: 180px; margin-top: 18px; color: #bdd0d4; }
.stacked-services { display: grid; border-top: 1px solid var(--line); }
.stacked-services a { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 19px 5px; border-bottom: 1px solid var(--line); text-decoration: none; }
.stacked-services a:hover strong { color: var(--green); }
.stacked-services > a > span { color: var(--green); font-family: Georgia, serif; }
.stacked-services strong { font-size: 1.05rem; }
.stacked-services p { margin: 2px 0 0; color: var(--ink-soft); font-size: 0.9rem; }
.process-panel { padding: 55px; border-radius: 28px; background: #e2eee9; }
.process-panel > div:first-child { max-width: 800px; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 42px; }
.process-steps article { padding-top: 22px; border-top: 1px solid rgba(25,48,58,0.22); }
.process-steps article > span { color: var(--green); font-family: Georgia, serif; }
.process-steps h3 { margin: 23px 0 8px; }
.process-steps p, .service-note { color: var(--ink-soft); }
.service-note { margin: 38px 0 0; font-size: 0.82rem; }
.service-hero { min-height: 620px; }
.service-area-card { display: grid; gap: 8px; }
.service-area-card a { color: var(--green-dark); font-family: Georgia, serif; font-size: 1.65rem; text-underline-offset: 5px; }
.service-area-card strong { margin-top: 5px; color: var(--ink-soft); font-size: 0.86rem; }
.method-card { display: grid; grid-template-columns: 1fr 0.8fr; gap: 80px; align-items: center; padding: 60px; border-radius: 28px; background: #e2eee9; }
.method-card p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.related-section { padding: 90px 0; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.related-grid a { position: relative; display: flex; flex-direction: column; min-height: 155px; padding: 25px 58px 25px 25px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; }
.related-grid a:hover { border-color: rgba(27,117,107,0.5); background: #f6faf8; }
.related-grid strong { color: var(--ink); font-size: 1.05rem; }
.related-grid span { margin-top: 5px; color: var(--ink-soft); }
.related-grid b { position: absolute; top: 24px; right: 24px; color: var(--green); font-size: 1.3rem; }

.pricing-teaser { padding: 72px 0; background: #17343c; color: #f7f4ee; }
.pricing-teaser-inner { display: grid; grid-template-columns: 1.15fr 0.75fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.pricing-teaser h2 { max-width: 720px; margin: 0; font-size: clamp(2.3rem, 4vw, 3.8rem); }
.pricing-teaser .eyebrow { color: #8ed1c7; }
.pricing-teaser-inner > div:last-child p { margin-bottom: 24px; color: #bed0d3; font-size: 1.03rem; }

.pricing-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr); gap: clamp(48px, 8vw, 110px); align-items: center; min-height: 590px; padding-top: 72px; padding-bottom: 88px; }
.pricing-hero h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 6rem); }
.pricing-hero h1 em { color: var(--green); font-style: normal; }
.pricing-promise { display: grid; grid-template-columns: 66px 1fr; gap: 20px; padding: 28px; border: 1px solid rgba(27, 117, 107, 0.2); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.pricing-promise-mark { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 18px; background: var(--green-pale); color: var(--green-dark); font-family: Georgia, serif; font-size: 2rem; }
.pricing-promise strong { color: var(--ink); }
.pricing-promise p { margin: 5px 0 0; color: var(--ink-soft); font-size: 0.88rem; }
.pricing-jump-nav { position: sticky; top: 72px; z-index: 14; border-block: 1px solid var(--line); background: rgba(255, 253, 249, 0.96); backdrop-filter: blur(18px); }
.pricing-jump-nav .wrap { display: flex; gap: 10px; overflow-x: auto; padding-block: 11px; scrollbar-width: none; }
.pricing-jump-nav .wrap::-webkit-scrollbar { display: none; }
.pricing-jump-nav a { flex: 0 0 auto; padding: 8px 15px; border-radius: 999px; color: var(--ink-soft); font-size: 0.82rem; font-weight: 750; text-decoration: none; }
.pricing-jump-nav a:hover, .pricing-jump-nav a:focus-visible { background: var(--green-pale); color: var(--green-dark); }
.pricing-section { scroll-margin-top: 132px; }
.pricing-section-white { background: var(--white); }
.pricing-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr); gap: 70px; align-items: end; margin-bottom: 44px; }
.pricing-heading h2, .hours-copy h2, .pricing-cta h2 { margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.6rem); }
.pricing-heading > p { margin: 0 0 5px; color: var(--ink-soft); font-size: 1.02rem; }
.pricing-heading-centered { max-width: 940px; grid-template-columns: 1fr; gap: 18px; }
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rate-card { position: relative; padding: 29px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.rate-card-featured { border-color: rgba(27, 117, 107, 0.45); background: #e8f1ed; }
.rate-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 30px; border-radius: 15px; background: var(--green-pale); color: var(--green-dark); font-size: 1.25rem; font-weight: 750; }
.rate-badge { position: absolute; top: 19px; right: 19px; padding: 6px 10px; border-radius: 999px; background: var(--green); color: #fff; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.rate-card h3 { margin-bottom: 13px; font-size: 1.15rem; }
.rate-price { display: flex; gap: 8px; align-items: baseline; margin-bottom: 17px; font-variant-numeric: tabular-nums; }
.rate-price strong { color: var(--ink); font-family: Georgia, serif; font-size: clamp(2.3rem, 4vw, 3.3rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.rate-price span { color: var(--ink-soft); font-size: 0.82rem; }
.rate-card > p:last-child { margin: 0; color: var(--ink-soft); font-size: 0.89rem; }

.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: var(--white); box-shadow: 0 14px 38px rgba(39, 58, 64, 0.06); }
.plan-card-featured { border: 2px solid var(--green); padding: 29px; background: #f9fdfb; box-shadow: 0 24px 55px rgba(27, 117, 107, 0.13); }
.plan-card-dark { border-color: #17343c; background: #17343c; color: #edf4f2; }
.plan-recommended { margin: -30px -30px 25px; padding: 8px; background: var(--green); color: #fff; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.plan-label { display: block; margin-bottom: 8px; color: var(--green); font-size: 0.69rem; font-weight: 840; letter-spacing: 0.1em; text-transform: uppercase; }
.plan-card-dark .plan-label { color: #8ed1c7; }
.plan-top h3 { margin-bottom: 11px; font-family: Georgia, serif; font-size: 2.15rem; font-weight: 500; letter-spacing: -0.04em; }
.plan-top > p:not(.plan-price):not(.plan-unit) { min-height: 78px; margin-bottom: 24px; color: var(--ink-soft); font-size: 0.9rem; }
.plan-card-dark .plan-top > p:not(.plan-price):not(.plan-unit) { color: #b8c9cc; }
.plan-price { display: flex; flex-wrap: wrap; gap: 2px 8px; align-items: baseline; margin-bottom: 14px; font-variant-numeric: tabular-nums; }
.plan-price small { flex-basis: 100%; color: var(--ink-soft); font-size: 0.72rem; font-weight: 650; }
.plan-price strong { font-family: Georgia, serif; font-size: clamp(2.65rem, 4.4vw, 3.65rem); font-weight: 600; letter-spacing: -0.055em; line-height: 1; }
.plan-price span { color: var(--ink-soft); font-size: 0.8rem; }
.plan-card-dark .plan-price small, .plan-card-dark .plan-price span { color: #b8c9cc; }
.plan-unit { margin: 0 0 25px; padding: 13px 14px; border-radius: 11px; background: var(--green-pale); color: var(--green-dark); font-size: 0.82rem; line-height: 1.45; }
.plan-unit span { color: #56726f; }
.plan-card-dark .plan-unit { background: rgba(142, 209, 199, 0.12); color: #d9f1ec; }
.plan-card-dark .plan-unit span { color: #abc6c5; }
.plan-includes { flex: 1 1 auto; margin-bottom: 27px; }
.plan-includes h4 { margin: 0 0 13px; font-size: 0.82rem; }
.plan-includes ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.plan-includes li { position: relative; padding-left: 23px; color: var(--ink-soft); font-size: 0.84rem; line-height: 1.4; }
.plan-includes li::before { position: absolute; left: 0; top: 0.08em; color: var(--green); content: "✓"; font-weight: 900; }
.plan-card-dark .plan-includes li { color: #c1d0d2; }
.plan-card-dark .plan-includes li::before { color: #8ed1c7; }
.button-plan { border: 1px solid rgba(27, 117, 107, 0.32); color: var(--green-dark); }
.button-plan:hover { background: var(--green-pale); }
.button-dark-plan { background: #f3a544; color: #17343c; }
.button-dark-plan:hover { background: #ffc36d; }

.hours-section { background: #203943; color: #f7f4ee; }
.hours-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.hours-copy .eyebrow { color: #8ed1c7; }
.hours-copy p:last-child { margin: 22px 0 0; color: #b9c9cc; }
.hours-options { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 22px; background: rgba(255, 255, 255, 0.04); }
.hours-options > div { display: flex; min-height: 205px; flex-direction: column; justify-content: center; padding: 28px 22px; text-align: center; }
.hours-options > div + div { border-left: 1px solid rgba(255, 255, 255, 0.15); }
.hours-option-featured { background: rgba(142, 209, 199, 0.1); }
.hours-options span { color: #8ed1c7; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.hours-options strong { margin: 14px 0 2px; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 2.75rem); font-weight: 600; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.hours-options small { color: #b9c9cc; }

.specialty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.specialty-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.specialty-card-wide { grid-column: 1 / -1; background: #e7f0ec; }
.specialty-heading { display: flex; gap: 15px; align-items: center; margin-bottom: 27px; }
.specialty-heading .eyebrow { margin-bottom: 3px; }
.specialty-heading h3 { margin: 0; font-size: 1.25rem; }
.specialty-icon { display: grid; flex: 0 0 auto; width: 49px; height: 49px; place-items: center; border-radius: 15px; background: var(--white); color: var(--green-dark); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; box-shadow: 0 8px 18px rgba(39, 58, 64, 0.06); }
.specialty-columns { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 18px; }
.specialty-columns > div { padding: 22px; border: 1px solid rgba(27, 117, 107, 0.15); border-radius: 16px; background: rgba(255, 253, 249, 0.7); }
.specialty-columns p:not(.specialty-price) { color: var(--ink-soft); font-size: 0.88rem; }
.specialty-price { margin-bottom: 15px; font-weight: 680; }
.specialty-price strong { display: block; margin-top: 4px; color: var(--green-dark); font-size: 1.02rem; }
.specialty-price-last { margin: 19px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.specialty-note { display: block; margin: 16px 0 0; color: #70848b; font-size: 0.77rem; }
.price-list { margin: 0; }
.price-list > div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.price-list dt { color: var(--ink-soft); }
.price-list dd { margin: 0; color: var(--green-dark); font-weight: 760; text-align: right; }
.compact-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px 20px; margin: 0; padding: 0; color: var(--ink-soft); font-size: 0.86rem; list-style: none; }
.compact-list li::before { margin-right: 8px; color: var(--green); content: "✓"; font-weight: 900; }
.automation-rate { display: flex; gap: 8px; align-items: baseline; margin: 0 0 18px; }
.automation-rate strong { color: var(--green-dark); font-family: Georgia, serif; font-size: 3rem; font-weight: 600; line-height: 1; }
.automation-rate span { color: var(--ink-soft); }
.specialty-card > p:not(.specialty-price):not(.specialty-note):not(.automation-rate) { color: var(--ink-soft); }

.pricing-cta { padding: 86px 0 30px; background: #17343c; color: #f7f4ee; }
.pricing-cta .eyebrow { color: #8ed1c7; }
.pricing-cta-inner { display: flex; gap: 60px; align-items: center; justify-content: space-between; }
.pricing-cta-inner > div { max-width: 790px; }
.pricing-cta h2 { margin-bottom: 18px; }
.pricing-cta-inner p:last-child { margin: 0; color: #b9c9cc; }
.pricing-cta-inner .button { flex: 0 0 auto; }
.pricing-legal { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: #91a9ad; font-size: 0.75rem; }
.error-page { min-height: 65vh; padding-top: 120px; padding-bottom: 120px; }
.error-page h1 { margin-bottom: 20px; font-size: clamp(3.2rem, 7vw, 6rem); }
.error-page p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.1rem; }

@media (max-width: 1040px) {
  .nav-links a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 62px 0 76px; }
  .hero-copy { max-width: 790px; }
  .hero-form { max-width: 760px; }
  .local-section { grid-template-columns: 1fr; }
  .local-image-wrap { min-height: 420px; }
  .local-copy { max-width: 780px; }
  .section-heading, .approach-layout { grid-template-columns: 1fr; }
  .approach-photo { max-width: 760px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card > p { min-height: auto; }
  .footer-inner { flex-wrap: wrap; }
  .service-grid-four { grid-template-columns: repeat(2, 1fr); }
  .service-grid-four .service-card > p { min-height: auto; }
  .inner-hero, .service-hero { grid-template-columns: 1fr; min-height: 0; }
  .region-card, .service-area-card { max-width: 650px; }
  .feature-grid-three { grid-template-columns: 1fr; }
  .pricing-hero { grid-template-columns: 1fr; min-height: 0; }
  .pricing-promise { max-width: 680px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { width: 100%; max-width: 760px; margin-inline: auto; }
  .plan-top > p:not(.plan-price):not(.plan-unit) { min-height: auto; }
  .hours-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav { min-height: 66px; }
  .nav-contact { padding: 7px 11px; font-size: 0.78rem !important; }
  .brand-logo { width: 148px; }
  .brand-logo-footer { width: 150px; }
  .hero { gap: 34px; padding: 46px 0 62px; }
  .hero-copy h1 { font-size: clamp(2.85rem, 13.5vw, 4.8rem); }
  .hero-intro { margin-bottom: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 22px 17px; border-radius: 20px; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .results-band { padding: 26px 0; }
  .results-grid { grid-template-columns: 1fr; }
  .result { padding: 18px 12px; }
  .result + .result { border-top: 1px solid rgba(255, 255, 255, 0.12); border-left: 0; }
  .result strong { font-size: 2.65rem; }
  .ai-value { align-items: flex-start; margin-top: -8px; padding: 16px; }
  .local-image-wrap { min-height: 300px; }
  .local-copy { padding: 58px 22px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 33px; }
  .service-card { padding: 24px; }
  .approach-photo { aspect-ratio: 4 / 3; border-radius: 20px; }
  .approach-photo img { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 70% 42%; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .service-grid-four, .feature-grid, .inner-hero-grid, .split-content, .process-steps, .method-card, .related-grid, .footer-layout { grid-template-columns: 1fr; }
  .inner-hero, .service-hero { gap: 35px; padding-top: 45px; padding-bottom: 62px; }
  .inner-hero h1, .service-hero h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .inner-hero-dark { padding: 70px 0; }
  .city-signal { display: none; }
  .local-cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .process-panel, .method-card { gap: 28px; padding: 34px 22px; border-radius: 20px; }
  .process-steps { gap: 22px; }
  .related-section { padding: 68px 0; }
  .footer-layout { gap: 32px; }
  .pricing-teaser { padding: 60px 0; }
  .pricing-teaser-inner, .pricing-heading, .specialty-columns { grid-template-columns: 1fr; gap: 26px; }
  .pricing-hero { gap: 32px; padding-top: 45px; padding-bottom: 62px; }
  .pricing-hero h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .pricing-promise { grid-template-columns: 49px 1fr; padding: 22px 18px; }
  .pricing-promise-mark { width: 48px; height: 48px; border-radius: 13px; font-size: 1.5rem; }
  .pricing-jump-nav { top: 66px; }
  .pricing-jump-nav .wrap { width: 100%; padding-inline: 14px; }
  .pricing-section { scroll-margin-top: 124px; }
  .rate-grid, .specialty-grid { grid-template-columns: 1fr; }
  .rate-card, .plan-card, .specialty-card { padding: 24px 21px; border-radius: 19px; }
  .plan-card-featured { padding: 23px 20px; }
  .plan-recommended { margin: -24px -21px 23px; }
  .hours-options { grid-template-columns: 1fr; }
  .hours-options > div { min-height: 160px; }
  .hours-options > div + div { border-top: 1px solid rgba(255, 255, 255, 0.15); border-left: 0; }
  .specialty-card-wide { grid-column: auto; }
  .specialty-heading { align-items: flex-start; }
  .price-list > div { grid-template-columns: 1fr; gap: 2px; }
  .price-list dd { text-align: left; }
  .compact-list { grid-template-columns: 1fr; }
  .pricing-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .pricing-legal { margin-top: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
