:root {
  --green-950: #042f2a;
  --green-900: #063f37;
  --green-800: #075347;
  --green-50: #f1f7f3;
  --green-25: #f8fbf8;
  --green-100: #dcebe5;
  --stone-50: #f8f9f7;
  --stone-100: #edf1ed;
  --stone-200: #d8dfd9;
  --stone-500: #6f7b76;
  --ink: #17211f;
  --muted: #66736e;
  --bronze: #8f432d;
  --clay: #682f24;
  --accent-light: #e1a07b;
  --accent-wash: #f2d8ca;
  --mist: #edf3ef;
  --white: #ffffff;
  --body-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display-font: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --hero-display-font: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --heading-font: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --header-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --header-dropdown-top: 154px;
  --header-stone-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='96' viewBox='0 0 180 96'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='96' filter='url(%23n)' opacity='.2'/%3E%3Cpath d='M-24 74 C30 51 66 82 116 57 S168 53 204 30' fill='none' stroke='%23042f2a' stroke-opacity='.08' stroke-width='1'/%3E%3Cpath d='M-18 26 C28 18 54 35 98 25 S152 22 198 9' fill='none' stroke='%238f432d' stroke-opacity='.055' stroke-width='.8'/%3E%3C/svg%3E");
  --shadow: 0 18px 42px rgba(13, 25, 22, 0.11);
  --soft-shadow: 0 8px 22px rgba(18, 32, 29, 0.08);
  --radius: 2px;
  --max: 1180px;
}

.home-minimal-intro {
  padding: 74px 0 58px;
  border-bottom: 1px solid rgba(4, 47, 42, 0.08);
  background: var(--white);
  color: var(--green-950);
}

.home-minimal-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.58fr);
  gap: 70px;
  align-items: end;
}

.home-minimal-intro h2,
.home-minimal-section-head h2,
.home-minimal-cta h2 {
  margin: 0;
  color: inherit;
  font-family: var(--display-font);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}

.home-minimal-intro h2 {
  max-width: 780px;
  font-size: clamp(2.15rem, 3.15vw, 3.55rem);
}

.home-minimal-intro p {
  max-width: 520px;
  margin: 0;
  color: rgba(23, 33, 31, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.home-minimal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.home-minimal-tags span {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(4, 47, 42, 0.13);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.home-minimal-services,
.home-minimal-work {
  padding: 74px 0 72px;
  background:
    linear-gradient(180deg, var(--stone-50), var(--white) 58%, var(--stone-50));
  color: var(--green-950);
}

.home-minimal-work {
  background: var(--white);
}

.home-minimal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 0;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
}

.home-minimal-section-head h2 {
  max-width: 760px;
  font-size: clamp(1.85rem, 2.55vw, 2.92rem);
}

.home-minimal-section-head p {
  max-width: 470px;
  margin: 0;
  color: rgba(23, 33, 31, 0.68);
  font-size: 0.95rem;
  line-height: 1.68;
}

.home-minimal-service-list {
  display: grid;
  border-top: 0;
}

.home-minimal-service-row {
  display: grid;
  grid-template-columns: 186px minmax(0, 1fr) 156px;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(4, 47, 42, 0.11);
  color: var(--green-950);
}

.home-minimal-service-row img {
  width: 186px;
  height: 124px;
  border: 1px solid rgba(4, 47, 42, 0.14);
  filter: saturate(0.96) contrast(1.02);
  object-fit: cover;
}

.home-minimal-service-row div {
  max-width: 680px;
}

.home-minimal-service-row span,
.home-minimal-work figcaption,
.home-minimal-cta-side span {
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-minimal-service-row h3 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(1.42rem, 1.9vw, 1.92rem);
  font-weight: 700;
  line-height: 1.12;
}

.home-minimal-service-row p {
  max-width: 740px;
  margin: 0;
  color: rgba(23, 33, 31, 0.66);
  font-size: 0.95rem;
  line-height: 1.64;
}

.home-minimal-service-row > strong {
  justify-self: stretch;
  padding: 11px 12px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-minimal-service-row:hover > strong {
  border-color: rgba(143, 67, 45, 0.42);
  color: var(--bronze);
}

.home-minimal-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-minimal-work-grid figure {
  margin: 0;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.home-minimal-work-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.home-minimal-work-grid figcaption {
  padding: 12px 14px;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  color: var(--green-950);
}

.home-minimal-cta {
  padding: 42px 0 74px;
  background: var(--white);
  color: var(--white);
}

.home-minimal-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 42px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid rgba(225, 160, 123, 0.24);
  border-top: 4px solid var(--bronze);
  background:
    linear-gradient(135deg, rgba(6, 63, 55, 0.98), rgba(4, 47, 42, 0.98)),
    var(--green-950);
  box-shadow: 0 18px 42px rgba(13, 25, 22, 0.12);
}

.home-minimal-cta h2 {
  max-width: 650px;
  color: var(--white);
  font-size: clamp(1.95rem, 2.7vw, 3rem);
}

.home-minimal-cta p {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.68;
}

.home-minimal-cta .eyebrow,
.home-minimal-cta .text-link {
  color: var(--accent-light);
}

.home-minimal-cta-side {
  display: grid;
  gap: 18px;
}

.home-minimal-cta-side > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-minimal-cta-side span {
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
}

.home-minimal-cta .btn-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-950);
}

.home-minimal-cta .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
}

@media (max-width: 1080px) {
  .home-minimal-intro-grid,
  .home-minimal-section-head,
  .home-minimal-cta-panel {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-minimal-section-head {
    align-items: start;
  }

  .home-minimal-service-row {
    grid-template-columns: 142px minmax(0, 1fr);
  }

  .home-minimal-service-row img {
    width: 142px;
    height: 102px;
  }

  .home-minimal-service-row > strong {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .home-minimal-intro,
  .home-minimal-services,
  .home-minimal-work,
  .home-minimal-cta {
    padding: 44px 0;
  }

  .home-minimal-intro h2,
  .home-minimal-section-head h2,
  .home-minimal-cta h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  .home-minimal-service-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .home-minimal-service-row img {
    width: 100%;
    height: 210px;
  }

  .home-minimal-service-row > strong {
    grid-column: auto;
  }

  .home-minimal-work-grid,
  .home-minimal-cta-side > div {
    grid-template-columns: 1fr;
  }

  .home-minimal-work-grid img {
    height: 220px;
  }

  .home-minimal-cta-panel {
    padding: 28px 22px;
  }
}

/* Premium hero standards band */
.home-page .hero-proof-strip {
  padding: 0 0 30px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(4, 47, 42, 0) 34px, var(--stone-50) 34px, var(--stone-50) 100%);
}

.home-page .hero-proof {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1.12fr) repeat(3, minmax(0, 1fr));
  min-height: 116px;
  margin-top: -58px;
  overflow: hidden;
  border: 1px solid rgba(225, 160, 123, 0.28);
  background:
    linear-gradient(135deg, rgba(7, 83, 71, 0.98), rgba(4, 47, 42, 0.99)),
    var(--green-950);
  box-shadow:
    0 28px 58px rgba(2, 18, 16, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-page .hero-proof::before {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-light), rgba(225, 160, 123, 0.34), transparent);
}

.home-page .hero-proof::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 28%),
    var(--header-stone-texture);
  opacity: 0.2;
  content: "";
}

.home-page .hero-proof p,
.home-page .proof-card {
  position: relative;
  z-index: 2;
}

.home-page .hero-proof p {
  display: grid;
  align-content: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 25px 30px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.11);
  text-align: left;
}

.home-page .hero-proof p b {
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-page .hero-proof p span {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.91);
  font-family: var(--display-font);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 700;
  line-height: 1.25;
}

.home-page .proof-card {
  min-height: 116px;
  align-content: center;
  justify-items: start;
  padding: 24px 24px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  text-align: left;
}

.home-page .proof-card:last-child {
  border-right: 0;
}

.home-page .proof-card::before {
  width: 30px;
  height: 1px;
  margin-bottom: 14px;
  border: 0;
  background: rgba(225, 160, 123, 0.86);
  transform: none;
}

.home-page .proof-card strong {
  color: var(--white);
  font-family: var(--header-font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .proof-card span {
  max-width: 230px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  line-height: 1.42;
}

@media (max-width: 1080px) {
  .home-page .hero-proof {
    grid-template-columns: 1fr;
    margin-top: -42px;
  }

  .home-page .hero-proof p,
  .home-page .proof-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-page .proof-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .home-page .hero-proof-strip {
    padding-bottom: 24px;
  }

  .home-page .hero-proof {
    margin-top: -24px;
  }

  .home-page .hero-proof p {
    padding: 20px 20px 19px;
    text-align: left;
  }

  .home-page .hero-proof p span {
    font-size: 1.02rem;
  }

  .home-page .proof-card {
    min-height: auto;
    padding: 17px 20px 18px;
  }

  .home-page .proof-card::before {
    width: 24px;
    margin-bottom: 10px;
  }

  .home-page .proof-card strong {
    font-size: 0.72rem;
  }

  .home-page .proof-card span {
    display: block;
    max-width: none;
    font-size: 0.72rem;
  }
}

/* Final homepage hero title lock */
.home-page .hero h1 {
  max-width: 980px;
}

.home-page .hero-title-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .home-page .hero h1 {
    font-size: 4.25rem;
  }
}

@media (max-width: 820px) {
  .home-page .hero h1 {
    font-size: 3.05rem;
  }
}

@media (max-width: 500px) {
  .home-page .hero h1 {
    font-size: 1.86rem;
    line-height: 1.02;
  }
}

@media (max-width: 360px) {
  .home-page .hero h1 {
    font-size: 1.78rem;
  }
}

/* Final brand green pass */
.home-page .hero-proof-strip {
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(4, 47, 42, 0) 34px, var(--green-50) 34px, var(--green-25) 100%) !important;
}

.home-page .hero-proof {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 243, 0.98)),
    var(--white) !important;
  box-shadow: 0 18px 46px rgba(4, 47, 42, 0.1) !important;
}

.home-page .hero-proof::before,
.home-page .proof-card::before {
  background: linear-gradient(90deg, var(--green-950), var(--green-800) 52%, rgba(225, 160, 123, 0.72)) !important;
}

.home-page .hero-proof p {
  border-right-color: rgba(4, 47, 42, 0.12) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-page .hero-proof p b {
  color: var(--bronze) !important;
}

.home-page .hero-proof p span,
.home-page .proof-card strong {
  color: var(--green-950) !important;
}

.home-page .proof-card {
  border-right-color: rgba(4, 47, 42, 0.12) !important;
}

.home-page .proof-card span {
  color: rgba(23, 33, 31, 0.62) !important;
}

.home-page .home-minimal-intro {
  border-top: 1px solid rgba(4, 47, 42, 0.08) !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12) !important;
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 42%, var(--green-50) 100%) !important;
}

.home-page .home-minimal-tags span {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-section {
  border-top-color: rgba(4, 47, 42, 0.14) !important;
  border-bottom-color: rgba(4, 47, 42, 0.14) !important;
  background:
    linear-gradient(180deg, var(--green-50) 0%, var(--white) 46%, var(--green-25) 100%) !important;
}

.home-build-head {
  border-bottom-color: rgba(4, 47, 42, 0.18) !important;
}

.home-build-head .text-link,
.home-minimal-section-head .text-link {
  color: var(--green-950) !important;
  border-bottom-color: rgba(4, 47, 42, 0.32) !important;
}

.home-build-card {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background:
    linear-gradient(180deg, var(--white), var(--green-25)) !important;
  box-shadow: 0 18px 48px rgba(4, 47, 42, 0.075) !important;
}

.home-build-card figure {
  background: var(--green-950) !important;
}

.home-build-card img {
  filter: saturate(0.98) contrast(1.02);
}

.home-build-card li {
  border-color: rgba(4, 47, 42, 0.16) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-card strong {
  border-bottom-color: rgba(4, 47, 42, 0.34) !important;
}

.home-build-card.is-featured .home-build-card-body {
  border-top-color: rgba(7, 83, 71, 0.62) !important;
  background: rgba(248, 251, 248, 0.94) !important;
}

.home-build-card:not(.is-featured) .home-build-card-body {
  background: linear-gradient(90deg, var(--white), var(--green-25)) !important;
}

.home-minimal-work {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 56%, var(--green-50) 100%) !important;
}

.home-minimal-work-grid figure {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background: var(--green-25) !important;
}

.home-minimal-work-grid figcaption {
  border-top-color: rgba(4, 47, 42, 0.15) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.home-minimal-cta {
  background:
    linear-gradient(180deg, var(--green-50), var(--white) 58%) !important;
}

.home-minimal-cta-panel {
  border-color: rgba(225, 160, 123, 0.28) !important;
  border-top-color: rgba(225, 160, 123, 0.74) !important;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(225, 160, 123, 0.14), transparent 38%),
    linear-gradient(135deg, var(--green-800), var(--green-950) 72%),
    var(--green-950) !important;
  box-shadow: 0 22px 54px rgba(4, 47, 42, 0.2) !important;
}

.section.stone,
.service-proof-strip,
.contact-intake-section,
.footer-consult {
  background:
    linear-gradient(180deg, var(--green-50), var(--stone-50) 58%, var(--white)),
    var(--green-50) !important;
}

.service-card,
.project-card,
.option-card,
.area-card,
.review-card,
.consultation-card,
.footer-consult-card {
  border-color: rgba(4, 47, 42, 0.16) !important;
}

/* Traditional homepage section pass */
.home-page .home-minimal-intro,
.home-build-section,
.home-minimal-work,
.home-minimal-cta {
  padding-top: 44px !important;
  padding-bottom: 52px !important;
  scroll-margin-top: 88px !important;
}

.home-page .home-minimal-intro h2,
.home-build-head h2,
.home-minimal-section-head h2,
.home-minimal-cta h2 {
  font-family: var(--heading-font) !important;
  font-size: clamp(1.72rem, 2.3vw, 2.62rem) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.home-page .home-minimal-intro p,
.home-build-head p,
.home-build-card p,
.home-minimal-section-head p,
.home-minimal-cta p {
  font-size: 0.96rem !important;
  line-height: 1.62 !important;
}

.home-build-head,
.home-minimal-section-head {
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.48fr) !important;
  gap: 38px !important;
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
}

.home-build-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-areas: none !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.home-build-card,
.home-build-card.is-featured,
.home-build-card:not(.is-featured) {
  position: relative !important;
  display: grid !important;
  grid-row: auto !important;
  grid-area: auto !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 190px 1fr !important;
  min-height: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 10px 24px rgba(4, 47, 42, 0.055) !important;
}

.home-build-card figure,
.home-build-card.is-featured figure,
.home-build-card:not(.is-featured) figure {
  position: static !important;
  inset: auto !important;
  height: 190px !important;
  min-height: 0 !important;
}

.home-build-card img,
.home-build-card.is-featured img,
.home-build-card:not(.is-featured) img {
  min-height: 0 !important;
}

.home-build-card-body,
.home-build-card.is-featured .home-build-card-body,
.home-build-card:not(.is-featured) .home-build-card-body {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  align-content: start !important;
  gap: 10px !important;
  max-width: none !important;
  padding: 22px 20px 20px !important;
  border-top: 1px solid rgba(4, 47, 42, 0.12) !important;
  background: linear-gradient(180deg, var(--white), var(--green-25)) !important;
  box-shadow: none !important;
}

.home-build-card h3,
.home-build-card.is-featured h3,
.home-build-card:not(.is-featured) h3 {
  max-width: none !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.1rem, 1.28vw, 1.34rem) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
}

.home-build-card ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.home-build-card li {
  padding: 6px 8px !important;
  text-align: center;
  font-size: 0.58rem !important;
}

.home-build-card strong {
  width: fit-content !important;
  margin-top: 4px !important;
}

.home-minimal-work-grid {
  gap: 14px !important;
}

.home-minimal-work-grid img {
  height: 220px !important;
}

.home-minimal-work-grid figcaption {
  font-family: var(--header-font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-minimal-cta-panel {
  padding: 34px 38px !important;
}

@media (max-width: 1080px) {
  .home-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .home-page .home-minimal-intro,
  .home-build-section,
  .home-minimal-work,
  .home-minimal-cta {
    padding-top: 46px !important;
    padding-bottom: 48px !important;
  }

  .home-build-head,
  .home-minimal-section-head,
  .home-minimal-cta-panel {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .home-build-grid,
  .home-minimal-work-grid {
    grid-template-columns: 1fr !important;
  }

  .home-build-card,
  .home-build-card.is-featured,
  .home-build-card:not(.is-featured) {
    grid-template-rows: 210px 1fr !important;
  }

  .home-build-card figure,
  .home-build-card.is-featured figure,
  .home-build-card:not(.is-featured) figure {
    height: 210px !important;
  }
}

/* Final brand green pass */
.home-page .hero-proof-strip {
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(4, 47, 42, 0) 34px, var(--green-50) 34px, var(--green-25) 100%) !important;
}

.home-page .hero-proof {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 243, 0.98)),
    var(--white) !important;
  box-shadow: 0 18px 46px rgba(4, 47, 42, 0.1) !important;
}

.home-page .hero-proof::before,
.home-page .proof-card::before {
  background: linear-gradient(90deg, var(--green-950), var(--green-800) 52%, rgba(225, 160, 123, 0.72)) !important;
}

.home-page .hero-proof p {
  border-right-color: rgba(4, 47, 42, 0.12) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-page .hero-proof p b {
  color: var(--bronze) !important;
}

.home-page .hero-proof p span,
.home-page .proof-card strong {
  color: var(--green-950) !important;
}

.home-page .proof-card {
  border-right-color: rgba(4, 47, 42, 0.12) !important;
}

.home-page .proof-card span {
  color: rgba(23, 33, 31, 0.62) !important;
}

.home-page .home-minimal-intro {
  border-top: 1px solid rgba(4, 47, 42, 0.08) !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12) !important;
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 42%, var(--green-50) 100%) !important;
}

.home-page .home-minimal-tags span {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-section {
  border-top-color: rgba(4, 47, 42, 0.14) !important;
  border-bottom-color: rgba(4, 47, 42, 0.14) !important;
  background:
    linear-gradient(180deg, var(--green-50) 0%, var(--white) 46%, var(--green-25) 100%) !important;
}

.home-build-head {
  border-bottom-color: rgba(4, 47, 42, 0.18) !important;
}

.home-build-head .text-link,
.home-minimal-section-head .text-link {
  color: var(--green-950) !important;
  border-bottom-color: rgba(4, 47, 42, 0.32) !important;
}

.home-build-card {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background:
    linear-gradient(180deg, var(--white), var(--green-25)) !important;
  box-shadow: 0 18px 48px rgba(4, 47, 42, 0.075) !important;
}

.home-build-card figure {
  background: var(--green-950) !important;
}

.home-build-card img {
  filter: saturate(0.98) contrast(1.02);
}

.home-build-card li {
  border-color: rgba(4, 47, 42, 0.16) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-card strong {
  border-bottom-color: rgba(4, 47, 42, 0.34) !important;
}

.home-build-card.is-featured .home-build-card-body {
  border-top-color: rgba(7, 83, 71, 0.62) !important;
  background: rgba(248, 251, 248, 0.94) !important;
}

.home-build-card:not(.is-featured) .home-build-card-body {
  background: linear-gradient(90deg, var(--white), var(--green-25)) !important;
}

.home-minimal-work {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 56%, var(--green-50) 100%) !important;
}

.home-minimal-work-grid figure {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background: var(--green-25) !important;
}

.home-minimal-work-grid figcaption {
  border-top-color: rgba(4, 47, 42, 0.15) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.home-minimal-cta {
  background:
    linear-gradient(180deg, var(--green-50), var(--white) 58%) !important;
}

.home-minimal-cta-panel {
  border-color: rgba(225, 160, 123, 0.28) !important;
  border-top-color: rgba(225, 160, 123, 0.74) !important;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(225, 160, 123, 0.14), transparent 38%),
    linear-gradient(135deg, var(--green-800), var(--green-950) 72%),
    var(--green-950) !important;
  box-shadow: 0 22px 54px rgba(4, 47, 42, 0.2) !important;
}

.section.stone,
.service-proof-strip,
.contact-intake-section,
.footer-consult {
  background:
    linear-gradient(180deg, var(--green-50), var(--stone-50) 58%, var(--white)),
    var(--green-50) !important;
}

.service-card,
.project-card,
.option-card,
.area-card,
.review-card,
.consultation-card,
.footer-consult-card {
  border-color: rgba(4, 47, 42, 0.16) !important;
}

/* Final brand green pass */
.home-page .hero-proof-strip {
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(4, 47, 42, 0) 34px, var(--green-50) 34px, var(--green-25) 100%) !important;
}

.home-page .hero-proof {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 243, 0.98)),
    var(--white) !important;
  box-shadow: 0 18px 46px rgba(4, 47, 42, 0.1) !important;
}

.home-page .hero-proof::before,
.home-page .proof-card::before {
  background: linear-gradient(90deg, var(--green-950), var(--green-800) 52%, rgba(225, 160, 123, 0.72)) !important;
}

.home-page .home-minimal-intro {
  border-top: 1px solid rgba(4, 47, 42, 0.08) !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12) !important;
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 42%, var(--green-50) 100%) !important;
}

