:root {
  color-scheme: dark;
  --bg: #07110f;
  --panel: #0c1b18;
  --panel-2: #102520;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --text: #f5f8f4;
  --muted: #b6c4be;
  --green: #77bd28;
  --green-2: #a9dd55;
  --blue: #2477d4;
  --blue-2: #56a4ff;
  --warn: #e6c36f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(119, 189, 40, 0.12), transparent 34rem),
    linear-gradient(180deg, #06100f 0%, #07110f 58%, #0a1512 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  background: var(--green);
  color: #07110f;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 12, 11, 0.93);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-transform: uppercase;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 70% 10% 70% 10%;
  background: linear-gradient(135deg, var(--green-2), var(--green));
  transform: rotate(-22deg);
  box-shadow: inset -8px -8px 0 rgba(0, 0, 0, 0.12);
}

.brand strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--green-2);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a,
.header-cta,
.nav-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-nav a {
  padding: 0 0.75rem;
  color: #e9f1ed;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.06);
}

.header-cta {
  padding: 0 1rem;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(36, 119, 212, 0.25);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: #fff;
  padding: 0 0.95rem;
}

.hero,
.page-hero,
.section,
.split-section,
.commercial-band,
.gallery-section,
.faq-section,
.estimate-section,
.compact-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem 3vw;
}

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: end;
  overflow: hidden;
  max-width: none;
  padding: 0;
}

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

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 10, 0.93) 0%, rgba(4, 12, 10, 0.72) 34%, rgba(4, 12, 10, 0.1) 76%),
    linear-gradient(0deg, rgba(4, 12, 10, 0.9), transparent 46%);
}

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

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: clamp(3rem, 8vw, 8rem) 3vw 5rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--green-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.75rem, 8vw, 5.6rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.1rem);
}

h3 {
  font-size: 1.05rem;
}

.hero-copy p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.commercial-band p,
.split-section p,
.scope-card li,
.quote-card li,
.mini-card span,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.button.primary {
  background: var(--green);
  color: #06100f;
  box-shadow: 0 16px 32px rgba(119, 189, 40, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-strong);
  color: #fff;
}

.text-link {
  color: var(--green-2);
  font-weight: 900;
  text-transform: uppercase;
}

.area-strip {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  overflow-x: auto;
  max-width: none;
  padding: 1rem 3vw;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
}

.area-strip strong {
  color: #fff;
  text-transform: uppercase;
}

.area-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 0.8rem;
  color: var(--muted);
  font-weight: 800;
}

.area-strip span::before,
.check-list li::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 0.48rem;
  border-radius: 50%;
  background: var(--green);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.inline-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

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

.service-card,
.scope-card,
.quote-card,
.mini-card,
.faq-list details,
.estimate-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.service-card {
  min-height: 210px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-card:hover,
.mini-card:hover {
  border-color: rgba(169, 221, 85, 0.55);
  background: rgba(119, 189, 40, 0.08);
}

.service-card span {
  color: var(--green-2);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.steps div {
  min-height: 180px;
  padding: 1rem;
  border-top: 1px solid var(--line-strong);
}

.steps strong {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #1a2c28;
  color: var(--green-2);
}

.quote-card {
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.check-list,
.x-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.check-list li,
.x-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0.7rem 0;
}

.x-list li::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 0.48rem;
  margin-top: 0.46rem;
  background: var(--warn);
  border-radius: 2px;
}

.commercial-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.commercial-band img,
.page-hero img,
.gallery-grid img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.commercial-band img {
  aspect-ratio: 16 / 9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  aspect-ratio: 4 / 3;
}

.gallery-grid figcaption {
  padding-top: 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.gallery-grid figcaption strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  padding: 0.9rem 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  margin-bottom: 0;
}

.estimate-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 2rem;
  align-items: start;
}

.estimate-form {
  padding: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  padding: 0.7rem 0.78rem;
}

