@font-face {
  font-family: "Cabinet Grotesk";
  src: url("/assets/fonts/CabinetGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/Lora-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/Lora-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader-SemiboldBold.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Great Vibes";
  src: url("/assets/fonts/GreatVibes-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabinet Grotesk";
  src: url("/assets/fonts/CabinetGrotesk-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --evergreen-950: #09271e;
  --evergreen-900: #103a2d;
  --evergreen-800: #17513e;
  --evergreen-700: #1f6b51;
  --red-700: #a8262c;
  --red-600: #c43439;
  --gold-500: #d8aa45;
  --gold-300: #efd28f;
  --cream-50: #fffdf8;
  --cream-100: #f8f2e6;
  --cream-200: #eee2cb;
  --ink: #17231e;
  --muted: #5c665f;
  --line: #d9ddd7;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(9, 39, 30, 0.12);
  --radius-sm: 10px;
  --radius: 20px;
  --radius-lg: 28px;
  --container: min(1180px, calc(100% - 40px));
  --display: "Lora", Georgia, "Times New Roman", serif;
  --heading: "Cabinet Grotesk", "Arial Black", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.65em;
}

h1 {
  font-family: var(--display);
  font-size: clamp(3rem, 6.4vw, 6.25rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.025em;
  font-optical-sizing: auto;
}

h2 {
  font-family: var(--display);
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-optical-sizing: auto;
}

h3,
h4 {
  font-family: var(--body);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.018em;
}

h3 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: clamp(76px, 9vw, 132px) 0;
}

.section-cream {
  background: var(--cream-100);
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(216, 170, 69, 0.15), transparent 28%),
    linear-gradient(145deg, var(--evergreen-900), var(--evergreen-950));
}

.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.92);
}

.section-dark .section-heading p:last-child {
  color: rgba(255, 255, 255, 0.88);
}

.section-dark .step-card p {
  color: rgba(255, 255, 255, 0.84);
}

.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;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--evergreen-950);
  transform: translateY(-140%);
}

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

.utility-bar {
  color: var(--white);
  background: var(--evergreen-950);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 9px;
}

.utility-inner a {
  color: var(--gold-300);
  text-decoration: none;
}

.utility-message {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.utility-message a {
  border-bottom: 1px solid rgba(239, 210, 143, 0.72);
  font-weight: 850;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(9, 39, 30, 0.08);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--evergreen-950);
  text-decoration: none;
}

.brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-family: var(--heading);
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.brand-copy small {
  max-width: 210px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 29px);
}

.nav-link {
  position: relative;
  padding: 12px 0;
  color: var(--evergreen-950);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  background: var(--red-600);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid var(--red-600);
  border-radius: 999px;
  color: var(--white);
  background: var(--red-600);
  box-shadow: 0 10px 22px rgba(196, 52, 57, 0.2);
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--red-700);
  box-shadow: 0 14px 30px rgba(196, 52, 57, 0.28);
  transform: translateY(-2px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.button-small {
  min-height: 44px;
  padding: 11px 18px;
}

.button-light {
  border-color: var(--cream-50);
  color: var(--evergreen-950);
  background: var(--cream-50);
  box-shadow: none;
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--white);
  background: var(--red-600);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--evergreen-800);
  font-weight: 850;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.text-link::after {
  content: "→";
  text-decoration: none;
  transition: transform 160ms ease;
}

.text-link[href^="tel:"]::after {
  content: none;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.text-link-light {
  color: var(--white);
}

.hero .text-link,
.location-hero .text-link,
.section-cta-dark .text-link {
  color: var(--white);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--red-700);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--gold-300);
}

.hero,
.location-hero {
  position: relative;
  display: grid;
  min-height: min(810px, calc(100vh - 126px));
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--evergreen-950);
}

.hero-media,
.location-hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img,
.location-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero-commercial .hero-media {
  background: #061812;
}

.service-hero-commercial .hero-media img {
  object-fit: contain;
}

@media (min-width: 821px) {
  .hero-home .hero-media {
    background: #061812;
  }

  .hero-home .hero-media img {
    transform: scale(1.12) translateX(-12%);
    transform-origin: center center;
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 90%, transparent 100%);
  }
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 24, 18, 0.92) 0%, rgba(5, 24, 18, 0.65) 48%, rgba(5, 24, 18, 0.12) 100%),
    linear-gradient(0deg, rgba(5, 24, 18, 0.72) 0%, transparent 50%);
}

.hero-content,
.location-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: clamp(70px, 9vw, 112px);
}

.hero-content h1 {
  max-width: 940px;
}

.hero-content-form {
  width: min(1600px, calc(100vw - 96px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 620px);
  gap: clamp(56px, 4vw, 76px);
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.location-hero-content-form {
  width: min(1600px, calc(100vw - 96px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: clamp(44px, 4vw, 72px);
  align-items: center;
  padding-top: 42px;
  padding-bottom: 28px;
}

.service-hero-content-form {
  align-items: center;
}

.service-hero .breadcrumbs {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.service-hero .hero-copy-column h1 {
  max-width: 760px;
  font-size: clamp(2.75rem, 3.55vw, 4.1rem);
}

.service-hero .hero-copy-column > p:not(.eyebrow) {
  max-width: 690px;
}

.location-hero-copy {
  min-width: 0;
}

@media (min-width: 821px) {
  .location-hero-copy {
    transform: translateY(-40px);
  }

  .location-hero-form-card .hero-form-title {
    top: -48px;
    font-size: clamp(2.1rem, 2.4vw, 2.75rem);
  }
}

.location-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.65rem, 3.45vw, 3.95rem);
}

.location-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.55vw, 1.23rem);
}

@media (min-width: 1600px) {
  .hero-content-form {
    grid-template-columns: minmax(560px, 650px) 640px;
    justify-content: space-between;
    column-gap: 76px;
  }

  .hero-home.hero-layout-flipped .hero-content-form {
    grid-template-columns: 640px minmax(560px, 650px);
  }

}

.hero-content-form h1 {
  max-width: 720px;
  font-size: clamp(3rem, 4.3vw, 4.5rem);
}

.hero-form-card {
  position: relative;
  min-width: 0;
  scroll-margin-top: 120px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  color: var(--evergreen-950);
}

.hero-form-title {
  position: absolute;
  z-index: 3;
  top: -64px;
  right: 0;
  left: 0;
  margin: 0;
  color: var(--gold-300);
  font-family: "Great Vibes", "Brush Script MT", cursive;
  font-size: clamp(2.45rem, 3vw, 3.45rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.6);
}

@media (min-width: 821px) {
  .hero-content-form .hero-copy-column > .button-row .button,
  .location-hero-content-form .location-hero-copy > .button-row .button {
    display: none;
  }

  .hero-home .hero-copy-column {
    transform: translateY(-82px);
  }

  .service-hero .hero-copy-column {
    transform: translateY(-30px);
  }

  .hero-home:not(.hero-layout-flipped) .hero-form-card {
    transform: translateX(36px);
  }
}

@media (min-width: 1600px) {
  .hero-home:not(.hero-layout-flipped) .hero-form-card {
    transform: translateX(min(9vw, 170px));
  }
}

.hero-form-title::after {
  display: block;
  width: 110px;
  height: 2px;
  margin: 4px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold-300), transparent);
  content: "";
}

