:root {
  --ink: #111820;
  --muted: #52636d;
  --paper: #f8fcfe;
  --panel: #ffffff;
  --teal: #0f6f9b;
  --teal-dark: #102a3a;
  --blue: #26aee8;
  --yellow: #f7c843;
  --line: #d6e9f2;
  --stone: #eef8fc;
  --shadow: 0 18px 50px rgba(17, 24, 32, 0.12);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(214, 233, 242, 0.9);
  background: rgba(248, 252, 254, 0.92);
  backdrop-filter: blur(16px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.8rem;
  line-height: 1.1;
}

.brand strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
}

.site-nav {
  display: none;
}

.header-cta {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  background: var(--blue);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0 0.75rem;
  white-space: nowrap;
}

@media (max-width: 30rem) {
  .site-header {
    padding-inline: 0.75rem;
  }

  .brand {
    gap: 0.5rem;
  }

  .brand-mark {
    width: 2.15rem;
    height: 2.15rem;
  }

  .header-cta {
    min-height: 2.25rem;
    padding-inline: 0.65rem;
    font-size: 0.74rem;
  }
}

.hero {
  position: relative;
  display: flex;
  min-height: min(40rem, calc(78svh - 4rem));
  align-items: center;
  padding: 2rem 1rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 33, 50, 0.9) 0%, rgba(9, 48, 74, 0.68) 42%, rgba(9, 48, 74, 0.18) 100%),
    linear-gradient(0deg, rgba(9, 33, 50, 0.66) 0%, rgba(9, 48, 74, 0) 45%),
    url("assets/bright-driveway-hero.jpg") center / cover no-repeat;
  color: #fff;
}

@supports (background-image: image-set(url("assets/bright-driveway-hero.webp") type("image/webp"))) {
  .hero {
    background:
      linear-gradient(90deg, rgba(9, 33, 50, 0.9) 0%, rgba(9, 48, 74, 0.68) 42%, rgba(9, 48, 74, 0.18) 100%),
      linear-gradient(0deg, rgba(9, 33, 50, 0.66) 0%, rgba(9, 48, 74, 0) 45%),
      image-set(
        url("assets/bright-driveway-hero.webp") type("image/webp"),
        url("assets/bright-driveway-hero.jpg") type("image/jpeg")
      ) center / cover no-repeat;
  }
}

.hero-copy {
  display: grid;
  gap: 0.85rem;
  width: min(100%, 42rem);
  position: relative;
  z-index: 1;
}

.hero .eyebrow {
  color: #bceaf0;
}

.eyebrow {
  margin: 0;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(2.8rem, 13vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-service {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(1.65rem, 7.5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.hero-lede {
  max-width: 34rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.55;
}

.local-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.45rem, 11vw, 5rem);
}

.local-hero .hero-service {
  max-width: 15ch;
  font-size: clamp(1.45rem, 6.5vw, 3.3rem);
}

@media (max-width: 42rem) {
  .hero {
    min-height: auto;
    padding: 1.25rem 1rem 1.45rem;
  }

  .hero-copy {
    gap: 0.62rem;
  }

  .hero:not(.local-hero) h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 9.6vw, 2.9rem);
    line-height: 1;
  }

  .hero:not(.local-hero) .hero-service {
    max-width: 14ch;
    font-size: clamp(1.35rem, 6.1vw, 1.72rem);
    line-height: 1.08;
  }

  .hero:not(.local-hero) .hero-lede {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .local-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 9.6vw, 2.9rem);
    line-height: 1;
  }

  .local-hero .hero-service {
    max-width: 14ch;
    font-size: clamp(1.35rem, 6.1vw, 1.72rem);
    line-height: 1.08;
  }

  .local-hero .hero-lede {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .local-hero .hero-actions {
    gap: 0.55rem;
    margin-top: 0.15rem;
  }

  .local-hero .button {
    min-height: 3.2rem;
  }

  .local-intro {
    padding-top: 2.35rem;
    padding-bottom: 2.35rem;
  }

  .local-intro .section-heading h2 {
    font-size: clamp(1.45rem, 6.4vw, 1.75rem);
    line-height: 1.08;
  }

  .content-section .content-grid > div:first-child {
    text-align: center;
  }

  .content-section .content-grid h2 {
    max-width: none;
  }
}

.home-cleaning-hero {
  background:
    linear-gradient(90deg, rgba(9, 33, 50, 0.88) 0%, rgba(9, 48, 74, 0.68) 44%, rgba(9, 48, 74, 0.1) 100%),
    linear-gradient(0deg, rgba(9, 33, 50, 0.56) 0%, rgba(9, 48, 74, 0) 45%),
    url("assets/home-cleaning-hero.svg") center / cover no-repeat;
}

