:root {
  --navy: #050505;
  --navy-soft: #161616;
  --evergreen: #0b2734;
  --green: #0d3541;
  --leaf: #126d78;
  --sky: #5fd2dc;
  --sky-deep: #2aaab9;
  --sky-ink: #126d78;
  --logo-navy: #050832;
  --sun: #0d3541;
  --flower: #050832;
  --sun-soft: rgba(5, 8, 50, 0.1);
  --flower-soft: rgba(13, 53, 65, 0.1);
  --evergreen-soft: rgba(23, 60, 43, 0.1);
  --sky-soft: rgba(95, 210, 220, 0.18);
  --sky-line: rgba(42, 170, 185, 0.18);
  --sky-glow: rgba(42, 170, 185, 0.2);
  --paper: #ffffff;
  --cream: #ffffff;
  --stone: #e8e8df;
  --ink: #080808;
  --muted: #3f3f3f;
  --white: #ffffff;
  --line: rgba(0, 0, 0, 0.14);
  --shadow-soft: 0 22px 60px rgba(0, 0, 0, 0.11);
  --shadow-deep: 0 34px 90px rgba(0, 0, 0, 0.2);
  --brand-stripe: linear-gradient(90deg, var(--logo-navy), #0d3541 48%, var(--sky-ink) 100%);
  --brand-dark-gradient: linear-gradient(135deg, var(--logo-navy), #0d3541 52%, var(--evergreen));
  --font-sans: "Instrument Sans", Arial, sans-serif;
  --font-display: "Instrument Sans", Arial, sans-serif;
  --radius: 3px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-sans);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

section[id],
footer[id] {
  scroll-margin-top: 116px;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
  font-family: var(--font-sans);
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.08), rgba(95, 210, 220, 0) 28%),
    radial-gradient(circle at 12% 0%, rgba(95, 210, 220, 0.13), rgba(95, 210, 220, 0) 34%),
    linear-gradient(180deg, rgba(5, 8, 50, 0.97), rgba(5, 8, 50, 0.9)),
    var(--brand-dark-gradient);
  border-bottom: 1px solid rgba(95, 210, 220, 0.22);
  box-shadow: 0 18px 48px rgba(5, 8, 50, 0.26), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(130%);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.08), rgba(95, 210, 220, 0) 28%),
    radial-gradient(circle at 12% 0%, rgba(95, 210, 220, 0.13), rgba(95, 210, 220, 0) 34%),
    linear-gradient(180deg, rgba(5, 8, 50, 0.97), rgba(5, 8, 50, 0.9)),
    var(--brand-dark-gradient);
  border-bottom: 1px solid rgba(95, 210, 220, 0.22);
  box-shadow: 0 18px 48px rgba(5, 8, 50, 0.26), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(130%);
}

.site-header.is-scrolled .site-nav {
  background:
    linear-gradient(135deg, rgba(95, 210, 220, 0.14), rgba(255, 255, 255, 0.02) 45%),
    rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled .brand img {
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.34));
}

.site-header.is-scrolled .site-nav > a,
.site-header.is-scrolled .nav-trigger {
  color: rgba(255, 255, 255, 0.9);
}

.site-header.is-scrolled .site-nav > a:hover,
.site-header.is-scrolled .nav-trigger:hover,
.site-header.is-scrolled .nav-group.open > .nav-trigger,
.site-header.is-scrolled .nav-group:focus-within > .nav-trigger {
  color: var(--white);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: inset 0 0 0 1px rgba(95, 210, 220, 0.24);
}

.site-header.is-scrolled .menu-toggle {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(95, 210, 220, 0.28);
}

.site-header.is-scrolled .menu-toggle span {
  background: var(--white);
}

.site-header.nav-open {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(5, 8, 50, 0.12);
  box-shadow: 0 14px 42px rgba(5, 8, 50, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(130%);
}

.site-header.nav-open .site-nav > a,
.site-header.nav-open .nav-trigger {
  color: rgba(5, 8, 50, 0.86);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 42px);
  width: min(1360px, calc(100% - clamp(28px, 6vw, 96px)));
  min-height: 104px;
  margin: 0 auto;
  padding: 12px 0;
}

.brand {
  display: inline-grid;
  width: clamp(78px, 8vw, 112px);
  place-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  filter: drop-shadow(0 10px 22px rgba(5, 8, 50, 0.22));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-height: 56px;
  padding: 7px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(95, 210, 220, 0.14), rgba(255, 255, 255, 0.02) 45%),
    rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(126%);
}

.site-nav > a,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.79rem;
  font-weight: 760;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-nav > a:focus,
.nav-trigger:focus,
.dropdown-column a:focus,
.dropdown-cta:focus {
  outline: none;
}

.site-nav > a:focus-visible,
.nav-trigger:focus-visible,
.dropdown-column a:focus-visible,
.dropdown-cta:focus-visible {
  outline: 2px solid rgba(42, 170, 185, 0.44);
  outline-offset: 3px;
}

.site-nav > a:hover,
.nav-trigger:hover,
.nav-group.open > .nav-trigger,
.nav-group:focus-within > .nav-trigger {
  color: var(--white);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: inset 0 0 0 1px rgba(95, 210, 220, 0.24);
}

.nav-trigger::after {
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.site-nav > .nav-cta {
  color: var(--logo-navy) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 251, 252, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 30px rgba(5, 8, 50, 0.2) !important;
  font-weight: 800;
  letter-spacing: 0.005em;
}

.nav-group {
  position: relative;
}

.dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  z-index: 20;
  width: min(560px, calc(100vw - 48px));
  padding: 0;
  overflow: hidden;
  color: var(--navy);
  background:
    radial-gradient(circle at 12% 0%, rgba(95, 210, 220, 0.11), rgba(95, 210, 220, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 252, 249, 0.99));
  border: 1px solid rgba(5, 8, 50, 0.16);
  border-radius: var(--radius);
  box-shadow:
    0 34px 86px rgba(5, 8, 50, 0.22),
    0 14px 32px rgba(5, 8, 50, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.dropdown::before {
  display: block;
  height: 5px;
  background: var(--brand-stripe);
  content: "";
}

.site-nav > .nav-group:nth-of-type(3) .dropdown {
  right: 0;
  left: auto;
}

.nav-group:hover .dropdown,
.nav-group:focus-within .dropdown,
.nav-group.open .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-intro {
  margin: 0;
  padding: 22px 24px 17px;
  background:
    linear-gradient(90deg, rgba(5, 8, 50, 0.035), rgba(95, 210, 220, 0.07), rgba(255, 255, 255, 0));
  border-bottom: 1px solid rgba(5, 8, 50, 0.1);
}

.dropdown-intro span,
.dropdown-label,
.local-area-panel > span,
.gallery-card span {
  display: block;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dropdown-intro span {
  color: var(--logo-navy);
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.005em;
  line-height: 1.2;
  text-transform: none;
}

.dropdown-intro p {
  width: min(420px, 100%);
  margin: 7px 0 0;
  color: rgba(8, 8, 8, 0.62);
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 520;
  line-height: 1.6;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 16px 24px 10px;
}

.dropdown-column {
  display: grid;
  align-content: start;
  gap: 0;
}

.dropdown-column + .dropdown-column {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(5, 8, 50, 0.1);
}

.dropdown-label {
  margin-bottom: 10px;
  color: var(--sky-ink);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.dropdown-column a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 28px 0 0;
  color: rgba(8, 8, 8, 0.84);
  background: transparent;
  border-top: 1px solid rgba(5, 8, 50, 0.075);
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: 0.87rem;
  font-weight: 690;
  letter-spacing: 0.005em;
  line-height: 1.28;
  transition: color 160ms ease, padding 160ms ease;
}

.dropdown-column a::after {
  position: absolute;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.36;
  transform: rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.dropdown-column a:hover {
  color: var(--logo-navy);
  padding-left: 7px;
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.09), rgba(255, 255, 255, 0));
}

.dropdown-column a:hover::after {
  opacity: 0.75;
  transform: translateX(2px) rotate(45deg);
}

.dropdown-cta,
.footer-cta,
.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dropdown-cta {
  width: 100%;
  min-height: 52px;
  justify-content: space-between;
  margin-top: 6px;
  padding: 0 24px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.12), rgba(255, 255, 255, 0.02)),
    var(--brand-dark-gradient);
  border-top: 1px solid rgba(5, 8, 50, 0.12);
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.dropdown-cta::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.55;
  transform: rotate(45deg);
}

