/**
 * Simply Turf — site-wide UX enhancements
 * Loaded after Webflow shared CSS. Tuned for readability, touch targets,
 * vertical rhythm, and WCAG-friendly contrast.
 */

:root {
  /* Typography */
  --ux-font: Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif;
  --ux-text-base: 1.0625rem; /* 17px */
  --ux-text-sm: 0.9375rem; /* 15px */
  --ux-text-lg: 1.1875rem; /* 19px */
  --ux-line-body: 1.65;
  --ux-line-tight: 1.2;
  --ux-measure: 42rem; /* ~65–70 characters */
  --ux-measure-wide: 48rem;

  /* Brand */
  --ux-ink: #0a1f14;
  --ux-forest: #084b25;
  --ux-forest-deep: #06381b;
  --ux-lime: #9cd843;
  --ux-lime-dark: #7ab52f;
  --ux-safety-orange: #ff7700;
  --ux-safety-orange-dark: #e86800;
  --ux-muted: #3d5248;
  --ux-muted-light: #5a6b62;
  --ux-border: #d8e3d0;
  --ux-surface: #f7faf4;
  --ux-paper: #f3f7ee;

  /* Interactive */
  --ux-focus-color: var(--ux-lime);
  --ux-focus-ring: 0 0 0 3px rgba(156, 216, 67, 0.5);
  --ux-radius: 0.625rem;
  --ux-radius-lg: 1rem;
  --ux-transition: 0.18s ease;

  /* Layout */
  --ux-section-y: clamp(2.75rem, 4.5vw, 4.5rem);
  --ux-hero-min: clamp(24rem, 58vh, 36rem);
  --ux-fall-hero-min: clamp(14rem, 34vh, 20rem);

  /* Buttons — 44px min touch target */
  --ux-btn-min-h: 2.75rem;
  --ux-btn-pad-y: 0.8125rem;
  --ux-btn-pad-x: 1.375rem;
  --ux-btn-font: 0.9375rem;
}

/* ─── Base & document ─────────────────────────────────────────── */

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

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

body,
.page-wrapper {
  font-family: var(--ux-font);
  font-size: var(--ux-text-base);
  line-height: var(--ux-line-body);
  color: var(--ux-ink);
}

p,
.text-size-regular,
.text-size-medium,
.text-size-small,
.text-size-large,
.text-size-tiny {
  line-height: var(--ux-line-body);
}

.text-size-medium {
  font-size: var(--ux-text-base);
  line-height: var(--ux-line-body);
}

.text-size-regular {
  font-size: var(--ux-text-base);
}

.text-size-small {
  font-size: var(--ux-text-sm);
}

.text-color-secondary {
  color: var(--ux-muted) !important;
}