.service-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.home-cleaning-page .quote {
  background: #0b3550;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: 37rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #effcff;
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-actions,
.button {
  display: flex;
}

.hero-actions {
  flex-direction: column;
  gap: 0.65rem;
}

.button {
  min-height: 3.15rem;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  border: 0;
  border-radius: 0.45rem;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}

.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(38, 174, 232, 0.26);
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--teal-dark);
}

.call-button svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.whatsapp-button {
  border: 1px solid rgba(30, 170, 88, 0.2);
  background: #24d366;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(36, 211, 102, 0.18);
}

.whatsapp-button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
  stroke: none;
}

.section,
.owner-intro,
.comparison,
.reviews,
.quote {
  padding: 3.5rem 1rem;
}

.owner-intro {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  justify-items: center;
  background: var(--paper);
  text-align: center;
}

.owner-avatar-wrap {
  width: min(16rem, 70vw);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.owner-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card picture,
.before picture,
.after picture,
.mini-before-after picture,
.owner-avatar-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.owner-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 42rem;
}

.owner-copy p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.owner-team {
  display: grid;
  gap: 0.8rem;
  width: 100%;
}

.owner-profile {
  display: grid;
  gap: 1rem;
  justify-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--panel);
  box-shadow: 0 12px 32px rgba(16, 42, 58, 0.08);
}

.owner-profile .owner-avatar-wrap {
  width: min(11rem, 52vw);
}

.owner-profile-copy {
  display: grid;
  gap: 0.35rem;
}

.owner-profile-copy h3,
.owner-profile-copy p {
  margin: 0;
}

.owner-role {
  color: var(--teal-dark);
  font-weight: 900;
}

.owner-profile-copy p:not(.owner-role) {
  color: var(--muted);
  line-height: 1.5;
}

.section-heading {
  display: grid;
  gap: 0.55rem;
  max-width: 42rem;
  margin-inline: auto;
  margin-bottom: 1.25rem;
  text-align: center;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.85rem, 8vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
  line-height: 1.15;
}

.service-grid {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  background: var(--panel);
  box-shadow: 0 12px 32px rgba(16, 42, 58, 0.07);
}

.service-card picture {
  aspect-ratio: 16 / 10;
  min-width: 0;
}

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

.service-card-copy {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: 1rem;
}

.service-card h3,
.service-card p,
.service-kicker {
  min-width: 0;
  overflow-wrap: anywhere;
}

.service-kicker {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading p,
.service-card p,
.comparison-copy p,
.quote p,
.content-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.content-section {
  background: var(--panel);
}

.content-grid {
  display: grid;
  gap: 1rem;
  max-width: 70rem;
  margin-inline: auto;
}

.content-grid > div:first-child {
  display: grid;
  gap: 0.65rem;
}

.content-grid h2 {
  max-width: 12ch;
}

.local-list-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: linear-gradient(180deg, #ffffff 0%, #f1fbff 100%);
  box-shadow: 0 12px 32px rgba(16, 42, 58, 0.08);
}

.local-list-card h3 {
  margin: 0;
  color: var(--teal-dark);
}

.local-list-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.45;
}

.local-area-grid {
  display: grid;
  gap: 0.65rem;
  max-width: 52rem;
  margin: 1.25rem auto 0;
}

.local-area-grid span {
  display: grid;
  min-height: 3rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  background: var(--panel);
  color: var(--teal-dark);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(16, 42, 58, 0.06);
}

.faq-section {
  background: #eaf7fc;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 52rem;
  margin-inline: auto;
}

.faq-list details {
  border: 1px solid rgba(16, 42, 58, 0.12);
  border-radius: 0.55rem;
  background: var(--panel);
  box-shadow: 0 10px 24px rgba(16, 42, 58, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 1rem;
  color: var(--teal-dark);
  font-weight: 850;
}

.faq-list p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  line-height: 1.55;
}

.process-strip {
  display: grid;
  gap: 0.85rem;
  margin-top: 2.2rem;
}

.process-intro {
  display: grid;
  gap: 0.35rem;
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.process-intro .eyebrow {
  margin-bottom: 0;
}

.process-intro h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 7.5vw, 2.8rem);
  line-height: 1.05;
}

.process-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.process-steps {
  position: relative;
  display: grid;
  gap: 0.75rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f1fbff 100%);
  box-shadow: 0 16px 38px rgba(16, 42, 58, 0.06);
}

.process-steps div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  align-items: start;
  padding: 0.85rem;
  border: 1px solid rgba(15, 111, 155, 0.13);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.process-steps span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(38, 174, 232, 0.22);
}