input[type="file"] {
  min-height: 86px;
  border-style: dashed;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.field-note,
.privacy-note,
.form-status {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.form-status:not(:empty) {
  margin-top: 0.85rem;
  color: var(--green-2);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 2rem;
  align-items: center;
  min-height: 520px;
}

.page-hero h1 {
  max-width: 12ch;
}

.page-hero img {
  aspect-ratio: 16 / 10;
}

.scope-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 3vw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.scope-card {
  padding: 1.25rem;
}

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

.mini-card {
  min-height: 150px;
  padding: 1rem;
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.mini-card strong {
  color: #fff;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.28);
  padding: 3rem 3vw 1.5rem;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 1.5rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.site-footer h2 {
  font-size: 0.85rem;
  text-transform: uppercase;
}

.site-footer a {
  color: #fff;
}

.footer-bottom {
  max-width: var(--max);
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.82rem;
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-wrap {
    position: fixed;
    inset: 74px 0 auto 0;
    display: none;
    max-height: calc(100svh - 74px);
    overflow: auto;
    padding: 1rem 3vw 1.5rem;
    border-bottom: 1px solid var(--line);
    background: #06100f;
  }

  body.nav-open .nav-wrap {
    display: grid;
    gap: 1rem;
  }

  .site-nav {
    display: grid;
    gap: 0.45rem;
  }

  .site-nav a,
  .header-cta {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 0 1rem;
    border: 1px solid var(--line);
  }

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

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

  .split-section,
  .commercial-band,
  .faq-section,
  .estimate-section,
  .page-hero,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 66px;
  }

  .brand strong {
    font-size: 1.18rem;
  }

  .brand small {
    font-size: 0.63rem;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .nav-wrap {
    inset: 66px 0 auto 0;
  }

  .hero {
    min-height: calc(100svh - 66px);
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(4, 12, 10, 0.58), rgba(4, 12, 10, 0.92) 54%, rgba(4, 12, 10, 0.97)),
      linear-gradient(90deg, rgba(4, 12, 10, 0.58), transparent);
  }

  .hero-copy {
    align-self: end;
    padding: 45svh 5vw 2.5rem;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero,
  .page-hero,
  .section,
  .split-section,
  .commercial-band,
  .gallery-section,
  .faq-section,
  .estimate-section,
  .compact-section,
  .scope-grid {
    padding: 3.25rem 5vw;
  }

  .service-grid,
  .gallery-grid,
  .mini-grid,
  .steps,
  .scope-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .inline-heading {
    display: grid;
    align-items: start;
  }

  .service-card {
    min-height: 170px;
  }

  .steps div {
    min-height: auto;
  }

  .footer-bottom {
    display: grid;
  }
}

/* Construx component layer */
.site-header {
  display: block;
  min-height: auto;
  padding: 0;
}

.top-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 38px;
  padding: 0 3vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #020706;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.top-contact a {
  color: #fff;
}

.main-bar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 3vw;
}

.hero {
  min-height: calc(100svh - 112px);
}

.hero-copy {
  padding-bottom: 8rem;
}

.hero-copy h1 {
  max-width: 12ch;
}

.hero-quote-panel {
  position: absolute;
  right: 3vw;
  bottom: 3rem;
  z-index: 2;
  width: min(360px, 32vw);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(6, 16, 15, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  padding: 1.1rem;
}

.hero-quote-panel strong {
  display: block;
  color: var(--green-2);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-quote-panel ol {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.hero-quote-panel li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 42px;
  border-top: 1px solid var(--line);
  color: #fff;
  font-weight: 850;
}

.hero-quote-panel li span {
  color: var(--green-2);
}

.hero-quote-panel a {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.stats-strip {
  max-width: var(--max);
  margin: -2.5rem auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0d1b18;
  box-shadow: var(--shadow);
}

.stats-strip div {
  padding: 1.1rem 1rem;
  border-right: 1px solid var(--line);
}

.stats-strip div:last-child {
  border-right: 0;
}

.stats-strip strong {
  display: block;
  color: var(--green-2);
  font-size: clamp(1.55rem, 4vw, 2.7rem);
  line-height: 1;
  font-weight: 950;
}

.stats-strip span {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.construx-intro {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 3vw 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 2rem;
  align-items: end;
}

.construx-intro p:last-child {
  color: var(--muted);
  margin: 0;
  border-left: 3px solid var(--green);
  padding-left: 1rem;
}

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

.service-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.2);
  background-size: cover;
  background-position: center;
}

.service-card::before,
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.service-card::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78));
}

.service-card::after {
  inset: auto 0 0 0;
  height: 6px;
  background: var(--green);
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 180ms ease;
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-card-1,
.service-card-2 {
  background-image: url("../img/hero-seasonal-service.png");
}

.service-card-3,
.service-card-4 {
  background-image: url("../img/dump-trailer-hauling.png");
}

.service-card-5,
.service-card-6 {
  background-image: url("../img/cleanup-before-after.png");
}

.service-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.32);
  font-size: 2.4rem;
  font-weight: 950;
  line-height: 1;
}

