:root {
  --forest-950: #052e24;
  --forest-900: #063d2e;
  --forest-800: #07513a;
  --leaf: #91c83e;
  --leaf-bright: #a9db55;
  --sage-flow: #eef7e6;
  --ocean: #087fbd;
  --ocean-deep: #08679b;
  --ice: #e8f5fa;
  --ink: #0a211a;
  --white: #ffffff;
  --shell: min(1440px, calc(100% - 96px));
  --sans: "Manrope", Arial, sans-serif;
  --display: "Sora", "Manrope", Arial, sans-serif;
  --condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
  --editorial: "Cormorant Garamond", Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

html.menu-scroll-locked {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--forest-950);
  background: var(--white);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.utility-bar {
  position: relative;
  z-index: 60;
  min-height: 34px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--forest-950);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.012em;
  text-transform: none;
}

.utility-shell {
  width: var(--shell);
  min-height: 34px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-proof {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}

.utility-proof span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 22px;
  vertical-align: middle;
  border-radius: 50%;
  background: var(--leaf);
}

.utility-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.utility-phone svg,
.button-phone svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 92px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(5, 46, 36, 0.12);
  transition: height 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.scrolled {
  height: 78px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 35px rgba(5, 46, 36, 0.12);
  backdrop-filter: blur(16px);
}

.header-shell {
  width: var(--shell);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: clamp(22px, 2.8vw, 42px);
}

.brand {
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: center;
}

.brand-full {
  width: 156px;
  height: 52px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.brand-full img {
  width: 156px;
  height: 52px;
  object-fit: cover;
  object-position: center;
  filter:
    saturate(.64)
    contrast(1.22)
    brightness(.98)
    drop-shadow(0 1px 1px rgba(0, 13, 10, .96))
    drop-shadow(0 5px 7px rgba(0, 8, 7, .58));
}

/* Shared navigation logo: a proportional home emblem and unaltered wordmark. */
.brand.brand-composite {
  display: grid;
  grid-template-columns: 58px 120px;
  gap: 4px;
  align-items: center;
  width: 182px;
  height: 62px;
  overflow: visible;
  flex: 0 0 auto;
}

.brand-composite .brand-home-leaf-mark {
  width: 58px;
  height: 58px;
  overflow: visible;
  filter: drop-shadow(0 4px 7px rgba(0, 8, 7, 0.46));
}

.brand-composite .brand-home-leaf-mark path {
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-composite .brand-mark-orbit {
  fill: none;
  stroke: #1399d3;
  stroke-width: 3.2;
}

.brand-composite .brand-mark-roof {
  fill: rgba(255, 255, 255, 0.96);
  stroke: #063a63;
  stroke-width: 3.1;
}

.brand-composite .brand-mark-window {
  fill: #89c933;
  stroke: none;
}

.brand-composite .brand-mark-leaf {
  fill: #8dcd36;
  stroke: #ffffff;
  stroke-width: 0.85;
}

.brand-composite .brand-mark-hand {
  fill: none;
  stroke: #55ad35;
  stroke-width: 4.4;
}

.brand-composite .brand-mark-wave {
  fill: none;
  stroke: #087fc2;
  stroke-width: 2.7;
}

.brand-composite .brand-wordmark {
  width: 120px;
  height: 62px;
  display: flex;
  align-items: center;
}

.brand-composite .brand-wordmark img {
  display: block;
  width: 120px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 720px) {
  .brand.brand-composite {
    grid-template-columns: 50px 104px;
    gap: 3px;
    width: 157px;
    height: 54px;
  }

  .brand-composite .brand-home-leaf-mark {
    width: 50px;
    height: 50px;
  }

  .brand-composite .brand-wordmark {
    width: 104px;
    height: 54px;
  }

  .brand-composite .brand-wordmark img {
    width: 104px;
  }
}

.brand.brand-approved {
  width: 188px;
  height: 64px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  flex: 0 0 auto;
}

.brand-approved img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 5px 7px rgba(0, 8, 7, .42));
}

.brand-approved .brand-art {
  position: relative;
  display: grid;
  grid-template-columns: 62px 120px;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 100%;
}

.site-header .brand-approved .brand-art img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 6px rgba(0, 8, 7, .32));
}

.site-header .brand-approved .brand-art .brand-emblem {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.site-header .brand-approved .brand-art .brand-wordmark-image {
  width: 120px;
  height: auto;
  object-fit: contain;
}


@media (max-width: 720px) {
  .brand.brand-approved {
    width: 166px;
    height: 58px;
  }

  .brand-approved .brand-art {
    grid-template-columns: 55px 107px;
    gap: 3px;
  }

  .site-header .brand-approved .brand-art .brand-emblem {
    width: 55px;
    height: 55px;
  }

  .site-header .brand-approved .brand-art .brand-wordmark-image {
    width: 107px;
  }
}

.brand-copy {
  display: grid;
  gap: 3px;
  color: var(--forest-950);
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.brand-copy small {
  color: var(--forest-800);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2vw, 34px);
}

.site-nav a {
  position: relative;
  padding-block: 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #18372e;
  font-family: var(--editorial);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.006em;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.site-nav .nav-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: #82d0df;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .88;
  filter: drop-shadow(0 3px 7px rgba(2,28,34,.14));
  transition: color .22s ease,stroke .22s ease,transform .22s ease,opacity .22s ease;
}

.site-nav a:hover .nav-icon,
.site-nav a:focus-visible .nav-icon,
.site-nav a.active .nav-icon {
  stroke: var(--leaf);
  opacity: 1;
  transform: translateY(-1px);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 1px;
  height: 1px;
  background: linear-gradient(90deg, var(--ocean), var(--leaf));
  transition: left 0.24s ease, right 0.24s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  right: 20%;
  left: 20%;
}

.header-cta,
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--forest-950);
  background: var(--leaf);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.005em;
  text-transform: none;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(5, 46, 36, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-cta {
  position: relative;
  isolation: isolate;
  min-height: 54px;
  padding: 7px 8px 7px 23px;
  gap: 17px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.008em;
  color: #ffffff;
  background: linear-gradient(135deg, #0a243c 0%, #09506c 54%, #08789f 100%);
  border: 1px solid rgba(180, 229, 244, 0.28);
  box-shadow:
    0 14px 30px rgba(2, 25, 39, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(2, 24, 39, 0.3);
}

.header-cta::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -34%;
  z-index: -1;
  width: 76%;
  height: 230%;
  background: linear-gradient(90deg, transparent, rgba(214, 243, 252, 0.2), transparent);
  transform: rotate(18deg);
  transition: transform 0.45s ease;
}

.header-cta span,
.header-cta svg {
  position: relative;
  z-index: 1;
}

.header-cta svg,
.button-primary svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cta svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  flex: 0 0 auto;
  color: #e1f7ff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(220, 247, 255, 0.26);
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(2, 24, 39, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 0.25s ease, background 0.25s ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  color: var(--white);
  background: var(--ocean);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(5, 46, 36, 0.22);
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #0b304c 0%, #096286 55%, #0786ae 100%);
  transform: translateY(-1px);
  box-shadow:
    0 16px 36px rgba(2, 24, 39, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(2, 24, 39, 0.24);
}

.header-cta:hover::before,
.header-cta:focus-visible::before {
  transform: translateX(185%) rotate(18deg);
}

.header-cta:hover svg,
.header-cta:focus-visible svg {
  background: rgba(255, 255, 255, 0.17);
  transform: translateX(2px);
}

.menu-toggle {
  display: none;
}

.mobile-nav-heading,
.mobile-nav-actions,
.mobile-nav-close {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - 126px);
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #f4f8f7;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: var(--forest-900);
  clip-path: polygon(0 0, 62% 0, 49% 100%, 0 100%);
}

.hero-blue {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--ocean-deep);
  clip-path: polygon(82% 0, 100% 0, 100% 100%, 68% 100%);
}

.hero-accent {
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: 55.2%;
  z-index: -1;
  width: clamp(12px, 1.1vw, 18px);
  background: var(--leaf);
  transform: rotate(7.5deg);
  transform-origin: center;
}

.hero-shell {
  width: var(--shell);
  min-height: calc(100svh - 126px);
  margin-inline: auto;
  padding: clamp(72px, 8vw, 118px) 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.8fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-kicker {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--leaf-bright);
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 42px;
  height: 4px;
  background: var(--leaf);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--condensed);
  font-size: clamp(78px, 8.1vw, 132px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--leaf-bright);
  font-style: normal;
}

.hero-lead {
  max-width: 590px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
}

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

.button {
  min-height: 54px;
}

.button-primary {
  padding: 0 23px;
}

.button-phone {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.button-phone:hover,
.button-phone:focus-visible {
  color: var(--leaf-bright);
  border-color: var(--leaf-bright);
}

.hero-proof {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
}

.hero-proof span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-inline: 16px;
  border-radius: 50%;
  background: var(--leaf);
}

.owner-stage {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 620px;
  align-self: stretch;
}

.owner-outline {
  position: absolute;
  width: min(45vw, 640px);
  aspect-ratio: 1;
  right: -4vw;
  top: 50%;
  border: clamp(20px, 2.3vw, 38px) solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  transform: translateY(-50%);
}

.owner-cutout {
  position: absolute;
  z-index: 3;
  right: -4vw;
  bottom: -5px;
  width: min(48vw, 700px);
  max-width: none;
  max-height: 108%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 28px 28px rgba(4, 45, 36, 0.22));
}

.owner-signature {
  position: absolute;
  right: -16px;
  bottom: 54px;
  z-index: 4;
  width: 240px;
  padding: 18px 22px;
  color: var(--forest-950);
  background: var(--leaf);
  box-shadow: 0 16px 34px rgba(4, 45, 36, 0.18);
}