.home-hero-form-card .hero-form-title {
  top: -116px;
}

.hero-form-reassurance {
  position: absolute;
  z-index: 3;
  top: -28px;
  right: 0;
  left: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.hero-form-card .ghl-form-shell,
.hero-form-card .ghl-form-frame {
  height: var(--ghl-form-height) !important;
  min-height: var(--ghl-form-height);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.location-hero-form-card {
  width: 430px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  justify-self: end;
}

.location-hero-form-card .ghl-form-shell,
.location-hero-form-card .ghl-form-frame {
  height: 600px !important;
  min-height: 600px;
}

@media (min-width: 821px) {
  .hero-home.hero-layout-flipped .hero-content-form {
    grid-template-columns: minmax(560px, 620px) minmax(0, 1fr);
  }

  .hero-home.hero-layout-flipped .hero-form-card {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-home.hero-layout-flipped .hero-copy-column {
    grid-column: 2;
    grid-row: 1;
  }

  .hero-home.hero-layout-flipped .hero-shade {
    background:
      linear-gradient(270deg, rgba(5, 24, 18, 0.92) 0%, rgba(5, 24, 18, 0.62) 48%, rgba(5, 24, 18, 0.12) 100%),
      linear-gradient(0deg, rgba(5, 24, 18, 0.72) 0%, transparent 50%);
  }
}

@media (min-width: 1600px) {
  .hero-home.hero-layout-flipped .hero-content-form {
    grid-template-columns: 640px minmax(560px, 650px);
  }
}

.hero-copy,
.location-hero-content > p:not(.eyebrow) {
  max-width: 670px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}

.hero-proof {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  list-style: none;
  text-transform: uppercase;
}

.hero-proof li::before {
  margin-right: 9px;
  color: var(--gold-300);
  content: "✦";
}

.credibility-strip {
  border-bottom: 1px solid var(--cream-200);
  background: var(--cream-50);
}

.credibility-grid {
  display: grid;
  padding: 0;
  margin-block: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.credibility-grid li {
  min-width: 0;
}

.credibility-grid li + li {
  border-left: 1px solid var(--cream-200);
}

.credibility-grid li > a,
.credibility-grid li > span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  color: var(--evergreen-950);
  font-family: var(--heading);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

.credibility-grid li > a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.credibility-icon,
.step-icon {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.credibility-icon {
  width: 25px;
  height: 25px;
  color: var(--gold-500);
}

.intro-strip {
  padding: 74px 0;
  border-bottom: 1px solid var(--cream-200);
  background: var(--cream-100);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.7fr 1fr;
  gap: 44px;
  align-items: start;
}

.intro-grid h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  text-wrap: balance;
}

.intro-grid > p:last-child {
  color: var(--muted);
}

.section-heading {
  max-width: 770px;
  margin-bottom: clamp(38px, 5vw, 65px);
}

.section-heading p:last-child {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.08rem;
}

.reviews-section {
  overflow: hidden;
  border-bottom: 1px solid var(--cream-200);
  color: var(--evergreen-950);
  background: var(--cream-100);
}

.booking-offer {
  color: var(--white);
  background: var(--red-700);
}

.booking-offer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.9fr) auto;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding-block: clamp(38px, 4.5vw, 58px);
}

.booking-offer-heading .eyebrow {
  margin-bottom: 10px;
  color: var(--gold-300);
}

.booking-offer h2 {
  max-width: 700px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  text-wrap: balance;
}

.booking-offer-details p {
  margin: 0;
  font-size: 1.02rem;
}

.booking-offer-details .booking-offer-fine-print {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

.booking-offer .button-light {
  border-color: var(--cream-100);
  color: var(--evergreen-950);
  background: var(--cream-100);
  white-space: nowrap;
}

.booking-offer .button-light:hover,
.booking-offer .button-light:focus-visible {
  border-color: var(--gold-300);
  background: var(--gold-300);
}

.reviews-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: clamp(38px, 5vw, 64px);
}

.reviews-heading-row .section-heading {
  margin-bottom: 0;
}

.reviews-heading-row .section-heading .eyebrow {
  color: var(--red-700);
}

.reviews-heading-row .section-heading > p:last-child {
  color: var(--muted);
}

.reviews-heading-actions {
  display: grid;
  gap: 20px;
  justify-items: end;
  max-width: 500px;
}

.reviews-conversion-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.reviews-conversion-cta p {
  max-width: 230px;
  margin: 0;
  color: var(--evergreen-900);
  font-family: var(--heading);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.reviews-conversion-cta .button {
  min-width: 178px;
  white-space: nowrap;
}

.review-carousel-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.carousel-button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--evergreen-900);
  border-radius: 50%;
  color: var(--evergreen-950);
  background: transparent;
  font: inherit;
  font-size: 1.3rem;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, opacity 160ms ease;
  place-items: center;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  color: var(--white);
  background: var(--evergreen-900);
}

.carousel-button:disabled {
  cursor: default;
  opacity: 0.32;
}

.carousel-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.carousel-play-icon {
  display: none;
}

.carousel-toggle.is-paused .carousel-pause-icon {
  display: none;
}

.carousel-toggle.is-paused .carousel-play-icon {
  display: block;
}

.review-carousel-status {
  min-width: 84px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.review-carousel-viewport {
  width: 100%;
  padding-bottom: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: inline mandatory;
}

.review-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.review-grid {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 3);
  grid-auto-flow: column;
  gap: 24px;
}

.review-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(9, 39, 30, 0.08);
  color: var(--evergreen-950);
  flex-direction: column;
  scroll-snap-align: start;
}

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

.review-card-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.review-card-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 9px;
  border-radius: 4px;
  background: rgba(9, 39, 30, 0.82);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  line-height: 1.2;
}

.review-photo-focus-bottom img {
  object-position: center bottom;
}

.review-card-copy {
  display: flex;
  min-height: 280px;
  padding: clamp(26px, 3vw, 38px);
  flex: 1;
  flex-direction: column;
}

.review-card-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-stars {
  color: var(--gold-500);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.review-slot {
  color: var(--red-700);
}

.review-card blockquote {
  margin: 30px 0;
}

.review-card blockquote p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.review-card blockquote p::before {
  color: var(--gold-500);
  content: "“";
}

.review-card blockquote p::after {
  color: var(--gold-500);
  content: "”";
}

.review-attribution {
  display: grid;
  gap: 3px;
  margin: auto 0 0;
}

.review-attribution strong {
  font-family: var(--heading);
  font-size: 1.02rem;
}

.reviews-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
}

.reviews-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

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

.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 8px 32px rgba(9, 39, 30, 0.06);
}

.feature-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-card-commercial img {
  object-position: 50% 27%;
}

.feature-card > div {
  padding: clamp(28px, 4vw, 48px);
}

.feature-card h3 {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
}

.feature-card p:not(.eyebrow) {
  color: var(--muted);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.step-card {
  display: grid;
  min-height: 0;
  padding: clamp(34px, 4vw, 52px) clamp(28px, 4vw, 54px) clamp(34px, 4vw, 52px) 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-areas:
    "marker title"
    "marker copy";
}

.step-card:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(28px, 4vw, 54px);
  border-left: 1px solid var(--line);
}

.step-marker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  grid-area: marker;
}