.home-page .home-minimal-tags span {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-section {
  border-top-color: rgba(4, 47, 42, 0.14) !important;
  border-bottom-color: rgba(4, 47, 42, 0.14) !important;
  background:
    linear-gradient(180deg, var(--green-50) 0%, var(--white) 46%, var(--green-25) 100%) !important;
}

.home-build-head {
  border-bottom-color: rgba(4, 47, 42, 0.18) !important;
}

.home-build-head .text-link,
.home-minimal-section-head .text-link {
  color: var(--green-950) !important;
  border-bottom-color: rgba(4, 47, 42, 0.32) !important;
}

.home-build-card {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background:
    linear-gradient(180deg, var(--white), var(--green-25)) !important;
  box-shadow: 0 18px 48px rgba(4, 47, 42, 0.075) !important;
}

.home-build-card figure {
  background: var(--green-950) !important;
}

.home-build-card img {
  filter: saturate(0.98) contrast(1.02);
}

.home-build-card li {
  border-color: rgba(4, 47, 42, 0.16) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-card strong {
  border-bottom-color: rgba(4, 47, 42, 0.34) !important;
}

.home-build-card.is-featured .home-build-card-body {
  border-top-color: rgba(7, 83, 71, 0.62) !important;
  background: rgba(248, 251, 248, 0.94) !important;
}

.home-build-card:not(.is-featured) .home-build-card-body {
  background: linear-gradient(90deg, var(--white), var(--green-25)) !important;
}

.home-minimal-work {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 56%, var(--green-50) 100%) !important;
}

.home-minimal-work-grid figure {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background: var(--green-25) !important;
}

.home-minimal-work-grid figcaption {
  border-top-color: rgba(4, 47, 42, 0.15) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.home-minimal-cta {
  background:
    linear-gradient(180deg, var(--green-50), var(--white) 58%) !important;
}

.home-minimal-cta-panel {
  border-color: rgba(225, 160, 123, 0.28) !important;
  border-top-color: rgba(225, 160, 123, 0.74) !important;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(225, 160, 123, 0.14), transparent 38%),
    linear-gradient(135deg, var(--green-800), var(--green-950) 72%),
    var(--green-950) !important;
  box-shadow: 0 22px 54px rgba(4, 47, 42, 0.2) !important;
}

.section.stone,
.service-proof-strip,
.contact-intake-section,
.footer-consult {
  background:
    linear-gradient(180deg, var(--green-50), var(--stone-50) 58%, var(--white)),
    var(--green-50) !important;
}

.service-card,
.project-card,
.option-card,
.area-card,
.review-card,
.consultation-card,
.footer-consult-card {
  border-color: rgba(4, 47, 42, 0.16) !important;
}

/* Brand green section refinement */
.home-page .hero-proof-strip {
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(4, 47, 42, 0) 34px, var(--green-50) 34px, var(--green-25) 100%) !important;
}

.home-page .hero-proof {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 243, 0.98)),
    var(--white) !important;
  box-shadow: 0 18px 46px rgba(4, 47, 42, 0.1) !important;
}

.home-page .hero-proof::before {
  background: linear-gradient(90deg, var(--green-950), var(--green-800) 48%, var(--accent-light)) !important;
}

.home-page .proof-card::before {
  background: linear-gradient(90deg, var(--green-950), var(--green-800) 52%, rgba(225, 160, 123, 0.72)) !important;
}

.home-page .home-minimal-intro {
  border-top: 1px solid rgba(4, 47, 42, 0.08) !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12) !important;
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 42%, var(--green-50) 100%) !important;
}

.home-page .home-minimal-tags span {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background: rgba(4, 47, 42, 0.035);
}

.home-build-section {
  border-top-color: rgba(4, 47, 42, 0.14) !important;
  border-bottom-color: rgba(4, 47, 42, 0.14) !important;
  background:
    linear-gradient(180deg, var(--green-50) 0%, var(--white) 46%, var(--green-25) 100%) !important;
}

.home-build-head {
  border-bottom-color: rgba(4, 47, 42, 0.18) !important;
}

.home-build-head .text-link,
.home-minimal-section-head .text-link {
  color: var(--green-950);
  border-bottom-color: rgba(4, 47, 42, 0.32);
}

.home-build-card {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background:
    linear-gradient(180deg, var(--white), var(--green-25)) !important;
  box-shadow: 0 18px 48px rgba(4, 47, 42, 0.075) !important;
}

.home-build-card figure {
  background: var(--green-950) !important;
}

.home-build-card img {
  filter: saturate(0.98) contrast(1.02);
}

.home-build-card li {
  border-color: rgba(4, 47, 42, 0.16) !important;
  background: rgba(4, 47, 42, 0.035);
}

.home-build-card strong {
  border-bottom-color: rgba(4, 47, 42, 0.34) !important;
}

.home-build-card.is-featured .home-build-card-body {
  border-top-color: rgba(7, 83, 71, 0.62) !important;
  background: rgba(248, 251, 248, 0.94) !important;
}

.home-build-card:not(.is-featured) .home-build-card-body {
  background: linear-gradient(90deg, var(--white), var(--green-25));
}

.home-minimal-work {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 56%, var(--green-50) 100%) !important;
}

.home-minimal-work-grid figure {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background: var(--green-25) !important;
}

.home-minimal-work-grid figcaption {
  border-top-color: rgba(4, 47, 42, 0.15) !important;
  background: rgba(255, 255, 255, 0.7);
}

.home-minimal-cta {
  background:
    linear-gradient(180deg, var(--green-50), var(--white) 58%) !important;
}

.home-minimal-cta-panel {
  border-color: rgba(225, 160, 123, 0.28) !important;
  border-top-color: rgba(225, 160, 123, 0.74) !important;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(225, 160, 123, 0.14), transparent 38%),
    linear-gradient(135deg, var(--green-800), var(--green-950) 72%),
    var(--green-950) !important;
  box-shadow: 0 22px 54px rgba(4, 47, 42, 0.2) !important;
}

.section.stone,
.service-proof-strip,
.contact-intake-section,
.footer-consult {
  background:
    linear-gradient(180deg, var(--green-50), var(--stone-50) 58%, var(--white)),
    var(--green-50) !important;
}

.service-card,
.project-card,
.option-card,
.area-card,
.review-card,
.consultation-card,
.footer-consult-card {
  border-color: rgba(4, 47, 42, 0.16) !important;
}

/* Final centered approach section */
.home-page .home-minimal-intro {
  padding: 62px 0 56px !important;
  scroll-margin-top: 150px;
  text-align: center !important;
}

.home-page .home-minimal-intro-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 900px !important;
  gap: 18px !important;
  justify-items: center !important;
  margin: 0 auto !important;
}

.home-page .home-minimal-intro h2 {
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.home-page .home-minimal-intro p {
  max-width: 700px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.home-page .home-minimal-tags {
  justify-content: center !important;
  margin-top: 20px !important;
}

@media (max-width: 640px) {
  .home-page .home-minimal-intro {
    padding: 48px 0 46px !important;
  }

  .home-page .home-minimal-intro-grid {
    gap: 15px !important;
  }

  .home-page .home-minimal-tags {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Final shared inner-page hero lock */
.hero.compact {
  min-height: 58svh !important;
  align-items: center !important;
  padding: 152px 0 74px !important;
}

.hero.compact::after {
  background:
    linear-gradient(90deg, rgba(2, 20, 17, 0.42), rgba(2, 20, 17, 0.2) 50%, rgba(2, 20, 17, 0.38)),
    linear-gradient(0deg, rgba(2, 20, 17, 0.42), rgba(2, 20, 17, 0.08) 54%, rgba(2, 20, 17, 0.18)) !important;
}

.hero.compact .hero-media img {
  filter: brightness(0.96) saturate(1.02) !important;
}

.hero.compact > .container {
  display: grid !important;
  justify-items: center !important;
}

.hero.compact .hero-content {
  width: min(900px, 100%) !important;
  max-width: min(900px, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.hero.compact h1 {
  max-width: 900px !important;
  margin: 0 auto 16px !important;
  color: var(--white) !important;
  font-family: var(--hero-display-font) !important;
  font-size: clamp(3rem, 5vw, 5.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.01 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48) !important;
  text-wrap: balance;
}

.hero.compact p,
.hero.compact h1 + p {
  max-width: 690px !important;
  margin: 0 auto 24px !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(1rem, 1.22vw, 1.13rem) !important;
  line-height: 1.58 !important;
}

.hero.compact .hero-actions {
  justify-content: center !important;
}

@media (max-width: 720px) {
  .hero.compact {
    min-height: 62svh !important;
    padding: 132px 0 46px !important;
  }

  .hero.compact h1 {
    font-size: clamp(2.25rem, 10vw, 3.25rem) !important;
    line-height: 1 !important;
  }

  .hero.compact p,
  .hero.compact h1 + p {
    max-width: 100% !important;
    margin-bottom: 18px !important;
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
  }

  .hero.compact .hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .hero.compact .hero-actions .btn {
    width: 100% !important;
    min-height: 42px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: clamp(0.56rem, 2.3vw, 0.66rem) !important;
    letter-spacing: 0.08em !important;
    white-space: normal !important;
  }
}

/* Shared inner-page hero system */
.hero.compact {
  min-height: 58svh;
  align-items: center;
  padding: 152px 0 74px;
}

.hero.compact::after {
  background:
    linear-gradient(90deg, rgba(2, 20, 17, 0.42), rgba(2, 20, 17, 0.2) 50%, rgba(2, 20, 17, 0.38)),
    linear-gradient(0deg, rgba(2, 20, 17, 0.42), rgba(2, 20, 17, 0.08) 54%, rgba(2, 20, 17, 0.18));
}

.hero.compact .hero-media img {
  filter: brightness(0.96) saturate(1.02);
}

.hero.compact > .container {
  display: grid;
  justify-items: center;
}

.hero.compact .hero-content {
  width: min(900px, 100%);
  max-width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero.compact .eyebrow {
  color: var(--accent-light);
}

.hero.compact h1 {
  max-width: 900px;
  margin: 0 auto 16px;
  color: var(--white);
  font-family: var(--hero-display-font);
  font-size: clamp(3rem, 5vw, 5.35rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.01;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
  text-wrap: balance;
}

.hero.compact p {
  max-width: 690px;
  margin: 0 auto 24px;
  padding-left: 0;
  border-left: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.22vw, 1.13rem);
  line-height: 1.58;
}

.hero.compact h1 + p {
  padding-left: 0;
  border-left: 0;
}

.hero.compact .hero-actions {
  justify-content: center;
}

@media (max-width: 720px) {
  .hero.compact {
    min-height: 62svh;
    padding: 132px 0 46px;
  }

  .hero.compact h1 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
    line-height: 1;
  }

  .hero.compact p {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .hero.compact .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hero.compact .hero-actions .btn {
    width: 100%;
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: clamp(0.56rem, 2.3vw, 0.66rem);
    letter-spacing: 0.08em;
    white-space: normal;
  }
}

/* Simple non-overlapping hero proof strip */
.home-page .hero-proof-strip {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(4, 47, 42, 0.1) !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.1) !important;
  background: var(--stone-50) !important;
  box-shadow: none !important;
}

.home-page .hero-proof-strip .container {
  width: min(100% - 24px, var(--max)) !important;
}

.home-page .hero-proof {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.95fr) repeat(3, minmax(0, 1fr)) !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-right: 1px solid rgba(4, 47, 42, 0.08) !important;
  border-left: 1px solid rgba(4, 47, 42, 0.08) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page .hero-proof::before,
.home-page .hero-proof::after {
  display: none !important;
}

.home-page .hero-proof p {
  display: grid !important;
  align-content: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 18px 24px !important;
  border-right: 1px solid rgba(4, 47, 42, 0.1) !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: var(--green-950) !important;
  text-align: left !important;
}

.home-page .hero-proof p b {
  color: var(--bronze) !important;
  font-family: var(--header-font) !important;
  font-size: 0.64rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.home-page .hero-proof p span {
  max-width: 360px !important;
  color: rgba(23, 33, 31, 0.74) !important;
  font-family: var(--body-font) !important;
  font-size: 0.82rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

.home-page .proof-card {
  min-height: 0 !important;
  align-content: center !important;
  justify-items: start !important;
  padding: 18px 22px !important;
  border-right: 1px solid rgba(4, 47, 42, 0.08) !important;
  background: transparent !important;
  text-align: left !important;
}

.home-page .proof-card:last-child {
  border-right: 0 !important;
}

.home-page .proof-card::before {
  width: 26px !important;
  height: 1px !important;
  margin-bottom: 10px !important;
  border: 0 !important;
  background: rgba(143, 67, 45, 0.5) !important;
  transform: none !important;
}

.home-page .proof-card strong {
  color: var(--green-950) !important;
  font-family: var(--header-font) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.home-page .proof-card span {
  max-width: 210px !important;
  margin-top: 6px !important;
  color: rgba(23, 33, 31, 0.58) !important;
  font-size: 0.7rem !important;
  line-height: 1.36 !important;
}

@media (max-width: 1080px) {
  .home-page .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 0 !important;
  }

  .home-page .hero-proof p,
  .home-page .proof-card {
    border-right: 1px solid rgba(4, 47, 42, 0.08) !important;
    border-bottom: 1px solid rgba(4, 47, 42, 0.08) !important;
  }

  .home-page .proof-card:nth-child(3),
  .home-page .proof-card:last-child {
    border-right: 0 !important;
  }
}

@media (max-width: 720px) {
  .home-page .hero-proof {
    grid-template-columns: 1fr !important;
    margin-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .home-page .hero-proof p,
  .home-page .proof-card,
  .home-page .proof-card:nth-child(3) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(4, 47, 42, 0.08) !important;
  }

  .home-page .proof-card:last-child {
    border-bottom: 0 !important;
  }

  .home-page .hero-proof p,
  .home-page .proof-card {
    padding: 16px 0 !important;
  }

  .home-page .hero-proof p span,
  .home-page .proof-card span {
    max-width: none !important;
  }
}

/* Refined What We Build section */
.home-minimal-services {
  padding: 74px 0 72px;
  background:
    linear-gradient(180deg, var(--stone-50), var(--white) 58%, var(--stone-50));
}

.home-minimal-services .home-minimal-section-head {
  margin-bottom: 0;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
}

.home-minimal-services .home-minimal-section-head h2 {
  max-width: 760px;
}

.home-minimal-services .home-minimal-section-head p {
  color: rgba(23, 33, 31, 0.68);
}

.home-minimal-services .home-minimal-service-list {
  border-top: 0;
}

.home-minimal-services .home-minimal-service-row {
  grid-template-columns: 186px minmax(0, 1fr) 156px;
  gap: 28px;
  padding: 28px 0;
  border-bottom-color: rgba(4, 47, 42, 0.11);
}

.home-minimal-services .home-minimal-service-row img {
  width: 186px;
  height: 124px;
  border-color: rgba(4, 47, 42, 0.14);
  filter: saturate(0.96) contrast(1.02);
}

.home-minimal-services .home-minimal-service-row h3 {
  margin-bottom: 8px;
  font-size: clamp(1.42rem, 1.9vw, 1.92rem);
}

.home-minimal-services .home-minimal-service-row p {
  max-width: 740px;
  color: rgba(23, 33, 31, 0.66);
  font-size: 0.95rem;
  line-height: 1.64;
}

.home-minimal-services .home-minimal-service-row > strong {
  justify-self: stretch;
  padding: 11px 12px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  color: var(--green-950);
  text-align: center;
}

.home-minimal-services .home-minimal-service-row:hover > strong {
  border-color: rgba(143, 67, 45, 0.42);
  color: var(--bronze);
}

@media (max-width: 1080px) {
  .home-minimal-services .home-minimal-service-row {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .home-minimal-services .home-minimal-service-row img {
    width: 150px;
    height: 106px;
  }

  .home-minimal-services .home-minimal-service-row > strong {
    grid-column: 2;
    justify-self: start;
    min-width: 150px;
  }
}

@media (max-width: 720px) {
  .home-minimal-services {
    padding: 46px 0;
  }

  .home-minimal-services .home-minimal-section-head {
    padding-bottom: 26px;
  }

  .home-minimal-services .home-minimal-service-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 25px 0;
  }

  .home-minimal-services .home-minimal-service-row img {
    width: 100%;
    height: 210px;
  }

  .home-minimal-services .home-minimal-service-row > strong {
    grid-column: auto;
    justify-self: start;
  }
}

/* Premium What We Build section */
.home-build-section {
  padding: 78px 0 84px;
  border-top: 1px solid rgba(4, 47, 42, 0.08);
  border-bottom: 1px solid rgba(4, 47, 42, 0.08);
  background:
    linear-gradient(180deg, #f6f7f2 0%, var(--white) 52%, #f4f5ef 100%);
}

.home-build-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.55fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
}

.home-build-head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(2rem, 3vw, 3.55rem);
  line-height: 1.03;
  text-wrap: balance;
}

.home-build-head > div:last-child {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.home-build-head p {
  margin: 0;
  color: rgba(23, 33, 31, 0.68);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-build-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
  gap: 18px;
}

.home-build-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
  color: inherit;
  box-shadow: 0 18px 48px rgba(13, 25, 22, 0.07);
}

.home-build-card figure {
  overflow: hidden;
  margin: 0;
  background: var(--green-950);
}

.home-build-card img {
  width: 100%;
  height: 100%;
  min-height: 206px;
  object-fit: cover;
  transition: transform 520ms ease;
}

.home-build-card:hover img {
  transform: scale(1.035);
}

.home-build-card-body {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 26px;
}

.home-build-card-body span {
  color: var(--bronze);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-build-card h3 {
  margin: 0;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1.08;
  text-wrap: balance;
}

.home-build-card p {
  margin: 0;
  color: rgba(23, 33, 31, 0.66);
  font-size: 0.92rem;
  line-height: 1.58;
}

.home-build-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.home-build-card li {
  padding: 7px 10px;
  border: 1px solid rgba(4, 47, 42, 0.1);
  color: rgba(4, 47, 42, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-build-card strong {
  width: max-content;
  margin-top: 4px;
  color: var(--green-950);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(143, 67, 45, 0.36);
}

.home-build-card.is-featured {
  grid-row: span 3;
  grid-template-rows: minmax(440px, 1fr) auto;
}

.home-build-card.is-featured .home-build-card-body {
  padding: 34px;
}

.home-build-card.is-featured h3 {
  max-width: 640px;
  font-size: clamp(2rem, 3.35vw, 4rem);
}

.home-build-card:not(.is-featured) {
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 220px;
}

.home-build-card:not(.is-featured) .home-build-card-body {
  padding: 24px;
}

.home-build-card:not(.is-featured) h3 {
  font-size: clamp(1.25rem, 1.7vw, 2rem);
}

.home-build-card:not(.is-featured) p {
  font-size: 0.88rem;
}

@media (max-width: 1040px) {
  .home-build-head,
  .home-build-grid {
    grid-template-columns: 1fr;
  }

  .home-build-card.is-featured {
    grid-row: auto;
    grid-template-rows: minmax(360px, 45vw) auto;
  }
}

@media (max-width: 720px) {
  .home-build-section {
    padding: 52px 0 56px;
  }

  .home-build-head {
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 24px;
  }

  .home-build-head h2 {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }

  .home-build-grid {
    gap: 14px;
  }

  .home-build-card,
  .home-build-card:not(.is-featured),
  .home-build-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .home-build-card figure,
  .home-build-card.is-featured figure {
    height: 230px;
  }

  .home-build-card-body,
  .home-build-card.is-featured .home-build-card-body,
  .home-build-card:not(.is-featured) .home-build-card-body {
    padding: 22px;
  }

  .home-build-card.is-featured h3,
  .home-build-card:not(.is-featured) h3 {
    font-size: clamp(1.52rem, 7vw, 2rem);
  }

  .home-build-card li {
    font-size: 0.62rem;
  }
}

@media (min-width: 1041px) {
  .home-build-grid {
    grid-template-areas:
      "lead card-one"
      "lead card-two"
      "lead card-three";
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .home-build-card.is-featured {
    grid-area: lead;
    position: relative;
    min-height: 760px;
    grid-template-rows: 1fr;
  }

  .home-build-card:nth-child(2) {
    grid-area: card-one;
  }

  .home-build-card:nth-child(3) {
    grid-area: card-two;
  }

  .home-build-card:nth-child(4) {
    grid-area: card-three;
  }

  .home-build-card.is-featured figure {
    position: absolute;
    inset: 0;
  }

  .home-build-card.is-featured img {
    min-height: 100%;
    filter: saturate(1.02) contrast(1.02);
  }

  .home-build-card.is-featured .home-build-card-body {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    max-width: 610px;
    border-top: 3px solid rgba(143, 67, 45, 0.48);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 46px rgba(13, 25, 22, 0.14);
  }

  .home-build-card:not(.is-featured) {
    min-height: 0;
    box-shadow: 0 10px 26px rgba(13, 25, 22, 0.045);
  }

  .home-build-card:not(.is-featured) img {
    min-height: 0;
  }

  .home-build-card:not(.is-featured) .home-build-card-body {
    gap: 9px;
    padding: 22px 22px 20px;
  }

  .home-build-card:not(.is-featured) h3 {
    font-size: clamp(1.2rem, 1.45vw, 1.72rem);
  }

  .home-build-card:not(.is-featured) p {
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .home-build-card:not(.is-featured) ul {
    display: none;
  }
}

/* Two-line homepage hero title */
.home-page .hero h1 {
  max-width: 980px;
}

.home-page .hero-title-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .home-page .hero h1 {
    font-size: 4.25rem;
  }
}

@media (max-width: 820px) {
  .home-page .hero h1 {
    font-size: 3.05rem;
  }
}

@media (max-width: 500px) {
  .home-page .hero h1 {
    font-size: 1.86rem;
    line-height: 1.02;
  }
}

@media (max-width: 360px) {
  .home-page .hero h1 {
    font-size: 1.78rem;
  }
}

/* Final homepage hero title lock */
.home-page .hero h1 {
  max-width: 980px;
}

.home-page .hero-title-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .home-page .hero h1 {
    font-size: 4.25rem;
  }
}

@media (max-width: 820px) {
  .home-page .hero h1 {
    font-size: 3.05rem;
  }
}

@media (max-width: 500px) {
  .home-page .hero h1 {
    font-size: 1.86rem;
    line-height: 1.02;
  }
}

@media (max-width: 360px) {
  .home-page .hero h1 {
    font-size: 1.78rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--stone-50);
  color: var(--ink);
  font-family: var(--body-font);
  line-height: 1.55;
  overflow-x: hidden;
  overflow-y: auto;
}

body.menu-open {
  overflow: auto;
}

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

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

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

.site-shell {
  min-height: 100vh;
  overflow: visible;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  color: var(--bronze);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section {
  padding: 92px 0;
}

.section.tight {
  padding: 66px 0;
}

.section.dark {
  background: var(--green-950);
  color: var(--white);
}

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

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-header.center {
  display: block;
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  max-width: 790px;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--display-font);
  font-size: clamp(3.45rem, 7.35vw, 6.55rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 em {
  display: block;
  color: var(--accent-light);
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 4px 28px rgba(4, 47, 42, 0.28);
}

h2 {
  margin-bottom: 18px;
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.55vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
}

h3 {
  margin-bottom: 12px;
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  font-weight: 900;
  line-height: 1.08;
}

.dark h2,
.dark h3,
.dark .section-copy {
  color: var(--white);
}

.section-copy {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.site-header {
  --mega-gap: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid rgba(4, 47, 42, 0.08);
  background:
    radial-gradient(ellipse at 15% 48%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.07) 30%, transparent 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(248, 249, 247, 0.035) 36%, rgba(248, 249, 247, 0.025) 64%, rgba(255, 255, 255, 0.08)),
    rgba(248, 249, 247, 0.018);
  box-shadow:
    0 14px 34px rgba(4, 18, 15, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  color: var(--green-950);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-950), var(--green-800) 32%, var(--bronze) 58%, rgba(143, 67, 45, 0.24) 78%, transparent);
  content: "";
  pointer-events: none;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 2%, rgba(4, 47, 42, 0.12) 24%, rgba(143, 67, 45, 0.48) 50%, rgba(4, 47, 42, 0.12) 76%, transparent 98%);
  content: "";
  pointer-events: none;
}

.site-header:hover {
  color: var(--green-950);
  border-bottom-color: rgba(4, 47, 42, 0.1);
  background:
    radial-gradient(ellipse at 15% 48%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12) 30%, transparent 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(248, 249, 247, 0.06) 36%, rgba(248, 249, 247, 0.045) 64%, rgba(255, 255, 255, 0.12)),
    rgba(248, 249, 247, 0.028);
  box-shadow:
    0 18px 44px rgba(4, 18, 15, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34);
}

.site-header.is-scrolled {
  border-bottom-color: rgba(4, 47, 42, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 247, 0.94)),
    var(--white);
  box-shadow:
    0 16px 38px rgba(4, 18, 15, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(4, 47, 42, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home-page .site-header:not(.is-scrolled):not(:hover) {
  border-bottom-color: rgba(4, 47, 42, 0.08);
  box-shadow:
    0 14px 34px rgba(4, 18, 15, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

body.home-page .site-header:not(.is-scrolled):not(:hover)::after {
  background: linear-gradient(90deg, transparent 2%, rgba(4, 47, 42, 0.12) 24%, rgba(143, 67, 45, 0.48) 50%, rgba(4, 47, 42, 0.12) 76%, transparent 98%);
}

.header-top {
  border-bottom: 1px solid rgba(4, 47, 42, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.12) 42%, rgba(143, 67, 45, 0.024)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 -1px 0 rgba(143, 67, 45, 0.14);
  color: rgba(4, 47, 42, 0.84);
  font-family: var(--header-font);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.home-page .site-header:not(.is-scrolled):not(:hover) .header-top {
  border-bottom-color: rgba(4, 47, 42, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.12) 42%, rgba(143, 67, 45, 0.024)),
    rgba(255, 255, 255, 0.03);
  color: rgba(4, 47, 42, 0.84);
}

.site-header.is-scrolled .header-top {
  border-bottom-color: rgba(4, 47, 42, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(248, 249, 247, 0.78) 42%, rgba(143, 67, 45, 0.035)),
    rgba(255, 255, 255, 0.82);
  color: rgba(4, 47, 42, 0.86);
}

.header-top .container > span {
  color: rgba(4, 47, 42, 0.9);
  text-shadow: none;
}

.header-top .container {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header-top .container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}

.header-top .container > div span {
  position: relative;
}

.header-top .container > div span + span::before,
.header-top-phone::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 12px 2px 0;
  background: var(--bronze);
  content: "";
  transform: rotate(45deg);
}

.header-top-phone {
  color: var(--bronze);
}

.header-main {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.07) 36%, rgba(255, 255, 255, 0.03)),
    rgba(248, 249, 247, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(4, 47, 42, 0.1);
}

.header-main::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), rgba(143, 67, 45, 0.24), rgba(255, 255, 255, 0.62), transparent);
  content: "";
  pointer-events: none;
}

body.home-page .site-header:not(.is-scrolled):not(:hover) .header-main {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.07) 36%, rgba(255, 255, 255, 0.03)),
    rgba(248, 249, 247, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(4, 47, 42, 0.1);
}

.site-header.is-scrolled .header-main {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(248, 249, 247, 0.94) 38%, rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    inset 0 -1px 0 rgba(4, 47, 42, 0.1);
}

.header-brand-row,
.header-nav-row {
  align-items: center;
}

.nav-link {
  white-space: nowrap;
}

.header-brand-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(206px, 232px) minmax(0, 1fr) auto;
  min-height: 88px;
  justify-content: stretch;
  gap: 24px;
  padding: 6px 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, min-height 180ms ease, padding 180ms ease;
}

.header-brand-row::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(4, 47, 42, 0.16), rgba(143, 67, 45, 0.34), rgba(4, 47, 42, 0.14), transparent);
  content: "";
}

body.home-page .site-header:not(.is-scrolled):not(:hover) .header-brand-row::after {
  background: linear-gradient(90deg, transparent, rgba(4, 47, 42, 0.16), rgba(143, 67, 45, 0.32), rgba(4, 47, 42, 0.12), transparent);
}

.site-header.is-scrolled .header-brand-row,
.site-header:hover .header-brand-row {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.site-header.is-scrolled .header-brand-row {
  min-height: 78px;
  padding: 4px 0 6px;
}

.header-note {
  display: grid;
  justify-self: center;
  gap: 4px;
  width: min(100%, 245px);
  padding: 9px 18px;
  border-top: 1px solid rgba(4, 47, 42, 0.11);
  border-bottom: 1px solid rgba(4, 47, 42, 0.11);
  color: var(--green-950);
  line-height: 1.1;
  text-align: center;
}

.header-spacer {
  width: min(100%, 245px);
  justify-self: center;
}

.header-note span {
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-note strong {
  color: rgba(4, 47, 42, 0.8);
  font-family: var(--header-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  width: min(100%, 224px);
  min-width: 0;
  align-self: center;
  min-height: 76px;
  padding: 0 18px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: min-height 180ms ease;
}

.site-header .brand::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 62px;
  background: linear-gradient(180deg, transparent, rgba(4, 47, 42, 0.18), rgba(143, 67, 45, 0.34), rgba(4, 47, 42, 0.14), transparent);
  content: "";
  transform: translateY(-50%);
}

.brand img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 84px;
  max-height: 84px;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  filter:
    drop-shadow(0 7px 16px rgba(4, 47, 42, 0.1))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.72));
  box-shadow: none;
  transition: height 180ms ease, max-height 180ms ease, filter 180ms ease;
}

.site-header.is-scrolled .brand {
  min-height: 68px;
}

.site-header.is-scrolled .brand::after {
  height: 54px;
}

.site-header.is-scrolled .brand img {
  height: 74px;
  max-height: 74px;
}

.brand-tagline {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -2px;
  padding: 0 8px;
  background: var(--white);
  color: var(--bronze);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header.is-scrolled .brand img,
.site-header:hover .brand img {
  border-color: rgba(4, 47, 42, 0.16);
}

.brand-text strong {
  display: block;
  font-family: var(--header-font);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-text span {
  display: block;
  color: currentColor;
  font-family: var(--header-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  opacity: 0.74;
  text-transform: uppercase;
}

.desktop-nav {
  position: static;
  display: flex;
  justify-self: center;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: max-content;
  max-width: 100%;
  min-height: 40px;
  padding: 0;
  border-top: 1px solid rgba(4, 47, 42, 0.08);
  border-right: 1px solid rgba(4, 47, 42, 0.08);
  border-bottom: 1px solid rgba(143, 67, 45, 0.16);
  border-left: 1px solid rgba(4, 47, 42, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(248, 249, 247, 0.62)),
    linear-gradient(90deg, rgba(4, 47, 42, 0.02), rgba(143, 67, 45, 0.022), rgba(4, 47, 42, 0.014));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -2px 0 rgba(143, 67, 45, 0.07),
    0 10px 22px rgba(4, 18, 15, 0.045);
  backdrop-filter: blur(8px) saturate(1.04);
  -webkit-backdrop-filter: blur(8px) saturate(1.04);
}

body.home-page .site-header:not(.is-scrolled):not(:hover) .nav-link {
  color: rgba(4, 47, 42, 0.9);
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.72);
}

body.home-page .site-header:not(.is-scrolled):not(:hover) .desktop-nav {
  border-top-color: rgba(4, 47, 42, 0.08);
  border-bottom-color: rgba(143, 67, 45, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(248, 249, 247, 0.62)),
    linear-gradient(90deg, rgba(4, 47, 42, 0.02), rgba(143, 67, 45, 0.022), rgba(4, 47, 42, 0.014));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -2px 0 rgba(143, 67, 45, 0.07),
    0 10px 22px rgba(4, 18, 15, 0.045);
}

.site-header.is-scrolled .desktop-nav {
  border-top-color: rgba(4, 47, 42, 0.08);
  border-bottom-color: rgba(143, 67, 45, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 247, 0.94)),
    linear-gradient(90deg, rgba(4, 47, 42, 0.02), rgba(143, 67, 45, 0.022), rgba(4, 47, 42, 0.014));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    inset 0 -2px 0 rgba(143, 67, 45, 0.07),
    0 10px 22px rgba(4, 18, 15, 0.04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.desktop-nav::before {
  display: none;
}

.header-nav-row {
  display: grid;
  grid-template-columns: minmax(188px, 1fr) auto minmax(188px, 1fr);
  min-height: 46px;
  justify-content: center;
  padding: 0;
}

body.home-page .site-header:not(.is-scrolled):not(:hover) .header-nav-row {
  background: transparent;
}

.header-nav-spacer {
  min-width: 0;
}

.nav-item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.has-mega::after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 110;
  display: none;
  width: 100%;
  height: 24px;
  content: "";
}

.has-mega:hover::after,
.has-mega:focus-within::after {
  display: block;
}

.nav-link {
  position: relative;
  display: flex;
  min-width: 90px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(9, 39, 35, 0.78);
  cursor: pointer;
  font-family: var(--header-font);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-item + .nav-item .nav-link {
  border-left: 1px solid rgba(4, 47, 42, 0.075);
}

.has-mega > .nav-link {
  gap: 0;
  min-width: auto;
  padding-right: 29px;
  padding-left: 17px;
}

.has-mega > .nav-link::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  margin: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  opacity: 0.58;
  transform: translateY(-60%) rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-link::after {
  position: absolute;
  right: 13px;
  bottom: 7px;
  left: 13px;
  height: 1px;
  background: var(--bronze);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link,
.nav-item.is-open .nav-link {
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0.055), rgba(143, 67, 45, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -2px 0 rgba(143, 67, 45, 0.22);
  color: var(--bronze);
}

.nav-item:hover .nav-link::before,
.nav-item:focus-within .nav-link::before,
.nav-item.is-open .nav-link::before {
  opacity: 0.9;
  transform: translateY(-42%) rotate(45deg);
}

.nav-item:hover .nav-link::after,
.nav-item:focus-within .nav-link::after,
.nav-item.is-open .nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.mega {
  position: absolute;
  z-index: 120;
  top: calc(100% + 42px);
  left: 0;
  width: min(940px, calc(100vw - 56px));
  margin-top: 0;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(4, 47, 42, 0.13);
  border-radius: 0 0 12px 12px;
  background:
    radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, 0.72), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(237, 241, 237, 0.72)),
    linear-gradient(90deg, rgba(4, 47, 42, 0.08), rgba(143, 67, 45, 0.035)),
    rgba(248, 249, 247, 0.74);
  color: var(--green-950);
  font-family: var(--header-font);
  box-shadow:
    0 26px 68px rgba(5, 18, 16, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 180ms ease;
  backdrop-filter: blur(22px) saturate(1.16);
  -webkit-backdrop-filter: blur(22px) saturate(1.16);
}

.mega::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(4, 47, 42, 0.36), rgba(143, 67, 45, 0.56), transparent);
  content: "";
  pointer-events: none;
}

.mega::after {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 42px;
  content: "";
}

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

.mega.services {
  left: 0;
}

.mega.residential-menu {
  width: min(1010px, calc(100vw - 48px));
}

.commercial-menu {
  width: min(840px, calc(100vw - 48px));
}

.nav-residential .mega {
  left: 0;
  right: auto;
}

.nav-commercial .mega {
  left: -76px;
  right: auto;
}

.nav-gallery .mega {
  left: -420px;
  right: auto;
}

.nav-about .mega {
  left: -560px;
  right: auto;
}

.mega-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 0.92fr;
  gap: 0;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.12)),
    rgba(248, 249, 247, 0.28);
}

.residential-menu .mega-inner {
  grid-template-columns: 1fr 1fr 1fr 0.98fr;
}

.commercial-menu .mega-inner {
  grid-template-columns: 1fr 1fr 0.98fr;
}

.mega-column {
  padding: 24px 26px 26px;
  border-right: 1px solid rgba(4, 47, 42, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06));
}

