@charset "UTF-8";
:root {
  --color-sky: #3093cd;
  --color-sky-deep: #247aad;
  --color-sky-soft: #d8eef8;
  --color-lime: #88c540;
  --color-lime-deep: #74ac35;
  --motif-triangle-clip: polygon(0 0, 100% 0, 50% 100%);
  --color-ink: #2f3040;
  --color-ink-soft: #50515f;
  --color-paper: #f6f7f4;
  --color-shell: #ffffff;
  --color-rule: #2c2c2c;
  --shadow-card: 0 24px 60px rgba(37, 70, 96, 0.14);
  --shadow-soft: 0 14px 32px rgba(18, 43, 67, 0.08);
  --radius-sm: 10px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-height: 132px;
  --transition: 180ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f6f4;
  color: var(--color-ink-soft);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.section-shell {
  padding: 5.5rem 0;
}

.section-shell--tight {
  padding: 4.5rem 0;
}

.prose-block {
  background: var(--color-shell);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: clamp(2rem, 4vw, 3.5rem);
}

.site-shell {
  min-height: 100vh;
}

.site-main--front,
.site-main--front > .wp-block-post-content {
  margin-top: 0;
  padding-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(47, 48, 64, 0.08);
}

.site-header__inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
}

.site-header__logo,
.site-header__brand img,
.site-header__brand .custom-logo {
  width: 108px;
  height: 108px;
  object-fit: cover;
}

.site-header__brand a,
.site-header__brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-header__brand-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-ink);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header__toggle {
  display: none;
}

.site-header__menu-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.site-header__menu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-ink);
}

.site-header__menu-item {
  position: relative;
  font-size: 1.08rem;
}

.site-header__menu-item > a,
.site-header__submenu-toggle {
  color: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: color var(--transition);
}

.site-header__menu-item:hover > a,
.site-header__menu-item.is-current > a,
.site-header__submenu-toggle:hover {
  color: var(--color-lime);
}

.site-header__menu-item--has-children:hover .site-header__submenu,
.site-header__menu-item--has-children:focus-within .site-header__submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-header__submenu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  min-width: 180px;
  padding: 0.8rem;
  list-style: none;
  margin: 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity var(--transition), transform var(--transition);
}

.site-header__submenu li + li {
  margin-top: 0.45rem;
}

.site-header__submenu a {
  display: block;
  padding: 0.35rem 0.4rem;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}

.site-header__nav {
  justify-self: center;
}

.site-header__nav .wp-block-navigation__container {
  gap: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-ink);
}

.site-header__nav .wp-block-navigation-item {
  position: relative;
  font-size: 1.08rem;
}

.site-header__nav .wp-block-navigation-item__content,
.site-header__nav .wp-block-pages-list__item__link {
  color: inherit;
  transition: color var(--transition);
}

.site-header__nav .current-menu-item > .wp-block-navigation-item__content,
.site-header__nav .current-menu-item > .wp-block-pages-list__item__link,
.site-header__nav .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
.site-header__nav .wp-block-navigation-item:hover > .wp-block-pages-list__item__link {
  color: var(--color-lime);
}

.site-header__nav .wp-block-navigation__submenu-container {
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  padding: 0.8rem;
}

.site-header__actions.wp-block-buttons {
  justify-self: end;
  gap: 1.25rem;
}

.site-header__actions:not(.wp-block-buttons) {
  justify-self: end;
  gap: 1.25rem;
}

.site-header__actions .wp-block-button {
  margin: 0;
}

.site-header__actions .wp-block-button.button {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.site-header__actions .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  min-width: 192px;
  padding: 0.55rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition);
}

.site-header__actions > .button {
  min-height: 44px;
  min-width: 192px;
  padding: 0.55rem 1.2rem;
  border-width: 1px;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
}

.site-header__actions .wp-block-button__link:hover,
.site-header__actions .wp-block-button__link:focus-visible {
  transform: translateY(-2px);
}

.site-header__actions .button--outline .wp-block-button__link {
  border-color: var(--color-ink);
  background: transparent;
  color: var(--color-ink);
}

