/*
Theme Name: Aster Landscaping
Theme URI: https://infoasterlandscaping-godhs.wordpress.com/
Author: Aster Landscaping
Description: Custom WordPress theme for Aster Landscaping with service pages, project portfolio, local field notes, careers, and quotation forms.
Version: 1.1.44
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: aster-landscaping
*/

:root {
  --bg: #f4f6ef;
  --bg-soft: #e9f0e3;
  --surface: #ffffff;
  --surface-2: #f8faf5;
  --ink: #18231c;
  --muted: #647066;
  --line: #d8e1d3;
  --green-950: #07140d;
  --green-900: #10291a;
  --green-800: #164428;
  --green-700: #1d5c37;
  --green-600: #287a49;
  --green-300: #b8de76;
  --gold: #c5963f;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(24, 35, 28, 0.13);
  --shadow-strong: 0 28px 80px rgba(16, 41, 26, 0.24);
  --shadow-soft: 0 12px 34px rgba(24, 35, 28, 0.09);
  --shadow-lift: 0 30px 80px rgba(16, 41, 26, 0.2);
}

/* Native quote request form */
.aster-quote-form-wrap {
  width: min(100%, 820px);
  margin: 0 auto;
}

.service-quote-form-wrap {
  padding-bottom: clamp(64px, 8vw, 112px);
}

.aster-quote-form {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.aster-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.aster-quote-field {
  display: block;
  min-width: 0;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 750;
}

.aster-quote-field > span[aria-hidden="true"] {
  display: inline;
  margin-left: 3px;
  color: var(--green-600);
}

.aster-quote-field-full {
  grid-column: 1 / -1;
}

.aster-quote-field input,
.aster-quote-field select,
.aster-quote-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 8px 0 0;
  border: 1px solid #cfd9ca;
  border-radius: 6px;
  background: var(--surface-2);
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.aster-address-autocomplete-field {
  position: relative;
}

.aster-address-suggestions {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.aster-address-suggestions[hidden] {
  display: none;
}

.aster-address-suggestion {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.aster-address-suggestion:last-child {
  border-bottom: 0;
}

.aster-address-suggestion:hover,
.aster-address-suggestion[aria-selected="true"] {
  background: var(--bg-soft);
  color: var(--green-800);
}

.aster-address-attribution {
  display: block;
  width: 120px;
  height: 14px;
  margin: 8px 12px 8px auto;
  object-fit: contain;
}

.aster-quote-field input,
.aster-quote-field select {
  min-height: 54px;
  padding: 0 15px;
}

.aster-quote-field textarea {
  min-height: 126px;
  padding: 14px 15px;
  resize: vertical;
}

.aster-quote-field input:focus,
.aster-quote-field select:focus,
.aster-quote-field textarea:focus {
  outline: none;
  border-color: var(--green-600);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(40, 122, 73, 0.13);
}

.aster-quote-file {
  padding-top: 2px;
}

.aster-quote-file input[type="file"] {
  min-height: 0;
  padding: 10px;
  background: var(--white);
  cursor: pointer;
}

.aster-quote-file input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 14px;
  border: 0;
  border-radius: 5px;
  background: var(--bg-soft);
  color: var(--green-900);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.aster-quote-file small,
.aster-quote-optional {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 550;
}

.aster-quote-file small {
  display: block;
  margin-top: 7px;
}

.aster-quote-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.aster-quote-consent {
  max-width: 720px;
  margin: 22px 0 16px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.aster-quote-consent a {
  color: var(--green-700);
  font-weight: 750;
}

.aster-quote-submit {
  width: 100%;
  min-height: 54px;
  justify-content: center;
}

.aster-quote-form-message {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 4px solid #a3362f;
  background: #fff3f1;
  color: #79251f;
  font-weight: 700;
}

.aster-quote-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-simple-page .aster-quote-form-wrap {
  margin-top: clamp(26px, 4vw, 44px);
}

@media (max-width: 680px) {
  .aster-quote-form {
    padding: 22px 18px;
  }

  .aster-quote-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .aster-quote-field-full {
    grid-column: auto;
  }

  .aster-quote-field input,
  .aster-quote-field select {
    min-height: 52px;
  }
}


/* Streamlined service landing pages */
.service-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.68fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: start;
}

.service-editorial-layout .service-overview-copy {
  max-width: 820px;
}

.service-editorial-promises {
  margin-top: clamp(28px, 4vw, 42px);
  padding-top: 26px;
  border-top: 1px solid rgba(29, 92, 55, 0.18);
}

.service-editorial-promises .service-overview-label {
  margin: 0 0 16px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-editorial-promises > p:not(.service-overview-label):not(.service-overview-proof) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.service-editorial-promises ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-editorial-promises li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 850;
}

.service-editorial-promises .service-overview-proof {
  margin-top: 26px;
}

.service-editorial-aside {
  padding-left: clamp(28px, 4vw, 52px);
  border-left: 1px solid rgba(29, 92, 55, 0.22);
}

.service-editorial-summary > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.service-editorial-summary > p:not(.eyebrow) + p {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(29, 92, 55, 0.15);
}

.service-editorial-summary strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.35;
}

.service-editorial-detail {
  padding: 24px 0;
  border-bottom: 1px solid rgba(29, 92, 55, 0.15);
}

.service-editorial-detail:last-child {
  border-bottom: 0;
}

.service-editorial-detail h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
}

.service-editorial-detail .service-landing-list {
  gap: 11px;
  margin-top: 16px;
}

.service-editorial-detail .service-landing-list li {
  color: var(--muted);
  font-size: 0.96rem;
}

.service-planning-band {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.8fr) auto;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: clamp(56px, 8vw, 98px);
  padding-top: clamp(30px, 4vw, 44px);
  padding-bottom: clamp(30px, 4vw, 44px);
  border-top: 1px solid rgba(29, 92, 55, 0.2);
  border-bottom: 1px solid rgba(29, 92, 55, 0.2);
}

.service-planning-band h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.service-planning-band p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
}

.service-planning-band .service-planning-factors {
  margin: 0;
  padding: 0;
  border-top: 0;
}

.service-planning-band .service-planning-factors h4 {
  margin-bottom: 9px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-planning-band .service-planning-factors p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.service-planning-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--green-700);
  border-radius: 6px;
  color: var(--green-800);
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.service-planning-link:hover,
.service-planning-link:focus-visible {
  color: var(--white);
  background: var(--green-700);
  transform: translateY(-2px);
}

.service-proof-layout .section-head {
  margin-bottom: clamp(40px, 6vw, 68px);
}

.service-featured-review {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.service-featured-review blockquote {
  margin: 18px 0 16px;
  color: var(--ink);
  font-size: clamp(1.75rem, 4vw, 3.2rem);
  font-weight: 850;
  line-height: 1.12;
}

.service-featured-review figcaption {
  color: var(--green-700);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-proof-credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(42px, 6vw, 70px);
  padding: 24px 0;
  border-top: 1px solid rgba(29, 92, 55, 0.18);
  border-bottom: 1px solid rgba(29, 92, 55, 0.18);
}

.service-proof-credentials > div {
  padding: 0 28px;
  border-right: 1px solid rgba(29, 92, 55, 0.18);
  text-align: center;
}

.service-proof-credentials > div:last-child {
  border-right: 0;
}

.service-proof-credentials strong,
.service-proof-credentials span {
  display: block;
}

.service-proof-credentials strong {
  color: var(--ink);
  font-size: 1rem;
}

.service-proof-credentials span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.84rem;
}

.service-proof-layout .service-mid-cta {
  margin-top: 28px;
}

.service-booking-process {
  overflow: hidden;
  border-top: 1px solid rgba(29, 92, 55, 0.12);
  border-bottom: 1px solid rgba(29, 92, 55, 0.12);
  background: #fff;
}

.service-process-timeline {
  position: relative;
  max-width: 1120px;
  margin: clamp(48px, 7vw, 82px) auto 0;
}

.service-process-timeline::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(29, 92, 55, 0.42) 8%, rgba(29, 92, 55, 0.42) 92%, transparent);
  transform: translateX(-50%);
}

.service-process-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  align-items: center;
  min-height: 190px;
}

.service-process-number {
  z-index: 1;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  place-items: center;
  border: 7px solid #e8eee5;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-800);
  box-shadow: 0 8px 22px rgba(24, 35, 28, 0.16);
  font-size: 1.15rem;
  font-weight: 900;
}

.service-process-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 440px;
  justify-self: end;
  padding-right: clamp(24px, 4vw, 52px);
  text-align: right;
}

.service-process-step:nth-child(even) .service-process-copy {
  grid-column: 3;
  justify-self: start;
  padding-right: 0;
  padding-left: clamp(24px, 4vw, 52px);
  text-align: left;
}

.service-process-copy h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.service-process-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-process-copy a {
  color: var(--green-700);
  font-weight: 900;
}

.js .service-process-step.reveal:nth-child(odd) {
  transform: translateX(-34px);
}

.js .service-process-step.reveal:nth-child(even) {
  transform: translateX(34px);
}

.js .service-process-step.reveal.is-visible {
  transform: translateX(0);
}

.service-landing-faq .faq-grid {
  display: block;
  max-width: 980px;
  margin: clamp(36px, 5vw, 58px) auto 0;
}

.service-landing-faq .faq-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(29, 92, 55, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-landing-faq .faq-item:last-child {
  border-bottom: 1px solid rgba(29, 92, 55, 0.2);
}

.service-landing-faq .faq-item:hover {
  transform: none;
  box-shadow: none;
}

.service-landing-faq .faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 2px;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease;
}

.service-landing-faq .faq-item summary::-webkit-details-marker {
  display: none;
}

.service-landing-faq .faq-item summary:hover,
.service-landing-faq .faq-item summary:focus-visible {
  color: var(--green-700);
}

.service-landing-faq .faq-item summary span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-800);
  background: rgba(184, 222, 118, 0.26);
  transition: transform 0.24s ease, background 0.24s ease;
}

.service-landing-faq .faq-item[open] summary span {
  background: rgba(184, 222, 118, 0.5);
  transform: rotate(45deg);
}

.service-landing-faq .faq-item > p {
  max-width: 820px;
  margin: 0;
  padding: 0 52px 25px 2px;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .service-editorial-layout,
  .service-planning-band {
    grid-template-columns: 1fr;
  }

  .service-editorial-layout {
    gap: 44px;
  }

  .service-editorial-aside {
    padding-top: 34px;
    padding-left: 0;
    border-top: 1px solid rgba(29, 92, 55, 0.2);
    border-left: 0;
  }

  .service-planning-band {
    gap: 26px;
  }

  .service-planning-link {
    justify-self: start;
  }

  .service-proof-credentials {
    grid-template-columns: 1fr;
  }

  .service-proof-credentials > div {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(29, 92, 55, 0.16);
  }

  .service-proof-credentials > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .service-editorial-layout {
    gap: 34px;
  }

  .service-editorial-promises li {
    align-items: flex-start;
  }

  .service-planning-band {
    margin-top: 50px;
  }

  .service-planning-link {
    width: 100%;
  }

  .service-featured-review blockquote {
    font-size: 1.65rem;
  }

  .service-process-timeline::before {
    left: 23px;
    transform: none;
  }

  .service-process-step {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 0;
    padding: 22px 0 30px;
  }

  .service-process-number {
    grid-column: 1;
    width: 46px;
    height: 46px;
    border-width: 5px;
    font-size: 0.92rem;
  }

  .service-process-copy,
  .service-process-step:nth-child(even) .service-process-copy {
    grid-column: 2;
    justify-self: stretch;
    max-width: none;
    padding-right: 0;
    padding-left: 20px;
    text-align: left;
  }

  .js .service-process-step.reveal:nth-child(odd),
  .js .service-process-step.reveal:nth-child(even) {
    transform: translateY(24px);
  }

  .js .service-process-step.reveal.is-visible {
    transform: translateY(0);
  }

  .service-landing-faq .faq-item summary {
    gap: 16px;
    padding: 20px 0;
  }

  .service-landing-faq .faq-item > p {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .service-process-step.reveal,
  .js .service-process-step.reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 960' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-60 214 C 132 118 240 292 412 168 C 574 52 730 244 902 126 C 1074 8 1200 118 1500 42' fill='none' stroke='%231d5c37' stroke-width='3' stroke-linecap='round' stroke-opacity='.055'/%3E%3Cpath d='M-80 824 C 106 676 258 876 438 716 C 592 580 748 792 930 634 C 1106 482 1264 630 1510 520' fill='none' stroke='%23287a49' stroke-width='3' stroke-linecap='round' stroke-opacity='.05'/%3E%3Cpath d='M210 130 C 230 106 260 106 280 130 C 252 148 230 148 210 130 Z M1060 94 C 1080 70 1112 70 1130 96 C 1102 114 1080 114 1060 94 Z M520 722 C 540 696 572 698 590 724 C 562 742 540 742 520 722 Z' fill='%23287a49' fill-opacity='.055'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(40, 122, 73, 0.09), transparent 360px),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid var(--green-300);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 11px 16px;
  color: var(--white);
  background: var(--green-900);
  border-radius: 6px;
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: visible;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 41, 26, 0.1);
  box-shadow: 0 10px 30px rgba(16, 41, 26, 0.08);
  transition: box-shadow 0.22s ease, background 0.22s ease;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header::after {
  display: none;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(16, 41, 26, 0.14);
}

.nav-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
}

.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  transition: transform 0.24s ease;
}

.brand:hover .brand-logo {
  transform: scale(1.04);
}

.brand-text {
  display: grid;
  line-height: 1.04;
}

.brand-name {
  color: var(--green-950);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-sub {
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--ink);
  font-weight: 900;
}

.main-nav a {
  padding: 10px 11px;
  border-radius: 0;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--green-800);
  background: transparent;
  text-shadow: 0 10px 24px rgba(29, 92, 55, 0.16);
  transform: translateY(-1px);
}

.services-nav-item {
  position: relative;
}

.main-nav .services-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.services-nav-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.services-nav-item.is-open .services-nav-chevron {
  transform: translateY(2px) rotate(225deg);
}

.services-nav-dropdown {
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  z-index: 50;
  display: grid;
  width: 252px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 22px 48px rgba(16, 41, 26, 0.2);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.services-nav-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
}