.menu-toggle,
.mobile-nav-brand {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 820;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.path-card:hover,
.service-page-card:hover,
.area-card:hover {
  transform: translateY(-3px);
}

.button.primary {
  color: var(--white);
  background: var(--brand-dark-gradient);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 42px rgba(5, 8, 50, 0.28);
}

.button.primary:hover {
  background: linear-gradient(135deg, #071044, #0d3541 62%, #126d78);
  box-shadow: 0 22px 52px rgba(5, 8, 50, 0.34);
}

.button.secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(42, 170, 185, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.section,
.service-section,
.area-directory,
.area-content,
.area-details,
.area-nearby,
.area-cta {
  padding: clamp(76px, 9vw, 132px) clamp(22px, 5vw, 76px);
}

.section-heading,
.service-section-heading {
  width: min(860px, 100%);
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.06;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 5vw, 5.6rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.1rem);
}

h3 {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 760;
  line-height: 1.28;
}

p {
  color: var(--muted);
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  isolation: isolate;
}

.hero-carousel,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-carousel {
  z-index: -3;
}

.hero-slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.06);
  animation: heroFade 18s infinite;
}

.slide-one {
  background-image: url("assets/hero-premium-front-entry.png");
}

.slide-two {
  background-image: url("assets/hero-premium-garden-living.png");
  animation-delay: 6s;
}

.slide-three {
  background-image: url("assets/hero-premium-residential-estate.png");
  animation-delay: 12s;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(5, 8, 50, 0.5), rgba(5, 8, 50, 0.08) 34%, rgba(5, 8, 50, 0.62)),
    radial-gradient(circle at 49% 42%, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08) 34%, transparent 64%),
    radial-gradient(circle at 76% 68%, rgba(95, 210, 220, 0.1), rgba(95, 210, 220, 0) 34%),
    radial-gradient(circle at 18% 74%, rgba(5, 8, 50, 0.18), rgba(5, 8, 50, 0) 38%);
}

.home-hero-content {
  display: grid;
  justify-items: center;
  width: min(820px, calc(100% - 36px));
  padding-top: 80px;
  text-align: center;
}

.hero-wordmark-frame {
  position: relative;
  width: min(650px, 78vw);
  padding: 8px 10px 4px;
  isolation: isolate;
}

.hero-wordmark-frame::before {
  position: absolute;
  inset: -18px -32px -16px;
  z-index: -1;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(ellipse at center, rgba(95, 210, 220, 0.16), rgba(95, 210, 220, 0) 68%);
  border-radius: var(--radius);
  content: "";
  filter: blur(1px);
}

.hero-wordmark {
  width: 100%;
  filter:
    drop-shadow(1px 0 0 rgba(5, 8, 50, 0.92))
    drop-shadow(-1px 0 0 rgba(5, 8, 50, 0.92))
    drop-shadow(0 1px 0 rgba(5, 8, 50, 0.92))
    drop-shadow(0 -1px 0 rgba(5, 8, 50, 0.72))
    drop-shadow(0 12px 26px rgba(0, 0, 0, 0.32));
}

.home-hero-content p {
  margin: 10px 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.neighborhood-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 74px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.1), rgba(95, 210, 220, 0) 24%),
    linear-gradient(90deg, rgba(5, 8, 50, 0.96), rgba(23, 60, 43, 0.94) 52%, rgba(5, 8, 50, 0.96));
  border-top: 1px solid rgba(95, 210, 220, 0.24);
  backdrop-filter: blur(12px);
}

.neighborhood-strip > span {
  display: grid;
  min-width: 260px;
  height: 100%;
  padding: 0 28px;
  place-items: center;
  color: var(--sky);
  background: rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ticker-track {
  overflow: hidden;
}

.ticker-row {
  display: flex;
  width: max-content;
  animation: ticker 35s linear infinite;
}

.ticker-row a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  padding: 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-row a::after {
  position: absolute;
  right: -2px;
  width: 4px;
  height: 4px;
  background: var(--sky-ink);
  border-radius: 999px;
  content: "";
  opacity: 0.55;
}

.path-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 22%, rgba(5, 8, 50, 0.08), rgba(5, 8, 50, 0) 22%),
    radial-gradient(circle at 92% 18%, rgba(95, 210, 220, 0.13), rgba(95, 210, 220, 0) 24%),
    radial-gradient(circle at 50% 100%, rgba(13, 53, 65, 0.08), rgba(13, 53, 65, 0) 38%),
    linear-gradient(180deg, var(--white) 0%, #fbfdf9 48%, #f8fbf4 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.path-section::before {
  position: absolute;
  top: 0;
  right: clamp(22px, 5vw, 76px);
  left: clamp(22px, 5vw, 76px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--logo-navy), #0d3541, var(--sky-ink), transparent);
  content: "";
}

.path-section::after {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 0;
  left: clamp(22px, 5vw, 76px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(5, 8, 50, 0.22), rgba(18, 109, 120, 0.2), transparent);
  content: "";
}

.path-section h1 {
  font-size: clamp(2.35rem, 3.9vw, 4.25rem);
  white-space: nowrap;
}

.path-heading {
  width: min(1120px, 100%);
}

.path-heading p:not(.eyebrow) {
  width: min(610px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.02rem;
}

.path-heading .eyebrow {
  color: var(--sky-ink);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(525px, 42vw, 590px);
  padding: clamp(248px, 22vw, 292px) 0 0;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--white) 0%, rgba(255, 255, 255, 0.94) 62%, var(--path-accent-soft) 100%),
    var(--white);
  border: 1px solid var(--path-accent-line);
  border-radius: var(--radius);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  isolation: isolate;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.path-card::before,
.path-card::after {
  position: absolute;
  content: "";
}

.path-card::before {
  inset: 0 0 auto;
  z-index: -2;
  height: clamp(236px, 21vw, 286px);
  background-image: var(--path-image);
  background-position: var(--path-image-position, center);
  background-size: cover;
  transition: transform 600ms ease;
}

.path-card:hover::before {
  transform: scale(1.04);
}

.path-card::after {
  z-index: -1;
  inset: 0 0 auto;
  height: clamp(236px, 21vw, 286px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.42)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), var(--path-image-wash), rgba(0, 0, 0, 0.12));
}

.path-card:hover {
  border-color: var(--path-accent-hover);
  box-shadow:
    0 30px 86px var(--path-accent-shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

.residential-card {
  --path-accent: #0d3541;
  --path-accent-deep: var(--logo-navy);
  --path-accent-soft: rgba(5, 8, 50, 0.055);
  --path-accent-line: rgba(5, 8, 50, 0.17);
  --path-accent-hover: rgba(5, 8, 50, 0.28);
  --path-accent-shadow: rgba(5, 8, 50, 0.14);
  --path-image-wash: rgba(5, 8, 50, 0.18);
  --path-image: url("assets/services/client-front-foundation-mulch.jpg");
  --path-image-position: center 46%;
}

.commercial-card {
  --path-accent: var(--logo-navy);
  --path-accent-deep: var(--logo-navy);
  --path-accent-soft: rgba(5, 8, 50, 0.06);
  --path-accent-line: rgba(5, 8, 50, 0.18);
  --path-accent-hover: rgba(5, 8, 50, 0.28);
  --path-accent-shadow: rgba(5, 8, 50, 0.14);
  --path-image-wash: rgba(5, 8, 50, 0.18);
  --path-image: url("assets/services/generated-commercial-property-landscape.jpg");
  --path-image-position: center 52%;
}

.path-card span {
  position: absolute;
  top: clamp(22px, 3vw, 30px);
  left: clamp(22px, 3vw, 30px);
  z-index: 1;
  display: inline-flex;
  width: max-content;
  min-height: 34px;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  color: var(--white);
  background: rgba(5, 8, 50, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.path-card strong {
  position: relative;
  display: block;
  width: min(485px, calc(100% - clamp(48px, 8vw, 76px)));
  margin: clamp(26px, 3vw, 34px) auto 22px;
  padding-bottom: 18px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.58rem, 2.2vw, 2.16rem);
  line-height: 1.12;
}

.path-card strong::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(92px, 32%);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--path-accent), transparent);
  content: "";
  transform: translateX(-50%);
}

