body.theme-cleaning-premium {
  --paper: #faf7f1;
  --paper-deep: #eee8df;
  --ink: #08251f;
  --ink-soft: #173d35;
  --muted: #65746d;
  --line: rgba(8, 37, 31, 0.13);
  --mist: #eef7f3;
  --mint: #3f8f7b;
  --mint-dark: #1f5f53;
  --lime: #b8cdfd;
  --soft-mint: #7ea1f7;
  --apricot: #f0aa74;
  --white: #ffffff;
  --bg: var(--paper);
  --surface: var(--white);
  --surface-soft: var(--paper-deep);
  --text: var(--ink);
  --accent: var(--mint);
  --accent-2: var(--soft-mint);
  --dark: var(--ink);
  --on-dark: #fbfaf6;
  --body-font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --heading-font: "Archivo Black", "Arial Black", Impact, sans-serif;
  --radius-lg: 8px;
  --radius-md: 6px;
  --shadow: 0 24px 70px rgba(8, 37, 31, 0.15);
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body-font);
}

.theme-cleaning-premium *,
.theme-cleaning-premium *::before,
.theme-cleaning-premium *::after {
  box-sizing: border-box;
}

.theme-cleaning-premium img {
  display: block;
  max-width: 100%;
}

.theme-cleaning-premium a {
  color: inherit;
  text-decoration: none;
}

.theme-cleaning-premium p,
.theme-cleaning-premium h1,
.theme-cleaning-premium h2,
.theme-cleaning-premium h3,
.theme-cleaning-premium blockquote {
  margin: 0;
}

.theme-cleaning-premium .container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.availability-bar {
  background: var(--lime);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.availability-row {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.availability-row a {
  border-bottom: 2px solid currentColor;
}

.cleaning-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 247, 241, 0.93);
  backdrop-filter: blur(18px);
}

.cleaning-header .header-row {
  min-height: 76px;
  padding: 0;
}

.theme-cleaning-premium .brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.72rem;
}

.theme-cleaning-premium .brand-mark {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
}

.theme-cleaning-premium .brand strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.1;
}

.theme-cleaning-premium .brand small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
}

.cleaning-header .site-nav {
  display: none;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0 0 1rem;
}

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

.cleaning-header .site-nav a {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.cleaning-header .site-nav a:last-child {
  justify-content: center;
  padding: 0.75rem 1.05rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.theme-cleaning-premium .nav-toggle {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.theme-cleaning-premium .mobile-contact-bar {
  background: var(--ink);
}

.theme-cleaning-premium .mobile-contact-bar a {
  color: var(--white);
}

.hero {
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.4rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(250, 247, 241, 0) 62%),
    var(--paper);
}

.hero-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.7rem);
}

.hero-card {
  display: grid;
  min-height: clamp(390px, 48vw, 540px);
  align-content: end;
  overflow: hidden;
  padding: clamp(1.05rem, 3vw, 2.1rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 12%, rgba(217, 245, 111, 0.18), transparent 24%),
    linear-gradient(135deg, #08251f 0%, #0d3029 58%, #0e5a4d 158%);
  color: var(--white);
  box-shadow: var(--shadow);
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
  margin-bottom: auto;
}

.rating-row span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0.43rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
}

.hero-kicker {
  margin: clamp(3.2rem, 8vw, 6.6rem) 0 1.1rem;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 100%;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: clamp(2.55rem, 5.2vw, 5.45rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: clamp(1.2rem, 3vw, 2rem);
}

.theme-cleaning-premium .button {
  display: inline-flex;
  min-height: 3.12rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.88rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.theme-cleaning-premium .button:hover,
.theme-cleaning-premium .button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8, 37, 31, 0.18);
}

.button-light {
  background: var(--white);
  color: var(--ink) !important;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

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

.button-soft {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.hero-media {
  position: relative;
  min-height: clamp(360px, 48vw, 540px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper-deep);
  box-shadow: 0 24px 70px rgba(8, 37, 31, 0.12);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 48vw, 540px);
  object-fit: cover;
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(8, 37, 31, 0.54));
  content: "";
  pointer-events: none;
}