.main-nav .services-nav-dropdown a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(29, 92, 55, 0.1);
  color: var(--green-950);
  background: transparent;
  font-size: 0.88rem;
  line-height: 1.2;
  text-shadow: none;
  transform: none;
}

.main-nav .services-nav-dropdown a:last-child {
  border-bottom: 0;
}

.main-nav .services-nav-dropdown a:hover,
.main-nav .services-nav-dropdown a:focus-visible {
  color: var(--green-900);
  background: var(--green-100);
  transform: none;
}

@media (min-width: 1021px) {
  .services-nav-item:hover .services-nav-dropdown,
  .services-nav-item:focus-within .services-nav-dropdown,
  .services-nav-item.is-open .services-nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-2);
  cursor: pointer;
}

.mobile-quote-button {
  display: none;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--green-900);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  color: var(--green-900);
  background: transparent;
  font-size: 1.04rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.18s ease, transform 0.18s ease;
}

.phone-link:hover {
  color: var(--green-700);
  background: transparent;
  transform: translateY(-1px);
}

.phone-link::before {
  display: none;
}

.button,
.button-light,
.button-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button::after,
.button-light::after {
  content: "";
  position: absolute;
  inset: -1px auto -1px -55%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  transform: skewX(-18deg);
  transition: left 0.55s ease;
}

.button,
.site-header .button {
  color: var(--white);
  background: var(--green-800);
  box-shadow: 0 14px 30px rgba(22, 68, 40, 0.2);
}

.button-light {
  color: var(--green-950);
  background: var(--green-300);
  box-shadow: 0 16px 34px rgba(184, 222, 118, 0.26);
}

.button-outline {
  color: var(--green-900);
  border-color: var(--line);
  background: var(--surface);
}

.button:hover,
.button-light:hover,
.button-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(22, 68, 40, 0.18);
}

.button:hover::after,
.button-light:hover::after {
  left: 115%;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  display: grid;
  align-items: end;
  color: var(--white);
  background: #06140c;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 20, 13, 0.94), rgba(16, 41, 26, 0.72) 45%, rgba(7, 20, 13, 0.22)),
    linear-gradient(180deg, rgba(7, 20, 13, 0.12), rgba(7, 20, 13, 0.78)),
    linear-gradient(180deg, rgba(7, 20, 13, 0.05), transparent 40%),
    linear-gradient(0deg, rgba(7, 20, 13, 0.52), transparent 34%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 70px;
  background: var(--bg);
  clip-path: polygon(0 46%, 100% 16%, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 142px 0 124px;
}

.hero-content {
  max-width: 830px;
}

.hero-content::before {
  display: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--green-300);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  background: var(--gold);
}

.hero h1,
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 6.1rem;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.26rem;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-service-row span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.hero-service-row span:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.section {
  --section-bg: var(--bg);
  position: relative;
  isolation: isolate;
  padding: 104px 0 82px;
  background: var(--section-bg);
}

.section::before {
  display: none;
}

.section > .wrap {
  position: relative;
  z-index: 1;
}

.section.soft {
  --section-bg: var(--bg-soft);
}

.section.dark {
  --section-bg: var(--green-900);
  color: var(--white);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head h2,
.content-block h2,
.quote-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section.dark .section-head h2,
.section.dark .eyebrow,
.section.dark h2 {
  color: var(--white);
}

.section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.section.dark .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

.testimonial-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(237, 196, 105, 0.32);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 42px rgba(0, 0, 0, 0.12);
  font-size: 0.92rem;
  font-weight: 900;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.testimonial-rating:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 196, 105, 0.62);
  background: rgba(255, 255, 255, 0.1);
}

.rating-stars {
  color: var(--gold);
  background: linear-gradient(100deg, #c9902d 0%, #ffe39a 34%, #fff8d2 48%, #f0c65c 62%, #b87b21 100%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 5px 10px rgba(201, 144, 45, 0.28));
  letter-spacing: 0.12em;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 44px;
  align-items: center;
}

.content-block p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero h1,
.page-hero h1,
.hero-copy,
.page-hero p,
.eyebrow,
.section-head h2,
.content-block h2,
.service-card h3,
.portfolio-item h3,
.career-card h3,
.jobber-placeholder h2,
.contact-card h2,
.content-block p,
.section-head p,
.service-card p,
.portfolio-item p,
.career-card p,
.review-card p,
.mini-list li,
.contact-list li {
  transition: color 0.24s ease, transform 0.24s ease, text-shadow 0.24s ease;
}

.hero h1:hover,
.page-hero h1:hover {
  transform: translateY(-2px);
  text-shadow: 0 22px 46px rgba(0, 0, 0, 0.42);
}

.hero-copy:hover,
.page-hero p:hover {
  color: var(--white);
  transform: translateX(3px);
}

.eyebrow:hover {
  color: var(--gold);
}

.section-head h2:hover,
.content-block h2:hover,
.service-card h3:hover,
.portfolio-item h3:hover,
.career-card h3:hover,
.jobber-placeholder h2:hover,
.contact-card h2:hover {
  color: var(--green-800);
}

.content-block p:hover,
.section-head p:hover,
.service-card p:hover,
.portfolio-item p:hover,
.career-card p:hover,
.review-card p:hover,
.mini-list li:hover,
.contact-list li:hover {
  color: var(--ink);
  transform: translateX(3px);
}

.section.dark .section-head h2:hover {
  color: var(--green-300);
}

.signature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.signature-list li {
  display: flex;
  gap: 12px;
  align-items: start;
  font-weight: 800;
}

.signature-list li::before {
  content: "";
  flex: 0 0 16px;
  height: 16px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green-300);
  box-shadow: inset 0 0 0 5px var(--green-700);
}

.local-proof-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(29, 92, 55, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(184, 222, 118, 0.18), transparent 44%),
    var(--surface);
  box-shadow: var(--shadow);
}

.local-proof-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1.08;
}

.local-city-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 34px;
  align-items: start;
}

.local-neighborhood-section {
  position: relative;
  border-block: 1px solid rgba(29, 92, 55, 0.08);
}

.local-neighborhood-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.neighborhood-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.neighborhood-pills span {
  padding: 9px 13px;
  border: 1px solid rgba(29, 92, 55, 0.18);
  border-radius: 999px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 900;
}

.local-hero-services {
  max-width: 760px;
}

.local-card-note {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(29, 92, 55, 0.16);
}

.local-card-note strong {
  color: var(--green-700);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.local-card-note span {
  color: var(--muted);
}

.local-seo-page .hero-actions {
  margin-top: 24px;
}

.local-answer-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(29, 92, 55, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(184, 222, 118, 0.2), transparent 40%),
    linear-gradient(315deg, rgba(197, 150, 63, 0.08), transparent 38%),
    var(--surface);
  box-shadow: var(--shadow);
}

.local-answer-box h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.local-answer-box p {
  margin: 0;
  color: var(--muted);
}

.answer-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.answer-service-list span {
  padding: 9px 12px;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-radius: 999px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 900;
}

.city-service-grid .service-card {
  min-height: 100%;
}

.city-service-grid .service-card-body {
  display: grid;
  align-content: start;
  min-height: 100%;
}

.local-service-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.local-service-panel,
.process-step {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(184, 222, 118, 0.12), transparent 42%),
    var(--surface);
  box-shadow: var(--shadow);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.local-service-panel {
  padding: 26px;
}

.local-service-panel::before,
.process-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green-700), var(--green-300), var(--gold));
}

.local-service-panel:hover,
.process-step:hover {
  transform: translateY(-5px);
  border-color: rgba(29, 92, 55, 0.26);
  box-shadow: 0 24px 60px rgba(24, 35, 28, 0.16);
}

.local-service-panel h3,
.process-step h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.12;
}

.local-service-panel p,
.process-step p {
  margin: 0 0 16px;
  color: var(--muted);
}

.inline-quote-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--green-700);
  font-weight: 900;
  transition: color 0.2s ease, transform 0.2s ease;
}

.inline-quote-link::after {
  content: ">";
  font-size: 0.9em;
}

.inline-quote-link:hover {
  color: var(--green-900);
  transform: translateX(3px);
}

.inline-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
  transition: color 0.2s ease, transform 0.2s ease;
}

.inline-service-link::after {
  content: ">";
  color: var(--green-700);
  font-size: 0.9em;
}

.inline-service-link:hover {
  color: var(--green-700);
  transform: translateX(3px);
}

.service-city-page .hero-actions {
  flex-wrap: wrap;
}

.service-city-highlight .mini-list,
.service-city-panels .mini-list {
  margin-top: 4px;
}

.service-city-panels .local-service-panel {
  min-height: 100%;
}

.local-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.process-step {
  padding: 28px;
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--green-950);
  background: var(--green-300);
  font-weight: 900;
}

.image-feature {
  position: relative;
  height: 430px;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.image-feature::after {
  content: none;
  position: absolute;
  inset: 0;
  border: 1px solid rgba(16, 41, 26, 0.08);
  pointer-events: none;
}

.image-feature img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.image-feature img.truck-only-image,
.image-feature img[src*="aster-truck-only.jpg"],
.image-feature img[src*="aster-truck-studio.jpg"],
.image-feature img[src*="aster-truck-cutout.png"],
.image-feature img[src*="aster-truck-cutout-corrected.png"],
.image-feature img[src*="aster-truck-cutout-700.png"] {
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 28px 28px rgba(16, 41, 26, 0.22));
}

.truck-scroll-float {
  --truck-base-y: 52px;
  --truck-float-y: 0px;
  transform: translate3d(0, calc(var(--truck-base-y) + var(--truck-float-y)), 0);
  will-change: transform;
}

.image-feature:hover .truck-scroll-float {
  transform: translate3d(0, calc(var(--truck-base-y) + var(--truck-float-y) - 6px), 0) scale(1.025);
}

.image-feature:hover img:not(.truck-scroll-float) {
  transform: scale(1.045);
}

.quote-section {
  padding-right: 0;
  padding-left: 0;
}

.quote-band {
  width: 100%;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(16, 41, 26, 0.98), rgba(29, 92, 55, 0.9)),
    url("https://images.pexels.com/photos/11573798/pexels-photo-11573798.jpeg?auto=compress&cs=tinysrgb&w=1800") center / cover;
}

.quote-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 238px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.quote-band h2 {
  margin: 0 0 8px;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quote-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(184, 222, 118, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.service-grid,
.review-grid,
.portfolio-grid {
  display: grid;
  gap: 22px;
}

.service-grid,
.review-grid,
.portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid {
  position: relative;
  isolation: isolate;
}

.service-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -42px -24px -30px;
  border-radius: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1180 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 250 C 156 92 286 270 424 134 C 548 12 680 260 818 118 C 944 -12 1040 120 1152 44' fill='none' stroke='%231d5c37' stroke-width='5' stroke-linecap='round' stroke-opacity='.16'/%3E%3Cpath d='M142 130 C 160 106 192 106 212 132 C 184 150 162 150 142 130 Z M356 210 C 374 184 408 186 426 210 C 398 228 376 228 356 210 Z M692 138 C 710 114 744 114 764 138 C 736 156 712 156 692 138 Z M958 96 C 976 72 1008 72 1028 96 C 1000 114 978 114 958 96 Z' fill='%23287a49' fill-opacity='.17'/%3E%3Ccircle cx='250' cy='176' r='8' fill='%23c5963f' fill-opacity='.24'/%3E%3Ccircle cx='256' cy='169' r='5' fill='%23b8de76' fill-opacity='.34'/%3E%3Ccircle cx='844' cy='182' r='8' fill='%23c5963f' fill-opacity='.24'/%3E%3Ccircle cx='850' cy='175' r='5' fill='%23b8de76' fill-opacity='.34'/%3E%3Cpath d='M72 268 C 104 240 140 246 160 278 M1086 42 C 1114 58 1126 82 1114 112' fill='none' stroke='%23287a49' stroke-width='3' stroke-linecap='round' stroke-opacity='.18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.service-grid::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -18px -10px;
  border-radius: 28px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1180 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70 286 C 170 190 270 286 386 196 C 500 108 598 236 716 150 C 836 64 956 130 1110 76' fill='none' stroke='%23287a49' stroke-width='4' stroke-linecap='round' stroke-opacity='.12'/%3E%3Cpath d='M210 224 C 232 202 262 204 282 228 C 254 244 232 244 210 224 Z M610 178 C 632 154 664 156 684 182 C 656 198 634 198 610 178 Z M928 118 C 950 94 982 96 1002 122 C 974 138 952 138 928 118 Z' fill='%23287a49' fill-opacity='.11'/%3E%3Cpath d='M130 256 C 156 234 190 236 208 264 M1034 84 C 1062 102 1076 128 1066 158' fill='none' stroke='%23c5963f' stroke-width='3' stroke-linecap='round' stroke-opacity='.12'/%3E%3C/svg%3E") center / 100% 100% no-repeat,
    linear-gradient(135deg, rgba(40, 122, 73, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(184, 222, 118, 0.1), transparent 30%);
  pointer-events: none;
}

.service-card,
.review-card,
.portfolio-item,
.project-card,
.career-card,
.compare-panel,
.contact-card,
.jobber-placeholder {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.service-card,
.portfolio-item,
.project-card,
.career-card,
.review-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card::before,
.portfolio-item::before,
.project-card::before,
.career-card::before,
.review-card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--green-700), var(--green-300), var(--gold));
}

.service-card:hover,
.portfolio-item:hover,
.project-card:hover,
.career-card:hover,
.review-card:hover,
.compare-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 92, 55, 0.28);
  box-shadow: 0 24px 60px rgba(24, 35, 28, 0.18);
}

.service-card img {
  width: 100%;
  height: clamp(230px, 18vw, 280px);
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.service-card img.service-image-pressure {
  object-position: 50% 78%;
}

.service-card:hover img,
.portfolio-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

.service-card-body {
  padding: 22px;
}

.service-card h3,
.portfolio-item h3,
.career-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1.1;
}

.service-card p,
.portfolio-item p,
.career-card p {
  margin: 0;
  color: var(--muted);
}

.service-card p {
  margin-bottom: 18px;
}