.site-header__actions .button--dark .wp-block-button__link {
  background: var(--color-ink);
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 58px;
  padding: 0.95rem 1.55rem;
  border: 2px solid transparent;
  border-radius: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--color-sky);
  color: #fff;
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--color-sky-deep);
}

.button--secondary {
  background: var(--color-lime);
  color: #fff;
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: var(--color-lime-deep);
}

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

.button--outline {
  background: transparent;
  border-color: var(--color-rule);
  color: var(--color-ink);
}

.button__icon {
  font-size: 1rem;
}

.home-page,
.site-main--front {
  background: #f4f6f4;
}

.home-hero {
  position: relative;
  min-height: clamp(500px, 62vw, 640px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(34, 78, 116, 0.45), rgba(34, 78, 116, 0.16)), var(--hero-image) center/cover no-repeat;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: min(58vw, 900px);
  height: 100%;
  background: rgba(48, 147, 205, 0.5);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  pointer-events: none;
  z-index: 1;
}

.site-main--front > .wp-block-post-content > .home-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.home-hero__shape,
.service-slide__shape,
.cleaning-types__shape,
.contact-map__shape,
.service-block__cards::before,
.service-block__cards::after {
  clip-path: var(--motif-triangle-clip);
}

.home-hero__shape {
  position: absolute;
  pointer-events: none;
  display: none;
}

.home-hero__shape--blue {
  inset: 12% auto auto -6%;
  width: min(40vw, 560px);
  aspect-ratio: 0.96;
  background: var(--color-sky);
  z-index: 2;
}

.home-hero__shape--green {
  inset: 5% auto auto 8%;
  width: min(34vw, 460px);
  aspect-ratio: 0.92;
  background: var(--color-lime);
  z-index: 1;
}

.home-hero__content {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4.7rem 0 4.4rem;
}

.home-hero__title,
.page-banner__title,
.section-heading__title,
.guarantee-strip__title,
.trust-section__title,
.contact-intro__copy h2,
.consultation-band h2,
.contact-form-card h2,
.contact-card h2,
.about-split__copy h2,
.closing-cta__card h2,
.industries-intro__card,
.industry-row__copy h2,
.service-row__copy h2 {
  font-family: "Barlow Condensed", sans-serif;
}

.home-hero__title {
  margin: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 4.25vw, 4.15rem);
  line-height: 1.14;
  letter-spacing: 0.01em;
  text-transform: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.02em;
  max-width: none;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.home-hero__title-line {
  display: block;
  white-space: nowrap;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.55rem;
  margin-top: 2.25rem;
}

.guarantee-strip {
  background: #f4f6f4;
  padding: 5.1rem 0 4.6rem;
}

.guarantee-strip__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.guarantee-strip__title,
.trust-section__title,
.section-heading__title,
.contact-intro__copy h2,
.consultation-band h2,
.about-split__copy h2,
.closing-cta__card h2,
.default-entry__title,
.not-found-card h1 {
  color: var(--color-sky);
}

.guarantee-strip__title {
  font-size: clamp(2.25rem, 4.2vw, 3.9rem);
  line-height: 1.03;
  margin: 0;
}

.guarantee-strip__content p {
  margin-top: 0;
}

.guarantee-strip__button {
  margin-top: 1rem;
}

.section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

.section-heading__title {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: none;
}

.section-heading__line {
  position: relative;
  height: 1px;
  background: rgba(44, 44, 44, 0.5);
}

.section-heading__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid rgba(44, 44, 44, 0.8);
  transform: translateY(-50%);
}

.service-slider {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(37, 70, 96, 0.08);
  overflow: hidden;
}

.service-slider__track {
  position: relative;
}

.service-slide {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: clamp(2rem, 4vw, 4.2rem);
  padding: clamp(2.1rem, 4vw, 4rem) clamp(2.1rem, 4.6vw, 4.4rem);
}

.service-slide.is-active {
  display: grid;
}

.service-slide__copy {
  align-self: center;
}

