:root {
  --forest: #0f3526;
  --canopy: #1f6b43;
  --leaf: #74b84f;
  --lime: #d8f2b8;
  --sun: #f3c766;
  --clay: #bc744b;
  --sky: #d9eef4;
  --paper: #fbfaf3;
  --white: #ffffff;
  --ink: #10231b;
  --muted: #5d6d64;
  --line: rgba(16, 35, 27, 0.14);
  --soft: #eef6e8;
  --shadow: 0 18px 50px rgba(14, 45, 31, 0.16);
  --deep-shadow: 0 28px 80px rgba(8, 29, 20, 0.24);
  --content: 1180px;
  --narrow: 820px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

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

img,
svg {
  max-width: 100%;
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.7rem, 6.1vw, 6.25rem);
}

h2 {
  font-size: clamp(2rem, 3.8vw, 4.15rem);
}

h3 {
  font-size: 1.2rem;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--sun);
  border-radius: 8px;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px max(22px, calc((100vw - var(--content)) / 2));
  background: rgba(251, 250, 243, 0.92);
  border-bottom: 1px solid rgba(16, 53, 38, 0.1);
  backdrop-filter: blur(16px);
}

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

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(15, 53, 38, 0.18);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.08;
}

.brand strong {
  font-size: 1.02rem;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  min-width: 80px;
  padding: 10px 13px;
  border-radius: 8px;
  color: #314139;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--forest);
  background: var(--soft);
  outline: none;
}

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

.phone-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.phone-link {
  color: var(--forest);
  background: var(--white);
  border: 1px solid var(--line);
}

.button.primary {
  color: #172012;
  background: var(--sun);
  box-shadow: 0 14px 28px rgba(243, 199, 102, 0.28);
}

.button.dark {
  color: var(--white);
  background: var(--forest);
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.11);
}

.button.light {
  color: var(--forest);
  background: var(--white);
}

.phone-link:hover,
.button:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: min(780px, calc(100svh - 18px));
  padding: 92px max(22px, calc((100vw - var(--content)) / 2)) 42px;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 30, 21, 0.92) 0%, rgba(7, 30, 21, 0.72) 42%, rgba(7, 30, 21, 0.12) 78%),
    url("/assets/hero-tree-service-la-fast.jpg") center right / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(0deg, rgba(15, 53, 38, 0.64), rgba(15, 53, 38, 0));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.38fr);
  gap: 40px;
  align-items: end;
  min-height: 600px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 14px;
  border-radius: 100% 0 100% 0;
  background: var(--leaf);
}

.hero-lede {
  max-width: 660px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.17rem;
}

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

.hero-proof {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(11, 40, 28, 0.64);
  box-shadow: var(--deep-shadow);
}

.proof-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.proof-row strong {
  display: block;
  color: var(--sun);
  font-size: 1.55rem;
  line-height: 1;
}

.proof-row span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

.leaf-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: var(--content);
  margin: -42px auto 0;
  padding: 0 22px;
  position: relative;
  z-index: 2;
}

.leaf-ribbon a,
.leaf-ribbon div {
  min-height: 118px;
  padding: 22px;
  color: var(--forest);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.leaf-ribbon strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.leaf-ribbon span {
  color: var(--muted);
  font-size: 0.94rem;
}

.section {
  padding: 96px max(22px, calc((100vw - var(--content)) / 2));
}

.section.compact {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(260px, 0.48fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head p,
.service-card p,
.feature-list p,
.article-card p,
.side-panel p,
.review-card p,
.page-lede,
.content-body p,
.footer-copy p {
  color: var(--muted);
}

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

.service-card {
  position: relative;
  display: grid;
  min-height: 320px;
  align-content: space-between;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(16, 53, 38, 0.06);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -34px;
  width: 124px;
  height: 92px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(116, 184, 79, 0.22), rgba(243, 199, 102, 0.22));
  transform: rotate(18deg);
}

.card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: var(--forest);
  background: var(--soft);
  font-weight: 950;
}

.service-card h3 {
  margin: 26px 0 12px;
}

.service-card a {
  color: var(--canopy);
  font-weight: 950;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
  padding: 92px max(22px, calc((100vw - var(--content)) / 2));
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 242, 184, 0.55), transparent 25%),
    linear-gradient(135deg, #f4f9ef, #e9f4e4);
}

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