.path-card ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: auto;
  margin: 0 clamp(26px, 4vw, 42px);
  padding: 0;
  color: var(--ink);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  list-style: none;
}

.path-card li {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 13px 14px 13px 30px;
  background: rgba(255, 255, 255, 0.56);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: left;
}

.path-card li::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  background: var(--path-accent);
  content: "";
  opacity: 0.9;
  transform: translateY(-50%);
}

.path-card li:nth-child(1),
.path-card li:nth-child(2) {
  border-top: 0;
}

.path-card li:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.path-card li:nth-child(3n + 2)::before {
  background: var(--path-accent);
}

.path-card li:nth-child(3n + 3)::before {
  background: var(--path-accent);
}

.path-card em {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: calc(100% - clamp(48px, 8vw, 76px));
  min-height: 52px;
  margin: auto auto clamp(26px, 4vw, 36px);
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--path-accent-deep), var(--path-accent));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px var(--path-accent-shadow);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.path-card em::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.62;
  transform: rotate(45deg);
  transition: transform 160ms ease, opacity 160ms ease;
}

.path-card:hover em::after {
  opacity: 1;
  transform: translateX(3px) rotate(45deg);
}

.local-section,
.consultation-section,
.service-intent-split,
.service-material-showcase,
.service-commercial-standard,
.service-craft-detail,
.service-winter-priority,
.service-before-after,
.service-photo-note,
.service-local,
.area-content {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
}

.local-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(5, 8, 50, 0.07), rgba(5, 8, 50, 0) 22%),
    radial-gradient(circle at 88% 18%, rgba(95, 210, 220, 0.12), rgba(95, 210, 220, 0) 28%),
    linear-gradient(90deg, var(--white) 0%, var(--white) 55%, rgba(5, 8, 50, 0.048) 55%, rgba(95, 210, 220, 0.032) 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.local-section::before {
  position: absolute;
  top: 0;
  right: clamp(22px, 5vw, 76px);
  left: clamp(22px, 5vw, 76px);
  height: 3px;
  background: var(--brand-stripe);
  content: "";
}

.local-copy {
  width: min(720px, 100%);
}

.local-copy > p:not(.eyebrow) {
  width: min(640px, 100%);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.about-experience-line {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 0;
  border-top: 3px solid var(--logo-navy);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.about-experience-line strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.about-experience-line span {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.about-simple-list {
  display: grid;
  gap: 0;
  margin-top: clamp(22px, 3vw, 34px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.about-simple-list div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding: 18px 0;
}

.about-simple-list div + div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-simple-list span,
.service-page-card span,
.area-card span,
.service-blueprint-grid span,
.service-flow-grid span,
.service-rhythm-timeline span,
.service-operations-grid span,
.service-season-cards span,
.service-detail-matrix span,
.service-winter-note span,
.area-details span {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-weight: 820;
}

.about-simple-list span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0;
  color: var(--sky-ink);
  background: transparent;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.about-simple-list strong {
  color: var(--navy);
  font-weight: 820;
}

.about-simple-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.about-photo-panel {
  display: grid;
  gap: 18px;
}

.about-photo-frame {
  position: relative;
  min-height: clamp(420px, 42vw, 600px);
  margin: 0;
  overflow: hidden;
  background: #f4f4ef;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: var(--radius);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.12);
}

.about-photo-frame::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 50, 0), rgba(5, 8, 50, 0.16)),
    linear-gradient(90deg, rgba(5, 8, 50, 0.14), rgba(18, 109, 120, 0.08), rgba(5, 8, 50, 0));
  content: "";
  pointer-events: none;
}

.about-photo-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 52%;
}

.about-photo-note {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px 0 0;
  border-top: 3px solid var(--logo-navy);
}

.about-photo-note span {
  color: var(--sky-ink);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-photo-note p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.52;
}

@keyframes facebookReviewShellRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

@keyframes facebookReviewCardRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes facebookReviewMeterFill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes facebookReviewPanelSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  16% {
    opacity: 0.34;
  }

  44%,
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

.facebook-review-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(70px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 112px);
  background:
    radial-gradient(circle at 8% 10%, rgba(95, 210, 220, 0.12), rgba(95, 210, 220, 0) 22%),
    linear-gradient(180deg, var(--white) 0%, #fbfcfd 64%, rgba(5, 8, 50, 0.06) 100%);
  border-top: 1px solid rgba(5, 8, 50, 0.09);
  border-bottom: 1px solid rgba(5, 8, 50, 0.1);
  isolation: isolate;
}

.facebook-review-section::before {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 32%;
  background:
    linear-gradient(135deg, rgba(5, 8, 50, 0.08), rgba(13, 53, 65, 0.045));
  content: "";
  opacity: 0.64;
  pointer-events: none;
}

.facebook-review-section::after {
  position: absolute;
  right: clamp(-50px, 2vw, 30px);
  bottom: clamp(22px, 5vw, 72px);
  z-index: -1;
  width: clamp(260px, 26vw, 400px);
  aspect-ratio: 1;
  background: url("assets/mercer-logo.png") center / contain no-repeat;
  content: "";
  opacity: 0.034;
  pointer-events: none;
}

.reviews-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: end;
  width: min(1120px, 100%);
  margin: 0 auto 28px;
}

.reviews-intro h2 {
  max-width: 660px;
  margin-bottom: 0;
  font-size: clamp(2.15rem, 3.2vw, 3.55rem);
}

.reviews-intro p {
  margin-bottom: 0;
  color: var(--muted);
  max-width: 470px;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.7;
}

.facebook-review-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 253, 0.98)),
    var(--white);
  border: 1px solid rgba(5, 8, 50, 0.16);
  border-radius: var(--radius);
  box-shadow:
    0 30px 82px rgba(5, 8, 50, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  animation: facebookReviewShellRise 700ms ease-out both;
}

.facebook-review-shell::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 4px;
  background: linear-gradient(90deg, var(--logo-navy), #0d3541 74%, var(--sky-ink));
  content: "";
}

.facebook-review-shell::after {
  display: none;
}

.facebook-review-scorecard {
  position: relative;
  display: grid;
  min-height: 100%;
  align-content: start;
  gap: 18px;
  padding: 44px 32px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(95, 210, 220, 0.18), rgba(95, 210, 220, 0) 35%),
    linear-gradient(160deg, #0d3541 0%, var(--logo-navy) 68%, #040626 100%);
}

.facebook-review-scorecard::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  content: "";
  pointer-events: none;
}

.facebook-review-scorecard::after {
  position: absolute;
  right: -74px;
  bottom: -80px;
  width: 230px;
  aspect-ratio: 1;
  background: url("assets/mercer-logo.png") center / contain no-repeat;
  content: "";
  opacity: 0.055;
  pointer-events: none;
}

.facebook-review-score-top,
.facebook-review-lockup,
.facebook-review-scorecard p,
.facebook-review-scorecard .text-link,
.facebook-review-stars,
.facebook-review-meter {
  position: relative;
  z-index: 1;
}

.facebook-review-score-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.facebook-review-score-top > span:last-child,
.facebook-review-lockup > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.facebook-review-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: #1877f2;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 820;
  line-height: 1;
}

.facebook-review-lockup {
  display: grid;
  gap: 8px;
}