.mini-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
}

.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--green-700);
}

.review-card {
  min-height: 250px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 22px;
}

.review-carousel {
  position: relative;
  overflow: hidden;
  padding: 2px;
}

.review-track {
  display: flex;
  gap: 22px;
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.review-carousel .review-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-height: 286px;
}

.review-card-top {
  display: grid;
  gap: 16px;
}

.review-stars-row {
  color: var(--gold);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.review-card p {
  margin: 0;
  color: var(--ink);
}

.review-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.review-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.review-control {
  min-width: 54px;
  min-height: 38px;
  border: 1px solid rgba(184, 222, 118, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.review-control:hover,
.review-control:focus-visible {
  transform: translateY(-2px);
  border-color: var(--green-300);
  background: var(--green-300);
  color: var(--green-950);
}

.review-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.review-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  padding: 0;
  transition: width 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.review-dot:hover,
.review-dot:focus-visible {
  transform: scale(1.22);
  background: rgba(184, 222, 118, 0.82);
}

.review-dot.is-active {
  width: 28px;
  background: linear-gradient(90deg, var(--green-300), var(--gold));
}

.local-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-pills span,
.area-pills a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-900);
  background: var(--surface);
  font-weight: 900;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.area-pills span:hover,
.area-pills a:hover {
  transform: translateY(-2px);
  border-color: var(--green-700);
  background: #eef6e8;
}

.service-areas-card {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.service-areas-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.service-areas-card p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 0.96rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: grid;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 20, 13, 0.92), rgba(16, 41, 26, 0.6)),
    linear-gradient(180deg, rgba(7, 20, 13, 0.08), rgba(7, 20, 13, 0.74)),
    var(--hero-image, url("https://images.pexels.com/photos/18126918/pexels-photo-18126918.jpeg?auto=compress&cs=tinysrgb&w=1800")) center / cover;
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
  padding: 82px 0 62px;
}

.page-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
}

.service-detail {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 32px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  transition: transform 0.2s ease;
}

.service-detail[id] {
  scroll-margin-top: 104px;
}

.service-detail::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 10px -22px 8px;
  border-radius: 24px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 980 230' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 164 C 140 60 240 184 356 94 C 466 10 558 168 682 74 C 802 -18 890 78 962 38' fill='none' stroke='%231d5c37' stroke-width='4' stroke-linecap='round' stroke-opacity='.11'/%3E%3Cpath d='M118 104 C 134 84 162 84 180 106 C 156 120 136 120 118 104 Z M512 112 C 528 92 558 92 576 114 C 550 130 530 130 512 112 Z M806 54 C 822 34 850 34 868 56 C 844 72 824 72 806 54 Z' fill='%23287a49' fill-opacity='.13'/%3E%3Ccircle cx='246' cy='138' r='7' fill='%23c5963f' fill-opacity='.18'/%3E%3Ccircle cx='250' cy='132' r='4' fill='%23b8de76' fill-opacity='.28'/%3E%3C/svg%3E") center / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(184, 222, 118, 0.08), transparent 42%, rgba(40, 122, 73, 0.05));
  pointer-events: none;
}

.service-detail:nth-of-type(even)::before {
  transform: scaleX(-1);
}

.service-detail-copy,
.service-options-wrap {
  position: relative;
  z-index: 1;
}

.service-detail:hover {
  transform: translateX(4px);
}

.service-detail:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-detail h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}

.service-detail-copy p:not(.eyebrow) {
  max-width: 320px;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.detail-grid div,
.service-option {
  padding: 16px;
  border-left: 4px solid var(--green-700);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 26px rgba(24, 35, 28, 0.08);
  font-weight: 800;
}

.service-option {
  width: 100%;
  min-height: 116px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.service-option-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.service-option-title {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.2;
}

.service-option-text {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.43;
}

.service-option:hover,
.service-option.is-active {
  transform: translateY(-3px);
  border-left-color: var(--gold);
  border-top-color: rgba(237, 196, 105, 0.28);
  border-right-color: rgba(237, 196, 105, 0.28);
  border-bottom-color: rgba(237, 196, 105, 0.28);
  background: #fbfdf7;
  box-shadow: 0 16px 34px rgba(24, 35, 28, 0.13);
}

.service-option-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-800);
  background: #e7f4df;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.service-option.is-active .service-option-icon {
  color: var(--white);
  background: var(--green-700);
  transform: rotate(45deg);
}

.service-option:hover .service-option-icon {
  color: var(--white);
  background: var(--green-700);
  transform: translateX(3px);
}

.service-landing-hero .wrap {
  max-width: 860px;
}

.service-landing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.7fr);
  gap: 28px;
  align-items: stretch;
}

.service-landing-main,
.service-landing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 92, 55, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 245, 0.94)),
    var(--surface);
  box-shadow: 0 18px 42px rgba(24, 35, 28, 0.1);
}

.service-landing-main {
  padding: clamp(28px, 5vw, 52px);
}

.service-landing-card {
  padding: 28px;
}

.service-landing-main::before,
.service-landing-card::before {
  content: "";
  position: absolute;
  inset: auto 24px 0 auto;
  width: 150px;
  height: 90px;
  background: radial-gradient(circle at 35% 45%, rgba(184, 222, 118, 0.24), transparent 56%);
  opacity: 0.8;
  pointer-events: none;
}

.service-landing-main h2,
.service-landing-card h2,
.service-landing-card h3 {
  position: relative;
  margin-top: 0;
  color: var(--ink);
}

.service-landing-main p,
.service-landing-card p {
  position: relative;
  color: var(--muted);
  font-weight: 650;
}

.service-landing-main .button,
.service-landing-card .button-light {
  position: relative;
  margin-top: 12px;
}

.service-landing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-landing-list {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-landing-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}

.service-landing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-700);
  box-shadow: 0 0 0 5px rgba(184, 222, 118, 0.24);
}

.service-landing-cta {
  padding-top: clamp(58px, 7vw, 94px);
}

.service-landing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.service-landing-links a {
  color: var(--white);
  border-bottom: 1px solid rgba(184, 222, 118, 0.75);
  font-weight: 850;
  text-decoration: none;
}

.service-landing-hero {
  min-height: 520px;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.service-hero-contact {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: var(--white);
  background: rgba(7, 20, 13, 0.32);
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.service-hero-contact:hover,
.service-hero-contact:focus-visible {
  color: var(--green-950);
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-2px);
}

.service-area-strip {
  position: relative;
  z-index: 3;
  padding: 25px 0;
  border-bottom: 1px solid rgba(29, 92, 55, 0.13);
  background:
    linear-gradient(90deg, rgba(184, 222, 118, 0.18), rgba(255, 255, 255, 0.95) 44%, rgba(233, 240, 227, 0.78)),
    var(--surface);
  box-shadow: 0 12px 34px rgba(24, 35, 28, 0.07);
}

.service-area-strip-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: 28px;
  align-items: center;
}

.service-area-strip .eyebrow {
  margin-bottom: 5px;
}

.service-area-strip h2 {
  max-width: 470px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.13;
}

.service-area-pills {
  justify-content: flex-end;
}

.service-area-pills a {
  padding: 8px 12px;
  font-size: 0.86rem;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: clamp(32px, 4vw, 48px);
}

.service-overview-copy {
  max-width: 920px;
}

.service-editorial-single {
  display: flex;
  justify-content: center;
}

.service-overview-prose {
  width: min(100%, 920px);
  max-width: 920px;
}

.service-overview-copy h2 {
  max-width: 860px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.service-overview-copy p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.06rem;
}

.service-overview-prose > p:not(.eyebrow),
.service-overview-prose .service-overview-guide p {
  margin: 0 0 20px;
  line-height: 1.75;
}

.service-overview-prose > p:last-child {
  margin-bottom: 0;
}

.service-overview-guide p {
  line-height: 1.7;
}

.service-overview-highlights,
.service-planning-panel {
  min-height: 100%;
}

.service-expectations-panel {
  padding: 30px;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-left: 4px solid var(--green-700);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(24, 35, 28, 0.08);
}

.service-overview-highlights .service-overview-label {
  margin: 0 0 15px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-overview-highlights ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-overview-highlights h3 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.14;
}

.service-overview-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

.service-highlight-mark {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-800);
  background: rgba(184, 222, 118, 0.28);
  font-size: 0.8rem;
  font-weight: 900;
}

.service-overview-proof {
  display: grid;
  gap: 3px;
  max-width: none;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(29, 92, 55, 0.17);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.service-overview-proof strong {
  color: var(--ink);
}

.service-planning-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-left: 4px solid var(--green-700);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #f0f6eb);
  box-shadow: 0 20px 48px rgba(24, 35, 28, 0.1);
}

.service-planning-panel::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 222, 118, 0.26), transparent 68%);
  pointer-events: none;
}

.service-planning-panel h3 {
  position: relative;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.14;
}

.service-planning-panel p:not(.eyebrow) {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.service-planning-factors {
  position: relative;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(29, 92, 55, 0.17);
}

.service-planning-factors h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.3;
}

.service-planning-factors .service-landing-list {
  gap: 10px;
  margin-top: 14px;
}

.service-planning-factors .service-landing-list li {
  font-size: 0.9rem;
  font-weight: 750;
}

.service-planning-panel a {
  position: relative;
  display: inline-flex;
  margin-top: 24px;
  color: var(--green-700);
  border-bottom: 2px solid var(--green-300);
  font-weight: 900;
  text-decoration: none;
}

.service-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.service-info-grid .service-landing-card {
  min-height: 100%;
  padding: clamp(26px, 4vw, 38px);
}

.service-guide-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(29, 92, 55, 0.1);
}

.service-guide-section::after {
  content: "";
  position: absolute;
  right: -9%;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(29, 92, 55, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.service-guide-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.service-guide-copy h2,
.local-neighborhood-grid h2 {
  max-width: 780px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.service-guide-copy p:not(.eyebrow),
.local-neighborhood-grid article > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.04rem;
}

.service-guide-details,
.local-property-guide {
  padding: 30px;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-left: 4px solid var(--green-700);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 48px rgba(24, 35, 28, 0.09);
}

.service-guide-details h3,
.local-property-guide h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.12;
}

.service-booking-process .section-head {
  align-items: end;
}

.service-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.service-process-grid article {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.service-process-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 222, 118, 0.54);
  background: rgba(255, 255, 255, 0.1);
}

.service-process-grid article > span {
  display: block;
  margin-bottom: 34px;
  color: var(--green-300);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.service-process-grid h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1.34rem;
}

.service-process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.service-process-grid a {
  color: var(--green-300);
  font-weight: 900;
}

.service-quote-section {
  scroll-margin-top: 0;
  padding-top: clamp(32px, 4vw, 52px);
  padding-bottom: 18px;
  background:
    linear-gradient(180deg, rgba(233, 240, 227, 0.68), rgba(244, 246, 239, 0)),
    var(--bg);
}

.service-quote-section > .wrap {
  max-width: 900px;
}

.service-quote-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: end;
}

.service-quote-heading h2 {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(2.1rem, 5vw, 4.25rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.service-quote-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-jobber-wrap {
  max-width: 900px;
  padding-bottom: clamp(70px, 9vw, 118px);
}

.service-jobber-embed {
  min-height: 600px;
  margin-top: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.service-jobber-embed > div {
  min-height: 560px;
}

.service-links-section .service-landing-links {
  margin-top: 0;
}

.service-links-section .service-landing-links a {
  color: var(--green-800);
  border-bottom-color: rgba(29, 92, 55, 0.35);
}

.service-selection-panel {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f2f8ee 100%);
  box-shadow: 0 18px 46px rgba(24, 35, 28, 0.12);
  animation: servicePanelIn 0.26s ease both;
}

.service-selection-panel[hidden] {
  display: none;
}

.service-selection-panel h3 {
  margin: 4px 0 10px;
  color: var(--ink);
  font-size: 1.45rem;
}

.service-selection-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.service-selection-panel .button {
  margin-top: 18px;
}

.service-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.service-copy-grid article,
.service-directory-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(29, 92, 55, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 245, 0.94)),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.service-copy-grid article::before,
.service-directory-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--green-700), var(--green-300), var(--gold));
}

.service-copy-grid h3,
.service-directory-card h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.18;
}

.service-copy-grid p,
.service-directory-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-city-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-directory-card {
  padding: 24px;
}

.service-directory-links {
  margin-top: 18px;
}

.service-directory-links a {
  font-size: 0.9rem;
}

.portfolio-gallery-wrap {
  position: relative;
  margin-top: 16px;
  padding: clamp(28px, 3.6vw, 46px);
  border-radius: 32px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1180 700' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-40 156 C 120 54 238 224 398 112 C 550 6 688 176 842 82 C 978 -2 1086 86 1240 26' fill='none' stroke='%231d5c37' stroke-width='4' stroke-linecap='round' stroke-opacity='.08'/%3E%3Cpath d='M-36 610 C 160 454 300 664 486 500 C 648 358 802 562 976 408 C 1104 296 1194 380 1240 340' fill='none' stroke='%23287a49' stroke-width='4' stroke-linecap='round' stroke-opacity='.07'/%3E%3Cpath d='M180 108 C 204 84 238 86 258 112 C 228 130 204 130 180 108 Z M738 94 C 762 70 796 72 816 98 C 786 116 762 116 738 94 Z M560 552 C 584 528 618 530 638 556 C 608 574 584 574 560 552 Z' fill='%23287a49' fill-opacity='.075'/%3E%3C/svg%3E") center / 104% 104% no-repeat,
    linear-gradient(135deg, rgba(233, 240, 227, 0.76), rgba(255, 255, 255, 0.26));
  isolation: isolate;
}

