@font-face {
  font-family: "Dancing Script";
  src: url("dancing-script/static/DancingScript-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #102d68;
  --blue: #128fe7;
  --aqua: #22c9ee;
  --light-aqua: #d9faff;
  --pink: #ff55ad;
  --yellow: #ffc93d;
  --muted: #647996;
  --line: #d8eff8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(11, 109, 181, .22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: #effcff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(239,252,255,.72), rgba(239,252,255,.72)),
    url("assets/laundry-sprint-sudsy-water-background.jpg") center bottom / cover no-repeat,
    radial-gradient(circle at 8% 10%, rgba(255,255,255,.95) 0 8px, transparent 9px),
    radial-gradient(circle at 83% 12%, rgba(255,255,255,.8) 0 15px, transparent 16px),
    radial-gradient(circle at 76% 70%, rgba(255,255,255,.65) 0 10px, transparent 11px),
    linear-gradient(135deg, #effcff 0%, #bff5ff 48%, #f6fdff 100%);
}

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

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

button,
input,
select {
  font: inherit;
}

.announcement-bar {
  overflow: hidden;
  background: #0737b8;
  color: #fff;
}

.announcement-track {
  display: flex;
  width: max-content;
  gap: 48px;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform;
  animation: announcementScroll 34s linear infinite;
}

.announcement-track span {
  position: relative;
}

.announcement-track span::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  transform: translateY(-50%);
}

@keyframes announcementScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 104px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 150px minmax(270px, 1fr) auto auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
}

.brand {
  grid-column: 1;
  justify-self: start;
  padding: 0;
}

.brand img {
  width: 118px;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  color: var(--navy);
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.site-header nav {
  justify-self: center;
  display: flex;
  width: auto;
  min-height: auto;
  justify-content: center;
  gap: 28px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-header nav::-webkit-scrollbar {
  display: none;
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
}

.header-cta {
  grid-column: 3;
  justify-self: center;
  transform: translateX(-14px);
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
}

.header-actions {
  grid-column: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  color: #000;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-actions a:hover {
  color: var(--blue);
}

.header-cta,
.button-pink {
  color: #fff;
  background: linear-gradient(90deg, #ff55ad, #ff82c8);
}

.button-blue {
  color: #fff;
  background: linear-gradient(90deg, #0b9ded, #1767d9);
}

.button-light {
  color: var(--navy);
  background: rgba(255, 255, 255, .82);
  border: 1px solid #cdeef8;
}

main {
  overflow: hidden;
}

.section-water {
  position: relative;
  isolation: isolate;
}

.section-water::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 46%;
  background:
    radial-gradient(circle at 12% 58%, rgba(255,255,255,.75) 0 18px, transparent 19px),
    radial-gradient(circle at 54% 26%, rgba(255,255,255,.78) 0 12px, transparent 13px),
    radial-gradient(circle at 88% 34%, rgba(255,255,255,.64) 0 24px, transparent 25px),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(43, 207, 240, .28) 35%, rgba(14, 164, 229, .68));
  clip-path: ellipse(72% 54% at 50% 100%);
}

.section-water::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: 52%;
  background:
    linear-gradient(180deg, rgba(223, 249, 255, 0), rgba(223, 249, 255, .2) 10%, rgba(0, 156, 223, .35)),
    url("assets/laundry-sprint-sudsy-water-background.jpg") center 64% / cover no-repeat;
  opacity: .52;
  filter: saturate(1.1);
  clip-path: ellipse(82% 60% at 50% 100%);
}

.hero {
  width: 100%;
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: 64px max(24px, calc((100vw - 1180px) / 2)) 72px;
  display: grid;
  grid-template-columns: minmax(320px, 480px) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(48px, 7vw, 88px);
  line-height: .92;
  letter-spacing: 0;
}

h1 span,
.site-footer span {
  font-family: "Dancing Script", cursive;
  color: var(--pink);
  font-size: .82em;
  font-weight: 700;
}

h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
}