.service-slide__copy h3,
.cleaning-panel__copy h3,
.industry-card__body h3,
.page-banner__eyebrow,
.site-footer__title,
.contact-card strong {
  font-family: "Barlow Condensed", sans-serif;
}

.service-slide__copy h3,
.cleaning-panel__copy h3,
.industry-card__body h3 {
  color: var(--color-sky);
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.service-slide__copy p,
.service-row__copy p,
.industry-row__copy p,
.contact-intro__copy p,
.trust-section p,
.about-split__copy p,
.closing-cta__card p,
.consultation-band p {
  color: var(--color-ink-soft);
}

.service-slide__media {
  position: relative;
  min-height: 300px;
}

.service-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 3;
}

.service-slide__shape {
  position: absolute;
  z-index: 2;
}

.service-slide__shape--green {
  inset: auto auto -8% 16%;
  width: 132px;
  aspect-ratio: 0.92;
  background: var(--color-lime);
  z-index: 1;
}

.service-slide__shape--blue {
  inset: 42% auto auto -6%;
  width: 156px;
  aspect-ratio: 0.92;
  background: var(--color-sky);
  z-index: 2;
}

.service-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  padding: 0 0 1.8rem;
}

.service-slider__dot {
  width: 12px;
  height: 12px;
  border: 0;
  background: rgba(47, 48, 64, 0.22);
  cursor: pointer;
}

.service-slider__dot.is-active {
  background: var(--color-ink);
}

.industries-carousel {
  position: relative;
  display: block;
  padding: 0 4.25rem;
}

.industries-carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
}

.industries-carousel.is-marquee .industries-carousel__viewport {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.industries-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.industries-carousel__track {
  display: flex;
  gap: 0.5rem;
}

.industries-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  background: rgba(47, 48, 64, 0.42);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  transition: transform var(--transition), background-color var(--transition), opacity var(--transition);
  box-shadow: var(--shadow-soft);
  z-index: 3;
}

.industries-preview .industries-carousel__nav {
  display: none;
}

.industries-preview .industries-carousel {
  padding-inline: 0;
}

.industries-carousel__nav:hover,
.industries-carousel__nav:focus-visible {
  transform: translateY(calc(-50% - 2px));
  background: rgba(47, 48, 64, 0.9);
}

.industries-carousel__nav:disabled {
  opacity: 0.28;
  cursor: default;
  transform: translateY(-50%);
}

.industries-carousel__nav--prev {
  left: 0;
}

.industries-carousel__nav--next {
  right: 0;
}

.industry-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 28px rgba(18, 43, 67, 0.04);
  flex: 0 0 calc((100% - 2rem) / 5);
  min-width: 0;
  scroll-snap-align: start;
}

.industries-carousel.is-marquee .industry-card {
  scroll-snap-align: none;
}

.industry-card__media img {
  width: 100%;
  aspect-ratio: 0.84;
  object-fit: cover;
}

.industry-card__body {
  min-height: 104px;
  padding: 1.25rem 0.8rem 1.5rem;
  text-align: center;
  display: grid;
  place-items: center;
}

.industry-card__body h3 {
  color: var(--color-ink);
  font-size: clamp(1.1rem, 1.45vw, 1.42rem);
  font-weight: 600;
  margin: 0;
  line-height: 1.18;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
}

.trust-section__grid,
.about-split__grid,
.contact-intro__grid,
.contact-form-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}

.trust-section__title,
.contact-intro__copy h2,
.about-split__copy h2,
.closing-cta__card h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
}

.trust-section__media img,
.about-split__media img,
.contact-intro__media img {
  width: 100%;
  height: auto;
  box-shadow: var(--shadow-card);
}

.cleaning-types {
  position: relative;
  padding-bottom: 4rem;
}