.portfolio-gallery-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -14px -18px 8px;
  border-radius: 28px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 760' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 156 C 170 56 260 218 398 126 C 520 44 603 198 742 116 C 875 38 1010 96 1164 34' fill='none' stroke='%231d5c37' stroke-width='5' stroke-linecap='round' stroke-opacity='.18'/%3E%3Cpath d='M54 612 C 208 478 332 666 472 534 C 594 420 718 620 844 492 C 954 380 1042 518 1162 424' fill='none' stroke='%231d5c37' stroke-width='5' stroke-linecap='round' stroke-opacity='.15'/%3E%3Cpath d='M130 90 C 146 64 178 62 198 84 C 172 104 150 106 130 90 Z M326 188 C 344 162 376 162 394 186 C 366 204 344 204 326 188 Z M728 72 C 746 48 780 50 798 74 C 770 92 748 92 728 72 Z M1018 86 C 1034 60 1064 60 1084 84 C 1058 102 1036 104 1018 86 Z M220 570 C 240 546 272 548 292 572 C 264 590 240 590 220 570 Z M594 590 C 612 566 644 568 664 592 C 636 610 614 610 594 590 Z M934 456 C 952 432 984 434 1004 458 C 976 476 954 476 934 456 Z' fill='%23287a49' fill-opacity='.18'/%3E%3Ccircle cx='398' cy='126' r='6' fill='%23b8de76' fill-opacity='.32'/%3E%3Ccircle cx='742' cy='116' r='6' fill='%23b8de76' fill-opacity='.3'/%3E%3Ccircle cx='472' cy='534' r='6' fill='%23b8de76' fill-opacity='.26'/%3E%3Ccircle cx='844' cy='492' r='6' fill='%23b8de76' fill-opacity='.26'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 108% 104%;
  background-position: center;
  opacity: 0.96;
  filter: drop-shadow(0 16px 35px rgba(40, 122, 73, 0.1));
  pointer-events: none;
}

.portfolio-gallery-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 30px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1180 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56 86 C 128 42 172 112 244 70 M930 604 C 1002 560 1048 632 1122 588 M166 520 C 216 490 248 536 296 504' fill='none' stroke='%23c5963f' stroke-width='3' stroke-linecap='round' stroke-opacity='.12'/%3E%3Cpath d='M86 74 C 106 52 136 54 154 78 C 128 94 106 94 86 74 Z M982 592 C 1004 570 1034 572 1052 596 C 1026 612 1004 612 982 592 Z M204 504 C 224 482 254 484 272 508 C 246 524 224 524 204 504 Z' fill='%23b8de76' fill-opacity='.12'/%3E%3C/svg%3E") center / 100% 100% no-repeat,
    linear-gradient(135deg, rgba(40, 122, 73, 0.08), transparent 28%),
    linear-gradient(315deg, rgba(16, 41, 26, 0.06), transparent 32%);
  opacity: 0.95;
  pointer-events: none;
}

.portfolio-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  isolation: isolate;
}

.portfolio-gallery::before,
.portfolio-gallery::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.portfolio-gallery::before {
  top: -34px;
  right: -26px;
  width: min(270px, 34vw);
  height: min(270px, 34vw);
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M232 18 C 192 48 190 82 154 102 C 112 126 110 172 70 206' fill='none' stroke='%231d5c37' stroke-width='5' stroke-linecap='round' stroke-opacity='.22'/%3E%3Cpath d='M210 42 C 184 34 166 46 158 70 C 186 78 204 68 210 42 Z M152 106 C 124 98 104 112 98 140 C 128 146 148 132 152 106 Z M84 190 C 58 180 38 192 28 218 C 58 226 78 216 84 190 Z' fill='%23287a49' fill-opacity='.2'/%3E%3Ccircle cx='188' cy='82' r='5' fill='%23c5963f' fill-opacity='.36'/%3E%3Ccircle cx='179' cy='82' r='7' fill='%23b8de76' fill-opacity='.3'/%3E%3Ccircle cx='197' cy='82' r='7' fill='%23b8de76' fill-opacity='.3'/%3E%3Ccircle cx='188' cy='73' r='7' fill='%23b8de76' fill-opacity='.26'/%3E%3Ccircle cx='188' cy='91' r='7' fill='%23b8de76' fill-opacity='.26'/%3E%3C/svg%3E") center / contain no-repeat;
}

.portfolio-gallery::after {
  left: -30px;
  bottom: -26px;
  width: min(300px, 38vw);
  height: min(250px, 34vw);
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 216 C 66 178 90 200 128 160 C 170 116 206 132 278 42' fill='none' stroke='%231d5c37' stroke-width='5' stroke-linecap='round' stroke-opacity='.2'/%3E%3Cpath d='M54 188 C 76 166 104 170 118 196 C 88 210 66 206 54 188 Z M152 134 C 178 112 208 118 220 148 C 188 160 166 154 152 134 Z M242 74 C 262 50 288 54 298 82 C 270 94 252 90 242 74 Z' fill='%23287a49' fill-opacity='.18'/%3E%3Ccircle cx='128' cy='160' r='5' fill='%23c5963f' fill-opacity='.35'/%3E%3Ccircle cx='118' cy='160' r='7' fill='%23b8de76' fill-opacity='.28'/%3E%3Ccircle cx='138' cy='160' r='7' fill='%23b8de76' fill-opacity='.28'/%3E%3Ccircle cx='128' cy='150' r='7' fill='%23b8de76' fill-opacity='.24'/%3E%3Ccircle cx='128' cy='170' r='7' fill='%23b8de76' fill-opacity='.24'/%3E%3C/svg%3E") center / contain no-repeat;
}

.portfolio-collage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 3vw, 36px);
  row-gap: clamp(34px, 4vw, 52px);
  align-items: start;
  padding-bottom: clamp(10px, 1.4vw, 22px);
}

.project-card {
  grid-column: auto;
}

.portfolio-collage .project-card {
  grid-column: auto;
  box-shadow: 0 20px 56px rgba(24, 35, 28, 0.12);
}

.portfolio-collage .project-card:nth-child(1),
.portfolio-collage .project-card:nth-child(7) {
  grid-column: auto;
}

.portfolio-collage .project-card:nth-child(2),
.portfolio-collage .project-card:nth-child(6) {
  grid-column: auto;
}

.portfolio-collage .project-card:nth-child(1) .before-after-slider,
.portfolio-collage .project-card:nth-child(7) .before-after-slider {
  aspect-ratio: 16 / 10;
}

.portfolio-collage .project-card:nth-child(2) .before-after-slider,
.portfolio-collage .project-card:nth-child(6) .before-after-slider {
  aspect-ratio: 1 / 1;
}

.portfolio-collage .project-card:nth-child(3) .before-after-slider {
  aspect-ratio: 5 / 4;
}

.portfolio-collage .project-card:nth-child(5) .before-after-slider {
  aspect-ratio: 16 / 11;
}

.portfolio-collage .project-card:nth-child(4) .before-after-slider {
  aspect-ratio: 4 / 3;
}

.portfolio-collage .project-card:nth-child(2),
.portfolio-collage .project-card:nth-child(4),
.portfolio-collage .project-card:nth-child(6),
.portfolio-collage .project-card:nth-child(8) {
  transform: translateY(clamp(12px, 1.7vw, 26px));
}

.portfolio-collage .project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(24, 35, 28, 0.18);
}

.portfolio-collage .project-card:nth-child(2):hover,
.portfolio-collage .project-card:nth-child(4):hover,
.portfolio-collage .project-card:nth-child(6):hover,
.portfolio-collage .project-card:nth-child(8):hover {
  transform: translateY(clamp(2px, 0.6vw, 10px));
}

.blackberry-removal-card .compare-image {
  object-position: center 66%;
}

.before-after-slider {
  --split: 52%;
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--green-900);
}

.compare-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-before {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
  transition: clip-path 0.08s linear;
}

.compare-label {
  position: absolute;
  z-index: 4;
  top: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(7, 20, 13, 0.58);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-label-before {
  left: 14px;
}

.compare-label-after {
  right: 14px;
}

.compare-handle {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 3px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(7, 20, 13, 0.22), 0 0 26px rgba(255, 255, 255, 0.46);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background: rgba(16, 41, 26, 0.78);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

.compare-handle::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  transform: translate(-70%, -50%) rotate(-45deg);
}

.before-after-slider input[type="range"] {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.before-after-slider:focus-within .compare-handle::after {
  outline: 3px solid rgba(151, 221, 104, 0.5);
  outline-offset: 4px;
}

.project-card-body {
  padding: 20px;
}

.project-card-body .eyebrow {
  margin-bottom: 10px;
}

.project-card-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.45rem;
}

.project-card-body p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
}

.portfolio-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.portfolio-item div {
  padding: 18px;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.compare-panel {
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.compare-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.98);
}

.compare-panel strong {
  display: block;
  padding: 14px 16px;
  color: var(--ink);
}

.service-faq {
  position: relative;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 16px 42px rgba(24, 35, 28, 0.08);
}

.faq-item h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--ink);
  font-size: 1.1rem;
}

.faq-item h3::before {
  content: "Q";
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-900);
  background: linear-gradient(135deg, var(--leaf), var(--gold));
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 8px 22px rgba(24, 35, 28, 0.14);
}

.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
}

.career-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: start;
}

.career-highlights {
  display: grid;
  gap: 16px;
}

.career-card {
  padding: 22px;
}

.career-form-card {
  min-height: auto;
}

.career-form-only {
  max-width: 920px;
}

.career-form-only .career-form-card {
  width: 100%;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 32px;
  align-items: stretch;
}

.contact-card,
.jobber-placeholder {
  padding: 28px;
  height: 100%;
}

.contact-card h2,
.jobber-placeholder h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1.1;
}

.contact-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.contact-list a {
  color: var(--green-700);
  font-weight: 900;
}

.jobber-placeholder {
  min-height: 560px;
}

.jobber-live-form {
  min-height: 640px;
}

.jobber-box {
  max-width: 720px;
  margin: 0 auto;
}

.jobber-box img {
  width: 92px;
  margin: 0 auto 18px;
}

.jobber-box p {
  color: var(--muted);
}

.selected-service-note {
  display: grid;
  gap: 5px;
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--green-700);
  border-radius: 8px;
  color: var(--ink);
  background: #eef7e9;
  text-align: left;
}

.selected-service-note[hidden] {
  display: none;
}

.selected-service-note span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selected-service-note strong {
  font-size: 1.05rem;
}

.form-fallback {
  margin-top: 18px;
  color: var(--green-800);
  font-weight: 900;
}

.thank-you-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 920px;
  padding: 34px;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.thank-you-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: var(--green-950);
  background: var(--green-300);
  font-size: 2.3rem;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(40, 122, 73, 0.22);
}

.thank-you-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.thank-you-panel p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.career-form-message {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding: 13px 14px;
  border-radius: 6px;
  font-weight: 900;
}

.career-form-message.success {
  color: var(--green-900);
  background: #e6f4dc;
  border: 1px solid rgba(40, 122, 73, 0.22);
}

.career-form-message.error {
  color: #7a251f;
  background: #fbe9e6;
  border: 1px solid rgba(122, 37, 31, 0.22);
}

.preview-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  text-align: left;
}

.preview-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
}

.preview-form input,
.preview-form select,
.preview-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--surface-2);
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.preview-form input:focus,
.preview-form select:focus,
.preview-form textarea:focus {
  outline: 0;
  border-color: var(--green-700);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(29, 92, 55, 0.12);
}

.preview-form textarea,
.preview-form .full {
  grid-column: 1 / -1;
}

.preview-form textarea {
  min-height: 120px;
  resize: vertical;
}

.preview-form input[type="file"] {
  min-height: auto;
  padding: 11px;
  cursor: pointer;
}

.preview-form input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 12px;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  background: var(--green-800);
  font-weight: 900;
  cursor: pointer;
}

.file-help {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-trust-line {
  display: inline-flex;
  align-items: center;
  margin: 16px 0 4px;
  padding: 9px 13px;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-radius: 999px;
  background: rgba(184, 222, 118, 0.16);
  color: var(--green-800);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jobber-direct-form {
  display: grid;
  align-items: center;
  min-height: 560px;
}

.jobber-direct-form .jobber-box {
  width: 100%;
}

.jobber-handoff {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(29, 92, 55, 0.16);
  text-align: left;
}

.jobber-handoff .jobber-handoff-label {
  margin: 0 0 8px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jobber-handoff h3 {
  max-width: 580px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.22;
}

.jobber-handoff > p:not(.jobber-handoff-label, .jobber-return-note) {
  max-width: 590px;
  margin: 0 0 22px;
}

.jobber-launch-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  text-align: center;
}

.jobber-handoff .jobber-return-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.preview-form button {
  justify-self: start;
  cursor: pointer;
}

.site-footer {
  padding: 58px 0 28px;
  color: var(--white);
  background: var(--green-950);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.8fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.footer-logo {
  width: 108px;
  height: 108px;
  object-fit: contain;
}

.footer-audiences,
.footer-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-audiences span,
.footer-areas span {
  color: var(--green-300);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-audiences a,
.footer-areas a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-audiences a:hover,
.footer-areas a:hover {
  color: var(--green-300);
  transform: translateY(-1px);
}

.footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(184, 222, 118, 0.26);
  border-radius: 999px;
  background: rgba(184, 222, 118, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--green-300);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-hours {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.82);
}

.footer-hours span {
  color: rgba(255, 255, 255, 0.68);
}

.footer-hours strong {
  color: var(--white);
  font-size: 1.02rem;
}

.footer-links a {
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-links a:hover {
  color: var(--green-300);
  transform: translateX(3px);
}

.social-links {
  gap: 10px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.18));
}

.copyright {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
}

/* Premium visual polish layer */
.site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 245, 0.94));
  border-bottom-color: rgba(29, 92, 55, 0.12);
  box-shadow: 0 16px 42px rgba(16, 41, 26, 0.1);
}

.site-header::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 92, 55, 0.34), rgba(197, 150, 63, 0.34), transparent);
  pointer-events: none;
}

.brand-logo {
  filter: drop-shadow(0 10px 16px rgba(16, 41, 26, 0.12));
}