.facebook-review-scorecard strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 3vw, 3.25rem);
  line-height: 0.98;
}

.facebook-review-stars {
  color: var(--sky);
  font-size: 1.02rem;
  letter-spacing: 0.1em;
}

.facebook-review-meter {
  overflow: hidden;
  width: min(100%, 180px);
  height: 4px;
  background: rgba(255, 255, 255, 0.16);
}

.facebook-review-meter span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--sky), rgba(255, 255, 255, 0.88));
  transform-origin: left;
  animation: facebookReviewMeterFill 900ms 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.facebook-review-scorecard p {
  max-width: 225px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.62;
}

.facebook-review-scorecard .text-link {
  align-self: start;
  margin-top: 10px;
  color: var(--white);
}

.facebook-review-cards {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--white);
}

.facebook-review-card {
  position: relative;
  display: grid;
  min-height: 0;
  align-content: space-between;
  gap: 16px;
  padding: 28px clamp(26px, 4vw, 42px);
  overflow: hidden;
  background: var(--white);
  border-bottom: 1px solid rgba(5, 8, 50, 0.1);
  animation: facebookReviewCardRise 700ms ease-out both;
  animation-delay: calc(120ms + (var(--review-index, 0) * 90ms));
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.facebook-review-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(90deg, var(--logo-navy), var(--sky-ink));
  content: "";
  opacity: 0.48;
}

.facebook-review-card:hover {
  z-index: 2;
  background: var(--white);
  box-shadow: 0 24px 48px rgba(5, 8, 50, 0.12);
  transform: translateY(-5px);
}

.facebook-review-card.is-featured-review {
  grid-row: auto;
  padding-top: 36px;
  padding-bottom: 32px;
}

.facebook-review-card:last-child {
  border-bottom: 0;
}

.facebook-review-card + .facebook-review-card {
  border-left: 0;
}

.facebook-review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.facebook-review-card-top > span {
  padding: 7px 9px;
  color: var(--logo-navy);
  background: rgba(95, 210, 220, 0.09);
  border: 1px solid rgba(42, 170, 185, 0.17);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.facebook-review-card .facebook-review-stars {
  color: var(--sky-ink);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.facebook-review-quote-mark {
  position: absolute;
  top: 28px;
  right: 32px;
  z-index: -1;
  color: rgba(5, 8, 50, 0.035);
  font-family: var(--font-display);
  font-size: 5.4rem;
  font-weight: 850;
  line-height: 1;
}

.facebook-review-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(8, 8, 8, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.facebook-review-card.is-featured-review p {
  color: rgba(8, 8, 8, 0.82);
  font-family: var(--font-display);
  font-size: clamp(1.13rem, 1.42vw, 1.34rem);
  font-weight: 700;
  line-height: 1.48;
}

.facebook-review-card.is-supporting-review {
  gap: 14px;
}

.facebook-review-card.is-supporting-review p {
  max-width: 640px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.facebook-review-author {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.facebook-review-author > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 35% 22%, rgba(95, 210, 220, 0.35), rgba(95, 210, 220, 0) 42%),
    var(--logo-navy);
  border: 1px solid rgba(5, 8, 50, 0.18);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 820;
}

.facebook-review-author strong,
.facebook-review-author small {
  display: block;
}

.facebook-review-author strong {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 820;
}

.facebook-review-author small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.local-links,
.area-links,
.service-geo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.local-links a,
.area-links a,
.service-geo-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(42, 170, 185, 0.18);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 800;
}

.local-area-panel .local-links a {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.local-area-panel .local-links a:hover {
  color: var(--logo-navy);
  background: var(--sky);
  border-color: transparent;
}

.consultation-section {
  position: relative;
  align-items: start;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(95, 210, 220, 0.13), rgba(95, 210, 220, 0) 24%),
    radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 76% 74%, rgba(18, 109, 120, 0.16), rgba(18, 109, 120, 0) 34%),
    var(--brand-dark-gradient);
  isolation: isolate;
}

.consultation-section::before {
  position: absolute;
  top: 0;
  right: clamp(22px, 5vw, 76px);
  left: clamp(22px, 5vw, 76px);
  height: 3px;
  background: var(--brand-stripe);
  content: "";
}

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

.consultation-section .consultation-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.consultation-form {
  display: grid;
  gap: 15px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--white);
  border: 1px solid rgba(95, 210, 220, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(5, 8, 50, 0.22);
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: var(--radius);
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(95, 210, 220, 0.2);
  border-color: var(--sky-deep);
}

textarea {
  resize: vertical;
}

.service-hero,
.area-hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 54vw, 650px);
  padding: 158px clamp(22px, 5vw, 76px) 76px;
  overflow: hidden;
  align-items: end;
  isolation: isolate;
}

.service-hero::before,
.area-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 8, 50, 0.84), rgba(5, 8, 50, 0.36), rgba(5, 8, 50, 0.04)),
    radial-gradient(circle at 64% 42%, rgba(95, 210, 220, 0.16), rgba(95, 210, 220, 0) 40%),
    var(--service-hero-image, url("assets/hero-premium-front-entry.png"));
  background-position: var(--service-hero-position, center);
  background-size: cover;
  content: "";
}

.service-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 8, 50, 0.82) 0%, rgba(5, 8, 50, 0.54) 40%, rgba(5, 8, 50, 0.08) 78%),
    linear-gradient(180deg, rgba(5, 8, 50, 0.08) 0%, rgba(5, 8, 50, 0.7) 100%),
    radial-gradient(circle at 70% 32%, rgba(95, 210, 220, 0.18), rgba(95, 210, 220, 0) 42%),
    var(--service-hero-image, url("assets/hero-premium-front-entry.png"));
  background-position: var(--service-hero-position, center);
  background-size: cover;
}

.service-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(95, 210, 220, 0.9), transparent);
  content: "";
}

.area-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 8, 50, 0.84), rgba(5, 8, 50, 0.38), rgba(5, 8, 50, 0.1)),
    radial-gradient(circle at 68% 42%, rgba(95, 210, 220, 0.16), rgba(95, 210, 220, 0) 40%),
    url("assets/hero-premium-garden-living.png");
  background-position: center;
  background-size: cover;
}

.area-hub-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 8, 50, 0.84) 0%, rgba(5, 8, 50, 0.58) 42%, rgba(5, 8, 50, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 8, 50, 0.04), rgba(5, 8, 50, 0.66)),
    radial-gradient(circle at 72% 30%, rgba(95, 210, 220, 0.18), rgba(95, 210, 220, 0) 38%),
    url("assets/services/landscape-design-installation-hero-v2.png");
  background-position: center;
  background-size: cover;
}

.area-hub-hero::after {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 0;
  left: clamp(22px, 5vw, 76px);
  height: 3px;
  background: linear-gradient(90deg, var(--sky), var(--sky-deep), rgba(255, 255, 255, 0));
  content: "";
}

.service-hero-copy,
.area-hero > div {
  width: min(760px, 100%);
}

.service-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  width: min(1240px, 100%);
}

.area-hub-hero > .area-hub-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  width: min(1220px, 100%);
}

.service-hero-copy {
  position: relative;
  max-width: 760px;
  padding-left: clamp(18px, 2.2vw, 28px);
  border-left: 2px solid rgba(95, 210, 220, 0.72);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.service-hero-note {
  align-self: end;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(5, 8, 50, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(5, 8, 50, 0.28);
  backdrop-filter: blur(16px) saturate(135%);
}

.service-hero-note span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-hero-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  line-height: 1.58;
}

.service-page .eyebrow {
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.service-page h1,
.service-page h2,
.service-page h3 {
  text-rendering: geometricPrecision;
}

.area-hub-hero-copy {
  position: relative;
  max-width: 780px;
  padding-left: clamp(18px, 2.2vw, 30px);
  border-left: 2px solid rgba(95, 210, 220, 0.76);
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.service-hero h1,
.service-hero p,
.service-hero .eyebrow,
.area-hero h1,
.area-hero p,
.area-hero .eyebrow {
  color: var(--white);
}

.service-hero p,
.area-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.area-hub-hero h1 {
  max-width: 850px;
  font-size: clamp(3rem, 5.4vw, 5.35rem);
  line-height: 0.98;
  text-wrap: balance;
}

.area-hub-hero p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
}

.service-hero .eyebrow {
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.service-hero h1 {
  max-width: 740px;
  margin-bottom: 18px;
  font-family: var(--font-sans);
  font-size: clamp(2.85rem, 5vw, 4.75rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
}

.service-hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.2vw, 1.13rem);
  font-weight: 520;
  line-height: 1.72;
}

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

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

.service-hero .button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.area-hub-hero .button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.area-hub-note {
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(5, 8, 50, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px) saturate(120%);
}

.area-hub-note span {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.area-hub-note ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-hub-note li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.48;
}

.area-hub-note li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--sky);
  content: "";
}