.cleaning-types__tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: 0.25rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.cleaning-types__tab {
  border: 0;
  background: rgba(255, 255, 255, 0.86);
  color: var(--color-ink);
  padding: 1rem 1.35rem;
  border-radius: 18px 18px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.cleaning-types__tab.is-active {
  background: var(--color-sky);
  color: #fff;
}

.cleaning-types__panels {
  background: #edf9fb;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: 0 18px 42px rgba(37, 70, 96, 0.08);
  position: relative;
  z-index: 2;
}

.cleaning-panel {
  display: none;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.6rem);
  padding: clamp(1.8rem, 4vw, 2.6rem) clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.cleaning-panel.is-active {
  display: grid;
}

.cleaning-panel__media img {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
  border-radius: 0;
}

.cleaning-panel__copy p {
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.75;
}

.page-banner {
  background: var(--color-lime);
  color: #fff;
  padding: 4rem 0 3.7rem;
  text-align: center;
}

.page-banner__title {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-banner__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.industries-intro__card,
.consultation-band__inner,
.contact-form-card,
.contact-card,
.closing-cta__card,
.not-found-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.industries-intro__card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.7;
}

.industry-row,
.service-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  margin-bottom: 4rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.industry-row--reverse,
.service-row--reverse,
.about-split--reverse .about-split__grid {
  direction: rtl;
}

.industry-row--reverse > *,
.service-row--reverse > *,
.about-split--reverse .about-split__grid > * {
  direction: ltr;
}

.industry-row__media img,
.service-row__media img {
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  border-radius: 24px;
}

.industry-row__copy h2,
.service-row__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
}

.services-page .page-banner {
  padding: 3.6rem 0 3.4rem;
}

.services-page .page-banner__title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 4.8vw, 4.2rem);
  letter-spacing: 0.06em;
  text-transform: none;
}

.services-list--wix {
  background: #edeff2;
}

.service-block {
  padding: clamp(2rem, 5vw, 3.8rem) 0;
  border-bottom: 1px solid rgba(77, 91, 115, 0.14);
}

.service-block:last-child {
  border-bottom: 0;
}

.service-block__intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 4.5vw, 5rem);
  align-items: start;
}

.service-block__headline {
  display: grid;
  justify-items: center;
  gap: 1.3rem;
}

.service-block__media {
  width: min(22vw, 320px);
  min-width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(23, 39, 61, 0.16);
}

.service-block__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-block__title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: clamp(2.5rem, 4.4vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-lime);
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.35) -1px -1px 1px;
}

.service-block__content p {
  margin: 0 0 1.1rem;
  font-size: clamp(1.07rem, 1.6vw, 1.5rem);
  line-height: 1.68;
  color: var(--color-ink-soft);
}

.service-block__bullets {
  margin: 1.3rem 0 0;
  padding: 0 0 0 1.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1.6rem;
}

.service-block__bullets li {
  margin: 0;
  color: var(--color-ink-soft);
  font-size: clamp(1.02rem, 1.35vw, 1.3rem);
  line-height: 1.58;
}

.service-block__cards {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.3rem, 3vw, 2.2rem);
  position: relative;
  isolation: isolate;
}

.service-detail-card {
  border-radius: 34px 34px 6px 6px;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  min-height: 330px;
  box-shadow: 0 12px 28px rgba(29, 63, 100, 0.16);
  position: relative;
  z-index: 2;
}

.service-detail-card--blue {
  background: #4e96cf;
  color: #fff;
}

.service-detail-card--green {
  background: #80c141;
  color: #fff;
}

.service-detail-card h3 {
  margin: 0 0 1rem;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}

.service-detail-card p {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.64;
}

.service-detail-card p:last-child {
  margin-bottom: 0;
}

.service-block__cards::after {
  content: "";
  position: absolute;
  right: -4.75rem;
  top: -2.15rem;
  width: 116px;
  height: 138px;
  background: var(--color-lime);
  z-index: 1;
  opacity: 0.92;
}

.service-block__cards::before {
  content: "";
  position: absolute;
  right: -2.95rem;
  top: -0.65rem;
  width: 132px;
  height: 156px;
  background: var(--color-sky);
  z-index: 1;
  opacity: 0.96;
}

.service-block__note {
  margin-top: 1.2rem;
  font-style: italic;
  color: var(--color-lime-deep);
}

