/* Static shell — matches golden towing template palette (Poppins, centered HOME SHELL) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

:root {
  --nse-primary: #e4494e;
  --nse-secondary: #192235;
  --nse-accent: #3d3d3d;
  --nse-text: #333333;
  --nse-muted: #6b7280;
  --nse-bg: #ffffff;
  --nse-surface: #f8f9fb;
  --nse-border: #e5e7eb;
  --nse-font: 'Poppins', system-ui, sans-serif;
  --nse-radius: 8px;
  --nse-shadow: 0 4px 24px rgba(25, 34, 53, 0.08);
  --nse-max: 1140px;
  --nse-dark-band: var(--nse-secondary);
  --nse-secondary-light: color-mix(in srgb, var(--nse-secondary) 72%, #ffffff);
  --nse-dark-overlay: rgba(0, 0, 0, 0.75);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--nse-font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--nse-text);
  background: var(--nse-bg);
}

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

/* Body/prose links only — primary gold (NOT nav, NOT card/area repeater titles) */
a:not(.btn):not([class*="btn-"]):not(.header-social-link):not(.header-top-bar__address-link):not(.nav-item__link):not(.nse-loc-area-svc__title-link) {
  color: var(--nse-primary);
  text-decoration: none;
}

a:not(.btn):not([class*="btn-"]):not(.header-social-link):not(.header-top-bar__address-link):not(.nav-item__link):not(.nse-loc-area-svc__title-link):hover,
a:not(.btn):not([class*="btn-"]):not(.header-social-link):not(.header-top-bar__address-link):not(.nav-item__link):not(.nse-loc-area-svc__title-link):focus-visible {
  text-decoration: underline;
}

.prose a:not(.btn):not([class*="btn-"]) {
  color: var(--nse-primary);
}

.container {
  width: min(100% - 2rem, var(--nse-max));
  margin-inline: auto;
}

/* Header — dark top bar + white main nav (golden towing template) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--nse-shadow);
}

.site-header > .header-top-bar,
.header-top-bar {
  background-color: var(--nse-secondary) !important;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.875rem;
}

.header-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  flex-wrap: wrap;
}

.header-top-bar__address-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.header-top-bar__address-link span {
  color: #fff;
}

.header-top-bar__address-link:hover,
.header-top-bar__address-link:focus-visible,
.header-top-bar__address-link:hover span,
.header-top-bar__address-link:focus-visible span {
  color: #fff;
  text-decoration: none;
}

.header-top-bar__address-link i {
  color: var(--nse-primary);
  font-size: 0.95rem;
}

.header-top-bar__social {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.header-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.header-social-link:hover,
.header-social-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transform: translateY(-1px);
}

.header-social-link i {
  font-size: 0.85rem;
  color: #fff;
}

.header-social-link:hover i,
.header-social-link:focus-visible i,
.footer-social .header-social-link:hover i,
.footer-social .header-social-link:focus-visible i {
  color: var(--nse-primary);
}

/* Icon-link treatments — dark bands: white label/wrapper; primary icon glyph (social: white icons) */
.site-footer .footer-grid .footer-icon-list li,
.site-footer .footer-grid .footer-icon-list li a:not(.btn):not([class*="btn-"]),
.header-top-bar__address-link:not(.btn):not([class*="btn-"]) {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.site-footer .footer-grid .footer-icon-list li a:not(.btn):not([class*="btn-"]):hover,
.site-footer .footer-grid .footer-icon-list li a:not(.btn):not([class*="btn-"]):focus-visible,
.header-top-bar__address-link:not(.btn):not([class*="btn-"]):hover,
.header-top-bar__address-link:not(.btn):not([class*="btn-"]):focus-visible {
  color: #fff;
  text-decoration: underline;
}

/* Brand accent icons — primary (header/footer social icons stay white above) */
[class*='__icon'] i[class*='fa-'],
.nse-repeater-item__icon i[class*='fa-'],
.benefit-checklist i[class*='fa-'],
.nse-loc-attr__icon i[class*='fa-'] {
  color: var(--nse-primary);
}

.site-header-main {
  background: #fff;
  color: var(--nse-text);
  border-bottom: 1px solid var(--nse-border);
}

/* Beat global `a { color: var(--nse-primary) }` on main nav links */
.site-header-main .site-nav a,
.site-header-main .site-nav .nav-item__link {
  color: #1a1a1a;
  font-weight: 400;
}

.site-header-main .site-nav a:hover,
.site-header-main .site-nav a:focus-visible,
.site-header-main .site-nav .nav-item__link:hover,
.site-header-main .site-nav .nav-item__link:focus-visible {
  color: #1a1a1a;
}

.site-header-main .site-nav a.active,
.site-header-main .site-nav .nav-item__link.active {
  color: var(--nse-primary);
  font-weight: 400;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 0;
  flex-wrap: wrap;
}

.header-panel {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1;
  justify-content: flex-end;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  margin-left: auto;
  background: transparent;
  border: 2px solid var(--nse-border);
  border-radius: var(--nse-radius);
  cursor: pointer;
  color: var(--nse-secondary);
}

.nav-toggle__bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
}

.nav-toggle__bar {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

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

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

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

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--nse-secondary);
  text-decoration: none;
}

.brand--logo-only {
  flex-shrink: 0;
}

.brand:hover {
  text-decoration: none;
  opacity: 0.92;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
  padding: 0.2rem 0;
}

.brand-logo {
  width: auto;
  height: 62px;
  max-width: min(264px, 42vw);
  object-fit: contain;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 2.5rem;
}

.site-nav a {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 0.95rem;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0;
  line-height: 1.2;
  transition: color 0.2s;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #1a1a1a;
  text-decoration: none;
}

.site-nav a.active {
  color: var(--nse-primary);
  font-weight: 400;
  text-decoration: none;
}

/* Header nav + footer Quick Links — color-only hover (no global underline) */
.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible,
.site-header .site-nav a.active,
.site-header a.nav-item__link:hover,
.site-header a.nav-item__link:focus-visible,
.site-header a.nav-item__link.active,
.site-footer .footer-grid ul:not(.footer-icon-list) a:hover,
.site-footer .footer-grid ul:not(.footer-icon-list) a:focus-visible {
  text-decoration: none;
}

/* Nav dropdowns — desktop hover, mobile accordion (gold towing header) */
.nav-item {
  display: flex;
  align-items: center;
}

.nav-item--dropdown {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.nav-item__row {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}

.nav-item__link {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 0.95rem;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0.75rem;
  line-height: 1.2;
  transition: color 0.2s;
}

.nav-item__link:hover,
.nav-item__link:focus-visible {
  color: #1a1a1a;
  text-decoration: none;
}

.nav-item__link.active {
  color: var(--nse-primary);
  font-weight: 400;
  text-decoration: none;
}

.nav-submenu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--nse-secondary);
  cursor: pointer;
  border-radius: 4px;
}

.nav-submenu-toggle:hover,
.nav-submenu-toggle:focus-visible {
  color: var(--nse-primary);
  background: rgba(0, 0, 0, 0.04);
}

.nav-submenu-toggle__icon {
  font-size: 0.65rem;
  transition: transform 0.2s ease;
}

.nav-item--dropdown.is-submenu-open .nav-submenu-toggle__icon,
.nav-item--dropdown:hover .nav-submenu-toggle__icon {
  transform: rotate(180deg);
}

.nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  min-width: 220px;
  max-width: min(320px, calc(100vw - 2rem));
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  background: #fff;
  border: 1px solid var(--nse-border);
  border-radius: var(--nse-radius);
  box-shadow: 0 8px 24px rgba(26, 35, 50, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.nav-item--dropdown:hover > .nav-submenu,
.nav-item--dropdown.is-submenu-open > .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Desktop: avoid :focus-within keeping submenu open over interior heroes */
@media (min-width: 769px) {
  .nav-item--dropdown:focus-within:not(:hover):not(.is-submenu-open) > .nav-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
  }

  /* Desktop — show full Services/Areas list; no scroll cap */
  .nav-submenu {
    max-height: none;
    overflow-y: visible;
  }
}