.owner-signature span {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.owner-signature strong {
  font-family: var(--condensed);
  font-size: 22px;
  line-height: 1.02;
  text-transform: uppercase;
}

.hero-index {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

@media (max-width: 1220px) {
  :root {
    --shell: min(100% - 56px, 1120px);
  }

  .header-shell {
    grid-template-columns: 190px 1fr auto;
    gap: 26px;
  }

  .brand {
    gap: 8px;
  }

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

  .brand-full,
  .brand-full img {
    width: 150px;
    height: 50px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .site-nav {
    gap: 20px;
  }

  .site-nav a {
    font-size: 18px;
  }

  .header-cta {
    padding-inline: 17px;
    font-size: 13px;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.8fr);
    gap: 48px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .header-shell {
    gap: clamp(12px, 1.4vw, 18px);
  }

  .site-nav {
    gap: clamp(10px, 1.2vw, 16px);
  }

  .site-nav a {
    gap: 5px;
    font-size: clamp(15px, 1.6vw, 17px);
  }

  .header-cta {
    min-height: 52px;
    padding: 6px 7px 6px clamp(12px, 1.4vw, 17px);
    gap: clamp(8px, 1vw, 12px);
    font-size: clamp(11px, 1.15vw, 13px);
  }

  .header-cta span {
    white-space: nowrap;
  }

  .header-cta svg {
    width: clamp(34px, 3.5vw, 38px);
    height: clamp(34px, 3.5vw, 38px);
  }
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 40px, 900px);
  }

  .utility-proof span:nth-child(2) {
    display: none;
  }

  .site-header,
  .site-header.scrolled {
    height: 78px;
  }

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

  .brand {
    width: auto;
  }

  .brand-full,
  .brand-full img {
    width: 142px;
    height: 48px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    justify-self: end;
    background: var(--forest-900);
    border: 0;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    background: var(--white);
    transition: transform 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 112px;
    right: 0;
    bottom: 0;
    width: min(430px, 100%);
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    color: var(--white);
    background: var(--forest-950);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s ease;
  }

  .hero-header.scrolled .site-nav {
    top: 78px;
  }

  .site-nav.open {
    transform: translateX(0);
    visibility: visible;
  }

  .site-nav a {
    width: 100%;
    padding: 16px 0;
    color: var(--white);
    font-size: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .site-nav a::after {
    display: none;
  }

  .hero,
  .hero-shell {
    min-height: auto;
  }

  .hero-blue {
    clip-path: polygon(74% 0, 100% 0, 100% 100%, 45% 100%);
  }

  .hero-shell {
    padding: 80px 0 100px;
    grid-template-columns: 1fr 0.75fr;
    gap: 36px;
  }

  .hero h1 {
    font-size: clamp(50px, 7.3vw, 72px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .owner-stage {
    min-height: 560px;
  }

  .owner-signature {
    width: 210px;
    right: -12px;
  }
}

@media (max-width: 720px) {
  .premium-mobile-nav::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 19;
    opacity: 0;
    pointer-events: none;
    background: rgba(2, 21, 28, 0.54);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition: opacity 0.34s ease;
  }

  .premium-mobile-nav.menu-open::after {
    opacity: 1;
    pointer-events: auto;
  }

  .premium-mobile-nav .menu-toggle {
    position: relative;
    z-index: 3;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(126, 214, 226, 0.3);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(7, 81, 58, 0.96), rgba(4, 47, 62, 0.98));
    box-shadow: 0 12px 28px rgba(2, 28, 32, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  }

  .premium-mobile-nav .menu-toggle span:not(.sr-only) {
    width: 21px;
    border-radius: 999px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .premium-mobile-nav .site-nav {
    top: 108px;
    right: 0;
    bottom: auto;
    width: min(89vw, 400px);
    height: calc(100dvh - 108px);
    max-height: calc(100dvh - 108px);
    padding: 24px 22px 25px;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #ffffff;
    background:
      radial-gradient(circle at 8% 8%, rgba(8, 143, 190, 0.22), transparent 30%),
      radial-gradient(circle at 86% 72%, rgba(145, 200, 62, 0.1), transparent 28%),
      linear-gradient(128deg, rgba(255, 255, 255, 0.025) 0 22%, transparent 22.1% 100%),
      linear-gradient(118deg, #031b29 0%, #052f35 44%, #064335 72%, #052839 100%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 0;
    border-radius: 34px 0 0 34px;
    box-shadow:
      -34px 34px 80px rgba(1, 21, 27, 0.52),
      inset 1px 0 0 rgba(255, 255, 255, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    counter-reset: mobile-navigation;
    transform: translate3d(104%, 0, 0);
    visibility: hidden;
    transition:
      transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.46s;
  }

  .premium-mobile-nav .site-nav::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: auto;
    right: -320px;
    bottom: 0;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(185, 235, 93, 0.07);
    border-radius: 50%;
    box-shadow:
      0 0 0 48px rgba(8, 127, 189, 0.025),
      0 0 0 96px rgba(255, 255, 255, 0.016);
    pointer-events: none;
  }

  .premium-mobile-nav .site-nav::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 0 auto;
    height: 3px;
    border-radius: 34px 0 0;
    background: linear-gradient(90deg, #087fbd 0%, #26b5dd 38%, #9ed95c 72%, transparent 100%);
    box-shadow: 0 8px 28px rgba(38, 181, 221, 0.18);
    pointer-events: none;
  }

  .premium-mobile-nav .site-nav > * {
    position: relative;
    z-index: 1;
  }

  .premium-mobile-nav .hero-header.scrolled .site-nav {
    top: 78px;
    height: calc(100dvh - 78px);
    max-height: calc(100dvh - 78px);
  }

  .premium-mobile-nav .site-nav.open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition-delay: 0s;
  }

  .premium-mobile-nav .mobile-nav-heading {
    margin-bottom: 7px;
    padding: 0 54px 17px 10px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease 0.08s, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
  }

  .premium-mobile-nav .mobile-nav-heading span {
    display: none;
  }

  .premium-mobile-nav .mobile-nav-heading strong {
    display: block;
    margin-top: 0;
    font-family: var(--editorial);
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.035em;
  }

  .premium-mobile-nav .mobile-nav-heading small {
    display: none;
  }

  .premium-mobile-nav .site-nav.open .mobile-nav-heading {
    opacity: 1;
    transform: translateX(0);
  }

  .premium-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(8, 127, 166, 0.28), rgba(7, 95, 69, 0.5));
    border: 1px solid rgba(126, 214, 226, 0.34);
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(1, 20, 27, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13);
    opacity: 0;
    cursor: pointer;
    transform: translateX(12px) scale(.92);
    transition: opacity .25s ease .12s, transform .35s cubic-bezier(.22,1,.36,1) .12s, background .2s ease;
  }

  .premium-mobile-nav .mobile-nav-close svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .premium-mobile-nav .site-nav.open .mobile-nav-close {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  .premium-mobile-nav.menu-open .menu-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .premium-mobile-nav .mobile-nav-close:hover,
  .premium-mobile-nav .mobile-nav-close:focus-visible {
    background: linear-gradient(145deg, rgba(8, 143, 190, 0.42), rgba(7, 95, 69, 0.66));
  }

  .premium-mobile-nav.inner-page .inner-header {
    z-index: 1100;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .premium-mobile-nav.inner-page .inner-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .premium-mobile-nav.inner-page .site-nav { z-index: 1101; }

  .premium-mobile-nav.inner-page .inner-header.scrolled .site-nav {
    top: 78px;
    height: calc(100dvh - 78px);
    max-height: calc(100dvh - 78px);
  }

  .premium-mobile-nav .site-nav > a {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--editorial);
    font-size: clamp(24px, 6.5vw, 28px);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
    text-shadow: 0 2px 12px rgba(1, 20, 27, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    opacity: 0;
    transform: translateX(24px);
    transition:
      color 0.22s ease,
      background 0.22s ease,
      opacity 0.3s ease,
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    counter-increment: mobile-navigation;
  }

  .premium-mobile-nav .site-nav > a::before {
    content: "";
    position: absolute;
    inset: 14px auto 14px 5px;
    width: 2px;
    border-radius: 999px;
    background: #82dbe6;
    opacity: 0;
    transform: scaleY(0.35);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .premium-mobile-nav .site-nav > a:hover,
  .premium-mobile-nav .site-nav > a:focus-visible,
  .premium-mobile-nav .site-nav > a.active {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(8, 143, 190, 0.15), rgba(255, 255, 255, 0.015) 72%);
  }

  .premium-mobile-nav .site-nav > a::after {
    display: none;
  }

  .premium-mobile-nav .site-nav > a:hover::before,
  .premium-mobile-nav .site-nav > a:focus-visible::before,
  .premium-mobile-nav .site-nav > a.active::before {
    opacity: 1;
    transform: scaleY(1);
  }

  .premium-mobile-nav .site-nav > a .nav-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    stroke: #82dbe6;
    stroke-width: 1.55;
  }

  .premium-mobile-nav .site-nav.open > a {
    opacity: 1;
    transform: translateX(0);
  }

  .premium-mobile-nav .site-nav.open > a:nth-of-type(1) { transition-delay: 0.1s; }
  .premium-mobile-nav .site-nav.open > a:nth-of-type(2) { transition-delay: 0.14s; }
  .premium-mobile-nav .site-nav.open > a:nth-of-type(3) { transition-delay: 0.18s; }
  .premium-mobile-nav .site-nav.open > a:nth-of-type(4) { transition-delay: 0.22s; }
  .premium-mobile-nav .site-nav.open > a:nth-of-type(5) { transition-delay: 0.26s; }

  .premium-mobile-nav .mobile-nav-actions {
    margin-top: clamp(50px, 7vh, 68px);
    padding: 0;
    display: grid;
    gap: 15px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.32s ease 0.25s, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
  }

  .premium-mobile-nav .site-nav.open .mobile-nav-actions {
    opacity: 1;
    transform: translateY(0);
  }

  .premium-mobile-nav .mobile-nav-actions a {
    width: 100%;
    border: 0;
  }

  .premium-mobile-nav .mobile-nav-primary {
    min-height: 80px;
    padding: 11px 12px 11px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #ffffff;
    background:
      radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.14), transparent 30%),
      linear-gradient(112deg, #087fbd 0%, #075f75 48%, #064335 100%);
    border-radius: 24px;
    border: 1px solid rgba(132, 220, 230, 0.34);
    box-shadow: 0 18px 38px rgba(1, 24, 34, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  }

  .premium-mobile-nav .mobile-nav-primary-copy {
    min-width: 0;
    display: block;
  }

  .premium-mobile-nav .mobile-nav-primary-copy small {
    display: block;
    color: rgba(227, 249, 250, 0.7);
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .premium-mobile-nav .mobile-nav-primary-copy strong {
    display: block;
    margin-top: 4px;
    color: #ffffff;
    font-family: var(--sans);
    font-size: clamp(17px, 4.4vw, 20px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

  .premium-mobile-nav .mobile-nav-primary svg {
    width: 46px;
    height: 46px;
    padding: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
  }

  .premium-mobile-nav .mobile-nav-phone {
    min-height: 46px;
    padding: 6px 4px 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--sans);
  }

  .premium-mobile-nav .mobile-nav-phone small {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .premium-mobile-nav .mobile-nav-phone strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
  }

  :root {
    --shell: calc(100% - 36px);
  }

  .utility-bar,
  .utility-shell {
    min-height: 30px;
  }

  .utility-proof span:not(:first-child) {
    display: none;
  }

  .utility-phone {
    font-size: 11px;
  }

  .hero-header:not(.scrolled) {
    top: 30px;
  }

  .hero {
    padding-bottom: 0;
    background: #f4f8f7;
  }

  .hero::before {
    clip-path: polygon(0 0, 100% 0, 100% 58%, 0 70%);
  }

  .hero-blue {
    top: auto;
    height: 46%;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }

  .hero-accent {
    top: 61%;
    bottom: auto;
    left: -8%;
    width: 116%;
    height: 10px;
    transform: rotate(-7deg);
  }

  .hero-shell {
    padding: 62px 0 72px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 44px;
  }

  .hero-kicker {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(68px, 20vw, 88px);
    line-height: 0.84;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 15px;
  }

  .hero-actions {
    margin-top: 30px;
  }

  .button-primary {
    width: 100%;
  }

  .hero-proof {
    margin-top: 34px;
    row-gap: 10px;
  }

  .owner-stage {
    width: min(100%, 520px);
    min-height: 500px;
    margin-inline: auto;
  }

  .owner-outline {
    width: 100%;
    right: -28%;
  }

  .owner-cutout {
    right: 50%;
    width: min(112vw, 520px);
    max-height: 100%;
    transform: translateX(50%);
  }

  .owner-signature {
    right: 0;
    bottom: 18px;
    width: 200px;
    padding: 14px 16px;
  }

  .hero-index {
    display: none;
  }
}

@media (max-width: 420px) {
  .utility-proof {
    display: none;
  }

  .utility-shell {
    justify-content: center;
  }

  .brand-full,
  .brand-full img {
    width: 136px;
    height: 46px;
  }

  .hero h1 {
    font-size: clamp(62px, 18.5vw, 76px);
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }

  .hero-proof span + span::before {
    display: none;
  }

}

/* Keep the approved horizontal logo intact after generic mobile image sizing. */
.site-header .brand-approved .brand-art .brand-emblem,
.site-header .brand-approved .brand-art .brand-wordmark-image {
  object-fit: contain;
}

@media (max-width: 720px) {
  .site-header .brand.brand-approved {
    width: 166px;
    height: 58px;
  }
}

/* 75% blue glass navigation overlay requested for the hero header. */
.hero-header,
.hero-header.scrolled {
  background:
    linear-gradient(115deg, rgba(255,255,255,.12), rgba(255,255,255,.025) 46%, rgba(2,72,142,.08)),
    rgba(11,133,218,.75);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

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

/* Truck and trailer campaign hero */
.hero-photo {
  min-height: calc(100svh - 34px);
  color: var(--ink);
  background-color: #f7faf9;
  background-image: url("/optimized-assets/green-faith-truck-hero-clean-door-v2.webp");
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.hero-background-video.is-active {
  opacity: 1;
}

.hero-background-video:not(.hero-background-video-secondary) {
  transform: scale(1.1);
}

.hero-background-video-secondary {
  object-position: 36% center;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 56% 82% at 10% 53%, rgba(2, 30, 36, 0.74) 0%, rgba(3, 42, 41, 0.62) 40%, rgba(3, 42, 40, 0.34) 66%, rgba(3, 35, 38, 0.08) 82%, transparent 100%),
    linear-gradient(90deg, rgba(2, 27, 35, 0.3) 0%, rgba(3, 38, 39, 0.14) 34%, transparent 61%);
  clip-path: none;
}

.hero-photo.homeowner-video-active::before {
  background:
    radial-gradient(ellipse 56% 82% at 9% 52%, rgba(2, 28, 35, 0.78) 0%, rgba(3, 40, 40, 0.66) 38%, rgba(3, 40, 39, 0.38) 64%, rgba(3, 34, 37, 0.1) 82%, transparent 100%),
    linear-gradient(90deg, rgba(2, 27, 35, 0.34) 0%, rgba(3, 38, 39, 0.17) 34%, transparent 61%);
}

.hero-photo.homeowner-video-active .hero-lead { color:#102f40; }
.hero-photo.homeowner-video-active .benefit-item small { color:#294b46; font-weight:700; }
.hero-photo.homeowner-video-active .hero-trust-item {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 20, 28, 0.78);
}

.hero-service-badge {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 6;
  width: 176px;
  aspect-ratio: 1;
  padding: 20px 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  background:
    radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(145deg, #075f45 0%, #064936 46%, #073e51 100%);
  border: 1px solid rgba(216, 244, 233, 0.7);
  border-radius: 50%;
  box-shadow:
    0 20px 48px rgba(3, 34, 34, 0.3),
    0 0 0 7px rgba(255, 255, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -18px 30px rgba(2, 37, 48, 0.2);
}

.hero-service-badge::before,
.hero-service-badge::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(177, 220, 83, 0.46);
  border-radius: inherit;
}

.hero-service-badge::after {
  inset: 16px;
  border-color: rgba(90, 188, 215, 0.26);
}

@media (min-width: 1600px) {
  .hero-service-badge {
    right: 4px;
    bottom: -4px;
    width: 198px;
  }
}

.hero-service-badge-mark {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #075f45;
  background: linear-gradient(145deg, #ffffff, #e9f6ef);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(2, 31, 35, 0.25);
}

.hero-service-badge-mark svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-service-badge strong,
.hero-service-badge > span:last-child {
  position: relative;
  z-index: 1;
}

.hero-service-badge strong {
  font-family: var(--editorial);
  font-size: 18px;
  font-weight: 600;
  line-height: 0.95;
}

.hero-service-badge > span:last-child {
  max-width: 112px;
  margin-top: 4px;
  color: rgba(234, 247, 241, 0.82);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: normal;
  text-transform: none;
}

.hero-photo .hero-shell {
  min-height: calc(100svh - 34px);
  padding: clamp(138px, 11vw, 158px) 0 108px;
  display: block;
}

.hero-header {
  position: absolute;
  inset: 34px 0 auto;
  z-index: 20;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035) 46%, rgba(2, 72, 142, 0.1)),
    rgba(11, 133, 218, 0.8);
  border-bottom: 1px solid rgba(205, 242, 255, 0.42);
  box-shadow:
    0 16px 40px rgba(3, 71, 139, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(2, 72, 142, 0.16);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.hero-header.scrolled {
  position: fixed;
  inset: 0 0 auto;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035) 46%, rgba(2, 72, 142, 0.1)),
    rgba(11, 133, 218, 0.86);
  border-bottom-color: rgba(205, 242, 255, 0.48);
  box-shadow:
    0 18px 46px rgba(3, 71, 139, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(2, 72, 142, 0.18);
  backdrop-filter: blur(28px) saturate(155%);
  -webkit-backdrop-filter: blur(28px) saturate(155%);
}

.hero-header .brand-copy,
.hero-header .site-nav a {
  color: var(--white);
}

.hero-header .brand-copy small {
  color: rgba(255, 255, 255, 0.68);
}

.hero-header .site-nav a::after {
  background: var(--leaf);
}

.hero-photo .hero-copy {
  width: min(56%, 780px);
  max-width: none;
}

@media (min-width: 721px) {
  .hero-photo .hero-copy {
    transform: translateY(112px);
  }

  .home-page .hero-photo .hero-trust-rail {
    width: min(72vw, 760px);
    border-top-color: rgba(255, 255, 255, 0.3);
  }

  .home-page .hero-photo .hero-trust-item {
    padding-inline: clamp(6px, 0.85vw, 13px);
    gap: clamp(5px, 0.65vw, 10px);
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(9px, 1vw, 15px);
    text-shadow: 0 2px 8px rgba(0, 20, 28, 0.78);
  }

  .home-page .hero-photo .hero-trust-item span {
    white-space: nowrap;
  }

  .home-page .hero-photo .hero-trust-item svg {
    width: clamp(21px, 1.8vw, 29px);
    height: clamp(21px, 1.8vw, 29px);
    color: #b8e34f;
    stroke: #b8e34f;
    filter: drop-shadow(0 2px 7px rgba(0, 18, 25, 0.58));
  }
}

.hero-photo .hero-kicker {
  margin-bottom: 12px;
  color: var(--forest-800);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.035em;
  text-transform: none;
}

.hero-photo .hero-kicker::before {
  width: 34px;
  height: 3px;
  background: var(--ocean);
}

.hero-photo .hero-premium-line {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--editorial);
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.018em;
  line-height: 1;
  text-shadow: 0 3px 16px rgba(0,20,28,.62);
}

.hero-photo h1 {
  max-width: 720px;
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--editorial);
  font-size: clamp(70px, 6.6vw, 102px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-shadow: 0 4px 24px rgba(0,18,27,.58);
  text-transform: none;
}

.hero-photo h1 em {
  display: block;
  margin-top: 3px;
  color: #b8e34f;
  background: none;
  -webkit-text-fill-color: #b8e34f;
  font-size: 0.9em;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.06em;
  line-height: 1.02;
  white-space: nowrap;
  text-shadow: 0 4px 22px rgba(0,18,27,.62);
}

@media (min-width: 721px) {
  .hero-photo h1 em {
    width: max-content;
  }
}

.hero-photo .hero-lead {
  max-width: 560px;
  margin-top: 16px;
  color: #193a4b;
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 600;
  line-height: 1.55;
}

.benefit-strip {
  max-width: 550px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.7vw, 24px);
}

.benefit-strip::before {
  display: none;
}

.benefit-item {
  min-height: 0;
  padding: 0;
  display: block;
}

.benefit-item::before {
  display: none;
}

.benefit-item + .benefit-item {
  padding-left: 0;
  border-left: 0;
}

.benefit-item > span:last-child {
  display: grid;
  gap: 4px;
}

.benefit-item strong {
  color: #073f35;
  font-family: var(--editorial);
  font-size: clamp(20px, 1.5vw, 23px);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: none;
  text-shadow: none;
}

.benefit-item small {
  max-width: 145px;
  color: #385953;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: -0.005em;
  line-height: 1.35;
  text-shadow: none;
}

.hero-actions-panel {
  width: min(100%, 600px);
  margin-top: 30px;
  gap: 12px;
  align-items: center;
  box-shadow: none;
}

.hero-curve {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 4;
  height: clamp(82px, 9.5vw, 126px);
  pointer-events: none;
}

.hero-curve svg {
  width: 100%;
  height: 100%;
  display: block;
}

.curve-blue {
  fill: url(#wave-blue-gradient);
  filter: drop-shadow(0 2px 2px rgba(3, 54, 78, 0.24)) drop-shadow(0 9px 16px rgba(3, 48, 69, 0.13));
}

.curve-green {
  fill: var(--sage-flow);
}

.curve-thread {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.curve-thread-light {
  stroke: rgba(229, 248, 251, 0.72);
  stroke-width: 1.15;
  filter: none;
}

.curve-band-sheen {
  stroke: url(#wave-sheen-gradient);
  stroke-width: 1.35;
  opacity: 0.56;
  filter: none;
}

.curve-brand-accent {
  stroke: url(#wave-accent-gradient);
  stroke-width: 1.2;
  opacity: 0.82;
  filter: drop-shadow(0 1px 2px rgba(5, 58, 53, 0.18));
}

.curve-thread-shadow {
  stroke: rgba(3, 55, 76, 0.58);
  stroke-width: 1.25;
}

.hero-actions-panel .button-primary {
  min-width: 0;
  height: 56px;
  padding-inline: 18px;
  flex: 1 1 0;
  color: var(--white);
  background: linear-gradient(135deg, #075f45, #064331);
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(5, 46, 36, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-actions-panel .button-primary:hover,
.hero-actions-panel .button-primary:focus-visible {
  background: var(--ocean-deep);
}

.hero-actions-panel .calendar-icon {
  width: 24px;
  height: 24px;
}

.hero-secondary {
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 0 0 4px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.008em;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none;
  backdrop-filter: none;
  transition: color 0.22s ease, border-color 0.22s ease;
}

.hero-secondary svg {
  display: none;
}

.hero-secondary:hover,
.hero-secondary:focus-visible {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  transform: none;
}

.hero-trust-rail {
  position: relative;
  isolation: isolate;
  width: min(100%, 640px);
  margin-top: 22px;
  padding: 19px 14px 13px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(8, 59, 49, 0.22);
}

.hero-trust-item {
  min-width: 0;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0b382f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-shadow:
    0 0 3px rgba(249, 252, 248, 1),
    0 0 7px rgba(249, 252, 248, .92),
    0 1px 11px rgba(249, 252, 248, .76);
}

.hero-trust-item:first-child {
  padding-left: 0;
}

.hero-trust-item:last-child {
  padding-right: 0;
}

.hero-trust-item + .hero-trust-item {
  border-left: 1px solid rgba(8, 59, 49, 0.18);
}

.hero-trust-item svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  fill: none;
  stroke: #075f45;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 3px 7px rgba(5, 46, 36, 0.18));
}

.hero-actions-panel .button-phone {
  min-width: 0;
  padding: 0 0 6px;
  gap: 12px;
  color: #0a243c;
  background: transparent;
  border-bottom: 1px solid rgba(5, 46, 36, 0.34);
}

.hero-actions-panel .button-phone svg {
  width: 24px;
  color: var(--forest-800);
}

.hero-actions-panel .button-phone span {
  display: grid;
  gap: 1px;
}

.hero-actions-panel .button-phone strong {
  font-size: 18px;
  line-height: 1.1;
}

.hero-actions-panel .button-phone small {
  color: var(--forest-800);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 1100px) {
  .hero-photo {
    background-position: 32% center;
  }

  .hero-background-video {
    object-position: 56% center;
  }

  .hero-background-video-secondary {
    object-position: 34% center;
  }

  .hero-photo .hero-copy {
    width: 62%;
  }

  .hero-photo h1 {
    font-size: clamp(62px, 7.6vw, 86px);
  }

  .benefit-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 520px;
    gap: 18px;
  }

  .hero-actions-panel {
    width: min(100%, 560px);
    align-items: flex-start;
    flex-direction: row;
  }

  .hero-actions-panel .button-primary,
  .hero-actions-panel .button-phone,
  .hero-actions-panel .hero-secondary {
    width: auto;
    min-width: 0;
  }

  .hero-actions-panel .button-primary {
    flex: 1 1 0;
  }

  .hero-actions-panel .hero-secondary {
    flex: 0 0 auto;
  }

  .hero-trust-rail {
    width: min(100%, 560px);
  }
}

@media (max-width: 720px) {
  .hero-photo {
    min-height: auto;
    padding-bottom: 390px;
    background-color: #f8fbfa;
    background-position: 70% bottom;
    background-size: auto 390px;
  }

  .hero-photo::before {
    inset: 0;
    background:
      linear-gradient(180deg, rgba(249, 252, 248, 0.99) 0%, rgba(249, 252, 248, 0.98) 55%, rgba(249, 252, 248, 0.7) 68%, rgba(249, 252, 248, 0.08) 88%, transparent 100%),
      linear-gradient(90deg, rgba(249, 252, 248, 0.78), transparent 72%);
  }

  .hero-background-video {
    object-position: 58% bottom;
  }

  .hero-background-video-secondary {
    object-position: 44% bottom;
  }

  .hero-service-badge {
    right: -8px;
    bottom: 30px;
    width: 132px;
    padding: 18px 14px 16px;
  }

  .hero-service-badge-mark {
    width: 52px;
    height: 52px;
    margin-bottom: 6px;
  }

  .hero-service-badge strong {
    font-size: 14px;
  }

  .hero-service-badge > span:last-child {
    max-width: 88px;
    font-size: 6.5px;
  }

  .hero-photo .hero-shell {
    min-height: auto;
    padding: 122px 0 84px;
  }

  .hero-header.scrolled .site-nav {
    top: 78px;
  }

  .hero-photo .hero-copy {
    width: 100%;
    transform: translateY(28px);
  }

  .hero-photo h1 {
    font-size: clamp(58px, 17vw, 75px);
    line-height: 0.94;
  }

  .hero-photo h1 em {
    margin-top: 5px;
    font-size: 0.78em;
    letter-spacing: -0.045em;
  }

  .hero-photo .hero-lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .benefit-strip {
    max-width: none;
    gap: 18px;
  }

  .hero-actions-panel {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions-panel .button-primary,
  .hero-actions-panel .hero-secondary {
    width: 100%;
  }

  .hero-trust-rail {
    width: 100%;
    margin-top: 20px;
    padding-top: 17px;
  }

  .hero-trust-item {
    padding-inline: 10px;
    flex-direction: column;
    gap: 7px;
    text-align: center;
    font-size: 10.5px;
  }

  .hero-trust-item svg {
    width: 25px;
    height: 25px;
  }

  .hero-curve {
    height: 78px;
  }
}

@media (max-width: 420px) {
  .hero-photo {
    padding-bottom: 330px;
    background-position: 68% bottom;
    background-size: auto 330px;
  }

  .hero-photo h1 {
    font-size: clamp(52px, 16vw, 66px);
  }

  .benefit-item {
    display: block;
  }
}

/* Mirror the Services-page hero actions on the homepage at mobile sizes. */
@media (max-width: 720px) {
  .home-page .hero-actions-panel {
    width: min(100%, 370px);
    margin: 28px auto 0;
    align-items: center;
    gap: 16px;
  }

  .home-page .hero-actions-panel .button-primary {
    width: 100%;
    min-height: 56px;
    height: 56px;
    padding: 0 18px;
    flex: 0 0 auto;
    gap: 11px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1;
  }

  .home-page .hero-actions-panel .hero-secondary {
    width: fit-content;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0 0 4px;
    display: flex;
    align-items: center;
    align-self: center;
    flex: 0 0 auto;
    gap: 16px;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 0;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: none;
  }

  .home-page .hero-actions-panel .hero-secondary svg {
    display: none;
  }

  .home-page .hero-actions-panel .hero-secondary:hover,
  .home-page .hero-actions-panel .hero-secondary:focus-visible {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    transform: none;
  }
}

/* Match the homepage desktop hero CTA to the tighter inner-page button footprint. */
@media (min-width: 981px) {
  .home-page .hero-actions-panel .button-primary {
    width: 245px;
    padding-inline: 10px;
    flex: 0 0 245px;
  }
}

/* Primary navigation services dropdown */
.nav-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.nav-dropdown > summary {
  position: relative;
  padding-block: 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #18372e;
  font-family: var(--editorial);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.006em;
  line-height: 1;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
}

.nav-dropdown > summary::-webkit-details-marker { display: none; }
.hero-header .nav-dropdown > summary,
.inner-header .nav-dropdown > summary { color: #fff; }

.nav-dropdown > summary::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 1px;
  background: linear-gradient(90deg, var(--ocean), var(--leaf));
  transition: left 0.24s ease, right 0.24s ease;
}

.nav-dropdown:hover > summary::after,
.nav-dropdown:focus-within > summary::after,
.nav-dropdown.active > summary::after,
.nav-dropdown[open] > summary::after { right: 20%; left: 20%; }

.nav-dropdown > summary:hover .nav-icon,
.nav-dropdown > summary:focus-visible .nav-icon,
.nav-dropdown.active > summary .nav-icon {
  stroke: var(--leaf);
  opacity: 1;
  transform: translateY(-1px);
}

.nav-chevron {
  width: 15px;
  height: 15px;
  margin-left: 1px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.24s ease;
}

.nav-dropdown[open] .nav-chevron { transform: rotate(180deg); }

.nav-submenu {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  z-index: 30;
  min-width: 216px;
  padding: 10px;
  display: grid;
  gap: 3px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025)),
    rgba(4, 52, 64, .94);
  border: 1px solid rgba(170, 229, 239, .24);
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(2, 25, 34, .32), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity .22s ease, visibility .22s ease, transform .24s ease;
}

.nav-submenu a {
  width: 100%;
  padding: 12px 14px;
  color: rgba(255,255,255,.86) !important;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 650;
  border-radius: 11px;
}

.nav-submenu a::after { display: none; }
.nav-submenu a:hover,
.nav-submenu a:focus-visible,
.nav-submenu a.active {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(11,133,218,.28), rgba(184,227,79,.08));
}

@media (min-width: 981px) {
  .nav-dropdown:hover .nav-submenu,
  .nav-dropdown:focus-within .nav-submenu,
  .nav-dropdown[open] .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 980px) {
  .site-nav .nav-dropdown { width: 100%; }
  .site-nav .nav-dropdown > summary {
    width: 100%;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 16px minmax(0,1fr) 20px;
    color: #fff;
    font-size: 21px;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .site-nav .nav-dropdown > summary::after { display: none; }
  .site-nav .nav-submenu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    gap: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: none;
    transition: max-height .3s ease, opacity .22s ease, visibility .22s ease;
  }
  .site-nav .nav-dropdown[open] .nav-submenu {
    max-height: 130px;
    padding: 5px 0 8px;
    opacity: 1;
    visibility: visible;
  }
  .site-nav .nav-submenu a {
    padding: 11px 14px 11px 38px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
}

@media (max-width: 720px) {
  .premium-mobile-nav .site-nav > .nav-dropdown {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .3s ease .14s, transform .4s cubic-bezier(.22,1,.36,1) .14s;
  }
  .premium-mobile-nav .site-nav.open > .nav-dropdown { opacity: 1; transform: translateX(0); }
  .premium-mobile-nav .site-nav .nav-dropdown > summary {
    min-height: 66px;
    padding: 13px 14px;
    grid-template-columns: 27px minmax(0,1fr) 22px;
    gap: 15px;
    color: rgba(255,255,255,.88);
    font-size: clamp(24px,6.5vw,28px);
    font-weight: 600;
    letter-spacing: -.025em;
    border-bottom-color: rgba(255,255,255,.09);
    border-radius: 16px;
  }
  .premium-mobile-nav .site-nav .nav-dropdown.active > summary,
  .premium-mobile-nav .site-nav .nav-dropdown[open] > summary {
    color: #fff;
    background: linear-gradient(90deg, rgba(8,143,190,.15), rgba(255,255,255,.015) 72%);
  }
  .premium-mobile-nav .site-nav .nav-dropdown > summary .nav-icon {
    width: 24px;
    height: 24px;
    stroke: #82dbe6;
  }
  .premium-mobile-nav .site-nav .nav-submenu a {
    min-height: 44px;
    padding: 11px 14px 11px 56px;
    display: flex;
    font-family: var(--sans);
    font-size: 15px;
    letter-spacing: 0;
  }
  .premium-mobile-nav .site-nav > a:nth-of-type(2) { transition-delay: .18s; }
  .premium-mobile-nav .site-nav > a:nth-of-type(3) { transition-delay: .22s; }
  .premium-mobile-nav .site-nav > a:nth-of-type(4) { transition-delay: .26s; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background-video {
    display: none;
  }
}

/* South Florida authority section */
.climate-section {
  position: relative;
  isolation: isolate;
  margin-top: -4px;
  padding-top: 4px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--sage-flow) 0 150px, rgba(238, 247, 230, 0.86) 205px, rgba(238, 247, 230, 0) 310px),
    radial-gradient(ellipse at 24% 14%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.24) 24%, transparent 48%),
    radial-gradient(ellipse at 92% 82%, rgba(5, 72, 57, 0.12) 0%, rgba(5, 72, 57, 0.035) 28%, transparent 54%),
    linear-gradient(112deg, transparent 0 49.82%, rgba(7, 81, 58, 0.025) 49.9% 50.05%, transparent 50.14%) 0 0 / 76px 76px,
    radial-gradient(ellipse at 75% 48%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.16) 27%, transparent 52%),
    radial-gradient(circle at 88% 18%, rgba(8, 127, 189, 0.17), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(145, 200, 62, 0.22), transparent 38%),
    linear-gradient(135deg, #f7fbf1 0%, var(--sage-flow) 43%, #e3f1dc 76%, #edf7e8 100%);
  box-shadow:
    inset 0 -140px 190px rgba(5, 66, 52, 0.065);
}

.climate-section::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -150px;
  z-index: -1;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.42), transparent 29%),
    repeating-radial-gradient(circle, transparent 0 52px, rgba(8, 127, 189, 0.115) 53px, transparent 54px 78px);
  filter:
    drop-shadow(-20px 34px 64px rgba(8, 127, 189, 0.11))
    drop-shadow(16px 4px 42px rgba(145, 200, 62, 0.07));
  mask-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9), transparent 70%);
  -webkit-mask-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9), transparent 70%);
}

.climate-section::after {
  content: "";
  position: absolute;
  left: -9%;
  bottom: -180px;
  z-index: -1;
  width: 48%;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(7, 81, 58, 0.1);
  box-shadow: 0 0 0 52px rgba(145, 200, 62, 0.045), 0 0 0 104px rgba(8, 127, 189, 0.032), 0 0 90px 150px rgba(255, 255, 255, 0.12);
}

.climate-shell {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin-inline: auto;
  padding: clamp(68px, 5.5vw, 92px) 0 clamp(120px, 10vw, 168px);
  display: grid;
  grid-template-columns: minmax(370px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(58px, 7vw, 112px);
}

.climate-shell::before {
  content: "";
  position: absolute;
  top: 8%;
  right: -13vw;
  z-index: -1;
  width: min(74vw, 980px);
  height: 76%;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-right: 0;
  border-radius: 48% 0 0 48%;
  background:
    linear-gradient(122deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.06) 42%, rgba(8, 127, 189, 0.055)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
  box-shadow:
    inset 34px 10px 72px rgba(255, 255, 255, 0.3),
    inset -30px -20px 78px rgba(8, 127, 189, 0.055),
    -44px 42px 120px rgba(7, 81, 58, 0.09),
    18px -18px 76px rgba(8, 127, 189, 0.045);
  backdrop-filter: blur(7px) saturate(112%);
  -webkit-backdrop-filter: blur(7px) saturate(112%);
  transform: rotate(-3deg);
}

.climate-shell::after {
  content: "";
  position: absolute;
  top: 17%;
  left: -7%;
  z-index: -1;
  width: 330px;
  height: 310px;
  opacity: 0.42;
  background-image: radial-gradient(circle, rgba(7, 81, 58, 0.22) 0 1px, transparent 1.4px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse at 40% 45%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 40% 45%, #000 0%, transparent 72%);
}

.climate-copy {
  max-width: 510px;
}

.section-label {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--forest-800);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  width: 42px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--ocean);
}

.climate-copy h2 {
  margin: 0;
  color: #0a243c;
  font-family: var(--editorial);
  font-size: clamp(66px, 5.8vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.climate-copy h2 em {
  display: block;
  margin-top: 7px;
  color: var(--forest-800);
  font-weight: 500;
  font-style: italic;
}

.climate-lead {
  margin: 28px 0 0;
  color: #395462;
  font-size: 16px;
  line-height: 1.65;
}

.climate-points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.climate-points li {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #102e43;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid rgba(10, 36, 60, 0.12);
}

.climate-points svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--forest-800);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-mobile-trust-strip {
  display: none;
}

.climate-cta {
  min-height: 58px;
  margin-top: 30px;
  padding: 0 27px;
  color: var(--white);
  background: var(--forest-800);
}

.climate-cta:hover,
.climate-cta:focus-visible {
  background: var(--ocean-deep);
}

.climate-visual {
  position: relative;
  padding-bottom: 76px;
}

.climate-image-frame {
  position: relative;
  aspect-ratio: 1.34 / 1;
  overflow: hidden;
  border-radius: 26px 0 26px 26px;
  background: #d7e1de;
  box-shadow: 0 26px 60px rgba(5, 46, 36, 0.14);
}

.climate-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: inherit;
  pointer-events: none;
}

.climate-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.climate-note {
  position: absolute;
  right: clamp(22px, 4vw, 62px);
  bottom: 0;
  width: min(88%, 590px);
  min-height: 176px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 98px 1fr;
  align-items: center;
  gap: 28px;
  color: var(--white);
  background: rgba(3, 82, 61, 0.97);
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(5, 46, 36, 0.2);
}

.climate-note > img {
  width: 92px;
  height: 92px;
  padding: 8px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--white);
}

