:root {
  --bg: #0c130d;
  --text: #f6f8f1;
  --muted: #d5ddcb;
  --orange: #f58b1e;
  --green: #7ecb2d;
  --green-deep: #132014;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
}

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

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

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

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(8, 14, 9, 0.88);
  border-bottom: 1px solid var(--line);
}

.site-header__inner,
.brand,
.site-nav,
.hero__actions,
.estimate-actions {
  display: flex;
  align-items: center;
}

.site-header__inner {
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  gap: 0.7rem;
  min-width: 0;
}

.brand__logo {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}

.brand__copy span,
.brand__copy small {
  display: block;
}

.brand__copy span,
.site-nav a,
.header-call,
.hero h1,
.section-heading h2,
.estimate-card h2,
.estimate-copy h2 {
  font-family: "Oswald", sans-serif;
}

.brand__copy span {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.brand__copy small {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: none;
  gap: 1rem;
}

.site-nav a {
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.header-call {
  white-space: nowrap;
  background: linear-gradient(180deg, #ff9f34, var(--orange));
  color: #ffffff;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
  font-size: 1rem;
  line-height: 1;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media {
  background: url("./after.jpg") center/cover no-repeat;
  transform: scale(1.02);
}

.hero__shade {
  background:
    linear-gradient(180deg, rgba(6, 12, 7, 0.3), rgba(6, 12, 7, 0.86)),
    linear-gradient(90deg, rgba(8, 14, 9, 0.95) 0%, rgba(8, 14, 9, 0.62) 48%, rgba(8, 14, 9, 0.24) 100%);
}

.hero__inner {
  position: relative;
  min-height: 82svh;
  padding: 3rem 0 4rem;
  display: flex;
  align-items: center;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  padding: 1.5rem 1.4rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.4rem;
  background: rgba(7, 12, 8, 0.54);
  backdrop-filter: blur(4px);
  box-shadow: var(--shadow);
}

.hero__logo {
  width: clamp(6rem, 22vw, 9rem);
  margin-bottom: 1rem;
}

.hero__eyebrow,
.section-heading__eyebrow,
.estimate-card__eyebrow {
  margin: 0 0 0.65rem;
  color: #bfef95;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 12vw, 5.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--green);
}

.hero__service-line {
  margin: 0.85rem 0 0;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__subtext {
  margin: 0.85rem 0 0;
  max-width: 32rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero__trust-line {
  margin: 0.9rem 0 0;
  color: #bfef95;
  font-size: 0.98rem;
  font-weight: 700;
}

.hero__actions,
.estimate-actions {
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 9rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.15rem;
  border: 0;
  border-radius: 0.9rem;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.button--primary {
  background: linear-gradient(180deg, #ff9d2f, var(--orange));
  color: #ffffff;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.button--full {
  width: 100%;
}

.section {
  padding: 4rem 0;
}

.services,
.final-cta {
  background: linear-gradient(180deg, rgba(17, 26, 19, 0.95), rgba(11, 18, 13, 1));
}

.results,
.gallery,
.about-trust {
  background: #0f1811;
}

.service-area-support {
  background: linear-gradient(180deg, #101912, #0c130d);
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-heading h2,
.estimate-copy h2,
.estimate-card h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 6.5vw, 3.5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.services-grid,
.before-after,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

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

.service-card,
.result-card,
.gallery-grid img,
.map-card,
.estimate-card {
  border-radius: 1.3rem;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.service-card {
  padding: 0 0 1.2rem;
  text-align: center;
  background: #f6f8f1;
  color: #142115;
}

.service-card__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card__icon {
  width: 3.4rem;
  height: 3.4rem;
  margin: -1.6rem auto 0.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #8ed63c, #5ea61d);
  border: 4px solid #f6f8f1;
  position: relative;
  z-index: 1;
}

.service-card__icon svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: none;
  stroke: #f7f8f1;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card strong,
.service-card span {
  display: block;
}

.service-card strong {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 0 0.8rem;
}

.service-card span {
  margin-top: 0.45rem;
  color: #3b483c;
  font-size: 0.92rem;
  line-height: 1.45;
  padding: 0 0.8rem;
}

.before-after {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.result-card,
.gallery-grid img,
.map-card {
  background: #111;
}

.result-card img,
.gallery-grid img,
.map-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.result-card figcaption {
  padding: 1.05rem 1rem 1.15rem;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.about-trust__card {
  max-width: 44rem;
}

.about-trust__card p:not(.section-heading__eyebrow) {
  margin: 1rem 0 0;
  max-width: 36rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.estimate-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.estimate-copy p:not(.section-heading__eyebrow) {
  margin: 1rem 0 0;
  max-width: 32rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.estimate-map {
  margin-top: 1.5rem;
  max-width: 25rem;
}

.estimate-map__label {
  margin: 0 0 0.75rem;
  color: #bfef95;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 800;
}

.estimate-map .map-card img {
  aspect-ratio: 16 / 9;
  max-height: 15rem;
  object-fit: contain;
  background: #0f1811;
}

.estimate-card {
  background: rgba(10, 17, 11, 0.88);
  padding: 1.35rem;
}

.estimate-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.estimate-form label {
  display: grid;
  gap: 0.35rem;
}

.estimate-form label span {
  font-size: 0.92rem;
  font-weight: 700;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  padding: 0.9rem 1rem;
}

.estimate-form option {
  color: #111;
}

.estimate-form textarea {
  resize: vertical;
}

.estimate-form__status {
  min-height: 1.35rem;
  margin: 0;
  color: #bfef95;
  font-size: 0.92rem;
}

.site-footer {
  background: #090f0a;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  padding: 1.8rem 0 2.5rem;
  justify-items: start;
}

.site-footer__credit {
  margin: 0;
  display: grid;
  gap: 0.15rem;
  text-align: left;
  color: rgba(213, 221, 203, 0.68);
  font-size: 0.82rem;
  line-height: 1.35;
}

.trust-strip {
  padding: 1rem 0 1.2rem;
  background: #101912;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #f6f8f1;
  font-size: 0.92rem;
  font-weight: 700;
}

.trust-pill::before {
  content: "✔";
  color: #bfef95;
}

.final-cta__content {
  max-width: 44rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(18, 29, 19, 0.95), rgba(13, 21, 14, 0.95)),
    linear-gradient(90deg, rgba(245, 139, 30, 0.12), transparent);
  box-shadow: var(--shadow);
}

.final-cta__content p:not(.section-heading__eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.final-cta__phone {
  margin: 1rem 0 0;
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.04em;
}

.service-area-support__layout {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}

.service-area-support__copy p:not(.section-heading__eyebrow) {
  margin: 1rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.service-area-support__list {
  margin: 1rem 0 1.25rem;
  padding: 0;
  list-style: none;
  color: var(--text);
  display: grid;
  gap: 0.55rem;
}

.service-area-support__list li::before {
  content: "\2022";
  color: var(--green);
  margin-right: 0.6rem;
}

.service-area-support__map {
  display: block;
  border-radius: 1.4rem;
}

.service-area-support__map img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #111;
}

@media (min-width: 760px) {
  .site-nav {
    display: flex;
  }

  .hero__inner {
    min-height: 88svh;
    padding: 4.5rem 0;
  }

  .hero__content {
    padding: 2rem 2rem 2.2rem;
  }

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

  .before-after,
  .estimate-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .before-after {
    gap: 1.5rem;
  }

  .result-card img {
    aspect-ratio: 16 / 11;
  }

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

  .service-area-support__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1.5rem;
  }
}