.text-style-taglines {
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Optimal reading width for body copy blocks */
.max-width-medium p,
.max-width-large p,
.max-width-medium .text-size-medium,
.max-width-large .text-size-medium,
.layout302_component .text-size-medium,
.section_layout302 .text-size-medium {
  max-width: var(--ux-measure-wide);
}

/* ─── Headings ────────────────────────────────────────────────── */

.heading-style-h1 {
  font-size: clamp(2rem, 4.8vw, 3.25rem) !important;
  line-height: var(--ux-line-tight) !important;
  letter-spacing: -0.025em !important;
  font-weight: 800 !important;
}

.heading-style-h2,
.heading-style-h2.centered,
.heading-style-h2.services {
  font-size: clamp(1.625rem, 3.2vw, 2.375rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.02em !important;
  font-weight: 800 !important;
}

.heading-style-h3 {
  font-size: clamp(1.375rem, 2.4vw, 1.75rem) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.015em !important;
  font-weight: 700 !important;
}

.heading-style-h4 {
  font-size: clamp(1.2rem, 2vw, 1.4375rem) !important;
  line-height: 1.32 !important;
  font-weight: 700 !important;
}

.heading-style-h5 {
  font-size: 1.125rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.heading-style-h6,
.heading-style-h6.nav-header {
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

/* Hero headings — stronger contrast on imagery */
.home-section_header .heading-style-h1,
.section_header1 .heading-style-h1,
header.home-section_header .heading-style-h1 {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.home-section_header .text-size-medium {
  font-size: clamp(1rem, 2vw, 1.1875rem);
  line-height: 1.6;
  max-width: calc(36rem * 1.4);
  margin-inline: auto;
}

.section_header1 .text-size-medium {
  font-size: clamp(1rem, 2vw, 1.1875rem);
  line-height: 1.6;
  max-width: 36rem;
  margin-inline: auto;
}

/* ─── Hero sections ───────────────────────────────────────────── */

.home-section_header,
.section_header1,
header.home-section_header {
  min-height: var(--ux-hero-min);
}

.home-section_header .padding-section-large.hero,
.section_header1 .padding-section-large {
  padding-top: clamp(3rem, 8vh, 5rem);
  padding-bottom: clamp(3rem, 8vh, 5rem);
}

.home-section_header .header5_content {
  max-width: calc(36rem * 1.4);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section_header1 .header1_content {
  max-width: var(--ux-measure-wide);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-section_header .hero_content,
.home-section_header .max-width-medium.hero_content {
  width: 100%;
  max-width: calc(36rem * 1.4);
  margin-inline: auto;
  text-align: center;
}

.home-section_header .hero_content .heading-style-h1 {
  text-align: center;
}

.home-section_header .button-group.hero {
  justify-content: center;
}

.image-overlay-layer {
  background: linear-gradient(
    180deg,
    rgba(6, 56, 27, 0.45) 0%,
    rgba(6, 56, 27, 0.78) 100%
  ) !important;
}

/* ─── Buttons ─────────────────────────────────────────────────── */

.button.w-button,
a.button.w-button,
input.button.w-button {
  min-height: var(--ux-btn-min-h);
  padding: var(--ux-btn-pad-y) var(--ux-btn-pad-x) !important;
  font-size: var(--ux-btn-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  border-radius: var(--ux-radius) !important;
  line-height: 1.25 !important;
  transition: background-color var(--ux-transition), color var(--ux-transition),
    border-color var(--ux-transition), transform var(--ux-transition),
    box-shadow var(--ux-transition);
}

.button.w-button:hover,
a.button.w-button:hover {
  transform: translateY(-1px);
}

.button.is-small.w-button,
a.button.is-small.w-button {
  min-height: 2.375rem;
  padding: 0.5625rem 1rem !important;
  font-size: 0.875rem !important;
}

.button.is-secondary.w-button {
  border-width: 2px !important;
}

.button.is-secondary.is-alternate.w-button {
  border-color: rgba(255, 255, 255, 0.85) !important;
  color: #fff !important;
}

.button.is-secondary.is-alternate.w-button:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.button-group {
  gap: 0.75rem !important;
  flex-wrap: wrap;
}

.button-group.hero {
  margin-top: 0.5rem;
  justify-content: center;
}

/* Primary CTA emphasis */
.button-group .button.w-button:not(.is-secondary) {
  box-shadow: 0 4px 14px rgba(8, 75, 37, 0.22);
}

.button-group .button.w-button:not(.is-secondary):hover {
  box-shadow: 0 6px 20px rgba(8, 75, 37, 0.28);
}

/* ─── Links ───────────────────────────────────────────────────── */

a:not(.button):not(.w-button):not(.navbar_link):not(.footer1_link):not(.w-nav-brand):not(.w-inline-block) {
  text-underline-offset: 0.18em;
}

.footer1_link,
.navbar_link,
.navbar7_dropdown-link {
  transition: color var(--ux-transition), opacity var(--ux-transition);
}

.text-style-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* ─── Navigation ──────────────────────────────────────────────── */

.navbar2_component {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.97) !important;
}

.navbar_link,
.navbar_dropdown-toggle {
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar_dropdown-toggle > div:first-child {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.navbar7_dropdown-link .heading-style-h6.nav-header {
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
}

.navbar7_dropdown-link p,
.navbar7_dropdown-link .text-size-small {
  font-size: 0.875rem !important;
  line-height: 1.45;
  color: var(--ux-muted-light);
}

@media (min-width: 992px) {
  .navbar2_component.w-nav {
    position: relative;
  }

  .navbar_menu-dropdown.w-dropdown:hover > .navbar_dropdown-list.w-dropdown-list,
  .navbar_menu-dropdown.w-dropdown.ux-menu-open > .navbar_dropdown-list.w-dropdown-list {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-bottom: 1px none var(--border-color--border-primary, transparent);
    background-color: var(--background-color--background-primary, #fff);
    width: 100vw;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1001;
    pointer-events: auto;
  }
}

.banner-top_component .text-weight-bold.top-header {
  font-size: 0.8125rem;
  line-height: 1.4;
}

/* ─── Service page prose (lawn fertilization, etc.) ────────────── */

.ux-service-prose {
  max-width: 100%;
}

.ux-service-prose > h2 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 800;
  color: var(--ux-forest-deep);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.ux-service-prose > h3 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--ux-forest);
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.ux-service-kicker {
  display: block;
  font-family: var(--ux-font);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ux-lime-dark);
  margin-top: 2rem;
  margin-bottom: 0.375rem;
}

.ux-service-prose > .ux-service-kicker:first-child {
  margin-top: 0;
}

.ux-service-callout {
  margin: 1.25rem 0 1.5rem;
  padding: 1.125rem 1.25rem;
  background: linear-gradient(135deg, #f3f9ea 0%, #eef6e3 100%);
  border-left: 4px solid var(--ux-lime-dark);
  border-radius: var(--ux-radius-md, 12px);
}

.ux-service-callout p {
  margin: 0 !important;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ux-forest-deep);
}

.ux-service-callout strong {
  color: var(--ux-forest-deep);
  font-weight: 700;
}

.ux-service-results {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.625rem;
}

.ux-service-results li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: var(--ux-paper);
  border: 1px solid var(--ux-border);
  border-radius: var(--ux-radius-md, 12px);
  font-size: var(--ux-text-base);
  color: var(--ux-muted);
  line-height: 1.5;
}

.ux-service-results li::before {
  content: "";
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0.125rem;
  border-radius: 999px;
  background: var(--ux-lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='%2306381b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.75rem no-repeat;
}

.ux-service-season--summer {
  border-top-color: var(--ux-safety-orange);
}

.ux-service-season--fall {
  border-top-color: var(--ux-forest);
}

.ux-service-prose--compact > h2 {
  margin-bottom: 0.625rem;
}

.ux-service-prose--compact > h3,
.ux-service-prose--compact .ux-service-kicker {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: clamp(1.125rem, 2vw, 1.3125rem) !important;
}

.ux-service-prose > p,
.ux-service-prose .ux-service-lead {
  font-size: var(--ux-text-base);
  line-height: 1.55;
  color: var(--ux-muted);
  margin-bottom: 0.75rem;
}

.ux-service-prose .ux-service-lead {
  font-size: 1.0625rem;
  color: var(--ux-ink);
  margin-bottom: 0.875rem;
}

.ux-service-note {
  font-size: 0.9375rem !important;
  margin: 0.875rem 0 0 !important;
  color: var(--ux-muted) !important;
}

/* Horizontal benefit infographic */
.ux-service-infographic {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
}

.ux-service-infographic li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.875rem 0.625rem;
  background: var(--ux-paper);
  border: 1px solid var(--ux-border);
  border-radius: var(--ux-radius-md, 12px);
}

.ux-service-infographic__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.5rem;
  border-radius: 999px;
  background: #eef6e3;
}

.ux-service-infographic__icon img {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}

.ux-service-infographic li strong {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
  color: var(--ux-forest-deep);
  margin-bottom: 0.25rem;
}

.ux-service-infographic li p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--ux-muted-light);
}

/* Season row */
.ux-service-seasons--row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  margin: 0 0 0.5rem;
}

.ux-service-season--compact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.875rem 0.625rem;
  background: #fff;
  border: 1px solid var(--ux-border);
  border-radius: var(--ux-radius-md, 12px);
  border-top: 3px solid var(--ux-lime-dark);
}

.ux-service-season--compact .ux-service-season__label {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.ux-service-season--compact p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--ux-muted);
}

.ux-service-cta--compact {
  margin-top: 1.25rem;
  padding: 1.25rem 1.25rem;
}

.ux-service-cta--compact h3 {
  margin-bottom: 0.5rem !important;
  font-size: 1.25rem !important;
}

.ux-service-cta--compact p {
  margin: 0 !important;
  font-size: 0.9375rem !important;
}

@media (max-width: 991px) {
  .ux-service-infographic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  .ux-service-infographic,
  .ux-service-seasons--row {
    grid-template-columns: 1fr;
  }
}

/* Legacy vertical list (other pages) */
.ux-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.875rem;
}