.process-steps span svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.process-steps .symbol {
  font-size: 1rem;
}

.process-steps h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.comparison {
  display: grid;
  gap: 1.35rem;
  background: #eaf7fc;
}

.comparison-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 16rem;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 58, 0.1);
  border-radius: 0.65rem;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.before,
.after {
  position: relative;
  min-height: 16rem;
  margin: 0;
  overflow: hidden;
}

.before img,
.after img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.before span,
.after span {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
}

.result-gallery {
  display: grid;
  gap: 0.8rem;
}

.result-card {
  display: grid;
  gap: 0.65rem;
}

.result-card h3 {
  margin: 0;
  color: var(--teal-dark);
}

.mini-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 12rem;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 58, 0.1);
  border-radius: 0.55rem;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(16, 42, 58, 0.09);
}

.mini-before-after figure {
  position: relative;
  min-height: 12rem;
  margin: 0;
  overflow: hidden;
}

.mini-before-after img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
}

.mini-before-after span {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  padding: 0.35rem 0.5rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
}

.reviews {
  background: var(--paper);
}

.reviews .section-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.review-grid {
  display: grid;
  gap: 0.8rem;
}

.review-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  background: var(--panel);
  box-shadow: 0 12px 32px rgba(16, 42, 58, 0.08);
}

.review-topline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-topline > div {
  display: grid;
  gap: 0.18rem;
  width: 100%;
  text-align: center;
}

.review-card h3 {
  margin: 0;
  font-size: 1rem;
}

.review-topline p,
.review-text {
  margin: 0;
  color: var(--muted);
}

.review-topline p {
  font-size: 0.86rem;
}

.stars {
  color: var(--yellow);
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(112, 84, 0, 0.22);
}

.reviews .stars {
  text-align: center;
}

.review-text {
  line-height: 1.55;
  text-align: center;
}

.area-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 2.9rem;
  align-items: center;
  gap: 0.45rem;
  justify-content: center;
  justify-self: center;
  padding: 0 1.1rem;
  border-radius: 0.45rem;
  background: var(--blue);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(38, 174, 232, 0.24);
}

.area-cta svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.process-cta {
  justify-self: center;
  margin-top: 0;
}

.process-steps .process-actions {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.1rem;
}

.process-actions p {
  flex-basis: 100%;
  margin: 0 0 0.15rem;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.process-actions a {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  gap: 0.45rem;
  justify-content: center;
  padding: 0 1.1rem;
  border-radius: 0.45rem;
  font-weight: 850;
}

.quote {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  background: #0b3550;
  color: #fff;
  text-align: center;
}

.quote .eyebrow {
  color: var(--yellow);
}

.quote p {
  color: #d7e9f1;
}

.quote-form {
  display: grid;
  gap: 0.8rem;
  width: 100%;
  max-width: 32rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.07);
  text-align: left;
}

label {
  display: grid;
  gap: 0.35rem;
  color: #e7f0ef;
  font-size: 0.88rem;
  font-weight: 750;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  padding: 0.85rem;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(247, 200, 67, 0.7);
  outline-offset: 3px;
}

.site-footer {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  padding: 2.15rem 1rem 1.1rem;
  background: #071d2a;
  color: #d8eaf2;
  font-size: 0.9rem;
  text-align: center;
}

.footer-main {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
}

.footer-brand {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
}

.footer-logo {
  width: fit-content;
  color: #fff;
}

.footer-brand p,
.footer-group p,
.footer-bottom p {
  margin: 0;
  color: #bfd5df;
  line-height: 1.5;
}

.footer-group {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
}

.footer-group h2 {
  margin: 0 0 0.2rem;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.2;
}

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

.site-footer a,
.footer-group a {
  color: #9de6ff;
}

.footer-button {
  display: inline-flex;
  width: fit-content;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.45rem;
  justify-content: center;
  margin-top: 0.25rem;
  padding: 0 0.9rem;
  border-radius: 0.45rem;
  background: var(--blue);
  color: #fff !important;
  font-weight: 850;
}

.footer-button.whatsapp-button {
  border-color: rgba(36, 211, 102, 0.32);
  background: #24d366;
  box-shadow: 0 14px 32px rgba(36, 211, 102, 0.2);
}

.footer-bottom {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(216, 234, 242, 0.18);
  text-align: center;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.95rem;
}