.step-marker > span {
  color: var(--gold-300);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
}

.step-icon {
  width: 31px;
  height: 31px;
  color: rgba(239, 210, 143, 0.82);
}

.process-section .section-heading {
  max-width: 880px;
}

.process-section .section-heading h2 {
  text-wrap: balance;
}

.step-card h3 {
  margin-bottom: 13px;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  grid-area: title;
}

.step-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  grid-area: copy;
}

.section-dark .step-grid,
.section-dark .step-card {
  border-color: rgba(255, 255, 255, 0.22);
}

.residential-design-story .section-heading {
  max-width: 900px;
}

.design-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.design-story-photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--evergreen-950);
}

.design-story-photo img {
  width: 100%;
  height: clamp(580px, 56vw, 760px);
  object-fit: cover;
}

.design-story-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 28px 24px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(transparent, rgba(5, 24, 18, 0.88));
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.design-story-list {
  border-top: 1px solid var(--cream-200);
}

.design-story-item {
  display: grid;
  padding: clamp(28px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--cream-200);
  grid-template-columns: 68px minmax(0, 1fr);
}

.design-story-item > span {
  color: var(--red-600);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.1;
}

.design-story-item h3 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
}

.design-story-item p {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: repeat(2, minmax(240px, 1fr));
  gap: 18px;
}

.photo-grid-home {
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
}

.photo-grid figure,
.gallery-grid figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--evergreen-950);
}

.photo-grid .photo-tall {
  grid-row: 1 / -1;
}

.photo-grid img,
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.photo-grid figure:hover img,
.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.photo-grid figcaption,
.gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 15px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(9, 39, 30, 0.78);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 800;
}

.centered-link {
  margin-top: 32px;
  text-align: center;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(45px, 7vw, 96px);
  align-items: center;
}

.split-layout > div > img {
  max-height: 680px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
}

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

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

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--red-600);
  content: "✦";
  font-weight: 900;
}

.included-photo {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--cream-200);
  box-shadow: var(--shadow);
}

.included-photo img {
  width: 100%;
  height: clamp(500px, 48vw, 660px);
  object-fit: cover;
  object-position: center 28%;
}

.quote-panel,
.contact-card {
  padding: clamp(32px, 5vw, 54px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--evergreen-900);
  box-shadow: var(--shadow);
}

.quote-panel h3 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.quote-panel .eyebrow {
  color: var(--gold-300);
}

.quote-panel p:not(.eyebrow),
.contact-card p {
  color: rgba(255, 255, 255, 0.74);
}

.locations-preview {
  border-block: 1px solid var(--cream-200);
  background: var(--cream-100);
}

.locations-heading {
  display: block;
}

.service-area-link {
  text-align: right;
}

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

.location-link-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid var(--cream-200);
  border-radius: 14px;
  background: var(--cream-50);
  font-family: var(--heading);
  font-size: 1.15rem;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.location-link-grid a:hover {
  border-color: var(--evergreen-700);
  transform: translateY(-2px);
}

.location-link-grid small {
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.faq-layout,
.faq-page-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.faq-layout > div:first-child,
.faq-page-grid > aside {
  position: sticky;
  top: 128px;
}

.accordion-list {
  border-top: 1px solid var(--line);
}

.accordion-list details {
  border-bottom: 1px solid var(--line);
}

.accordion-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  font-family: var(--heading);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
  list-style: none;
}

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

.accordion-list summary::after {
  position: absolute;
  top: 24px;
  right: 6px;
  color: var(--red-600);
  content: "+";
  font-family: var(--body);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.accordion-list details[open] summary::after {
  content: "−";
}

.accordion-list details p {
  max-width: 760px;
  padding: 0 42px 26px 0;
  margin: 0;
  color: var(--muted);
}

.site-footer {
  padding: 78px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  background: var(--evergreen-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 50px;
}

.footer-grid > div:not(.footer-brand) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--white);
}

.brand-footer-logo {
  display: inline-flex;
  width: min(100%, 300px);
}

.brand-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand p {
  max-width: 390px;
  margin-top: 26px;
}