.lede {
  max-width: 42rem;
  margin-top: 22px;
  color: #42607f;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.address-search {
  width: min(100%, 520px);
  margin-top: 28px;
  padding: 9px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  background: #fff;
  border: 1px solid #d8eff8;
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(21, 142, 211, .15);
}

.address-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.address-search input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  padding: 0 18px;
  color: var(--navy);
  font-weight: 850;
}

.address-search button {
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-weight: 950;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hero-visual > img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: 46% 58%;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.app-phone {
  position: relative;
  width: min(100%, 290px);
  min-height: 365px;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 22px 55px rgba(8, 73, 145, .24);
  overflow: hidden;
}

.app-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.9)),
    url("assets/laundry-sprint-sudsy-water-background.jpg") 56% 48% / 520px auto no-repeat;
  opacity: .8;
}

.app-phone > * {
  position: relative;
}

.app-card-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 950;
}

.app-phone img {
  width: 150px;
  margin: 24px auto 12px;
}

.app-phone strong {
  display: block;
  text-align: center;
  color: var(--blue);
  font-family: "Dancing Script", cursive;
  font-size: 31px;
}

.app-phone small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  text-align: center;
  font-weight: 850;
}

.mini-progress {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 24px;
}

.mini-progress span {
  width: 35px;
  height: 8px;
  border-radius: 999px;
  background: #bcecff;
}

.mini-progress span:first-child {
  background: var(--pink);
}

.services-band,
.pricing-band,
.process-band,
.tracking-band,
.app-band,
.schedule-rewards,
.site-footer {
  padding: 86px max(24px, calc((100vw - 1180px) / 2));
}

.services-band {
  background: #fff;
}

.pricing-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #eafdff 100%),
    url("assets/laundry-sprint-sudsy-water-background.jpg") center bottom / cover no-repeat;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: center;
}

.service-image {
  min-height: 420px;
  border-radius: 32px;
  overflow: hidden;
  background: var(--light-aqua);
  box-shadow: var(--shadow);
}

.service-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.service-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-content: center;
}

.service-cards article,
.steps article,
.booking-panel,
.reward-panel {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 16px 42px rgba(15, 120, 190, .12);
}

.service-cards article {
  min-height: 0;
  display: grid;
  gap: 12px;
  padding: 28px;
  border-left: 6px solid var(--blue);
}

.service-cards article:nth-child(2) {
  border-left-color: var(--pink);
}

.service-cards h3 {
  color: var(--navy);
}

.service-cards p,
.steps p,
.tracking-copy p {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.service-cards p {
  max-width: 22rem;
}

.pricing-heading {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.pricing-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px auto 0;
  color: #42607f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 650;
}

@media (min-width: 961px) {
  .pricing-heading h2 {
    white-space: nowrap;
  }
}

.pricing-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: stretch;
}

.pricing-band > .dry-cleaning-card {
  margin-bottom: 24px;
}

.wash-pricing-card,
.mini-price-card,
.price-list-card {
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 28px;
  box-shadow: 0 22px 58px rgba(15, 120, 190, .14);
}

.wash-pricing-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  min-height: 430px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.22) 0 44px, transparent 45px),
    radial-gradient(circle at 18% 84%, rgba(255,255,255,.14) 0 54px, transparent 55px),
    linear-gradient(145deg, #16c9f2, #1267dc 58%, #102d68);
}

.pricing-badge {
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wash-pricing-card .eyebrow,
.wash-pricing-card h3,
.wash-pricing-card p {
  color: #fff;
}

.wash-pricing-card h3 {
  max-width: 520px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .96;
}

.price-lockup {
  display: flex;
  gap: 10px;
  align-items: end;
}

.price-lockup strong {
  font-size: clamp(64px, 8vw, 104px);
  line-height: .8;
}

.price-lockup span,
.price-note {
  color: rgba(255,255,255,.82);
  font-weight: 850;
}

.included-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.included-list li {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-size: 13px;
  font-weight: 900;
}

.tier-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 6px;
}