.ux-service-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.875rem;
  align-items: start;
  padding: 1rem 1.125rem;
  background: var(--ux-paper);
  border: 1px solid var(--ux-border);
  border-radius: var(--ux-radius-md, 12px);
}

.ux-service-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: #eef6e3;
}

.ux-service-list__icon img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.ux-service-list li strong {
  color: var(--ux-forest-deep);
  font-weight: 700;
}

.ux-service-list li span:last-child,
.ux-service-list li .ux-service-list__text {
  font-size: var(--ux-text-base);
  line-height: 1.55;
  color: var(--ux-muted);
}

.ux-service-seasons {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}

.ux-service-season {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.125rem;
  background: #fff;
  border: 1px solid var(--ux-border);
  border-radius: var(--ux-radius-md, 12px);
  border-left: 4px solid var(--ux-lime-dark);
}

.ux-service-season__label {
  font-family: var(--ux-font);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ux-forest);
}

.ux-service-season p {
  margin: 0;
  font-size: var(--ux-text-base);
  line-height: 1.55;
  color: var(--ux-muted);
}

.ux-service-cta {
  margin-top: 2.25rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(180deg, var(--ux-forest-deep) 0%, var(--ux-forest) 100%);
  border-radius: var(--ux-radius-lg, 18px);
  color: #fff;
}

.ux-service-cta h3 {
  margin: 0 0 0.75rem !important;
  color: #fff !important;
}

.ux-service-cta p {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: var(--ux-text-base);
  line-height: 1.6;
}

.ux-service-cta p:last-child {
  margin-bottom: 0;
}

.ux-service-cta a {
  color: var(--ux-lime) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.ux-service-cta strong {
  color: #fff;
}

/* Lawn fertilization — condensed prose, highlighted bullet lists only */
.ux-fert-prose {
  font-size: 1rem;
  line-height: 1.5;
}

.ux-fert-prose > h2 {
  color: var(--ux-forest-deep);
  font-weight: 800;
  font-size: clamp(1.625rem, 3.5vw, 2.125rem);
  line-height: 1.15;
  margin: 0 0 0.875rem;
}

.ux-fert-prose > p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.ux-fert-prose .ux-fert-block {
  margin-bottom: 1.125rem;
}

.ux-fert-prose .ux-fert-block:last-child {
  margin-bottom: 0;
}

.ux-fert-prose .ux-fert-block > h3 {
  color: var(--ux-forest);
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.25;
  margin: 0 0 0.625rem;
}

.ux-fert-prose .ux-fert-block > p {
  margin: 0 0 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}

.ux-fert-prose .ux-fert-block > p:last-of-type {
  margin-bottom: 0;
}

.ux-fert-prose ul {
  list-style: none;
  padding: 0.625rem 0.875rem;
  margin: 0.375rem 0 0.75rem;
  background: #f8f7f4;
  border-radius: 0.5rem;
}

.ux-fert-prose ul > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.4375rem;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.ux-fert-prose ul > li:last-child {
  margin-bottom: 0;
}

.ux-fert-prose ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 0.875rem;
  height: 0.875rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='%239cd843'/%3E%3Cpath d='M4.5 8.2L6.8 10.5L11.5 5.5' stroke='%2306381b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ux-fert-prose .ux-fert-seasons {
  margin-bottom: 0.625rem;
}