.footer-heading {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.05rem;
  letter-spacing: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.mobile-actions {
  display: none;
}

.floating-call {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: grid;
  min-width: 190px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: var(--white);
  background: var(--evergreen-900);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-call.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-call span {
  color: var(--gold-300);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.floating-call strong {
  font-family: var(--heading);
  font-size: 1rem;
}

.back-to-top {
  position: fixed;
  z-index: 110;
  right: 24px;
  bottom: 104px;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: var(--evergreen-950);
  box-shadow: 0 12px 30px rgba(5, 24, 18, 0.22);
  color: var(--gold-300);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transform: translateY(14px);
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, background 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.back-to-top:hover {
  background: var(--evergreen-800);
}

.back-to-top:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 3px;
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.page-hero {
  padding: clamp(46px, 4.6vw, 64px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(216, 170, 69, 0.18), transparent 28%),
    var(--cream-100);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: clamp(44px, 7vw, 94px);
  align-items: center;
}

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(2.5rem, 4vw, 4.1rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 710px;
  color: var(--muted);
  font-size: 1.12rem;
}

.page-hero-image {
  position: relative;
}

.page-hero-image::before {
  position: absolute;
  z-index: 0;
  inset: -24px 24px 24px -24px;
  border: 1px solid var(--gold-500);
  border-radius: var(--radius-lg);
  content: "";
}

.page-hero-image img {
  position: relative;
  z-index: 1;
  height: 430px;
  min-height: 0;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.compact-hero {
  padding-block: clamp(54px, 6vw, 78px);
}

.compact-hero h1 {
  max-width: 960px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.location-hero .breadcrumbs {
  color: rgba(255, 255, 255, 0.7);
}

.card-grid {
  display: grid;
  gap: 20px;
}

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

.card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.section-cta .button-row {
  justify-content: center;
  margin-top: 0;
}

.link-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.info-card {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.info-card > span {
  display: block;
  margin-bottom: 55px;
  color: var(--red-600);
  font-family: var(--heading);
}

.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.comparison-grid article {
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.comparison-grid .comparison-featured {
  color: var(--white);
  background: var(--evergreen-900);
}

.comparison-featured .eyebrow {
  color: var(--gold-300);
}

.comparison-grid ul {
  display: grid;
  gap: 13px;
  padding-left: 21px;
  margin-bottom: 0;
}

.fine-print {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.8rem;
}

.commercial-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 76px;
}

.large-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.large-list li {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--heading);
  font-size: 1.3rem;
}

.form-page-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: start;
}

.commercial-detailed-form-grid {
  grid-template-columns: minmax(300px, 0.76fr) minmax(520px, 1.24fr);
  gap: clamp(48px, 6vw, 86px);
}

.commercial-detailed-form-intro .section-heading {
  margin-bottom: 32px;
}

.commercial-form-note {
  padding: 20px 22px;
  margin-top: 34px;
  border-left: 3px solid var(--gold-500);
  color: var(--evergreen-950);
  background: rgba(255, 255, 255, 0.68);
}

.ghl-form-commercial-detailed,
.ghl-form-commercial-detailed .ghl-form-frame {
  min-height: 1284px;
}

.quote-audience-switch {
  margin-top: 34px;
  padding: 26px 28px;
  border: 1px solid rgba(18, 61, 47, 0.18);
  border-radius: var(--radius-md);
  background: var(--cream-100);
}

.quote-audience-switch .eyebrow {
  margin-bottom: 10px;
}

.quote-audience-switch h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.quote-audience-switch p:not(.eyebrow) {
  margin: 0 0 20px;
  color: var(--muted);
}

.ghl-form-shell {
  min-height: var(--ghl-form-height);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.ghl-form-frame {
  display: block;
  width: 100%;
  min-height: var(--ghl-form-height);
  border: 0;
  background: var(--white);
}

.form-placeholder {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-placeholder-header {
  padding: clamp(30px, 5vw, 50px);
  color: var(--white);
  background: var(--evergreen-900);
}

.form-placeholder-header p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.status-pill {
  display: inline-flex;
  padding: 7px 10px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--gold-300);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-field-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(28px, 5vw, 48px);
}

.form-field-preview label {
  display: grid;
  gap: 7px;
  font-size: 0.86rem;
  font-weight: 850;
}

.form-field-preview label span {
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field-preview input,
.form-field-preview textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  background: #f4f5f2;
  font: inherit;
}

.form-field-preview textarea {
  min-height: 110px;
  resize: vertical;
}

.field-wide {
  grid-column: 1 / -1;
}

.form-spec {
  border-top: 1px solid var(--line);
  background: var(--cream-100);
}

.form-spec summary {
  padding: 20px clamp(28px, 5vw, 48px);
  cursor: pointer;
  font-weight: 850;
}

.form-spec[open] summary {
  border-bottom: 1px solid var(--cream-200);
}

.form-spec > div,
.form-spec > p {
  margin-inline: clamp(28px, 5vw, 48px);
}

.form-spec > p {
  padding-bottom: 34px;
  color: var(--muted);
}

.form-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding-top: 28px;
}

.form-spec-grid h3 {
  font-size: 1.15rem;
}

.form-spec-grid ul {
  padding-left: 19px;
}

.photo-instructions,
.numbered-guide {
  display: grid;
  gap: 25px;
  padding-left: 22px;
}

.contact-card {
  margin-top: 46px;
}

.contact-card a {
  color: var(--gold-300);
}

.alert-box {
  padding: 22px 24px;
  margin: 32px 0;
  border-left: 4px solid var(--red-600);
  border-radius: 0 12px 12px 0;
  background: #f8e9e5;
}

.alert-box p {
  margin: 6px 0 0;
  color: var(--muted);
}

.narrow-content,
.legal-copy {
  max-width: 820px;
  margin-inline: auto;
}

.numbered-guide {
  gap: 0;
  padding: 0;
  list-style: none;
  counter-reset: timer-step;
}

.numbered-guide li {
  position: relative;
  padding: 34px 0 34px 76px;
  border-bottom: 1px solid var(--line);
  counter-increment: timer-step;
}

.numbered-guide li::before {
  position: absolute;
  top: 34px;
  left: 0;
  color: var(--red-600);
  content: "0" counter(timer-step);
  font-family: var(--heading);
  font-size: 1.15rem;
}

.numbered-guide h2 {
  font-size: 1.65rem;
}

.numbered-guide p {
  margin-bottom: 0;
  color: var(--muted);
}

.catalog-placeholder {
  padding: clamp(28px, 5vw, 46px);
  border: 2px dashed var(--gold-500);
  border-radius: var(--radius);
  background: var(--white);
}

.catalog-placeholder > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red-600);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalog-placeholder-dark {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.catalog-placeholder-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 360px;
  gap: 18px;
}

.gallery-grid figure:nth-child(1),
.gallery-grid figure:nth-child(5) {
  grid-row: span 2;
}

.gallery-grid-compact figure:nth-child(1),
.gallery-grid-compact figure:nth-child(5) {
  grid-row: auto;
}

.gallery-grid-commercial {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 320px;
}

.gallery-grid-daytime,
.gallery-grid-palette {
  grid-auto-rows: 300px;
}

.gallery-grid-palette img {
  object-position: 50% 28%;
}

.gallery-grid-palette figure:hover img {
  transform: none;
}

.catalog-intro-hero {
  padding: clamp(64px, 7vw, 104px) 0 clamp(54px, 6vw, 82px);
  background: var(--cream-100);
}

.catalog-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.catalog-intro-grid h1 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4vw, 4.1rem);
  text-wrap: balance;
}

.catalog-intro-grid > div > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.catalog-intro-grid figure {
  height: clamp(390px, 38vw, 560px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.catalog-intro-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
}

.catalog-viewer-section {
  padding-top: clamp(58px, 7vw, 92px);
  background: var(--cream-50);
}

.catalog-viewer-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.catalog-viewer-heading .section-heading {
  margin-bottom: 0;
}

.catalog-viewer-heading > .text-link {
  margin-bottom: 8px;
  white-space: nowrap;
}

.catalog-frame-shell {
  overflow: hidden;
  border: 1px solid rgba(9, 39, 30, 0.18);
  border-radius: var(--radius-lg);
  background: #152a22;
  box-shadow: 0 28px 80px rgba(9, 39, 30, 0.2);
}

.catalog-frame {
  display: block;
  width: 100%;
  height: min(900px, 88vh);
  min-height: 760px;
  border: 0;
  background: #152a22;
}

.catalog-gallery {
  display: grid;
  grid-template-columns: 1.08fr 1.08fr 0.84fr;
  grid-auto-rows: 430px;
  gap: 20px;
}

.catalog-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--evergreen-950);
}

.catalog-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-gallery figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(9, 39, 30, 0.82);
  backdrop-filter: blur(8px);
  font-size: 0.8rem;
  font-weight: 800;
}

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

.commercial-project-grid figure {
  display: grid;
  grid-template-rows: 360px auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.commercial-project-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commercial-project-grid figcaption {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.commercial-project-grid figcaption strong {
  font-family: var(--display);
  font-size: 1.35rem;
}

.commercial-project-grid figcaption span {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.location-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.location-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.location-card > div {
  padding: 32px;
}

.location-card > div > span {
  color: var(--red-600);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.location-card h2 {
  margin-top: 12px;
  font-size: 2.35rem;
}

.location-card p {
  color: var(--muted);
  font-size: 0.93rem;
}

.location-hero {
  min-height: min(610px, calc(100vh - 126px));
}

.location-hero-with-form {
  min-height: 800px;
}

.location-hero-content h1 {
  max-width: 880px;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
}

.location-hero-content-form .location-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.75rem, 3.5vw, 4rem);
}

.area-list {
  padding: 34px;
  border: 1px solid var(--cream-200);
  border-radius: var(--radius);
  background: var(--cream-100);
}

.area-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.area-list li {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--evergreen-900);
  background: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
}

.area-list > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.field-note {
  margin-top: 30px;
  padding: 24px 26px;
  border-left: 4px solid var(--gold-500);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--cream-100);
}

.field-note h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.field-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.planning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--cream-200);
  border-radius: var(--radius);
  background: var(--cream-200);
  list-style: none;
}

.planning-grid li {
  min-height: 230px;
  padding: 36px;
  background: var(--cream-50);
  font-family: var(--heading);
  font-size: 1.35rem;
  line-height: 1.2;
}

.planning-grid li::before {
  display: block;
  margin-bottom: 50px;
  color: var(--red-600);
  content: "✦";
}