.service-row__subsection h3 {
  margin-bottom: 0.35rem;
  color: var(--color-lime-deep);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-row__bullets,
.site-footer__location-list,
.site-footer__address-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.service-row__bullets li,
.site-footer__address-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.55rem;
}

.service-row__bullets li::before,
.site-footer__address-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-lime);
}

.about-page .about-split {
  background: #fff;
}

.about-page .about-split__grid {
  align-items: stretch;
}

.about-page .about-split__copy {
  align-self: center;
}

.about-page .about-split__copy p {
  font-size: 1.05rem;
  line-height: 1.85;
}

.about-split--intro .about-split__grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.88fr);
}

.about-split--intro .about-split__copy h2 {
  color: var(--color-sky);
  font-size: clamp(2.2rem, 3.3vw, 3rem);
}

.about-split--intro .about-split__media img {
  min-height: 640px;
  object-fit: cover;
  object-position: center;
}

.about-location-band {
  background: #fff;
  border-top: 1px solid rgba(47, 48, 64, 0.08);
  border-bottom: 1px solid rgba(47, 48, 64, 0.08);
}

.about-location-band__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.about-location-band__title h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(2.2rem, 3.3vw, 3rem);
  line-height: 1.08;
}

.about-location-band__copy {
  border-left: 1px solid rgba(47, 48, 64, 0.24);
  padding-left: clamp(1.5rem, 3vw, 2.2rem);
}

.about-location-band__copy p {
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 1.08rem;
  line-height: 1.9;
}

.about-split--staff .about-split__grid {
  grid-template-columns: minmax(360px, 1.02fr) minmax(0, 1fr);
}

.about-split--staff .about-split__copy h2 {
  color: var(--color-ink);
  font-size: clamp(2.4rem, 3.7vw, 3.3rem);
}

.about-split--staff .about-split__media img {
  min-height: 520px;
  object-fit: cover;
  object-position: left bottom;
}

.about-split__media--offset {
  position: relative;
}

.about-split__media--offset::after {
  display: none;
}

.closing-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.closing-cta__card--about {
  max-width: 920px;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 1.5rem;
  text-align: center;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding-inline: 0;
}

.closing-cta__card--about h2 {
  color: var(--color-ink);
  font-size: clamp(2.4rem, 3.8vw, 3.3rem);
}

.closing-cta__card--about p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.contact-intro__media {
  position: relative;
}

.contact-intro__media::after {
  content: "";
  position: absolute;
  inset: -1.2rem auto auto -1.2rem;
  width: min(28%, 140px);
  aspect-ratio: 1;
  background: rgba(47, 48, 64, 0.14);
  z-index: -1;
}

.consultation-band__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem);
  background: #bfeaf5;
  text-align: center;
}

.consultation-band h2 {
  margin-top: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.contact-form-section__grid {
  align-items: start;
}

.contact-form-card,
.contact-card {
  padding: clamp(1.75rem, 4vw, 3rem);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.5rem;
}

.contact-form span {
  color: var(--color-ink-soft);
  font-size: 0.96rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(47, 48, 64, 0.8);
  padding: 0.55rem 0;
  background: transparent;
  resize: vertical;
}

.contact-form__honeypot {
  display: none;
}

.contact-card {
  background: var(--color-lime);
  color: #fff;
}

.contact-card h2,
.contact-card p,
.contact-card a {
  color: inherit;
}

.contact-map {
  position: relative;
  margin-top: 0;
  background: #fff;
  isolation: isolate;
}

.contact-map__toolbar {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(47, 48, 64, 0.12);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(18, 43, 67, 0.14);
  overflow: hidden;
}

.contact-map__toggle {
  border: 0;
  background: transparent;
  color: var(--color-ink);
  min-width: 92px;
  padding: 0.7rem 1rem;
  font-family: "Lato", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition);
}

.contact-map__toggle + .contact-map__toggle {
  border-left: 1px solid rgba(47, 48, 64, 0.14);
}

.contact-map__toggle.is-active {
  background: rgba(47, 48, 64, 0.08);
}

.contact-map__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 640px;
  background: #eef1f5;
}