.mega-column h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mega-column h4::after {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 67, 45, 0.26), rgba(4, 47, 42, 0.1), transparent);
  content: "";
}

.mega-column a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 0;
  margin: 0;
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid rgba(4, 47, 42, 0.09);
  background: transparent;
  color: rgba(4, 47, 42, 0.72);
  font-family: var(--header-font);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  transition: color 160ms ease, padding 160ms ease, border-color 160ms ease, background 160ms ease;
}

.mega-column a:last-child {
  border-bottom: 0;
}

.mega-column a span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.mega-column a strong {
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.22;
}

.mega-column a small {
  display: none;
}

.mega-column a::after {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  opacity: 0.42;
  transform: rotate(45deg);
}

.mega-column a:hover {
  padding-left: 8px;
  border-color: rgba(143, 67, 45, 0.28);
  background:
    linear-gradient(90deg, rgba(4, 47, 42, 0.065), rgba(143, 67, 45, 0.035), transparent);
  color: var(--bronze);
}

.mega-column a:hover strong {
  color: var(--bronze);
}

.mega-feature {
  min-height: 100%;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  padding: 0;
  border-left: 1px solid rgba(4, 47, 42, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(4, 47, 42, 0.12)),
    rgba(4, 47, 42, 0.86);
  color: var(--white);
  overflow: hidden;
}

.mega-feature::before {
  display: none;
}

.mega-feature-image {
  position: relative;
  overflow: hidden;
  min-height: 154px;
}

.mega-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 154px;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.03);
}

.mega-feature-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0), rgba(4, 47, 42, 0.42)),
    linear-gradient(90deg, rgba(4, 47, 42, 0.16), transparent);
  content: "";
}

.mega-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0.78), rgba(4, 47, 42, 0.9));
}

.mega-feature-content::before {
  width: 34px;
  height: 2px;
  margin-bottom: 16px;
  background: var(--accent-light);
  content: "";
}

.mega-feature .eyebrow {
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mega-feature p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--header-font);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.56;
}

.mega-feature .btn {
  align-self: flex-start;
  font-family: var(--header-font);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.mega-feature .btn-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-950);
}

.mega-feature .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
  color: var(--green-950);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 10px;
  align-self: center;
  min-width: 172px;
  padding-left: 0;
  border-left: 0;
}

.mobile-header-actions {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-phone {
  display: grid;
  align-content: center;
  min-width: 124px;
  color: var(--green-950);
  line-height: 1.15;
  text-align: right;
}

.header-phone span {
  color: var(--stone-500);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header-phone strong {
  margin-top: 5px;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  line-height: 1;
}

.site-header .btn-primary {
  min-height: 36px;
  min-width: 162px;
  padding: 8px 14px;
  border-color: rgba(4, 47, 42, 0.94);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent),
    var(--green-950);
  box-shadow:
    0 7px 15px rgba(4, 47, 42, 0.13),
    inset 0 0 0 1px rgba(225, 160, 123, 0.36),
    inset 0 -2px 0 rgba(225, 160, 123, 0.18);
  color: var(--white);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.site-header .btn-primary:hover {
  border-color: var(--green-800);
  background: var(--green-800);
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.14);
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: none;
}

.btn-primary {
  background: var(--green-950);
  border-color: var(--green-950);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--green-800);
  border-color: var(--green-800);
}

.btn-dark {
  background: var(--green-950);
  border-color: var(--green-950);
  color: var(--white);
}

.btn-light {
  border-color: rgba(4, 47, 42, 0.24);
  color: var(--green-950);
}

.hero .btn-light,
.footer-main .btn-light,
.footer-consult .btn-light,
.mobile-panel .btn-light {
  border-color: rgba(255, 255, 255, 0.52);
  color: var(--white);
}

.hero .btn-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-950);
}

.hero .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
  color: var(--green-950);
}

.site-header.is-scrolled .btn-light,
.site-header:hover .btn-light {
  border-color: rgba(4, 47, 42, 0.2);
  color: var(--green-950);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: currentColor;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.site-header,
.site-header:hover,
.site-header.is-scrolled,
body.home-page .site-header:not(.is-scrolled):not(:hover) {
  border-bottom-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(ellipse at 16% 0%, rgba(225, 160, 123, 0.18), transparent 34%),
    radial-gradient(ellipse at 88% 50%, rgba(255, 255, 255, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(7, 83, 71, 0.98), rgba(4, 47, 42, 0.99)),
    var(--green-950);
  box-shadow:
    0 18px 44px rgba(4, 18, 15, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(225, 160, 123, 0.26);
  color: var(--white);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.38), var(--accent-light) 42%, var(--bronze) 68%, rgba(255, 255, 255, 0.18));
}

.site-header::after,
body.home-page .site-header:not(.is-scrolled):not(:hover)::after {
  background: linear-gradient(90deg, transparent 2%, rgba(255, 255, 255, 0.16) 24%, rgba(225, 160, 123, 0.58) 50%, rgba(255, 255, 255, 0.16) 76%, transparent 98%);
}

.header-top,
.site-header.is-scrolled .header-top,
body.home-page .site-header:not(.is-scrolled):not(:hover) .header-top {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(2, 28, 25, 0.46), rgba(7, 83, 71, 0.28) 44%, rgba(143, 67, 45, 0.14)),
    rgba(2, 28, 25, 0.16);
  box-shadow: inset 0 -1px 0 rgba(225, 160, 123, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--header-font);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.header-top .container > span,
body.home-page .site-header:not(.is-scrolled):not(:hover) .header-top .container > span {
  color: rgba(255, 255, 255, 0.96);
}

.header-top-phone {
  color: var(--accent-light);
}

.header-top .container > div span + span::before,
.header-top-phone::before {
  background: var(--accent-light);
}

.header-main,
.site-header.is-scrolled .header-main,
body.home-page .site-header:not(.is-scrolled):not(:hover) .header-main {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025) 40%, rgba(225, 160, 123, 0.045)),
    rgba(2, 28, 25, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(255, 255, 255, 0.13);
}

.header-main::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), rgba(225, 160, 123, 0.36), rgba(255, 255, 255, 0.18), transparent);
}

.header-brand-row::after,
body.home-page .site-header:not(.is-scrolled):not(:hover) .header-brand-row::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), rgba(225, 160, 123, 0.46), rgba(255, 255, 255, 0.12), transparent);
}

.site-header .brand::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), rgba(225, 160, 123, 0.48), rgba(255, 255, 255, 0.12), transparent);
}

.brand img,
.site-header.is-scrolled .brand img,
.site-header:hover .brand img {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 10px 22px rgba(2, 18, 16, 0.24))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.1));
}