.ux-fert-prose .ux-fert-seasons p {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0 0.625rem;
  align-items: baseline;
  margin: 0 0 0.3125rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ux-fert-prose .ux-fert-seasons p:last-child {
  margin-bottom: 0;
}

.ux-fert-prose .ux-fert-seasons strong {
  font-weight: 700;
  color: var(--ux-forest-deep);
  font-size: 0.9375rem;
}

.ux-fert-prose .ux-fert-seasons span {
  color: var(--ux-muted);
}

/* Homepage — Build a Healthier Lawn section */
.section_benefits .ux-home-benefits__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.section_benefits .ux-home-benefits__video-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  padding: 1.5rem;
  border-radius: var(--ux-radius-lg, 1rem);
  background: linear-gradient(145deg, #eef2ea 0%, #e4ebe0 100%);
  border: 1px solid var(--ux-border);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.section_benefits .ux-home-benefits__play {
  width: 4.5rem;
  height: auto;
  opacity: 0.92;
}

.section_benefits .ux-home-benefits__video-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ux-muted);
  letter-spacing: 0.02em;
}

.section_benefits .ux-home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  height: 100%;
}

.section_benefits .ux-home-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  padding: 1rem 1.125rem;
  background: var(--ux-paper);
  border: 1px solid var(--ux-border);
  border-radius: var(--ux-radius-lg, 1rem);
}

.section_benefits .ux-home-benefits__item .layout242_item-icon-wrapper {
  margin-bottom: 0;
}

.section_benefits .ux-home-benefits__item h3 {
  margin: 0;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.35;
  color: var(--ux-forest-deep);
}

@media (max-width: 991px) {
  .section_benefits .ux-home-benefits__columns {
    grid-template-columns: 1fr;
  }

  .section_benefits .ux-home-benefits__video-placeholder {
    min-height: 12rem;
  }
}

@media (max-width: 479px) {
  .section_benefits .ux-home-benefits__grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Section spacing ─────────────────────────────────────────── */

.padding-section-large,
.padding-section-large.homepage {
  padding-top: var(--ux-section-y) !important;
  padding-bottom: var(--ux-section-y) !important;
}

.padding-global {
  padding-left: clamp(1.25rem, 3.5vw, 2rem) !important;
  padding-right: clamp(1.25rem, 3.5vw, 2rem) !important;
}

/* ─── Forms ───────────────────────────────────────────────────── */

.form_input,
.w-input,
.w-select,
textarea.form_input,
textarea.w-input {
  min-height: 2.875rem !important; /* 46px */
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  border-radius: var(--ux-radius) !important;
  border-color: var(--ux-border) !important;
  transition: border-color var(--ux-transition), box-shadow var(--ux-transition);
}

textarea.form_input,
textarea.w-input {
  min-height: 6rem !important;
}

.form_input:focus,
.w-input:focus,
.w-select:focus,
textarea.form_input:focus,
textarea.w-input:focus {
  border-color: var(--ux-forest) !important;
  box-shadow: var(--ux-focus-ring) !important;
  outline: none !important;
}

label.field-label,
.w-form-label {
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
  display: block;
}

/* ─── Cards & content blocks ──────────────────────────────────── */

.blog40_item-link,
.layout523_card,
.testimonial23_card,
.faq5_accordion {
  border-radius: var(--ux-radius-lg);
}

.blog40_item-link:hover {
  transform: translateY(-3px);
  transition: transform var(--ux-transition);
}

/* Testimonials — improve quote readability */
.testimonial23_card .text-size-medium {
  font-size: var(--ux-text-base);
  line-height: 1.7;
  font-style: normal;
}

/* FAQ answers */
.faq5_answer p,
.faq5_answer .text-color-secondary {
  line-height: 1.65;
  font-size: var(--ux-text-base);
}

/* ─── Fall Services banner ────────────────────────────────────── */

.fall-customer-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.fall-customer-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fall-customer-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 56, 27, 0.5);
}

.fall-customer-banner__shell {
  position: relative;
  z-index: 1;
}

.fall-customer-banner .fall-banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.875rem;
  padding: 3rem 0 3.25rem;
}

.fall-customer-banner .fall-banner-eyebrow {
  margin: 0;
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.fall-customer-banner .fall-banner-copy {
  margin: 0;
  max-width: 38rem;
  font-size: var(--ux-text-base);
  line-height: var(--ux-line-body);
  color: #fff;
}

.fall-customer-banner .button.w-button {
  background: var(--ux-safety-orange) !important;
  color: #fff !important;
  border: none !important;
  min-height: 3rem;
  padding: 0.875rem 1.5rem !important;
  font-size: var(--ux-text-base) !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}

.fall-customer-banner .button.w-button:hover {
  background: var(--ux-safety-orange-dark) !important;
  transform: translateY(-1px);
}

/* ─── Homepage hero trust logos ───────────────────────────────── */

.home-section_header .logo-list_wrapper {
  width: min(68rem, 92vw);
  max-width: none;
  margin-inline: auto;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  align-items: center;
}

.home-section_header .logo6_list {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.75rem);
  width: 100%;
  max-width: none;
  grid-template-columns: none !important;
}