.nearby-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.nearby-links span {
  width: 100%;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.brand-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 230px;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--evergreen-950);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(9, 39, 30, 0.08);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.brand-card:hover,
.brand-card:focus-visible {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.brand-card-logo {
  display: grid;
  height: 145px;
  place-items: center;
}

.brand-card-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 145px;
  object-fit: contain;
}

.brand-card strong,
.brand-card small {
  display: block;
}

.brand-card strong {
  margin-bottom: 8px;
  font-family: var(--heading);
  font-size: 1.55rem;
  line-height: 1;
}

.brand-card small {
  color: var(--muted);
  font-size: 0.82rem;
}

.brand-card-primary {
  background: var(--cream-100);
}

.affiliate-hero {
  padding: clamp(48px, 5vw, 70px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(216, 170, 69, 0.2), transparent 24%),
    var(--cream-100);
}

.affiliate-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.affiliate-logo {
  display: grid;
  width: min(330px, 80%);
  min-height: 105px;
  align-items: center;
  margin-bottom: 28px;
}

.affiliate-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  object-position: left center;
}

.affiliate-hero h1 {
  max-width: 780px;
  font-size: clamp(2.5rem, 4vw, 4.1rem);
}

.affiliate-hero p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
  font-size: 1.08rem;
}

.affiliate-hero-image img {
  height: 440px;
  min-height: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.affiliate-welcome {
  padding: 34px 0;
  color: var(--white);
  background: var(--evergreen-900);
}

.affiliate-welcome p {
  margin: 0;
  font-size: 1.1rem;
}

.affiliate-campaign-hero {
  min-height: 830px;
}

.affiliate-campaign-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 24, 18, 0.96) 0%, rgba(5, 24, 18, 0.73) 45%, rgba(5, 24, 18, 0.32) 78%, rgba(5, 24, 18, 0.54) 100%),
    linear-gradient(0deg, rgba(5, 24, 18, 0.78) 0%, transparent 56%);
}

.affiliate-campaign-hero-content {
  align-items: center;
  padding-top: 96px;
  padding-bottom: 52px;
}

.affiliate-campaign-copy {
  max-width: 710px;
}

.affiliate-campaign-copy .breadcrumbs {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.affiliate-campaign-copy h1 {
  max-width: 680px;
  font-size: clamp(2.85rem, 3.7vw, 4rem);
  text-wrap: balance;
}

.affiliate-hero-logo {
  display: grid;
  width: min(330px, 78%);
  min-height: 92px;
  align-items: center;
  margin: 0 0 24px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  place-items: center;
}

.affiliate-hero-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
}

.affiliate-hero-form-card {
  width: min(100%, 620px);
  justify-self: end;
}

.affiliate-hero-form-card .hero-form-title {
  top: -102px;
}

.affiliate-hero-form-card .hero-form-reassurance {
  top: -36px;
}

.affiliate-section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(38px, 5vw, 64px);
}

.affiliate-section-heading-row .section-heading {
  margin-bottom: 0;
}

.affiliate-section-heading-row > .text-link {
  margin-bottom: 4px;
  white-space: nowrap;
}

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

.affiliate-review-grid .review-card-copy {
  min-height: 300px;
}

.affiliate-inspiration-grid {
  grid-auto-rows: 330px;
}

.affiliate-inspiration-grid figure:nth-child(1),
.affiliate-inspiration-grid figure:nth-child(5) {
  grid-row: auto;
}

.affiliate-page-aaa-window-cleaning .affiliate-campaign-hero .hero-media img {
  object-position: 50% 50%;
}

.affiliate-connection-section {
  border-top: 1px solid var(--cream-200);
}

.affiliate-connection-layout {
  align-items: center;
}

.affiliate-project-photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--evergreen-950);
  box-shadow: var(--shadow);
}

.affiliate-project-photo img {
  width: 100%;
  height: clamp(460px, 44vw, 620px);
  object-fit: cover;
}

.affiliate-project-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(9, 39, 30, 0.82);
  backdrop-filter: blur(10px);
  font-size: 0.76rem;
  font-weight: 800;
}

.affiliate-process-section .section-heading p:last-child,
.affiliate-process-section .step-card p {
  color: rgba(255, 255, 255, 0.74);
}

.affiliate-service-areas .location-link-grid {
  margin-top: 0;
}

.affiliate-long-form-section {
  scroll-margin-top: 110px;
}

.nearby-links a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
}

.legal-copy h2 {
  margin-top: 45px;
  font-size: 2rem;
}

.not-found {
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 90px 0;
  background: var(--cream-100);
}

.not-found .container {
  max-width: 860px;
}

.not-found h1 {
  font-size: clamp(3.4rem, 8vw, 7rem);
}

.confirmation-hero {
  padding: clamp(58px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 170, 69, 0.22), transparent 28%),
    var(--cream-100);
}

.confirmation-hero-grid,
.post-next-grid,
.project-details-grid,
.post-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.confirmation-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--red-600);
  box-shadow: var(--shadow);
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 900;
  place-items: center;
}

.confirmation-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5vw, 5rem);
}

.confirmation-copy > p:not(.eyebrow, .source-confirmation) {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.16rem;
}

.source-confirmation {
  max-width: 680px;
  padding: 14px 18px;
  border-left: 3px solid var(--gold-500);
  background: rgba(255, 255, 255, 0.64);
  color: var(--evergreen-900);
  font-weight: 750;
}

.next-step-card {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(18, 61, 47, 0.15);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.next-step-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.next-step-card ol {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.next-step-card li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.next-step-card li > span {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--evergreen-950);
  color: var(--gold-300);
  font-size: 0.82rem;
  font-weight: 900;
  place-items: center;
}

.next-step-card li strong {
  display: block;
  font-family: var(--heading);
  font-size: 1.08rem;
}

.next-step-card li p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.post-next-grid {
  align-items: center;
}

.post-submit-proof-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.post-submit-proof-photo img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.post-submit-proof-photo figcaption {
  padding: 14px 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.post-confirmation-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--evergreen-950);
}

.post-confirmation-media,
.post-confirmation-shade {
  position: absolute;
  inset: 0;
}

.post-confirmation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.post-confirmation-media picture {
  display: block;
  height: 100%;
}

.post-confirmation-shade {
  background:
    linear-gradient(90deg, rgba(4, 28, 21, 0.95) 0%, rgba(4, 28, 21, 0.8) 44%, rgba(4, 28, 21, 0.48) 100%),
    linear-gradient(0deg, rgba(4, 28, 21, 0.55), transparent 55%);
}

.post-confirmation-hero .confirmation-hero-grid {
  position: relative;
  z-index: 1;
}

.post-confirmation-hero .confirmation-copy h1 {
  color: var(--white);
  font-size: clamp(3rem, 4.7vw, 4.8rem);
}

@media (min-width: 821px) {
  .post-submit-page:not(.commercial-post-submit-page) .post-confirmation-hero .confirmation-copy h1 {
    font-size: clamp(2.85rem, 3.9vw, 4.1rem);
  }
}

.post-confirmation-hero .confirmation-copy > p:not(.eyebrow, .source-confirmation) {
  color: rgba(255, 255, 255, 0.84);
}

.post-confirmation-hero .confirmation-copy .eyebrow {
  color: var(--gold-300);
}