.main-nav a {
  position: relative;
  overflow: hidden;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 2px;
  background: linear-gradient(90deg, var(--green-800), var(--green-300), var(--gold));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.hero {
  min-height: 725px;
  background:
    #06140c;
}

.hero::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 20, 13, 0.95), rgba(16, 41, 26, 0.78) 42%, rgba(7, 20, 13, 0.36)),
    linear-gradient(180deg, rgba(7, 20, 13, 0.04), rgba(7, 20, 13, 0.82)),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-70 580 C 118 440 260 630 438 484 C 610 344 760 526 936 386 C 1112 246 1262 360 1510 220' fill='none' stroke='%23b8de76' stroke-width='4' stroke-linecap='round' stroke-opacity='.12'/%3E%3Cpath d='M92 526 C 112 500 146 502 166 528 C 138 546 114 546 92 526 Z M752 456 C 772 430 806 432 826 458 C 798 476 774 476 752 456 Z M1160 310 C 1182 286 1216 288 1232 316 C 1204 332 1182 330 1160 310 Z' fill='%23b8de76' fill-opacity='.1'/%3E%3C/svg%3E") bottom center / 112% auto no-repeat,
    linear-gradient(180deg, rgba(7, 20, 13, 0), rgba(7, 20, 13, 0.36));
  pointer-events: none;
}

.hero::after {
  height: 118px;
  background: linear-gradient(180deg, rgba(244, 246, 239, 0), var(--bg) 72%);
  clip-path: polygon(0 36%, 16% 48%, 34% 35%, 54% 52%, 76% 36%, 100% 48%, 100% 100%, 0 100%);
}

.hero-inner {
  padding-bottom: 142px;
}

.hero h1,
.page-hero h1,
.section-head h2,
.content-block h2,
.quote-panel h2 {
  text-wrap: balance;
}

.hero-actions .button-light,
.hero-actions .button {
  min-height: 52px;
  padding-right: 24px;
  padding-left: 24px;
}

.hero-service-row span {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.16);
}

.page-hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(7, 20, 13, 0.94), rgba(16, 41, 26, 0.68) 58%, rgba(7, 20, 13, 0.36)),
    linear-gradient(180deg, rgba(7, 20, 13, 0.05), rgba(7, 20, 13, 0.78)),
    var(--hero-image, url("https://images.pexels.com/photos/18126918/pexels-photo-18126918.jpeg?auto=compress&cs=tinysrgb&w=1800")) center / cover;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 520' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-40 404 C 118 304 224 442 384 324 C 524 220 660 378 812 260 C 964 142 1070 238 1250 150' fill='none' stroke='%23b8de76' stroke-width='4' stroke-linecap='round' stroke-opacity='.13'/%3E%3Cpath d='M126 336 C 146 310 178 312 198 338 C 170 356 148 356 126 336 Z M618 318 C 638 292 670 294 690 320 C 662 338 640 338 618 318 Z M982 206 C 1002 180 1034 182 1054 208 C 1026 226 1004 226 982 206 Z' fill='%23b8de76' fill-opacity='.1'/%3E%3C/svg%3E") bottom center / 110% auto no-repeat,
    linear-gradient(180deg, rgba(7, 20, 13, 0), rgba(7, 20, 13, 0.2));
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 86px;
  background: linear-gradient(180deg, rgba(244, 246, 239, 0), var(--bg) 72%);
  clip-path: polygon(0 42%, 22% 56%, 48% 38%, 72% 54%, 100% 40%, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-hero .wrap {
  padding-bottom: 92px;
}

.section {
  overflow: hidden;
}

.section:not(.quote-section)::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1280 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M900 -30 C 830 70 928 138 842 220 C 760 298 822 384 706 516' fill='none' stroke='%231d5c37' stroke-width='3' stroke-linecap='round' stroke-opacity='.07'/%3E%3Cpath d='M828 104 C 856 94 878 108 886 136 C 856 144 836 132 828 104 Z M788 300 C 818 292 840 310 844 340 C 812 346 792 330 788 300 Z M716 456 C 744 448 768 462 776 492 C 746 500 724 486 716 456 Z' fill='%23287a49' fill-opacity='.06'/%3E%3Cpath d='M-60 130 C 92 52 206 184 350 92 C 486 4 596 122 760 42' fill='none' stroke='%23287a49' stroke-width='3' stroke-linecap='round' stroke-opacity='.045'/%3E%3C/svg%3E") top right / min(760px, 72vw) auto no-repeat;
  pointer-events: none;
}

.section.dark::before {
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1280 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-80 392 C 96 248 252 450 430 292 C 602 140 760 330 930 190 C 1090 58 1214 140 1360 52' fill='none' stroke='%23b8de76' stroke-width='4' stroke-linecap='round' stroke-opacity='.12'/%3E%3Cpath d='M218 340 C 238 314 272 316 292 342 C 264 360 240 360 218 340 Z M736 266 C 756 240 790 242 810 268 C 782 286 758 286 736 266 Z M1092 118 C 1112 92 1146 94 1166 120 C 1138 138 1114 138 1092 118 Z' fill='%23b8de76' fill-opacity='.1'/%3E%3C/svg%3E") bottom center / 112% auto no-repeat;
}

.section-head {
  position: relative;
  padding-bottom: 8px;
}

.section-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(29, 92, 55, 0.22), rgba(197, 150, 63, 0.24), transparent 72%);
}

.service-card,
.review-card,
.portfolio-item,
.project-card,
.career-card,
.compare-panel,
.contact-card,
.jobber-placeholder,
.local-proof-card,
.local-answer-box,
.local-service-panel,
.process-step,
.faq-item,
.service-selection-panel,
.thank-you-panel {
  border-color: rgba(29, 92, 55, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 245, 0.94)),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.service-card,
.review-card,
.portfolio-item,
.project-card,
.career-card,
.local-service-panel,
.process-step,
.faq-item {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, filter 0.28s ease;
}

.service-card:hover,
.portfolio-item:hover,
.project-card:hover,
.career-card:hover,
.review-card:hover,
.compare-panel:hover,
.local-service-panel:hover,
.process-step:hover,
.faq-item:hover {
  transform: translateY(-7px);
  border-color: rgba(29, 92, 55, 0.28);
  box-shadow: var(--shadow-lift);
  filter: saturate(1.02);
}

.local-proof-card,
.local-answer-box,
.jobber-placeholder,
.contact-card {
  position: relative;
  overflow: hidden;
}

.local-proof-card::after,
.local-answer-box::after,
.jobber-placeholder::after,
.contact-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -76px;
  width: 220px;
  height: 190px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 190' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M204 18 C 156 54 158 90 112 118 C 72 142 66 162 30 178' fill='none' stroke='%231d5c37' stroke-width='4' stroke-linecap='round' stroke-opacity='.16'/%3E%3Cpath d='M166 58 C 140 48 120 60 114 88 C 144 96 164 84 166 58 Z M96 128 C 70 118 48 130 40 158 C 70 166 90 154 96 128 Z' fill='%23287a49' fill-opacity='.14'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.local-proof-card > *,
.local-answer-box > *,
.jobber-placeholder > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}

.area-pills span,
.area-pills a,
.answer-service-list span {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 22px rgba(24, 35, 28, 0.07);
}

.quote-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 20, 13, 0.98), rgba(22, 68, 40, 0.93) 62%, rgba(29, 92, 55, 0.88)),
    url("https://images.pexels.com/photos/11573798/pexels-photo-11573798.jpeg?auto=compress&cs=tinysrgb&w=1800") center / cover;
}

.quote-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1280 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-70 248 C 92 128 232 292 392 172 C 544 58 696 222 854 110 C 1010 0 1128 98 1350 30' fill='none' stroke='%23b8de76' stroke-width='4' stroke-linecap='round' stroke-opacity='.14'/%3E%3Cpath d='M226 208 C 246 184 278 186 296 210 C 268 228 246 228 226 208 Z M784 138 C 804 114 836 116 854 140 C 826 158 804 158 784 138 Z' fill='%23b8de76' fill-opacity='.1'/%3E%3C/svg%3E") center / cover no-repeat;
  pointer-events: none;
}

.quote-band-inner {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #07140d, #041008);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1280 440' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-80 356 C 96 224 250 394 420 262 C 586 134 746 304 922 166 C 1092 32 1228 128 1380 50' fill='none' stroke='%23b8de76' stroke-width='4' stroke-linecap='round' stroke-opacity='.09'/%3E%3Cpath d='M210 298 C 232 274 264 276 282 302 C 254 320 232 318 210 298 Z M710 240 C 732 216 764 218 782 244 C 754 262 732 260 710 240 Z M1098 100 C 1120 76 1152 78 1170 104 C 1142 122 1120 120 1098 100 Z' fill='%23b8de76' fill-opacity='.08'/%3E%3C/svg%3E") bottom center / 112% auto no-repeat;
  pointer-events: none;
}

.footer-grid,
.footer-areas,
.footer-trust,
.copyright {
  position: relative;
  z-index: 1;
}