/* Beat global primary + .site-header-main .site-nav a:hover on dropdown links */
.site-header .nav-submenu a,
.site-header .nav-submenu a:link {
  display: block;
  padding: 0.55rem 1rem;
  color: #1a1a1a !important;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.site-header .nav-submenu a:hover,
.site-header .nav-submenu a:focus-visible,
.site-header .nav-submenu a.active {
  color: #fff !important;
  background: var(--nse-secondary);
  text-decoration: none !important;
  border: none;
  box-shadow: none;
}

.site-header .nav-submenu a::after {
  display: none !important;
}

.header-cta .btn-phone {
  white-space: nowrap;
}

/* Desktop header — logo, nav, and phone CTA on one aligned row */
@media (min-width: 769px) {
  .site-header-main .header-inner {
    flex-wrap: nowrap;
    align-items: center;
    min-height: 84px;
    padding: 0.625rem 0;
    gap: 1rem;
  }

  .header-panel {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.75rem, 2vw, 1.5rem);
  }

  .site-nav {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }

  .site-nav__list {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 2.25rem;
  }

  .nav-item {
    display: flex;
    align-items: center;
  }

  .nav-item > a,
  .nav-item__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.35rem 0;
    line-height: 1.2;
  }

  .nav-item__row {
    min-height: 44px;
  }

  .header-cta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 0.25rem;
  }

  .header-cta .btn-phone {
    min-height: 44px;
    padding: 0.65rem 1.15rem;
    font-size: 0.9rem;
  }

  .brand-logo-wrap {
    min-height: 52px;
  }

  .brand-logo {
    height: 58px;
    max-height: 58px;
    max-width: min(264px, 42vw);
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.35rem;
  min-height: 44px;
  border-radius: var(--nse-radius);
  font-weight: 600;
  font-family: var(--nse-font);
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: var(--nse-shadow);
}

.btn-primary {
  background: var(--nse-primary);
  color: #fff;
}

.btn-secondary {
  background: var(--nse-secondary);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: var(--nse-primary);
  border: 2px solid var(--nse-primary);
}

/* CTA buttons — white text always (beats global/prose link color on anchors) */
.btn:not(.btn-outline):not(.nse-field-read-more__btn),
a.btn:not(.btn-outline):not(.nse-field-read-more__btn),
button.btn:not(.btn-outline):not(.nse-field-read-more__btn),
.btn-primary,
.btn-secondary,
.btn-silo,
.btn-silo--next,
.btn-phone,
.elementor-button,
.nse-service-grid-card__btn,
.nse-silo-nav--buttons .nse-silo-nav__link.btn-silo {
  color: #fff !important;
}

.btn:not(.btn-outline):not(.nse-field-read-more__btn):hover,
.btn:not(.btn-outline):not(.nse-field-read-more__btn):focus-visible,
a.btn:not(.btn-outline):not(.nse-field-read-more__btn):hover,
a.btn:not(.btn-outline):not(.nse-field-read-more__btn):focus-visible,
button.btn:not(.btn-outline):not(.nse-field-read-more__btn):hover,
button.btn:not(.btn-outline):not(.nse-field-read-more__btn):focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-silo:hover,
.btn-silo:focus-visible,
.btn-silo--next:hover,
.btn-silo--next:focus-visible,
.btn-phone:hover,
.btn-phone:focus-visible,
.elementor-button:hover,
.elementor-button:focus-visible,
.nse-service-grid-card__btn:hover,
.nse-service-grid-card__btn:focus-visible,
.nse-silo-nav--buttons .nse-silo-nav__link.btn-silo:hover,
.nse-silo-nav--buttons .nse-silo-nav__link.btn-silo:focus-visible {
  color: #fff !important;
}

/* Hero — centered HOME SHELL style (golden template: home 75vh, interior ~40vh) */
.hero {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--nse-secondary);
}

/* Unified img-based section backgrounds (hero, benefit, CTA, importance, footer) */
.section-has-bg {
  position: relative;
  overflow: hidden;
  background-color: var(--nse-dark-band);
}

.section-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  pointer-events: none;
}

img.section-bg {
  object-fit: cover;
  object-position: center center;
}

div.section-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-area-why.section-importance.section-has-bg,
.section-about-community.section-has-bg,
.cta-band.section-has-bg {
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.section-area-why.section-area-why--solid {
  background-color: var(--nse-dark-band);
}

.section-area-why.section-area-why--solid .section-importance__content h2,
.section-area-why.section-area-why--solid .section-body,
.section-area-why.section-area-why--solid .section-body p,
.section-area-why.section-area-why--solid .section-eyebrow--light,
.section-area-why.section-area-why--solid .nse-area-why-bullets__text {
  color: rgba(255, 255, 255, 0.92);
}

/* Area hero — city-focused interior (golden Baltimore / Addison parity) */
.hero--area .hero-inner h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
  color: #fff;
}

.hero--area.section-has-bg .section-bg-overlay {
  background: var(--nse-dark-overlay);
}

.area-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.area-welcome-actions .btn {
  min-width: 9rem;
}