.feature-item {
  padding: 22px;
  border: 1px solid rgba(31, 107, 67, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.feature-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.03rem;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.process-step {
  padding: 24px;
  color: var(--white);
  border-radius: 8px;
  background: var(--forest);
}

.process-step span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: var(--sun);
  font-weight: 950;
}

.process-step p {
  color: rgba(255, 255, 255, 0.78);
}

.area-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 53, 38, 0.98), rgba(18, 82, 51, 0.94)),
    url("/assets/hero-tree-service-la-fast.jpg") center / cover no-repeat;
}

.area-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: start;
}

.area-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.area-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  font-weight: 850;
}

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

.article-card {
  display: grid;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.article-card small {
  color: var(--clay);
  font-weight: 950;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 18px 0 12px;
}

.article-card a {
  align-self: end;
  color: var(--canopy);
  font-weight: 950;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stars {
  margin-bottom: 14px;
  color: #d89d1b;
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: 0;
}

.review-card blockquote {
  margin: 0 0 22px;
  color: #2d4037;
  font-size: 1.05rem;
}

.review-card figcaption {
  display: grid;
  gap: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-weight: 950;
}

.review-card figcaption strong {
  color: var(--forest);
}

.review-card figcaption span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: start;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 10%, rgba(116, 184, 79, 0.36), transparent 28%),
    linear-gradient(135deg, #0b2f21, #124d33);
}

.quote-section p {
  color: rgba(255, 255, 255, 0.78);
}

.estimate-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--deep-shadow);
}

.estimate-form label {
  display: grid;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 900;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid rgba(16, 35, 27, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.estimate-form textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--canopy);
  font-weight: 900;
}

.page-hero {
  padding: 82px max(22px, calc((100vw - var(--content)) / 2)) 58px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(116, 184, 79, 0.36), transparent 26%),
    linear-gradient(135deg, #0c3424, #165c3a);
}

.page-hero .breadcrumbs {
  margin-bottom: 26px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--sun);
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 5.2rem);
}

.page-lede {
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.14rem;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 38px;
  align-items: start;
  padding: 72px max(22px, calc((100vw - var(--content)) / 2));
}

.content-body {
  max-width: var(--narrow);
}

.content-body h2 {
  margin: 42px 0 14px;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.content-body h2:first-child {
  margin-top: 0;
}

.content-body ul {
  display: grid;
  gap: 10px;
  padding-left: 1.2rem;
}

.side-panel {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.side-panel h2,
.side-panel h3 {
  font-size: 1.35rem;
}

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

.mini-list a,
.mini-list span {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--forest);
  font-weight: 850;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #092318;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(150px, 0.45fr));
  gap: 30px;
  padding: 54px max(22px, calc((100vw - var(--content)) / 2));
}

.footer-copy .brand {
  color: var(--white);
}

.footer-copy p {
  max-width: 430px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-column h2,
.footer-column h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1rem;
}

.footer-column a {
  display: block;
  margin-bottom: 9px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px max(22px, calc((100vw - var(--content)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-actions {
    justify-self: end;
  }

  .phone-link {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 3px 0;
    background: var(--forest);
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 18px 22px 28px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    min-height: 48px;
  }

  .hero-inner,
  .section-head,
  .split-band,
  .area-grid,
  .quote-section,
  .content-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: 580px;
  }

  .hero-proof {
    max-width: 520px;
  }

  .leaf-ribbon,
  .service-grid,
  .article-grid,
  .reviews,
  .area-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 70px;
    padding: 10px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand small {
    display: none;
  }

  .site-nav {
    top: 70px;
  }

  .hero {
    min-height: 760px;
    padding: 58px 18px 28px;
    background-position: 66% center;
  }

  .hero-inner {
    display: block;
    min-height: auto;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-proof {
    margin-top: 24px;
  }

  .hero-actions {
    display: grid;
  }

  .button,
  .phone-link {
    width: 100%;
  }

  .leaf-ribbon {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0;
  }

  .leaf-ribbon a,
  .leaf-ribbon div {
    border-radius: 0;
  }

  .section,
  .section.compact,
  .split-band,
  .quote-section,
  .content-layout,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section,
  .split-band,
  .quote-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .feature-list,
  .process-line,
  .service-grid,
  .article-grid,
  .reviews,
  .area-list,
  .estimate-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 260px;
  }

  .footer-bottom {
    display: block;
  }
}

.top-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px max(22px, calc((100vw - var(--content)) / 2));
  color: rgba(255, 255, 255, 0.84);
  background: #092318;
  font-size: 0.86rem;
  font-weight: 800;
}

.top-line a {
  color: var(--sun);
}

.hero-upgraded {
  min-height: 760px;
}

.hero-real-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  align-items: center;
}

.hero-copy-real h1 {
  max-width: 780px;
}

.hero-cred {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-cred span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 850;
}

.instant-card {
  padding: 24px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--deep-shadow);
}