.desktop-nav,
.site-header.is-scrolled .desktop-nav,
body.home-page .site-header:not(.is-scrolled):not(:hover) .desktop-nav {
  border-top-color: rgba(255, 255, 255, 0.16);
  border-right-color: rgba(255, 255, 255, 0.12);
  border-bottom-color: rgba(225, 160, 123, 0.34);
  border-left-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(2, 28, 25, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -2px 0 rgba(225, 160, 123, 0.12),
    0 8px 18px rgba(2, 18, 16, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-link,
body.home-page .site-header:not(.is-scrolled):not(:hover) .nav-link {
  color: rgba(255, 255, 255, 0.97);
  font-family: var(--header-font);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-shadow: none;
}

.nav-item + .nav-item .nav-link {
  border-left-color: rgba(255, 255, 255, 0.1);
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link,
.nav-item.is-open .nav-link {
  background:
    linear-gradient(180deg, rgba(225, 160, 123, 0.18), rgba(255, 255, 255, 0.055));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -2px 0 rgba(225, 160, 123, 0.42);
  color: var(--white);
}

.nav-link::after {
  background: var(--accent-light);
}

.site-header .btn-primary {
  border-color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 241, 237, 0.92));
  box-shadow:
    0 10px 22px rgba(2, 18, 16, 0.2),
    inset 0 0 0 1px rgba(225, 160, 123, 0.34);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.site-header .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
  color: var(--green-950);
}

.menu-toggle {
  border-color: rgba(255, 255, 255, 0.66);
  color: var(--white);
}

.mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: block;
  overflow: auto;
  padding: 0;
  background: rgba(2, 20, 18, 0.58);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mobile-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.mobile-menu-sheet {
  position: relative;
  overflow: hidden;
  width: min(100%, 440px);
  min-height: 100dvh;
  margin-left: auto;
  padding: 20px 22px 26px;
  background:
    radial-gradient(circle at 90% 4%, rgba(225, 160, 123, 0.18), transparent 28%),
    linear-gradient(150deg, rgba(7, 83, 71, 0.98), rgba(4, 47, 42, 0.99) 46%, rgba(2, 28, 25, 1)),
    var(--green-950);
  box-shadow:
    -18px 0 54px rgba(4, 18, 15, 0.34),
    inset 1px 0 0 rgba(255, 255, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: translateX(18px);
  transition: transform 220ms ease;
}

.mobile-menu-sheet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(76vw, 360px);
  height: min(62vw, 300px);
  background: rgba(255, 255, 255, 0.04);
  content: "";
  mask: url("../img/queen-city-hardscapes-header-logo-transparent-tight.png") center / contain no-repeat;
  -webkit-mask: url("../img/queen-city-hardscapes-header-logo-transparent-tight.png") center / contain no-repeat;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.mobile-menu-sheet > * {
  position: relative;
  z-index: 1;
}

.mobile-panel.is-open .mobile-menu-sheet {
  transform: translateX(0);
}

.mobile-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mobile-head .brand {
  width: auto;
  min-height: 0;
  padding: 0;
  justify-content: center;
}

.mobile-head .brand::after {
  display: none;
}

.mobile-head .brand img {
  width: auto;
  height: 76px;
  max-height: 76px;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  font-size: 1.3rem;
}

.mobile-menu-intro {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 0 2px 22px;
  text-align: center;
}

.mobile-menu-intro span {
  color: var(--accent-light);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-menu-intro strong {
  color: rgba(255, 255, 255, 0.84);
  max-width: 330px;
  font-family: var(--hero-display-font);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.mobile-primary-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.mobile-primary-links a {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-primary-links a:last-child {
  border-right: 0;
}

.mobile-accordion-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mobile-accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
}

.mobile-accordion:last-child {
  border-bottom: 0;
}

.mobile-accordion-toggle {
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 2px;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.mobile-accordion-toggle span {
  display: grid;
  gap: 3px;
}

.mobile-accordion-toggle small {
  color: var(--accent-light);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-accordion-toggle strong {
  font-family: var(--hero-display-font);
  font-size: 1.24rem;
  font-weight: 700;
}

.mobile-accordion-toggle::after {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  opacity: 0.58;
  transform: rotate(135deg);
  transition: transform 180ms ease;
}

.mobile-accordion.is-open .mobile-accordion-toggle::after {
  transform: rotate(-45deg);
}

.mobile-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.mobile-accordion.is-open .mobile-accordion-panel {
  grid-template-rows: 1fr;
}

.mobile-accordion-content {
  overflow: hidden;
}

.mobile-link-cluster {
  padding: 0 2px 18px;
}

.mobile-link-cluster + .mobile-link-cluster {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-link-cluster h5 {
  margin: 0 0 8px;
  color: rgba(225, 160, 123, 0.86);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-link-cluster a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 800;
}

.mobile-link-cluster a:last-child {
  border-bottom: 0;
}

.mobile-link-cluster a::after {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  opacity: 0.42;
  transform: rotate(45deg);
}

.mobile-menu-cta {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 20px;
  padding: 20px 2px 0;
  border-top: 2px solid rgba(225, 160, 123, 0.62);
  background: transparent;
  color: var(--white);
  text-align: center;
}

.mobile-menu-cta strong {
  max-width: 300px;
  font-family: var(--hero-display-font);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.22;
}

.mobile-menu-cta span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

.mobile-panel > .btn {
  width: 100%;
  margin-top: 14px;
}

.mobile-menu-cta .btn {
  width: min(100%, 330px);
  margin-top: 4px;
  border-color: rgba(255, 255, 255, 0.9);
  background: var(--white);
  color: var(--green-950);
}

.hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  align-items: end;
  padding: 178px 0 72px;
  color: var(--white);
}

.hero.compact {
  min-height: 67vh;
  align-items: end;
  padding: 206px 0 68px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.home-page .hero-media {
  top: -155px;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: brightness(1.07) saturate(1.02);
  object-fit: cover;
  object-position: 50% center;
}

.hero-media.is-slideshow img {
  opacity: 0;
  transform: scale(1.06);
  transform-origin: center;
  transition: opacity 1200ms ease;
  will-change: opacity, transform;
}

.hero-media.is-slideshow img.is-active {
  opacity: 1;
  animation: hero-drift-center 7600ms ease-out forwards;
}

.hero-media.is-slideshow img:nth-child(2).is-active {
  animation-name: hero-drift-left;
}

.hero-media.is-slideshow img:nth-child(3).is-active {
  animation-name: hero-drift-right;
}

.hero-media.is-slideshow img:nth-child(4).is-active {
  animation-name: hero-drift-up;
}

@keyframes hero-drift-center {
  from {
    transform: scale(1.08) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.02) translate3d(-1.2%, 0.6%, 0);
  }
}

@keyframes hero-drift-left {
  from {
    transform: scale(1.08) translate3d(1.3%, 0, 0);
  }

  to {
    transform: scale(1.02) translate3d(-1%, 0.5%, 0);
  }
}

@keyframes hero-drift-right {
  from {
    transform: scale(1.08) translate3d(-1.2%, 0.4%, 0);
  }

  to {
    transform: scale(1.02) translate3d(1%, -0.3%, 0);
  }
}

@keyframes hero-drift-up {
  from {
    transform: scale(1.08) translate3d(0, 1%, 0);
  }

  to {
    transform: scale(1.02) translate3d(0, -1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media.is-slideshow img,
  .hero-media.is-slideshow img.is-active {
    animation: none;
    transform: none;
    transition: opacity 400ms ease;
  }
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 190px;
  background:
    linear-gradient(180deg, rgba(248, 249, 247, 0.94), rgba(248, 249, 247, 0.58) 34%, rgba(248, 249, 247, 0.18) 68%, rgba(248, 249, 247, 0)),
    linear-gradient(180deg, rgba(237, 241, 237, 0.82), rgba(237, 241, 237, 0));
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.01) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.06) 34%, rgba(0, 0, 0, 0) 58%);
}

.hero:not(.compact) > .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: end;
}

.hero-content {
  max-width: 760px;
}

.hero:not(.compact) .hero-content {
  max-width: 760px;
}

.hero .eyebrow {
  color: var(--accent-light);
}

.hero h1 {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.hero p {
  max-width: 640px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.7;
}

.hero h1 + p {
  position: relative;
  padding-left: 22px;
  border-left: 3px solid var(--accent-light);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-trust span::before {
  width: 8px;
  height: 8px;
  border: 1px solid var(--accent-light);
  content: "";
  transform: rotate(45deg);
}

.home-page .hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.18));
}

.home-page .hero::before {
  background:
    linear-gradient(180deg, rgba(248, 249, 247, 0.22), rgba(248, 249, 247, 0.1) 36%, rgba(248, 249, 247, 0.03) 68%, rgba(248, 249, 247, 0)),
    linear-gradient(180deg, rgba(237, 241, 237, 0.14), rgba(237, 241, 237, 0));
}

.home-page .hero {
  align-items: center;
  padding: 150px 0 48px;
}

.home-page .hero:not(.compact) > .container {
  justify-items: center;
}

.home-page .hero-content {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: min(900px, 100%);
  max-width: min(900px, 100%);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--white);
  text-align: center;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-page .hero:not(.compact) .hero-content {
  max-width: min(900px, 100%);
}

.home-page .hero-content::before {
  display: none;
}

.home-page .hero-content::after {
  display: none;
}

.home-page .hero .eyebrow,
.home-page .hero p,
.home-page .hero-trust {
  color: rgba(255, 255, 255, 0.84);
  text-shadow: none;
}

.home-page .hero .eyebrow {
  color: var(--accent-light);
}

.home-page .hero h1 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: var(--white);
  font-family: var(--display-font);
  font-size: clamp(3rem, 4.95vw, 5.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-wrap: balance;
  white-space: normal;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
}

.home-page .hero h1 em {
  display: block;
  color: var(--white);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: 1em;
  line-height: inherit;
  text-shadow: inherit;
}

.home-page .hero p {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.26vw, 1.13rem);
  line-height: 1.56;
}

.home-page .hero p .hero-intro-main,
.home-page .hero p .hero-intro-sub {
  display: block;
}

.home-page .hero p .hero-intro-main {
  color: var(--white);
  font-weight: 800;
}

.home-page .hero p .hero-intro-sub {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96em;
}

.home-page .hero h1 + p {
  padding-left: 0;
  border-left: 0;
}

.home-page .hero-trust {
  max-width: 680px;
  justify-content: center;
  gap: 8px 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 13px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
}

.home-page .hero-trust span::before {
  width: 6px;
  height: 6px;
  border-color: var(--accent-light);
}

.home-page .hero .btn-primary {
  border-color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent),
    var(--white);
  color: var(--green-950);
}

.home-page .hero .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
  color: var(--green-950);
}

.home-page .hero .btn-light {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.home-page .hero-actions {
  justify-content: center;
  gap: 10px;
}

.home-page .hero-actions .btn {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
  background:
    linear-gradient(180deg, var(--white), var(--stone-50)),
    var(--white);
  color: var(--green-950);
  box-shadow: 0 14px 34px rgba(13, 25, 22, 0.06);
}

.hero-proof-strip .container {
  width: min(100%, var(--max));
}

.hero-proof {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid rgba(4, 47, 42, 0.1);
  border-left: 1px solid rgba(4, 47, 42, 0.1);
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
  backdrop-filter: none;
}

.hero-proof::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(143, 67, 45, 0.62), rgba(143, 67, 45, 0.18), transparent);
  content: "";
}

.hero-proof p {
  grid-column: 1 / -1;
  flex: 0 0 100%;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 22px 12px;
  border-right: 0;
  border-bottom: 1px solid rgba(4, 47, 42, 0.1);
  color: var(--green-950);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.hero-proof p b {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--bronze);
  font-size: inherit;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.hero-proof p span {
  display: inline-block;
  min-width: 0;
  color: var(--muted);
}

.proof-card {
  position: relative;
  flex: 1 1 0;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 66px;
  padding: 12px 16px 13px;
  border-top: 0;
  border-right: 1px solid rgba(4, 47, 42, 0.1);
  background: transparent;
  text-align: center;
}

.proof-card:last-child {
  border-right: 0;
}

.proof-card strong {
  display: block;
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.04;
}

.proof-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.64rem;
  line-height: 1.3;
  max-width: 210px;
}

.home-page .hero-proof-strip {
  padding: 0 0 22px;
  border-top: 0;
  border-bottom-color: rgba(4, 47, 42, 0.07);
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(248, 249, 247, 0.92) 40%, rgba(248, 249, 247, 0.98) 100%),
    var(--stone-50);
  box-shadow: none;
}

.home-page .hero-proof {
  display: grid;
  grid-template-columns: minmax(300px, 1.18fr) repeat(3, minmax(150px, 1fr));
  min-height: 82px;
  margin-top: -46px;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom-color: rgba(4, 47, 42, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 249, 247, 0.96)),
    var(--white);
  box-shadow:
    0 24px 54px rgba(2, 18, 16, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-page .hero-proof::before {
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-light), rgba(143, 67, 45, 0.78), rgba(225, 160, 123, 0.24), transparent);
}

.home-page .hero-proof p {
  grid-column: auto;
  flex: initial;
  display: grid;
  align-content: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 18px 26px 18px 24px;
  border-right: 0;
  border-bottom: 0;
  background:
    linear-gradient(135deg, rgba(6, 63, 55, 0.98), rgba(4, 47, 42, 0.98)),
    var(--green-950);
  font-size: 0.74rem;
  text-align: left;
  white-space: normal;
}

.home-page .hero-proof p b {
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .hero-proof p span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.38;
}

.home-page .proof-card {
  min-height: 82px;
  padding: 17px 18px 16px;
  border-right-color: rgba(4, 47, 42, 0.08);
  justify-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
}

.home-page .proof-card::before {
  width: 6px;
  height: 6px;
  margin-bottom: 8px;
  border: 1px solid rgba(143, 67, 45, 0.54);
  content: "";
  transform: rotate(45deg);
}

.home-page .proof-card strong {
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.home-page .proof-card span {
  margin-top: 5px;
  color: rgba(102, 115, 110, 0.92);
  font-size: 0.64rem;
  line-height: 1.32;
  max-width: 185px;
}

.home-signature-section {
  position: relative;
  padding: 68px 0;
  background: var(--white);
  color: var(--green-950);
}

.home-signature-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 67, 45, 0.28), rgba(4, 47, 42, 0.12), transparent);
  content: "";
}

.home-signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 56px;
  align-items: center;
}

.home-signature-media {
  position: relative;
  min-height: 0;
  overflow: visible;
  margin: 0;
  border: 1px solid rgba(4, 47, 42, 0.14);
  border-bottom: 4px solid rgba(143, 67, 45, 0.42);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(13, 25, 22, 0.08);
  isolation: isolate;
}

.home-signature-media::after {
  display: none;
}

.home-signature-media img {
  width: 100%;
  height: 430px;
  min-height: 0;
  object-fit: cover;
  filter: none;
  transition: none;
}

.home-signature-media:hover img {
  transform: none;
}

.home-signature-caption {
  position: static;
  display: grid;
  gap: 6px;
  max-width: none;
  padding: 16px 18px;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  border-left: 3px solid var(--bronze);
  background: var(--white);
  color: var(--green-950);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-signature-caption span {
  color: var(--bronze);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-signature-caption strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.home-signature-copy {
  display: grid;
  gap: 20px;
  align-content: center;
}

.home-signature-copy .eyebrow,
.home-signature-copy .text-link {
  color: var(--bronze);
}

.home-signature-copy h2 {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(1.9rem, 2.45vw, 2.78rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.home-signature-copy p {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(23, 33, 31, 0.74);
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-signature-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 2px;
  border: 0;
  background: transparent;
}

.home-signature-points article {
  display: grid;
  gap: 4px;
  min-height: 104px;
  padding: 17px 18px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  border-left: 3px solid rgba(143, 67, 45, 0.4);
  background: var(--stone-50);
  box-shadow: none;
}

.home-signature-points strong {
  color: var(--green-950);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-signature-points span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.home-signature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  margin-top: 4px;
}

.home-signature-actions .text-link {
  margin-top: 0;
}

.patio-hero {
  position: relative;
  display: grid;
  min-height: 84svh;
  align-items: end;
  overflow: hidden;
  padding: 170px 0 88px;
  color: var(--white);
}

.patio-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.patio-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.patio-hero-media.is-slideshow img {
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1400ms ease, transform 7600ms ease;
}

.patio-hero-media.is-slideshow img.is-active {
  opacity: 1;
  transform: scale(1);
}

.patio-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 20, 17, 0.7), rgba(4, 47, 42, 0.4) 42%, rgba(4, 47, 42, 0.08) 76%),
    linear-gradient(0deg, rgba(2, 20, 17, 0.58), rgba(2, 20, 17, 0.06) 52%);
  content: "";
}

.patio-hero-inner {
  display: block;
  text-align: left;
}

.patio-hero-copy {
  max-width: 780px;
  margin: 0;
}

.patio-hero .eyebrow {
  color: var(--accent-light);
}

.patio-hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(3.6rem, 6.8vw, 7.05rem);
  line-height: 0.92;
  text-shadow: 0 16px 40px rgba(2, 20, 17, 0.3);
}

.patio-hero h1 em {
  display: block;
  color: var(--accent-light);
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 10px 40px rgba(2, 20, 17, 0.4);
}

.patio-hero p {
  max-width: 600px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.42vw, 1.24rem);
  line-height: 1.65;
  text-shadow: 0 2px 18px rgba(2, 20, 17, 0.28);
}

.patio-hero p strong {
  color: var(--accent-light);
  font-weight: 800;
}

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

.patio-hero .btn-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-950);
}

.patio-hero .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
}

.patio-hero .btn-light {
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--white);
}

.patio-hero-note {
  width: min(100%, 520px);
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(225, 160, 123, 0.8);
}

.patio-hero-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.patio-hero-note strong {
  color: var(--white);
  font-family: var(--heading-font);
  font-size: clamp(1.42rem, 2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.1;
}

.service-proof-strip {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
  color: var(--green-950);
}

.service-proof-strip .container {
  width: min(100%, var(--max));
}

.service-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-right: 1px solid rgba(4, 47, 42, 0.1);
  border-left: 1px solid rgba(4, 47, 42, 0.1);
  background: rgba(4, 47, 42, 0.1);
}

.service-proof-item {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  background: var(--white);
}

.service-proof-item span {
  margin-bottom: 12px;
  color: var(--accent-light);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-proof-item strong {
  max-width: 260px;
  color: var(--green-950);
  font-size: 0.92rem;
  line-height: 1.35;
}

.patio-opening {
  background:
    linear-gradient(180deg, var(--stone-50), var(--white));
}

.patio-opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
  gap: 64px;
  align-items: center;
}

.patio-opening-copy h2 {
  max-width: 840px;
  font-size: clamp(2.45rem, 4.55vw, 5rem);
}

.patio-opening-copy p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.06rem;
}

.patio-mini-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.patio-mini-facts span {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(4, 47, 42, 0.14);
  background: var(--white);
  color: var(--green-950);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.patio-opening-media {
  position: relative;
  min-height: 585px;
  margin: 0;
}

.patio-opening-media img {
  width: 78%;
  height: 470px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.patio-opening-media img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 56%;
  height: 300px;
  border: 8px solid var(--stone-50);
}

.patio-opening-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(420px, 80%);
  padding: 18px 22px;
  border-left: 4px solid var(--bronze);
  background: var(--white);
  color: var(--green-950);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: var(--soft-shadow);
}

.patio-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.patio-type-card {
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.patio-type-card img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  transition: transform 360ms ease;
}

.patio-type-card:hover img {
  transform: scale(1.035);
}

.patio-type-card div {
  padding: 26px;
}

.patio-type-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.patio-type-card p {
  color: var(--muted);
}

.patio-performance-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 1px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: rgba(4, 47, 42, 0.12);
}

.patio-performance-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
  background:
    linear-gradient(145deg, rgba(4, 47, 42, 0.96), rgba(7, 83, 71, 0.92)),
    var(--green-950);
  color: var(--white);
}

.patio-performance-copy h2 {
  color: var(--white);
  font-size: clamp(2.35rem, 4vw, 4.55rem);
}

.patio-performance-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
}

.patio-durability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(4, 47, 42, 0.12);
}

.patio-durability-item {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: var(--white);
}

.patio-durability-item span {
  width: 36px;
  height: 3px;
  margin-bottom: 28px;
  background: var(--bronze);
}

.patio-durability-item h3 {
  font-size: 2rem;
}

.patio-durability-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.patio-geo-strip {
  padding: 20px 0;
  border-top: 1px solid rgba(4, 47, 42, 0.12);
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.patio-geo-strip p {
  max-width: 980px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.patio-geo-strip strong {
  color: var(--green-950);
}

.patio-local-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: 46px;
  align-items: start;
}

.patio-local-layout h2 {
  max-width: 800px;
  font-size: clamp(2.35rem, 4.3vw, 4.9rem);
}

.patio-local-layout p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.05rem;
}

.patio-local-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(4, 47, 42, 0.12);
  border: 1px solid rgba(4, 47, 42, 0.12);
}

.patio-local-list article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: var(--white);
}

.patio-local-list article:first-child {
  background:
    linear-gradient(145deg, rgba(4, 47, 42, 0.94), rgba(7, 83, 71, 0.9)),
    var(--green-950);
  color: var(--white);
}

.patio-local-list span {
  margin-bottom: 14px;
  color: var(--bronze);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.patio-local-list article:first-child span {
  color: var(--accent-light);
}

.patio-local-list strong {
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  line-height: 1.12;
}

.patio-local-list article:first-child strong {
  color: var(--white);
}

.patio-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 18px;
}