.preview-form input,
.preview-form select,
.preview-form textarea,
.jobber-embed {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

@media (max-width: 1020px) {
  html.nav-open,
  body.nav-open {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
  }

  body.nav-open .site-header {
    background: rgba(5, 18, 10, 0.98);
    border-bottom-color: rgba(184, 222, 118, 0.18);
    box-shadow: 0 18px 60px rgba(4, 14, 8, 0.42);
  }

  .nav-wrap {
    min-height: 74px;
    padding: 12px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
  }

  body.nav-open .brand-name {
    color: var(--white);
  }

  body.nav-open .brand-sub {
    color: var(--green-300);
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 35;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 26px rgba(16, 41, 26, 0.12);
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
  }

  .mobile-quote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid rgba(29, 92, 55, 0.18);
    border-radius: 6px;
    color: var(--green-950);
    background: var(--green-300);
    box-shadow: 0 10px 22px rgba(16, 41, 26, 0.12);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  .mobile-quote-button:hover {
    color: var(--white);
    background: var(--green-800);
    transform: translateY(-1px);
  }

  .nav-toggle:hover {
    transform: translateY(-1px);
  }

  body.nav-open .nav-toggle {
    border-color: rgba(184, 222, 118, 0.28);
    background: rgba(184, 222, 118, 0.08);
    box-shadow: none;
  }

  body.nav-open .nav-toggle span {
    background: var(--white);
  }

  .nav-panel {
    position: fixed;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100vw;
    height: calc(100dvh - 74px);
    min-height: 0;
    max-height: calc(100dvh - 74px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(12px, 2.35dvh, 24px);
    padding: clamp(16px, 3dvh, 34px) clamp(28px, 8vw, 46px) max(20px, env(safe-area-inset-bottom));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 12% 12%, rgba(184, 222, 118, 0.2), transparent 26%),
      radial-gradient(circle at 86% 78%, rgba(197, 150, 63, 0.16), transparent 28%),
      url("data:image/svg+xml,%3Csvg viewBox='0 0 640 760' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-46 620 C 120 516 154 338 332 260 C 462 203 518 112 698 84' fill='none' stroke='%23b8de76' stroke-width='3.5' stroke-linecap='round' stroke-opacity='.15'/%3E%3Cpath d='M100 534 C 126 510 166 516 184 550 C 148 570 120 562 100 534 Z M388 236 C 416 208 458 216 476 250 C 438 270 408 264 388 236 Z M520 150 C 548 124 588 132 604 166 C 570 184 540 178 520 150 Z' fill='%23b8de76' fill-opacity='.16'/%3E%3C/svg%3E") center / min(118vw, 720px) auto no-repeat,
      linear-gradient(180deg, #06140c 0%, #0d2718 52%, #06120a 100%);
    box-shadow: none;
    transition: opacity 0.26s ease, visibility 0.26s ease, transform 0.26s ease;
  }

  .admin-bar .nav-panel {
    top: 106px;
    height: calc(100dvh - 106px);
    max-height: calc(100dvh - 106px);
  }

  .nav-open .nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav,
  .header-actions {
    width: min(420px, 100%);
    flex: 0 0 auto;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 1.55dvh, 16px);
    margin: 0 auto;
  }

  .services-nav-item {
    width: 100%;
  }

  .main-nav .services-nav-trigger {
    justify-content: center;
  }

  .services-nav-chevron {
    width: 10px;
    height: 10px;
  }

  .services-nav-dropdown {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 6px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    transition: max-height 0.24s ease, margin 0.24s ease, padding 0.24s ease, opacity 0.18s ease, visibility 0.18s ease;
  }

  .services-nav-item.is-open .services-nav-dropdown {
    max-height: 150px;
    margin-top: 6px;
    padding: 6px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .main-nav .services-nav-dropdown a {
    justify-content: center;
    min-height: 46px;
    padding: 8px 7px;
    border: 1px solid rgba(184, 222, 118, 0.2);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.78rem;
    line-height: 1.15;
    text-align: center;
    text-transform: none;
  }

  .main-nav .services-nav-dropdown a:last-child {
    border-bottom: 1px solid rgba(184, 222, 118, 0.2);
  }

  .main-nav .services-nav-dropdown a::after {
    display: none;
  }

  .main-nav .services-nav-dropdown a:hover,
  .main-nav .services-nav-dropdown a:focus-visible {
    color: var(--green-950);
    background: var(--green-300);
  }

  .header-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: min(320px, 100%);
    margin: clamp(2px, 0.65dvh, 8px) auto 0;
    padding-top: clamp(10px, 1.55dvh, 16px);
    border-top: 1px solid rgba(184, 222, 118, 0.22);
  }

  .main-nav a,
  .header-actions a {
    width: 100%;
  }

  .main-nav a {
    display: block;
    padding: 5px 10px 7px;
    color: rgba(255, 255, 255, 0.92);
    background: transparent;
    font-size: clamp(2rem, 7.55vw, 2.8rem);
    line-height: 0.98;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  }

  .main-nav a::after {
    right: auto;
    bottom: 0;
    left: 50%;
    width: min(150px, 45%);
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--green-300), var(--gold), transparent);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
  }

  .main-nav a:hover::after,
  .main-nav a.active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .main-nav a:hover,
  .main-nav a.active {
    color: var(--green-300);
    background: transparent;
    transform: translateY(-2px);
  }

  .phone-link {
    display: grid;
    place-items: center;
    row-gap: 5px;
    min-height: auto;
    padding: 0;
    color: var(--white);
    font-size: clamp(1.35rem, 5.4vw, 1.85rem);
    text-align: center;
    white-space: normal;
  }

  .phone-link::before {
    content: attr(data-label);
    display: block;
    color: var(--green-300);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .header-actions .button {
    width: min(300px, 100%);
    min-height: 54px;
    border: 1px solid rgba(184, 222, 118, 0.45);
    background: var(--green-300);
    color: var(--green-950);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
  }

  .header-actions .button:hover {
    background: var(--white);
    color: var(--green-900);
  }

  .intro-grid,
  .career-intro,
  .local-city-layout,
  .local-answer-box,
  .local-service-panels,
  .local-process-grid,
  .service-city-directory,
  .service-grid,
  .local-band,
  .service-area-strip-inner,
  .service-overview-grid,
  .service-info-grid,
  .service-guide-grid,
  .local-neighborhood-grid,
  .service-process-grid,
  .service-quote-heading,
  .local-proof-card,
  .service-detail,
  .faq-grid,
  .portfolio-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-area-pills {
    justify-content: flex-start;
  }

  .service-process-grid article {
    min-height: 0;
  }

  .review-carousel .review-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-collage {
    gap: 22px;
  }

  .project-card,
  .project-card:nth-child(n + 3) {
    grid-column: auto;
  }

  .portfolio-collage .project-card,
  .portfolio-collage .project-card:nth-child(1),
  .portfolio-collage .project-card:nth-child(2),
  .portfolio-collage .project-card:nth-child(3),
  .portfolio-collage .project-card:nth-child(4),
  .portfolio-collage .project-card:nth-child(5),
  .portfolio-collage .project-card:nth-child(6),
  .portfolio-collage .project-card:nth-child(7),
  .portfolio-collage .project-card:nth-child(8) {
    grid-column: auto;
    margin-top: 0;
    transform: none;
  }

  .portfolio-collage .project-card .before-after-slider,
  .portfolio-collage .project-card:nth-child(1) .before-after-slider,
  .portfolio-collage .project-card:nth-child(3) .before-after-slider,
  .portfolio-collage .project-card:nth-child(4) .before-after-slider,
  .portfolio-collage .project-card:nth-child(5) .before-after-slider,
  .portfolio-collage .project-card:nth-child(7) .before-after-slider {
    aspect-ratio: 4 / 3;
  }

  .portfolio-gallery-wrap::before {
    inset: 20px 8px;
    opacity: 0.55;
  }

  .hero {
    min-height: 640px;
  }

  .hero-inner {
    padding-top: 118px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 4.1rem;
  }

  .section-head h2,
  .content-block h2,
  .quote-panel h2 {
    font-size: 2.7rem;
  }

  .quote-band-inner {
    grid-template-columns: 1fr;
  }

  .service-landing-layout,
  .service-landing-grid {
    grid-template-columns: 1fr;
  }

  .image-feature {
    height: 330px;
  }

  .truck-scroll-float {
    --truck-base-y: 22px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .nav-panel {
    top: 120px;
    height: calc(100dvh - 120px);
    max-height: calc(100dvh - 120px);
  }
}

@media (max-width: 620px) {
  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .header-actions {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 600px;
  }

  .hero-inner {
    padding: 96px 0 86px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.4rem;
    line-height: 1.02;
  }

  .hero-copy,
  .page-hero p {
    font-size: 1rem;
  }

  .hero-service-row {
    gap: 8px;
  }

  .hero-service-row span {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .service-landing-main,
  .service-landing-card {
    padding: 22px;
  }

  .service-landing-hero {
    min-height: 500px;
  }

  .service-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-hero-actions .button-light {
    grid-column: 1 / -1;
    width: 100%;
  }

  .service-hero-contact {
    width: 100%;
    padding-inline: 10px;
    font-size: 0.86rem;
  }

  .service-area-strip {
    padding: 22px 0;
  }

  .service-area-strip-inner {
    gap: 18px;
  }

  .service-area-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .service-area-pills a {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: 7px 9px;
    text-align: center;
  }

  .service-overview-copy h2,
  .service-quote-heading h2 {
    font-size: 2.2rem;
  }

  .service-overview-highlights ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-overview-proof {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .service-expectations-panel,
  .service-planning-panel,
  .service-info-grid .service-landing-card,
  .service-process-grid article {
    padding: 22px;
  }

  .service-process-grid article > span {
    margin-bottom: 20px;
  }

  .service-jobber-embed {
    min-height: 520px;
    padding: 4px;
  }

  .service-jobber-embed > div {
    min-height: 500px;
  }

  .section {
    padding: 78px 0 60px;
  }

  .service-quote-section {
    padding-top: 52px;
    padding-bottom: 10px;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 16px;
  }

  .section-head h2,
  .content-block h2,
  .quote-panel h2,
  .quote-band h2,
  .service-detail h2 {
    font-size: 2rem;
  }

  .image-feature {
    height: 230px;
  }

  .truck-scroll-float {
    --truck-base-y: 10px;
  }

  .detail-grid,
  .service-copy-grid,
  .before-after,
  .faq-grid,
  .thank-you-panel,
  .preview-form {
    grid-template-columns: 1fr;
  }

  .review-carousel .review-card {
    flex-basis: 100%;
    min-height: 314px;
  }

  .review-controls {
    gap: 10px;
  }

  .review-control {
    min-width: 48px;
    min-height: 36px;
    font-size: 0.7rem;
  }

  .portfolio-gallery {
    grid-template-columns: 1fr;
  }

  .portfolio-gallery-wrap {
    padding: 14px 0 0;
  }

  .portfolio-gallery-wrap::before,
  .portfolio-gallery-wrap::after {
    opacity: 0.32;
  }

  .project-card,
  .project-card:nth-child(n + 3) {
    grid-column: 1 / -1;
  }

  .portfolio-collage .project-card,
  .portfolio-collage .project-card:nth-child(1),
  .portfolio-collage .project-card:nth-child(2),
  .portfolio-collage .project-card:nth-child(3),
  .portfolio-collage .project-card:nth-child(4),
  .portfolio-collage .project-card:nth-child(5),
  .portfolio-collage .project-card:nth-child(6),
  .portfolio-collage .project-card:nth-child(7),
  .portfolio-collage .project-card:nth-child(8) {
    grid-column: 1 / -1;
    margin-top: 0;
    transform: none;
  }

  .portfolio-collage .project-card .before-after-slider,
  .portfolio-collage .project-card:nth-child(1) .before-after-slider,
  .portfolio-collage .project-card:nth-child(3) .before-after-slider,
  .portfolio-collage .project-card:nth-child(4) .before-after-slider,
  .portfolio-collage .project-card:nth-child(5) .before-after-slider,
  .portfolio-collage .project-card:nth-child(7) .before-after-slider {
    aspect-ratio: 4 / 3;
  }

  .project-card-body {
    padding: 17px;
  }

  .compare-label {
    top: 10px;
    padding: 6px 8px;
    font-size: 0.66rem;
  }

  .compare-handle::after {
    width: 34px;
    height: 34px;
  }
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 0.74s cubic-bezier(0.2, 0.75, 0.2, 1), transform 0.74s cubic-bezier(0.2, 0.75, 0.2, 1);
  will-change: auto;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 760px) {
  body.home:not(.conversion-bar-ready) .mobile-conversion-bar {
    visibility: hidden;
    transform: translateY(calc(100% + 18px));
  }

  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (min-width: 761px) {
  .js .portfolio-collage .project-card:nth-child(2).reveal.is-visible,
  .js .portfolio-collage .project-card:nth-child(4).reveal.is-visible,
  .js .portfolio-collage .project-card:nth-child(6).reveal.is-visible,
  .js .portfolio-collage .project-card:nth-child(8).reveal.is-visible {
    transform: translateY(clamp(12px, 1.7vw, 26px));
  }

  .js .portfolio-collage .project-card:nth-child(2).reveal.is-visible:hover,
  .js .portfolio-collage .project-card:nth-child(4).reveal.is-visible:hover,
  .js .portfolio-collage .project-card:nth-child(6).reveal.is-visible:hover,
  .js .portfolio-collage .project-card:nth-child(8).reveal.is-visible:hover {
    transform: translateY(clamp(4px, 0.7vw, 12px));
  }
}

@keyframes servicePanelIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* Compact contact and quotation page */
.contact-simple-page {
  min-height: 70vh;
  padding: clamp(54px, 7vw, 92px) 0 clamp(72px, 9vw, 118px);
  background:
    linear-gradient(135deg, rgba(232, 240, 225, 0.72), rgba(248, 250, 245, 0.96) 46%, rgba(238, 245, 232, 0.78)),
    var(--bg);
}

.contact-simple-shell {
  max-width: 920px;
}

.contact-simple-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.contact-simple-header .eyebrow {
  margin-bottom: 10px;
}

.contact-simple-header h1 {
  max-width: 650px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.contact-call-action {
  display: grid;
  flex: 0 0 auto;
  gap: 4px;
  min-width: 220px;
  padding: 16px 20px;
  border-left: 4px solid var(--green-300);
  color: var(--white);
  background: var(--green-900);
  box-shadow: 0 16px 34px rgba(10, 47, 27, 0.16);
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-call-action span {
  color: var(--green-300);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-call-action strong {
  font-size: 1.22rem;
}

.contact-call-action:hover,
.contact-call-action:focus-visible {
  color: var(--white);
  background: var(--green-700);
  transform: translateY(-2px);
}

.contact-jobber-form,
.jobber-placeholder.contact-jobber-form {
  display: block;
  min-height: 0;
  height: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-jobber-form::after {
  display: none;
}

.contact-jobber-form .jobber-box {
  width: 100%;
  max-width: none;
}

.contact-jobber-form .selected-service-note {
  margin: 0 0 12px;
}

.contact-jobber-form .jobber-embed,
.jobber-inline-form.contact-jobber-form .jobber-embed {
  min-height: 0;
  margin-top: 0;
  padding: 0;
  overflow: visible;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(24, 35, 28, 0.08);
}

.contact-jobber-form .jobber-embed > div {
  min-height: 0;
}

.contact-jobber-form .form-privacy-note {
  margin-top: 12px;
}

@media (max-width: 680px) {
  .contact-simple-page {
    padding: 38px 0 94px;
  }

  .contact-simple-header {
    display: grid;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 20px;
  }

  .contact-simple-header h1 {
    font-size: clamp(2.25rem, 13vw, 3.45rem);
  }

  .contact-call-action {
    width: 100%;
    min-width: 0;
  }

  .contact-jobber-form .jobber-embed,
  .jobber-inline-form.contact-jobber-form .jobber-embed {
    margin-inline: -4px;
  }
}


/* Conversion-focused service landing pages */
.service-trust-strip {
  position: relative;
  z-index: 4;
  padding: 0;
  color: var(--white);
  background: var(--green-950);
  border-top: 1px solid rgba(184, 222, 118, 0.2);
  border-bottom: 1px solid rgba(184, 222, 118, 0.2);
}

.service-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-trust-grid > div {
  min-width: 0;
  padding: 21px clamp(18px, 3vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.service-trust-grid > div:first-child {
  padding-left: 0;
}

.service-trust-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-trust-grid strong,
.service-trust-grid span {
  display: block;
}

.service-trust-grid strong {
  color: var(--green-300);
  font-size: 0.95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-trust-grid span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 700;
}

.service-proof-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(233, 240, 227, 0.82), rgba(255, 255, 255, 0.96) 52%, rgba(184, 222, 118, 0.14));
}

.service-proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1400 650' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-80 510 C 180 340 310 600 550 410 C 760 244 920 452 1160 250 C 1260 166 1340 152 1480 92' fill='none' stroke='%231d5c37' stroke-width='4' stroke-linecap='round' stroke-opacity='.07'/%3E%3Cpath d='M242 470 C 270 438 312 440 338 474 C 300 496 268 494 242 470 Z M850 358 C 882 326 926 330 950 366 C 912 388 878 384 850 358 Z M1174 236 C 1204 204 1248 208 1272 242 C 1234 266 1200 262 1174 236 Z' fill='%23287a49' fill-opacity='.08'/%3E%3C/svg%3E") center / cover no-repeat;
  pointer-events: none;
}

.service-proof-section .wrap {
  position: relative;
}

.hedge-service-scope {
  margin: clamp(30px, 4vw, 46px) 0;
  padding: clamp(24px, 3vw, 34px) 0;
  border-top: 1px solid rgba(29, 92, 55, 0.2);
  border-bottom: 1px solid rgba(29, 92, 55, 0.2);
}

.hedge-service-scope h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.hedge-service-scope ul,
.hedge-why-choose ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hedge-service-scope li,
.hedge-why-choose li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 850;
}

.hedge-service-scope li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--green-700);
  font-weight: 950;
}

.hedge-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(34px, 5vw, 54px);
}

.hedge-result {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 92, 55, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hedge-result:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(24, 35, 28, 0.16);
}

.hedge-result .before-after-slider {
  aspect-ratio: 16 / 10;
}

.hedge-result figcaption {
  display: grid;
  gap: 6px;
  padding: 20px 22px 22px;
}

.hedge-result figcaption strong {
  color: var(--ink);
  font-size: 1.12rem;
}

.hedge-result figcaption span {
  color: var(--muted);
  line-height: 1.55;
}

.hedge-why-choose {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.4fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 68px);
  padding: clamp(28px, 4vw, 42px) 0;
  border-top: 1px solid rgba(29, 92, 55, 0.2);
  border-bottom: 1px solid rgba(29, 92, 55, 0.2);
}

.hedge-why-choose h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
}

.hedge-why-choose li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-600);
  box-shadow: 0 0 0 5px rgba(184, 222, 118, 0.24);
}

.hedge-results-section .service-mid-cta {
  margin-top: 30px;
}

.service-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.service-review-grid blockquote {
  min-height: 230px;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(29, 92, 55, 0.14);
  border-top: 3px solid var(--green-700);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-review-grid blockquote:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(24, 35, 28, 0.14);
}

.service-review-stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0;
}

.service-review-grid blockquote p {
  margin: 24px 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.55;
}

.service-review-grid cite {
  color: var(--green-700);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 950;
}

.service-mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 25px 28px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-900);
  box-shadow: var(--shadow);
}

.service-mid-cta .eyebrow {
  margin-bottom: 5px;
  color: var(--green-300);
}

.service-mid-cta h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.service-mid-cta .button {
  flex: 0 0 auto;
  color: var(--green-950);
  background: var(--green-300);
}