.home-section_header .logo6_list > .logo6_wrapper {
  flex: 0 1 auto;
  min-width: 0;
  grid-column: auto !important;
  grid-row: auto !important;
}

.home-section_header .logo6_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-section_header .logo6_logo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(2.5rem, 4vw, 3.5rem);
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.home-section_header .logo6_logo[src*="Google-badge"],
.home-section_header .logo6_logo[src*="Nextdoor"] {
  max-height: clamp(3.75rem, 6vw, 5.25rem);
}

@media (max-width: 767px) {
  .home-section_header .logo-list_wrapper {
    width: min(36rem, 94vw);
  }

  .home-section_header .logo6_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-items: center;
    gap: 1.25rem 1.5rem !important;
  }

  .home-section_header .logo6_list > .logo6_wrapper {
    flex: none;
  }

  .home-section_header .logo6_logo {
    max-height: clamp(2.25rem, 8vw, 3rem);
  }

  .home-section_header .logo6_logo[src*="Google-badge"],
  .home-section_header .logo6_logo[src*="Nextdoor"] {
    max-height: clamp(3.375rem, 12vw, 4.5rem);
  }
}

/* ─── Footer ──────────────────────────────────────────────────── */

.footer1_component {
  border-top: 4px solid var(--ux-lime);
}

.footer1_link,
.footer1_legal-link {
  line-height: 1.5;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.footer_legal-text {
  line-height: 1.65;
  font-size: var(--ux-text-sm);
}

/* ─── Focus & accessibility ─────────────────────────────────────── */

:focus-visible {
  outline: 2px solid var(--ux-focus-color);
  outline-offset: 3px;
}

.button.w-button:focus-visible,
a.button.w-button:focus-visible {
  outline: 2px solid var(--ux-forest-deep);
  outline-offset: 3px;
  box-shadow: var(--ux-focus-ring);
}

/* Skip link (injected if absent — harmless if unused) */
.ux-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: var(--ux-forest);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 var(--ux-radius) 0;
}

.ux-skip-link:focus {
  left: 0;
}

/* ─── Fall Services app (React) ───────────────────────────────── */

.fall-flow .fall-service-card {
  background: #fff;
  border: 1px solid var(--ux-border);
  border-radius: var(--ux-radius-lg);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fall-flow .fall-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -22px rgba(8, 75, 37, 0.4);
}

.fall-flow .fall-service-card__media {
  position: relative;
}

.fall-flow .fall-service-card img {
  width: 100%;
  height: clamp(11.5rem, 24vw, 13.75rem);
  object-fit: cover;
  display: block;
}

.fall-flow .fall-service-card.featured .fall-service-card__media img {
  border-radius: calc(var(--ux-radius-lg) - 3px) calc(var(--ux-radius-lg) - 3px) 0 0;
}

.fall-flow .fall-service-card.featured {
  position: relative;
  overflow: visible;
  z-index: 1;
  border: 3px solid var(--ux-forest-deep, #06381b);
  box-shadow: 0 0 28px rgba(6, 56, 27, 0.42);
}

.fall-flow .fall-service-card.featured:hover {
  z-index: 2;
  box-shadow: 0 0 34px rgba(6, 56, 27, 0.52), 0 18px 40px -22px rgba(8, 75, 37, 0.35);
}

.fall-flow .fall-service-card.in-cart:not(.featured) {
  border: 2px solid var(--ux-forest);
}

.fall-flow .fall-featured-ribbon {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: calc(100% + 1.5rem);
  padding: 0.5rem 1rem;
  background: var(--ux-lime, #9cd843);
  color: var(--ux-forest-deep, #06381b);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  transform: translate(-50%, 50%);
  box-shadow: 0 6px 18px rgba(6, 56, 27, 0.32);
  pointer-events: none;
}

.fall-flow .fall-service-card.featured .fall-service-card__body {
  padding-top: 1.75rem !important;
}

.fall-flow .fall-service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .fall-flow .fall-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
}

@media (min-width: 992px) {
  .fall-flow .fall-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.fall-flow .fall-service-tagline {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ux-forest);
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.45;
  margin: 0 0 0.35rem;
}

.fall-flow .form_input.w-input {
  background: #fff;
}

.fall-flow .address-callout {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  overflow: visible;
}

.fall-flow .address-callout > .rise {
  border-radius: var(--ux-radius-lg);
  border: 1px solid var(--ux-border);
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(6, 56, 27, 0.07);
}

.fall-flow .addr-arrow {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  animation: fall-point-nudge 2.4s ease-in-out infinite;
  height: auto;
}

.fall-flow .addr-arrow-left {
  left: -158px;
  top: 38px;
  width: 148px;
}

.fall-flow .addr-arrow-right {
  right: -158px;
  top: 34px;
  width: 148px;
  animation-delay: 0.35s;
}

.fall-flow .addr-arrow-top {
  display: none;
  top: -98px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
}

@keyframes fall-point-nudge {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 4px 3px;
  }
}

@media (max-width: 960px) {
  .fall-flow .addr-arrow-left,
  .fall-flow .addr-arrow-right {
    display: none;
  }

  .fall-flow .addr-arrow-top {
    display: block;
  }

  .fall-flow .address-callout {
    margin-top: 0;
  }
}

.fall-flow .property-card {
  border-radius: var(--ux-radius-lg) !important;
}

.fall-flow .fall-cart-bar .button.w-button {
  min-width: 10rem;
}

.fall-flow .button.is-added.w-button {
  background: #eef6e3 !important;
  color: var(--ux-forest-deep) !important;
  border: 2px solid var(--ux-forest) !important;
  box-shadow: none !important;
}

.fall-flow .button.is-link-back {
  background: none;
  border: none;
  color: var(--ux-forest);
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0.5rem 0;
  font-family: var(--ux-font);
}

.fall-flow .button.is-link-back:hover {
  text-decoration: underline;
}

/* Compact centered hero — Fall Services only */
.fall-flow .fall-hero-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(14rem, 32vh, 19rem);
  overflow: hidden;
}

