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

.section-heading--center {
  text-align: center;
}

.section-heading--center h2 {
  max-width: 700px;
  margin-inline: auto;
}

.process__grid {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process__grid li {
  position: relative;
  padding: 35px 12px 35px 0;
  border-top: 1px solid var(--stone);
}

.process__grid li > span {
  position: absolute;
  top: 28px;
  right: 4px;
  color: rgba(18, 63, 59, .14);
  font-family: var(--serif);
  font-size: 54px;
  font-style: italic;
}

.process__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
  place-items: center;
  background: var(--cream);
  border-radius: 50%;
}

.process__icon svg {
  width: 32px;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.process__grid h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.process__grid p {
  max-width: 310px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.plans {
  background: var(--white);
}

.plans__grid {
  display: grid;
  gap: 12px;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: var(--paper);
  border: 1px solid #e6e0d4;
  transition: background .25s ease, border .25s ease, transform .25s ease;
}

.plan-card:hover {
  background: var(--cream);
  border-color: var(--stone);
  transform: translateY(-4px);
}

.plan-card__label {
  color: var(--teal-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.plan-card h3 {
  max-width: 240px;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.025em;
}

.plan-card p {
  max-width: 250px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
}

.plan-card__arrow {
  position: absolute;
  right: 24px;
  bottom: 23px;
  color: var(--sand);
}

.service-area {
  padding: 90px 0;
  overflow: hidden;
  color: var(--white);
  background: var(--teal);
}

.service-area__grid {
  display: grid;
  gap: 60px;
}

.service-area .eyebrow {
  color: #ccb990;
}

.service-area h2 {
  color: var(--white);
}

.service-area__content > p:not(.eyebrow) {
  max-width: 520px;
  margin: 25px 0 30px;
  color: rgba(255, 255, 255, .68);
}

.location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.location-list span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 99px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
}

.text-link--light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .35);
}

.service-area__map {
  position: relative;
  align-self: center;
}

.service-area__map svg {
  width: min(100%, 520px);
  margin-inline: auto;
}

.map__land {
  fill: #174944;
  stroke: rgba(255, 255, 255, .08);
  stroke-width: 1;
}

.map__road {
  fill: none;
  stroke: rgba(255, 255, 255, .13);
  stroke-dasharray: 4 7;
  stroke-width: 1.5;
}

.map__road--small {
  opacity: .55;
}

.map__range {
  fill: rgba(203, 185, 147, .04);
  stroke: rgba(203, 185, 147, .38);
  stroke-dasharray: 5 7;
}

.map__dot {
  fill: #d0bd94;
}

.map__pulse {
  fill: none;
  stroke: rgba(208, 189, 148, .45);
}

.map__town {
  fill: rgba(255, 255, 255, .65);
}

.service-area__map text {
  fill: var(--white);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.service-area__map .map__town-label {
  fill: rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 400;
}

.service-area__radius {
  display: block;
  margin-top: -30px;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.quote {
  padding: 80px 0;
  background: #1e5550;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: var(--white);
}

.quote__inner {
  display: grid;
  gap: 38px;
}

.quote .eyebrow {
  color: #d1bd94;
}

.quote h2 {
  color: var(--white);
}

.quote p:not(.eyebrow) {
  max-width: 600px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .67);
}

.quote__actions {
  display: grid;
  gap: 10px;
}

.quote__actions .button {
  min-height: 76px;
  justify-content: space-between;
  padding: 14px 20px;
  text-align: left;
}

.quote__actions small {
  display: block;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .13em;
  opacity: .7;
  text-transform: uppercase;
}

.quote__actions b {
  font-size: 19px;
}

.button--cream {
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream);
}

.button--cream:hover {
  color: var(--ink);
  background: var(--white);
}

.button--outline-light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, .35);
}

.button--outline-light:hover {
  background: rgba(255, 255, 255, .08);
}

.site-footer {
  padding: 65px 0 25px;
  color: rgba(255, 255, 255, .7);
  background: #0d2f2c;
}

.brand--footer {
  color: var(--white);
}

.brand--footer .brand__mark {
  fill: var(--cream);
}

.brand--footer .brand__mark-line {
  stroke: var(--teal);
}

.brand--footer .brand__name em {
  color: #ccb990;
}