.tier-row div,
.mini-price-card,
.price-list-card {
  background: rgba(255,255,255,.94);
}

.tier-row div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 18px;
  color: var(--navy);
}

.tier-row span,
.mini-price-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tier-row strong {
  color: var(--blue);
  font-size: 24px;
}

.pricing-side-stack {
  display: grid;
  gap: 18px;
}

.mini-price-card {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
}

.mini-price-card strong {
  color: var(--blue);
  font-size: clamp(36px, 4vw, 52px);
  line-height: .9;
}

.mini-price-card p,
.price-list-card p {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.club-card {
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.24) 0 34px, transparent 35px),
    linear-gradient(145deg, #ff55ad, #1767d9);
}

.club-card span,
.club-card strong,
.club-card p {
  color: #fff;
}

.pricing-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
}

.price-list-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px;
}

.price-list-heading {
  display: block;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(18,143,231,.14);
}

.price-list-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
}

.price-list,
.dry-price-groups,
.dry-item-list {
  display: grid;
  gap: 12px;
}

.price-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-list li,
.dry-item-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(16,45,104,.12);
  border-radius: 0;
  background: transparent;
  color: #48617f;
  font-size: 15px;
  font-weight: 850;
  box-shadow: none;
}

.price-list strong,
.dry-item-list strong {
  color: var(--blue);
  font-size: 18px;
  line-height: .95;
  white-space: nowrap;
}

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

.dry-price-groups div {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fdff;
  overflow: hidden;
}

.dry-price-groups h4 {
  margin: 0;
  padding: 13px 16px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue), #17c8f2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dry-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dry-item-list li {
  margin: 0 16px;
}

.dry-item-list li:last-child,
.price-list li:last-child {
  border-bottom: 0;
}

.process-band {
  background:
    linear-gradient(180deg, #fff 0%, #eafdff 100%);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.steps article {
  position: relative;
  min-height: 230px;
  padding: 30px;
  overflow: hidden;
}

.steps span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 22px;
  font-weight: 950;
}

.steps article:nth-child(2) span {
  background: var(--pink);
}

.steps article:nth-child(3) span {
  background: var(--yellow);
}

.steps h3 {
  margin-bottom: 10px;
}

.tracking-band {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(223,249,255,.98), rgba(223,249,255,.76)),
    url("assets/laundry-sprint-sudsy-water-background.jpg") center 64% / cover no-repeat;
}

.tracking-list {
  display: grid;
  gap: 15px;
  max-width: 430px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tracking-list li {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  color: #48617f;
  font-weight: 900;
}

.tracking-list span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
}

.tracking-list li:nth-child(3) span,
.tracking-list li:nth-child(4) span {
  background: #c4d7e7;
}

.tracking-list time {
  color: #91a5bb;
  font-size: 13px;
}

.delivery-image {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.delivery-image img {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
}

.app-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(320px, 1fr);
  gap: 54px;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(255,255,255,.86), rgba(218,248,255,.68)),
    url("assets/laundry-sprint-sudsy-water-background.jpg") center 70% / cover no-repeat;
}

.app-band::before {
  height: 100%;
  opacity: .72;
  clip-path: none;
}

.app-band::after {
  height: 100%;
  opacity: .38;
  clip-path: none;
}

.app-copy {
  max-width: 650px;
}

.app-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: #42607f;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 650;
}

.app-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 28px;
}

.app-features span {
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(10, 115, 184, .1);
}

.schedule-rewards {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 420px);
  gap: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(236,252,255,.92)),
    url("assets/laundry-sprint-sudsy-water-background.jpg") center bottom / cover no-repeat;
}

.booking-panel,
.reward-panel {
  padding: 34px;
}

.booking-panel form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.booking-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
}

.booking-panel input,
.booking-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 14px;
  color: var(--navy);
  background: #f8fdff;
  outline-color: var(--blue);
}