.service-section,
.area-directory,
.area-content,
.area-details,
.area-nearby,
.area-cta {
  background: var(--white);
}

.service-section:nth-of-type(even),
.area-content,
.area-nearby {
  background:
    linear-gradient(135deg, rgba(95, 210, 220, 0.08), rgba(255, 255, 255, 0.94) 42%, rgba(107, 179, 74, 0.07)),
    var(--white);
  border-top: 1px solid rgba(42, 170, 185, 0.13);
  border-bottom: 1px solid rgba(47, 107, 63, 0.12);
}

.service-image-panel {
  display: grid;
  min-height: 440px;
  overflow: hidden;
  place-items: end start;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(5, 8, 50, 0.08), rgba(5, 8, 50, 0.68)),
    radial-gradient(circle at 72% 24%, rgba(95, 210, 220, 0.18), rgba(95, 210, 220, 0) 40%),
    var(--service-section-image, url("assets/hero-premium-front-entry.png"));
  background-position: var(--service-section-position, center);
  background-size: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.service-image-panel span {
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-blueprint-grid,
.service-page-card-grid,
.area-card-grid,
.service-flow-grid,
.service-rhythm-timeline,
.service-operations-grid,
.service-season-cards,
.service-detail-matrix,
.service-winter-note,
.service-faq-grid,
.area-details,
.service-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-page-card,
.area-card,
.service-blueprint-grid article,
.service-flow-grid article,
.service-rhythm-timeline article,
.service-operations-grid article,
.service-season-cards article,
.service-detail-matrix article,
.service-winter-note article,
.area-details article,
.service-faq-grid article,
.service-standards-grid article {
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(180deg, var(--white), rgba(95, 210, 220, 0.035)),
    var(--white);
  border: 1px solid rgba(42, 170, 185, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.06);
}

.service-page-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  padding-top: 232px;
}

.service-page-card::before,
.service-page-card::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 204px;
  content: "";
}

.service-page-card::before {
  top: 0;
  background-image: var(--service-card-image);
  background-position: var(--service-card-position, center);
  background-size: cover;
  transition: transform 600ms ease;
}

.service-page-card::after {
  top: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 50, 0.02), rgba(5, 8, 50, 0.42)),
    linear-gradient(90deg, rgba(18, 109, 120, 0.2), rgba(18, 109, 120, 0));
}

.service-page-card:hover::before {
  transform: scale(1.04);
}

.service-page-card span,
.service-page-card strong,
.service-page-card p,
.service-page-card em {
  position: relative;
  z-index: 1;
}

.service-page-card span,
.area-card span,
.service-blueprint-grid span,
.service-flow-grid span,
.service-rhythm-timeline span,
.service-operations-grid span,
.service-season-cards span,
.service-detail-matrix span,
.service-winter-note span,
.area-details span {
  color: var(--sky-ink);
}

.service-page-card h3,
.service-page-card strong,
.area-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.service-proof-row,
.service-geo-panel,
.service-local,
.service-related,
.area-cta {
  display: grid;
  gap: 24px;
  align-items: center;
}

.service-proof-row,
.service-geo-panel,
.service-local {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.service-proof-row ul,
.service-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-proof-row li,
.service-check-list li {
  padding: 14px 16px;
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.08), var(--white) 28%),
    var(--white);
  border: 1px solid rgba(42, 170, 185, 0.15);
  border-radius: var(--radius);
  font-weight: 750;
}

.service-simple-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(90deg, rgba(5, 8, 50, 0.035), rgba(5, 8, 50, 0) 30%),
    var(--white);
}

.service-copy-block h2,
.service-local h2,
.service-related h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 2.85vw, 2.95rem);
  font-weight: 620;
  line-height: 1.16;
}

.service-simple-card {
  padding: clamp(26px, 4vw, 44px);
  background: var(--white);
  border: 1px solid rgba(5, 8, 50, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 22px 62px rgba(5, 8, 50, 0.08);
}

.service-simple-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
}

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

.service-simple-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-simple-card li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.5;
}

.service-simple-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--sky-ink);
  content: "";
}

.service-simple-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-simple-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--navy);
  background: rgba(95, 210, 220, 0.08);
  border: 1px solid rgba(42, 170, 185, 0.24);
  border-radius: var(--radius);
  font-weight: 820;
}

.service-premium-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  background:
    radial-gradient(circle at 90% 14%, rgba(95, 210, 220, 0.09), rgba(95, 210, 220, 0) 30%),
    var(--white);
}

.service-scope-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(5, 8, 50, 0.035), rgba(95, 210, 220, 0.035) 52%, rgba(5, 8, 50, 0.02)),
    var(--white);
  border-top: 1px solid rgba(5, 8, 50, 0.08);
  border-bottom: 1px solid rgba(5, 8, 50, 0.08);
}

.service-scope-panel h2,
.service-fit-panel h2,
.service-faq-heading h2 {
  max-width: 720px;
  font-size: clamp(1.75rem, 2.65vw, 2.75rem);
  font-weight: 620;
  line-height: 1.16;
}

.service-scope-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid rgba(5, 8, 50, 0.12);
}

.service-scope-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-height: auto;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(5, 8, 50, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.service-scope-list span {
  grid-row: 1 / span 2;
  color: var(--sky-ink);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.service-scope-list h3 {
  grid-column: 2;
  margin-bottom: 6px;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: 0;
}

.service-scope-list p {
  grid-column: 2;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

.service-fit-panel {
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(180deg, var(--white), rgba(95, 210, 220, 0.035)),
    var(--white);
  border: 1px solid rgba(5, 8, 50, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(5, 8, 50, 0.09);
}

.service-fit-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-fit-panel li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.5;
}

.service-fit-panel li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--sky-ink);
  content: "";
}

.service-section.service-faq-section {
  display: block;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--white) 0%, rgba(248, 252, 253, 0.96) 100%),
    var(--white);
  border-top: 1px solid rgba(5, 8, 50, 0.1);
  border-bottom: 1px solid rgba(5, 8, 50, 0.1);
}

.service-faq-heading {
  position: relative;
  width: min(820px, 100%);
  margin: 0 auto clamp(30px, 4vw, 48px);
  text-align: center;
}

.service-faq-heading::after {
  display: block;
  width: 92px;
  height: 2px;
  margin: 28px auto 0;
  background: linear-gradient(90deg, transparent, var(--sky-ink), transparent);
  content: "";
}

.service-faq-section .eyebrow {
  color: var(--sky-ink);
}

.service-faq-section h2 {
  color: var(--ink);
}

.service-faq-heading p,
.service-faq-cta p {
  color: var(--muted);
}

.service-faq-section .service-faq-grid {
  counter-reset: faq;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(980px, 100%);
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 253, 0.96)),
    var(--white);
  border: 1px solid rgba(5, 8, 50, 0.13);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(5, 8, 50, 0.08);
}