.site-footer__main {
  display: grid;
  gap: 45px;
}

.site-footer__main > div:first-child > p {
  max-width: 330px;
  margin: 20px 0 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.site-footer__nav div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.site-footer__nav h2 {
  margin-bottom: 5px;
  color: #ccb990;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-footer__nav a {
  font-size: 12px;
}

.site-footer__nav a:hover {
  color: var(--white);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 10px;
  letter-spacing: .045em;
}

.reveal {
  transition: opacity .65s ease, transform .65s ease;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 680px) {
  :root {
    --shell: min(1180px, calc(100% - 72px));
  }

  .announcement__inner {
    justify-content: space-between;
  }

  .announcement a {
    display: block;
    color: var(--white);
  }

  .hero__actions {
    flex-direction: row;
    align-items: center;
    gap: 26px;
  }

  .proof-strip__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .proof-strip__grid > div {
    padding: 24px;
    border-right: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 0;
  }

  .proof-strip__grid > div:first-child {
    padding-left: 0;
  }

  .proof-strip__grid > div:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .service-feature {
    min-height: 500px;
    padding: 40px;
  }

  .service-links {
    grid-template-columns: 1.2fr repeat(4, 2fr);
  }

  .service-links > * {
    padding: 18px 15px;
    border-right: 1px solid var(--stone);
  }

  .service-links > *:first-child {
    padding-left: 0;
  }

  .service-links > *:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .service-links a {
    font-size: 14px;
  }

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

  .process__grid li {
    padding: 38px 30px;
    border-right: 1px solid var(--stone);
  }

  .process__grid li:first-child {
    padding-left: 0;
  }

  .process__grid li:last-child {
    padding-right: 0;
    border-right: 0;
  }

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

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

  .site-footer__main {
    grid-template-columns: 1.3fr 1fr;
  }
}

@media (min-width: 920px) {
  .site-header {
    position: sticky;
    top: 0;
    backdrop-filter: blur(14px);
  }

  .site-header__inner {
    min-height: 82px;
  }

  .menu-button {
    display: none;
  }

  .site-nav {
    position: static;
    inset: auto;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    padding: 0;
    visibility: visible;
    background: transparent;
    opacity: 1;
    transform: none;
  }

  .site-nav > a:not(.button) {
    padding: 5px 0;
    border: 0;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
  }

  .site-nav > a:not(.button)::after {
    display: block;
    width: 0;
    height: 1px;
    margin-top: 2px;
    background: var(--teal);
    content: "";
    transition: width .2s ease;
  }

  .site-nav > a:not(.button):hover::after {
    width: 100%;
  }

  .hero {
    min-height: 690px;
  }

  .hero::after {
    position: absolute;
    inset: 0 49% 0 0;
    background: linear-gradient(90deg, var(--cream) 80%, transparent);
    content: "";
    pointer-events: none;
  }

  .hero__image {
    inset: 0 0 0 39%;
    height: 100%;
    background:
      linear-gradient(90deg, var(--cream) 0%, rgba(244, 240, 230, .78) 12%, transparent 38%),
      url("/assets/images/odessa-cleaners-hero.webp") 56% center / cover no-repeat;
  }

  .hero__inner {
    z-index: 2;
  }

  .hero__content {
    padding: 105px 0;
  }

  .hero h1 {
    font-size: 78px;
  }

  .section {
    padding: 125px 0;
  }

  .section-heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 65px;
  }

  .section-heading > p {
    margin: 0 0 7px;
  }

  .section-heading--center {
    display: block;
    margin-bottom: 65px;
  }

  .service-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .standard__grid {
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 110px;
  }

  .standard__visual {
    min-height: 570px;
  }

  .standard__orb {
    width: 330px;
  }

  .standard__orb svg {
    width: 175px;
  }

  .standard__ring--one {
    width: 450px;
    height: 450px;
  }

  .standard__ring--two {
    width: 590px;
    height: 590px;
  }

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

  .plan-card {
    min-height: 310px;
  }

  .service-area {
    padding: 120px 0;
  }

  .service-area__grid {
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 70px;
  }

  .quote {
    padding: 100px 0;
  }

  .quote__inner {
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
  }

  .quote__actions {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) {
  .hero h1 {
    font-size: 86px;
  }