.climate-note h3 {
  margin: 0;
  font-family: var(--editorial);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
}

.climate-note p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .climate-shell {
    grid-template-columns: minmax(320px, 0.82fr) minmax(480px, 1.18fr);
    gap: 48px;
  }

  .climate-copy h2 {
    font-size: clamp(60px, 6.6vw, 78px);
  }

  .climate-note {
    width: 94%;
    right: 18px;
  }
}

@media (max-width: 900px) {
  .climate-shell {
    padding-top: 92px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .climate-copy {
    max-width: 650px;
  }

  .climate-copy h2 {
    max-width: 620px;
  }

  .climate-visual {
    width: min(100%, 760px);
  }
}

@media (max-width: 620px) {
  .climate-shell {
    padding: 76px 0 96px;
    gap: 46px;
  }

  .section-label {
    margin-bottom: 18px;
  }

  .climate-copy h2 {
    font-size: clamp(54px, 15.5vw, 70px);
  }

  .climate-lead {
    margin-top: 22px;
    font-size: 15px;
  }

  .climate-visual {
    padding-bottom: 0;
  }

  .climate-image-frame {
    aspect-ratio: 1 / 0.92;
    border-radius: 20px;
  }

  .climate-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    min-height: 0;
    margin: -44px 12px 0;
    padding: 24px;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    border-radius: 18px;
  }

  .climate-note > img {
    width: 68px;
    height: 68px;
  }

  .climate-note h3 {
    font-size: 23px;
  }

  .climate-note p {
    font-size: 12px;
  }

  .climate-cta {
    width: 100%;
  }
}