.instant-card h2 {
  margin-bottom: 16px;
  font-size: 2rem;
}

.card-kicker {
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.instant-card form {
  display: grid;
  gap: 12px;
}

.instant-card label {
  display: grid;
  gap: 6px;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 900;
}

.instant-card input,
.instant-card select {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid rgba(16, 35, 27, 0.18);
  border-radius: 8px;
  background: var(--white);
  font: inherit;
}

.instant-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 750;
}

.trust-dock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: var(--content);
  margin: -40px auto 0;
  padding: 0 22px;
  position: relative;
  z-index: 3;
}

.trust-dock div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-dock strong {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: var(--lime);
  font-size: 1rem;
}

.trust-dock span {
  color: var(--forest);
  font-weight: 900;
}

.media-service-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.media-service-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background: #10231b;
  box-shadow: var(--shadow);
}

.media-service-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: saturate(1.05);
}

.media-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 25, 17, 0.82), rgba(5, 25, 17, 0.08) 64%);
}

.media-service-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(6, 29, 20, 0.68);
  box-shadow: 0 18px 40px rgba(5, 25, 17, 0.28);
  backdrop-filter: blur(10px);
  color: var(--white);
}

.media-service-card .service-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(243, 199, 102, 0.38);
  border-radius: 999px;
  background: rgba(243, 199, 102, 0.14);
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.media-service-card h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 2.3vw, 2.35rem);
}

.media-service-card p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
}

.media-service-card a {
  color: var(--sun);
  font-weight: 950;
}

.large-card {
  grid-row: span 2;
  min-height: 656px;
}

.large-card img {
  min-height: 656px;
}

.quote-lab {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: center;
  background: var(--soft);
}

.quote-lab-copy p {
  color: var(--muted);
}

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

.quote-metrics div,
.price-factor {
  padding: 18px;
  border: 1px solid rgba(31, 107, 67, 0.16);
  border-radius: 8px;
  background: var(--white);
}

.quote-metrics strong {
  display: block;
  color: var(--forest);
  font-size: 1.75rem;
  line-height: 1;
}

.quote-metrics span,
.price-factor span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 750;
}

.quote-photo {
  margin: 0;
}

.quote-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--deep-shadow);
}

.quote-photo figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.price-band {
  background:
    radial-gradient(circle at 8% 10%, rgba(243, 199, 102, 0.24), transparent 24%),
    linear-gradient(135deg, #f9fbf1, #eef6e8);
}

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

.price-factor strong {
  display: block;
  color: var(--forest);
  font-size: 1.05rem;
}

.emergency-feature {
  background: var(--paper);
}

.emergency-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: #092318;
  color: var(--white);
  box-shadow: var(--deep-shadow);
}