.post-confirmation-hero .source-confirmation {
  background: rgba(255, 255, 255, 0.9);
}

.post-confirmation-hero .next-step-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.post-confirmation-hero .next-step-card h2 {
  color: var(--evergreen-950);
}

.post-confirmation-hero .next-step-card .eyebrow {
  color: var(--red-700);
}

.post-confirmation-hero .next-step-card > p {
  color: var(--muted);
}

.remote-estimate-note {
  margin: 28px 0 20px;
  padding: 20px 22px;
  border-left: 4px solid var(--gold-500);
  background: var(--cream-100);
}

.remote-estimate-note strong {
  display: block;
  color: var(--evergreen-950);
  font-family: var(--heading);
  font-size: 1.08rem;
  line-height: 1.35;
}

.remote-estimate-note p,
.next-step-card .next-step-reassurance {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.next-step-card .next-step-reassurance {
  margin-top: 18px;
  font-weight: 750;
}

.post-submit-credibility {
  position: relative;
  z-index: 2;
}

.post-submit-reviews .section-heading {
  max-width: 850px;
}

.post-submit-review-grid .review-card-photo img {
  aspect-ratio: 16 / 10;
}

.post-design-layers {
  background: var(--white);
}

.post-design-layers .section-heading {
  max-width: 900px;
}

.design-layer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 26px;
  margin: clamp(42px, 6vw, 72px) 0 0;
  padding: 0;
  list-style: none;
}

.design-layer-card {
  display: grid;
  grid-column: span 6;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-lg);
  background: var(--cream-100);
  box-shadow: 0 18px 44px rgba(9, 39, 30, 0.08);
}

.design-layer-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  min-height: 480px;
  background: var(--evergreen-950);
  color: var(--white);
}

.design-layer-card figure {
  height: 330px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.design-layer-card-featured figure {
  height: 100%;
  min-height: 480px;
}

.design-layer-card picture,
.design-layer-card img {
  width: 100%;
  height: 100%;
}

.design-layer-card img {
  object-fit: cover;
  transition: transform 500ms ease;
}

.design-layer-card:hover img {
  transform: scale(1.025);
}

.design-layer-card-greenery {
  grid-column: 1 / -1;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
}

.design-layer-card-greenery figure {
  height: 560px;
}

.design-layer-card-greenery img {
  object-position: center top;
}

.design-layer-card-greenery .design-layer-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.design-layer-copy {
  padding: clamp(28px, 4vw, 46px);
}

.design-layer-copy > span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--red-700);
  font-family: var(--heading);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.design-layer-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
}

.design-layer-copy p {
  margin: 0;
  color: var(--muted);
}

.design-layer-card-featured .design-layer-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.design-layer-card-featured .design-layer-copy > span {
  color: var(--gold-300);
}

.design-layer-card-featured .design-layer-copy h3 {
  color: var(--white);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
}

.design-layer-card-featured .design-layer-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.post-catalog-section {
  color: var(--white);
  background: var(--evergreen-950);
}

.post-catalog-section .section-heading .eyebrow {
  color: var(--gold-300);
}

.post-catalog-section .section-heading h2 {
  color: var(--white);
}

.post-catalog-section .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.post-catalog-section .text-link {
  color: var(--white);
}

.post-catalog-frame-shell {
  border-color: rgba(244, 210, 137, 0.42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.post-catalog-frame {
  height: min(860px, 86vh);
  min-height: 720px;
}

.post-next-section {
  background: var(--cream-100);
}

.post-next-section .section-heading {
  max-width: 900px;
}

.post-quote-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(38px, 5vw, 62px) 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-lg);
  background: var(--cream-200);
  list-style: none;
}

.post-quote-steps li {
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  background: var(--white);
}

.post-quote-steps span {
  display: block;
  margin-bottom: 38px;
  color: var(--gold-500);
  font-family: var(--heading);
  font-size: 1.4rem;
  font-weight: 700;
}

.post-quote-steps h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.post-quote-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.catalog-quote-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(38px, 5vw, 62px);
}

.catalog-quote-paths > div {
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 14px 36px rgba(9, 39, 30, 0.07);
}

.catalog-quote-paths h3 {
  margin-bottom: 10px;
  font-size: 1.65rem;
}

.catalog-quote-paths p:not(.eyebrow) {
  color: var(--muted);
}

.commercial-confirmation-hero .post-confirmation-media img {
  object-position: center 42%;
}

.commercial-confirmation-hero .post-confirmation-shade {
  background:
    linear-gradient(90deg, rgba(4, 28, 21, 0.96) 0%, rgba(4, 28, 21, 0.82) 46%, rgba(4, 28, 21, 0.54) 100%),
    linear-gradient(0deg, rgba(4, 28, 21, 0.62), transparent 55%);
}

.commercial-confirmation-projects {
  background: var(--cream-100);
}

.commercial-confirmation-projects .section-heading {
  max-width: 880px;
}

.commercial-confirmation-projects .commercial-project-grid {
  margin-top: clamp(38px, 5vw, 62px);
}

.commercial-confirmation-process .section-heading {
  max-width: 900px;
}

.commercial-planning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.commercial-planning-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.commercial-planning-list li {
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.commercial-planning-list strong {
  color: var(--evergreen-950);
  font-family: var(--heading);
  font-size: 1.06rem;
}

.commercial-planning-list span {
  color: var(--muted);
}

.commercial-post-final {
  background: var(--evergreen-800);
}

.compact-check-list {
  margin-top: 30px;
}

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

.inspiration-choice {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 52, 41, 0.08);
  cursor: pointer;
}

.inspiration-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.inspiration-choice:has(input:checked) {
  border-color: var(--red-600);
  box-shadow: 0 0 0 4px rgba(207, 51, 58, 0.12), 0 16px 38px rgba(16, 52, 41, 0.12);
}

.inspiration-choice:has(input:focus-visible) {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
}

.inspiration-photo img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.inspiration-label {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
}

.inspiration-label strong {
  font-family: var(--heading);
  font-size: 1.05rem;
}

.inspiration-label small {
  color: var(--muted);
}

.inspiration-choice:has(input:checked) .inspiration-label small {
  color: var(--red-700);
  font-weight: 800;
}

.inspiration-choice:has(input:checked) .inspiration-label small::before {
  content: "Selected · ";
}

.picker-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--evergreen-950);
  color: var(--white);
}

.picker-actions p,
.prototype-status {
  margin: 0;
}

.picker-actions strong,
.picker-actions span {
  display: block;
}

.picker-actions span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}

.prototype-status {
  padding-top: 12px;
  color: var(--muted);
  font-size: 0.83rem;
}

.proof-photo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 52px;
}

.proof-photo-row figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--cream-100);
}

.proof-photo-row img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.proof-photo-row figcaption {
  display: grid;
  gap: 5px;
  padding: 20px;
}

.proof-photo-row figcaption strong {
  font-family: var(--heading);
}

.proof-photo-row figcaption span {
  color: var(--muted);
  font-size: 0.9rem;
}

.offer-section {
  padding-top: 0;
}

.seasonal-offer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: var(--radius-lg);
  background: var(--red-700);
  box-shadow: var(--shadow);
  color: var(--white);
}

.seasonal-offer.is-preview {
  border: 2px dashed var(--gold-500);
  background: var(--evergreen-950);
}