/* Homepage franchise location finder */
.locations-section {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 112px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 16%, rgba(184, 227, 79, 0.16), transparent 31%),
    radial-gradient(circle at 88% 82%, rgba(40, 164, 204, 0.2), transparent 34%),
    linear-gradient(135deg, #062f38 0%, #064c48 48%, #082d45 100%);
}

.locations-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 78%);
}

.locations-shell {
  width: var(--shell);
  margin-inline: auto;
  padding: clamp(92px, 9vw, 138px) 0;
}

.locations-heading {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.locations-eyebrow {
  margin: 0 0 18px;
  color: #b8e34f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.locations-heading h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(56px, 6vw, 84px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.94;
}

.locations-heading h2 em {
  color: #b8e34f;
  font-weight: 500;
}

.locations-heading > p:last-child {
  max-width: 760px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.72;
}

.location-grid {
  margin-top: clamp(46px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.location-card {
  position: relative;
  min-width: 0;
  min-height: 410px;
  padding: clamp(30px, 3.6vw, 50px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #0a303c;
  background:
    radial-gradient(circle at 92% 4%, rgba(8, 127, 189, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 230, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 28px;
  box-shadow: 0 26px 64px rgba(0, 20, 32, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.location-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(8, 127, 189, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(145, 200, 62, 0.055), 0 0 0 68px rgba(8, 127, 189, 0.04);
  pointer-events: none;
}

.location-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #47706f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-state-code {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: var(--editorial);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(145deg, #08734f, #0b8f76);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(5, 81, 58, 0.2);
}

.location-card-florida .location-state-code {
  background: linear-gradient(145deg, #086d9f, #0aa0b3);
}

.location-card h3 {
  margin: 30px 0 0;
  color: #0a243c;
  font-family: var(--editorial);
  font-size: clamp(44px, 4.2vw, 62px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

/* Body-mounted drawer is independent of every header's filter/transform. */
@media (max-width: 980px) {
  body.premium-mobile-nav > nav.site-nav.viewport-drawer {
    position: fixed !important;
    inset: 0 0 auto auto !important;
    z-index: 10000 !important;
    width: min(92vw, 430px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    box-sizing: border-box;
    padding-top: max(28px, env(safe-area-inset-top)) !important;
    padding-bottom: max(28px, env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  body.menu-open { overflow: hidden; }
  /* Remove the off-screen drawer from layout/overflow calculations when shut,
     including WebKit's scrollable overflow after body scroll-lock restoration. */
  body.premium-mobile-nav > nav.site-nav.viewport-drawer:not(.open) {
    display: none !important;
  }
  body.premium-mobile-nav > nav.site-nav.viewport-drawer .mobile-nav-heading {
    width: 100%;
    padding: 44px 0 18px;
    margin: 0 0 7px;
    text-align: left;
  }
  body.premium-mobile-nav > nav.site-nav.viewport-drawer .mobile-nav-heading strong {
    font-size: clamp(22px, 6.6vw, 30px);
    line-height: 1.2;
    white-space: nowrap;
  }
  body.premium-mobile-footer .site-footer {
    overflow: hidden;
    contain: paint;
  }
}

.location-market {
  margin: 10px 0 0;
  color: #08734f;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.location-title-row h3 { margin: 0; }
.location-view {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #075c48;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}
.location-view:hover, .location-view:focus-visible { background: #09364a; }
.location-featured-cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.location-featured-cities li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(7, 81, 58, .18);
  color: #244b50;
  font-size: 14px;
  line-height: 1.5;
}
.location-featured-cities a { color: #075c48; text-underline-offset: 3px; }
@media (max-width: 400px) {
  .location-title-row h3 { font-size: 38px; }
  .location-view { padding-inline: 11px; font-size: 11px; }
  .location-featured-cities { gap: 0 12px; }
  .location-featured-cities li { font-size: 12px; }
}

.location-card > p:not(.location-market):not(.locations-eyebrow) {
  max-width: 520px;
  margin: 20px 0 0;
  color: #4d666d;
  font-size: 15px;
  line-height: 1.7;
}

.location-card-actions {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.location-call {
  min-height: 50px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  background: #075f45;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(5, 81, 58, 0.18);
}

.location-request {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #08688f;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

.location-call:hover,
.location-call:focus-visible {
  color: #ffffff;
  background: #087f5c;
  transform: translateY(-1px);
}

.location-request:hover,
.location-request:focus-visible {
  color: #075f45;
}

.location-card-growth {
  min-height: 0;
  grid-column: 1 / -1;
  padding: 38px clamp(30px, 4vw, 56px);
  display: grid;
  grid-template-columns: 76px minmax(180px, 0.62fr) minmax(280px, 1.38fr) auto;
  align-items: center;
  gap: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 16%, rgba(184, 227, 79, 0.16), transparent 34%),
    linear-gradient(120deg, rgba(7, 115, 79, 0.92), rgba(7, 92, 112, 0.92));
}

.location-card-growth::after {
  display: none;
}

.location-growth-mark {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b4a45;
  font-family: var(--editorial);
  font-size: 46px;
  font-weight: 500;
  background: #b8e34f;
  border-radius: 50%;
}

.location-card-growth .locations-eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.location-card-growth h3 {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 3.2vw, 48px);
}

.location-card.location-card-growth > p:not(.locations-eyebrow) {
  grid-column: 3;
  grid-row: 1 / 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.location-card-growth .location-request {
  grid-column: 4;
  grid-row: 1 / 3;
  color: #ffffff;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .location-card-growth {
    grid-template-columns: 70px 1fr auto;
  }

  .location-card.location-card-growth > p:not(.locations-eyebrow) {
    grid-column: 2 / -1;
    grid-row: 3;
  }

  .location-card-growth h3 {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .location-card-growth .location-request {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 760px) {
  .locations-shell {
    padding: 78px 0;
  }

  .locations-heading h2 {
    font-size: clamp(44px, 12vw, 58px);
  }

  .locations-heading > p:last-child {
    font-size: 15px;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-card {
    min-height: 390px;
    border-radius: 23px;
  }

  .location-card-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .location-card-growth {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 62px 1fr;
  }

  .location-growth-mark {
    grid-column: 1;
    grid-row: 1 / 5;
    width: 58px;
    height: 58px;
    font-size: 38px;
  }

  .location-card-growth .locations-eyebrow,
  .location-card-growth h3,
  .location-card-growth > p:not(.locations-eyebrow),
  .location-card-growth .location-request {
    grid-column: 2;
  }

  .location-card-growth .locations-eyebrow {
    grid-row: 1;
  }

  .location-card-growth h3 {
    grid-row: 2;
  }

  .location-card.location-card-growth > p:not(.locations-eyebrow) {
    grid-row: 3;
  }

  .location-card-growth .location-request {
    grid-row: 4;
    white-space: normal;
  }
}

@media (max-width: 460px) {
  .location-card-growth {
    display: flex;
    align-items: flex-start;
  }
}

/* Homepage editorial continuation */
.services-editorial {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #0a243c;
  background:
    linear-gradient(118deg, transparent 0 43%, rgba(255, 255, 255, 0.44) 43.1% 58%, transparent 58.1%) 0 0 / 180px 180px,
    radial-gradient(ellipse at 88% 7%, rgba(39, 156, 204, 0.2) 0%, rgba(39, 156, 204, 0.06) 27%, transparent 52%),
    radial-gradient(ellipse at 8% 42%, rgba(153, 207, 82, 0.19) 0%, rgba(153, 207, 82, 0.045) 32%, transparent 58%),
    radial-gradient(ellipse at 64% 76%, rgba(7, 81, 58, 0.075), transparent 42%),
    linear-gradient(142deg, #fcfefb 0%, #f2f8ee 38%, #f7fbfa 67%, #edf6f4 100%);
}

.services-editorial::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -220px;
  z-index: -1;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 44% 56% 62% 38% / 52% 42% 58% 48%;
  background:
    radial-gradient(circle at 33% 34%, rgba(255, 255, 255, 0.88), transparent 24%),
    conic-gradient(from 218deg at 52% 50%, rgba(8, 127, 189, 0.05), rgba(145, 200, 62, 0.13), rgba(255, 255, 255, 0.22), rgba(8, 127, 189, 0.08));
  box-shadow:
    inset 35px 28px 80px rgba(255, 255, 255, 0.34),
    inset -30px -34px 90px rgba(8, 127, 189, 0.055),
    -42px 56px 110px rgba(6, 67, 52, 0.075);
  transform: rotate(-16deg);
  pointer-events: none;
}

.services-editorial::after {
  content: "";
  position: absolute;
  bottom: 9%;
  left: -360px;
  z-index: -1;
  width: 760px;
  height: 540px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(7, 81, 58, 0.1) 0%, rgba(145, 200, 62, 0.075) 34%, transparent 70%);
  filter: blur(2px);
  transform: rotate(12deg);
  pointer-events: none;
}

.editorial-shell,
.performance-shell,
.craft-shell,
.process-shell,
.owner-shell,
.faq-shell,
.promise-shell,
.booking-shell,
.footer-shell,
.footer-bottom {
  width: var(--shell);
  margin-inline: auto;
}

.editorial-shell {
  position: relative;
  z-index: 1;
  padding: clamp(82px, 7vw, 118px) 0 clamp(104px, 9vw, 150px);
}

.services-heading {
  max-width: 900px;
  margin-bottom: clamp(48px, 5vw, 72px);
  display: block;
}

.services-heading h2 {
  max-width: 820px;
}

.services-heading h2,
.process-section h2,
.faq-intro h2,
.booking-section h2 {
  margin: 0;
  color: #0a243c;
  font-family: var(--editorial);
  font-size: clamp(62px, 5.3vw, 86px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.services-heading h2 em,
.process-section h2 em,
.faq-intro h2 em,
.booking-section h2 em {
  display: block;
  margin-top: 7px;
  color: var(--forest-800);
  font-weight: 500;
  font-style: italic;
}

.services-heading p {
  max-width: 700px;
  margin: 28px 0 0;
  color: #324f5b;
  font-size: 17px;
  line-height: 1.68;
}

.service-story {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(600px, 1.3fr);
  align-items: stretch;
  gap: clamp(52px, 7vw, 110px);
}

.service-story + .service-story {
  margin-top: clamp(92px, 9vw, 140px);
  grid-template-columns: minmax(600px, 1.3fr) minmax(360px, 0.7fr);
}

.service-story-copy {
  position: relative;
  align-self: start;
  padding: clamp(20px, 2.7vw, 42px) 0 0;
}

.service-story h3 {
  margin: 0;
  color: #0a243c;
  font-family: var(--editorial);
  font-size: clamp(46px, 4vw, 68px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.service-story-copy > p {
  margin: 24px 0 0;
  color: #34515d;
  font-size: 16px;
  line-height: 1.72;
}

.service-story ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.service-story li {
  padding: 12px 0;
  color: #16394b;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(10, 36, 60, 0.12);
}

.service-story li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 13px;
  display: inline-block;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 4px rgba(145, 200, 62, 0.14);
}

.text-link {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--forest-800);
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid rgba(7, 81, 58, 0.34);
}

.text-link span {
  color: var(--ocean);
  font-size: 21px;
  transition: transform 0.2s ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(5px);
}

.service-story-image {
  position: relative;
  min-height: 510px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px 2px 30px 30px;
  box-shadow: 0 30px 70px rgba(5, 46, 36, 0.16);
}

.service-story-assessment .service-story-image {
  border-radius: 2px 30px 30px 30px;
}

.service-story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
  pointer-events: none;
}

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

.service-story-insulation .service-story-image img {
  object-position: 64% center;
}

.service-story-assessment .service-story-image img {
  object-position: 60% center;
}

.performance-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 92% -10%, rgba(106, 210, 245, 0.24), transparent 35%),
    linear-gradient(118deg, #06385a 0%, #08679b 52%, #087fbd 100%);
}

.performance-band::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -210px;
  width: 720px;
  height: 420px;
  border: 1px solid rgba(197, 237, 249, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(197, 237, 249, 0.04), 0 0 0 90px rgba(197, 237, 249, 0.025);
}

.performance-shell {
  position: relative;
  z-index: 1;
  padding: clamp(82px, 7vw, 112px) 0;
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(650px, 1.25fr);
  align-items: center;
  gap: clamp(65px, 8vw, 128px);
}

.performance-shell > h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(48px, 4.2vw, 68px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.performance-lead-line {
  display: block;
  font-size: 0.78em;
  letter-spacing: -0.038em;
  white-space: nowrap;
}

.performance-shell > h2 em {
  display: block;
  margin-top: 6px;
  color: #54c6df;
  font-weight: 500;
  font-style: italic;
}

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

.performance-list article {
  min-height: 190px;
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.performance-list svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #c4ed77;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.performance-list h3 {
  margin: 25px 0 0;
  font-family: var(--editorial);
  font-size: 25px;
  font-weight: 600;
}

.performance-list p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 13px;
  line-height: 1.58;
}

.craft-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(118deg, rgba(8, 127, 189, 0.08), transparent 35%),
    #061f2d;
}

.craft-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background: linear-gradient(112deg, transparent 0 49.8%, rgba(131, 185, 54, 0.18) 49.9% 50.05%, transparent 50.15%) 0 0 / 84px 84px;
}

.craft-shell {
  position: relative;
  z-index: 1;
  padding: clamp(110px, 9vw, 155px) 0;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(650px, 1.28fr);
  align-items: center;
  gap: clamp(70px, 8vw, 130px);
}

.craft-copy h2,
.owner-copy h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(58px, 4.9vw, 80px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.craft-copy h2 em,
.owner-copy h2 em {
  display: block;
  margin-top: 7px;
  color: #b9eb5d;
  font-weight: 500;
  font-style: italic;
}

.craft-copy > p {
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.72;
}

.craft-checklist {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.craft-checklist li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.craft-checklist span {
  color: #b9eb5d;
  font-family: var(--editorial);
  font-size: 17px;
}

.craft-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 235px 235px;
  gap: 12px;
}

.craft-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
}

.craft-gallery-main {
  grid-row: 1 / 3;
}

.craft-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.craft-gallery figure:hover img {
  transform: scale(1.035);
}

.craft-gallery-main img {
  object-position: 70% center;
}

.craft-gallery figure:nth-child(2) img {
  object-position: 48% center;
}

.craft-gallery figure:nth-child(3) img {
  object-position: 30% bottom;
  transform: scale(1.42);
}

.process-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(118deg, transparent 0 24%, rgba(255, 255, 255, 0.46) 24.1% 40%, transparent 40.1% 100%),
    radial-gradient(ellipse at 86% 18%, rgba(8, 127, 189, 0.17) 0%, rgba(8, 127, 189, 0.045) 30%, transparent 54%),
    radial-gradient(ellipse at 10% 88%, rgba(145, 200, 62, 0.2) 0%, rgba(145, 200, 62, 0.055) 31%, transparent 57%),
    radial-gradient(ellipse at 50% 110%, rgba(7, 81, 58, 0.095), transparent 46%),
    linear-gradient(145deg, #fbfdf8 0%, #f1f8ed 43%, #edf6f3 72%, #f7fbf7 100%);
  box-shadow:
    inset 0 90px 150px rgba(255, 255, 255, 0.34),
    inset 0 -110px 170px rgba(7, 81, 58, 0.045);
}

.process-section::before {
  content: "";
  position: absolute;
  top: -310px;
  right: -250px;
  z-index: -1;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 43% 57% 48% 52% / 55% 42% 58% 45%;
  background:
    radial-gradient(circle at 32% 38%, rgba(255, 255, 255, 0.72), transparent 25%),
    conic-gradient(from 206deg, rgba(8, 127, 189, 0.05), rgba(145, 200, 62, 0.11), rgba(255, 255, 255, 0.19), rgba(8, 127, 189, 0.08));
  box-shadow:
    inset 34px 26px 82px rgba(255, 255, 255, 0.28),
    -40px 55px 120px rgba(8, 93, 111, 0.085);
  transform: rotate(-14deg);
  pointer-events: none;
}

.process-section::after {
  content: "";
  position: absolute;
  bottom: -430px;
  left: -270px;
  z-index: -1;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 81, 58, 0.11), rgba(145, 200, 62, 0.055) 35%, transparent 70%);
  filter: blur(3px);
  pointer-events: none;
}

.process-shell {
  position: relative;
  z-index: 1;
  padding: clamp(105px, 9vw, 150px) 0;
}

.process-section h2 {
  max-width: 850px;
  margin-inline: auto;
  scroll-margin-top: 148px;
  text-align: center;
  font-size: clamp(56px, 4.7vw, 76px);
}

.process-section h2 em {
  display: inline;
}

.process-list {
  position: relative;
  margin: clamp(68px, 7vw, 102px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 6vw, 90px);
  list-style: none;
}

.process-list::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(8, 127, 189, 0.25), rgba(7, 81, 58, 0.32), rgba(8, 127, 189, 0.25));
}

.process-list li {
  position: relative;
  text-align: center;
}

.process-index {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--forest-800);
  border: 5px solid #f3f9ef;
  border-radius: 50%;
  font-family: var(--editorial);
  font-size: 18px;
  box-shadow: 0 0 0 1px rgba(7, 81, 58, 0.16);
}

.process-list h3 {
  margin: 0;
  color: #0a243c;
  font-family: var(--editorial);
  font-size: 29px;
  font-weight: 600;
}

.process-list p {
  max-width: 330px;
  margin: 15px auto 0;
  color: #304f59;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.58;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48);
}

.owner-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(118deg, #07513a 0%, #063e35 58%, #073f55 100%);
}

.owner-section::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -140px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(121, 205, 236, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(121, 205, 236, 0.035), 0 0 0 116px rgba(145, 200, 62, 0.02);
}

.owner-shell {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(560px, 1.05fr) minmax(460px, 0.95fr);
  align-items: stretch;
  gap: clamp(70px, 8vw, 130px);
}

.owner-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.owner-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, rgba(7, 81, 58, 0.48) 100%);
  pointer-events: none;
}

.owner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.owner-copy {
  align-self: center;
  padding: 90px 0;
}

.owner-copy h2 em {
  color: #b9eb5d;
}

.owner-lead {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.72;
}

.owner-values {
  margin-top: 31px;
}

.owner-values article {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.owner-values h3 {
  margin: 0;
  color: #d5f79a;
  font-size: 14px;
}

.owner-values p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.owner-cta {
  position: relative;
  isolation: isolate;
  min-height: 60px;
  margin-top: 34px;
  padding: 0 8px 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(91, 204, 232, 0.32), transparent 29%),
    linear-gradient(122deg, #07384e 0%, #075f78 52%, #087fa8 100%);
  border: 1px solid rgba(170, 231, 243, 0.42);
  border-radius: 999px;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.018em;
  box-shadow: 0 20px 42px rgba(2, 27, 34, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(1, 36, 50, 0.25);
  transition: color 0.24s ease, background 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.owner-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  background: linear-gradient(112deg, transparent 0 44%, rgba(255, 255, 255, 0.12) 57%, transparent 69%);
  border-radius: inherit;
  transform: translateX(-78%);
  transition: transform 0.55s ease;
}

.owner-cta svg {
  width: 44px;
  height: 44px;
  padding: 13px;
  display: grid;
  place-items: center;
  color: #073c4b;
  background: linear-gradient(145deg, #ffffff 0%, #dcf5e7 58%, #c8edf5 100%);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  box-shadow: 0 9px 20px rgba(2, 32, 38, 0.24), inset 0 1px 0 #ffffff;
  transition: transform 0.22s ease;
}

.owner-cta:hover,
.owner-cta:focus-visible {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(91, 204, 232, 0.38), transparent 31%),
    linear-gradient(122deg, #062f42 0%, #075770 52%, #08799f 100%);
  border-color: rgba(196, 239, 247, 0.58);
  transform: translateY(-3px);
  box-shadow: 0 25px 50px rgba(2, 27, 34, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.owner-cta:hover::before,
.owner-cta:focus-visible::before {
  transform: translateX(78%);
}

.owner-cta:hover svg,
.owner-cta:focus-visible svg {
  transform: translateX(2px);
}

.faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 84% 14%, rgba(8, 127, 189, 0.19), transparent 31%),
    radial-gradient(ellipse at 7% 91%, rgba(145, 200, 62, 0.17), transparent 33%),
    linear-gradient(38deg, transparent 0 63%, rgba(8, 127, 189, 0.025) 63.1% 63.35%, transparent 63.45%),
    repeating-linear-gradient(132deg, transparent 0 76px, rgba(7, 81, 58, 0.028) 77px 78px),
    linear-gradient(118deg, #ffffff 0%, #f4faf7 45%, #e7f3f2 100%);
}

.faq-section::before {
  content: "?";
  position: absolute;
  top: -13%;
  right: 2.5%;
  z-index: 0;
  color: rgba(8, 127, 189, 0.075);
  font-family: var(--editorial);
  font-size: clamp(330px, 39vw, 650px);
  font-weight: 600;
  line-height: 1;
  -webkit-text-stroke: 2px rgba(7, 81, 58, 0.14);
  text-shadow: -24px 32px 72px rgba(5, 79, 97, 0.12), 18px -10px 58px rgba(145, 200, 62, 0.08);
  transform: rotate(5deg);
  pointer-events: none;
}

.faq-section::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -210px;
  z-index: 0;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 81, 58, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(8, 127, 189, 0.04), 0 0 0 104px rgba(145, 200, 62, 0.03), 0 0 95px 135px rgba(255, 255, 255, 0.17);
  pointer-events: none;
}

.faq-shell {
  position: relative;
  z-index: 1;
  padding: clamp(76px, 6.5vw, 104px) 0 clamp(112px, 10vw, 165px);
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(580px, 1.18fr);
  align-items: start;
  gap: clamp(80px, 10vw, 155px);
}

.faq-intro h2 {
  font-size: clamp(58px, 4.8vw, 78px);
  text-shadow: 0 14px 38px rgba(7, 81, 58, 0.08);
}

.faq-intro h2 em {
  color: transparent;
  background: linear-gradient(105deg, #07513a 0%, #298c52 52%, #087fbd 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.faq-intro > p {
  margin: 26px 0 0;
  color: #385762;
  font-size: 16px;
  line-height: 1.75;
}

.faq-before-after {
  width: 100%;
  height: 255px;
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 24px 2px 24px 24px;
  outline: 1px solid rgba(255, 255, 255, 0.72);
  outline-offset: -1px;
  box-shadow: 0 26px 58px rgba(5, 46, 36, 0.16), 0 7px 18px rgba(8, 127, 189, 0.08);
}

.faq-before,
.faq-after {
  position: relative;
  min-width: 0;
  background-image: url("/optimized-assets/green-faith-existing-before-after.webp");
  background-repeat: no-repeat;
}

.faq-before {
  background-position: left bottom;
  background-size: 225% auto;
}

.faq-after {
  background-position: right bottom;
  background-size: 180% auto;
}

.faq-before::after,
.faq-after::after {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  color: #ffffff;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(2, 24, 27, 0.72);
}

.faq-before::after {
  content: "Before";
}

.faq-after::after {
  content: "After";
}

.faq-after::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 1px 0 0 rgba(7, 81, 58, 0.12);
}

.faq-list {
  position: relative;
  border-top: 1px solid rgba(10, 36, 60, 0.18);
}

.faq-list details {
  position: relative;
  padding-inline: 24px;
  border-bottom: 1px solid rgba(10, 36, 60, 0.16);
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.faq-list details[open] {
  margin: 8px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(8, 127, 189, 0.12), transparent 30%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.86), rgba(239, 248, 236, 0.78));
  border-bottom-color: transparent;
  border-radius: 20px 2px 20px 20px;
  box-shadow: 0 18px 44px rgba(5, 46, 36, 0.1), inset 3px 0 0 rgba(145, 200, 62, 0.86), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.faq-list summary {
  min-height: 92px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: center;
  gap: 28px;
  color: #102e43;
  font-family: var(--editorial);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.16;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 38px;
  height: 38px;
  color: var(--forest-800);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(7, 81, 58, 0.2);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(5, 46, 36, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-list summary span::before,
.faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--forest-800);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list details[open] summary span {
  color: #ffffff;
  background: linear-gradient(145deg, #07513a, #087fbd);
  border-color: rgba(8, 127, 189, 0.34);
  transform: rotate(180deg);
  box-shadow: 0 10px 22px rgba(5, 75, 84, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.faq-list details[open] summary span::before,
.faq-list details[open] summary span::after {
  background: #ffffff;
}

.faq-list details > p {
  max-width: 650px;
  margin: -7px 55px 27px 0;
  color: #3f5d67;
  font-size: 15px;
  line-height: 1.76;
}

.promise-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 91% 42%, rgba(145, 200, 62, 0.2), transparent 30%),
    radial-gradient(circle at 25% 120%, rgba(8, 127, 189, 0.19), transparent 39%),
    linear-gradient(105deg, #052f2b 0%, #07513a 54%, #073f55 100%);
}

.promise-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(185, 235, 93, 0.78) 32%, rgba(56, 177, 218, 0.72) 68%, transparent);
}

.promise-shell {
  min-height: 300px;
  padding: 65px 0;
  display: flex;
  align-items: center;
}

.promise-shell p {
  width: calc(100% - 40px);
  margin: 0 0 0 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  font-family: var(--editorial);
  font-size: clamp(34px, 3.15vw, 51px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.promise-shell p > * {
  min-height: 112px;
  padding-inline: clamp(28px, 3.2vw, 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.promise-shell p > * + * {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.promise-shell p > span:first-child {
  padding-inline: 12px;
  white-space: nowrap;
  transform: translateX(-12px);
}

.promise-shell em {
  color: #b9eb5d;
  font-size: 1.06em;
  font-weight: 500;
  font-style: italic;
}

.booking-section {
  position: relative;
  padding: 86px 0;
  overflow: hidden;
  background-color: #f5f7ed;
  background-image: linear-gradient(90deg, rgba(250, 249, 241, 0.2), rgba(237, 248, 245, 0.08)), url("/optimized-assets/green-faith-booking-background.webp");
  background-position: center;
  background-size: cover;
}

.booking-section::after {
  content: none;
  position: absolute;
  right: -100px;
  bottom: -280px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(8, 127, 189, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(8, 127, 189, 0.035), 0 0 0 110px rgba(145, 200, 62, 0.025);
}

.booking-shell {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(500px, 1fr) auto;
  align-items: center;
  gap: 80px;
}

.booking-shell > div,
.booking-actions {
  align-self: center;
}

@media (min-width: 981px) {
  .booking-shell {
    transform: translateY(18px);
  }
}

.booking-section h2 {
  max-width: 700px;
  font-size: clamp(60px, 5.4vw, 88px);
}

.booking-section h2 em {
  display: inline;
}

.booking-section h2 + p {
  margin: 21px 0 0;
  color: #536d77;
  font-size: 16px;
}

.booking-actions {
  width: 450px;
  min-width: 450px;
  display: grid;
  gap: 10px;
}

.booking-primary,
.booking-phone {
  position: relative;
  min-height: 70px;
  padding: 9px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
  border-radius: 999px;
  font-family: var(--sans);
  transition: color 0.24s ease, background 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.booking-primary {
  justify-content: center;
  color: var(--white);
  background: linear-gradient(125deg, #092b43 0%, #075776 58%, #087ca3 100%);
  border: 1px solid rgba(163, 222, 240, 0.34);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.018em;
  box-shadow: 0 20px 42px rgba(7, 55, 76, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.booking-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 48%, rgba(255, 255, 255, 0.1) 61%, transparent 75%);
  transform: translateX(-80%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.booking-primary > * {
  position: relative;
  z-index: 1;
}

.booking-primary svg,
.booking-phone svg {
  width: 50px;
  height: 50px;
  padding: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  border-radius: 50%;
}

.booking-primary svg {
  position: absolute;
  left: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.booking-phone {
  justify-content: center;
  color: #0a243c;
  background:
    radial-gradient(circle at 88% 14%, rgba(37, 184, 224, 0.34), transparent 31%),
    radial-gradient(circle at 10% 88%, rgba(145, 200, 62, 0.24), transparent 34%),
    linear-gradient(108deg, #fbfff6 0%, #e8f7dc 34%, #d9f3e8 63%, #ccebf6 100%);
  border: 1px solid rgba(8, 127, 174, 0.3);
  box-shadow: 0 19px 44px rgba(5, 62, 71, 0.17), inset 0 1px 0 #ffffff, inset 0 -1px 0 rgba(8, 127, 189, 0.11);
  backdrop-filter: blur(18px) saturate(135%);
}

.booking-phone svg {
  position: absolute;
  left: 10px;
  color: #ffffff;
  background: linear-gradient(145deg, #07513a 0%, #087fbd 100%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 9px 20px rgba(5, 65, 72, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.booking-phone-copy {
  display: grid;
  gap: 3px;
  text-align: center;
}

.booking-phone-copy small {
  color: #08729e;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.006em;
}

.booking-phone-copy strong {
  color: #0a243c;
  font-family: var(--display);
  font-size: 20.5px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.015em;
  line-height: 1;
}

.booking-phone-detail {
  position: absolute;
  right: 10px;
  margin-left: 0;
  padding: 7px 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #315d5a;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(7, 81, 58, 0.1);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.booking-phone-detail i {
  width: 6px;
  height: 6px;
  display: block;
  background: #91c83e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(145, 200, 62, 0.13);
}

.booking-primary:hover,
.booking-primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(125deg, #08283e 0%, #07506d 58%, #08779d 100%);
  transform: translateY(-3px);
  box-shadow: 0 25px 50px rgba(7, 55, 76, 0.29), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.booking-primary:hover::before,
.booking-primary:focus-visible::before {
  transform: translateX(80%);
}

.booking-phone:hover,
.booking-phone:focus-visible {
  color: #0a243c;
  background:
    radial-gradient(circle at 88% 14%, rgba(37, 184, 224, 0.42), transparent 33%),
    radial-gradient(circle at 10% 88%, rgba(145, 200, 62, 0.3), transparent 35%),
    linear-gradient(108deg, #ffffff 0%, #e4f6d8 34%, #d4f0e5 63%, #c5e8f5 100%);
  border-color: rgba(8, 115, 145, 0.34);
  transform: translateY(-2px);
  box-shadow: 0 19px 40px rgba(5, 46, 36, 0.13), inset 0 1px 0 #ffffff;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 8% 8%, rgba(8, 143, 190, 0.22), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(145, 200, 62, 0.15), transparent 28%),
    linear-gradient(128deg, rgba(255, 255, 255, 0.025) 0 22%, transparent 22.1% 100%),
    linear-gradient(118deg, #031b29 0%, #052f35 44%, #064335 72%, #052839 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 3px;
  background: linear-gradient(90deg, #087fbd 0%, #26b5dd 34%, #b9eb5d 68%, transparent 100%);
  box-shadow: 0 8px 28px rgba(38, 181, 221, 0.18);
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -280px;
  bottom: -390px;
  z-index: 0;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(185, 235, 93, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(8, 127, 189, 0.026), 0 0 0 140px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

.footer-shell {
  position: relative;
  z-index: 1;
  padding: 96px 0 56px;
  display: grid;
  grid-template-columns: minmax(330px, 1.32fr) repeat(2, minmax(160px, 0.55fr)) minmax(220px, 0.72fr);
  align-items: start;
  gap: clamp(42px, 5vw, 78px);
}

.footer-brand {
  min-height: 245px;
  padding-right: clamp(36px, 5vw, 76px);
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-brand img {
  width: 222px;
  height: auto;
  margin: -15px 0 -20px;
  clip-path: inset(13% 0 15%);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.36));
}

.footer-brand p {
  max-width: 390px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.78;
}

.footer-brand::after {
  content: "";
  width: 76px;
  height: 2px;
  margin-top: 30px;
  display: block;
  background: linear-gradient(90deg, #b9eb5d, #169ccb);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(38, 181, 221, 0.24);
}

/* Universal logo lockup: corrected white dove + clean wordmark. */
.footer-logo-lockup {
  width: 230px;
  min-height: 78px;
  display: grid;
  grid-template-columns: 78px 146px;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.footer-brand .footer-logo-lockup img {
  width: auto;
  height: auto;
  margin: 0;
  clip-path: none;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.36));
}

.footer-brand .footer-logo-lockup .footer-logo-emblem {
  width: 78px;
  height: 74px;
}

.footer-brand .footer-logo-lockup .footer-logo-wordmark {
  width: 146px;
}

@media (max-width: 720px) {
  .premium-mobile-footer .footer-logo-lockup {
    width: 198px;
    min-height: 66px;
    grid-template-columns: 66px 127px;
    gap: 5px;
  }

  .premium-mobile-footer .footer-brand .footer-logo-lockup img {
    margin: 0;
    clip-path: none;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.4));
  }

  .premium-mobile-footer .footer-brand .footer-logo-lockup .footer-logo-emblem {
    width: 66px;
    height: 64px;
  }

  .premium-mobile-footer .footer-brand .footer-logo-lockup .footer-logo-wordmark {
    width: 127px;
  }
}

.footer-column {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
}

.footer-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-accordion-trigger {
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  cursor: default;
}

.footer-chevron {
  display: none;
}

.footer-column h2 {
  position: relative;
  margin: 0 0 17px;
  padding-bottom: 14px;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.footer-column h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, #b9eb5d, #169ccb);
}

.footer-column a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.45;
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-contact {
  gap: 13px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.footer-contact a:first-of-type {
  margin-top: -3px;
  padding-bottom: 1px;
  color: #ffffff;
  font-family: var(--editorial);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.94;
  border-bottom: 1px solid rgba(185, 235, 93, 0.32);
}

.footer-contact .footer-contact-form-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #43c6e5;
  font-size: 13px;
  font-weight: 700;
}

.footer-contact .footer-contact-form-link span {
  color: #b9eb5d;
  font-size: 17px;
  line-height: 1;
  transition: transform 0.22s ease;
}

.footer-contact .footer-contact-form-link:hover span,
.footer-contact .footer-contact-form-link:focus-visible span {
  transform: translateX(3px);
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  letter-spacing: 0.005em;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-powered {
  color: rgba(185, 235, 93, 0.8);
  font-weight: 700;
  letter-spacing: 0.025em;
  transition: color 0.2s ease;
}

.footer-powered:hover,
.footer-powered:focus-visible {
  color: #b9eb5d;
}

@media (max-width: 1180px) {
  .service-story,
  .service-story + .service-story {
    grid-template-columns: minmax(310px, 0.8fr) minmax(500px, 1.2fr);
    gap: 55px;
  }

  .service-story + .service-story {
    grid-template-columns: minmax(500px, 1.2fr) minmax(310px, 0.8fr);
  }

  .performance-shell,
  .craft-shell {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 55px;
  }

  .performance-list article {
    padding: 0 18px;
  }

  .owner-shell {
    grid-template-columns: 1fr 0.9fr;
    gap: 58px;
  }

  .faq-shell {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 65px;
  }
}

@media (max-width: 980px) {
  .services-heading,
  .service-story,
  .service-story + .service-story,
  .performance-shell,
  .craft-shell,
  .owner-shell,
  .faq-shell,
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .services-heading {
    gap: 28px;
  }

  .services-heading p {
    max-width: 650px;
  }

  .service-story,
  .service-story + .service-story {
    gap: 42px;
  }

  .service-story-assessment .service-story-image {
    grid-row: 2;
  }

  .performance-shell {
    gap: 52px;
  }

  .performance-shell > h2 {
    max-width: 640px;
  }

  .craft-copy {
    max-width: 660px;
  }

  .owner-shell {
    gap: 0;
  }

  .owner-photo {
    height: 620px;
  }

  .owner-copy {
    max-width: 710px;
  }

  .faq-intro {
    max-width: 680px;
  }

  .booking-shell {
    min-height: auto;
    padding: 0;
    gap: 45px;
  }

  .booking-section {
    padding: 96px 0;
  }

  .booking-actions {
    width: min(100%, 450px);
    min-width: 0;
  }

  .footer-shell {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px 42px;
  }

  .footer-brand {
    min-height: 0;
    padding: 0 0 48px;
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-column {
    padding-top: 0;
  }

  .footer-contact {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .editorial-shell,
  .process-shell,
  .faq-shell {
    padding: 84px 0;
  }

  .services-heading {
    margin-bottom: 46px;
  }

  .services-heading h2,
  .process-section h2,
  .faq-intro h2,
  .booking-section h2 {
    font-size: clamp(51px, 14.5vw, 68px);
  }

  .service-story,
  .service-story + .service-story {
    min-height: 0;
    margin-top: 72px;
  }

  .service-story:first-of-type {
    margin-top: 0;
  }

  .service-story-copy {
    padding-left: 0;
  }

  .service-story h3 {
    font-size: 47px;
  }

  .service-story-image {
    min-height: 390px;
    border-radius: 22px;
  }

  .performance-shell {
    padding: 78px 0;
  }

  .performance-lead-line {
    font-size: 0.64em;
    letter-spacing: -0.045em;
  }

  .performance-list {
    grid-template-columns: 1fr;
  }

  .performance-list article {
    min-height: 0;
    padding: 25px 0;
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 18px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .performance-list svg {
    grid-row: 1 / 3;
  }

  .performance-list h3,
  .performance-list p {
    margin: 0;
  }

  .craft-shell {
    padding: 86px 0;
  }

  .craft-copy h2,
  .owner-copy h2 {
    font-size: clamp(53px, 14vw, 68px);
  }

  .craft-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 180px;
  }

  .craft-gallery-main {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .process-list {
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-list::before {
    top: 18px;
    bottom: 18px;
    left: 20px;
    width: 1px;
    height: auto;
  }

  .process-list li {
    min-height: 160px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 23px;
    text-align: left;
  }

  .process-index {
    margin: 0;
  }

  .process-list p {
    margin-left: 0;
  }

  .owner-photo {
    height: 480px;
  }

  .owner-copy {
    padding: 70px 0 84px;
  }

  .faq-before-after {
    height: 220px;
  }

  .faq-list summary {
    min-height: 80px;
    font-size: 21px;
  }

  .promise-shell {
    min-height: 280px;
    padding: 60px 0;
  }

  .promise-shell p {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
    font-size: clamp(35px, 9vw, 48px);
  }

  .promise-shell p > * {
    min-height: 0;
    padding: 20px 0;
  }

  .promise-shell p > span:first-child {
    padding: 20px 0;
    white-space: normal;
    transform: none;
  }

  .promise-shell p > * + * {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .booking-shell {
    padding: 0;
  }

  .booking-section {
    padding: 76px 0 86px;
  }

  .booking-actions {
    min-width: 0;
  }

  .booking-primary {
    font-size: 15px;
    line-height: 1.25;
  }

  .footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / 3;
  }

  .footer-contact {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .service-story-image {
    min-height: 330px;
  }

  .craft-gallery {
    grid-template-rows: 275px 145px;
  }

  .owner-photo {
    height: 390px;
  }

  .faq-list summary {
    grid-template-columns: 1fr 30px;
    gap: 15px;
  }

  .faq-list details {
    padding-inline: 14px;
  }

  .faq-list details > p {
    margin-right: 0;
  }

  .faq-list summary span {
    width: 30px;
    height: 30px;
  }

  .booking-primary,
  .booking-phone {
    min-height: 68px;
    padding: 9px 58px;
  }

  .booking-primary {
    gap: 12px;
  }

  .booking-primary svg,
  .booking-phone svg {
    width: 46px;
    height: 46px;
    padding: 13px;
  }

  .booking-phone-copy strong {
    font-size: 18.5px;
  }

  .booking-phone-detail {
    display: none;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: auto;
  }

  .footer-brand {
    padding-bottom: 42px;
  }

  .footer-contact {
    width: min(100%, 430px);
  }

  .footer-bottom {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

/* Organized index-page mobile layout */
@media (max-width: 720px) {
  .home-page .hero-photo {
    padding-bottom: 80px;
  }

  .home-page .hero-photo::before,
  .home-page .hero-photo.homeowner-video-active::before {
    background:
      linear-gradient(180deg, rgba(2, 27, 35, 0.66) 0%, rgba(3, 42, 42, 0.52) 34%, rgba(3, 42, 40, 0.34) 54%, rgba(3, 35, 37, 0.14) 72%, rgba(3, 31, 34, 0.025) 84%, transparent 92%),
      radial-gradient(ellipse at 50% 24%, rgba(2, 28, 34, 0.2), transparent 68%);
  }

  .home-page .hero-photo .hero-shell {
    padding-bottom: 28px;
  }

  .home-page .hero-photo .hero-trust-rail {
    display: none;
  }

  .home-page .hero-mobile-trust-strip {
    position: relative;
    z-index: 5;
    min-height: 92px;
    padding: 12px 14px 15px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    color: #123f3e;
    background: #eef7e6;
    border-bottom: 1px solid rgba(5, 71, 57, 0.1);
  }

  .home-page .hero-mobile-trust-item {
    min-width: 0;
    padding: 5px clamp(2px, 1.3vw, 7px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: clamp(7px, 2.05vw, 10px);
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-align: center;
  }

  .home-page .hero-mobile-trust-item span {
    white-space: nowrap;
  }

  .home-page .hero-mobile-trust-item + .hero-mobile-trust-item {
    border-left: 1px solid rgba(5, 71, 57, 0.16);
  }

  .home-page .hero-mobile-trust-item svg {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    fill: none;
    stroke: #08734f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .home-page .hero-service-badge {
    right: -5px;
    bottom: 5px;
    width: 88px;
    padding: 11px 9px 10px;
  }

  .home-page .hero-service-badge-mark {
    width: 36px;
    height: 36px;
  }

  .home-page .hero-service-badge-mark svg {
    width: 31px;
    height: 31px;
  }

  .home-page .hero-service-badge strong {
    font-size: 11px;
  }

  .home-page .hero-service-badge > span:last-child {
    max-width: 62px;
    font-size: 5px;
  }

  .home-page .hero-photo .hero-copy,
  .home-page .climate-copy,
  .home-page .services-heading,
  .home-page .service-story-copy,
  .home-page .craft-copy,
  .home-page .owner-copy,
  .home-page .faq-intro,
  .home-page .booking-shell > div:first-child {
    margin-inline: auto;
    text-align: center;
  }

  .home-page .hero-photo .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-page .hero-photo .hero-premium-line {
    max-width: 19rem;
    color: rgba(255, 255, 255, 0.96);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-shadow:
      0 2px 3px rgba(0, 28, 31, 0.82),
      0 7px 20px rgba(0, 24, 31, 0.52);
  }

  .home-page .hero-photo h1 {
    width: 100%;
    max-width: 31rem;
    font-size: clamp(42px, 11vw, 54px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
  }

  .home-page .hero-photo h1 > span,
  .home-page .hero-photo h1 em {
    display: block;
    white-space: nowrap;
    filter: none;
    text-shadow:
      0 2px 3px rgba(0, 26, 31, 0.88),
      0 7px 22px rgba(0, 20, 29, 0.58);
  }

  .home-page .hero-photo h1 > span {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: #ffffff;
  }

  .home-page .hero-photo h1 em {
    margin-top: 8px;
    color: #b8e34f;
    background: none;
    font-size: 0.82em;
    font-weight: 650;
    letter-spacing: -0.055em;
    -webkit-text-fill-color: #b8e34f;
  }

  .home-page .hero-photo h1,
  .home-page .hero-photo .hero-lead,
  .home-page .services-heading h2,
  .home-page .services-heading p,
  .home-page .service-story-copy > p,
  .home-page .craft-copy > p,
  .home-page .owner-lead,
  .home-page .faq-intro > p {
    margin-inline: auto;
  }

  .home-page .section-label {
    justify-content: center;
  }

  .home-page .section-label::after {
    content: "";
    width: 42px;
    height: 3px;
    flex: 0 0 auto;
    background: var(--ocean);
  }

  .home-page .climate-points li,
  .home-page .service-story li {
    justify-content: center;
    text-align: center;
  }

  .home-page .service-story ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .service-story li {
    min-height: 78px;
    padding: 12px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-size: clamp(10px, 2.55vw, 12px);
    line-height: 1.3;
  }

  .home-page .service-story li::before {
    margin-right: 0;
    flex: 0 0 auto;
  }

  .home-page .service-story li + li {
    border-left: 1px solid rgba(10, 36, 60, 0.12);
  }

  .home-page .climate-cta,
  .home-page .text-link,
  .home-page .owner-cta {
    margin-right: auto;
    margin-left: auto;
  }

  .home-page .climate-note {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .home-page .services-heading {
    max-width: 38rem;
  }

  .home-page .performance-shell > h2 {
    margin-inline: auto;
    text-align: center;
  }

  .home-page .performance-list article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }

  .home-page .performance-list svg {
    margin-bottom: 16px;
  }

  .home-page .performance-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .performance-list article {
    min-height: 178px;
    padding: 18px 8px;
    justify-content: flex-start;
    border-bottom: 0;
  }

  .home-page .performance-list article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .home-page .performance-list svg {
    width: 29px;
    height: 29px;
    margin-bottom: 12px;
  }

  .home-page .performance-list h3 {
    font-size: clamp(17px, 4vw, 21px);
    line-height: 1.05;
  }

  .home-page .performance-list p {
    margin-top: 8px;
    font-size: clamp(9.5px, 2.3vw, 11px);
    line-height: 1.45;
  }

  .home-page .craft-checklist li {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    text-align: center;
  }

  .home-page .craft-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .craft-checklist li {
    min-height: 104px;
    padding: 16px 12px;
    align-content: center;
  }

  .home-page .craft-checklist li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.11);
  }

  .home-page .craft-gallery {
    margin-top: 46px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    align-items: start;
    justify-items: center;
    gap: 16px;
  }

  .home-page .craft-gallery figure {
    width: min(38vw, 160px);
    aspect-ratio: 1;
  }

  .home-page .craft-gallery-main {
    width: min(68vw, 280px);
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .home-page .process-list::before {
    display: none;
  }

  .home-page .process-list {
    margin-top: 46px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 0;
  }

  .home-page .process-list li {
    min-height: 0;
    padding: 25px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    border-bottom: 1px solid rgba(10, 36, 60, 0.12);
  }

  .home-page .process-list li:nth-child(2) {
    border-left: 1px solid rgba(10, 36, 60, 0.12);
  }

  .home-page .process-list li:nth-child(3) {
    width: min(100%, 270px);
    margin-inline: auto;
    grid-column: 1 / -1;
  }

  .home-page .process-list h3 {
    font-size: clamp(23px, 6vw, 28px);
    line-height: 1;
  }

  .home-page .process-list p {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .home-page .process-index {
    margin: 0 auto;
  }

  .home-page .owner-values article {
    min-width: 0;
    padding: 16px 8px;
    text-align: center;
  }

  .home-page .owner-values {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .home-page .owner-values article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-page .owner-values h3 {
    font-size: clamp(10.5px, 2.6vw, 12.5px);
    line-height: 1.25;
  }

  .home-page .owner-values p {
    font-size: clamp(9px, 2.2vw, 10.5px);
    line-height: 1.45;
  }

  .home-page .faq-shell {
    gap: 48px;
  }

  .home-page .faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
    border-top: 0;
  }

  .home-page .faq-list details,
  .home-page .faq-list details[open] {
    min-width: 0;
    margin: 0;
    padding-inline: 10px;
    overflow: hidden;
    background:
      radial-gradient(circle at 92% 10%, rgba(8, 127, 189, 0.1), transparent 34%),
      linear-gradient(105deg, rgba(255, 255, 255, 0.86), rgba(239, 248, 236, 0.76));
    border: 1px solid rgba(10, 36, 60, 0.12);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(5, 46, 36, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .home-page .faq-list summary {
    min-height: 124px;
    padding: 16px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    font-size: clamp(16px, 4vw, 19px);
    line-height: 1.12;
    text-align: center;
  }

  .home-page .faq-list summary span {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
  }

  .home-page .faq-list details > p {
    margin: -2px 4px 18px;
    font-size: clamp(11px, 2.65vw, 13px);
    line-height: 1.55;
    text-align: center;
  }

  .home-page .booking-actions {
    margin-inline: auto;
  }

  .home-page .booking-primary > span {
    width:100%;
    padding-inline:44px 0;
    font-size: clamp(11px, 3vw, 14px);
    white-space: nowrap;
    text-align:center;
  }

  .home-page .faq-before::after,
  .home-page .faq-after::after {
    content:none;
  }

  .home-page .faq-before,
  .home-page .faq-after {
    background-size:200% auto;
  }
  .home-page .faq-before { background-position:left center; }
  .home-page .faq-after { background-position:right center; }

  .home-page .hero-trust-rail {
    width: min(100%, 31rem);
    margin-top: 16px;
    padding: 8px 8px 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.5), transparent 44%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(220, 241, 234, 0.25));
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-top-color: rgba(255, 255, 255, 0.76);
    border-radius: 18px;
    box-shadow:
      0 14px 32px rgba(3, 45, 37, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.68),
      inset 0 -1px 0 rgba(7, 81, 58, 0.1);
    backdrop-filter: blur(18px) saturate(128%);
    -webkit-backdrop-filter: blur(18px) saturate(128%);
  }

  .home-page .hero-trust-rail::before {
    content: "";
    position: absolute;
    inset: 1px 10% auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    pointer-events: none;
  }

  .home-page .hero-trust-item {
    min-height: 60px;
    padding: 4px 6px;
    flex-direction: column;
    gap: 5px;
    font-size: clamp(11px, 2.6vw, 12.5px);
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.18;
  }

  .home-page .hero-trust-item span {
    color: #073f35;
    -webkit-text-stroke: 0;
    paint-order: normal;
    text-shadow: none;
  }

  .home-page .hero-trust-item svg {
    width: 25px;
    height: 25px;
    stroke: #076149;
    stroke-width: 2;
    filter: none;
  }

  .home-page .hero-trust-item + .hero-trust-item {
    border-top: 0;
    border-left: 1px solid rgba(7, 81, 58, 0.15);
  }

  .home-page .climate-copy h2,
  .home-page .services-heading h2,
  .home-page .process-section h2,
  .home-page .faq-intro h2,
  .home-page .booking-section h2,
  .home-page .craft-copy h2,
  .home-page .owner-copy h2 {
    font-size: clamp(42px, 11vw, 54px);
    line-height: 0.95;
  }

  .home-page .owner-copy h2 {
    font-size: clamp(19px, 5vw, 25px);
    line-height: 1;
    letter-spacing: -0.06em;
    white-space: nowrap;
  }

  .home-page .owner-copy h2 em {
    display: inline;
    margin: 0 0 0 0.12em;
  }

  .home-page .climate-copy h2 > span,
  .home-page .climate-copy h2 em {
    display: block;
    white-space: nowrap;
  }

  .home-page .climate-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .home-page .climate-points li {
    min-height: 92px;
    padding: 8px 7px;
    flex-direction: column;
    gap: 8px;
    font-size: 11px;
    line-height: 1.25;
    border-bottom: 0;
  }

  .home-page .climate-points li + li {
    border-left: 1px solid rgba(10, 36, 60, 0.13);
  }

  .home-page .climate-points svg {
    width: 25px;
    height: 25px;
  }

  .home-page .service-story h3 {
    font-size: clamp(36px, 9.8vw, 44px);
  }

  .home-page .performance-shell > h2 {
    font-size: clamp(39px, 10vw, 48px);
  }

  .home-page .promise-shell p {
    font-size: clamp(31px, 8vw, 40px);
  }

  .premium-mobile-footer .footer-shell {
    width: min(calc(100% - 28px), 430px);
    padding: 34px 0 16px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .premium-mobile-footer .site-footer {
    background:
      radial-gradient(circle at 50% -8%, rgba(35, 177, 211, 0.2), transparent 36%),
      radial-gradient(circle at 104% 64%, rgba(145, 200, 62, 0.13), transparent 35%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.025) 0 18%, transparent 18.2% 100%),
      linear-gradient(148deg, #031b29 0%, #043139 48%, #063d35 100%);
  }

  .premium-mobile-footer .site-footer::after {
    right: -248px;
    bottom: -306px;
    width: 580px;
    height: 580px;
    border-color: rgba(185, 235, 93, 0.1);
    box-shadow: 0 0 0 52px rgba(8, 127, 189, 0.025), 0 0 0 104px rgba(255, 255, 255, 0.014);
  }

  .premium-mobile-footer .footer-brand,
  .premium-mobile-footer .footer-contact {
    grid-column: auto;
  }

  .premium-mobile-footer .footer-brand {
    position: relative;
    isolation: isolate;
    min-height: 0;
    padding: 23px 22px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 12px;
  }

  .premium-mobile-footer .footer-brand::before {
    display: none;
  }

  .premium-mobile-footer .footer-brand img {
    width: 194px;
    margin-top: -19px;
    margin-bottom: -22px;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.42));
  }

  .premium-mobile-footer .footer-brand p {
    max-width: 305px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.79);
    font-size: 13.5px;
    line-height: 1.62;
  }

  .premium-mobile-footer .footer-brand::after {
    width: 68px;
    height: 2px;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 18px rgba(38, 181, 221, 0.34);
  }

  .premium-mobile-footer .footer-column {
    width: 100%;
    padding: 0;
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    transition: border-color 0.24s ease;
  }

  .premium-mobile-footer .footer-column.is-open {
    background: transparent;
    border-color: rgba(101, 212, 235, 0.28);
    box-shadow: none;
  }

  .premium-mobile-footer .footer-column h2 {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .premium-mobile-footer .footer-column h2::after {
    display: none;
  }

  .premium-mobile-footer .footer-accordion-trigger {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
  }

  .premium-mobile-footer .footer-accordion-trigger:hover,
  .premium-mobile-footer .footer-accordion-trigger:focus-visible {
    color: #dff7b3;
    background: transparent;
  }

  .premium-mobile-footer .footer-chevron {
    width: 27px;
    height: 27px;
    padding: 5px;
    display: block;
    fill: none;
    stroke: #d9f7a7;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.24s ease;
  }

  .premium-mobile-footer .footer-panel {
    max-height: 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-5px);
    transition: max-height 0.34s ease, padding 0.28s ease, opacity 0.22s ease, transform 0.28s ease, visibility 0.28s ease;
  }

  .premium-mobile-footer .footer-panel a,
  .premium-mobile-footer .footer-panel > span {
    color: rgba(255, 255, 255, 0.77);
    font-size: 13.5px;
    line-height: 1.45;
  }

  .premium-mobile-footer .footer-accordion.is-open .footer-panel {
    max-height: 230px;
    padding-top: 2px;
    padding-bottom: 18px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .premium-mobile-footer .footer-accordion.is-open .footer-chevron {
    transform: rotate(180deg);
  }

  .premium-mobile-footer .footer-contact .footer-panel > a:first-child {
    margin-top: 0;
    color: #ffffff;
    font-family: var(--editorial);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
    border-bottom-color: rgba(185, 235, 93, 0.36);
  }

  .premium-mobile-footer .footer-contact .footer-contact-form-link {
    color: #65d4eb;
    font-size: 13.5px;
    font-weight: 700;
  }

  .premium-mobile-footer .footer-bottom {
    width: min(calc(100% - 28px), 430px);
    min-height: 0;
    margin: 0 auto 14px;
    padding: 14px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    text-align: center;
    background: rgba(1, 19, 28, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  }

  .premium-mobile-footer .footer-bottom-left {
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }

  .premium-mobile-footer .footer-bottom-separator {
    display: none;
  }

  .premium-mobile-footer .footer-powered {
    width: 100%;
    padding-top: 5px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 420px) {
  .home-page .hero-photo .hero-shell {
    padding-top: 112px;
  }

  .home-page .editorial-shell,
  .home-page .process-shell,
  .home-page .faq-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-page .hero-photo h1 {
    font-size: clamp(36px, 10.7vw, 43px);
  }

  .home-page .hero-photo h1 em {
    font-size: 0.82em;
  }

  .home-page .climate-copy h2 {
    font-size: clamp(38px, 10vw, 42px);
  }
}

/* Homepage copy-fit guarantees requested for the franchise presentation. */
.home-page .climate-copy {
  container-type: inline-size;
  width: 100%;
  min-width: 0;
}

.home-page .climate-copy h2 {
  font-size: clamp(38px, 11cqw, 72px);
}

.home-page .climate-copy h2 > span,
.home-page .climate-copy h2 em > span {
  display: block;
  white-space: nowrap;
}

.home-page .booking-shell > div:first-child {
  container-type: inline-size;
  width: 100%;
  min-width: 0;
}

/* Size-contained copy must fill its grid track instead of shrink-wrapping
   between auto margins. Stack before the desktop columns become cramped. */
@media (max-width: 1100px) {
  .home-page .climate-shell,
  .home-page .booking-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .climate-copy,
  .home-page .booking-shell > div:first-child {
    margin-inline: auto;
    text-align: center;
  }

  .home-page .climate-copy h2 {
    font-size: clamp(28px, 11cqw, 72px);
  }

  .home-page .climate-visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

.home-page .booking-section h2 + p {
  font-size: clamp(8px, 2.5cqw, 16px);
  letter-spacing: -0.03em;
  white-space: nowrap;
}

/* Final cascade: transparent blue glass at every homepage header state. */
.home-page .hero-header,
.home-page .hero-header.scrolled {
  background:
    linear-gradient(115deg, rgba(255,255,255,.16), rgba(255,255,255,.035) 42%, rgba(4,77,145,.08)),
    rgba(11,133,218,.28);
  border-bottom-color: rgba(224,248,255,.48);
  box-shadow: 0 18px 44px rgba(0,45,82,.18), inset 0 1px 0 rgba(255,255,255,.38), inset 0 -1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(30px) saturate(175%);
  -webkit-backdrop-filter: blur(30px) saturate(175%);
}

/* Complete off-canvas navigation for the tablet breakpoint where the desktop
   navigation has already collapsed but the phone layout is not yet active. */
@media (min-width: 721px) and (max-width: 980px) {
  /* A backdrop-filtered ancestor becomes the containing block for fixed
     descendants in WebKit/Chromium. Remove it here so the open drawer stays
     attached to the viewport when the header is already sticky. */
  .premium-mobile-nav.inner-page .inner-header,
  .premium-mobile-nav.inner-page .inner-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .premium-mobile-nav::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 19;
    opacity: 0;
    pointer-events: none;
    background: rgba(2, 21, 28, 0.58);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity 0.32s ease;
  }

  .premium-mobile-nav.menu-open::after {
    opacity: 1;
    pointer-events: auto;
  }

  .premium-mobile-nav .site-nav,
  .premium-mobile-nav .hero-header.scrolled .site-nav,
  .premium-mobile-nav.inner-page .site-nav,
  .premium-mobile-nav.inner-page .inner-header.scrolled .site-nav {
    top: 112px;
    right: 0;
    bottom: auto;
    z-index: 1101;
    width: min(88vw, 430px);
    height: calc(100dvh - 112px);
    max-height: calc(100dvh - 112px);
    padding: 30px 28px 28px;
    gap: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      radial-gradient(circle at 8% 8%, rgba(8, 143, 190, 0.24), transparent 31%),
      radial-gradient(circle at 86% 76%, rgba(145, 200, 62, 0.12), transparent 30%),
      linear-gradient(128deg, rgba(255, 255, 255, 0.03) 0 22%, transparent 22.1% 100%),
      linear-gradient(118deg, #031b29 0%, #052f35 46%, #064335 74%, #052839 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    border-radius: 30px 0 0 30px;
    box-shadow: -34px 34px 80px rgba(1, 21, 27, 0.55), inset 1px 0 0 rgba(255, 255, 255, 0.07);
  }

  .premium-mobile-nav .hero-header.scrolled .site-nav,
  .premium-mobile-nav.inner-page .inner-header.scrolled .site-nav {
    top: 78px;
    height: calc(100dvh - 78px);
    max-height: calc(100dvh - 78px);
  }

  .premium-mobile-nav .site-nav > a,
  .premium-mobile-nav .site-nav .nav-dropdown > summary {
    width: 100%;
    min-height: 64px;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--editorial);
    font-size: 25px;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
  }

  .premium-mobile-nav .site-nav > a {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .premium-mobile-nav .site-nav > a.active,
  .premium-mobile-nav .site-nav > a:hover,
  .premium-mobile-nav .site-nav > a:focus-visible,
  .premium-mobile-nav .site-nav .nav-dropdown[open] > summary {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(8, 143, 190, 0.2), rgba(145, 200, 62, 0.045) 76%);
  }

  .premium-mobile-nav .site-nav .nav-icon {
    width: 23px;
    height: 23px;
    stroke: #82dbe6;
  }

  .premium-mobile-nav .mobile-nav-actions {
    margin-top: auto;
    padding-top: 30px;
    display: grid;
    gap: 14px;
  }

  .premium-mobile-nav .mobile-nav-actions a {
    width: 100%;
    border: 0;
  }

  .premium-mobile-nav .mobile-nav-primary {
    min-height: 76px;
    padding: 11px 12px 11px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #ffffff;
    background: linear-gradient(112deg, #087fbd 0%, #075f75 48%, #064335 100%);
    border: 1px solid rgba(132, 220, 230, 0.34);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(1, 24, 34, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .premium-mobile-nav .mobile-nav-primary-copy small,
  .premium-mobile-nav .mobile-nav-primary-copy strong {
    display: block;
  }

  .premium-mobile-nav .mobile-nav-primary-copy small {
    color: rgba(227, 249, 250, 0.72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .premium-mobile-nav .mobile-nav-primary-copy strong {
    margin-top: 4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
  }

  .premium-mobile-nav .mobile-nav-primary svg {
    width: 44px;
    height: 44px;
    padding: 12px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
  }

  .premium-mobile-nav .mobile-nav-phone {
    padding: 8px 4px 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--sans);
  }

  .premium-mobile-nav .mobile-nav-phone small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .premium-mobile-nav .mobile-nav-phone strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
  }

  /* Tablet footer: use the same centered, compact information hierarchy as
     mobile instead of inheriting the left-aligned desktop grid. */
  .premium-mobile-footer .footer-shell {
    width: min(calc(100% - 48px), 620px);
    padding: 48px 0 18px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .premium-mobile-footer .footer-brand,
  .premium-mobile-footer .footer-contact {
    grid-column: auto;
  }

  .premium-mobile-footer .footer-brand {
    width: 100%;
    min-height: 0;
    margin-bottom: 14px;
    padding: 24px 28px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .premium-mobile-footer .footer-logo-lockup {
    margin-inline: auto;
  }

  .premium-mobile-footer .footer-brand p {
    max-width: 390px;
    margin-inline: auto;
    text-align: center;
  }

  .premium-mobile-footer .footer-brand::after {
    margin-right: auto;
    margin-left: auto;
  }

  .premium-mobile-footer .footer-column {
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.13);
    overflow: hidden;
  }

  .premium-mobile-footer .footer-column h2 {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .premium-mobile-footer .footer-column h2::after {
    display: none;
  }

  .premium-mobile-footer .footer-accordion-trigger {
    width: 100%;
    min-height: 60px;
    justify-content: center;
    gap: 9px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
  }

  .premium-mobile-footer .footer-chevron {
    width: 27px;
    height: 27px;
    padding: 5px;
    display: block;
    fill: none;
    stroke: #d9f7a7;
    stroke-width: 1.8;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    transition: transform .24s ease;
  }

  .premium-mobile-footer .footer-panel {
    max-height: 0;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-5px);
    transition: max-height .34s ease,padding .28s ease,opacity .22s ease,transform .28s ease,visibility .28s ease;
  }

  .premium-mobile-footer .footer-accordion.is-open .footer-panel {
    max-height: 240px;
    padding-top: 3px;
    padding-bottom: 20px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .premium-mobile-footer .footer-accordion.is-open .footer-chevron {
    transform: rotate(180deg);
  }

  .premium-mobile-footer .footer-bottom {
    width: min(calc(100% - 48px),620px);
    min-height: 0;
    margin: 0 auto 18px;
    padding: 15px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    background: rgba(1,19,28,.28);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
  }

  .premium-mobile-footer .footer-bottom-left {
    width: 100%;
    flex-direction: column;
    gap: 6px;
  }

  .premium-mobile-footer .footer-bottom-separator {
    display: none;
  }

  .premium-mobile-footer .footer-powered {
    width: 100%;
    padding-top: 6px;
    display: block;
    border-top: 1px solid rgba(255,255,255,.08);
  }
}

@media (max-width: 980px) {
  .premium-mobile-nav .mobile-nav-phone {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    line-height: 1.2;
    text-align: center;
  }

  .premium-mobile-nav .mobile-nav-phone small,
  .premium-mobile-nav .mobile-nav-phone strong {
    max-width: 100%;
    white-space: normal;
  }
}