.service-type {
  color: var(--green-2);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-card h3 {
  margin-top: 0.35rem;
  font-size: 1.35rem;
}

.service-card p {
  max-width: 34ch;
}

.service-card em {
  width: fit-content;
  margin-top: 0.85rem;
  color: #fff;
  border-bottom: 2px solid var(--green);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.process-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(119, 189, 40, 0.08), transparent 48%),
    rgba(255, 255, 255, 0.025);
}

.process-section.split-section {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 2rem;
}

.process-section h2 {
  max-width: 760px;
}

.steps {
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 2.4rem;
  height: 1px;
  background: rgba(169, 221, 85, 0.42);
}

.steps div {
  position: relative;
  border-top: 0;
  background: rgba(0, 0, 0, 0.14);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.testimonial-band {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 3vw;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 2rem;
  align-items: center;
}

.testimonial-band blockquote {
  margin: 0;
  padding: 1.5rem;
  border-left: 5px solid var(--green);
  background: #f5f8f4;
  color: #07110f;
  border-radius: var(--radius);
}

.testimonial-band blockquote p {
  color: #07110f;
  margin-top: 0;
  font-size: clamp(1.15rem, 3vw, 1.8rem);
  font-weight: 850;
  line-height: 1.18;
}

.testimonial-band cite {
  color: #335149;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.commercial-band {
  position: relative;
}

.commercial-band::before {
  content: "Property Managers";
  position: absolute;
  top: 2.4rem;
  right: 3vw;
  color: rgba(255, 255, 255, 0.05);
  font-size: clamp(2rem, 7vw, 5rem);
  font-weight: 950;
  text-transform: uppercase;
  pointer-events: none;
}

.construx-projects {
  border-top: 1px solid var(--line);
}

.gallery-grid figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000;
}

.gallery-grid img {
  transition: transform 220ms ease, opacity 220ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
  opacity: 0.72;
}

.gallery-grid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86) 24%);
  color: #fff;
}

.gallery-grid figcaption span {
  display: block;
  color: var(--green-2);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.construx-quote {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(36, 119, 212, 0.09), transparent),
    rgba(255, 255, 255, 0.025);
}

.quote-aside {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.quote-aside strong {
  grid-column: 1 / -1;
  color: #fff;
  text-transform: uppercase;
}

.quote-aside span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 0 0.75rem;
  color: var(--muted);
  font-weight: 800;
}

.estimate-form {
  border-top: 6px solid var(--green);
  box-shadow: var(--shadow);
}

.service-detail-hero figure {
  margin: 0;
  position: relative;
}

.service-detail-hero figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border-radius: 5px;
  background: rgba(6, 16, 15, 0.82);
  border: 1px solid var(--line);
  padding: 0.75rem 0.9rem;
  color: #fff;
  font-weight: 850;
}

.scope-card {
  border-top: 5px solid var(--green);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1040px) {
  .top-contact {
    flex-wrap: wrap;
    gap: 0.7rem;
    padding-block: 0.55rem;
  }

  .nav-wrap {
    inset: 112px 0 auto 0;
  }

  .process-section.split-section {
    grid-template-columns: 1fr;
  }

  .hero-quote-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -5rem 3vw 3rem;
  }

  .stats-strip,
  .construx-intro,
  .testimonial-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .top-contact {
    display: none;
  }

  .main-bar {
    min-height: 66px;
    padding: 0 4vw;
  }

  .hero {
    min-height: calc(100svh - 66px);
  }

  .hero-copy {
    padding-bottom: 2rem;
  }

  .hero-copy h1 {
    max-width: 10ch;
  }

  .hero-quote-panel {
    margin: 0 5vw 3rem;
  }

  .stats-strip {
    margin: 0;
    border-radius: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-strip div:nth-child(2) {
    border-right: 0;
  }

  .stats-strip div {
    border-bottom: 1px solid var(--line);
  }

  .construx-intro,
  .testimonial-band {
    grid-template-columns: 1fr;
    padding: 3rem 5vw 1rem;
  }

  .testimonial-band {
    padding-bottom: 3rem;
  }

  .service-card {
    min-height: 250px;
  }

  .steps::before,
  .commercial-band::before {
    display: none;
  }

  .gallery-grid figcaption {
    position: static;
    background: #0d1b18;
  }

  .service-detail-hero figcaption {
    position: static;
    border-radius: 0 0 var(--radius) var(--radius);
  }
}