.seasonal-offer .eyebrow {
  color: var(--gold-300);
}

.seasonal-offer h2 {
  color: var(--white);
}

.seasonal-offer dl {
  margin: 0;
}

.seasonal-offer dl div {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.seasonal-offer dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seasonal-offer dd {
  margin: 5px 0 0;
  font-family: var(--heading);
  font-size: 1.2rem;
}

.offer-terms {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.project-details-grid {
  align-items: start;
}

.project-details-form {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--cream-100);
  box-shadow: var(--shadow);
}

.project-details-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.project-details-form legend,
.field-label {
  margin-bottom: 9px;
  font-family: var(--heading);
  font-size: 0.95rem;
  font-weight: 800;
}

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

.choice-chip-grid label {
  position: relative;
  cursor: pointer;
}

.choice-chip-grid input {
  position: absolute;
  opacity: 0;
}

.choice-chip-grid span {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.84rem;
  text-align: center;
}

.choice-chip-grid input:checked + span {
  border-color: var(--evergreen-900);
  background: var(--evergreen-900);
  color: var(--white);
}

.choice-chip-grid input:focus-visible + span {
  outline: 3px solid var(--gold-500);
  outline-offset: 2px;
}

.project-details-form select,
.project-details-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--white);
  color: var(--evergreen-950);
  font: inherit;
}

.project-details-form textarea {
  resize: vertical;
}