/* Area why — split: left prose + Contact / right checklist; optional full-bleed bg + parallax */
.section-area-why.section-area-why--split {
  background-color: var(--nse-secondary);
  color: rgba(255, 255, 255, 0.92);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.section-area-why.section-area-why--split.section-has-bg {
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.split-section--area-why {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 3rem);
}

.section-area-why--split .section-area-why__content {
  max-width: none;
  margin-inline: 0;
  text-align: left;
}

.section-area-why--split .section-area-why__content .section-eyebrow,
.section-area-why--split .section-area-why__content h2,
.section-area-why--split .section-area-why__content .section-body,
.section-area-why--split .section-area-why__content .section-body p {
  text-align: left;
}

.section-area-why--split .section-area-why__content h2 {
  margin: 0 0 1.25rem;
}

.section-area-why--split .section-area-why__content .section-eyebrow,
.section-area-why--split .section-area-why__content .section-eyebrow--light {
  color: var(--nse-primary);
}

.section-area-why--split .section-area-why__content h2,
.section-area-why--split .section-area-why__content .section-body,
.section-area-why--split .section-area-why__content .section-body p,
.section-area-why--split .nse-area-why-bullets__text {
  color: rgba(255, 255, 255, 0.92);
}

.section-area-why--split .section-area-why__content .btn {
  margin-top: 1.25rem;
}

.section-area-why__bullets-col {
  align-self: center;
}

.section-area-why--split .nse-area-why-bullets {
  grid-template-columns: 1fr;
  margin: 0;
  width: 100%;
}

.section-area-why--split.section-has-bg .nse-area-why-bullets {
  grid-template-columns: 1fr;
  margin: 0;
}

/* Area heartbeat — Ashwood 50/50: left prose + hr, right vertical city image */
.section-area-heartbeat {
  background-color: #fff;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.split-section--area-heartbeat {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 3rem);
}

.section-area-heartbeat__content {
  text-align: left;
}

.section-area-heartbeat__content h2 {
  color: #1a1a1a;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  margin: 0 0 1rem;
  text-align: left;
}

.section-area-heartbeat__rule {
  border: 0;
  border-top: 1px solid var(--nse-border, #d1d5db);
  margin: 0 0 1.25rem;
  width: 100%;
}

.section-area-heartbeat__content .section-body,
.section-area-heartbeat__content .section-body p {
  color: var(--nse-text, #334155);
  text-align: left;
}

.section-area-heartbeat__img {
  width: 100%;
  height: min(480px, 58vw);
  object-fit: cover;
  border-radius: var(--nse-radius);
  display: block;
  box-shadow: var(--nse-shadow);
}

/* Area landmarks — Ashwood 50/50: left image + intro, right heading + dot list */
.section-area-landmarks__heading {
  color: #1a1a1a;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  text-align: left;
}

.section-area-landmarks__media {
  margin-bottom: 1.5rem;
}

.section-area-landmarks__intro {
  margin-top: 0.25rem;
}

.section-area-landmarks {
  background-color: #fff;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.split-section--area-landmarks {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 3rem);
}

.section-area-landmarks__media-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section-area-landmarks__img {
  width: 100%;
  height: min(320px, 40vw);
  object-fit: cover;
  border-radius: var(--nse-radius);
  display: block;
  box-shadow: var(--nse-shadow);
}

.section-area-landmarks__intro,
.section-area-landmarks__intro p {
  color: var(--nse-text, #334155);
  line-height: 1.75;
  margin: 0;
  text-align: left;
}

.section-area-landmarks__list-col h2 {
  color: #1a1a1a;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  margin: 0 0 1.25rem;
  text-align: left;
}

.nse-loc-attr-list__name-link {
  font-weight: 700;
  color: var(--nse-primary);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.nse-loc-attr-list__name-link:hover,
.nse-loc-attr-list__name-link:focus {
  color: var(--nse-secondary);
}

.section-area-landmarks__intro a:not(.btn),
.section-area-landmarks .prose a:not(.btn),
.section-area-heartbeat .prose a:not(.btn),
.section-area-city-story .prose a:not(.btn),
.section-area-welcome .prose a:not(.btn) {
  color: var(--nse-primary);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.section-area-landmarks__intro a:not(.btn):hover,
.section-area-landmarks .prose a:not(.btn):hover,
.section-area-heartbeat .prose a:not(.btn):hover,
.section-area-city-story .prose a:not(.btn):hover,
.section-area-welcome .prose a:not(.btn):hover {
  color: var(--nse-secondary);
}

/* Area city story — Ashwood stacked: full-width photo top, centered prose below (no parallax) */
.section-area-city-story {
  background-color: #fff;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.section-area-city-story.section-alt {
  background-color: var(--nse-bg-alt, #f4f6f8);
}

.section-area-city-story__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

.section-area-city-story__media {
  width: 100%;
}

.section-area-city-story__img {
  width: 100%;
  height: min(420px, 52vw);
  object-fit: cover;
  border-radius: var(--nse-radius);
  display: block;
}

.section-area-city-story__content,
.section-area-city-story__content.prose,
.section-area-city-story .prose,
.section-area-city-story .nse-read-more-host {
  max-width: 80%;
  margin-inline: auto;
}

.section-area-city-story__content {
  text-align: center;
}

.section-area-city-story__content h2 {
  color: var(--nse-secondary);
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  margin: 0 0 1.25rem;
  text-align: center;
}

.section-area-city-story__content .section-body,
.section-area-city-story__content .section-body p {
  color: var(--nse-text, #334155);
  text-align: center;
}

.section-area-city-story__content .section-eyebrow {
  color: var(--nse-primary);
}

/* Area commitment — Ashwood dark full-bleed band: bg photo, left-aligned copy */
.section-area-promise.section-has-bg {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  background-color: var(--nse-dark-band);
  color: #fff;
}

.section-area-promise__inner {
  position: relative;
  z-index: 1;
  text-align: left;
}

.section-area-promise__content {
  max-width: min(820px, 72%);
  margin-inline: 0;
  text-align: left;
}

.section-area-promise__content.prose {
  max-width: min(820px, 72%);
  margin-inline: 0;
}

.section-area-promise__content h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 1.25rem;
  text-align: left;
}

.section-area-promise__content.prose h2,
.section.section-area-promise .section-area-promise__content h2 {
  color: #fff !important;
  text-align: left;
}

.section-area-promise__content .section-body a {
  color: var(--nse-primary);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.section-area-promise__content .section-body a:hover,
.section-area-promise__content .section-body a:focus {
  color: color-mix(in srgb, var(--nse-primary) 70%, #ffffff);
}

.section-area-promise__content .section-body,
.section-area-promise__content .section-body p {
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  line-height: 1.75;
}

.section-area-promise__content .section-body p {
  margin: 0 0 1rem;
}

.section-area-promise__content .section-body p:last-child {
  margin-bottom: 0;
}

.section-eyebrow--promise {
  color: color-mix(in srgb, var(--nse-primary) 75%, #ffffff);
  text-align: left;
  margin-bottom: 0.85rem;
}

.section-area-promise:not(.section-has-bg) {
  background-color: var(--nse-dark-band);
  color: #fff;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.section-area-promise:not(.section-has-bg) .section-area-promise__content h2,
.section-area-promise:not(.section-has-bg) .section-area-promise__content .section-body,
.section-area-promise:not(.section-has-bg) .section-area-promise__content .section-body p {
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 767px) {
  .section-area-promise__content {
    max-width: 100%;
  }
}

.section-area-hours-directions h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  margin-bottom: 1rem;
}

.section-area-services {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  background-color: var(--nse-bg-alt, #f5f5f5);
}

.section-area-services.section-alt {
  background-color: var(--nse-bg-alt, #f5f5f5);
}

.section-area-services .nse-styled-layout {
  text-align: left;
}

.section-area-services .nse-styled-layout h2 {
  margin-bottom: 1.25rem;
  text-align: left;
  color: var(--nse-primary);
}

/* Area page — Ashwood image-left rows in 2-col grid (with or without wrapper div) */
.section-area-services .nse-loc-area-svc,
.nse-area-services-grid .nse-loc-area-svc {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}

.section-area-services .nse-loc-area-svc__item,
.nse-area-services-grid .nse-loc-area-svc__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.section-area-services .nse-loc-area-svc__media,
.nse-area-services-grid .nse-loc-area-svc__media {
  flex-shrink: 0;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f0f1;
}

.section-area-services .nse-loc-area-svc__img,
.nse-area-services-grid .nse-loc-area-svc__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.section-area-services .nse-loc-area-svc__body,
.nse-area-services-grid .nse-loc-area-svc__body {
  flex: 1;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.section-area-services .nse-loc-area-svc__title.nse-service-area-serv-titles,
.nse-area-services-grid .nse-loc-area-svc__title.nse-service-area-serv-titles {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
}

.section-area-services .nse-loc-area-svc__title-link,
.section-area-services .nse-loc-area-svc__title-strong,
.nse-area-services-grid .nse-loc-area-svc__title-link,
.nse-area-services-grid .nse-loc-area-svc__title-strong {
  color: #1a1a1a;
  text-decoration: none;
}

.section-area-services .nse-loc-area-svc__title-link:hover,
.section-area-services .nse-loc-area-svc__title-link:focus,
.nse-area-services-grid .nse-loc-area-svc__title-link:hover,
.nse-area-services-grid .nse-loc-area-svc__title-link:focus {
  text-decoration: underline;
}

.section-area-services .nse-loc-area-svc__item,
.nse-area-services-grid .nse-loc-area-svc__item {
  list-style: none !important;
  list-style-type: none !important;
}

.section-area-services .nse-loc-area-svc__item::before,
.section-area-services .nse-loc-area-svc__item::marker,
.nse-area-services-grid .nse-loc-area-svc__item::before,
.nse-area-services-grid .nse-loc-area-svc__item::marker {
  content: none !important;
  display: none !important;
}

/* Kill generic section/prose list bullets on area service grid */
.section-area-services ul.nse-loc-area-svc,
.section-area-services .nse-styled-layout ul.nse-loc-area-svc,
.section-area-services .prose ul.nse-loc-area-svc {
  list-style: none !important;
  padding-left: 0 !important;
}

.section-area-services .nse-loc-area-svc__desc,
.nse-area-services-grid .nse-loc-area-svc__desc {
  margin: 0;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.section-area-contact {
  margin-top: 0;
}

.section-area-contact .contact-quote {
  margin-top: 0.75rem;
}

.section-area-contact .area-contact-phone {
  margin-top: 1.25rem;
}

/* Parallax — JS transform on .section-bg (iOS-safe; works inside overflow:hidden) */
.section-has-bg.parallax-js .section-bg {
  background-attachment: scroll;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .section-has-bg .section-bg {
    background-attachment: scroll !important;
    transform: none !important;
    will-change: auto;
  }
}

.page-home .section-has-bg {
  background-image: none;
}

.section-bg-overlay {
  position: absolute;
  inset: 0;
  background: var(--nse-dark-overlay);
  z-index: 1;
  pointer-events: none;
}

.section-bg-content {
  position: relative;
  z-index: 2;
}

.section-has-bg .section-bg-content {
  color: #fff;
}

.hero.section-has-bg .section-bg-overlay,
.section-benefit.section-has-bg .section-bg-overlay,
.section-importance.section-has-bg .section-bg-overlay,
.section-area-why.section-has-bg .section-bg-overlay,
.section-area-promise.section-has-bg .section-bg-overlay,
.section-about-community.section-has-bg .section-bg-overlay,
.footer-band-areas.section-has-bg .section-bg-overlay,
.cta-band.section-has-bg .section-bg-overlay {
  background: var(--nse-dark-overlay);
}

.section--overlay:not(.section-has-bg) > .container {
  position: relative;
  z-index: 1;
}

/* Hero — centered HOME SHELL style (golden template: home 75vh, interior ~40vh) */
.hero {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--nse-secondary);
}

.hero:not(.section-has-bg) {
  background-image: linear-gradient(135deg, var(--nse-secondary) 0%, var(--nse-secondary-light) 100%);
}

.hero--home {
  min-height: 75vh;
  padding: 4rem 0;
}

.hero--interior {
  min-height: 40vh;
  padding: 2.5rem 0;
}

/* Hero copy block — 80% max-width centered on all page types (home, interior, area, service hub) */
.hero .container.hero-inner,
.hero .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 80%;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

/* Content body — breadcrumbs sit below hero, above main sections */
.content-body {
  background: var(--nse-bg);
}

.content-body > .container.content-body__crumbs {
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  max-width: 100%;
  margin: 0 auto 0.75rem;
  line-height: 1.2;
}

.hero-sub {
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 600;
  max-width: 100%;
  margin: 0 auto 0.75rem;
  opacity: 0.95;
}

.hero .lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 100%;
  margin: 0 auto 1.5rem;
  opacity: 0.92;
}

.hero .lead p {
  margin: 0;
}

.hero h1,
.hero-sub,
.hero .lead,
.hero .lead p,
.hero .section-intro {
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

/* Sections */
.section {
  padding: 3.5rem 0;
}

.section-alt {
  background: var(--nse-surface);
}

.section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--nse-secondary);
  margin: 0 0 1rem;
  text-align: center;
}

.section-intro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 2rem;
  color: var(--nse-muted);
}

/* Service grid */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.service-card {
  background: #fff;
  border: 1px solid var(--nse-border);
  border-radius: var(--nse-radius);
  overflow: hidden;
  box-shadow: var(--nse-shadow);
  transition: transform 0.15s;
}

.service-card:hover {
  transform: translateY(-3px);
}

.service-card-image {
  height: 160px;
  background: var(--nse-surface);
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-image.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--nse-secondary), var(--nse-primary));
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
}

.service-card-body {
  padding: 1.25rem;
}

.service-card-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.service-card-body p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--nse-muted);
}

/* Area list */
.area-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}

.area-link {
  display: block;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid var(--nse-border);
  border-radius: var(--nse-radius);
  color: var(--nse-secondary);
  font-weight: 600;
  text-align: center;
}

.area-link:hover {
  border-color: var(--nse-primary);
  text-decoration: none;
}

/* Content prose */
.prose {
  max-width: 760px;
  margin: 0 auto;
}

.prose h2 {
  text-align: left;
  margin-top: 2rem;
}

.prose p {
  margin: 0 0 1rem;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: start;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--nse-border);
  border-radius: var(--nse-radius);
  padding: 1.5rem;
  box-shadow: var(--nse-shadow);
}

.contact-card h3 {
  margin: 0 0 0.75rem;
  color: var(--nse-secondary);
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 0.85rem;
  color: var(--nse-muted);
  margin-bottom: 1.5rem;
}

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

/* Footer */
.site-footer {
  background: var(--nse-secondary);
  color: rgba(255, 255, 255, 0.88);
  padding: 5.5rem 0 2.75rem;
  min-height: 320px;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-grid h4 {
  color: #fff;
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quick Links — primary bullets, white link text on dark footer (.footer-grid-seo beats global a:not chain) */
.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.15rem;
  list-style-color: var(--nse-primary);
}

.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li::marker {
  color: var(--nse-primary);
}

.footer-grid li {
  margin-bottom: 0.35rem;
}

/* Quick Links — white link text (beats global primary link color) */
.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li a:not(.btn):not([class*="btn-"]) {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li a:not(.btn):not([class*="btn-"]):hover,
.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li a:not(.btn):not([class*="btn-"]):focus-visible {
  color: #fff;
  text-decoration: underline;
}

/* Dark-section link lists — white text + primary bullets (beats global a:not 0,6,1) */
.footer-band.footer-band-areas .nse-service-areas-list li .nse-service-areas-list__text a:not(.btn):not([class*="btn-"]),
.section-has-bg .nse-styled-layout .nse-service-areas-list li .nse-service-areas-list__text a:not(.btn):not([class*="btn-"]),
.section-has-bg ul:not(.footer-icon-list):not(.nav-list):not(.nse-loc-area-svc):not(.nse-service-areas-list):not(.nse-area-why-bullets):not(.nse-svc-benefit-bullets) li a:not(.btn):not([class*="btn-"]) {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.footer-band.footer-band-areas .nse-service-areas-list li .nse-service-areas-list__text a:not(.btn):not([class*="btn-"]):hover,
.footer-band.footer-band-areas .nse-service-areas-list li .nse-service-areas-list__text a:not(.btn):not([class*="btn-"]):focus-visible,
.section-has-bg .nse-styled-layout .nse-service-areas-list li .nse-service-areas-list__text a:not(.btn):not([class*="btn-"]):hover,
.section-has-bg .nse-styled-layout .nse-service-areas-list li .nse-service-areas-list__text a:not(.btn):not([class*="btn-"]):focus-visible,
.section-has-bg ul:not(.footer-icon-list):not(.nav-list):not(.nse-loc-area-svc):not(.nse-service-areas-list):not(.nse-area-why-bullets):not(.nse-svc-benefit-bullets) li a:not(.btn):not([class*="btn-"]):hover,
.section-has-bg ul:not(.footer-icon-list):not(.nav-list):not(.nse-loc-area-svc):not(.nse-service-areas-list):not(.nse-area-why-bullets):not(.nse-svc-benefit-bullets) li a:not(.btn):not([class*="btn-"]):focus-visible {
  color: #fff;
  text-decoration: underline;
}

.section-has-bg ul:not(.footer-icon-list):not(.nav-list):not(.nse-loc-area-svc):not(.nse-service-areas-list):not(.nse-area-why-bullets):not(.nse-svc-benefit-bullets) {
  list-style-color: var(--nse-primary);
}

.section-has-bg ul:not(.footer-icon-list):not(.nav-list):not(.nse-loc-area-svc):not(.nse-service-areas-list):not(.nse-area-why-bullets):not(.nse-svc-benefit-bullets) li::marker {
  color: var(--nse-primary);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Why choose / features */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.feature-item {
  text-align: center;
  padding: 1.25rem;
}

.feature-item .icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--nse-primary);
}

.feature-item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--nse-secondary);
}

.feature-item p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--nse-muted);
}

.feature-item .icon-fa {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  color: var(--nse-primary);
}

.prose-inline {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
  color: var(--nse-muted);
}

.split-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: start;
}

/* About — Our Story: text left, image right, vertically centered */
.section-about-story .split-section--about-story {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.section-about-story .split-media--about-story {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.section-about-story .split-media--about-story img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 768px) {
  .section-about-story .split-section--about-story {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

.split-section .split-content.prose,
.split-section .area-welcome-content,
.section-area-welcome .split-content {
  max-width: none;
  margin-inline: 0;
}

/* Image left, text right (About community, home team, etc.) */
.split-section--image-left {
  grid-template-columns: minmax(280px, 2fr) minmax(280px, 3fr);
}

.split-media img {
  border-radius: var(--nse-radius);
  box-shadow: var(--nse-shadow);
  width: 100%;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.review-card {
  background: #fff;
  border: 1px solid var(--nse-border);
  border-radius: var(--nse-radius);
  padding: 1.25rem;
  margin: 0;
  box-shadow: var(--nse-shadow);
}

.review-body {
  margin: 0 0 1rem;
  font-style: italic;
  color: var(--nse-text);
}

.review-title {
  display: block;
  font-size: 0.85rem;
  color: var(--nse-muted);
  margin-top: 0.25rem;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--nse-border);
  border-radius: var(--nse-radius);
  margin-bottom: 0.75rem;
  background: #fff;
}

.faq-item summary {
  padding: 1rem 1.25rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--nse-secondary);
}

.faq-answer {
  padding: 0 1.25rem 1rem;
  color: var(--nse-muted);
}

.cta-band:not(.section-has-bg) {
  background: var(--nse-dark-band);
  color: #fff;
}

.cta-band h2,
.cta-band .section-intro {
  color: rgba(255, 255, 255, 0.92);
}

.split-section--reverse {
  direction: rtl;
}

.split-section--reverse > * {
  direction: ltr;
}

/* NSE styled layout components */
.nse-styled-layout h2 {
  text-align: center;
}

/* Home — Why Choose full-width band (golden towing template) */
.section--why-choose-band {
  background: var(--nse-secondary);
  color: rgba(255, 255, 255, 0.92);
}

.section--why-choose-band h2,
.section--why-choose-band .nse-styled-layout__intro,
.section--why-choose-band .prose-inline {
  color: #fff;
}

.section--why-choose-band .nse-why-choose-grid__title {
  color: #fff;
}

.section--why-choose-band .nse-repeater-item__text {
  color: rgba(255, 255, 255, 0.88);
}

.section--why-choose-band .nse-why-choose-icon {
  color: var(--nse-primary);
}

/* Services hub intro — full container width (match grid section below) */
.section-services-hub-intro .nse-styled-layout--services_hub_intro h2 {
  text-align: center;
}

.section-services-hub-intro .section-intro {
  max-width: 80%;
  margin-inline: auto;
}

/* Service-areas hub intro */
.section-service-areas-intro .nse-styled-layout--service_areas_intro h2 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nse-styled-layout--service_area_grid > h2 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Reviews carousel */
.nse-contextual-reviews__stars {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

.nse-contextual-reviews__star {
  color: var(--nse-primary);
  font-size: 0.85rem;
}

.nse-contextual-reviews--carousel .nse-contextual-reviews__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}

.nse-contextual-reviews--carousel .nse-review-card {
  flex: 0 0 min(320px, 85vw);
  scroll-snap-align: start;
}

.nse-why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.nse-why-choose-grid__item {
  text-align: center;
  padding: 1rem;
}

.nse-why-choose-icon {
  display: block;
  font-size: 1.75rem;
  color: var(--nse-primary);
  margin-bottom: 0.5rem;
}

.nse-why-choose-grid__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--nse-secondary);
}

.nse-service-grid-scroll {
  max-height: min(75vh, 960px);
  overflow-y: auto;
}

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

.nse-service-grid-root--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nse-service-grid-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.nse-service-grid-card__media {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.nse-service-grid-card__body {
  padding: 25px;
  flex: 1 1 auto;
}

.nse-service-grid-card__title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: #1a1a1a;
}

/* Beat global primary link color — card title only (CTA btn keeps primary) */
.nse-service-grid-card__title a:not(.btn):not([class*="btn-"]):not(.header-social-link):not(.header-top-bar__address-link):not(.nav-item__link):not(.nse-loc-area-svc__title-link) {
  color: #1a1a1a;
  text-decoration: none;
}

.nse-service-grid-card__title a:not(.btn):not([class*="btn-"]):not(.header-social-link):not(.header-top-bar__address-link):not(.nav-item__link):not(.nse-loc-area-svc__title-link):hover,
.nse-service-grid-card__title a:not(.btn):not([class*="btn-"]):not(.header-social-link):not(.header-top-bar__address-link):not(.nav-item__link):not(.nse-loc-area-svc__title-link):focus-visible {
  color: #1a1a1a;
  text-decoration: underline;
}

.nse-service-grid-card__desc {
  color: #555;
  margin: 0 0 20px;
  font-size: 0.95rem;
}

.nse-service-grid-card__btn {
  display: block;
  background: var(--nse-primary);
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
}

.nse-home-service-areas-grid.nse-service-grid-root {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nse-home-reviews__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.nse-contextual-reviews--carousel .nse-contextual-reviews__track {
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
}

.nse-contextual-reviews--carousel .nse-home-reviews__card {
  scroll-snap-align: start;
  flex: 0 0 min(320px, 85vw);
}

.nse-home-reviews__card,
.nse-contextual-reviews__card {
  flex: 1 1 280px;
  max-width: 360px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.nse-contextual-reviews__stars {
  color: var(--nse-primary);
  margin-bottom: 0.75rem;
}

.nse-home-reviews__body {
  color: #000;
  margin: 0 0 1rem;
}

.nse-home-reviews__name {
  font-weight: 700;
  margin: 0;
}

.nse-home-reviews__location {
  display: block;
  font-size: 0.85rem;
  color: var(--nse-muted);
}

/* FAQ accordion (niche-faq-factory) */
.niche-faq-factory {
  max-width: 760px;
  margin: 0 auto;
}

.niche-faq-factory .faq-item-row {
  border-bottom: 1px dotted currentColor;
}

.niche-faq-factory .faq-question-btn {
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.05rem;
  text-align: left;
  font-family: inherit;
  color: inherit;
}

.niche-faq-factory .faq-question-text {
  flex: 1;
}

.niche-faq-factory .faq-plus-icon {
  font-size: 1.5rem;
  font-weight: 300;
}

.niche-faq-factory .faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.niche-faq-factory .faq-inner-text {
  padding: 0 0 20px;
  line-height: 1.6;
}

.nse-faq-dark-section {
  background-color: var(--nse-secondary);
  color: #fff;
}

.nse-faq-dark-section h2 {
  color: #fff;
}

.nse-faq-dark-section .niche-faq-factory,
.nse-faq-dark-section .faq-question-btn,
.nse-faq-dark-section .faq-question-text,
.nse-faq-dark-section .faq-inner-text {
  color: #fff;
}

.nse-faq-dark-section .faq-plus-icon {
  color: var(--nse-primary);
}

/* Breadcrumbs */
.nse-breadcrumbs {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.nse-breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nse-breadcrumbs__sep {
  margin: 0 8px;
  opacity: 0.5;
}

.nse-breadcrumbs__link {
  color: rgba(255, 255, 255, 0.75);
}

.nse-breadcrumbs__current {
  font-weight: 600;
}

.content-breadcrumbs .nse-breadcrumbs__link {
  color: var(--nse-muted);
}

.content-breadcrumbs .nse-breadcrumbs__link:hover,
.content-breadcrumbs .nse-breadcrumbs__link:focus {
  color: var(--nse-primary);
}

.content-breadcrumbs .nse-breadcrumbs__current {
  color: var(--nse-secondary);
}

/* Footer bands (golden footer template) */
.footer-band {
  padding: 3.5rem 0;
}

.footer-band.footer-band-areas {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.footer-band-areas {
  position: relative;
  background: var(--nse-secondary);
  color: #fff;
  overflow: hidden;
  border-radius: var(--nse-radius);
}

.footer-band-areas.section-has-bg {
  min-height: 320px;
  border-radius: 0;
}

.footer-band-areas.section-has-bg div.section-bg {
  background-attachment: scroll;
}

.footer-band-areas .container.section-bg-content {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 80%;
  margin-inline: auto;
  text-align: center;
}

.footer-band-areas h2 {
  color: #fff;
  text-align: center;
}

.footer-band-areas .nse-service-areas-list {
  list-style: none;
  margin: 1.75rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  row-gap: 16px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.footer-band-areas .nse-service-areas-list__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
}

.footer-band-areas .nse-service-areas-list__bullet {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--nse-primary);
  margin: 0;
}

.footer-band-areas .nse-service-areas-list__text {
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

/* City links — see dark-section link list block above (.footer-band.footer-band-areas beats global a:not) */

.footer-band-contact {
  background: var(--nse-accent);
  color: #f0f0f0;
}

.footer-band-contact h2,
.footer-band-contact h3 {
  color: #f0f0f0;
  text-align: center;
}

.contact-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.contact-split-left,
.contact-split-right {
  border: 1px solid rgba(240, 240, 240, 0.35);
  padding: 2rem;
  min-width: 0;
}

/* Contact / footer map — match area hours/directions sizing (480px column height) */
.contact-split .map-embed,
.footer-band-contact .map-embed,
.contact-page-split .map-embed {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  height: 480px;
}

.contact-split .map-embed iframe,
.footer-band-contact .map-embed iframe,
.contact-page-split .map-embed iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 0;
  border: 0;
  display: block;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 0;
  border: 0;
  display: block;
}

.map-placeholder {
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem;
  text-align: center;
}

.nse-contact-form .elementor-field-group {
  margin-bottom: 1rem;
}

.nse-contact-form .elementor-field {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(240, 240, 240, 0.5);
  background: transparent;
  color: #f0f0f0;
  font-family: inherit;
  font-size: 1rem;
}

.nse-contact-form .elementor-field::placeholder {
  color: rgba(240, 240, 240, 0.7);
}

.form-note {
  font-size: 0.8rem;
  opacity: 0.75;
  margin-top: 0.75rem;
}

.footer-grid-seo {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.footer-logo {
  max-width: 120px;
  margin-bottom: 0.75rem;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
}

.footer-seo-line {
  font-size: 0.95rem;
  margin: 0.25rem 0;
}

.footer-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-icon-list li {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.92);
}

.footer-icon-list i,
.footer-icon-list .nse-icon {
  width: 1.25rem;
  margin-right: 0.35rem;
  color: rgba(255, 255, 255, 0.92);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}

.footer-social .header-social-link {
  color: #fff;
}

.footer-social .header-social-link i {
  color: #fff;
}

.nse-business-hours__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.nse-why-bullets-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.nse-why-bullets-list li {
  margin-bottom: 0.65rem;
  padding-left: 0.25rem;
}

.nse-why-bullets-list i {
  color: var(--nse-primary);
  margin-right: 0.35rem;
}

.nse-silo-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
  flex-wrap: wrap;
}

.nse-silo-nav__link:not(.btn):not(.btn-silo) {
  font-weight: 600;
  color: var(--nse-secondary);
}

/* Service page — golden template parity */
.section-eyebrow,
.nse-keyword-city-h2,
.keyword-city-line {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nse-primary);
  margin: 0 0 0.75rem;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}

/* Centered heading block — eyebrow + title + intro (golden template) */
.section-head {
  text-align: center;
  width: 100%;
}

.section-head h2,
.section-head .service-welcome-h3,
.section-head .section-intro,
.section-head .prose-inline,
.section-head .nse-styled-layout__intro {
  text-align: center;
}

.section-eyebrow + h2,
.section-eyebrow + .service-welcome-h3 {
  text-align: center;
}

/* Overlay / background sections — center text blocks */
.section-benefit.section-has-bg .section-bg-content,
.section-importance.section-has-bg .section-bg-content,
.cta-band.section-has-bg .section-bg-content,
.nse-faq-dark-section .container,
.section--overlay .container {
  text-align: center;
}

.section-benefit.section-has-bg .split-content.prose,
.section-importance.section-has-bg .section-importance__content {
  text-align: center;
}

.section-benefit.section-has-bg .split-content.prose .section-body,
.section-importance.section-has-bg .section-body {
  text-align: center;
}

.section-eyebrow--light {
  color: rgba(255, 255, 255, 0.85);
}

.split-section--service-welcome,
.split-section--area-welcome {
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 1.1fr);
  align-items: start;
  gap: 2.5rem;
}

.split-media--service-welcome,
.split-media--area-welcome {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.service-welcome-img,
.area-welcome-img {
  width: 100%;
  height: min(480px, 55vw);
  object-fit: cover;
  border-radius: var(--nse-radius);
  box-shadow: -35px 35px 0 var(--nse-accent);
}

.area-welcome-h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--nse-secondary);
  margin: 0 0 1rem;
  text-align: center;
}