.patio-showcase-lead,
.patio-showcase-side article {
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.patio-showcase-lead {
  display: grid;
  min-height: 100%;
}

.patio-showcase-lead img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

.patio-showcase-lead div {
  padding: 30px;
}

.patio-showcase-lead h3 {
  font-size: clamp(2.25rem, 3.4vw, 4rem);
}

.patio-showcase-lead p,
.patio-showcase-side p {
  color: var(--muted);
}

.patio-showcase-side {
  display: grid;
  gap: 18px;
}

.patio-showcase-side article {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 190px;
}

.patio-showcase-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.patio-showcase-side div {
  padding: 22px;
}

.patio-showcase-side h3 {
  font-size: clamp(1.65rem, 2.1vw, 2.35rem);
}

.patio-consult-planner {
  background: var(--white);
}

.patio-consult-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.68fr);
  gap: 1px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: rgba(4, 47, 42, 0.12);
}

.patio-consult-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  background:
    linear-gradient(180deg, var(--white), var(--stone-50));
}

.patio-consult-copy h2 {
  max-width: 760px;
  font-size: clamp(2.3rem, 4vw, 4.65rem);
}

.patio-consult-copy p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.patio-consult-checklist {
  display: grid;
  gap: 1px;
  background: rgba(4, 47, 42, 0.12);
}

.patio-consult-checklist article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px;
  background: var(--white);
}

.patio-consult-checklist strong {
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.patio-consult-checklist h3 {
  margin-bottom: 8px;
  color: var(--green-950);
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.patio-consult-checklist p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.home-local-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--white) 0%, var(--white) 55%, var(--stone-100) 55%, var(--stone-100) 100%);
}

.home-local-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 67, 45, 0.4), transparent);
  content: "";
}

.home-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
  gap: 70px;
  align-items: center;
}

.home-local-copy {
  position: relative;
  padding-left: 28px;
}

.home-local-copy::before {
  position: absolute;
  top: 4px;
  bottom: 6px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--bronze), rgba(143, 67, 45, 0.1));
  content: "";
}

.home-local-copy h2 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 3.8vw, 4.3rem);
  line-height: 1.04;
}

.home-local-copy .lead {
  max-width: 790px;
  color: var(--green-950);
  font-size: clamp(1.08rem, 1.38vw, 1.25rem);
  line-height: 1.72;
}

.home-local-copy p:not(.lead) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.home-local-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0 28px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: rgba(4, 47, 42, 0.12);
}

.home-local-proof span {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: var(--white);
}

.home-local-proof strong {
  margin-bottom: 7px;
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(1.18rem, 1.55vw, 1.65rem);
  line-height: 1.12;
}

.home-local-proof small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.home-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.home-local-actions .text-link {
  margin-top: 0;
}

.home-local-visual {
  position: relative;
  min-height: 650px;
}

.home-local-main,
.home-local-inset {
  margin: 0;
}

.home-local-main {
  position: relative;
  overflow: hidden;
  width: 88%;
  margin-left: auto;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
  box-shadow: var(--shadow);
}

.home-local-main img {
  width: 100%;
  height: 555px;
  object-fit: cover;
}

.home-local-main figcaption {
  display: none;
}

.home-local-inset {
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 48%;
  border: 8px solid var(--stone-100);
  box-shadow: 0 18px 42px rgba(13, 25, 22, 0.16);
}

.home-local-inset img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.home-local-area-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.home-local-area-line span {
  display: inline-flex;
  padding: 9px 11px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--green-950);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.7fr);
  gap: 54px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 0.95fr);
}

.copy-stack h2 {
  max-width: 820px;
  font-size: clamp(2.2rem, 4.05vw, 4.55rem);
}

.copy-stack p {
  color: var(--muted);
  font-size: 1.05rem;
}

.image-stack {
  position: relative;
  min-height: 540px;
}

.image-stack img {
  width: 76%;
  height: 450px;
  border-radius: 0;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-stack img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 310px;
  border: 8px solid var(--stone-50);
}

.signature-box {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(4, 47, 42, 0.11);
  border-left: 4px solid var(--bronze);
  background: var(--white);
  box-shadow: none;
}

.signature-box strong {
  color: var(--bronze);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-simple-intro {
  background: var(--white);
}

.home-simple-intro,
.home-services-section,
.home-process-section,
.home-work-preview {
  padding: 40px 0;
}

.home-simple-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: rgba(4, 47, 42, 0.12);
}

.home-simple-copy {
  padding: 36px 44px 32px;
  background:
    linear-gradient(180deg, var(--white), var(--stone-50));
  text-align: center;
}

.home-simple-copy h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.8rem, 2.55vw, 2.85rem);
  line-height: 1.08;
}

.home-simple-copy p {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.home-simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.home-simple-actions .text-link {
  margin-top: 0;
}

.home-simple-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(4, 47, 42, 0.12);
}

.home-simple-proof article {
  display: flex;
  min-height: 102px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  background: var(--white);
  text-align: center;
}

.home-simple-proof strong {
  margin-bottom: 6px;
  color: var(--green-950);
  font-size: 0.98rem;
  font-weight: 900;
}

.home-simple-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.home-services-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  border-top: 1px solid rgba(4, 47, 42, 0.08);
  border-bottom: 1px solid rgba(4, 47, 42, 0.08);
  background:
    linear-gradient(180deg, var(--stone-50), #f2f5f1);
  color: var(--green-950);
}

.home-services-section::before {
  display: none;
}

.home-services-section .eyebrow,
.home-services-section .text-link {
  color: var(--bronze);
}

.home-services-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.5fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 32px;
  text-align: left;
}

.home-services-head h2 {
  max-width: 720px;
  margin-right: 0;
  margin-left: 0;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(1.82rem, 2.36vw, 2.7rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.home-services-head > div:last-child {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.home-services-head p {
  max-width: 500px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.home-services-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.85fr);
  gap: 18px;
}

.home-service-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-service-card {
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.13);
  border-top: 4px solid rgba(143, 67, 45, 0.34);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(13, 25, 22, 0.055);
}

.home-service-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  filter: none;
  transition: none;
}

.home-service-card:hover img {
  transform: none;
}

.home-service-card > div {
  display: flex;
  min-height: 226px;
  flex-direction: column;
  padding: 22px 23px 24px;
  text-align: left;
}

.home-service-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--bronze);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-service-card h3 {
  color: var(--green-950);
  font-size: clamp(1.25rem, 1.55vw, 1.62rem);
  line-height: 1.1;
}

.home-service-card p {
  color: rgba(23, 33, 31, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.home-service-intent {
  margin: 6px 0 16px;
  padding: 12px 13px;
  border: 1px solid rgba(6, 63, 55, 0.16);
  border-left: 3px solid rgba(225, 160, 123, 0.78);
  background:
    linear-gradient(180deg, rgba(6, 63, 55, 0.96), rgba(4, 47, 42, 0.95)),
    var(--green-950);
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  line-height: 1.42 !important;
}

.home-service-lead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: stretch;
  overflow: hidden;
  min-height: auto;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(13, 25, 22, 0.08);
}

.home-service-lead img {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transition: transform 520ms ease;
}

.home-service-lead::after {
  display: none;
}

.home-service-lead:hover img {
  transform: scale(1.035);
}

.home-service-lead div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 38px;
}

.home-service-lead h3 {
  color: var(--green-950);
  font-size: clamp(2rem, 2.9vw, 3.35rem);
  line-height: 1.06;
}

.home-service-lead p {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.home-service-families {
  display: grid;
  gap: 18px;
}

.home-service-family {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.home-service-family img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-service-family > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.home-service-family span {
  margin-bottom: 14px;
  color: var(--bronze);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-service-family h3 {
  color: var(--green-950);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.08;
}

.home-service-family p {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.62;
}

.home-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 2px;
}

.home-service-links a {
  color: var(--green-950);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(143, 67, 45, 0.32);
}

.home-service-links a:hover {
  color: var(--bronze);
}

.home-project-proof-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
  background: var(--white);
  color: var(--green-950);
}

.home-project-proof-section::before {
  display: none;
}

.home-project-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.home-project-proof-copy {
  display: grid;
  gap: 16px;
}

.home-project-proof-copy .eyebrow,
.home-project-proof-copy .text-link {
  color: var(--bronze);
}

.home-project-proof-copy h2 {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(1.82rem, 2.34vw, 2.64rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.home-project-proof-copy p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.home-project-proof-list {
  display: grid;
  gap: 1px;
  max-width: 560px;
  margin-top: 2px;
  border: 1px solid rgba(4, 47, 42, 0.14);
  background: rgba(4, 47, 42, 0.1);
}

.home-project-proof-list article {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  padding: 15px 16px;
  background: linear-gradient(180deg, var(--stone-50), var(--white));
}

.home-project-proof-list strong {
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-project-proof-list span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.46;
}

.home-project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
}

.home-project-tile {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(4, 47, 42, 0.13);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(13, 25, 22, 0.055);
}

.home-project-tile.is-large {
  grid-row: auto;
}

.home-project-tile img {
  width: 100%;
  height: 250px;
  min-height: 0;
  object-fit: cover;
  filter: none;
}

.home-project-tile figcaption {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  padding: 11px 12px;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  background: var(--white);
  color: var(--green-950);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-process-section {
  padding: 66px 0;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  background:
    linear-gradient(180deg, var(--stone-50), var(--white));
}

.home-consult-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: 0;
  margin-bottom: 18px;
  border: 1px solid rgba(225, 160, 123, 0.24);
  border-top: 4px solid var(--bronze);
  background:
    linear-gradient(135deg, rgba(6, 63, 55, 0.98), rgba(4, 47, 42, 0.98)),
    var(--green-950);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(13, 25, 22, 0.12);
}

.home-consult-copy,
.home-consult-checklist {
  background: transparent;
}

.home-consult-copy {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 40px 42px;
}

.home-consult-copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family: var(--display-font);
  font-size: clamp(1.9rem, 2.48vw, 2.82rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.home-consult-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.68;
}

.home-consult-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  margin-top: 6px;
}

.home-consult-actions .text-link {
  margin-top: 0;
  color: var(--accent-light);
}

.home-consult-panel .btn-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-950);
}

.home-consult-panel .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
  color: var(--green-950);
}

.home-consult-checklist {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 34px 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.home-consult-checklist strong {
  color: var(--white);
  font-size: 1rem;
}

.home-consult-checklist ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-consult-checklist li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.42;
}

.home-consult-checklist li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--bronze);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.home-process-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: rgba(4, 47, 42, 0.12);
}

.home-process-step {
  display: grid;
  align-content: start;
  min-height: 164px;
  padding: 24px 26px;
  background: var(--white);
  text-align: left;
}

.home-process-step strong {
  display: block;
  margin-bottom: 14px;
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-process-step h3 {
  color: var(--green-950);
  font-size: clamp(1.22rem, 1.5vw, 1.58rem);
  line-height: 1.12;
}

.home-process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.home-work-preview {
  background: var(--white);
}

.home-work-preview .section-header {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 24px;
  text-align: center;
}

.home-work-preview .section-header h2 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.8rem, 2.45vw, 2.8rem);
  line-height: 1.08;
}

.home-work-preview .section-copy {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.92rem;
  line-height: 1.54;
}

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

.home-work-card {
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.home-work-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.home-work-card > div {
  padding: 20px;
  text-align: center;
}

.home-work-card h3 {
  font-size: clamp(1.18rem, 1.5vw, 1.6rem);
  line-height: 1.14;
}

.home-work-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.48;
}

.home-work-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.home-work-actions .text-link {
  margin-top: 0;
}

.service-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.project-card,
.option-card,
.area-card,
.review-card {
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.11);
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
}

.service-card {
  display: grid;
}

.service-card img,
.project-card img,
.area-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 360ms ease;
}

.service-card:hover img,
.project-card:hover img,
.area-card:hover img {
  transform: scale(1.035);
}

.service-card:hover,
.project-card:hover,
.area-card:hover {
  border-color: rgba(4, 47, 42, 0.28);
}

.showcase-grid {
  grid-template-columns: repeat(6, 1fr);
}

.showcase-grid .project-card {
  grid-column: span 2;
  background: linear-gradient(180deg, var(--white), var(--stone-50));
}

.showcase-grid .project-card:nth-child(1),
.showcase-grid .project-card:nth-child(2) {
  grid-column: span 3;
}

.showcase-grid .project-card img {
  height: 320px;
}

.showcase-grid .project-card:nth-child(4) img {
  object-position: 62% center;
}

.projects-proof-section {
  background:
    linear-gradient(180deg, var(--stone-50), var(--white) 44%, var(--stone-50)),
    var(--stone-50);
}

.projects-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.projects-lead-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--green-950);
  box-shadow: 0 20px 52px rgba(13, 25, 22, 0.1);
}

.projects-lead-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.projects-lead-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 6px;
  max-width: 420px;
  padding: 18px 20px;
  border-left: 3px solid var(--accent-light);
  background: rgba(4, 47, 42, 0.9);
  color: var(--white);
}

.projects-lead-media span,
.project-proof-card .eyebrow {
  color: var(--accent-light);
}

.projects-lead-media span {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.projects-lead-media strong {
  font-size: clamp(1.3rem, 1.8vw, 1.9rem);
  line-height: 1.08;
}

.projects-lead-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 36px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.projects-lead-copy h2 {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--green-950);
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  line-height: 1.04;
}

.projects-lead-copy p {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.projects-proof-points {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(4, 47, 42, 0.1);
  background: rgba(4, 47, 42, 0.1);
}

.projects-proof-points article {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  padding: 15px 16px;
  background: var(--stone-50);
}

.projects-proof-points strong {
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.projects-proof-points span {
  color: var(--green-950);
  font-size: 0.86rem;
  line-height: 1.45;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.project-proof-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(13, 25, 22, 0.055);
}

.project-proof-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.project-proof-card > div {
  display: grid;
  gap: 9px;
  align-content: start;
  padding: 20px;
}

.project-proof-card h3 {
  margin-bottom: 0;
  color: var(--green-950);
  font-size: clamp(1.22rem, 1.55vw, 1.66rem);
  line-height: 1.12;
}

.project-proof-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.48;
}

.project-proof-card > div > strong {
  display: block;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  color: var(--green-950);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.42;
}

.projects-consult-strip {
  padding: 0 0 62px;
  background: var(--stone-50);
}

.projects-consult-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  border-left: 4px solid var(--bronze);
  background: var(--white);
}

.projects-consult-inner p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.projects-consult-inner strong {
  color: var(--green-950);
  font-size: 1rem;
}

.projects-consult-inner span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.service-card-body,
.project-body,
.area-body {
  padding: 22px;
}

.service-card h3,
.project-card h3,
.area-card h3 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.service-card p,
.project-card p,
.area-card p,
.option-card p,
.review-card p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-band {
  position: relative;
  overflow: hidden;
  padding: 72px;
  border-radius: 0;
  background: var(--green-950);
  color: var(--white);
}

.feature-band::before {
  position: absolute;
  top: -110px;
  right: -60px;
  color: rgba(255, 255, 255, 0.05);
  content: "Q";
  font-family: var(--display-font);
  font-size: 28rem;
  line-height: 1;
}

.feature-band-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.feature-band h2 {
  color: var(--white);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.feature-list li::before {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 0;
  background: var(--accent-light);
  content: "";
}

.feature-image {
  overflow: hidden;
  border-radius: 0;
}

.feature-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.option-card {
  padding: 26px;
}

.option-card .count {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 0;
  background: var(--green-100);
  color: var(--green-950);
  font-weight: 900;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(4, 47, 42, 0.13);
}

.process-step {
  padding: 28px;
  background: var(--white);
}

.process-step strong {
  display: block;
  margin-bottom: 12px;
  color: var(--bronze);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-step h3 {
  font-size: 1.85rem;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 14px;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 0;
}

.gallery-tile:first-child {
  min-height: 500px;
  grid-row: span 2;
}

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

.gallery-tile span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 0;
  background: rgba(4, 47, 42, 0.76);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-area-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 0;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
  box-shadow: 0 24px 64px rgba(9, 39, 35, 0.08);
}

.service-area-copy {
  display: grid;
  align-content: center;
  padding: 56px;
  border-right: 1px solid rgba(4, 47, 42, 0.1);
}

.service-area-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 3.4vw, 4.2rem);
  line-height: 1.06;
}

.service-area-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.service-area-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(4, 47, 42, 0.12);
}

.area-zone {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 249, 247, 0.98)),
    var(--white);
}

.area-zone.is-primary {
  background:
    linear-gradient(145deg, rgba(4, 47, 42, 0.93), rgba(7, 70, 62, 0.9)),
    var(--green-950);
  color: var(--white);
}

.area-zone span {
  margin-bottom: 14px;
  color: var(--bronze);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.area-zone.is-primary span {
  color: var(--accent-light);
}

.area-zone strong {
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  line-height: 1.12;
}

.area-zone.is-primary strong {
  color: var(--white);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.area-pill {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-950);
  font-size: 0.76rem;
  font-weight: 800;
}

.service-area-note {
  margin: 22px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(4, 47, 42, 0.1);
  background: rgba(237, 241, 237, 0.56);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
}

.service-area-note strong {
  color: var(--green-950);
}

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

.review-card {
  padding: 28px;
}

.stars {
  color: var(--bronze);
  letter-spacing: 0.16em;
}

.review-card cite {
  display: block;
  margin-top: 20px;
  color: var(--green-950);
  font-style: normal;
  font-weight: 900;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid rgba(4, 47, 42, 0.15);
}

.faq-item {
  border-bottom: 1px solid rgba(4, 47, 42, 0.15);
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  border: 0;
  background: transparent;
  color: var(--green-950);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: left;
}

.faq-item button::after {
  content: "+";
  color: var(--bronze);
  font-size: 1.55rem;
}

.faq-item.is-open button::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 180ms ease;
}

.faq-answer p {
  max-width: 740px;
  padding-bottom: 22px;
  color: var(--muted);
}

.contact-intake-section {
  background:
    linear-gradient(180deg, var(--stone-50), var(--white) 46%),
    var(--white);
}

.consultation-wrap {
  display: grid;
  grid-template-columns: minmax(330px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.consultation-card {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: 0;
  border-top: 4px solid var(--accent-light);
  background:
    linear-gradient(145deg, rgba(6, 63, 55, 0.98), rgba(4, 47, 42, 1)),
    var(--green-950);
  color: var(--white);
}

.consultation-card h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(1.95rem, 2.8vw, 2.8rem);
  line-height: 1.06;
}

.consultation-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.62;
}

.consultation-steps {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.consultation-steps article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.consultation-steps strong {
  color: var(--accent-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.consultation-steps span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.48;
}

.consultation-direct {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
}

.consultation-direct span {
  color: var(--accent-light);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.consultation-direct a {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-panel {
  display: grid;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(13, 25, 22, 0.07);
}

.form-panel-head {
  max-width: 720px;
}

.form-panel-head h2 {
  margin-bottom: 8px;
  color: var(--green-950);
  font-size: clamp(1.75rem, 2.45vw, 2.55rem);
}

.form-panel-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.form-section {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(4, 47, 42, 0.11);
  background:
    linear-gradient(180deg, rgba(248, 249, 247, 0.76), rgba(255, 255, 255, 0.96));
}

.form-section legend {
  padding: 0 10px;
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

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

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--green-950);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(4, 47, 42, 0.16);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(143, 67, 45, 0.24);
  outline-offset: 1px;
  border-color: rgba(143, 67, 45, 0.46);
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

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

.choice-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.choice-grid label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 54px;
  padding: 12px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
  color: var(--green-950);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.choice-grid input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--green-950);
}

.form-submit-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-top: 2px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.48;
}

.form-panel.is-submitted {
  border-color: rgba(143, 67, 45, 0.36);
}

.form-panel.is-submitted .form-note {
  color: var(--green-950);
  font-weight: 800;
}

.footer-consult {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
  background:
    linear-gradient(180deg, var(--stone-50), var(--stone-100)),
    var(--stone-100);
  color: var(--green-950);
}

.footer-consult::after {
  display: none;
}

.footer-consult-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: center;
}

.footer-consult-lead {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.footer-consult-image {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.footer-consult-image::after {
  position: absolute;
  inset: 0;
  border: 10px solid rgba(255, 255, 255, 0.5);
  content: "";
  pointer-events: none;
}

.footer-consult-image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.footer-consult h2 {
  max-width: 720px;
  margin-bottom: 16px;
  color: var(--green-950);
  font-size: clamp(2.25rem, 3.7vw, 4.1rem);
}

.footer-consult p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.footer-consult-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  border-top: 3px solid var(--bronze);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(13, 25, 22, 0.08);
}

.footer-consult-card span {
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-consult-card strong {
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: 1.82rem;
  font-weight: 700;
  line-height: 1.12;
}

.site-footer {
  background: var(--green-950);
  color: var(--white);
}

.footer-main {
  position: relative;
  overflow: hidden;
  padding: 62px 0 30px;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(225, 160, 123, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(3, 35, 31, 0.98), var(--green-950) 62%),
    var(--green-950);
}

.footer-main::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 160, 123, 0.6), transparent);
  content: "";
}