.service-faq-section .service-faq-grid article {
  position: relative;
  counter-increment: faq;
  display: grid;
  grid-template-columns: 58px minmax(210px, 0.88fr) minmax(0, 1.12fr);
  column-gap: clamp(18px, 3vw, 36px);
  row-gap: 10px;
  align-items: start;
  min-height: auto;
  margin: 0 clamp(24px, 4vw, 42px);
  padding: clamp(26px, 3vw, 34px) 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.service-faq-section .service-faq-grid article + article {
  border-top: 1px solid rgba(5, 8, 50, 0.1);
}

.service-faq-section .service-faq-grid article::before {
  display: grid;
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--logo-navy), #0d3541),
    var(--logo-navy);
  border: 1px solid rgba(5, 8, 50, 0.15);
  content: counter(faq, decimal-leading-zero);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.08em;
}

.service-faq-section .service-faq-grid h3 {
  grid-column: 2;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.35;
}

.service-faq-section .service-faq-grid p {
  grid-column: 3;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

.service-faq-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  width: min(980px, 100%);
  margin: 24px auto 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: center;
}

.service-faq-cta .button.primary {
  color: var(--white);
  background: var(--brand-dark-gradient);
  border-color: rgba(5, 8, 50, 0.18);
  box-shadow: 0 16px 38px rgba(5, 8, 50, 0.18);
}

.service-faq-cta .button.primary:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--logo-navy), #0d3541 62%, var(--sky-ink));
  border-color: rgba(42, 170, 185, 0.34);
}

.service-faq-cta p {
  margin: 0;
  color: var(--ink);
  font-weight: 820;
}

.service-hub-directory {
  background: var(--white);
}

.area-hub-overview,
.area-hub-cta {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(76px, 9vw, 120px) clamp(22px, 5vw, 76px);
  background: var(--white);
}

.area-hub-overview {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.area-hub-photo {
  position: relative;
  min-height: clamp(420px, 42vw, 610px);
  margin: 0;
  overflow: hidden;
  background: #f6f7f2;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.12);
}

.area-hub-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 50, 0), rgba(5, 8, 50, 0.3)),
    linear-gradient(90deg, rgba(95, 210, 220, 0.12), rgba(95, 210, 220, 0));
  content: "";
  pointer-events: none;
}

.area-hub-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 54%;
}

.area-hub-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  min-height: 48px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(5, 8, 50, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.area-hub-overview-copy {
  max-width: 720px;
}

.area-hub-overview-copy p:not(.eyebrow) {
  max-width: 640px;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.area-hub-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.area-hub-service-list a {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 16px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.14), rgba(255, 255, 255, 0) 58%),
    var(--white);
  border: 1px solid rgba(42, 170, 185, 0.2);
  border-left: 4px solid var(--sky-deep);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 820;
  line-height: 1.28;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.area-hub-service-list a:hover,
.area-mini-card:hover {
  border-color: rgba(42, 170, 185, 0.34);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.area-hub-directory {
  background:
    linear-gradient(180deg, var(--white), rgba(95, 210, 220, 0.045) 48%, var(--white));
}

.area-hub-directory .section-heading p:not(.eyebrow) {
  width: min(680px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.area-region-grid {
  display: grid;
  gap: 20px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.area-region {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(42, 170, 185, 0.16);
  border-top: 4px solid var(--sky-deep);
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.06);
}

.area-region-heading span {
  display: block;
  margin-bottom: 12px;
  color: var(--sky-ink);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.area-region-heading p {
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 2vw, 1.88rem);
  line-height: 1.14;
}

.area-mini-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.area-mini-card {
  display: grid;
  min-height: 178px;
  padding: 18px;
  align-content: start;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.area-mini-card.featured {
  background:
    linear-gradient(180deg, rgba(95, 210, 220, 0.1), rgba(255, 255, 255, 0.96)),
    var(--white);
  border-color: rgba(42, 170, 185, 0.28);
}

.area-mini-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--sky-ink);
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1.28;
  text-transform: uppercase;
}

.area-mini-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.12;
}

.area-mini-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.area-hub-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(95, 210, 220, 0.16), rgba(255, 255, 255, 0.94) 42%, rgba(95, 210, 220, 0.08)),
    var(--white);
  border-top: 1px solid rgba(42, 170, 185, 0.18);
}

.area-hub-cta > div {
  max-width: 790px;
}

.area-hub-cta h2 {
  max-width: 780px;
  margin-bottom: 12px;
}

.area-hub-cta p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 0;
}

.area-simple-hero {
  min-height: clamp(500px, 48vw, 570px);
}

.area-simple-hero .area-hub-hero-inner {
  grid-template-columns: minmax(0, 900px);
  width: min(1160px, 100%);
}

.area-simple-hero .area-hub-hero-copy {
  max-width: 900px;
}

.area-simple-hero h1 {
  max-width: 900px;
  font-size: clamp(3.15rem, 5.2vw, 5.4rem);
}

.area-refine-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(72px, 8vw, 112px) clamp(22px, 5vw, 76px);
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.area-refine-photo {
  position: relative;
  min-height: clamp(420px, 42vw, 590px);
  margin: 0;
  overflow: hidden;
  background: #f5f7f2;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.12);
}

.area-refine-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 50, 0), rgba(5, 8, 50, 0.28)),
    linear-gradient(90deg, rgba(95, 210, 220, 0.14), rgba(95, 210, 220, 0));
  content: "";
  pointer-events: none;
}

.area-refine-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 54%;
}

.area-refine-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(5, 8, 50, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.area-refine-copy {
  width: min(720px, 100%);
}

.area-refine-copy p:not(.eyebrow) {
  width: min(650px, 100%);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.area-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(28px, 4vw, 42px);
  border-top: 3px solid var(--sky-deep);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.area-proof-grid div {
  min-height: 164px;
  padding: 22px 20px;
}

.area-proof-grid div + div {
  border-left: 1px solid rgba(0, 0, 0, 0.11);
}

.area-proof-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 700;
  line-height: 1.08;
}

.area-proof-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.area-location-section {
  padding: clamp(70px, 8vw, 112px) clamp(22px, 5vw, 76px);
  background:
    linear-gradient(180deg, rgba(95, 210, 220, 0.045), rgba(255, 255, 255, 0.98) 34%, rgba(95, 210, 220, 0.035) 100%),
    var(--white);
}

.area-location-intro {
  width: min(860px, 100%);
  margin: 0 auto clamp(34px, 5vw, 56px);
  text-align: center;
}

.area-location-intro h2 {
  margin-bottom: 14px;
}

.area-location-intro p:not(.eyebrow) {
  width: min(640px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.location-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto 18px;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.16), rgba(255, 255, 255, 0.96) 58%),
    var(--white);
  border: 1px solid rgba(42, 170, 185, 0.2);
  border-left: 5px solid var(--sky-deep);
  border-radius: var(--radius);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.07);
}

.location-feature span,
.location-group span,
.also-serving span {
  display: block;
  margin-bottom: 10px;
  color: var(--sky-ink);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.location-feature strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.location-feature p {
  width: min(680px, 100%);
  margin-bottom: 0;
}

.location-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1160px, 100%);
  margin: 0 auto;
  background: var(--white);
  border: 1px solid rgba(42, 170, 185, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.06);
}

.location-group {
  min-height: 280px;
  padding: clamp(22px, 2.6vw, 30px);
}

.location-group + .location-group {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.location-link-list {
  display: grid;
  gap: 0;
}

.location-link-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px 0 0;
  color: var(--ink);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.18;
  transition: color 160ms ease, padding 160ms ease;
}

.location-link-list a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.36;
  transform: rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.location-link-list a:hover {
  padding-left: 6px;
  color: var(--sky-ink);
}

.location-link-list a:hover::after {
  opacity: 0.72;
  transform: translateX(3px) rotate(45deg);
}

.also-serving {
  width: min(1160px, 100%);
  margin: 22px auto 0;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(95, 210, 220, 0.08), rgba(255, 255, 255, 0.98)),
    var(--white);
  border: 1px solid rgba(42, 170, 185, 0.16);
  border-top: 4px solid var(--sky-deep);
  border-radius: var(--radius);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.055);
}