.emergency-panel p,
.emergency-panel li {
  color: rgba(255, 255, 255, 0.78);
}

.emergency-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--sun);
  border-bottom: 3px solid var(--sun);
  transform: rotate(-45deg);
}

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

.faq-grid details {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(16, 53, 38, 0.05);
}

.faq-grid summary {
  color: var(--forest);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 950;
}

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

.proof-header {
  max-width: 760px;
  margin-bottom: 28px;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1040px) {
  .top-line {
    display: none;
  }

  .hero-real-grid,
  .quote-lab,
  .emergency-panel {
    grid-template-columns: 1fr;
  }

  .trust-dock,
  .media-service-grid,
  .price-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .large-card {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .large-card img {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 66px;
  }

  .hero-upgraded {
    min-height: auto;
  }

  .instant-card {
    margin-top: 24px;
    padding: 18px;
  }

  .hero-cred,
  .quote-metrics,
  .trust-dock,
  .media-service-grid,
  .price-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .trust-dock {
    margin-top: 0;
    padding: 0;
  }

  .trust-dock div {
    border-radius: 0;
  }

  .media-service-card,
  .media-service-card img,
  .large-card,
  .large-card img {
    min-height: 330px;
  }

  .quote-lab {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .emergency-panel {
    padding: 18px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 8px;
    background: rgba(9, 35, 24, 0.96);
    box-shadow: 0 -14px 30px rgba(8, 29, 20, 0.2);
  }

  .mobile-sticky-cta a {
    display: grid;
    min-height: 48px;
    place-items: center;
    border-radius: 8px;
    background: var(--sun);
    color: var(--forest);
    font-weight: 950;
  }

  .mobile-sticky-cta a:first-child {
    color: var(--white);
    background: var(--canopy);
  }
}

/* Premium homepage refresh */
.top-line {
  display: none;
}

.hero-upgraded {
  min-height: auto;
  padding: 34px max(22px, calc((100vw - var(--content)) / 2)) 0;
  color: var(--ink);
  background:
    linear-gradient(108deg, #ffffff 0%, #ffffff 48%, #eef7e9 48%, #f8fbf2 100%);
}

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

.hero-upgraded .eyebrow,
.service-band .eyebrow {
  color: #2c7a48;
}

.hero-real-grid {
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: 640px;
}

.hero-copy-real {
  max-width: 560px;
  padding: 44px 0 60px;
}

.hero-copy-real h1 {
  max-width: 560px;
  color: #082318;
  font-size: clamp(3rem, 5.7vw, 6rem);
  line-height: 0.98;
}

.hero-copy-real h1::first-line {
  color: #123725;
}

.hero-lede {
  max-width: 470px;
  color: #63746a;
  font-size: 1.05rem;
}

.hero-upgraded .button.ghost {
  color: var(--forest);
  border-color: var(--line);
  background: var(--white);
}

.hero-cred {
  gap: 26px;
  margin-top: 34px;
}

.hero-cred span {
  position: relative;
  padding: 0 0 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #496057;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-cred span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: inset 0 0 0 4px #eaf6df;
}

.hero-photo-panel {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  border-radius: 180px 8px 8px 150px;
  background: #dfead9;
  box-shadow: 0 26px 80px rgba(21, 72, 47, 0.18);
  isolation: isolate;
}

.hero-photo-panel::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -150px;
  top: -15%;
  width: 260px;
  height: 130%;
  border-radius: 50%;
  background: #ffffff;
}

.hero-photo-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.hero-photo-panel figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(150px, 220px);
  gap: 12px;
  align-items: center;
  max-width: 330px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(11, 45, 29, 0.18);
  backdrop-filter: blur(12px);
}

.hero-photo-panel figcaption strong {
  color: var(--forest);
  font-size: 1.8rem;
  line-height: 1;
}

.hero-photo-panel figcaption span {
  color: #4a5f55;
  font-size: 0.82rem;
  font-weight: 850;
}

.trust-dock {
  gap: 0;
  margin: 0 auto;
  padding: 22px;
  background: var(--white);
  border-bottom: 1px solid rgba(16, 35, 27, 0.08);
}

.trust-dock div {
  min-height: 76px;
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-dock div + div {
  border-left: 1px solid rgba(16, 35, 27, 0.1);
}

.trust-dock strong {
  color: #1d6840;
  background: #eef8e8;
}

.section.service-showcase {
  max-width: none;
  padding-top: 12px;
  padding-bottom: 18px;
  background: var(--white);
}

.service-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(260px, 0.54fr) minmax(0, 1.08fr);
  max-width: var(--content);
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: #062419;
  box-shadow: 0 28px 80px rgba(8, 35, 24, 0.18);
}

.service-band-copy {
  display: grid;
  align-content: center;
  padding: clamp(34px, 5vw, 64px);
}

.service-band-copy h2 {
  max-width: 390px;
  color: var(--white);
  font-size: clamp(2.45rem, 4vw, 4.4rem);
}

.service-band-copy p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.7);
}