.footer-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.36fr);
  gap: 48px;
  align-items: end;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-brand-lockup {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.footer-brand-lockup img {
  width: 96px;
  height: auto;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 10px 22px rgba(2, 18, 16, 0.22));
}

.footer-brand-lockup .eyebrow {
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer-brand-block h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--white);
  font-family: var(--display-font);
  font-size: clamp(2.05rem, 3.15vw, 3.55rem);
  font-weight: 700;
  line-height: 1.08;
}

.footer-brand-block p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.68;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.footer-badges span {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.footer-focus-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 3px solid var(--accent-light);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(2, 28, 25, 0.28);
  box-shadow: 0 18px 42px rgba(2, 18, 16, 0.18);
}

.footer-focus-card span {
  display: block;
  margin-bottom: 0;
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-focus-card strong {
  display: block;
  color: var(--white);
  font-family: var(--display-font);
  font-size: clamp(1.62rem, 2.05vw, 2.2rem);
  font-weight: 700;
  line-height: 1.12;
}

.footer-focus-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.68;
}

.footer-focus-card .btn {
  width: 100%;
  margin-top: 6px;
}

.footer-phone-link {
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.footer-image-panel {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22);
}

.footer-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  filter: saturate(0.92);
}

.footer-image-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(4, 47, 42, 0.78), transparent 58%);
}

.footer-image-panel div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-image-panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-image-panel strong {
  color: var(--white);
  font-family: var(--heading-font);
  font-size: 2.2rem;
  font-weight: 700;
}

.footer-link-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.02fr) minmax(0, 0.72fr) minmax(260px, 0.9fr);
  gap: 0;
  margin-top: 30px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col,
.footer-contact {
  min-height: 100%;
  padding: 26px;
  background: rgba(255, 255, 255, 0.03);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-residential-col,
.footer-commercial-col {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
}

.footer-contact {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(2, 28, 25, 0.22);
  color: var(--white);
  border-right: 0;
}

.footer-col h4,
.footer-contact h4 {
  margin: 0 0 16px;
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span,
.footer-col p,
.footer-contact a,
.footer-contact p {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

.footer-contact a,
.footer-contact p {
  color: rgba(255, 255, 255, 0.74);
}

.footer-col a,
.footer-contact > a:not(.btn) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact > a:not(.btn) {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-col a:hover,
.footer-contact a:hover {
  color: var(--white);
}

.footer-contact a:hover {
  color: var(--accent-light);
}

.footer-col p,
.footer-contact p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.65;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.6);
}

.footer-contact .btn {
  margin-top: 20px;
  color: var(--white);
}

.footer-main .btn-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-950);
  font-family: var(--header-font);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.footer-main .btn-primary:hover {
  border-color: var(--bronze);
  background: var(--bronze);
  color: var(--white);
}

.footer-consult-card .btn-primary {
  border-color: var(--green-950);
  background: var(--green-950);
  color: var(--white);
}

.footer-consult-card .btn-primary:hover {
  border-color: var(--bronze);
  background: var(--bronze);
  color: var(--white);
}

.footer-contact .btn-primary {
  border-color: var(--green-950);
  background: var(--green-950);
  color: var(--white);
}

.footer-contact .btn-primary:hover {
  border-color: var(--bronze);
  background: var(--bronze);
  color: var(--white);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.legal-page {
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .header-phone {
    display: none;
  }

  .desktop-nav {
    gap: 0;
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .header-brand-row {
    grid-template-columns: minmax(188px, 218px) minmax(0, 1fr) auto;
    min-height: 80px;
    gap: 14px;
  }

  .brand {
    min-height: 68px;
    padding: 0;
  }

  .brand img {
    width: auto;
    height: 76px;
    max-height: 76px;
  }

  .brand-tagline {
    font-size: 0.52rem;
    letter-spacing: 0.18em;
  }

  .brand-text strong {
    font-size: 0.78rem;
    letter-spacing: 0.15em;
  }

  .brand-text span {
    font-size: 0.64rem;
  }

  .nav-link {
    min-width: auto;
    min-height: 38px;
    padding: 0 9px;
    font-size: 0.62rem;
  }

  .has-mega > .nav-link {
    min-width: auto;
  }

  .header-actions {
    gap: 12px;
    min-width: 160px;
  }

  .site-header .btn-primary {
    min-height: 38px;
    min-width: 156px;
    padding: 9px 12px;
    font-size: 0.62rem;
  }

  .header-note {
    width: min(100%, 220px);
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-phone,
  .header-top,
  .header-spacer,
  .header-note,
  .header-nav-row {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-brand-row {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 82px;
    justify-content: stretch;
  }

  .brand {
    justify-self: start;
    min-height: 72px;
  }

  .site-header .brand::after {
    display: none;
  }

  .brand-tagline {
    font-size: 0.5rem;
  }

  .hero {
    padding-top: 126px;
  }

  .hero:not(.compact) .hero-content {
    max-width: 760px;
  }

  .service-grid,
  .card-grid,
  .review-grid,
  .process-row,
  .service-proof-grid,
  .patio-type-grid,
  .footer-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .patio-durability-grid,
  .patio-local-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-grid .project-card,
  .showcase-grid .project-card:nth-child(1),
  .showcase-grid .project-card:nth-child(2) {
    grid-column: span 1;
  }

  .section-header,
  .split,
  .split.reverse,
  .home-signature-grid,
  .home-simple-panel,
  .home-local-grid,
  .home-services-head,
  .home-services-showcase,
  .home-service-board,
  .home-project-proof-grid,
  .home-consult-panel,
  .home-process-row,
  .home-work-grid,
  .projects-lead,
  .projects-grid,
  .home-service-lead,
  .feature-band-inner,
  .service-area-feature,
  .patio-hero-inner,
  .patio-opening-grid,
  .patio-performance-panel,
  .patio-local-layout,
  .patio-showcase,
  .patio-consult-panel,
  .consultation-wrap,
  .footer-consult-inner,
  .footer-hero,
  .hero:not(.compact) > .container {
    grid-template-columns: 1fr;
  }

  .consultation-card {
    position: static;
  }

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

  .patio-showcase-side article {
    grid-template-columns: 220px 1fr;
  }

  .footer-consult-lead {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .hero-proof {
    max-width: none;
  }

  .home-page .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -34px;
  }

  .home-page .hero-proof p {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    justify-content: center;
  }

  .home-signature-grid {
    gap: 24px;
  }

  .home-signature-media,
  .home-signature-media img {
    min-height: 0;
  }

  .home-signature-media img {
    height: 360px;
  }

  .home-signature-copy {
    text-align: center;
    justify-items: center;
  }

  .home-services-head {
    text-align: center;
  }

  .home-services-head h2,
  .home-services-head p {
    margin-right: auto;
    margin-left: auto;
  }

  .home-services-head > div:last-child {
    justify-items: center;
  }

  .home-project-proof-copy {
    text-align: center;
    justify-items: center;
  }

  .projects-lead-copy {
    text-align: center;
    justify-items: center;
  }

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

  .hero-proof p {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid rgba(4, 47, 42, 0.1);
    white-space: normal;
  }

  .proof-card:nth-child(3),
  .proof-card:nth-child(5) {
    border-right: 0;
  }

  .proof-card {
    flex-basis: 50%;
  }

  .home-page .proof-card:nth-child(3) {
    border-right: 0;
  }

  .service-area-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(4, 47, 42, 0.1);
  }

  .home-local-section {
    background: var(--white);
  }

  .home-local-visual {
    min-height: 560px;
  }

  .home-service-lead {
    min-height: auto;
  }

  .home-service-lead img {
    min-height: 420px;
  }

  .home-service-family {
    grid-template-columns: 250px 1fr;
  }

  .consultation-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 0;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .brand {
    min-width: 0;
    align-self: center;
    padding-right: 0;
    border-right: 0;
  }

  .brand-text strong {
    font-size: 0.72rem;
  }

  .brand-text span {
    font-size: 0.61rem;
  }

  .brand img {
    width: 156px;
    height: auto;
    max-height: 62px;
  }

  .brand-tagline {
    display: none;
  }

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

  .header-actions .btn-primary {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 38px;
  }

  .hero::before {
    height: 142px;
    background:
      linear-gradient(180deg, rgba(248, 249, 247, 0.92), rgba(248, 249, 247, 0.42) 44%, rgba(248, 249, 247, 0));
  }

  .home-page .hero::before {
    background:
      linear-gradient(180deg, rgba(248, 249, 247, 0.18), rgba(248, 249, 247, 0.08) 44%, rgba(248, 249, 247, 0));
  }

  .home-page .hero-media {
    top: -104px;
  }

  h1 {
    font-size: clamp(2.75rem, 12vw, 4.9rem);
  }

  h1 em {
    display: inline;
  }

  .hero h1 + p {
    padding-left: 16px;
  }

  .home-page .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-left-width: 0;
    background: transparent;
    text-align: center;
  }

  .home-page .hero h1 {
    font-size: clamp(2.28rem, 10.2vw, 3.35rem);
    line-height: 0.98;
    margin-bottom: 12px;
    text-shadow: 0 14px 32px rgba(0, 0, 0, 0.42);
    white-space: normal;
  }

  .home-page .hero p {
    max-width: 100%;
    margin-bottom: 11px;
    font-size: 0.96rem;
    line-height: 1.44;
  }

  .home-page .hero p .hero-intro-sub {
    margin-top: 5px;
    font-size: 0.92em;
  }

  .home-page .hero h1 + p {
    padding-left: 0;
    border-left: 0;
  }

  .home-page .hero {
    min-height: 70svh;
    align-items: center;
    padding-top: 126px;
    padding-bottom: 18px;
  }

  .home-page .hero:not(.compact) > .container {
    align-self: center;
  }

  .home-page .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    justify-content: stretch;
  }

  .home-page .hero-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 11px 8px;
    font-size: clamp(0.56rem, 2.3vw, 0.66rem);
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .home-page .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    max-width: 330px;
    margin: 0 auto 11px;
    padding: 11px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
    letter-spacing: 0.02em;
    line-height: 1.28;
    text-align: left;
  }

  .home-page .hero-trust span {
    justify-content: flex-start;
  }

  .home-page .hero-trust span::before {
    width: 6px;
    height: 6px;
  }

  .hero-trust {
    gap: 9px 14px;
    margin-bottom: 24px;
    font-size: 0.7rem;
  }

  .hero.compact {
    min-height: 82vh;
  }

  .patio-hero {
    min-height: 82svh;
    padding: 132px 0 54px;
  }

  .patio-hero h1 {
    font-size: clamp(3rem, 13vw, 5.2rem);
  }

  .patio-hero p {
    max-width: 520px;
    font-size: 1.02rem;
  }

  .patio-hero-note {
    width: 100%;
    max-width: 420px;
    margin-top: 30px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.24) 62%, rgba(0, 0, 0, 0.03)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.01) 52%);
  }

  .service-grid,
  .card-grid,
  .review-grid,
  .process-row,
  .service-proof-grid,
  .patio-type-grid,
  .patio-durability-grid,
  .patio-local-list,
  .form-grid,
  .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .form-panel {
    padding: 22px;
  }

  .form-section {
    padding: 17px;
  }

  .choice-grid,
  .choice-grid.compact,
  .form-submit-row,
  .projects-grid,
  .projects-consult-inner {
    grid-template-columns: 1fr;
  }

  .projects-lead-media,
  .projects-lead-media img {
    min-height: 340px;
  }

  .projects-lead-copy {
    padding: 24px 20px;
  }

  .projects-proof-points article {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: left;
  }

  .project-proof-card img {
    height: 220px;
  }

  .projects-consult-inner {
    text-align: center;
  }

  .projects-consult-inner .btn {
    width: 100%;
  }

  .choice-grid label {
    min-height: auto;
  }

  .form-submit-row .btn {
    width: 100%;
  }

  .showcase-grid .project-card img {
    height: 280px;
  }

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

  .home-page .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    margin-top: -28px;
  }

  .hero-proof p,
  .proof-card {
    border-right: 0;
  }

  .home-page .hero-proof p {
    grid-column: 1 / -1;
    padding: 15px 16px 14px;
  }

  .home-page .hero-proof p b {
    font-size: 0.62rem;
  }

  .home-page .hero-proof p span {
    font-size: 0.78rem;
  }

  .home-page .proof-card {
    border-right: 0;
    border-bottom: 0;
    min-height: 62px;
  }

  .hero-proof p {
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 14px 16px;
  }

  .proof-card {
    min-height: auto;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(4, 47, 42, 0.1);
  }

  .home-page .proof-card strong {
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .home-page .proof-card span {
    display: none;
  }

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

  .proof-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .service-proof-item {
    min-height: auto;
    padding: 22px;
  }

  .home-simple-copy,
  .home-simple-proof article,
  .home-consult-copy,
  .home-consult-checklist,
  .home-service-card > div,
  .home-process-step,
  .home-work-card > div {
    padding: 20px;
  }

  .home-service-card > div {
    min-height: auto;
  }

  .home-simple-intro,
  .home-services-section,
  .home-project-proof-section,
  .home-process-section,
  .home-work-preview {
    padding: 44px 0;
  }

  .home-simple-copy h2,
  .home-services-head h2,
  .home-project-proof-copy h2,
  .home-consult-copy h2,
  .home-work-preview .section-header h2 {
    font-size: clamp(1.55rem, 7.1vw, 2.15rem);
    line-height: 1.12;
  }

  .home-simple-copy p,
  .home-services-head p,
  .home-consult-copy p,
  .home-work-preview .section-copy {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .home-simple-actions,
  .home-signature-actions,
  .home-consult-actions,
  .home-work-actions {
    gap: 10px 16px;
    margin-top: 18px;
  }

  .home-simple-actions .btn,
  .home-signature-actions .btn,
  .home-consult-actions .btn,
  .home-work-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 11px 14px;
    font-size: 0.66rem;
  }

  .home-signature-actions {
    width: 100%;
    justify-content: center;
  }

  .home-process-cta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    text-align: center;
  }

  .home-process-cta .btn {
    width: 100%;
  }

  .home-consult-copy,
  .home-consult-checklist {
    padding: 22px;
  }

  .home-simple-proof {
    grid-template-columns: 1fr;
  }

  .home-simple-proof article {
    min-height: auto;
  }

  .home-process-step {
    min-height: auto;
  }

  .home-service-card img,
  .home-work-card img {
    height: 150px;
  }

  .home-service-card h3,
  .home-process-step h3,
  .home-work-card h3 {
    font-size: 1.22rem;
  }

  .home-service-card p,
  .home-process-step p,
  .home-work-card p {
    font-size: 0.82rem;
    line-height: 1.46;
  }

  .home-service-links {
    gap: 6px 12px;
  }

  .home-project-gallery {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-project-tile,
  .home-project-tile.is-large {
    min-height: 0;
    grid-row: auto;
  }

  .home-project-tile:not(.is-large) {
    display: block;
  }

  .home-project-tile img {
    height: 190px;
  }

  .home-project-proof-list article {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: left;
  }

  .home-service-links a {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .patio-opening-grid {
    gap: 34px;
  }

  .patio-opening-media {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .patio-opening-media img,
  .patio-opening-media img:nth-child(2) {
    position: static;
    width: 100%;
    height: 320px;
    border: 0;
  }

  .patio-opening-media figcaption {
    position: static;
    width: auto;
    padding: 16px 18px;
  }

  .patio-performance-copy {
    padding: 34px 24px;
  }

  .patio-durability-item,
  .patio-local-list article {
    min-height: auto;
    padding: 24px;
  }

  .patio-type-card img,
  .patio-showcase-lead img {
    height: 320px;
  }

  .patio-showcase-side article {
    grid-template-columns: 1fr;
  }

  .patio-showcase-side img {
    height: 250px;
  }

  .patio-consult-copy {
    padding: 34px 24px;
  }

  .patio-consult-checklist article {
    grid-template-columns: 42px 1fr;
    padding: 24px;
  }

  .footer-consult,
  .footer-main {
    padding: 58px 0 30px;
  }

  .footer-consult-card,
  .footer-col,
  .footer-contact {
    padding: 22px;
  }

  .footer-consult-lead {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-consult-image {
    min-height: 260px;
  }

  .footer-consult-image img {
    min-height: 260px;
  }

  .footer-image-panel,
  .footer-image-panel img {
    min-height: 300px;
  }

  .section {
    padding: 68px 0;
  }

  .image-stack {
    min-height: 420px;
  }

  .image-stack img {
    width: 86%;
    height: 340px;
  }

  .image-stack img:nth-child(2) {
    width: 63%;
    height: 230px;
    border-width: 6px;
  }

  .home-local-copy {
    padding-left: 18px;
  }

  .home-local-copy h2 {
    font-size: clamp(2.2rem, 9vw, 3.6rem);
  }

  .home-local-proof {
    grid-template-columns: 1fr;
  }

  .home-local-proof span {
    min-height: auto;
    padding: 18px;
  }

  .home-local-visual {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .home-local-main {
    width: 100%;
  }

  .home-local-main img {
    height: 360px;
  }

  .home-local-inset {
    position: static;
    width: 100%;
    border: 0;
  }

  .home-local-inset img {
    height: 250px;
  }

  .home-local-area-line {
    position: static;
    justify-content: flex-start;
  }

  .home-services-head {
    gap: 14px;
    margin-bottom: 20px;
  }

  .home-services-head h2 {
    font-size: clamp(1.55rem, 7.1vw, 2.15rem);
  }

  .home-services-head > div:last-child {
    display: block;
  }

  .home-service-lead {
    min-height: auto;
  }

  .home-service-lead img {
    min-height: 300px;
  }

  .home-service-lead div {
    padding: 24px 20px;
  }

  .home-service-family {
    grid-template-columns: 1fr;
  }

  .home-service-family img {
    height: 270px;
  }

  .home-service-family > div {
    padding: 26px 22px;
  }

  .feature-band {
    padding: 34px 22px;
  }

  .service-area-copy {
    padding: 34px 24px;
  }

  .service-area-panel {
    grid-template-columns: 1fr;
  }

  .area-zone {
    min-height: auto;
    padding: 24px;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .gallery-tile,
  .gallery-tile:first-child {
    min-height: 260px;
    grid-row: auto;
  }

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

@media (max-width: 500px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .home-page .hero {
    min-height: 70svh;
    padding-top: 118px;
    padding-bottom: 16px;
  }

  .home-page .hero-media {
    top: -66px;
  }

  .home-page .hero-content {
    padding: 0;
    background: transparent;
  }

  .home-page .hero h1 {
    font-size: clamp(2.18rem, 10.4vw, 2.88rem);
    margin-bottom: 10px;
  }

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

  .home-page .hero p {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.9rem;
    line-height: 1.38;
  }

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

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

  .home-page .hero-proof-strip {
    padding-bottom: 12px;
  }

  .home-page .hero-proof {
    padding: 0;
  }

  .home-simple-intro,
  .home-signature-section,
  .home-services-section,
  .home-project-proof-section,
  .home-process-section,
  .home-work-preview {
    padding: 38px 0;
  }

  .home-signature-media,
  .home-signature-media img {
    min-height: 0;
  }

  .home-signature-media img {
    height: 230px;
  }

  .home-signature-caption {
    padding: 13px 14px;
  }

  .home-signature-copy h2 {
    font-size: clamp(1.65rem, 7.2vw, 2.2rem);
    line-height: 1.08;
  }

  .home-simple-copy,
  .home-simple-proof article,
  .home-service-card > div,
  .home-process-step,
  .home-work-card > div {
    padding: 18px;
  }

  .home-service-card img,
  .home-work-card img {
    height: 156px;
  }

  .home-service-intent {
    margin: 4px 0 12px;
    padding: 10px 11px;
  }

  .home-work-actions {
    margin-top: 18px;
  }

  .proof-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(4, 47, 42, 0.1);
  }

  .proof-card {
    flex-basis: 100%;
  }

  .home-page .proof-card {
    border-bottom: 0;
  }

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

/* Minimal premium homepage direction */
.home-minimal-intro {
  padding: 74px 0 58px;
  border-bottom: 1px solid rgba(4, 47, 42, 0.08);
  background: var(--white);
  color: var(--green-950);
}

.home-minimal-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.58fr);
  gap: 70px;
  align-items: end;
}

.home-minimal-intro h2,
.home-minimal-section-head h2,
.home-minimal-cta h2 {
  margin: 0;
  color: inherit;
  font-family: var(--display-font);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}

.home-minimal-intro h2 {
  max-width: 780px;
  font-size: clamp(2.15rem, 3.15vw, 3.55rem);
}

.home-minimal-intro p {
  max-width: 520px;
  margin: 0;
  color: rgba(23, 33, 31, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.home-minimal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.home-minimal-tags span {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(4, 47, 42, 0.13);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.home-minimal-services,
.home-minimal-work {
  padding: 74px 0 72px;
  background:
    linear-gradient(180deg, var(--stone-50), var(--white) 58%, var(--stone-50));
  color: var(--green-950);
}

.home-minimal-work {
  background: var(--white);
}

.home-minimal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 0;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
}

.home-minimal-section-head h2 {
  max-width: 760px;
  font-size: clamp(1.85rem, 2.55vw, 2.92rem);
}

.home-minimal-section-head p {
  max-width: 470px;
  margin: 0;
  color: rgba(23, 33, 31, 0.68);
  font-size: 0.95rem;
  line-height: 1.68;
}

.home-minimal-service-list {
  display: grid;
  border-top: 0;
}

.home-minimal-service-row {
  display: grid;
  grid-template-columns: 186px minmax(0, 1fr) 156px;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(4, 47, 42, 0.11);
  color: var(--green-950);
}

.home-minimal-service-row img {
  width: 186px;
  height: 124px;
  border: 1px solid rgba(4, 47, 42, 0.14);
  filter: saturate(0.96) contrast(1.02);
  object-fit: cover;
}

.home-minimal-service-row div {
  max-width: 680px;
}

.home-minimal-service-row span,
.home-minimal-work figcaption,
.home-minimal-cta-side span {
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-minimal-service-row h3 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(1.42rem, 1.9vw, 1.92rem);
  font-weight: 700;
  line-height: 1.12;
}

.home-minimal-service-row p {
  max-width: 740px;
  margin: 0;
  color: rgba(23, 33, 31, 0.66);
  font-size: 0.95rem;
  line-height: 1.64;
}

.home-minimal-service-row > strong {
  justify-self: stretch;
  padding: 11px 12px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-minimal-service-row:hover > strong {
  border-color: rgba(143, 67, 45, 0.42);
  color: var(--bronze);
}

.home-minimal-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-minimal-work-grid figure {
  margin: 0;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--white);
}

.home-minimal-work-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.home-minimal-work-grid figcaption {
  padding: 12px 14px;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  color: var(--green-950);
}

.home-minimal-cta {
  padding: 42px 0 74px;
  background: var(--white);
  color: var(--white);
}

.home-minimal-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 42px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid rgba(225, 160, 123, 0.24);
  border-top: 4px solid var(--bronze);
  background:
    linear-gradient(135deg, rgba(6, 63, 55, 0.98), rgba(4, 47, 42, 0.98)),
    var(--green-950);
  box-shadow: 0 18px 42px rgba(13, 25, 22, 0.12);
}

.home-minimal-cta h2 {
  max-width: 650px;
  color: var(--white);
  font-size: clamp(1.95rem, 2.7vw, 3rem);
}

.home-minimal-cta p {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.68;
}

.home-minimal-cta .eyebrow,
.home-minimal-cta .text-link {
  color: var(--accent-light);
}

.home-minimal-cta-side {
  display: grid;
  gap: 18px;
}

.home-minimal-cta-side > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-minimal-cta-side span {
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
}

.home-minimal-cta .btn-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--green-950);
}

.home-minimal-cta .btn-primary:hover {
  border-color: var(--accent-light);
  background: var(--accent-light);
}

@media (max-width: 1080px) {
  .home-minimal-intro-grid,
  .home-minimal-section-head,
  .home-minimal-cta-panel {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-minimal-section-head {
    align-items: start;
  }

  .home-minimal-service-row {
    grid-template-columns: 142px minmax(0, 1fr);
  }

  .home-minimal-service-row img {
    width: 142px;
    height: 102px;
  }

  .home-minimal-service-row > strong {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .home-minimal-intro,
  .home-minimal-services,
  .home-minimal-work,
  .home-minimal-cta {
    padding: 44px 0;
  }

  .home-minimal-intro h2,
  .home-minimal-section-head h2,
  .home-minimal-cta h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  .home-minimal-service-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .home-minimal-service-row img {
    width: 100%;
    height: 210px;
  }

  .home-minimal-service-row > strong {
    grid-column: auto;
  }

  .home-minimal-work-grid,
  .home-minimal-cta-side > div {
    grid-template-columns: 1fr;
  }

  .home-minimal-work-grid img {
    height: 220px;
  }

  .home-minimal-cta-panel {
    padding: 28px 22px;
  }
}

/* Premium hero standards band */
.home-page .hero-proof-strip {
  padding: 0 0 30px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(4, 47, 42, 0) 34px, var(--stone-50) 34px, var(--stone-50) 100%);
}

.home-page .hero-proof {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1.12fr) repeat(3, minmax(0, 1fr));
  min-height: 116px;
  margin-top: -58px;
  overflow: hidden;
  border: 1px solid rgba(225, 160, 123, 0.28);
  background:
    linear-gradient(135deg, rgba(7, 83, 71, 0.98), rgba(4, 47, 42, 0.99)),
    var(--green-950);
  box-shadow:
    0 28px 58px rgba(2, 18, 16, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-page .hero-proof::before {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-light), rgba(225, 160, 123, 0.34), transparent);
}

.home-page .hero-proof::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 28%),
    var(--header-stone-texture);
  opacity: 0.2;
  content: "";
}

.home-page .hero-proof p,
.home-page .proof-card {
  position: relative;
  z-index: 2;
}

.home-page .hero-proof p {
  display: grid;
  align-content: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 25px 30px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.11);
  text-align: left;
}