.contact-map__frame .leaflet-control-attribution,
.contact-map__frame .leaflet-control-zoom {
  font-family: "Lato", sans-serif;
}

.contact-map__marker {
  background: transparent;
}

.contact-map__marker span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50% 50% 50% 0;
  background: #e2554d;
  transform: rotate(-45deg);
  box-shadow: 0 8px 16px rgba(52, 32, 32, 0.2);
  border: 3px solid #fff;
}

.contact-map__marker span::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
}

.contact-map .leaflet-popup-content-wrapper {
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(18, 43, 67, 0.18);
}

.contact-map .leaflet-popup-content {
  margin: 0;
  padding: 0.85rem 1rem 0.8rem;
  font-family: "Lato", sans-serif;
  line-height: 1.45;
}

.contact-map .leaflet-popup-content strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Lato", sans-serif;
  font-size: 0.96rem;
  color: var(--color-ink);
}

.contact-map .leaflet-popup-content a {
  color: #1a73e8;
  font-size: 0.9rem;
  text-decoration: none;
}

.contact-map .leaflet-popup-tip {
  box-shadow: none;
}

.contact-map .leaflet-bottom.leaflet-right {
  bottom: 18px;
  right: 18px;
}

.contact-map .leaflet-control-zoom {
  border: 1px solid rgba(47, 48, 64, 0.14);
  box-shadow: 0 4px 16px rgba(18, 43, 67, 0.14);
}

.contact-map .leaflet-control-zoom a {
  width: 38px;
  height: 38px;
  line-height: 36px;
  color: var(--color-ink);
}

.contact-map__shape {
  position: absolute;
  top: 0;
  right: clamp(1rem, 5vw, 4rem);
  width: 92px;
  height: 118px;
  z-index: 2;
  pointer-events: none;
}

.contact-map__shape--green {
  background: var(--color-lime);
  transform: translate(-4px, -28px);
  z-index: 1;
}

.contact-map__shape--blue {
  background: var(--color-sky);
  transform: translate(-30px, -6px);
  z-index: 2;
}

.form-notice {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
}

.form-notice--success {
  background: rgba(136, 197, 64, 0.14);
  color: #37540e;
}

.form-notice--error {
  background: rgba(206, 74, 74, 0.14);
  color: #8a2a2a;
}

.site-footer {
  background: var(--color-sky);
  color: #fff;
}

.site-footer__transition {
  position: relative;
  height: 0;
  background: transparent;
  overflow: visible;
  z-index: 10;
}

.site-footer__main {
  padding: 4rem 0 3rem;
}

.site-footer__motif {
  position: absolute;
  left: clamp(1.25rem, 7vw, 6rem);
  bottom: 0;
  width: 150px;
  height: 150px;
  pointer-events: none;
}

.site-footer__motif-shape {
  position: absolute;
  display: block;
  width: 100px;
  height: 120px;
  clip-path: var(--motif-triangle-clip);
}

.site-footer__motif-shape--green {
  left: 45px;
  bottom: 25px;
  background: var(--color-lime);
  z-index: 1;
}

.site-footer__motif-shape--blue {
  left: 0;
  bottom: 0;
  background: var(--color-sky);
  z-index: 2;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.8fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.site-footer__grid > .wp-block-group {
  margin: 0;
}

.site-footer__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: none;
}

.site-footer__location-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem 1rem;
}