.service-band-copy .button {
  justify-self: start;
  margin-top: 12px;
}

.service-route {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 42px 20px;
}

.service-route::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 64px;
  bottom: 64px;
  border-left: 1px dashed rgba(255, 255, 255, 0.22);
}

.service-route a {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 70px;
  color: var(--white);
}

.service-route span {
  display: grid;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #103523;
  background: var(--sun);
  font-size: 0.78rem;
  font-weight: 950;
}

.service-route strong,
.service-route small {
  display: block;
  grid-column: 2;
}

.service-route strong {
  font-size: 0.98rem;
}

.service-route small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 750;
}

.service-band-photo {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
}

.service-band-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -120px;
  top: -10%;
  width: 220px;
  height: 120%;
  border-radius: 50%;
  background: #062419;
}

.service-band-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.review-card {
  box-shadow: 0 16px 44px rgba(16, 53, 38, 0.08);
}

.review-card figcaption {
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(16, 53, 38, 0.16);
}

.review-card figcaption > span {
  display: grid;
  gap: 2px;
}

.review-card figcaption small {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .hero-real-grid,
  .service-band {
    grid-template-columns: 1fr;
  }

  .hero-copy-real {
    padding-bottom: 8px;
  }

  .hero-photo-panel {
    min-height: 440px;
    border-radius: 120px 8px 8px 90px;
  }

  .hero-photo-panel img {
    min-height: 440px;
  }

  .service-band {
    max-width: calc(100% - 44px);
  }

  .service-band-photo,
  .service-band-photo img {
    min-height: 380px;
  }

  .service-band-photo::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .hero-upgraded {
    padding: 34px 18px 0;
  }

  .hero-copy-real {
    padding: 18px 0 12px;
  }

  .hero-copy-real h1 {
    font-size: 3.15rem;
  }

  .hero-cred {
    display: grid;
    gap: 12px;
  }

  .hero-photo-panel {
    min-height: 340px;
    border-radius: 72px 8px 8px 54px;
  }

  .hero-photo-panel::before {
    left: -112px;
    width: 176px;
  }

  .hero-photo-panel img {
    min-height: 340px;
  }

  .hero-photo-panel figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    grid-template-columns: auto 1fr;
  }

  .trust-dock {
    padding: 8px 18px 22px;
  }

  .trust-dock div + div {
    border-left: 0;
    border-top: 1px solid rgba(16, 35, 27, 0.08);
  }

  .section.service-showcase {
    padding: 10px 0 18px;
  }

  .service-band {
    max-width: calc(100% - 36px);
  }

  .service-band-copy,
  .service-route {
    padding: 28px;
  }

  .service-route::before {
    left: 48px;
  }

  .service-band-photo,
  .service-band-photo img {
    min-height: 310px;
  }
}