.fall-flow .fall-hero-band__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.fall-flow .fall-hero-band__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 56, 27, 0.55) 0%,
    rgba(6, 56, 27, 0.82) 100%
  );
}

.fall-flow .fall-hero-band__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fall-flow .fall-hero-band__inner {
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.fall-flow .fall-hero-band__eyebrow {
  color: var(--ux-lime) !important;
  font-size: clamp(0.9375rem, 1.75vw, 1.125rem) !important;
  letter-spacing: 0.08em;
  margin: 0;
}

.fall-flow .fall-hero-band .heading-style-h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem) !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.fall-flow .fall-hero-band .text-size-medium {
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  max-width: 30rem;
}

.fall-flow .fall-hero-band__actions {
  margin-top: 0.5rem !important;
  justify-content: center !important;
}

.fall-flow .fall-hero-band__actions .button.w-button {
  min-height: 2.5rem;
  padding: 0.625rem 1.25rem !important;
  font-size: 0.9375rem !important;
}

/* Fall page section rhythm */
.fall-flow .fall-section-pad {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.fall-flow .fall-get-started .fall-section-pad {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .fall-flow .fall-get-started .fall-section-pad {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }
}

.fall-flow .fall-get-started .fall-section-head {
  margin-bottom: 1.75rem;
}

.fall-flow .fall-lineup .fall-section-pad,
.fall-flow .fall-why .fall-section-pad {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.fall-flow .fall-contact-cta .fall-section-pad {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.fall-flow .padding-section-large {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.fall-flow .fall-section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.fall-flow .fall-section-head .heading-style-h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}

.fall-flow .fall-section-head .text-style-taglines {
  margin-bottom: 0.35rem;
}

.fall-flow .fall-get-started {
  background: #fff;
}

.fall-flow .fall-lineup,
.fall-flow .fall-why {
  background-color: var(--ux-paper, #f3f7ee) !important;
  background-image: none !important;
}

.fall-flow .fall-why .heading-style-h2 {
  margin-bottom: 1.75rem;
}

.fall-flow .fall-contact-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.fall-flow .fall-contact-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.fall-flow .fall-contact-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 56, 27, 0.62) 0%,
    rgba(6, 56, 27, 0.82) 100%
  );
}

.fall-flow .fall-contact-cta__shell {
  position: relative;
  z-index: 1;
}

.fall-flow .fall-contact-cta .heading-style-h2,
.fall-flow .fall-contact-cta .text-size-medium,
.fall-flow .fall-contact-cta .text-size-small,
.fall-flow .fall-contact-cta a {
  color: #fff !important;
}

.fall-flow .fall-contact-cta .button.w-button {
  background: var(--ux-lime) !important;
  color: var(--ux-forest-deep) !important;
}

.fall-flow .fall-fleet-photo {
  width: 100%;
  border-radius: var(--ux-radius-lg);
  display: block;
  box-shadow: 0 12px 32px rgba(6, 56, 27, 0.12);
}

/* ─── Mosquito landing page ───────────────────────────────────── */

body.mosquito-landing,
.mosquito-page {
  font-size: var(--ux-text-base);
  line-height: var(--ux-line-body);
}

.mosquito-page .hero-copy h1,
.mosquito-page .section-head h2 {
  letter-spacing: -0.02em;
  line-height: var(--ux-line-tight);
}

.mosquito-page .hero-copy p.lead {
  font-size: var(--ux-text-lg);
  line-height: 1.6;
  max-width: 36rem;
}

.mosquito-page .btn-primary,
.mosquito-page .btn-ghost {
  min-height: var(--ux-btn-min-h);
  padding: var(--ux-btn-pad-y) var(--ux-btn-pad-x);
  font-size: var(--ux-btn-font);
  font-weight: 700;
  border-radius: var(--ux-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--ux-transition), transform var(--ux-transition),
    border-color var(--ux-transition);
}

.mosquito-page .field input,
.mosquito-page .field select,
.mosquito-page .field textarea {
  min-height: 2.875rem;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--ux-radius);
}

.mosquito-page .field input:focus,
.mosquito-page .field select:focus,
.mosquito-page .field textarea:focus {
  box-shadow: var(--ux-focus-ring);
}

.mosquito-page .benefit-list p,
.mosquito-page .step p,
.mosquito-page .review blockquote {
  line-height: var(--ux-line-body);
  color: var(--ux-muted);
}

/* ─── Mobile refinements ──────────────────────────────────────── */

@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: clamp(1.75rem, 7vw, 2.25rem) !important;
  }

  .button-group.hero {
    flex-direction: column;
    align-items: stretch;
  }

  .button-group.hero .button.w-button {
    width: 100%;
    text-align: center;
  }

  .home-section_header,
  .section_header1 {
    min-height: clamp(22rem, 72vh, 32rem);
  }

  .navbar2_menu-button {
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}