.home-page .hero-proof p b {
  color: var(--accent-light);
  font-family: var(--header-font);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-page .hero-proof p span {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.91);
  font-family: var(--display-font);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 700;
  line-height: 1.25;
}

.home-page .proof-card {
  min-height: 116px;
  align-content: center;
  justify-items: start;
  padding: 24px 24px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  text-align: left;
}

.home-page .proof-card:last-child {
  border-right: 0;
}

.home-page .proof-card::before {
  width: 30px;
  height: 1px;
  margin-bottom: 14px;
  border: 0;
  background: rgba(225, 160, 123, 0.86);
  transform: none;
}

.home-page .proof-card strong {
  color: var(--white);
  font-family: var(--header-font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .proof-card span {
  max-width: 230px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  line-height: 1.42;
}

@media (max-width: 1080px) {
  .home-page .hero-proof {
    grid-template-columns: 1fr;
    margin-top: -42px;
  }

  .home-page .hero-proof p,
  .home-page .proof-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-page .proof-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .home-page .hero-proof-strip {
    padding-bottom: 24px;
  }

  .home-page .hero-proof {
    margin-top: -24px;
  }

  .home-page .hero-proof p {
    padding: 20px 20px 19px;
    text-align: left;
  }

  .home-page .hero-proof p span {
    font-size: 1.02rem;
  }

  .home-page .proof-card {
    min-height: auto;
    padding: 17px 20px 18px;
  }

  .home-page .proof-card::before {
    width: 24px;
    margin-bottom: 10px;
  }

  .home-page .proof-card strong {
    font-size: 0.72rem;
  }

  .home-page .proof-card span {
    display: block;
    max-width: none;
    font-size: 0.72rem;
  }
}

/* Final homepage hero title lock */
.home-page .hero h1 {
  max-width: 980px;
}

.home-page .hero-title-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .home-page .hero h1 {
    font-size: 4.25rem;
  }
}

@media (max-width: 820px) {
  .home-page .hero h1 {
    font-size: 3.05rem;
  }
}

@media (max-width: 500px) {
  .home-page .hero h1 {
    font-size: 1.86rem;
    line-height: 1.02;
  }
}

@media (max-width: 360px) {
  .home-page .hero h1 {
    font-size: 1.78rem;
  }
}

/* Final brand green pass */
.home-page .hero-proof-strip {
  background:
    linear-gradient(180deg, rgba(4, 47, 42, 0) 0, rgba(4, 47, 42, 0) 34px, var(--green-50) 34px, var(--green-25) 100%) !important;
}

.home-page .hero-proof {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 243, 0.98)),
    var(--white) !important;
  box-shadow: 0 18px 46px rgba(4, 47, 42, 0.1) !important;
}

.home-page .hero-proof::before,
.home-page .proof-card::before {
  background: linear-gradient(90deg, var(--green-950), var(--green-800) 52%, rgba(225, 160, 123, 0.72)) !important;
}

.home-page .hero-proof p {
  border-right-color: rgba(4, 47, 42, 0.12) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-page .hero-proof p b {
  color: var(--bronze) !important;
}

.home-page .hero-proof p span,
.home-page .proof-card strong {
  color: var(--green-950) !important;
}

.home-page .proof-card {
  border-right-color: rgba(4, 47, 42, 0.12) !important;
}

.home-page .proof-card span {
  color: rgba(23, 33, 31, 0.62) !important;
}

.home-page .home-minimal-intro {
  border-top: 1px solid rgba(4, 47, 42, 0.08) !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12) !important;
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 42%, var(--green-50) 100%) !important;
}

.home-page .home-minimal-tags span {
  border-color: rgba(4, 47, 42, 0.18) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-section {
  border-top-color: rgba(4, 47, 42, 0.14) !important;
  border-bottom-color: rgba(4, 47, 42, 0.14) !important;
  background:
    linear-gradient(180deg, var(--green-50) 0%, var(--white) 46%, var(--green-25) 100%) !important;
}

.home-build-head {
  border-bottom-color: rgba(4, 47, 42, 0.18) !important;
}

.home-build-head .text-link,
.home-minimal-section-head .text-link {
  color: var(--green-950) !important;
  border-bottom-color: rgba(4, 47, 42, 0.32) !important;
}

.home-build-card {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background:
    linear-gradient(180deg, var(--white), var(--green-25)) !important;
  box-shadow: 0 18px 48px rgba(4, 47, 42, 0.075) !important;
}

.home-build-card figure {
  background: var(--green-950) !important;
}

.home-build-card img {
  filter: saturate(0.98) contrast(1.02);
}

.home-build-card li {
  border-color: rgba(4, 47, 42, 0.16) !important;
  background: rgba(4, 47, 42, 0.035) !important;
}

.home-build-card strong {
  border-bottom-color: rgba(4, 47, 42, 0.34) !important;
}

.home-build-card.is-featured .home-build-card-body {
  border-top-color: rgba(7, 83, 71, 0.62) !important;
  background: rgba(248, 251, 248, 0.94) !important;
}

.home-build-card:not(.is-featured) .home-build-card-body {
  background: linear-gradient(90deg, var(--white), var(--green-25)) !important;
}

.home-minimal-work {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--green-25) 56%, var(--green-50) 100%) !important;
}

.home-minimal-work-grid figure {
  border-color: rgba(4, 47, 42, 0.17) !important;
  background: var(--green-25) !important;
}

.home-minimal-work-grid figcaption {
  border-top-color: rgba(4, 47, 42, 0.15) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.home-minimal-cta {
  background:
    linear-gradient(180deg, var(--green-50), var(--white) 58%) !important;
}

.home-minimal-cta-panel {
  border-color: rgba(225, 160, 123, 0.28) !important;
  border-top-color: rgba(225, 160, 123, 0.74) !important;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(225, 160, 123, 0.14), transparent 38%),
    linear-gradient(135deg, var(--green-800), var(--green-950) 72%),
    var(--green-950) !important;
  box-shadow: 0 22px 54px rgba(4, 47, 42, 0.2) !important;
}

.section.stone,
.service-proof-strip,
.contact-intake-section,
.footer-consult {
  background:
    linear-gradient(180deg, var(--green-50), var(--stone-50) 58%, var(--white)),
    var(--green-50) !important;
}

.service-card,
.project-card,
.option-card,
.area-card,
.review-card,
.consultation-card,
.footer-consult-card {
  border-color: rgba(4, 47, 42, 0.16) !important;
}
/* Final traditional homepage section pass */
.home-page .home-minimal-intro,
.home-build-section,
.home-minimal-work,
.home-minimal-cta {
  padding-top: 36px !important;
  padding-bottom: 48px !important;
  scroll-margin-top: 72px !important;
}

.home-page .home-minimal-intro h2,
.home-build-head h2,
.home-minimal-section-head h2,
.home-minimal-cta h2 {
  font-family: var(--heading-font) !important;
  font-size: clamp(1.72rem, 2.3vw, 2.62rem) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
}

.home-build-head,
.home-minimal-section-head {
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.48fr) !important;
  gap: 38px !important;
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
}

.home-build-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-areas: none !important;
  gap: 16px !important;
}

.home-build-card,
.home-build-card.is-featured,
.home-build-card:not(.is-featured) {
  position: relative !important;
  display: grid !important;
  grid-row: auto !important;
  grid-area: auto !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 190px 1fr !important;
  min-height: 0 !important;
  box-shadow: 0 10px 24px rgba(4, 47, 42, 0.055) !important;
}

.home-build-card figure,
.home-build-card.is-featured figure,
.home-build-card:not(.is-featured) figure {
  position: static !important;
  inset: auto !important;
  height: 190px !important;
  min-height: 0 !important;
}

.home-build-card img,
.home-build-card.is-featured img,
.home-build-card:not(.is-featured) img {
  min-height: 0 !important;
}

.home-build-card-body,
.home-build-card.is-featured .home-build-card-body,
.home-build-card:not(.is-featured) .home-build-card-body {
  position: static !important;
  inset: auto !important;
  gap: 10px !important;
  max-width: none !important;
  padding: 22px 20px 20px !important;
  border-top: 1px solid rgba(4, 47, 42, 0.12) !important;
  background: linear-gradient(180deg, var(--white), var(--green-25)) !important;
  box-shadow: none !important;
}

.home-build-card h3,
.home-build-card.is-featured h3,
.home-build-card:not(.is-featured) h3 {
  max-width: none !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.1rem, 1.28vw, 1.34rem) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
}

.home-build-card ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.home-build-card li {
  padding: 6px 8px !important;
  text-align: center;
  font-size: 0.58rem !important;
}

.home-minimal-work-grid img {
  height: 220px !important;
}

@media (max-width: 1080px) {
  .home-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .home-build-head,
  .home-minimal-section-head,
  .home-minimal-cta-panel {
    grid-template-columns: 1fr !important;
  }

  .home-build-grid,
  .home-minimal-work-grid {
    grid-template-columns: 1fr !important;
  }

  .home-page .home-minimal-intro,
  .home-build-section,
  .home-minimal-work,
  .home-minimal-cta {
    scroll-margin-top: 76px !important;
  }
}

/* Kramer-inspired full-photo service tiles */
.home-build-section {
  padding-bottom: 30px !important;
}

.home-build-head {
  margin-bottom: 20px !important;
}

.home-build-grid {
  gap: 14px !important;
  grid-template-rows: auto !important;
  grid-auto-rows: auto !important;
}

.home-build-card,
.home-build-card.is-featured,
.home-build-card:not(.is-featured) {
  position: relative !important;
  display: grid !important;
  min-height: 430px !important;
  overflow: hidden !important;
  border-color: rgba(4, 47, 42, 0.18) !important;
  background: var(--green-950) !important;
  box-shadow: 0 14px 34px rgba(4, 47, 42, 0.13) !important;
}

.home-build-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 18, 16, 0.08) 0%, rgba(2, 18, 16, 0.24) 38%, rgba(2, 18, 16, 0.82) 100%),
    linear-gradient(90deg, rgba(4, 47, 42, 0.48), rgba(4, 47, 42, 0.08) 48%, rgba(4, 47, 42, 0.42));
  content: "";
  pointer-events: none;
}

.home-build-card figure,
.home-build-card.is-featured figure,
.home-build-card:not(.is-featured) figure {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

.home-build-card img,
.home-build-card.is-featured img,
.home-build-card:not(.is-featured) img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  filter: saturate(1.02) contrast(1.03) brightness(0.9) !important;
}

.home-build-card-body,
.home-build-card.is-featured .home-build-card-body,
.home-build-card:not(.is-featured) .home-build-card-body {
  position: relative !important;
  z-index: 2 !important;
  align-self: end !important;
  display: grid !important;
  gap: 10px !important;
  padding: 22px !important;
  border-top: 0 !important;
  background: transparent !important;
  color: var(--white) !important;
}

.home-build-card-body span {
  color: var(--accent-light) !important;
}

.home-build-card h3,
.home-build-card.is-featured h3,
.home-build-card:not(.is-featured) h3 {
  color: var(--white) !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.home-build-card p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.home-build-card ul {
  margin-top: 2px !important;
}

.home-build-card li {
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.11) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(7px);
}

.home-build-card strong {
  color: var(--white) !important;
  border-bottom-color: rgba(225, 160, 123, 0.74) !important;
}

@media (max-width: 1080px) {
  .home-build-card,
  .home-build-card.is-featured,
  .home-build-card:not(.is-featured) {
    min-height: 390px !important;
  }
}

@media (max-width: 720px) {
  .home-build-section {
    padding-bottom: 22px !important;
  }

  .home-build-card,
  .home-build-card.is-featured,
  .home-build-card:not(.is-featured) {
    min-height: 390px !important;
  }
}
/* Kramer-style homepage section system */
.home-page .home-minimal-intro {
  background: linear-gradient(180deg, var(--white), var(--green-25)) !important;
}

.home-page .home-minimal-intro-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr) !important;
  gap: 54px !important;
  align-items: center !important;
  max-width: var(--max) !important;
  text-align: left !important;
}

.home-page .home-minimal-intro h2 {
  max-width: 620px !important;
  margin: 0 0 16px !important;
  text-align: left !important;
}

.home-page .home-minimal-intro p {
  max-width: 650px !important;
  margin: 0 !important;
  text-align: left !important;
}

.home-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.home-intro-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-intro-points article {
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 24px;
  border: 1px solid rgba(4, 47, 42, 0.16);
  background: linear-gradient(180deg, var(--white), var(--green-50));
  box-shadow: 0 12px 28px rgba(4, 47, 42, 0.06);
}

.home-intro-points span,
.home-testimonial-grid span {
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-intro-points strong {
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(1.2rem, 1.55vw, 1.64rem);
  line-height: 1.18;
}

.home-testimonials {
  padding-top: 48px !important;
  padding-bottom: 54px !important;
  background: linear-gradient(180deg, var(--green-25), var(--white)) !important;
  color: var(--green-950);
}

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

.home-testimonial-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(4, 47, 42, 0.15);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(4, 47, 42, 0.055);
}

.home-testimonial-grid p {
  margin: 0;
  color: rgba(23, 33, 31, 0.72);
  font-size: 0.98rem;
  line-height: 1.64;
}

.home-testimonial-grid strong {
  margin-top: auto;
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-why-section {
  padding-top: 42px !important;
  padding-bottom: 58px !important;
  background: linear-gradient(180deg, var(--white), var(--green-50)) !important;
}

.home-why-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.58fr);
  gap: 44px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(4, 47, 42, 0.14);
}

.home-why-panel h2 {
  max-width: 620px;
  margin-bottom: 14px;
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(1.72rem, 2.3vw, 2.62rem);
  font-weight: 900;
  line-height: 1.08;
}

.home-why-panel p {
  max-width: 700px;
  margin: 0;
  color: rgba(23, 33, 31, 0.72);
  font-size: 0.98rem;
  line-height: 1.64;
}

.home-why-list {
  display: grid;
  gap: 10px;
}

.home-why-list span {
  padding: 15px 17px;
  border: 1px solid rgba(4, 47, 42, 0.15);
  background: rgba(255, 255, 255, 0.74);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .home-page .home-minimal-intro-grid,
  .home-why-panel {
    grid-template-columns: 1fr !important;
  }

  .home-intro-points,
  .home-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-intro-actions {
    display: grid;
  }

  .home-intro-actions .btn,
  .home-intro-actions .text-link {
    width: 100%;
  }

  .home-intro-points article,
  .home-testimonial-grid article {
    min-height: 0;
  }
}
/* Final full-photo tile cleanup */
.home-build-section {
  padding-bottom: 18px !important;
}

.home-testimonials {
  padding-top: 32px !important;
}

.review-source {
  display: block;
  margin: 10px 0 12px;
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

[id] {
  scroll-margin-top: 150px;
}

@media (max-width: 760px) {
  [id] {
    scroll-margin-top: 110px;
  }
}

.home-build-card,
.home-build-card.is-featured,
.home-build-card:not(.is-featured) {
  grid-template-rows: 1fr !important;
  min-height: 410px !important;
}

.home-build-card-body,
.home-build-card.is-featured .home-build-card-body,
.home-build-card:not(.is-featured) .home-build-card-body {
  align-self: end !important;
  padding: 24px 22px 22px !important;
}

.home-build-card p {
  display: none !important;
}

.home-build-card h3,
.home-build-card.is-featured h3,
.home-build-card:not(.is-featured) h3 {
  font-size: clamp(1.16rem, 1.35vw, 1.46rem) !important;
}

.home-build-card ul {
  margin-top: 4px !important;
}

@media (max-width: 720px) {
  .home-build-card,
  .home-build-card.is-featured,
  .home-build-card:not(.is-featured) {
    min-height: 360px !important;
  }
}

/* Refined Google reviews band */
.home-testimonials {
  padding-top: 42px !important;
  padding-bottom: 48px !important;
  background: var(--white) !important;
}

.home-reviews-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.36fr);
  gap: 22px;
  align-items: stretch;
}