.hero-media-note {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: min(250px, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.hero-media-note span,
.hero-media-note strong {
  display: block;
}

.hero-media-note span {
  margin-bottom: 0.22rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-media-note strong {
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.16;
}

.contact-strip {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.contact-strip a {
  display: grid;
  min-width: 0;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
}

.contact-strip small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-strip strong {
  overflow-wrap: anywhere;
  font-size: 0.92rem;
  line-height: 1.2;
}

.section {
  padding: clamp(3.6rem, 7vw, 6.4rem) 0;
}

.section-label {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  width: fit-content;
  padding: 0.4rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--mint-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-label.inverted {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: var(--lime);
}

.theme-cleaning-premium h2 {
  max-width: 12ch;
  color: var(--ink);
  font-family: var(--heading-font);
  font-size: clamp(2.35rem, 4.6vw, 4.7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.split-heading {
  display: grid;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: clamp(1.7rem, 4vw, 3.5rem);
}

.split-heading p,
.difference-copy p,
.pricing-intro p,
.faq-grid > div > p,
.team-copy p,
.quote-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1vw, 1.08rem);
  font-weight: 650;
  line-height: 1.65;
}

.service-section {
  background: var(--paper);
}

.service-rail {
  display: grid;
  gap: 1rem;
}

.service-card {
  display: grid;
  min-height: 252px;
  align-content: end;
  gap: 0.75rem;
  padding: clamp(1.1rem, 2.6vw, 1.65rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(8, 37, 31, 0.07);
}

.feature-service {
  background: var(--mint-dark);
  color: var(--white);
}

.dark-service {
  background: var(--ink);
  color: var(--white);
}

.card-number {
  color: var(--soft-mint);
  font-size: 0.84rem;
  font-weight: 900;
}

.service-card h3 {
  color: inherit;
  font-family: var(--heading-font);
  font-size: clamp(1.8rem, 3vw, 3.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.service-card p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.feature-service p,
.dark-service p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card a {
  width: fit-content;
  color: inherit;
  border-bottom: 2px solid var(--soft-mint);
  font-weight: 900;
}

.image-service {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 0;
}

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

.image-service div {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(250, 247, 241, 0.9);
}

.difference-section,
.process-section,
.faq-section {
  background: var(--mist);
}

.difference-grid,
.process-grid,
.faq-grid,
.team-grid,
.quote-card {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.8rem);
}

.difference-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.difference-copy .button,
.team-copy .button {
  width: fit-content;
}

.standard-grid {
  display: grid;
  gap: 1rem;
}

.standard-grid article {
  min-height: 210px;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.standard-grid h3 {
  margin: 0 0 0.45rem;
}

.standard-grid p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.56;
}

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

.reviews-head {
  display: grid;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: clamp(1.7rem, 4vw, 3.5rem);
}

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

.review-card {
  display: flex;
  min-height: 212px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(8, 37, 31, 0.07);
}

.review-card blockquote {
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.7vw, 1.42rem);
  font-weight: 850;
  line-height: 1.38;
}

.review-large blockquote {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.review-card cite {
  display: block;
  margin-top: 1.4rem;
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.score-card {
  justify-content: center;
  background: var(--lime);
  color: var(--ink);
  text-align: center;
}

.score-card strong {
  display: block;
  font-family: var(--heading-font);
  font-size: clamp(3.2rem, 5.4vw, 4.9rem);
  line-height: 0.82;
}

.score-card span {
  display: block;
  margin-top: 0.7rem;
  font-weight: 900;
}

.pricing-section {
  background: var(--ink);
  color: var(--white);
}

.pricing-shell {
  display: grid;
  gap: clamp(1.7rem, 4vw, 3rem);
}

.pricing-intro {
  max-width: 760px;
}

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

.pricing-intro p,
.pricing-note {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pricing-tabs {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.pricing-tabs label {
  display: flex;
  min-height: 3.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
}

.pricing-tabs span {
  color: var(--lime);
  font-size: 0.78rem;
}

#price-weekly:checked ~ .pricing-tabs label[for="price-weekly"],
#price-fortnightly:checked ~ .pricing-tabs label[for="price-fortnightly"],
#price-monthly:checked ~ .pricing-tabs label[for="price-monthly"],
#price-one-off:checked ~ .pricing-tabs label[for="price-one-off"] {
  background: var(--white);
  color: var(--ink);
}

.price-set {
  display: none;
  gap: 1rem;
}

#price-weekly:checked ~ .price-sets .weekly,
#price-fortnightly:checked ~ .price-sets .fortnightly,
#price-monthly:checked ~ .price-sets .monthly,
#price-one-off:checked ~ .price-sets .one-off {
  display: grid;
}

.price-set article {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  padding: clamp(1.1rem, 2.5vw, 1.55rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
}

.price-set span {
  color: var(--lime);
  font-weight: 900;
  text-transform: uppercase;
}

.price-set strong {
  display: block;
  margin: 0.62rem 0 0.75rem;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  line-height: 0.86;
}

.price-set p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
  line-height: 1.55;
}

.price-set a {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  padding-top: 1.15rem;
  color: var(--white);
  border-bottom: 2px solid var(--lime);
  font-weight: 900;
}

.pricing-note {
  font-size: 0.9rem;
  font-weight: 750;
}

.step-list {
  display: grid;
  gap: 0.9rem;
}

.step-list article {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.step-list span {
  display: grid;
  width: 4.8rem;
  height: 4.8rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  font-weight: 900;
}

.step-list p {
  grid-column: 2;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.5;
}

.step-list h3 {
  grid-column: 2;
}

.team-band {
  padding: clamp(3.6rem, 7vw, 6.4rem) 0;
  background: var(--paper);
}

.team-image {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: var(--radius-lg);
}

.team-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.team-image span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: var(--lime);
  color: var(--ink);
  font-weight: 900;
}

.team-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.faq-list summary {
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--mint-dark);
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

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

.quote-section {
  background: var(--paper);
}

.quote-card {
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
}

.quote-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

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

.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.quote-highlights span {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
}

.booking-form {
  display: grid;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--ink);
}

.booking-form label {
  margin-bottom: 0.34rem;
  font-weight: 900;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 3.2rem;
  margin: 0 0 0.95rem;
  padding: 0.86rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fffefd;
  color: var(--ink);
}

.booking-form textarea {
  min-height: 132px;
  resize: vertical;
}

.button-full {
  width: 100%;
}

.form-note,
.form-message {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.form-message.success {
  color: #23704d;
}

.form-message.error {
  color: #9b3f24;
}

.theme-cleaning-premium .site-footer {
  padding: clamp(2.6rem, 5vw, 4rem) 0 5.6rem;
  background: var(--paper-deep);
  color: var(--ink);
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-brand {
  color: var(--ink);
  font-family: var(--heading-font);
  font-size: 2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
  font-weight: 750;
}

.footer-grid strong {
  color: var(--ink);
}

@media (min-width: 760px) {
  .theme-cleaning-premium .nav-toggle {
    display: none;
  }

  .cleaning-header .site-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.9fr);
    align-items: stretch;
  }

  .contact-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .split-heading,
  .difference-grid,
  .process-grid,
  .faq-grid,
  .team-grid,
  .quote-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

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

  .review-grid,
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
  }

  .feature-service {
    grid-column: span 2;
  }

  .image-service {
    grid-row: span 2;
  }

  .dark-service {
    grid-column: span 2;
  }

  .review-large {
    grid-column: span 2;
  }

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

  .pricing-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .standard-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .theme-cleaning-premium .container {
    width: min(calc(100% - 1.75rem), 1220px);
  }

  .cleaning-header .header-row {
    min-height: 78px;
    padding: 0.65rem 0;
  }

  .hero h1 {
    font-size: clamp(2.12rem, 9.4vw, 2.65rem);
    line-height: 0.9;
  }

  .hero-actions .button {
    width: 100%;
  }

  .standard-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .price-set {
    grid-template-columns: 1fr;
  }

  .pricing-tabs {
    grid-template-columns: 1fr;
  }

  .team-image,
  .team-image img {
    min-height: 340px;
  }
}

@media (max-width: 420px) {
  .availability-row {
    flex-direction: column;
    gap: 0.08rem;
    padding: 0.45rem 0;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-card {
    min-height: 470px;
  }

  .theme-cleaning-premium h2 {
    max-width: 100%;
    font-size: clamp(2.05rem, 12vw, 2.75rem);
  }

  .step-list article {
    grid-template-columns: 3.8rem minmax(0, 1fr);
  }

  .step-list span {
    width: 3.8rem;
    height: 3.8rem;
  }

  .footer-brand {
    font-size: 1.65rem;
  }
}