.booking-panel button {
  grid-column: 1 / -1;
  width: fit-content;
  margin-top: 6px;
}

.reward-panel {
  background:
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.26) 0 25px, transparent 26px),
    linear-gradient(145deg, #17c8f2, #0e65dc);
  color: #fff;
}

.reward-panel .eyebrow {
  color: #fff;
}

.reward-card {
  display: grid;
  place-items: center;
  min-height: 190px;
  margin: 26px 0 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.36);
}

.reward-card span,
.reward-card small {
  font-weight: 850;
}

.reward-card strong {
  font-size: 64px;
  line-height: .9;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(198,246,255,.82)),
    url("assets/laundry-sprint-sudsy-water-background.jpg") center 72% / cover no-repeat;
}

.site-footer img {
  width: 170px;
}

.footer-tagline {
  font-size: clamp(19px, 2.45vw, 29px);
  font-weight: 850;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.footer-tagline span {
  display: inline-block;
  font-size: 1.04em;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}

.footer-copy {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.footer-copy a {
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 132px 1fr auto;
    gap: 18px;
  }

  .header-actions {
    display: none;
  }

  .brand img {
    width: 112px;
  }

  .site-header nav {
    justify-content: center;
    overflow-x: auto;
    gap: 20px;
  }

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

  .hero,
  .service-layout,
  .pricing-showcase,
  .pricing-detail-grid,
  .tracking-band,
  .app-band,
  .schedule-rewards {
    grid-template-columns: 1fr;
  }

  .tier-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    padding-top: 44px;
    gap: 34px;
  }

  .hero-visual {
    min-height: auto;
  }

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

  .service-image,
  .service-image img,
  .delivery-image img {
    min-height: 330px;
  }

  .service-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .announcement-track {
    gap: 36px;
    font-size: 10px;
    animation-duration: 27s;
  }

  .announcement-track span::after {
    right: -23px;
  }

  .site-header {
    position: sticky;
    width: 100%;
    min-height: 74px;
    padding: 10px 16px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    grid-column: 1;
    justify-self: start;
    padding: 0;
  }

  .brand img {
    width: 132px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 12;
    background: #fff;
  }

  .site-header nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 40px rgba(18, 115, 190, .16);
    overflow: visible;
  }

  .site-header nav.is-open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .site-header nav a {
    min-height: auto;
    padding: 9px 11px;
    font-size: 13px;
  }

  .hero,
  .services-band,
  .pricing-band,
  .process-band,
  .tracking-band,
  .app-band,
  .schedule-rewards,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    width: 100%;
    padding-top: 34px;
    padding-bottom: 48px;
    min-height: auto;
  }

  h1 {
    font-size: 52px;
  }

  .lede {
    font-size: 16px;
    max-width: 21.5rem;
    line-height: 1.55;
  }

  .pricing-heading {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .pricing-heading h2 {
    font-size: clamp(31px, 9vw, 42px);
    white-space: normal;
  }

  .pricing-heading p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .address-search {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 12px;
  }

  .address-search input,
  .address-search button {
    width: 100%;
  }

  .hero-visual > img {
    min-height: 330px;
    border-radius: 24px;
  }

  .app-phone {
    width: 100%;
    min-height: 280px;
    border-radius: 24px;
  }

  .app-phone img {
    width: 118px;
    margin-top: 14px;
  }

  .app-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .service-cards article {
    grid-template-columns: 1fr;
  }

  .booking-panel form {
    grid-template-columns: 1fr;
  }

  .tier-row,
  .price-list,
  .dry-price-groups,
  .dry-item-list {
    grid-template-columns: 1fr;
  }

  .booking-panel button {
    width: 100%;
  }

  .tracking-list li {
    grid-template-columns: 14px 1fr;
  }

  .tracking-list time {
    grid-column: 2;
  }

  .footer-tagline {
    text-align: center;
    white-space: normal;
  }

  .footer-copy {
    justify-items: center;
  }

  .site-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