.also-serving p {
  margin-bottom: 0;
  color: var(--ink);
}

.also-serving h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.8vw, 2.7rem);
  line-height: 1.06;
}

.expanded-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.expanded-location-grid div {
  min-height: 176px;
  padding: 22px 20px;
}

.expanded-location-grid div + div {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.expanded-location-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.14;
}

.expanded-location-grid p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.expanded-location-note {
  width: min(800px, 100%);
  margin-top: 18px;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.area-simple-cta {
  padding-top: clamp(60px, 7vw, 90px);
  padding-bottom: clamp(60px, 7vw, 90px);
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.14), rgba(255, 255, 255, 0.96) 50%, rgba(95, 210, 220, 0.09)),
    var(--white);
}

.area-simple-cta h2 {
  max-width: 700px;
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.area-content {
  align-items: start;
}

.area-sidebar {
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.area-sidebar span {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.area-sidebar nav {
  display: grid;
  gap: 8px;
}

.area-sidebar a {
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
  font-weight: 800;
}

.area-cta {
  justify-items: start;
  background: var(--white);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.area-cta h2,
.area-cta p,
.area-cta .eyebrow {
  color: var(--ink);
}

.area-cta p {
  color: var(--muted);
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(95, 210, 220, 0.08), rgba(95, 210, 220, 0) 34%),
    radial-gradient(circle at 11% 20%, rgba(18, 109, 120, 0.16), rgba(18, 109, 120, 0) 28%),
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #050832, #03131c 72%, #01070d);
  border-top: 1px solid rgba(95, 210, 220, 0.22);
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: clamp(18px, 5vw, 76px);
  left: clamp(18px, 5vw, 76px);
  height: 3px;
  background: var(--brand-stripe);
  content: "";
}

.site-footer::after {
  position: absolute;
  right: clamp(-40px, 3vw, 42px);
  bottom: 18px;
  width: clamp(260px, 30vw, 430px);
  aspect-ratio: 1;
  background: url("assets/mercer-logo.png") center / contain no-repeat;
  content: "";
  opacity: 0.035;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 1.25fr) minmax(140px, 0.62fr) minmax(140px, 0.62fr) minmax(230px, 0.88fr);
  gap: clamp(26px, 4vw, 58px);
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: clamp(68px, 7vw, 98px) clamp(22px, 5vw, 76px) clamp(42px, 5vw, 64px);
}

.footer-brand {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 22px;
  row-gap: 18px;
  max-width: 500px;
  align-content: start;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(95, 210, 220, 0.18);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 74px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.footer-brand img {
  width: 88px;
  align-self: center;
  margin-bottom: 0;
  padding: 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.36));
}

.footer-brand > div {
  align-self: center;
}

.footer-brand strong,
.footer-column span {
  display: block;
  color: var(--white);
  font-weight: 820;
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: clamp(1.72rem, 2.15vw, 2.34rem);
  letter-spacing: 0;
  line-height: 1.02;
}

.footer-brand span,
.footer-brand p,
.footer-column p,
.footer-column a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand span {
  display: block;
  margin-top: 8px;
  color: rgba(95, 210, 220, 0.88);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-brand p {
  grid-column: 1 / -1;
  max-width: 34rem;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(95, 210, 220, 0.2);
  font-size: 0.98rem;
  line-height: 1.72;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 1px;
  padding-top: 8px;
}

.footer-column span {
  margin-bottom: 18px;
  padding-bottom: 14px;
  color: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(95, 210, 220, 0.22);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  position: relative;
  padding: 8px 0 8px 16px;
  border-top: 0;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.35;
  transition: color 160ms ease, padding 160ms ease;
}

.footer-column a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--sky);
  content: "";
  opacity: 0.64;
  transform: translateY(-50%);
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-column a:hover {
  padding-left: 21px;
}

.footer-column p {
  margin-bottom: 16px;
  font-size: 0.98rem;
  line-height: 1.72;
}

.footer-cta {
  grid-column: 1 / -1;
  width: max-content;
  min-height: 46px;
  margin-top: 4px;
  padding: 0 20px;
  color: var(--logo-navy);
  background: linear-gradient(135deg, #c5fbfd, var(--sky));
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(95, 210, 220, 0.16);
}

.footer-cta:hover {
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow: 0 22px 52px rgba(95, 210, 220, 0.22);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: 22px clamp(22px, 5vw, 76px) 30px;
  border-top: 1px solid rgba(95, 210, 220, 0.2);
  font-size: 0.8rem;
  font-weight: 800;
}

.footer-bottom > a:last-child {
  justify-self: end;
}

.footer-credit {
  justify-self: center;
  color: var(--white);
  letter-spacing: 0.02em;
}

@keyframes heroFade {
  0% {
    opacity: 1;
    transform: scale(1.06);
  }

  31% {
    opacity: 1;
  }

  38%,
  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 86px;
  }

  .menu-toggle {
    position: relative;
    z-index: 61;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(42, 170, 185, 0.2);
    border-radius: var(--radius);
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: -8px 0;
    background: var(--navy);
    border-radius: 999px;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    grid-auto-rows: min-content;
    align-content: start;
    gap: 10px;
    padding: 34px 22px;
    overflow-y: auto;
    background: linear-gradient(180deg, #f7fbfb, #ffffff);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header.nav-open .site-nav {
    background: linear-gradient(180deg, #f7fbfb, #ffffff);
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.nav-open .menu-toggle {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(42, 170, 185, 0.2);
  }

  .site-header.nav-open .menu-toggle span {
    background: var(--navy);
  }

  .mobile-nav-brand {
    display: grid;
    place-items: center;
    margin-bottom: 12px;
  }

  .mobile-nav-brand img {
    width: 122px;
  }

  .site-nav > a,
  .nav-trigger,
  .nav-cta {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(42, 170, 185, 0.14);
    border-radius: var(--radius);
  }

  .site-header.nav-open .site-nav > a,
  .site-header.nav-open .nav-trigger {
    color: rgba(5, 8, 50, 0.86);
  }

  .dropdown {
    position: static;
    display: none;
    width: 100%;
    margin: 0 0 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: 0 16px 42px rgba(5, 8, 50, 0.1);
  }

  .dropdown-intro {
    padding: 18px;
  }

  .dropdown-grid {
    padding: 14px 18px 8px;
  }

  .dropdown-column + .dropdown-column {
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(42, 170, 185, 0.14);
    border-left: 0;
  }

  .dropdown-cta {
    padding: 0 18px;
  }

  .nav-group.open .dropdown {
    display: block;
  }

  .dropdown-grid,
  .path-grid,
  .reviews-intro,
  .facebook-review-shell,
  .local-section,
  .consultation-section,
  .service-hero-inner,
  .service-premium-overview,
  .service-scope-section,
  .service-intent-split,
  .service-material-showcase,
  .service-commercial-standard,
  .service-craft-detail,
  .service-winter-priority,
  .service-before-after,
  .service-photo-note,
  .service-local,
  .service-proof-row,
  .service-geo-panel,
  .service-simple-details,
  .area-content,
  .area-hub-hero > .area-hub-hero-inner,
  .area-hub-overview,
  .area-region,
  .area-hub-cta,
  .location-feature,
  .area-refine-intro {
    grid-template-columns: 1fr;
  }

  .service-section.service-faq-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "faqs"
      "cta";
  }

  .reviews-intro {
    align-items: start;
    gap: 14px;
    margin-bottom: 24px;
  }

  .facebook-review-shell::after {
    inset: 4px auto auto 0;
    width: 46%;
  }

  .facebook-review-scorecard {
    min-height: auto;
    padding: 34px 30px;
  }

  .facebook-review-cards {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .facebook-review-card.is-featured-review {
    grid-row: auto;
  }

  .facebook-review-card + .facebook-review-card {
    border-top: 0;
    border-left: 0;
  }

  .area-hub-note {
    max-width: 620px;
  }

  .area-mini-card-grid,
  .location-columns,
  .expanded-location-grid,
  .area-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-group:nth-child(odd) {
    border-left: 0;
  }

  .location-group:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .expanded-location-grid div:nth-child(odd) {
    border-left: 0;
  }

  .expanded-location-grid div:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .area-proof-grid div:nth-child(odd) {
    border-left: 0;
  }

  .area-proof-grid div:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .service-blueprint-grid,
  .service-page-card-grid,
  .area-card-grid,
  .service-flow-grid,
  .service-rhythm-timeline,
  .service-operations-grid,
  .service-season-cards,
  .service-detail-matrix,
  .service-winter-note,
  .service-faq-grid,
  .area-details,
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .service-hero-note {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .section,
  .service-section,
  .area-directory,
  .area-content,
  .area-details,
  .area-nearby,
  .area-cta {
    padding: 62px 18px;
  }

  .section-heading,
  .path-heading,
  .local-copy,
  .consultation-copy,
  .reviews-intro,
  .service-section-heading,
  .service-faq-heading,
  .service-scope-panel,
  .area-location-intro,
  .area-hub-overview-copy,
  .area-hub-cta > div,
  .area-refine-intro > div {
    justify-items: center;
    max-width: 354px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-heading p,
  .path-heading p:not(.eyebrow),
  .local-copy > p,
  .consultation-copy p,
  .reviews-intro p,
  .service-section-heading p,
  .service-faq-heading p,
  .service-scope-panel > p,
  .area-location-intro p,
  .area-hub-overview-copy p,
  .area-hub-cta p,
  .area-refine-intro p {
    margin-right: auto;
    margin-left: auto;
  }

  .home-hero {
    min-height: 100svh;
  }

  .home-hero-actions,
  .service-hero-actions,
  .area-hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .service-simple-links a {
    width: 100%;
  }

  .neighborhood-strip {
    grid-template-columns: 1fr;
    min-height: 96px;
  }

  .neighborhood-strip > span {
    min-width: 0;
    min-height: 34px;
  }

  .ticker-row a {
    min-height: 62px;
    padding: 0 20px;
  }

  .path-card {
    min-height: auto;
    padding-top: 238px;
  }

  .path-card::before,
  .path-card::after {
    height: 232px;
  }

  .path-card strong {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .path-card ul {
    grid-template-columns: 1fr;
    margin-right: 20px;
    margin-left: 20px;
  }

  .path-card li:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .path-card li:nth-child(even) {
    border-left: 0;
  }

  .facebook-review-section::after {
    right: -92px;
    bottom: auto;
    top: 54px;
    opacity: 0.025;
  }

  .reviews-intro h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .facebook-review-shell {
    box-shadow: 0 18px 48px rgba(5, 8, 50, 0.1);
  }

  .facebook-review-shell::after {
    display: none;
  }

  .facebook-review-scorecard {
    gap: 14px;
    padding: 30px 24px;
    text-align: center;
    justify-items: center;
  }

  .facebook-review-scorecard::before {
    inset: 11px;
  }

  .facebook-review-scorecard strong {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .facebook-review-scorecard p {
    max-width: none;
  }

  .facebook-review-meter {
    margin-right: auto;
    margin-left: auto;
  }

  .facebook-review-card,
  .facebook-review-card.is-featured-review,
  .facebook-review-card.is-supporting-review {
    gap: 18px;
    padding: 24px 22px;
    text-align: center;
    justify-items: center;
  }

  .facebook-review-card-top {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }

  .facebook-review-card::before {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--sky-ink), transparent);
    opacity: 0.42;
  }

  .facebook-review-card p,
  .facebook-review-card.is-featured-review p,
  .facebook-review-card.is-supporting-review p {
    max-width: none;
    font-size: 1rem;
  }

  .facebook-review-quote-mark {
    top: 54px;
    right: 16px;
    font-size: 6rem;
  }

  .facebook-review-author {
    justify-items: start;
    text-align: left;
  }

  .service-blueprint-grid,
  .service-page-card-grid,
  .area-card-grid,
  .service-flow-grid,
  .service-rhythm-timeline,
  .service-operations-grid,
  .service-season-cards,
  .service-detail-matrix,
  .service-winter-note,
  .service-faq-grid,
  .area-details,
  .form-row,
  .footer-inner,
  .about-simple-list div {
    grid-template-columns: 1fr;
  }

  .service-hero,
  .area-hero {
    min-height: 520px;
    padding: 146px 18px 56px;
  }

  .service-hero-copy,
  .area-hero > div {
    max-width: calc(100vw - 36px);
  }

  .service-hero-note {
    display: none;
  }

  .service-hero h1,
  .area-hero h1 {
    font-size: 2.05rem;
    line-height: 1.06;
    max-width: 300px;
  }

  .area-hub-hero h1 {
    max-width: 340px;
    font-size: 2.12rem;
  }

  .area-simple-hero h1 {
    max-width: 350px;
    font-size: 2.3rem;
  }

  .service-hero p,
  .area-hero p {
    max-width: 320px;
  }

  .service-faq-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .service-faq-heading::after {
    margin-top: 22px;
  }

  .service-faq-section .service-faq-grid article {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .service-faq-section .service-faq-grid article::before {
    grid-row: auto;
  }

  .service-faq-section .service-faq-grid h3,
  .service-faq-section .service-faq-grid p {
    grid-column: 1;
  }

  .area-hub-note {
    padding: 18px;
  }

  .area-hub-note li {
    font-size: 0.88rem;
  }

  .area-hub-overview,
  .area-hub-cta,
  .area-location-section,
  .area-refine-intro {
    padding: 62px 18px;
  }

  .area-hub-photo,
  .area-refine-photo {
    min-height: 430px;
  }

  .area-hub-service-list,
  .area-mini-card-grid,
  .location-columns,
  .expanded-location-grid,
  .area-proof-grid {
    grid-template-columns: 1fr;
  }

  .area-region {
    padding: 20px;
  }

  .location-feature {
    padding: 20px;
  }

  .location-group {
    min-height: auto;
    padding: 22px;
  }

  .location-group + .location-group,
  .location-group:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
  }

  .location-link-list a {
    min-height: 44px;
    font-size: 1.08rem;
  }

  .expanded-location-grid div {
    min-height: auto;
    padding: 18px 0;
  }

  .expanded-location-grid div + div,
  .expanded-location-grid div:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
  }

  .area-proof-grid div {
    min-height: auto;
    padding: 18px 0;
  }

  .area-proof-grid div + div,
  .area-proof-grid div:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
  }

  .section-heading h2,
  .service-section-heading h2 {
    max-width: 300px;
  }

  .service-page-card strong,
  .service-page-card p {
    max-width: calc(100vw - 84px);
  }

  .about-photo-frame {
    min-height: 360px;
  }

  .about-photo-note {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .about-experience-line {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  h1 {
    font-size: 2.75rem;
  }

  .path-section h1 {
    font-size: 2.25rem;
    white-space: normal;
  }

  h2 {
    font-size: 2.35rem;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }

  .footer-credit,
  .footer-bottom > a:last-child {
    justify-self: center;
  }

  .site-footer::after {
    right: 50%;
    bottom: 18px;
    width: 310px;
    opacity: 0.026;
    transform: translateX(50%);
  }

  .footer-inner {
    justify-items: center;
    padding: 56px 18px 34px;
    gap: 30px;
    text-align: center;
  }

  .footer-brand {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    max-width: 354px;
    padding: 28px 20px;
  }

  .footer-brand img {
    width: 96px;
  }

  .footer-brand p {
    max-width: 300px;
    text-align: center;
  }

  .footer-cta {
    justify-self: center;
    width: min(100%, 300px);
  }

  .footer-column {
    justify-items: center;
    width: 100%;
    max-width: 330px;
    padding-top: 0;
    text-align: center;
  }

  .footer-column span {
    width: 100%;
  }

  .footer-column a {
    padding: 9px 0;
  }

  .footer-column a::before {
    display: none;
  }

  .footer-column a:hover {
    padding-left: 0;
  }

  .footer-column p {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
}