@media (max-width: 479px) {
  :root {
    --ux-text-base: 1rem;
    --ux-section-y: 2.75rem;
  }
}

/* ─── Summer hero-checkout store ─────────────────────────────── */

.fall-flow .fall-hero-band__subtitle {
  max-width: 42rem;
  margin: 0.75rem auto 0;
  line-height: 1.55;
  opacity: 0.95;
}

.fall-flow.store-has-checkout .fall-get-started .fall-section-pad {
  padding-bottom: 7rem;
}

.store-eyebrow {
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.store-address-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.store-address-title {
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.625rem;
}

.store-address-lead {
  font-size: 1rem;
  color: var(--ux-muted, #56654f);
  line-height: 1.55;
  margin: 0;
}

.store-address-card {
  border: 2px solid #c8d4bc;
  border-radius: 1.125rem;
  padding: 1.625rem 1.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(180deg, #e8ece4 0%, #dfe5d8 100%);
  box-shadow:
    0 0 0 4px rgba(156, 216, 67, 0.22),
    0 16px 40px rgba(6, 56, 27, 0.12);
}

.store-address-label {
  display: block;
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-weight: 800;
  font-size: clamp(1.125rem, 2.5vw, 1.3125rem);
  margin-bottom: 0.75rem;
  color: #084b25;
  text-align: center;
  letter-spacing: -0.01em;
}

.store-address-input {
  width: 100%;
  min-height: 3.25rem;
  font-size: 1.0625rem;
  background: #fff !important;
  border: 1.5px solid #b8c4ad !important;
  box-shadow: inset 0 1px 3px rgba(6, 56, 27, 0.06);
}

.store-address-input:focus {
  border-color: #084b25 !important;
  box-shadow: 0 0 0 3px rgba(156, 216, 67, 0.35);
  outline: none;
}

.store-address-help {
  font-size: 0.8125rem;
  margin: 0.875rem 0.125rem 0;
  line-height: 1.5;
}

.store-suggest-list {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.75rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.store-hero-teaser {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.store-hero-teaser__img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.store-trust-strip {
  list-style: none;
  margin: 0 0 2.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.store-trust-strip li {
  display: flex;
  gap: 0.375rem;
  align-items: flex-start;
  padding: 0;
  background: none;
  border: none;
}

.store-trust-strip li span:first-child {
  flex-shrink: 0;
  font-size: 0.75rem;
  line-height: 1.35;
}

.store-video-section {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.store-video-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1rem;
}

.store-video-title {
  font-weight: 800;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  margin: 0 0 0.375rem;
  letter-spacing: -0.02em;
  color: #10241a;
}

.store-video-subtitle {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
}

.store-video-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #dde7d2;
  box-shadow: 0 14px 36px rgba(6, 56, 27, 0.12);
  background: #e8ece4;
}

.store-video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.store-video-facade {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: #dfe5d8;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-video-facade__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 49, 26, 0.62), rgba(5, 49, 26, 0.28));
}

.store-video-facade__play {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s ease;
}

.store-video-facade:hover .store-video-facade__play {
  transform: scale(1.06);
}

.store-video-facade__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  padding: 0 1rem;
}

.store-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.store-account-property {
  margin-bottom: 1.5rem;
  padding: 0.875rem 1rem;
  background: #f6f9f2;
  border: 1px solid #dde7d2;
  border-radius: 0.75rem;
}

.store-account-property__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.store-account-property__map {
  flex-shrink: 0;
  width: 7.5rem;
  height: 5.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(8, 75, 37, 0.12);
  background: #e8efe3;
}

.store-account-property__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-account-property__info {
  min-width: 0;
  flex: 1;
}

.store-account-property__label-row {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
}

.store-account-property__pin {
  flex-shrink: 0;
}

.store-account-property__label {
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #56654f;
}

.store-account-property__address {
  font-style: normal;
  margin: 0;
}

.store-account-property__street {
  display: block;
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-weight: 700;
  font-size: 0.9375rem;
  color: #10241a;
  line-height: 1.35;
}

.store-account-property__city {
  display: block;
  font-size: 0.8125rem;
  color: #56654f;
  margin-top: 0.125rem;
  line-height: 1.35;
}

.store-account-property__change {
  margin-top: 0.375rem !important;
  font-size: 0.8125rem !important;
  padding: 0.25rem 0 !important;
}

.store-property-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 28px rgba(6, 56, 27, 0.08);
}

.store-property-map {
  width: 100%;
  min-height: 220px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-property-map-shell {
  position: relative;
  width: 100%;
  min-height: 220px;
  height: 100%;
  background: #e8efe3;
}

.store-property-map-shell img.store-property-map {
  width: 100%;
  min-height: 220px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-property-map-canvas {
  width: 100%;
  min-height: 220px;
  height: 100%;
}

.store-property-map-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(243, 247, 238, 0.92);
  color: #56654f;
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-size: 0.875rem;
  font-weight: 700;
  z-index: 1;
}

.store-property-map-fallback {
  width: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: #f3f7ee;
  color: #56654f;
  font-size: 0.875rem;
  text-align: center;
}

.store-property-map-fallback p {
  margin: 0;
}

.store-property-details {
  padding: 1.25rem 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.store-property-badge {
  align-self: flex-start;
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-size: 0.6875rem;
  font-weight: 800;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.store-hero-product {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 0;
  border: 2px solid #084b25;
  border-radius: 1.125rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 16px 40px rgba(6, 56, 27, 0.12);
  background: #fff;
}

.store-hero-product__media {
  position: relative;
  min-height: 220px;
}

.store-hero-product__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.store-hero-product__badge {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-size: 0.6875rem;
  font-weight: 800;
  padding: 0.375rem 0.625rem;
  border-radius: 999px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.store-hero-product__body {
  padding: 1.375rem 1.5rem;
}

.store-bullet-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.375rem;
}

.store-bullet-list li {
  display: flex;
  gap: 0.5rem;
}

.store-hero-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.375rem 0.75rem;
}

.store-hero-price {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #084b25;
  line-height: 1;
}

.store-hero-included {
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.375rem 0.625rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.store-addons {
  margin-bottom: 1.5rem;
}

.store-addons-head {
  margin-bottom: 0.875rem;
}

.store-addon-list {
  display: grid;
  gap: 0.75rem;
}

.store-addon-card {
  display: flex;
  gap: 0.875rem;
  padding: 1rem 1.125rem;
  border: 1.5px solid;
  border-radius: 0.875rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.store-addon-card.is-selected {
  box-shadow: 0 8px 24px rgba(6, 56, 27, 0.08);
}

.store-addon-card.is-disabled {
  opacity: 0.65;
}

.store-addon-select {
  display: block;
  cursor: pointer;
}

.store-addon-card.is-disabled .store-addon-select {
  cursor: not-allowed;
}

.store-addon-check {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  accent-color: #084b25;
}

.store-addon-content {
  flex: 1;
  min-width: 0;
}

.store-addon-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.375rem;
}

.store-addon-name {
  font-weight: 800;
  font-size: 1rem;
}

.store-addon-tagline {
  font-size: 0.8125rem;
  margin-top: 0.125rem;
}

.store-addon-price {
  font-weight: 800;
  font-size: 1.125rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.store-addon-blurb {
  font-size: 0.875rem;
  line-height: 1.45;
  margin: 0;
}

.store-addon-expand {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.625rem;
  padding: 0;
  border: none;
  background: none;
  font-family: var(--ux-font-head, Montserrat, system-ui, sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
  color: #084b25;
  cursor: pointer;
}

.store-addon-expand:hover {
  text-decoration: underline;
}

.store-addon-expand__chev {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.2s;
  transform: rotate(90deg);
}

.store-addon-expand__chev.is-open {
  transform: rotate(-90deg);
}

.store-addon-benefits {
  margin: 0.625rem 0 0;
  padding: 0.75rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.4375rem;
  border-top: 1px solid #eef2e8;
}

.store-addon-benefits li {
  display: flex;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.store-order-panel {
  position: sticky;
  top: 5.5rem;
}

.store-summary {
  border: 1px solid;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 12px 32px rgba(6, 56, 27, 0.1);
}

.store-summary-head {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.store-summary-lines {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

.store-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #dde7d2;
  font-size: 0.9375rem;
}

.store-summary-remove {
  background: none;
  border: none;
  color: #56654f;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

.store-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 800;
  padding-top: 0.5rem;
}

.store-summary-note,
.store-summary-footnote {
  font-size: 0.75rem;
  line-height: 1.45;
  margin: 0.5rem 0 0;
}

.store-field {
  margin-bottom: 0.75rem;
}

.store-field-input {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.3125rem;
  padding: 0.6875rem 0.875rem;
  font-size: 0.9375rem;
  border-radius: 0.625rem;
  border: 1.5px solid;
}

.store-field-input.is-invalid {
  border-color: #c0392b !important;
}

.store-field-error {
  display: block;
  color: #c0392b;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.store-place-order {
  width: 100%;
  min-height: 3rem;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.store-validation-msg {
  color: #c0392b;
  font-size: 0.8125rem;
  margin: 0.5rem 0 0;
  text-align: center;
}

.store-contact-mobile {
  display: none;
}

.store-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 1rem calc(0.875rem + env(safe-area-inset-bottom, 0));
  border-top: 1px solid;
  box-shadow: 0 -8px 32px rgba(6, 56, 27, 0.12);
}

.store-mobile-bar .store-place-order {
  width: auto;
  min-width: 10rem;
  margin-top: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .store-checkout-layout {
    grid-template-columns: 1fr;
  }

  .store-order-panel {
    display: none;
  }

  .store-contact-mobile {
    display: block;
    margin-bottom: 5rem;
  }

  .store-mobile-bar {
    display: flex;
  }

  .fall-flow.store-has-checkout .fall-get-started .fall-section-pad {
    padding-bottom: 6.5rem;
  }
}

@media (max-width: 640px) {
  .store-hero-teaser {
    grid-template-columns: 1fr;
  }

  .store-hero-teaser__img {
    height: 140px;
  }

  .store-property-card,
  .store-hero-product {
    grid-template-columns: 1fr;
  }

  .store-hero-product__media {
    min-height: 180px;
  }

  .store-addon-top {
    flex-direction: column;
  }

  .store-trust-strip {
    grid-template-columns: 1fr;
    gap: 0.1875rem;
  }
}