.file-drop {
  display: grid;
  gap: 4px;
  padding: 20px;
  border: 1px dashed var(--evergreen-700);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.file-drop span {
  color: var(--muted);
  font-size: 0.82rem;
}

.file-drop input {
  margin-top: 10px;
  font: inherit;
}

.post-final-cta {
  padding: clamp(48px, 7vw, 82px) 0;
  background: var(--red-700);
  color: var(--white);
}

.post-final-grid {
  grid-template-columns: 1fr auto;
  gap: 32px;
}

.post-final-cta .eyebrow {
  color: var(--gold-300);
}

.post-final-cta h2 {
  color: var(--white);
}

.post-final-cta p {
  margin-bottom: 0;
}

@media (max-width: 1040px) {

  .design-layer-card-featured {
    grid-template-columns: 1fr;
  }

  .design-layer-card-greenery {
    grid-template-columns: 1fr;
  }

  .design-layer-card-featured figure {
    height: 440px;
    min-height: 0;
  }

  .post-quote-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-intro-grid,
  .catalog-quote-paths,
  .commercial-planning-grid {
    grid-template-columns: 1fr;
  }

  .catalog-intro-grid figure {
    height: min(520px, 62vw);
  }

  .catalog-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 380px;
  }

  .catalog-gallery figure:last-child {
    grid-column: 1 / -1;
  }

  .affiliate-campaign-hero {
    min-height: 0;
    align-items: stretch;
  }

  .hero-content-form.affiliate-campaign-hero-content {
    width: var(--container);
    grid-template-columns: 1fr;
    gap: 72px;
    padding-top: 70px;
    padding-bottom: 58px;
  }

  .affiliate-campaign-copy {
    max-width: 760px;
  }

  .affiliate-hero-form-card {
    width: min(100%, 620px);
    justify-self: center;
  }

  .hero-content-form {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 470px);
    gap: 34px;
  }

  .location-hero-with-form {
    min-height: 0;
    align-items: stretch;
  }

  .service-hero {
    min-height: 0;
    align-items: stretch;
  }

  .service-hero-content-form {
    width: var(--container);
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .service-hero .hero-copy-column {
    transform: none;
  }

  .service-hero-form-card {
    width: min(100%, 560px);
    margin-top: 24px;
    justify-self: center;
  }

  .location-hero-content-form {
    width: var(--container);
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .location-hero-form-card {
    width: min(100%, 430px);
    margin-top: 24px;
    justify-self: center;
  }

  .location-hero-copy {
    transform: none;
  }

  .location-hero-copy h1 {
    font-size: clamp(2.6rem, 9.8vw, 3.95rem);
  }

  .hero-home.hero-layout-flipped .hero-content-form {
    grid-template-columns: minmax(420px, 470px) minmax(0, 1fr);
  }

  .hero-content-form h1 {
    font-size: clamp(2.85rem, 5.1vw, 4rem);
  }
  .brand-copy small {
    display: none;
  }

  .primary-nav {
    gap: 14px;
  }

  .nav-link {
    font-size: 0.84rem;
  }

  .step-grid,
  .card-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-grid {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .footer-grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }

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

  .location-card img {
    min-height: 270px;
    max-height: 330px;
  }

  .inspiration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-offer-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  }

  .booking-offer .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 62px;
    font-size: 16px;
  }

  .post-confirmation-hero {
    min-height: 0;
  }

  .post-confirmation-shade {
    background: rgba(4, 28, 21, 0.82);
  }

  .post-confirmation-hero .confirmation-hero-grid {
    gap: 34px;
  }

  .design-layer-card,
  .design-layer-card-featured {
    grid-column: 1 / -1;
  }

  .design-layer-card-featured figure {
    height: 360px;
  }

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

  .utility-phone {
    display: none;
  }

  .utility-message {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .utility-message > span {
    display: inline;
  }

  .booking-offer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .booking-offer .button {
    grid-column: auto;
    justify-self: start;
  }

  .header-inner {
    min-height: 78px;
  }

  .site-header {
    background: var(--cream-50);
    backdrop-filter: none;
  }

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

  .menu-toggle {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    place-content: center;
    gap: 5px;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--evergreen-950);
  }

  .primary-nav {
    position: fixed;
    z-index: 110;
    top: 117px;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 28px 24px;
    overflow-y: auto;
    background: var(--cream-50);
    box-shadow: 0 24px 60px rgba(9, 39, 30, 0.22);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 0s linear 220ms;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .primary-nav > * {
    min-width: 0;
  }

  .nav-link {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--heading);
    font-size: 1.55rem;
  }

  .primary-nav .button {
    margin-top: 24px;
  }

  .button-row .text-link {
    min-height: 44px;
    padding-block: 10px;
  }

  .hero,
  .location-hero {
    min-height: 700px;
  }

  .hero-home {
    min-height: 0;
    align-items: stretch;
  }

  .hero.affiliate-campaign-hero {
    min-height: 0;
  }

  .service-hero-form-card {
    width: 100%;
    margin-top: 0;
  }

  .hero-content-form {
    width: var(--container);
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .hero-content-form h1 {
    font-size: clamp(2.65rem, 10vw, 4.1rem);
  }

  .hero-content-form .hero-proof {
    display: none;
  }

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

  .location-hero-form-card {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .location-hero-form-card .ghl-form-shell,
  .location-hero-form-card .ghl-form-frame {
    height: 620px !important;
    min-height: 620px;
  }

  .home-hero-form-card .ghl-form-shell,
  .home-hero-form-card .ghl-form-frame,
  .service-hero-form-card .ghl-form-shell,
  .service-hero-form-card .ghl-form-frame,
  .affiliate-hero-form-card .ghl-form-shell,
  .affiliate-hero-form-card .ghl-form-frame {
    height: 620px !important;
    min-height: 620px;
  }

  .affiliate-campaign-hero-content {
    gap: 34px;
    padding-top: 48px;
  }

  .affiliate-campaign-copy h1 {
    font-size: clamp(2.55rem, 10vw, 4rem);
  }

  .affiliate-hero-form-card .hero-form-title,
  .affiliate-hero-form-card .hero-form-reassurance {
    top: auto;
  }

  .affiliate-hero-form-card .hero-form-reassurance {
    margin-bottom: 18px;
  }

  .affiliate-section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .affiliate-section-heading-row > .text-link {
    white-space: normal;
  }

  .affiliate-review-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-review-grid .review-card-copy {
    min-height: 0;
  }

  .hero-form-title {
    position: relative;
    top: auto;
    margin-bottom: 4px;
    font-size: clamp(2.25rem, 10.5vw, 3.3rem);
  }

  .home-hero-form-card .hero-form-title {
    top: auto;
  }

  .hero-form-reassurance {
    position: relative;
    top: auto;
    margin: 2px 0 12px;
    font-size: 0.76rem;
  }

  .hero-media,
  .location-hero-media {
    inset: 0 0 auto;
    height: clamp(560px, 82svh, 720px);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(5, 24, 18, 0.96) 0%, rgba(5, 24, 18, 0.52) 78%, rgba(5, 24, 18, 0.22) 100%);
  }

  .intro-grid,
  .feature-pair,
  .design-story-layout,
  .split-layout,
  .faq-layout,
  .faq-page-grid,
  .page-hero-grid,
  .affiliate-hero-grid,
  .commercial-intro-grid,
  .commercial-project-grid,
  .form-page-grid,
  .location-card-grid {
    grid-template-columns: 1fr;
  }

  .confirmation-hero-grid,
  .post-next-grid,
  .project-details-grid,
  .post-final-grid,
  .seasonal-offer {
    grid-template-columns: 1fr;
  }

  .confirmation-hero-grid,
  .post-next-grid,
  .project-details-grid {
    gap: 38px;
  }

  .offer-terms {
    grid-column: auto;
  }

  .brand-hub-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-hero-image img {
    height: 340px;
    min-height: 0;
  }

  .floating-call {
    display: none;
  }

  .back-to-top {
    right: 14px;
    bottom: 76px;
    width: 46px;
    height: 46px;
  }

  .intro-grid {
    gap: 20px;
  }

  .reviews-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .reviews-heading-actions {
    width: 100%;
    justify-items: start;
  }

  .reviews-conversion-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .reviews-conversion-cta p {
    max-width: 100%;
    text-align: left;
  }

  .reviews-conversion-cta .button {
    min-width: 0;
  }

  .credibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credibility-grid li + li {
    border-left: 0;
  }

  .credibility-grid li:nth-child(even) {
    border-left: 1px solid var(--cream-200);
  }

  .credibility-grid li:nth-child(n + 3) {
    border-top: 1px solid var(--cream-200);
  }

  .credibility-grid li > a,
  .credibility-grid li > span {
    min-height: 70px;
    justify-content: flex-start;
    padding: 12px 16px;
    font-size: 0.78rem;
  }

  .review-grid {
    grid-auto-columns: 100%;
  }

  .review-card-copy {
    min-height: 0;
  }

  .reviews-footer {
    align-items: start;
    flex-direction: column;
  }

  .step-grid,
  .card-grid-3,
  .planning-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .step-card:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .design-story-photo img {
    height: min(118vw, 640px);
  }

  .planning-grid li::before,
  .info-card > span {
    margin-bottom: 28px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 360px);
  }

  .photo-grid .photo-tall {
    grid-row: auto;
  }

  .photo-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 300px repeat(2, 230px);
  }

  .photo-grid-home .photo-tall {
    grid-column: 1 / -1;
  }

  .locations-heading {
    align-items: start;
    flex-direction: column;
  }

  .location-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-layout > div:first-child,
  .faq-page-grid > aside {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .page-hero-image {
    margin-top: 20px;
  }

  .page-hero-image img {
    height: 340px;
    min-height: 0;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 320px;
  }

  .gallery-grid-commercial,
  .gallery-grid-palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-actions {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    padding: 7px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--evergreen-950);
  }

  .mobile-actions a {
    display: grid;
    min-height: 48px;
    border-radius: 8px;
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 850;
    place-items: center;
    text-decoration: none;
  }

  .mobile-actions a:last-child {
    background: var(--red-600);
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .photo-grid-home figcaption {
    right: auto;
    bottom: 8px;
    left: 8px;
    width: fit-content;
    max-width: calc(100% - 16px);
    padding: 7px 9px;
    border-radius: 10px;
    background: rgba(9, 39, 30, 0.86);
    backdrop-filter: blur(6px);
    font-size: clamp(0.64rem, 2.7vw, 0.72rem);
    line-height: 1.22;
  }

  h1 {
    font-size: clamp(2.65rem, 13.5vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 9.5vw, 3.05rem);
  }

  .catalog-intro-grid figure {
    height: 360px;
  }

  .catalog-viewer-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .catalog-viewer-heading > .text-link {
    white-space: normal;
  }

  .catalog-frame {
    height: 650px;
    min-height: 650px;
  }

  .post-confirmation-hero {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .post-confirmation-hero .confirmation-copy h1 {
    font-size: clamp(2.65rem, 12vw, 3.5rem);
  }

  .post-confirmation-hero .next-step-card {
    padding: 28px 24px;
  }

  .commercial-planning-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .design-layer-grid,
  .post-quote-steps {
    grid-template-columns: 1fr;
  }

  .design-layer-card figure,
  .design-layer-card-featured figure {
    height: 280px;
    min-height: 0;
  }

  .design-layer-card-greenery figure {
    height: 430px;
  }

  .design-layer-copy {
    padding: 28px 24px 32px;
  }

  .post-catalog-frame {
    height: 620px;
    min-height: 620px;
  }

  .catalog-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 330px;
  }

  .catalog-gallery figure:last-child {
    grid-column: auto;
  }

  .utility-message a {
    display: none;
  }

  .brand-copy strong {
    font-size: 1.12rem;
  }

  .hero {
    min-height: 690px;
  }

  .location-hero:not(.location-hero-with-form) {
    min-height: 610px;
  }

  .hero-content,
  .location-hero-content {
    padding-bottom: 54px;
  }

  .hero-proof {
    display: grid;
  }

  .feature-card > div,
  .info-card,
  .comparison-grid article,
  .area-list,
  .planning-grid li {
    padding: 26px;
  }

  .step-card {
    padding: 30px 0;
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .design-story-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .location-link-grid,
  .footer-grid,
  .form-field-preview,
  .form-spec-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .brand-card-logo {
    height: 125px;
  }

  .affiliate-logo {
    width: min(300px, 90%);
  }

  .gallery-grid {
    grid-auto-rows: 330px;
  }

  .gallery-grid-commercial,
  .gallery-grid-palette {
    grid-template-columns: 1fr;
  }

  .commercial-project-grid figure {
    grid-template-rows: 320px auto;
  }

  .gallery-grid figure:nth-child(1),
  .gallery-grid figure:nth-child(5) {
    grid-row: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .inspiration-grid,
  .proof-photo-row,
  .choice-chip-grid {
    grid-template-columns: 1fr;
  }

  .picker-actions {
    align-items: stretch;
    flex-direction: column;
  }

}

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