.service-mid-cta .button:hover,
.service-mid-cta .button:focus-visible {
  color: var(--white);
  background: var(--green-600);
}

.service-landing-faq {
  border-top: 1px solid rgba(29, 92, 55, 0.12);
  border-bottom: 1px solid rgba(29, 92, 55, 0.12);
}

@media (max-width: 900px) {
  .service-review-grid {
    grid-template-columns: 1fr;
  }

  .service-review-grid blockquote {
    min-height: 0;
  }

  .hedge-why-choose {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .service-trust-grid {
    grid-template-columns: 1fr;
  }

  .service-trust-grid > div,
  .service-trust-grid > div:first-child,
  .service-trust-grid > div:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .service-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .service-mid-cta {
    display: grid;
    padding: 22px;
  }

  .service-mid-cta .button {
    width: 100%;
  }

  .hedge-service-scope ul,
  .hedge-why-choose ul,
  .hedge-results-grid {
    grid-template-columns: 1fr;
  }

  .hedge-result .before-after-slider {
    aspect-ratio: 4 / 3;
  }
}

/* Audit refresh: conversion, legal, and service discovery */
.hero-call-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 4px;
  color: var(--white);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(184, 222, 118, 0.72);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.hero-call-link:hover,
.hero-call-link:focus-visible {
  color: var(--green-300);
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-proof-row span + span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green-300);
}

.hero-proof-row strong {
  color: var(--gold);
  letter-spacing: 0;
}

.service-card-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green-700);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(29, 92, 55, 0.32);
  text-underline-offset: 5px;
}

.service-card-link:hover,
.service-card-link:focus-visible {
  color: var(--green-900);
  text-decoration-color: currentColor;
}

.home-service-directory {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-service-directory a {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 13px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 900;
  transition: color 0.2s ease, background 0.2s ease;
}

.home-service-directory a:hover,
.home-service-directory a:focus-visible {
  color: var(--white);
  background: var(--green-800);
}

.reviews-external-link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.project-proof {
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  color: var(--green-800);
  font-size: 0.9rem;
  font-weight: 850;
}

.project-proof cite {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.jobber-inline-form {
  display: block;
  align-self: stretch;
}

.jobber-inline-form .jobber-embed {
  min-height: 590px;
}

.form-privacy-note {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.form-privacy-note a {
  color: var(--green-700);
  font-weight: 900;
  text-decoration: underline;
}

.legal-hero {
  min-height: 390px;
  background: var(--green-950);
}

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin-top: 40px;
  color: var(--green-900);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.legal-updated {
  color: var(--green-700) !important;
  font-size: 0.82rem !important;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-legal-links a {
  font-size: 0.82rem;
  font-weight: 800;
}

.mobile-conversion-bar {
  display: none;
}

.career-status-note {
  margin-top: 22px;
  padding: 15px 18px;
  border-left: 3px solid var(--green-600);
  background: rgba(184, 222, 118, 0.14);
}

.client-portal-link {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.home-audience-section {
  position: relative;
  overflow: clip;
}

.home-audience-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(184, 222, 118, 0.12), transparent 48%);
}

.home-audience-section .wrap {
  position: relative;
}

.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-audience-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-audience-card:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 122, 73, 0.38);
  box-shadow: var(--shadow-lift);
}

.home-audience-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-soft);
}

.home-audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-audience-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-audience-card:nth-child(2) .home-audience-image img {
  object-position: center 72%;
}

.home-audience-card:hover .home-audience-image img {
  transform: scale(1.035);
}

.home-audience-card > div {
  padding: 24px;
}

.home-audience-card h3 {
  margin: 5px 0 9px;
  color: var(--green-900);
  font-size: 1.38rem;
}

.home-audience-card > div > p:not(.eyebrow) {
  min-height: 78px;
  margin: 0 0 18px;
  color: var(--muted);
}

.audience-page-hero {
  min-height: 560px;
}

.audience-page-hero .wrap {
  max-width: 780px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
}

.audience-trust-strip {
  color: var(--white);
  background: var(--green-950);
}

.audience-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.audience-trust-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--green-300);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.audience-trust-strip span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.audience-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 64px;
  align-items: center;
}

.audience-intro-grid .content-block {
  max-width: 720px;
}

.audience-intro-grid h2 {
  max-width: 760px;
}

.audience-proof-panel {
  padding: 32px;
  border-left: 4px solid var(--green-600);
  background: linear-gradient(145deg, var(--surface), rgba(184, 222, 118, 0.16));
  box-shadow: var(--shadow-soft);
}

.audience-proof-panel h3 {
  margin: 6px 0 12px;
  color: var(--green-900);
  font-size: 1.45rem;
}

.audience-proof-panel p:not(.eyebrow) {
  color: var(--muted);
}

.audience-proof-panel a {
  display: inline-block;
  margin-top: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--green-300);
  color: var(--green-800);
  font-weight: 950;
}

.audience-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.audience-priority {
  min-height: 230px;
  padding: 30px;
  border-top: 3px solid var(--green-600);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.audience-priority > span,
.audience-process-grid article > span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.audience-priority h3 {
  margin: 24px 0 10px;
  color: var(--green-900);
  font-size: 1.3rem;
}

.audience-priority p {
  margin: 0;
  color: var(--muted);
}

.audience-services-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.audience-services-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 3.25rem;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}

.audience-services-heading > p {
  max-width: 430px;
  margin: 0 0 2px auto;
  color: var(--muted);
}

.audience-services-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
}

.audience-services-layout .audience-property-picture {
  min-height: 100%;
}

.audience-services-layout .audience-property-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.audience-property-picture {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
}

.audience-service-list {
  display: grid;
  gap: 12px;
}

.audience-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 98px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green-600);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.audience-service-link:hover,
.audience-service-link:focus-visible {
  transform: translateX(5px);
  border-color: rgba(40, 122, 73, 0.42);
  box-shadow: var(--shadow);
}

.audience-service-link span {
  display: grid;
  gap: 4px;
}

.audience-service-link strong {
  color: var(--green-900);
  font-size: 1.08rem;
}

.audience-service-link small {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.audience-service-link b {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-900);
  background: var(--bg-soft);
  font-size: 1.2rem;
}

.audience-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.audience-process-grid article {
  min-height: 250px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.055);
}

.audience-process-grid h3 {
  margin: 32px 0 10px;
  color: var(--white);
  font-size: 1.3rem;
}

.audience-process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.audience-quote-section {
  padding-bottom: 32px;
}

