:root {
  --muted: #5f5a56;
  --line: #e6ddd2;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --radius-control: 12px;
  --radius-card: 20px;
  --radius-panel: 28px;
  --shadow-soft: 0 12px 32px rgba(76, 57, 42, .08);
  --shadow-raised: 0 22px 56px rgba(56, 42, 32, .13);
}

body {
  font-size: 16px;
  line-height: 1.6;
}

:where(a, button, select, summary):focus-visible {
  outline: 3px solid rgba(236, 0, 140, .42);
  outline-offset: 3px;
}

.language-select,
.brand,
.btn,
.menu-toggle,
.nav-links[data-open="true"],
.nav-links[data-open="true"] a {
  border-radius: var(--radius-control);
}

.section {
  padding: var(--space-9) 0;
}

.eyebrow {
  color: #276f72;
  font-size: .78rem;
  letter-spacing: .08em;
}

.hero .eyebrow,
.home-feeling .eyebrow {
  color: var(--aqua);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(280px, .8fr);
  align-items: end;
  gap: var(--space-6);
  margin-bottom: var(--space-7);
}

.section-head h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 3.3vw, 3rem);
  line-height: 1.05;
  white-space: normal;
}

.section-head p {
  max-width: 390px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.trust-strip {
  border: 0;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-raised);
}

.home-feeling-grid {
  gap: var(--space-8);
}

.home-feeling h2 {
  font-size: clamp(2.7rem, 4.4vw, 4.2rem);
  line-height: 1;
}

.feeling-copy {
  padding-left: var(--space-7);
}

.feeling-copy p {
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.7;
}

.service-list {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
}

.service-row,
.scope-card,
.process-card,
.quote-panel {
  border: 0;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.service-row {
  position: relative;
  display: flex;
  min-height: 216px;
  padding: var(--space-6);
  flex-direction: column;
  gap: var(--space-4);
  overflow: hidden;
}

.service-row::before {
  display: none;
}

.service-row-featured {
  grid-row: 1 / span 2;
  min-height: 456px;
  color: white;
  background: var(--teal-dark);
  box-shadow: 0 22px 54px rgba(15, 69, 72, .22);
}

.service-row-featured::after {
  position: absolute;
  right: -84px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(191, 232, 232, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(191, 232, 232, .055), 0 0 0 84px rgba(191, 232, 232, .035);
  content: "";
}

.service-index {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--teal-dark);
  background: rgba(191, 232, 232, .5);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.service-row-featured .service-index {
  color: white;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
}

.service-row > div {
  position: relative;
  z-index: 1;
}

.service-row h3 {
  margin-bottom: var(--space-3);
  color: var(--teal-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 1.1;
}

.service-row-featured h3 {
  color: white;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.service-row p {
  max-width: 54ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.service-row-featured p {
  color: rgba(255, 255, 255, .78);
}

.service-points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.service-points li {
  padding: 7px 11px;
  color: white;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
}

.scope-grid,
.process-grid {
  gap: var(--space-5);
}

.scope-card,
.process-card {
  padding: var(--space-6);
}

.scope-card h3 {
  font-size: 1.55rem;
}

.scope-card li,
.process-card p {
  font-size: 1rem;
  line-height: 1.6;
}

.scope-note {
  margin-top: var(--space-5);
  padding: var(--space-4) var(--space-5);
  border-left-width: 3px;
  border-radius: 0 var(--radius-control) var(--radius-control) 0;
}

.process-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}

.process-step {
  width: 44px;
  height: 44px;
  margin-bottom: var(--space-5);
}

.service-area-layout {
  gap: var(--space-8);
}

.service-map-card {
  padding: var(--space-4);
  border: 0;
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow-raised);
}

.service-map-visual,
.service-map-image {
  border-radius: var(--radius-card);
}

.location-button,
.location-list .area-more {
  min-height: 44px;
  padding: var(--space-2) var(--space-3);
  font-size: .88rem;
}

.location-button.is-active {
  color: white;
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  box-shadow: 0 10px 24px rgba(15, 69, 72, .2);
}

.location-button.is-active::before {
  background: var(--pink);
}

.testimonial-layout {
  gap: var(--space-8);
}

.testimonial-card {
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow-raised);
}

.testimonial-card blockquote {
  max-width: 31ch;
  line-height: 1.42;
}

.faq-header {
  margin-bottom: var(--space-7);
}

.faq-header h2 {
  font-size: clamp(2.35rem, 3.5vw, 3.2rem);
}

.faq-columns {
  gap: var(--space-5);
}

.faq-column {
  gap: var(--space-3);
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  box-shadow: none;
}

.faq-item[open] {
  border-color: rgba(21, 95, 98, .24);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  min-height: 64px;
  padding: var(--space-4) var(--space-5);
}

.faq-item p {
  max-width: 65ch;
  padding: 0 var(--space-5) var(--space-5);
  font-size: 1rem;
  line-height: 1.65;
}

.quote-panel {
  padding: var(--space-7);
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow-raised);
}

.estimate-panel {
  gap: var(--space-7);
}

.estimate-details {
  padding-left: var(--space-7);
}

@media (hover: hover) {
  .service-row:hover,
  .scope-card:hover,
  .process-card:hover,
  .service-map-card:hover,
  .quote-panel:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 20px 48px rgba(21, 95, 98, .14);
  }

  .service-row-featured:hover {
    box-shadow: 0 26px 60px rgba(15, 69, 72, .28);
  }

  .faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(21, 95, 98, .24);
    box-shadow: var(--shadow-soft);
  }
}

@media (max-width: 1080px) {
  .section {
    padding: var(--space-8) 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
  }

  .service-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .service-row-featured {
    grid-row: auto;
    min-height: 360px;
  }

  .feeling-copy {
    padding-top: var(--space-6);
  }
}

@media (max-width: 620px) {
  .section {
    padding: var(--space-7) 0;
  }

  .hero-inner {
    padding-bottom: var(--space-7);
  }

  .trust-strip {
    border-radius: var(--radius-card);
  }

  .service-list,
  .scope-grid,
  .process-grid,
  .faq-columns {
    gap: var(--space-4);
  }

  .service-row,
  .scope-card,
  .process-card {
    padding: var(--space-5);
  }

  .service-row-featured {
    min-height: 340px;
  }

  .service-row h3 {
    font-size: 1.55rem;
  }

  .service-row-featured h3 {
    font-size: 2.1rem;
  }

  .service-map-card {
    padding: var(--space-3);
    border-radius: var(--radius-card);
  }

  .service-map-visual,
  .service-map-image {
    border-radius: var(--radius-control);
  }

  .testimonial-card {
    border-radius: var(--radius-card);
  }

  .quote-panel {
    padding: var(--space-5);
    border-radius: var(--radius-card);
  }

  .site-footer {
    padding-bottom: 112px;
  }
}