.footer-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-contacts svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (min-width: 42rem) {
  .site-header,
  .hero,
  .section,
  .owner-intro,
  .comparison,
  .reviews,
  .quote,
  .site-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-actions {
    flex-direction: row;
  }

  .button {
    width: auto;
    padding-inline: 1.15rem;
  }

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

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

  .process-steps::before {
    position: absolute;
    top: 1.4rem;
    right: 8%;
    left: 8%;
    height: 1px;
    background: rgba(15, 111, 155, 0.18);
    content: "";
  }

  .process-steps div {
    justify-items: center;
    align-content: start;
    min-height: 8rem;
    padding: 0.8rem;
  }

  .process-steps span {
    position: relative;
    z-index: 1;
  }

  .process-steps .process-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin: 0.15rem 0 0;
    padding: 0.8rem 0 0.15rem;
    border-top: 1px solid rgba(15, 111, 155, 0.12);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .process-actions p {
    flex: 0 1 auto;
    margin: 0 0.25rem 0 0;
    font-size: 1rem;
    text-align: right;
  }

  .process-actions a {
    min-width: 8.5rem;
  }

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

  .review-text {
    text-align: left;
  }
}

@media (min-width: 60rem) {
  .site-header {
    padding: 1rem 2rem;
  }

  .site-header-inner {
    display: grid;
    max-width: 76rem;
    margin-inline: auto;
    grid-template-columns: 1fr auto 1fr;
  }

  .header-cta {
    justify-self: end;
  }

  .site-nav {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 750;
  }

  .site-nav a:hover {
    color: var(--teal);
  }

  .hero {
    min-height: min(44rem, calc(82svh - 4.6rem));
    padding: 3rem 2rem;
  }

  .section,
  .owner-intro,
  .comparison,
  .reviews,
  .quote {
    padding: 3.85rem 2rem;
  }

  #services {
    padding-bottom: 3.65rem;
  }

  .section-heading {
    margin-bottom: 1.45rem;
  }

  .service-grid {
    gap: 1rem;
  }

  .owner-intro {
    justify-items: center;
    padding-top: 3.1rem;
    padding-bottom: 2.9rem;
    text-align: center;
  }

  .owner-copy {
    max-width: 46rem;
  }

  .owner-avatar-wrap {
    width: 18rem;
  }

  .owner-team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 68rem;
    gap: 1rem;
  }

  .owner-profile {
    grid-template-columns: 8rem minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    padding: 1.25rem;
    text-align: left;
  }

  .owner-profile .owner-avatar-wrap {
    width: 8rem;
  }

  .review-card {
    padding: 1.25rem;
  }

  .reviews {
    padding-top: 3.05rem;
    padding-bottom: 3.6rem;
  }

  .reviews .section-heading {
    margin-bottom: 1.55rem;
  }

  .comparison,
  .quote {
    grid-template-columns: minmax(0, 0.8fr) minmax(24rem, 1fr);
    align-items: center;
    justify-items: stretch;
    text-align: left;
  }

  .content-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
    align-items: center;
    gap: 2rem;
  }

  .local-list-card {
    padding: 1.25rem;
  }

  .comparison-copy {
    margin-inline: 0;
    text-align: left;
  }

  .comparison {
    padding-top: 4rem;
    padding-bottom: 3.15rem;
  }

  .process-strip {
    max-width: 70rem;
    margin: 2.3rem auto 0;
  }

  .process-steps {
    padding: 1rem;
  }

  .result-gallery {
    grid-column: 1 / -1;
  }

  .before-after {
    min-height: 24rem;
  }

  .before,
  .after {
    min-height: 24rem;
  }

  .site-footer {
    padding: 2.75rem 2rem 1.35rem;
  }

  .footer-main {
    grid-template-columns: minmax(16rem, 1.4fr) repeat(2, minmax(8rem, 0.8fr)) minmax(14rem, 1fr);
    width: min(100%, 76rem);
    margin-inline: auto;
    justify-items: stretch;
    text-align: left;
  }

  .footer-brand,
  .footer-group {
    justify-items: start;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
    width: min(100%, 76rem);
    margin-inline: auto;
    justify-items: stretch;
    text-align: left;
  }

  .footer-contacts {
    justify-content: flex-end;
  }
}

@media (min-width: 78rem) {
  .section,
  .owner-intro,
  .comparison,
  .reviews {
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
  }

  .quote {
    max-width: none;
    margin: 0;
    padding: 3.85rem 0;
    grid-template-columns:
      minmax(2rem, 1fr)
      minmax(0, 34rem)
      minmax(28rem, 34rem)
      minmax(2rem, 1fr);
    column-gap: 3.5rem;
  }

  .quote > div:first-child {
    grid-column: 2;
    align-self: center;
  }

  .quote-form {
    grid-column: 3;
    max-width: none;
    padding: 1.25rem;
  }

  .hero-copy {
    margin-left: max(2rem, calc((100vw - 76rem) / 2));
  }
}