@media (max-width: 900px) {
  .home-service-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-audience-grid,
  .audience-priority-grid,
  .audience-process-grid {
    grid-template-columns: 1fr;
  }

  .audience-intro-grid,
  .audience-services-heading,
  .audience-services-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .audience-services-heading {
    gap: 18px;
  }

  .audience-services-heading h2 {
    font-size: 2.7rem;
  }

  .audience-services-heading > p {
    max-width: 640px;
    margin-left: 0;
  }

  .audience-services-layout .audience-property-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .audience-services-layout .audience-property-picture {
    min-height: 0;
  }

  .audience-trust-strip .wrap {
    grid-template-columns: 1fr 1fr;
  }

  .audience-trust-strip span:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .audience-trust-strip span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .audience-priority,
  .audience-process-grid article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  body.home .mobile-quote-button {
    display: none;
  }

  body.home .hero {
    min-height: 560px;
  }

  body.home .hero-inner {
    padding: 84px 0 82px;
  }

  body.home .hero-service-row {
    display: none;
  }

  body.home .hero-proof-row span:nth-child(n + 2) {
    display: none;
  }

  .hero-proof-row {
    display: grid;
    gap: 8px;
  }

  .hero-proof-row span + span::before {
    display: none;
  }

  .home-service-directory {
    grid-template-columns: 1fr 1fr;
  }

  .home-service-directory a {
    min-height: 58px;
    padding: 11px 12px;
    font-size: 0.82rem;
  }

  .home-audience-card > div {
    padding: 20px;
  }

  .home-audience-card > div > p:not(.eyebrow) {
    min-height: 0;
  }

  .audience-page-hero {
    min-height: 520px;
  }

  .audience-page-hero .wrap {
    margin: 0 auto;
  }

  .audience-trust-strip .wrap {
    width: 100%;
  }

  .audience-trust-strip span {
    min-height: 68px;
    padding: 14px 10px;
    font-size: 0.68rem;
  }

  .audience-proof-panel,
  .audience-priority,
  .audience-process-grid article {
    padding: 24px;
  }

  .audience-services-heading {
    margin-bottom: 24px;
    padding-bottom: 22px;
  }

  .audience-services-heading h2 {
    font-size: 2rem;
  }

  .audience-service-link {
    min-height: 0;
    padding: 18px;
  }

  .audience-service-link b {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .jobber-inline-form .jobber-embed {
    min-height: 540px;
  }

  .jobber-inline-form.contact-jobber-form .jobber-embed {
    min-height: 0;
  }

  .footer-bottom {
    display: grid;
    justify-content: stretch;
  }

  .mobile-conversion-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 0.82fr);
    gap: 8px;
    min-height: 70px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(184, 222, 118, 0.22);
    background: rgba(7, 20, 13, 0.98);
    box-shadow: 0 -12px 34px rgba(7, 20, 13, 0.28);
    transform: translateY(0);
    visibility: visible;
    transition: transform 0.24s ease, visibility 0.24s ease;
  }

  body.hero-in-view .mobile-conversion-bar {
    pointer-events: none;
    visibility: hidden;
    transform: translateY(115%);
  }

  body.nav-open .mobile-conversion-bar {
    display: none;
  }

  .mobile-conversion-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 52px;
    border-radius: 6px;
    font-weight: 950;
    text-align: center;
  }

  .mobile-call-action {
    flex-direction: column;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mobile-call-action span {
    color: var(--green-300);
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-call-action strong {
    margin-top: 2px;
    font-size: 0.86rem;
  }

  .mobile-quote-action {
    color: var(--green-950);
    background: var(--green-300);
  }
}

/* Editorial surfaces: fewer floating boxes, stronger page rhythm. */
.home-audience-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-audience-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.home-audience-image {
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(24, 35, 28, 0.12);
}

.home-audience-card > div {
  margin-top: 18px;
  padding: 20px 2px 0;
  border-top: 2px solid var(--green-700);
}

.home-audience-card > div > p:not(.eyebrow) {
  min-height: 0;
}

.detail-grid {
  gap: 0 26px;
}

.detail-grid div,
.service-option {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(29, 92, 55, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-option {
  min-height: 108px;
  align-items: center;
}

.service-option:hover,
.service-option.is-active {
  transform: translateX(5px);
  border-color: var(--green-600);
  background: transparent;
  box-shadow: none;
}

.faq-grid {
  gap: 0 36px;
}

.faq-item {
  padding: 24px 0;
  border: 0;
  border-top: 1px solid rgba(29, 92, 55, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-item:hover {
  transform: none;
  border-color: rgba(29, 92, 55, 0.34);
  box-shadow: none;
  filter: none;
}

.faq-item h3::before {
  width: auto;
  height: auto;
  flex-basis: auto;
  border-radius: 0;
  color: var(--green-700);
  background: transparent;
  box-shadow: none;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.home-faq-section {
  border-top: 1px solid rgba(29, 92, 55, 0.08);
}

.career-highlights {
  gap: 0;
}

.career-highlights .career-card {
  padding: 24px 0;
  border: 0;
  border-top: 1px solid rgba(29, 92, 55, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.career-highlights .career-card::before {
  content: none;
}

.career-highlights .career-card:hover {
  transform: translateX(5px);
  box-shadow: none;
  filter: none;
}

.audience-proof-panel,
.local-proof-card,
.local-property-guide {
  padding: 10px 0 10px 28px;
  border: 0;
  border-left: 3px solid var(--green-700);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.local-proof-card::after {
  content: none;
}

.audience-priority-grid,
.local-service-panels,
.local-process-grid {
  gap: 0 34px;
}

.audience-priority {
  min-height: 0;
  padding: 26px 0;
  border-top: 2px solid var(--green-600);
  background: transparent;
  box-shadow: none;
}

.audience-priority h3 {
  margin-top: 20px;
}

.audience-service-list {
  gap: 0;
}

.audience-service-link {
  min-height: 104px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(29, 92, 55, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.audience-service-link:hover,
.audience-service-link:focus-visible {
  transform: translateX(5px);
  border-color: var(--green-600);
  box-shadow: none;
}

.audience-process-grid {
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.audience-process-grid article {
  min-height: 220px;
  padding: 24px 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}

.audience-process-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.local-answer-box {
  padding: 28px 0;
  border: 0;
  border-block: 1px solid rgba(29, 92, 55, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.local-answer-box::after {
  content: none;
}

.local-service-panel,
.process-step {
  overflow: visible;
  padding: 26px 0;
  border: 0;
  border-top: 2px solid var(--green-600);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.local-service-panel::before,
.process-step::before {
  content: none;
}

.local-service-panel:hover,
.process-step:hover {
  transform: translateX(4px);
  border-color: var(--green-700);
  box-shadow: none;
  filter: none;
}

@media (max-width: 900px) {
  .audience-priority-grid,
  .local-service-panels,
  .local-process-grid {
    gap: 0;
  }

  .audience-process-grid article,
  .audience-process-grid article:last-child {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 760px) {
  .home-audience-card > div {
    padding-right: 0;
    padding-left: 0;
  }

  .detail-grid,
  .faq-grid {
    gap: 0;
  }

  .service-option,
  .audience-service-link {
    min-height: 0;
    padding: 18px 0;
  }

  .audience-proof-panel,
  .local-proof-card,
  .local-property-guide {
    padding: 8px 0 8px 20px;
  }

  .local-answer-box {
    padding: 24px 0;
  }
}

/* Expandable questions and reusable customer proof. */
.service-faq .section-head {
  align-items: end;
}

.faq-grid,
.service-landing-faq .faq-grid {
  display: block;
  width: min(100%, 980px);
  max-width: 980px;
  margin: clamp(34px, 5vw, 56px) auto 0;
}

.faq-grid .faq-item,
.service-landing-faq .faq-grid .faq-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(29, 92, 55, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}

.faq-grid .faq-item:last-child,
.service-landing-faq .faq-grid .faq-item:last-child {
  border-bottom: 1px solid rgba(29, 92, 55, 0.2);
}

.faq-grid .faq-item:hover,
.faq-grid .faq-item.is-open,
.service-landing-faq .faq-grid .faq-item:hover {
  transform: none;
  border-color: rgba(29, 92, 55, 0.34);
  background: transparent;
  box-shadow: none;
  filter: none;
}

.faq-toggle,
.faq-grid .faq-item > summary,
.service-landing-faq .faq-grid .faq-item > summary {
  display: flex;
  width: 100%;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 22px 2px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
  list-style: none;
  transition: color 0.2s ease;
}

.faq-grid .faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq-toggle:hover,
.faq-toggle:focus-visible,
.faq-grid .faq-item > summary:hover,
.faq-grid .faq-item > summary:focus-visible {
  color: var(--green-700);
}

.faq-toggle:focus-visible,
.faq-grid .faq-item > summary:focus-visible {
  outline: 3px solid rgba(184, 222, 118, 0.48);
  outline-offset: 4px;
}

.faq-toggle-icon,
.faq-grid .faq-item > summary span,
.service-landing-faq .faq-grid .faq-item > summary span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-800);
  background: rgba(184, 222, 118, 0.28);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.faq-item.is-open .faq-toggle-icon,
.faq-grid .faq-item[open] > summary span {
  color: var(--green-950);
  background: rgba(184, 222, 118, 0.58);
  transform: rotate(45deg);
}

.faq-answer,
.faq-grid .faq-item > p,
.service-landing-faq .faq-grid .faq-item > p {
  max-width: 820px;
  margin: 0;
  padding: 0 54px 26px 2px;
  color: var(--muted);
  line-height: 1.72;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer > :first-child {
  margin-top: 0;
}

.faq-answer > :last-child {
  margin-bottom: 0;
}

.faq-grid .faq-item h3::before {
  content: none;
}

.reviews-section {
  overflow: hidden;
}

.global-reviews-section {
  border-top: 1px solid rgba(184, 222, 118, 0.16);
}

.review-head-actions {
  display: grid;
  gap: 14px;
  justify-items: start;
  max-width: 390px;
}

.section-head .review-head-actions p {
  margin: 0;
}

.review-write-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--green-300);
  border-bottom: 2px solid rgba(184, 222, 118, 0.72);
  font-size: 0.9rem;
  font-weight: 950;
  transition: color 180ms ease, border-color 180ms ease;
}

.review-write-link:hover,
.review-write-link:focus-visible {
  color: var(--white);
  border-bottom-color: var(--white);
}

@media (max-width: 760px) {
  .service-faq .section-head {
    align-items: start;
  }

  .faq-grid,
  .service-landing-faq .faq-grid {
    margin-top: 28px;
  }

  .faq-toggle,
  .faq-grid .faq-item > summary,
  .service-landing-faq .faq-grid .faq-item > summary {
    min-height: 72px;
    gap: 18px;
    padding: 19px 0;
  }

  .faq-toggle-icon,
  .faq-grid .faq-item > summary span,
  .service-landing-faq .faq-grid .faq-item > summary span {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .faq-answer,
  .faq-grid .faq-item > p,
  .service-landing-faq .faq-grid .faq-item > p {
    padding: 0 42px 22px 0;
  }

  .review-head-actions {
    margin-top: 18px;
  }
}

/* Aster Field Notes */
.blog-index,
.blog-article {
  background: var(--bg);
}

.blog-index-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 88px;
  background:
    linear-gradient(135deg, rgba(233, 240, 227, 0.96), rgba(248, 250, 245, 0.98)),
    var(--bg-soft);
}

.blog-index-hero::after,
.blog-category-hero::after,
.blog-article-header::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 520px;
  height: 420px;
  opacity: 0.22;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 520 420' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 392 C 146 294 194 206 332 150 C 398 122 450 76 508 18' fill='none' stroke='%231d5c37' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M144 298 C 174 268 214 274 230 310 C 194 330 164 324 144 298 Z M324 152 C 350 124 390 132 404 166 C 370 184 342 178 324 152 Z M430 78 C 454 50 492 58 504 90 C 474 108 446 104 430 78 Z' fill='%23b8de76'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.blog-index-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 64px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(29, 92, 55, 0.2);
}

.blog-index-heading h1,
.blog-category-hero h1,
.blog-article-header h1 {
  max-width: 870px;
  margin: 8px 0 0;
  color: var(--green-950);
  font-size: 4.25rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.blog-index-heading > p,
.blog-category-hero .wrap > p:last-child,
.blog-article-deck {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.blog-featured {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(29, 92, 55, 0.18);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 30px 70px rgba(16, 41, 26, 0.13);
}

.blog-featured-image {
  display: block;
  min-height: 100%;
  overflow: hidden;
}

.blog-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.72, 0.22, 1);
}

.blog-featured:hover .blog-featured-image img {
  transform: scale(1.025);
}

.blog-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px;
}

.blog-featured-copy h2 {
  margin: 12px 0 18px;
  font-size: 2.25rem;
  line-height: 1.08;
}

.blog-featured-copy h2 a,
.blog-card h2 a {
  color: inherit;
  transition: color 0.2s ease;
}

.blog-featured-copy h2 a:hover,
.blog-card h2 a:hover {
  color: var(--green-700);
}

.blog-featured-copy > p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.blog-featured-meta,
.blog-card-meta,
.blog-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-featured-meta {
  margin-bottom: 28px;
}

.blog-featured-meta span + span::before,
.blog-article-byline span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 12px 2px 0;
  border-radius: 50%;
  background: var(--gold);
}

.blog-featured-copy .button {
  align-self: flex-start;
}

.blog-library {
  position: relative;
  padding-top: 96px;
  padding-bottom: 112px;
}

.blog-library-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 46px;
}

.blog-library-head h2 {
  margin: 8px 0 0;
  font-size: 2.7rem;
  line-height: 1.04;
  text-transform: uppercase;
}

.blog-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.blog-category-nav a {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.2;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.blog-category-nav a:hover,
.blog-category-nav a.active {
  border-color: var(--green-700);
  color: var(--white);
  background: var(--green-800);
  transform: translateY(-1px);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.blog-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(29, 92, 55, 0.16);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgba(16, 41, 26, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.blog-card:hover {
  border-color: rgba(29, 92, 55, 0.38);
  box-shadow: 0 26px 54px rgba(16, 41, 26, 0.14);
  transform: translateY(-5px);
}

.blog-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--bg-soft);
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.72, 0.22, 1);
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 25px 28px;
}

.blog-card-meta {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 0.7rem;
}

.blog-card-meta a {
  color: var(--green-700);
}

.blog-card h2 {
  margin: 0 0 14px;
  font-size: 1.32rem;
  line-height: 1.22;
}

.blog-card-body > p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.62;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--green-800);
  font-size: 0.85rem;
  font-weight: 950;
}

.blog-card-link span {
  transition: transform 0.2s ease;
}

.blog-card-link:hover span {
  transform: translateX(4px);
}

.blog-contact-band {
  padding: 78px 0;
}

.blog-contact-band .wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: 90px;
}

.blog-contact-band h2 {
  max-width: 620px;
  margin: 8px 0 0;
  font-size: 3rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.blog-contact-band .wrap > div:last-child p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.blog-category-hero,
.blog-article-header {
  position: relative;
  overflow: hidden;
  padding: 92px 0 72px;
  border-bottom: 1px solid rgba(29, 92, 55, 0.16);
  background: var(--bg-soft);
}

.blog-category-hero .wrap,
.blog-article-header-inner {
  position: relative;
  z-index: 1;
}

.blog-category-hero h1 {
  max-width: 850px;
  margin-top: 20px;
}

.blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-breadcrumb a {
  color: var(--green-700);
}

.blog-category-page .blog-library {
  padding-top: 54px;
}

.blog-category-page .blog-category-nav {
  justify-content: flex-start;
  margin-bottom: 42px;
}

.navigation.pagination {
  margin-top: 50px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.nav-links .page-numbers {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--green-900);
  background: var(--surface);
  font-weight: 900;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  color: var(--white);
  background: var(--green-800);
}

.blog-article-header {
  padding-bottom: 132px;
}

.blog-article-header h1 {
  max-width: 1020px;
  margin-bottom: 26px;
}

.blog-article-deck {
  max-width: 790px;
  margin-bottom: 26px;
  font-size: 1.18rem;
}

.blog-article-visual {
  position: relative;
  z-index: 2;
  height: 610px;
  margin-top: -82px;
  overflow: hidden;
  border: 1px solid rgba(29, 92, 55, 0.18);
  border-radius: 6px;
  background: var(--bg-soft);
  box-shadow: 0 32px 78px rgba(16, 41, 26, 0.17);
}

.blog-article-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 770px) minmax(260px, 320px);
  justify-content: space-between;
  gap: 74px;
  padding-top: 82px;
  padding-bottom: 112px;
}

.blog-article-content {
  min-width: 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.82;
}

.blog-article-content > :first-child {
  margin-top: 0;
}

.blog-article-content p {
  margin: 0 0 24px;
}

.blog-article-content h2 {
  margin: 52px 0 18px;
  color: var(--green-950);
  font-size: 2rem;
  line-height: 1.12;
}

.blog-article-content h3 {
  margin: 36px 0 14px;
  font-size: 1.35rem;
}

.blog-article-content ul,
.blog-article-content ol {
  margin: 0 0 28px;
  padding-left: 24px;
}

.blog-article-content li {
  margin-bottom: 9px;
}

.blog-answer {
  margin-bottom: 34px !important;
  padding: 22px 24px;
  border-left: 4px solid var(--green-700);
  color: var(--green-950);
  background: rgba(233, 240, 227, 0.8);
  font-size: 1.08rem;
  line-height: 1.72;
}

.blog-sources {
  padding: 20px 0 0 22px !important;
  border-top: 1px solid var(--line);
}

.blog-sources a {
  color: var(--green-700);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(29, 92, 55, 0.3);
  text-underline-offset: 3px;
}

.blog-editorial-note {
  margin-top: 46px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.blog-editorial-note strong {
  color: var(--green-900);
  font-size: 1rem;
}

.blog-editorial-note p {
  max-width: 680px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.blog-article-aside {
  min-width: 0;
}

.blog-aside-inner {
  position: sticky;
  top: 112px;
  padding: 30px;
  border: 1px solid rgba(29, 92, 55, 0.2);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 20px 48px rgba(16, 41, 26, 0.1);
}

.blog-aside-inner h2 {
  margin: 10px 0 14px;
  font-size: 1.55rem;
  line-height: 1.15;
}

.blog-aside-inner > p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.62;
}

.blog-aside-inner .button {
  width: 100%;
  text-align: center;
}

.blog-aside-phone {
  display: grid;
  gap: 3px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--green-900);
}

.blog-aside-phone span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-aside-phone strong {
  font-size: 1.22rem;
}

.blog-faq {
  border-top: 1px solid rgba(29, 92, 55, 0.12);
}

.blog-related {
  padding-top: 96px;
  padding-bottom: 112px;
}

.blog-related-grid:empty::after {
  content: "More guides are on the way.";
  color: var(--muted);
}

@media (max-width: 1100px) {
  .blog-index-heading,
  .blog-library-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-category-nav {
    justify-content: flex-start;
  }

  .blog-featured {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-article-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
  }

  .blog-article-visual {
    height: 520px;
  }
}

@media (max-width: 820px) {
  .blog-index-hero {
    padding: 80px 0 68px;
  }

  .blog-index-heading h1,
  .blog-category-hero h1,
  .blog-article-header h1 {
    font-size: 3.05rem;
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }

  .blog-featured-image img {
    min-height: 360px;
    max-height: 440px;
  }

  .blog-featured-copy {
    padding: 40px 34px;
  }

  .blog-contact-band .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-article-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .blog-aside-inner {
    position: static;
  }

  .blog-article-visual {
    height: 430px;
  }
}

@media (max-width: 600px) {
  .blog-index-hero,
  .blog-category-hero,
  .blog-article-header {
    padding-top: 58px;
  }

  .blog-index-heading {
    margin-bottom: 38px;
    padding-bottom: 28px;
  }

  .blog-index-heading h1,
  .blog-category-hero h1,
  .blog-article-header h1 {
    font-size: 2.45rem;
    line-height: 1;
  }

  .blog-index-heading > p,
  .blog-category-hero .wrap > p:last-child,
  .blog-article-deck {
    font-size: 1rem;
  }

  .blog-featured {
    min-height: 0;
  }

  .blog-featured-image img {
    min-height: 260px;
    max-height: 300px;
  }

  .blog-featured-copy {
    padding: 30px 24px 34px;
  }

  .blog-featured-copy h2 {
    font-size: 1.75rem;
  }

  .blog-library {
    padding-top: 68px;
    padding-bottom: 80px;
  }

  .blog-library-head h2,
  .blog-contact-band h2 {
    font-size: 2.15rem;
  }

  .blog-category-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .blog-category-nav a {
    display: grid;
    min-height: 46px;
    place-items: center;
    text-align: center;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .blog-card-body {
    padding: 24px 22px 26px;
  }

  .blog-card h2 {
    font-size: 1.28rem;
  }

  .blog-contact-band {
    padding: 64px 0;
  }

  .blog-category-hero {
    padding-bottom: 52px;
  }

  .blog-article-header {
    padding-bottom: 96px;
  }

  .blog-article-header h1 {
    margin-bottom: 20px;
  }

  .blog-featured-meta span + span::before,
  .blog-article-byline span + span::before {
    margin-right: 8px;
  }

  .blog-article-visual {
    width: calc(100% - 32px);
    height: 300px;
    margin-top: -58px;
  }

  .blog-article-layout {
    padding-top: 58px;
    padding-bottom: 80px;
  }

  .blog-article-content {
    font-size: 1rem;
    line-height: 1.74;
  }

  .blog-article-content h2 {
    margin-top: 42px;
    font-size: 1.65rem;
  }

  .blog-answer {
    padding: 18px;
    font-size: 1rem;
  }

  .blog-aside-inner {
    padding: 26px 22px;
  }

  .blog-related {
    padding-top: 72px;
    padding-bottom: 84px;
  }
}