.split-section--area-hours-directions {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.area-directions-col {
  width: 100%;
  min-width: 0;
}

.section-area-hours-directions .map-embed--directions {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.area-directions-col .map-embed--directions iframe,
.area-directions-col .map-embed iframe {
  width: 100%;
  min-height: 480px;
  height: 480px;
}

.section:has(+ .section-area-city-map) {
  padding-bottom: 0;
}

.section.section-reviews:has(+ .section-area-city-map) {
  padding-bottom: 50px;
}

.section-area-city-map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

main:has(.section-area-city-map) + .footer-band.footer-band-areas {
  margin-top: 0;
}

.section-area-city-map .map-embed--city {
  max-width: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.map-embed--city iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: 0;
}

.section-area-city-map .map-embed iframe,
.area-directions-col .map-embed iframe {
  min-height: 480px;
}

.loc-directions .nse-map-embed-fallback-wrap {
  margin-bottom: 1rem;
}

.nse-directions-link {
  display: inline-block;
  margin-top: 0.5rem;
}

.contact-hours h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nse-business-hours--list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nse-business-hours__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--nse-border);
}

.nse-business-hours__row:last-child {
  border-bottom: 0;
}

.nse-loc-attr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nse-loc-attr-list__item {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.35rem;
  border-bottom: 1px solid var(--nse-border, #d1d5db);
}

.nse-loc-attr-list__item:last-child {
  border-bottom: 0;
}

.nse-loc-attr-list__item::before {
  background-color: var(--nse-primary);
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: 1.15rem;
  width: 8px;
}

.nse-loc-attr-list__text {
  margin: 0;
  color: var(--nse-text, #334155);
  line-height: 1.65;
}

.nse-loc-attr-list__name {
  color: #1a1a1a;
  font-weight: 700;
}

.nse-loc-attr-list__desc {
  color: var(--nse-text, #334155);
  font-weight: 400;
}

.service-welcome-h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--nse-secondary);
  margin: 0 0 1rem;
  text-align: center;
}

.section-benefit .split-content.prose h2 {
  text-align: center;
}

.service-welcome-intro,
.service-welcome-body {
  line-height: 1.8;
  color: var(--nse-text);
}

.section-benefit.section-has-bg .section-eyebrow,
.section-benefit.section-has-bg h2,
.section-benefit.section-has-bg .section-body,
.section-benefit.section-has-bg .nse-svc-benefit-bullets__text {
  color: #f0f0f0;
}

.section-benefit.section-has-bg .nse-svc-benefit-bullets__icon,
.section-benefit.section-has-bg .nse-svc-benefit-bullets__icon i[class*='fa-'] {
  color: var(--nse-primary);
}

.section-benefit.section-has-bg .nse-svc-benefit-bullets__item {
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.split-section--benefit {
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  .split-section--benefit {
    grid-template-columns: 1fr;
  }
}

.split-content--benefit-bullets {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nse-svc-benefit-bullets,
.benefit-bullets,
.benefit-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: fit-content;
  max-width: 100%;
  text-align: left;
}

.split-content--benefit-bullets .btn-phone,
.section-benefit.section-has-bg .split-content--benefit-bullets .btn-phone {
  margin-top: 1.75rem;
}

.nse-svc-benefit-bullets__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px dotted #c3c4c7;
}

.nse-svc-benefit-bullets__item:last-child {
  border-bottom: none;
}

.nse-svc-benefit-bullets__icon {
  flex-shrink: 0;
  color: var(--nse-primary);
  font-size: 1.15rem;
  line-height: 1.45;
  margin-top: 2px;
}

.nse-svc-benefit-bullets__icon i[class*='fa-'] {
  color: var(--nse-primary);
}

.nse-svc-benefit-bullets__text {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.45;
}

.nse-styled-layout--service_why_choose_stacked .section-head {
  margin-bottom: 0;
}

.nse-service-why-choose--stacked {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px 24px;
  align-items: start;
  margin-top: 2rem;
  width: 100%;
}

.nse-service-why-choose__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.nse-service-why-choose__icon {
  font-size: 2rem;
  color: var(--nse-primary);
}

.nse-service-why-choose__title {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nse-secondary);
}

