.service-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.55fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
  min-height: 680px;
  padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1320px) / 2));
  color: var(--cream);
  background:
    radial-gradient(
      circle at 80% 32%,
      rgba(196, 164, 95, 0.18),
      transparent 24rem
    ),
    linear-gradient(140deg, #10251f, #17382f);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.service-hero::after {
  content: "";
  position: absolute;
  right: -14rem;
  bottom: -22rem;
  z-index: -1;
  width: 42rem;
  aspect-ratio: 1;
  border: 7rem solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
}

.service-hero h1 {
  max-width: 12ch;
  margin: 0;
  font: 500 clamp(3.6rem, 7vw, 7.2rem) / 0.89 var(--serif);
  letter-spacing: -0.06em;
}

.service-hero .kicker {
  color: #dcc58e;
}

.service-hero .text-link {
  color: var(--cream);
}

.service-hero h1 em {
  color: #dcc58e;
  font-weight: 500;
}
.service-lede {
  max-width: 700px;
  margin: 2rem 0 0;
  color: var(--cream-muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}
.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  align-items: center;
  margin-top: 2rem;
}
.service-proof {
  overflow: hidden;
  color: var(--ink);
  background: rgba(251, 250, 245, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.27);
}
.service-proof-head {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font: 800 0.65rem/1.2 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.service-proof-body {
  padding: 2rem;
}
.service-proof-body strong {
  display: block;
  max-width: 10ch;
  font: 500 3rem/0.92 var(--serif);
  letter-spacing: -0.045em;
}
.service-proof-body ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.service-proof-body li {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(19, 32, 25, 0.3);
  font-weight: 750;
}

.service-section {
  padding: clamp(5rem, 10vw, 8rem) max(1.25rem, calc((100vw - 1320px) / 2));
}
.service-section.dark {
  color: var(--paper);
  background: var(--ink);
}
.service-section.teal {
  color: white;
  background: var(--teal);
}
.service-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr;
  gap: clamp(2rem, 9vw, 8rem);
  align-items: end;
  margin-bottom: 3rem;
}
.service-heading h2 {
  margin: 0;
  font: 500 clamp(3rem, 6vw, 5.8rem) / 0.94 var(--serif);
  letter-spacing: -0.055em;
}
.service-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.dark .service-heading > p {
  color: #bdc9c0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.service-card {
  min-height: 270px;
  padding: 1.5rem;
  background: var(--paper);
  border: 1px solid rgba(16, 37, 31, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(16, 37, 31, 0.06);
}
.service-card span {
  color: var(--teal);
  font: 800 0.65rem/1 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.service-card h3 {
  margin: 2.2rem 0 0.7rem;
  font: 500 2rem/1 var(--serif);
  letter-spacing: -0.035em;
}
.service-card p {
  margin: 0;
  color: var(--muted);
}
.service-card.contrast {
  color: white;
  background: #173a32;
}
.service-card.contrast span {
  color: var(--sun);
}
.service-card.contrast p {
  color: #d7ece6;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #6c796f;
  border-radius: 22px;
  overflow: hidden;
}
.compare-column {
  padding: clamp(1.5rem, 4vw, 3rem);
}
.compare-column + .compare-column {
  border-left: 1px solid #6c796f;
}
.compare-column:first-child {
  color: #bac4bd;
  background: #26352c;
}
.compare-column:last-child {
  color: var(--ink);
  background: #d6bf8c;
}
.compare-label {
  margin: 0 0 2rem;
  font: 800 0.68rem/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.compare-column h3 {
  margin: 0;
  font: 500 clamp(2.3rem, 4vw, 4rem) / 0.95 var(--serif);
  letter-spacing: -0.045em;
}
.compare-column ul {
  display: grid;
  gap: 0.8rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.compare-column li {
  padding-top: 0.8rem;
  border-top: 1px solid currentColor;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}
.answer-grid article {
  padding: 1.6rem 1.6rem 1.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.answer-grid article:nth-child(even) {
  padding-left: 1.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.answer-grid h3 {
  margin: 0 0 0.6rem;
  font: 500 1.7rem/1.05 var(--serif);
}
.answer-grid p {
  margin: 0;
  color: #d7ece6;
}

.service-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: start;
}
.service-contact-copy h2 {
  margin: 0;
  font: 500 clamp(3.3rem, 6.5vw, 6.6rem) / 0.91 var(--serif);
  letter-spacing: -0.055em;
}
.service-contact-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 2rem 0;
  font-size: 1.1rem;
}
.service-local-note {
  padding: 1rem 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
}

.privacy-shell {
  width: min(840px, calc(100% - 2.5rem));
  min-height: 70vh;
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.privacy-shell h1 {
  margin: 0;
  font: 500 clamp(3.5rem, 8vw, 6.5rem) / 0.9 var(--serif);
  letter-spacing: -0.06em;
}
.privacy-shell h2 {
  margin: 2.5rem 0 0.7rem;
  font: 500 2rem/1 var(--serif);
}
.privacy-shell p,
.privacy-shell li {
  color: var(--ink-soft);
}
.privacy-shell a {
  text-underline-offset: 0.2rem;
}

@media (max-width: 900px) {
  .service-hero,
  .service-heading,
  .service-contact {
    grid-template-columns: 1fr;
  }
  .service-proof {
    max-width: 460px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .service-hero {
    min-height: auto;
    padding-top: 4.5rem;
  }
  .service-hero h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }
  .service-proof {
    width: calc(100% - 0.75rem);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  }
  .compare-grid,
  .answer-grid {
    grid-template-columns: 1fr;
  }
  .compare-column + .compare-column {
    border-top: 1px solid #6c796f;
    border-left: 0;
  }
  .answer-grid article:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }
  .service-contact {
    grid-template-columns: 1fr;
  }
}