.home-reviews-score {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid rgba(203, 173, 105, 0.28);
  background: linear-gradient(180deg, var(--green-950), #082f2a);
  color: var(--white);
}

.home-reviews-score .eyebrow {
  color: #d8b66c;
}

.home-reviews-rating {
  display: grid;
  gap: 10px;
  margin: 18px 0 16px;
}

.home-reviews-rating strong {
  color: var(--white);
  font-family: var(--heading-font);
  font-size: clamp(3.2rem, 6vw, 5.1rem);
  line-height: 0.86;
}

.home-reviews-rating span {
  color: #d8b66c;
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.home-reviews-score p {
  max-width: 28ch;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.62;
}

.home-reviews-score .text-link {
  color: var(--white);
}

.home-reviews-main {
  display: grid;
  gap: 18px;
}

.home-reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
}

.home-reviews-head h2 {
  margin: 0;
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 0.96;
}

.home-reviews-head p {
  margin: 0 0 4px;
  color: rgba(23, 33, 31, 0.68);
  line-height: 1.55;
}

.home-testimonials .home-testimonial-grid {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.home-testimonials .home-testimonial-grid article {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) minmax(120px, auto);
  gap: 18px;
  align-items: center;
  min-height: 0 !important;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(4, 47, 42, 0.1);
  background: transparent;
  box-shadow: none;
}

.home-testimonials .home-testimonial-grid span {
  color: #b98235;
  font-family: var(--body-font);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.home-testimonials .home-testimonial-grid p {
  color: rgba(23, 33, 31, 0.82);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.52;
}

.home-testimonials .home-testimonial-grid strong {
  justify-self: end;
  margin-top: 0;
  text-align: right;
}

@media (max-width: 900px) {
  .home-reviews-layout,
  .home-reviews-head,
  .home-testimonials .home-testimonial-grid article {
    grid-template-columns: 1fr;
  }

  .home-reviews-score {
    min-height: 0;
  }

  .home-testimonials .home-testimonial-grid article {
    gap: 10px;
    padding: 20px 0;
  }

  .home-testimonials .home-testimonial-grid strong {
    justify-self: start;
    text-align: left;
  }
}

/* Simpler homepage section pass */
.home-minimal-intro,
.home-build-section,
.home-testimonials,
.home-minimal-work {
  padding-top: clamp(42px, 5vw, 70px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
  background: var(--white) !important;
}

.home-minimal-intro {
  border-top: 1px solid rgba(4, 47, 42, 0.1);
}

.home-minimal-intro-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr) !important;
  gap: clamp(28px, 5vw, 58px) !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-minimal-intro h2,
.home-build-head h2,
.home-minimal-section-head h2,
.home-reviews-head h2 {
  font-size: clamp(2rem, 3.2vw, 3.1rem) !important;
  line-height: 1.04 !important;
  max-width: 720px;
}

.home-minimal-intro p,
.home-build-head p,
.home-minimal-section-head p,
.home-reviews-head p {
  max-width: 560px;
  color: rgba(23, 33, 31, 0.72) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.home-intro-points {
  display: grid !important;
  gap: 0 !important;
  border-top: 1px solid rgba(4, 47, 42, 0.14);
}

.home-intro-points article {
  min-height: 0 !important;
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.14) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-intro-points span {
  display: block;
  margin-bottom: 8px;
}

.home-intro-points strong {
  color: rgba(23, 33, 31, 0.82) !important;
  font-family: var(--body-font) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.home-build-head,
.home-minimal-section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr) !important;
  gap: 24px !important;
  align-items: end !important;
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12) !important;
}

.home-build-grid {
  gap: 10px !important;
}

.home-build-card,
.home-build-card.is-featured,
.home-build-card:not(.is-featured) {
  min-height: 330px !important;
}

.home-build-card-body,
.home-build-card.is-featured .home-build-card-body,
.home-build-card:not(.is-featured) .home-build-card-body {
  padding: 18px !important;
}

.home-build-card ul,
.home-build-card strong {
  display: none !important;
}

.home-build-card h3,
.home-build-card.is-featured h3,
.home-build-card:not(.is-featured) h3 {
  max-width: 16ch;
  font-size: clamp(1.08rem, 1.25vw, 1.32rem) !important;
  line-height: 1.14 !important;
}

.home-reviews-layout {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr) !important;
  gap: clamp(22px, 4vw, 42px) !important;
}

.home-reviews-score {
  padding: 24px !important;
}

.home-reviews-rating strong {
  font-size: clamp(2.8rem, 5vw, 4.2rem) !important;
}

.home-reviews-score p {
  font-size: 0.94rem !important;
}

.home-reviews-head {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.home-testimonials .home-testimonial-grid article {
  grid-template-columns: 92px minmax(0, 1fr) minmax(110px, auto) !important;
  padding: 15px 0 !important;
}

.home-testimonials .home-testimonial-grid p {
  font-size: 0.98rem !important;
  line-height: 1.48 !important;
}

.home-minimal-work-grid {
  gap: 12px !important;
}

.home-minimal-work-grid img {
  height: 285px !important;
}

.home-minimal-work-grid figcaption {
  padding: 14px 16px !important;
  font-size: 0.78rem !important;
}

@media (max-width: 900px) {
  .home-minimal-intro-grid,
  .home-build-head,
  .home-minimal-section-head,
  .home-reviews-layout,
  .home-testimonials .home-testimonial-grid article {
    grid-template-columns: 1fr !important;
  }

  .home-build-grid,
  .home-minimal-work-grid {
    grid-template-columns: 1fr !important;
  }

  .home-build-card,
  .home-build-card.is-featured,
  .home-build-card:not(.is-featured) {
    min-height: 300px !important;
  }

  .home-testimonials .home-testimonial-grid strong {
    justify-self: start !important;
    text-align: left !important;
  }
}

/* Simple residential service pages */
.residential-service-simple,
.residential-service-photos,
.residential-service-approach,
.residential-service-faq,
.residential-other-services {
  background: var(--white);
}

.residential-service-simple {
  padding-top: clamp(46px, 6vw, 78px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

.residential-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: start;
}

.residential-service-copy h2,
.residential-approach-grid h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(2rem, 3.1vw, 3.08rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
}

.residential-service-copy p,
.residential-approach-grid p {
  max-width: 700px;
  color: rgba(23, 33, 31, 0.74);
  font-size: 1.02rem;
  line-height: 1.72;
}

.plain-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.plain-service-list li {
  padding: 8px 11px;
  border: 1px solid rgba(4, 47, 42, 0.14);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.residential-service-main-photo {
  margin: 0;
}

.residential-service-main-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.residential-service-photos {
  padding-top: 0 !important;
  padding-bottom: clamp(34px, 4vw, 58px) !important;
}

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

.simple-photo-row figure {
  margin: 0;
  border: 1px solid rgba(4, 47, 42, 0.1);
  background: var(--white);
}

.simple-photo-row img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.simple-photo-row figcaption {
  padding: 12px 14px;
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.residential-service-approach {
  padding-top: clamp(38px, 5vw, 64px) !important;
  padding-bottom: clamp(38px, 5vw, 64px) !important;
  border-top: 1px solid rgba(4, 47, 42, 0.1);
  border-bottom: 1px solid rgba(4, 47, 42, 0.1);
}

.residential-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.plain-approach-list {
  display: grid;
  border-top: 1px solid rgba(4, 47, 42, 0.12);
}

.plain-approach-list p {
  max-width: none;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(4, 47, 42, 0.12);
  color: rgba(23, 33, 31, 0.82);
}

.approach-related {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  white-space: nowrap;
}

.approach-related .eyebrow {
  margin-right: 8px;
}

.approach-related a {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(4, 47, 42, 0.14);
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approach-related a:hover {
  border-color: var(--bronze);
  color: var(--bronze);
}

.residential-other-services {
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(50px, 6vw, 82px) !important;
}

.residential-service-faq {
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(46px, 5vw, 72px) !important;
  background: var(--stone-50);
}

.residential-service-faq .section-header {
  margin-bottom: 26px;
}

.residential-service-faq .faq-list {
  max-width: 980px;
  background: transparent;
}

.other-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: rgba(4, 47, 42, 0.12);
}

.other-service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: inherit;
  overflow: hidden;
}

.other-service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 360ms ease;
}

.other-service-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.5vw, 28px);
}

.other-service-card span {
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.other-service-card h3 {
  margin: 22px 0 10px;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
}

.other-service-card p {
  margin: 0;
  color: rgba(23, 33, 31, 0.72);
  font-size: 0.96rem;
  line-height: 1.58;
}

.other-service-card:hover,
.other-service-card:focus-visible {
  background: var(--stone-100);
}

.other-service-card:hover img,
.other-service-card:focus-visible img {
  transform: scale(1.035);
}

@media (max-width: 820px) {
  .residential-service-grid,
  .residential-approach-grid,
  .simple-photo-row,
  .other-service-grid {
    grid-template-columns: 1fr;
  }

  .residential-service-main-photo img,
  .simple-photo-row img {
    aspect-ratio: 16 / 11;
  }

  .approach-related {
    display: grid;
    grid-column: auto;
    white-space: normal;
  }
}

/* Refined Google reviews band */
.home-testimonials {
  padding-top: clamp(54px, 6vw, 88px) !important;
  padding-bottom: clamp(58px, 6vw, 92px) !important;
  border-top: 1px solid rgba(4, 47, 42, 0.08);
  border-bottom: 1px solid rgba(4, 47, 42, 0.08);
  background:
    linear-gradient(180deg, var(--green-25) 0%, var(--white) 58%, var(--stone-50) 100%) !important;
}

.home-reviews-intro {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-reviews-intro h2 {
  margin: 0;
  color: var(--green-950);
  font-family: var(--display-font);
  font-size: clamp(2.15rem, 3.7vw, 3.65rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
}

.home-reviews-intro p {
  max-width: 520px;
  margin: 0;
  color: rgba(23, 33, 31, 0.66);
  font-size: 0.98rem;
  line-height: 1.68;
}

.home-reviews-shell {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.home-reviews-scorecard,
.home-review-card {
  border: 1px solid rgba(4, 47, 42, 0.12);
  border-radius: 2px;
}

.home-reviews-scorecard {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 28px;
  background: var(--green-950);
  color: var(--white);
}

.home-reviews-google {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--header-font);
  font-size: 0.94rem;
  font-weight: 800;
}

.home-reviews-scorecard strong {
  font-family: var(--display-font);
  font-size: clamp(3.3rem, 6vw, 5.25rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

.home-reviews-scorecard > span:not(.home-reviews-google) {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--header-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-reviews-stars {
  color: var(--bronze);
  font-family: var(--header-font);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.home-reviews-scorecard .home-reviews-stars {
  margin-top: 18px;
  color: #e1a07b;
}

.home-reviews-scorecard p {
  max-width: 190px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.58;
}

.home-reviews-scorecard .text-link {
  align-self: end;
  margin-top: 34px;
  color: var(--white);
}

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

.home-review-card {
  display: grid;
  align-content: space-between;
  gap: 24px;
  min-height: 280px;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(18, 32, 29, 0.07);
}

.home-review-card p {
  margin: 0;
  color: rgba(23, 33, 31, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
}

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

.home-review-author > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-950);
  color: var(--white);
  font-family: var(--header-font);
  font-size: 0.88rem;
  font-weight: 800;
}

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

.home-review-author strong {
  color: var(--green-950);
  font-family: var(--header-font);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-review-author small {
  margin-top: 3px;
  color: rgba(23, 33, 31, 0.58);
  font-size: 0.84rem;
  line-height: 1.35;
}

@media (max-width: 1050px) {
  .home-reviews-shell {
    grid-template-columns: 240px minmax(0, 1fr);
  }

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

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

@media (max-width: 760px) {
  .home-reviews-intro {
    justify-items: start;
    text-align: left;
  }

  .home-reviews-shell,
  .home-review-cards {
    grid-template-columns: 1fr;
  }

  .home-reviews-scorecard,
  .home-review-card {
    min-height: 0;
  }
}

/* Traditional premium typography pass */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--body-font);
  line-height: 1.6;
}

h1,
h2,
h3,
.section-header h2,
.home-build-head h2,
.home-signature-copy h2,
.home-project-proof-copy h2,
.footer-brand-block h2,
.footer-focus-card strong,
.footer-consult-card strong {
  font-family: var(--display-font) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

h1,
.hero h1,
.home-page .hero h1,
.hero.compact h1 {
  font-weight: 600 !important;
  line-height: 1.02 !important;
}

h2,
.section-header h2,
.home-build-head h2,
.home-reviews-intro h2 {
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
}

h3 {
  font-size: 1.72rem !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

p,
li,
.section-copy,
.home-build-head p,
.home-build-card p,
.home-signature-copy p,
.home-project-proof-copy p,
.footer-brand-block p,
.footer-focus-card p,
.footer-col p,
.footer-contact p {
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: 0;
}

.eyebrow,
.hero .eyebrow,
.home-page .hero .eyebrow,
.footer-brand-lockup .eyebrow,
.footer-focus-card span,
.footer-col h4,
.footer-contact h4,
.home-reviews-intro .eyebrow {
  font-family: var(--header-font) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.2 !important;
}

.header-top,
.header-note span,
.header-note strong,
.nav-link,
.mega-column h4,
.mega-column a,
.mega-column a strong,
.mega-feature p,
.header-phone span,
.header-phone strong,
.btn,
.site-header .btn-primary,
.footer-main .btn-primary,
.home-review-author strong,
.home-review-author small,
.home-reviews-scorecard > span:not(.home-reviews-google),
.home-reviews-stars,
.footer-phone-link {
  font-family: var(--header-font) !important;
}

.header-top {
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.11em !important;
}

.nav-link {
  min-height: 40px;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.055em !important;
  text-shadow: none !important;
}

.mega-column h4 {
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.075em !important;
}

.mega-column a,
.mega-column a strong {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.btn,
.site-header .btn-primary,
.footer-main .btn-primary {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.075em !important;
}

.site-header .btn-primary {
  font-size: 0.64rem !important;
}

.hero p,
.hero.compact p,
.home-page .hero p {
  font-family: var(--body-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.home-page .hero p .hero-intro-main {
  font-weight: 700 !important;
}

.hero-trust,
.home-page .hero-trust {
  font-family: var(--header-font);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.home-reviews-scorecard strong {
  font-family: var(--display-font) !important;
  font-weight: 500 !important;
}

.home-review-card p {
  font-family: var(--body-font);
  font-size: 0.96rem;
  line-height: 1.62;
}

.home-review-author strong {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
}

.home-review-author small {
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.footer-col h4,
.footer-contact h4,
.footer-focus-card span,
.footer-brand-lockup .eyebrow {
  letter-spacing: 0.075em !important;
}

@media (max-width: 760px) {
  h2,
  .section-header h2,
  .home-build-head h2,
  .home-reviews-intro h2 {
    font-size: 2.2rem !important;
  }

  h3 {
    font-size: 1.42rem !important;
  }

  .nav-link,
  .btn,
  .site-header .btn-primary {
    letter-spacing: 0.055em !important;
  }
}

/* Centered service tiles polish */
.home-build-section {
  padding-top: 58px !important;
  padding-bottom: 62px !important;
}

.home-build-head {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  gap: 12px !important;
  max-width: 760px !important;
  margin: 0 auto 30px !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  text-align: center !important;
}

.home-build-head > div:last-child {
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
}

.home-build-head h2 {
  margin-bottom: 0 !important;
  font-size: clamp(2.25rem, 3vw, 3.25rem) !important;
}

.home-build-head p {
  max-width: 590px !important;
  margin: 0 auto !important;
  color: rgba(23, 33, 31, 0.68) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.home-build-head .text-link {
  margin-top: 2px !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.075em !important;
}

.home-build-grid {
  gap: 18px !important;
}

.home-build-card,
.home-build-card.is-featured,
.home-build-card:not(.is-featured) {
  min-height: 390px !important;
  outline: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-build-card:hover,
.home-build-card:focus-within {
  border-color: rgba(225, 160, 123, 0.7) !important;
  box-shadow: 0 22px 46px rgba(4, 47, 42, 0.2) !important;
  transform: translateY(-3px);
}

.home-build-card::after {
  background:
    linear-gradient(180deg, rgba(2, 18, 16, 0.04) 0%, rgba(2, 18, 16, 0.22) 40%, rgba(2, 18, 16, 0.86) 100%),
    linear-gradient(90deg, rgba(4, 47, 42, 0.34), rgba(4, 47, 42, 0.08) 52%, rgba(4, 47, 42, 0.36)) !important;
}

.home-build-card:hover img,
.home-build-card:focus-within img {
  filter: saturate(1.08) contrast(1.05) brightness(0.96) !important;
  transform: scale(1.035);
}

.home-build-card img {
  transition: transform 220ms ease, filter 220ms ease;
}

.home-build-card-body,
.home-build-card.is-featured .home-build-card-body,
.home-build-card:not(.is-featured) .home-build-card-body {
  gap: 11px !important;
  justify-items: center !important;
  padding: 24px !important;
  text-align: center !important;
}

.home-build-card h3,
.home-build-card.is-featured h3,
.home-build-card:not(.is-featured) h3 {
  font-size: clamp(1.26rem, 1.45vw, 1.56rem) !important;
}

.home-build-card strong {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  gap: 9px !important;
  margin-top: 4px !important;
  padding: 10px 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-bottom-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.11) !important;
  color: var(--white) !important;
  font-family: var(--header-font) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.home-build-card strong::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.home-build-card:hover strong,
.home-build-card:focus-within strong {
  border-color: rgba(225, 160, 123, 0.72) !important;
  background: rgba(225, 160, 123, 0.18) !important;
}

@media (max-width: 1080px) {
  .home-build-head {
    max-width: 680px !important;
  }
}

/* Individual service links inside homepage service cards */
.home-build-card ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: 46px !important;
  gap: 8px !important;
  width: min(100%, 240px) !important;
  justify-self: center !important;
  margin: 8px auto 0 !important;
}

.home-build-card li {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.home-service-link {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-family: var(--header-font);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-service-link:hover,
.home-service-link:focus-visible {
  border-color: rgba(225, 160, 123, 0.78);
  background: rgba(225, 160, 123, 0.22);
  color: var(--white);
  transform: translateY(-1px);
}

.home-service-link:focus-visible {
  outline: 2px solid rgba(225, 160, 123, 0.88);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .home-build-section {
    padding-top: 44px !important;
    padding-bottom: 46px !important;
  }

  .home-build-head {
    justify-items: start !important;
    text-align: left !important;
  }

  .home-build-head > div:last-child {
    justify-items: start !important;
  }

  .home-build-card,
  .home-build-card.is-featured,
  .home-build-card:not(.is-featured) {
    min-height: 350px !important;
  }
}

/* Project photo edit pass */
.home-minimal-work-grid img {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Projects page refinement */
.projects-showcase-section {
  padding-top: 74px;
  background:
    linear-gradient(180deg, var(--stone-50), var(--white) 42%, var(--stone-50));
}

.projects-page-head {
  display: grid;
  max-width: 850px;
  gap: 12px;
  margin-bottom: 30px;
}

.projects-page-head.is-narrow {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  justify-items: center;
}

.projects-page-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.03;
}

.projects-page-head p {
  max-width: 680px;
  margin: 0;
  color: rgba(23, 33, 31, 0.68);
  font-size: 0.98rem;
  line-height: 1.65;
}

.projects-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.62fr);
  gap: 0;
  margin-bottom: 18px;
  border: 1px solid rgba(4, 47, 42, 0.13);
  background: var(--white);
}

.projects-feature figure {
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  background: var(--green-950);
}

.projects-feature img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.projects-feature-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 4vw, 48px);
}

.projects-feature-copy h3 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.75rem, 2.55vw, 2.75rem);
  line-height: 1.05;
}

.projects-feature-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.projects-showcase-section .projects-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.projects-showcase-section .project-proof-card {
  box-shadow: none;
}

.projects-showcase-section .project-proof-card img {
  aspect-ratio: 16 / 10;
  height: auto;
}

.projects-service-direction {
  padding-top: 72px;
  background: var(--white);
}

.projects-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.projects-service-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.12);
  background: var(--stone-50);
  color: var(--green-950);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.projects-service-card:hover,
.projects-service-card:focus-visible {
  border-color: rgba(143, 67, 45, 0.42);
  box-shadow: 0 14px 34px rgba(13, 25, 22, 0.08);
  transform: translateY(-2px);
}

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

.projects-service-card span {
  display: block;
  padding: 15px 16px 0;
  color: var(--green-950);
  font-family: var(--heading-font);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.15;
}

.projects-service-card p {
  margin: 0;
  padding: 8px 16px 17px;
  color: rgba(23, 33, 31, 0.67);
  font-size: 0.84rem;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .projects-feature,
  .projects-showcase-section .projects-grid,
  .projects-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .projects-showcase-section,
  .projects-service-direction {
    padding-top: 48px;
  }

  .projects-page-head,
  .projects-page-head.is-narrow {
    text-align: left;
    justify-items: start;
  }

  .projects-feature figure,
  .projects-feature img {
    min-height: 285px;
  }

  .projects-feature-copy {
    padding: 22px;
  }

  .projects-showcase-section .projects-grid,
  .projects-service-grid {
    grid-template-columns: 1fr;
  }
}

/* Mixed project and service gallery */
.mixed-gallery-section {
  padding-top: 70px;
  background: var(--stone-50);
}

.mixed-gallery-head {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  text-align: center;
  justify-items: center;
}

.mixed-gallery-head h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
}

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

.mixed-gallery-card {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(4, 47, 42, 0.13);
  background: var(--green-950);
}

.mixed-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.mixed-gallery-card:hover img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.025);
}

.mixed-gallery-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(4, 47, 42, 0), rgba(4, 47, 42, 0.88) 58%, rgba(4, 47, 42, 0.96));
  color: var(--white);
  font-family: var(--header-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .mixed-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .mixed-gallery-section {
    padding-top: 46px;
  }

  .mixed-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mixed-gallery-card img {
    aspect-ratio: 4 / 3;
  }

  .mixed-gallery-card figcaption {
    padding: 10px;
    font-size: 0.62rem;
    letter-spacing: 0.065em;
  }
}