.nse-service-why-choose__desc {
  font-size: 0.9rem;
  color: var(--nse-muted);
  line-height: 1.6;
}

/* Service Reasons (Why You Need / stakes) — golden towing service template */
.section-service-reasons {
  background: var(--nse-surface, #f7f8fa);
}

.split-section--service-reasons {
  align-items: center;
  gap: 2rem;
}

.split-media--service-reasons {
  display: flex;
  justify-content: center;
}

.service-reasons-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: var(--nse-radius);
  object-fit: cover;
}

.nse-service-reasons--stacked {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px 24px;
  align-items: start;
  margin-top: 2rem;
  width: 100%;
}

.nse-service-reasons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.nse-service-reasons__icon {
  font-size: 2rem;
  color: var(--nse-primary);
}

.nse-service-reasons__title {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nse-secondary);
}

.nse-service-reasons__desc {
  font-size: 0.9rem;
  color: var(--nse-muted);
  line-height: 1.6;
}

.nse-silo-nav--buttons {
  justify-content: space-between;
  padding: 0.75rem 0 0;
  flex-wrap: wrap;
  max-width: 100%;
}

.nse-silo-nav--buttons .btn-silo {
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  text-align: center;
}

.btn-silo {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 1.25rem;
  border-radius: 5px;
  background: var(--nse-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.btn-silo--next {
  background: var(--nse-primary);
  margin-left: auto;
}

.btn-silo:hover {
  opacity: 0.92;
  color: #fff;
}

.section-importance__content {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.section-importance__content h2 {
  text-align: center;
}

.section-importance.section-has-bg h2,
.section-importance.section-has-bg .section-body {
  color: #f0f0f0;
  text-align: center;
}

/* Area page — Why Choose (legacy parallax band only) */
.section-area-why.section-has-bg .section-importance__content {
  max-width: min(960px, 100%);
}

.section-area-why.section-has-bg .section-body,
.section-area-why.section-has-bg .section-body p {
  color: rgba(255, 255, 255, 0.92);
}

.section-area-why .nse-area-why-bullets {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.section-area-why.section-has-bg .nse-area-why-bullets {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  margin: 1.5rem auto 0;
}

.section-area-why .nse-area-why-bullets__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.28);
}

.section-area-why .nse-area-why-bullets__item:last-child {
  border-bottom: none;
}

.section-area-why .nse-area-why-bullets__icon {
  flex-shrink: 0;
  color: var(--nse-primary);
  font-size: 1.15rem;
  line-height: 1.45;
  margin-top: 2px;
}

.section-area-why .nse-area-why-bullets__icon i[class*='fa-'] {
  color: var(--nse-primary);
}

.section-area-why.section-has-bg .nse-area-why-bullets__text {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
}

.cta-band--service .cta-band__inner {
  max-width: 80%;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.cta-band--service .btn-phone,
.section-importance__content .btn-phone {
  margin-top: 1.75rem;
}

.cta-band--service .section-intro,
.cta-band--service .section-importance__content .section-body {
  margin-bottom: 0;
}

.nse-loc-silo-nav-row {
  margin-top: 1.25rem;
  padding-top: 0.75rem;
}

.section-reviews {
  background: var(--nse-secondary);
  color: #fff;
}

.section-reviews .nse-styled-layout h2 {
  color: #fff;
}

.nse-service-grid-root--hub {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-band.section-has-bg {
  background-color: var(--nse-dark-band);
  color: #fff;
}

/* About — Community band: parallax bg, centered copy, gold title + white body */
.section-about-community {
  background-color: var(--nse-dark-band);
  color: rgba(255, 255, 255, 0.92);
}

.section-about-community__inner {
  max-width: min(720px, 100%);
  margin-inline: auto;
  text-align: center;
}

.section-about-community.section-has-bg h2 {
  color: var(--nse-primary);
}

.section-about-community.section-has-bg .section-body,
.section-about-community.section-has-bg .section-body p {
  color: rgba(255, 255, 255, 0.92);
}

.section-about-community:not(.section-has-bg) h2 {
  color: var(--nse-primary);
}

.section-about-community:not(.section-has-bg) .section-body,
.section-about-community:not(.section-has-bg) .section-body p {
  color: rgba(255, 255, 255, 0.92);
}

.contact-page-split .contact-split-left,
.contact-page-split .contact-split-right {
  border-color: var(--nse-border);
  background: #fff;
}

.contact-page-form .elementor-field {
  border-color: var(--nse-border);
  background: #fff;
  color: var(--nse-text);
}

.contact-page-form .elementor-field::placeholder {
  color: var(--nse-muted);
}

.map-placeholder--light {
  background: var(--nse-surface);
  color: var(--nse-text);
}

.contact-card--inline {
  margin-top: 1rem;
  box-shadow: none;
  border: 1px solid var(--nse-border);
}

/* Desktop — 3-col service card grids; area page services stay 2-col image-left rows */
@media (min-width: 769px) {
  .nse-area-services-grid .nse-loc-area-svc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nse-service-grid-root:not(.nse-service-grid-root--home):not(.nse-home-service-areas-grid),
  .nse-service-grid-root--hub {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nse-service-grid-root--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet — 2-column grids */
@media (max-width: 991px) {
  .nse-service-grid-root,
  .nse-service-grid-root--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nse-home-service-areas-grid.nse-service-grid-root {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid,
  .nse-why-choose-grid,
  .review-grid,
  .service-grid,
  .area-list,
  .footer-grid,
  .footer-grid-seo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nse-area-services-grid .nse-loc-area-svc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile — ≤768px */
/* NSE field read-more — matches golden template / nse-field-read-more.php baked CSS */
.nse-field-read-more {
  margin: 0;
}

.nse-field-read-more__more {
  display: block;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.nse-field-read-more__more--collapsed {
  max-height: 0;
}

.nse-field-read-more__teaser {
  margin: 0;
}

.nse-field-read-more--expanded .nse-field-read-more__teaser {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .nse-field-read-more__more {
    transition: none;
  }
}

/* Light sections — primary text-link style (read-more toggle) */
.nse-read-more-host .nse-field-read-more__btn,
.prose .nse-field-read-more__btn {
  color: var(--nse-primary) !important;
}

.nse-field-read-more__btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.35em;
  width: auto !important;
  max-width: 100%;
  margin: 0.35rem 0 0;
  padding: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  cursor: pointer;
  color: var(--nse-primary) !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: none !important;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  box-shadow: none !important;
  vertical-align: baseline;
  transition: color 0.2s ease;
}

.nse-read-more-host .nse-field-read-more__btn:hover,
.nse-read-more-host .nse-field-read-more__btn:focus-visible,
.prose .nse-field-read-more__btn:hover,
.prose .nse-field-read-more__btn:focus-visible,
.nse-field-read-more__btn:hover,
.nse-field-read-more__btn:focus-visible {
  color: color-mix(in srgb, var(--nse-primary) 78%, var(--nse-secondary)) !important;
  background: transparent !important;
  text-decoration: underline;
  outline: 2px solid var(--nse-primary);
  outline-offset: 2px;
}

.nse-field-read-more__btn:focus:not(:focus-visible) {
  outline: none;
}

.nse-field-read-more__btn .nse-field-read-more__label,
.nse-field-read-more__btn .nse-field-read-more__icons,
.nse-field-read-more__btn .nse-field-read-more__svg {
  color: inherit !important;
  text-decoration: none !important;
}

.nse-field-read-more__icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.1em;
}

.nse-field-read-more__svg {
  display: block;
  width: 0.85em;
  height: 0.85em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

.nse-field-read-more__btn[aria-expanded="false"] .nse-field-read-more__svg--minus {
  display: none;
}

.nse-field-read-more__btn[aria-expanded="true"] .nse-field-read-more__svg--plus {
  display: none;
}

/* Dark sections — white read-more for contrast on navy/overlay bands */
.hero .nse-read-more-host .nse-field-read-more__btn,
.section--why-choose-band .nse-read-more-host .nse-field-read-more__btn,
.section-has-bg .nse-read-more-host .nse-field-read-more__btn,
.section-benefit.section-has-bg .nse-field-read-more__btn,
.section-importance.section-has-bg .nse-field-read-more__btn,
.section--bg-img .nse-field-read-more__btn,
.section--overlay.section--bg-img .nse-read-more-host .nse-field-read-more__btn,
.nse-faq-dark-section .nse-read-more-host .nse-field-read-more__btn,
.cta-band .nse-read-more-host .nse-field-read-more__btn,
.cta-band .nse-field-read-more__btn,
.footer-band-areas.section-has-bg .nse-read-more-host .nse-field-read-more__btn,
.section:has(> .container > .section-eyebrow--light) .nse-read-more-host .nse-field-read-more__btn,
.section:has(> .section-bg-content .section-eyebrow--light) .nse-read-more-host .nse-field-read-more__btn {
  color: rgba(255, 255, 255, 0.92) !important;
}

.hero .nse-read-more-host .nse-field-read-more__btn:hover,
.hero .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.section--why-choose-band .nse-read-more-host .nse-field-read-more__btn:hover,
.section--why-choose-band .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.section-has-bg .nse-read-more-host .nse-field-read-more__btn:hover,
.section-has-bg .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.section-benefit.section-has-bg .nse-field-read-more__btn:hover,
.section-importance.section-has-bg .nse-field-read-more__btn:hover,
.section--bg-img .nse-field-read-more__btn:hover,
.section--overlay.section--bg-img .nse-read-more-host .nse-field-read-more__btn:hover,
.nse-faq-dark-section .nse-read-more-host .nse-field-read-more__btn:hover,
.cta-band .nse-read-more-host .nse-field-read-more__btn:hover,
.cta-band .nse-field-read-more__btn:hover,
.footer-band-areas.section-has-bg .nse-read-more-host .nse-field-read-more__btn:hover,
.section-benefit.section-has-bg .nse-field-read-more__btn:focus-visible,
.section-importance.section-has-bg .nse-field-read-more__btn:focus-visible,
.section--bg-img .nse-field-read-more__btn:focus-visible,
.section--overlay.section--bg-img .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.nse-faq-dark-section .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.cta-band .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.cta-band .nse-field-read-more__btn:focus-visible,
.footer-band-areas.section-has-bg .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.section:has(> .container > .section-eyebrow--light) .nse-read-more-host .nse-field-read-more__btn:hover,
.section:has(> .container > .section-eyebrow--light) .nse-read-more-host .nse-field-read-more__btn:focus-visible,
.section:has(> .section-bg-content .section-eyebrow--light) .nse-read-more-host .nse-field-read-more__btn:hover,
.section:has(> .section-bg-content .section-eyebrow--light) .nse-read-more-host .nse-field-read-more__btn:focus-visible {
  color: #fff !important;
  outline-color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 1.5rem, var(--nse-max));
  }

  .section {
    padding: 2.5rem 0;
  }

  .footer-band {
    padding: 2.5rem 0;
  }

  .footer-band.footer-band-areas {
    min-height: 280px;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .site-footer {
    padding: 3.5rem 0 2rem;
    min-height: auto;
  }

  .footer-band-areas.section-has-bg {
    min-height: 280px;
  }

  /* Header — top bar stacks; hamburger + collapsible nav */
  .header-top-bar__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.65rem 0;
    gap: 0.5rem;
  }

  .header-top-bar__social {
    justify-content: center;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-panel {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex: 1 1 100%;
    gap: 0.75rem;
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-top: 1px solid var(--nse-border);
  }

  .header-panel.is-open {
    display: flex;
  }

  .site-nav__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .site-nav li,
  .nav-item {
    border-bottom: 1px solid var(--nse-border);
  }

  .nav-item__row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .nav-item__link {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.65rem 0;
    font-size: 1rem;
  }

  .nav-submenu-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .nav-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 0;
    display: none;
    background: var(--nse-bg-alt, #f7f8fa);
  }

  .nav-item--dropdown.is-submenu-open > .nav-submenu {
    display: block;
  }

  .nav-item--dropdown:hover > .nav-submenu {
    display: none;
  }

  .nav-item--dropdown.is-submenu-open:hover > .nav-submenu {
    display: block;
  }

  .nav-submenu a {
    padding: 0.65rem 1rem 0.65rem 1.25rem;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--nse-border);
    font-size: 0.95rem;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.65rem 0;
    font-size: 1rem;
  }

  .site-nav a.active {
    color: var(--nse-primary);
  }

  .header-cta {
    width: 100%;
  }

  .header-cta .btn-phone {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .brand-logo {
    height: 52px;
    max-width: min(216px, 50vw);
  }

  .hero--home {
    min-height: 60vh;
    padding: 2.5rem 0;
  }

  .hero--interior {
    min-height: 35vh;
    padding: 2rem 0;
  }

  .hero h1 {
    font-size: clamp(1.5rem, 6vw, 2.25rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  /* Grids — single column */
  .nse-service-grid-root,
  .nse-service-grid-root--home,
  .nse-home-service-areas-grid.nse-service-grid-root,
  .feature-grid,
  .nse-why-choose-grid,
  .review-grid,
  .service-grid,
  .area-list,
  .footer-grid,
  .footer-grid-seo,
  .split-section,
  .contact-grid,
  .contact-split {
    grid-template-columns: 1fr;
  }

  .nse-area-services-grid .nse-loc-area-svc {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .section-area-services .nse-loc-area-svc__item,
.nse-area-services-grid .nse-loc-area-svc__item {
    padding: 18px 0;
    border-bottom: 1px dotted #c3c4c7;
  }

  .nse-area-services-grid .nse-loc-area-svc__item:last-child {
    border-bottom: none;
  }

  .split-section--area-why,
  .split-section--area-heartbeat,
  .split-section--area-landmarks {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section-area-heartbeat__img {
    height: min(280px, 55vw);
  }

  .section-area-landmarks__img {
    height: min(240px, 50vw);
  }

  .section-area-services .nse-loc-area-svc__media,
.nse-area-services-grid .nse-loc-area-svc__media {
    width: 96px;
    height: 96px;
  }

  .split-section--reverse {
    direction: ltr;
  }

  .contact-split-left,
  .contact-split-right {
    padding: 1.25rem;
  }

  .contact-split .map-embed,
  .footer-band-contact .map-embed,
  .contact-page-split .map-embed {
    height: 360px;
  }

  .contact-split .map-embed iframe,
  .footer-band-contact .map-embed iframe,
  .contact-page-split .map-embed iframe,
  .map-embed iframe {
    min-height: 0;
    height: 100%;
  }

  .area-directions-col .map-embed--directions iframe,
  .area-directions-col .map-embed iframe {
    min-height: 360px;
    height: 360px;
  }

  .section-area-hours-directions .map-embed--directions {
    width: 100%;
    min-width: 0;
  }

  /* Service cards */
  .nse-service-grid-card__media {
    height: 180px;
  }

  .nse-service-grid-scroll {
    max-height: none;
    overflow: visible;
  }

  /* Reviews carousel cards */
  .nse-contextual-reviews--carousel .nse-home-reviews__card {
    flex: 0 0 min(280px, 88vw);
  }

  /* FAQ touch targets */
  .niche-faq-factory .faq-question-btn {
    min-height: 44px;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Breadcrumbs */
  .nse-breadcrumbs,
  .breadcrumbs {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  .nse-breadcrumbs__sep {
    margin: 0 4px;
  }

  /* Silo nav */
  .nse-silo-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 1rem 0 1.5rem;
  }

  .nse-silo-nav__link:not(.btn-silo) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    text-align: center;
    border: 1px solid var(--nse-border);
    border-radius: var(--nse-radius);
    background: var(--nse-surface);
  }

  /* Preserve silo button colors on mobile (generic link rule above must not flatten them) */
  .nse-silo-nav--buttons .nse-silo-nav__link.btn-silo {
    background: var(--nse-accent);
    border-color: transparent;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  .nse-silo-nav--buttons .nse-silo-nav__link.btn-silo--next {
    background: var(--nse-primary);
  }

  /* Footer service areas */
  .footer-band-areas .nse-service-areas-list {
    gap: 8px 16px;
    justify-content: center;
  }

  .footer-band-areas .nse-service-areas-list__item {
    flex: 0 1 calc(50% - 8px);
    min-width: 0;
  }

  .nse-business-hours__row {
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0.65rem;
  }

  .footer-bottom {
    font-size: 0.8rem;
    padding-top: 0.85rem;
  }
}

/* Small phones — ≤480px */
@media (max-width: 480px) {
  .container {
    width: min(100% - 1rem, var(--nse-max));
  }

  body {
    font-size: 0.9375rem;
  }

  .section {
    padding: 2rem 0;
  }

  .hero--home {
    min-height: 55vh;
    padding: 2rem 0;
  }

  .hero--interior {
    min-height: 30vh;
    padding: 1.5rem 0;
  }

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

  .hero .lead {
    font-size: 0.95rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.7rem 1.1rem;
  }

  .section h2 {
    font-size: clamp(1.25rem, 5vw, 1.65rem);
  }

  .footer-band-areas .nse-service-areas-list__item {
    flex: 1 1 100%;
    justify-content: center;
  }

  .nse-service-grid-card__body {
    padding: 1.15rem;
  }

  .contact-split-left,
  .contact-split-right {
    padding: 1rem;
  }
}

/* Area/service silo CTAs — white label text (beats global `a { color: var(--nse-primary) }` + prose links) */
.section-area-welcome a.btn,
.section-area-welcome a.btn:hover,
.section-area-welcome a.btn:focus,
.section-area-welcome a.btn:focus-visible,
.section-area-hours-directions a.btn,
.section-area-hours-directions a.btn:hover,
.section-area-hours-directions a.btn:focus,
.section-area-hours-directions a.btn:focus-visible,
.section-area-why a.btn,
.section-area-why a.btn:hover,
.section-area-why a.btn:focus,
.section-area-why a.btn:focus-visible,
.nse-silo-nav--buttons a.btn,
.nse-silo-nav--buttons a.btn:hover,
.nse-silo-nav--buttons a.btn:focus,
.nse-silo-nav--buttons a.btn:focus-visible,
.nse-silo-nav--buttons .nse-silo-nav__link,
.nse-silo-nav--buttons .nse-silo-nav__link:hover,
.nse-silo-nav--buttons .nse-silo-nav__link:focus,
.nse-silo-nav--buttons .nse-silo-nav__link:focus-visible,
.area-welcome-actions a.btn,
.area-welcome-actions a.btn:hover,
.area-welcome-actions a.btn:focus,
.area-welcome-actions a.btn:focus-visible,
.section-area-welcome .prose a.btn,
.section-area-welcome .prose a.btn:hover,
.section-area-welcome .prose a.btn:focus,
.section-area-welcome .prose a.btn:focus-visible,
.section-area-welcome .area-welcome-content a.btn,
.section-area-welcome .area-welcome-content a.btn:hover,
.section-area-welcome .area-welcome-content a.btn:focus,
.section-area-welcome .area-welcome-content a.btn:focus-visible,
a.btn-primary,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:focus-visible,
a.btn-secondary,
a.btn-secondary:hover,
a.btn-secondary:focus,
a.btn-secondary:focus-visible,
a.btn-silo,
a.btn-silo:hover,
a.btn-silo:focus,
a.btn-silo:focus-visible,
a.btn-silo--next,
a.btn-silo--next:hover,
a.btn-silo--next:focus,
a.btn-silo--next:focus-visible,
a.btn-phone,
a.btn-phone:hover,
a.btn-phone:focus,
a.btn-phone:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Footer Quick Links + Contact Us — white text/icons (beats global primary link color) */
.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li::marker {
  color: var(--nse-primary);
}

.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li a:not(.btn):not([class*="btn-"]) {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li a:not(.btn):not([class*="btn-"]):hover,
.site-footer .footer-grid.footer-grid-seo ul:not(.footer-icon-list) li a:not(.btn):not([class*="btn-"]):focus-visible {
  color: #fff;
  text-decoration: underline;
}

.site-footer .footer-grid.footer-grid-seo .footer-icon-list li,
.site-footer .footer-grid.footer-grid-seo .footer-icon-list li a:not(.btn):not([class*="btn-"]) {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.site-footer .footer-grid.footer-grid-seo .footer-icon-list li a:not(.btn):not([class*="btn-"]):hover,
.site-footer .footer-grid.footer-grid-seo .footer-icon-list li a:not(.btn):not([class*="btn-"]):focus-visible {
  color: #fff;
  text-decoration: underline;
}

.site-footer .footer-grid.footer-grid-seo .footer-icon-list i,
.site-footer .footer-grid.footer-grid-seo .footer-icon-list .nse-icon {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer .footer-grid.footer-grid-seo .footer-icon-list li a:not(.btn):not([class*="btn-"]):hover i,
.site-footer .footer-grid.footer-grid-seo .footer-icon-list li a:not(.btn):not([class*="btn-"]):focus-visible i {
  color: #fff;
}