.site-footer__bottom {
  background: #fff;
  color: var(--color-ink);
  text-align: center;
  padding: 1rem 0;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.site-main--fallback,
.site-main--page,
.site-main--404 {
  padding: 4rem 0;
}

.default-entry__title,
.not-found-card h1 {
  margin-top: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1120px) {
  .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
  }
  .site-header__nav {
    justify-self: end;
  }
  .site-header__nav .wp-block-navigation__responsive-container-open,
  .site-header__nav .wp-block-navigation__responsive-container-close {
    color: var(--color-ink);
  }
  .site-header__nav .wp-block-navigation__responsive-container.is-menu-open {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-card);
  }
  .site-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: flex-start;
    gap: 1rem;
  }
  .site-header__actions {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
  }
  .site-header__actions .wp-block-button {
    flex: 1 1 240px;
  }
  .industry-card {
    flex-basis: calc((100% - 1.5rem) / 3);
  }
  .service-slide,
  .cleaning-panel,
  .industry-row,
  .service-row,
  .closing-cta__card,
  .guarantee-strip__grid,
  .trust-section__grid,
  .about-split__grid,
  .contact-intro__grid,
  .contact-form-section__grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .closing-cta__actions {
    justify-self: start;
  }
  .site-footer__location-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-block__intro {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .about-location-band__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about-location-band__copy {
    border-left: 0;
    border-top: 1px solid rgba(47, 48, 64, 0.24);
    padding-left: 0;
    padding-top: 1.25rem;
  }
  .service-block__headline {
    justify-items: start;
  }
  .service-block__title {
    text-align: left;
  }
  .service-block__cards {
    grid-template-columns: 1fr;
  }
  .service-block__cards::before,
  .service-block__cards::after {
    display: none;
  }
  .service-detail-card {
    min-height: 0;
  }
  .service-block__bullets {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  :root {
    --header-height: 116px;
  }
  body {
    font-size: 17px;
  }
  .site-header__logo,
  .site-header__brand img,
  .site-header__brand .custom-logo {
    width: 74px;
    height: 74px;
  }
  .button {
    width: 100%;
  }
  .site-header__actions .wp-block-button {
    flex-basis: 100%;
  }
  .site-header__actions .wp-block-button__link {
    width: 100%;
    min-width: 0;
  }
  .home-hero {
    min-height: auto;
    padding-top: 2rem;
  }
  .home-hero__content {
    padding: 4rem 0 3rem;
  }
  .home-hero__title {
    font-size: clamp(2.05rem, 8vw, 2.9rem);
    max-width: none;
    text-align: center;
    justify-self: center;
  }
  .home-hero__title-line {
    white-space: normal;
  }
  .home-hero__actions {
    width: 100%;
    justify-content: stretch;
  }
  .service-block {
    padding: 2rem 0;
  }
  .service-block__media {
    width: min(76vw, 300px);
    min-width: 0;
  }
  .service-block__title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }
  .about-split--intro .about-split__media img,
  .about-split--staff .about-split__media img {
    min-height: 0;
  }
  .about-location-band__title h2,
  .about-split--intro .about-split__copy h2,
  .about-split--staff .about-split__copy h2,
  .closing-cta__card--about h2 {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }
  .contact-map__toolbar {
    top: 10px;
    left: 10px;
  }
  .contact-map__toggle {
    padding: 0.7rem 0.95rem;
    font-size: 0.95rem;
  }
  .contact-map__frame {
    height: 420px;
  }
  .contact-map__shape {
    width: 64px;
    height: 82px;
    right: 0.75rem;
  }
  .contact-map__shape--green {
    transform: translate(-2px, -20px);
  }
  .contact-map__shape--blue {
    transform: translate(-20px, -3px);
  }
  .service-slide {
    padding: 1.5rem;
  }
  .industries-carousel {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .industries-carousel__nav {
    display: none;
  }
  .site-footer__motif {
    left: 1rem;
    bottom: 0;
    width: 100px;
    height: 100px;
  }
  .site-footer__motif-shape {
    width: 60px;
    height: 80px;
  }
  .site-footer__motif-shape--green {
    left: 25px;
    bottom: 10px;
    top: auto;
  }
  .site-footer__motif-shape--blue {
    left: 0;
    bottom: 0;
    top: auto;
  }
  .industry-card {
    flex-basis: calc(100% - 3.25rem);
  }
  .industry-card__media img {
    aspect-ratio: 1.12;
  }
  .cleaning-types__tabs {
    display: flex;
    gap: 0.5rem;
    scroll-snap-type: x proximity;
  }
  .cleaning-types__tab {
    scroll-snap-align: start;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
  }
  .site-footer__location-list {
    grid-template-columns: 1fr;
  }
}
