@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/assistant-300.ttf") format("truetype");
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/assistant-400.ttf") format("truetype");
}

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/assistant-700.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height, 90px);
}

body {
  --header-height: 90px;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: #222;
  background: #1ea7c4;
  font-family: Assistant, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.6;
}

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

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

.site-shell {
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: var(--header-height);
  background: #fff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 18px 34px;
  background: #3f75a8;
  color: #fff;
  box-shadow: inset 0 -4px #3f75a8;
}

.logo-link {
  display: block;
  width: 89px;
  flex: 0 0 auto;
}

.logo-link img {
  width: 89px;
  height: auto;
}

.main-nav {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.4px;
}

.main-nav button,
.main-nav a {
  font: inherit;
  color: #fff;
}

.main-nav button {
  padding: 20px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-group {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 178px;
  padding: 14px 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, .96);
  color: #333;
  text-align: left;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.services-menu {
  min-width: 305px;
}

.dropdown a {
  display: block;
  padding: 8px 20px;
  color: #333;
  text-transform: none;
  letter-spacing: .5px;
}

.nav-group:hover .dropdown,
.nav-group:focus-within .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.contact-link {
  padding: 20px 0;
}

.menu-toggle {
  display: grid;
  gap: 4px;
  width: 24px;
  margin-left: auto;
}

.menu-toggle span {
  height: 2px;
  background: #fff;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: 260px;
  min-height: 100vh;
  padding: calc(var(--header-height) + 22px) 26px 22px;
  background: #2a2a2a;
  color: #fff;
  transform: translateX(100%);
  transition: transform .18s ease;
}

.side-nav:target,
.side-nav.is-open {
  transform: translateX(0);
}

.side-nav a,
.side-nav span {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.side-nav .side-subnav {
  margin: -2px 0 8px 18px;
  border-left: 1px solid rgba(255, 255, 255, .28);
  padding-left: 14px;
}

.side-nav .side-subnav a {
  padding: 4px 0;
  font-size: 12px;
  letter-spacing: .7px;
  text-transform: none;
}

.side-nav span {
  margin-top: 10px;
  color: rgba(255, 255, 255, .62);
}

.side-nav .nav-button {
  display: inline-block;
  margin-top: 12px;
  padding: 13px 22px;
  border: 1px solid #fff;
}

.hero {
  position: relative;
  min-height: 446px;
  overflow: hidden;
  background: #111;
}

.hero img {
  width: 100%;
  height: 446px;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .27);
}

.hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: #fff;
  text-align: center;
}

.hero h1 {
  max-width: 930px;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.25;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.hero a {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(0, 0, 0, .65);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
}

.home-slogan {
  padding: 46px 20px 10px;
  background: #fff;
  text-align: center;
}

.home-slogan p {
  max-width: 1120px;
  margin: 0 auto;
  color: #4baabc;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.45;
}

.services {
  display: grid;
  gap: 0;
  padding: 36px 20px 0;
  background: #fff;
}

.service-card {
  display: block;
  max-width: 560px;
  margin: 0 auto 35px;
  color: #222;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

.service-card h2 {
  margin: 20px 0 15px;
  color: #4baabc;
  font-size: 43px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.service-card p {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
}

.testimonial {
  padding: 36px 20px 90px;
  background: #fff;
  text-align: center;
}

.testimonial blockquote {
  max-width: 1656px;
  margin: 0 auto;
}

.testimonial blockquote::before {
  display: block;
  margin-bottom: 5px;
  color: #c6dadd;
  content: "“";
  font-size: 86px;
  font-weight: 700;
  line-height: .6;
}

.testimonial p {
  margin: 0 0 16px;
  color: #222;
  font-size: 32px;
  line-height: 1.75;
}

.testimonial cite {
  color: #222;
  font-style: normal;
  font-size: 28px;
}

.home-quote-cta {
  max-width: 980px;
  margin: 64px auto 0;
}

.home-quote-cta h2 {
  margin: 0 0 16px;
  color: #4baabc;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
}

.home-quote-cta p {
  margin: 0 auto 24px;
  max-width: 860px;
  color: #222;
  font-size: 23px;
  line-height: 1.55;
}

.home-quote-cta a {
  color: #4baabc;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.clients {
  padding: 0 20px 42px;
  background: #fff;
}

.rule {
  max-width: 1160px;
  margin: 0 auto 34px;
  border-top: 1px solid #d8d8d8;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 480px;
  margin: 0 auto;
}

.client-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.site-footer {
  padding: 20px 20px 18px;
  background: #58b0c2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
}

.site-footer a {
  display: inline-block;
  margin: 0 18px 12px;
}

.site-footer > a {
  min-width: 120px;
}

.site-footer p {
  margin: 6px auto;
  max-width: 760px;
}

.site-footer .footer-cookie {
  margin: 12px auto;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .42);
}

.cookie-modal.is-open {
  display: flex;
}

.cookie-modal__panel {
  position: relative;
  width: min(620px, 100%);
  padding: 34px 38px 32px;
  background: #fff;
  color: #222;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
  text-align: left;
}

.cookie-modal__panel h2 {
  margin: 0 42px 18px 0;
  color: var(--tms-blue);
  font-size: var(--tms-title-size);
  font-weight: 300;
  line-height: 1.25;
}

.cookie-modal__panel p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.55;
}

.cookie-modal__panel p:last-child {
  margin-bottom: 0;
}

.cookie-modal__panel a {
  color: var(--tms-blue);
  text-decoration: underline;
}

.cookie-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #222;
  font: inherit;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.content-hero {
  position: relative;
  display: grid;
  min-height: 380px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.content-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-hero-stocks-and-supplies img {
  object-position: center 68%;
}

.content-hero-services2 {
  height: clamp(460px, 38vw, 640px);
  min-height: clamp(460px, 38vw, 640px);
  background: #fff;
}

.content-hero-services2 img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.content-hero-cleaning {
  min-height: clamp(480px, 46vw, 680px);
}

.content-hero-cleaning img {
  object-position: center center;
}

.content-hero-maintenance {
  min-height: clamp(480px, 46vw, 680px);
}

.content-hero-maintenance img {
  object-position: center center;
}

.content-hero-total-fm {
  background: #fff;
}

.content-hero-total-fm img {
  object-fit: contain;
  object-position: center center;
}

.content-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, .25);
}

.content-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0;
  padding: 34px 24px;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.18;
}

.content-page {
  max-width: 1020px;
  margin: 0 auto;
  padding: 54px 24px 68px;
  background: #fff;
}

.content-page h2,
.content-page h3 {
  color: #4baabc;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
}

.content-page h2 {
  margin: 34px 0 12px;
  font-size: 34px;
}

.content-page h3 {
  margin: 0 0 22px;
  font-size: 25px;
}

.content-page p,
.content-page li {
  font-size: 21px;
  line-height: 1.58;
}

.content-page ul {
  padding-left: 25px;
}

.content-page hr {
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin: 34px 0;
}

.content-page blockquote {
  margin: 34px auto;
  max-width: 860px;
  color: #555;
  text-align: center;
}

.content-page blockquote p {
  font-size: 22px;
}

.service-layout .content-page > h2:first-child,
.service-layout .content-page > h3:first-child {
  margin-top: 0;
}

.service-section {
  margin-bottom: 22px;
}

.service-section h2 {
  margin: 0 0 4px;
}

.service-section p,
.service-section ul {
  margin-top: 0;
}

.service-section p:last-child,
.service-section ul:last-child {
  margin-bottom: 0;
}

.service-section .method-text-link {
  color: #4baabc;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-layout .content-page blockquote,
.content-page .service-quote {
  max-width: 980px;
  margin: 22px auto 0;
  color: #4f8588;
  text-align: center;
}

.service-layout .content-page blockquote::before,
.content-page .service-quote::before {
  display: block;
  margin-bottom: 10px;
  color: #c6dadd;
  content: "“";
  font-size: 82px;
  font-weight: 700;
  line-height: .55;
}

.service-layout .content-page blockquote p,
.content-page .service-quote p {
  max-width: 920px;
  margin: 0 auto 12px;
  font-size: 30px;
  line-height: 1.55;
}

.service-layout .content-page blockquote cite,
.content-page .service-quote cite {
  display: block;
  color: #a8c8cc;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
}

.service-cta {
  margin: 42px auto 0;
  max-width: 820px;
  text-align: center;
}

.service-cta p {
  margin-bottom: 18px;
}

.service-cta a {
  display: inline-block;
  margin-top: 18px;
  border: 2px solid #4baabc;
  padding: 13px 32px;
  color: #4baabc;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.content-page .story-image {
  width: 100%;
  max-width: 680px;
  margin: 24px auto;
  object-fit: cover;
}

.content-page .case-link {
  display: inline-block;
  margin: 10px 0 28px;
  color: #4baabc;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-page cite {
  color: #777;
  font-style: normal;
}

.services2-grid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: none;
}

.content-hero-services2 + .content-page {
  padding-top: 24px;
}

.content-hero-partnerships + .content-page {
  padding-top: 24px;
}

.content-hero-partnerships + .content-page > h3:first-child {
  color: #222;
}

.content-hero-contact + .content-page {
  padding-top: 24px;
}

.contact-page > h3:first-child {
  text-align: center;
}

.contact-page h2 {
  margin: 24px 0 0;
}

.contact-page h2 + p {
  margin-top: -6px;
  margin-bottom: 14px;
}

.contact-page .contact-help-heading {
  margin-top: 38px;
}

.contact-page .contact-closing-heading {
  margin: 22px 0 4px;
  font-size: 22px;
}

.contact-page .contact-closing-heading + p {
  margin-top: 0;
}

.services2-slogan {
  max-width: 1180px;
  margin: 0 auto 24px;
  color: #222;
  font-size: 30px;
  line-height: 1.45;
  text-align: center;
}

.content-page .services2-heading {
  max-width: 1760px;
  margin: 0 auto 18px;
  color: #222;
  font-size: 30px;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
}

.content-page .services2-body-heading {
  color: #222;
  font-size: 30px;
  line-height: 1.45;
}

.services2-quote {
  max-width: 1120px;
  margin: 64px auto 0;
  color: #4f8588;
  text-align: center;
}

.services2-quote::before {
  display: block;
  margin-bottom: 14px;
  color: #c6dadd;
  content: "“";
  font-size: 82px;
  font-weight: 700;
  line-height: .55;
}

.services2-quote p {
  margin-bottom: 14px;
  font-size: 31px;
  line-height: 1.55;
}

.services2-quote cite {
  color: #a8c8cc;
  font-style: normal;
  font-size: 24px;
}

.services2-row {
  display: grid;
  gap: 42px 38px;
}

.services2-row + .services2-row {
  margin-top: 42px;
}

.services2-card {
  display: block;
  color: #222;
}

.services2-card img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

.services2-card h2 {
  width: 100%;
  margin: 18px auto 0;
  color: #4baabc;
  font-size: clamp(24px, 1.8vw, 29px);
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}

.content-columns {
  display: grid;
  gap: 24px;
}

.content-card {
  padding: 0;
}

.content-card img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  margin-bottom: 18px;
}

.about-layout {
  display: grid;
  gap: 46px;
  max-width: 1510px;
  margin: 0 auto;
  padding: 48px 42px 70px;
  background: #fff;
}

.about-layout.standard-about {
  display: block;
  max-width: 1240px;
  padding-top: 32px;
}

.about-banner {
  position: relative;
  display: grid;
  min-height: 509px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.about-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, .18);
}

.about-banner h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.15;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .38);
}

.about-main-copy p {
  margin: 0 0 22px;
  font-size: 21px;
  line-height: 1.58;
}

.about-intro-copy {
  color: #222;
}

.about-intro-copy h2 {
  margin-top: 0;
}

.about-intro-copy p {
  color: inherit;
}

.about-founder-photo {
  float: right;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3 / 4;
  margin: 0 0 24px 42px;
  object-fit: cover;
  object-position: center 38%;
}

.about-main-copy h2 {
  margin: 28px 0 8px;
  color: #4baabc;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.25;
}

.about-main-copy hr {
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin: 42px 0;
}

.about-main-copy blockquote {
  margin: 0 auto;
  color: #555;
  text-align: center;
}

.about-main-copy blockquote p {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.65;
}

.about-main-copy cite {
  color: #777;
  font-style: normal;
  font-size: 16px;
}

.testimonial blockquote,
.services2-quote,
.service-layout .content-page blockquote,
.content-page .service-quote,
.content-page blockquote,
.about-main-copy blockquote,
.method-main blockquote {
  color: #222;
  text-align: center;
}

.testimonial blockquote::before,
.services2-quote::before,
.service-layout .content-page blockquote::before,
.content-page .service-quote::before,
.content-page blockquote::before,
.about-main-copy blockquote::before,
.method-main blockquote::before {
  display: block;
  margin-bottom: 10px;
  color: #c6dadd;
  content: "“";
  font-size: 82px;
  font-weight: 700;
  line-height: .55;
}

.testimonial blockquote p,
.services2-quote p,
.service-layout .content-page blockquote p,
.content-page .service-quote p,
.content-page blockquote p,
.about-main-copy blockquote p,
.method-main blockquote p {
  color: #222;
  margin-bottom: 1em;
}

.testimonial blockquote cite,
.services2-quote cite,
.service-layout .content-page blockquote cite,
.content-page .service-quote cite,
.content-page blockquote cite,
.about-main-copy blockquote cite,
.method-main cite {
  display: block;
  color: #222;
  font-style: normal;
}

.about-main-copy .method-text-link {
  color: #4baabc;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-sidebar h1 {
  margin: 0 0 22px;
  color: #111;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
}

.about-sidebar a {
  display: block;
  padding: 6px 0;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.about-sidebar a.active {
  color: #4baabc;
}

.charity-content {
  min-width: 0;
}

.community-layout {
  max-width: 1510px;
  margin: 0 auto;
  padding: 48px 42px 70px;
  background: #fff;
}

.community-banner {
  position: relative;
  display: grid;
  height: 580px;
  min-height: 580px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.community-banner > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.community-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, .34);
}

.community-banner h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.12;
}

.charity-intro {
  max-width: 1280px;
  margin: 0 auto;
  color: #4baabc;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: 7px;
  line-height: 1.36;
}

.charity-intro p {
  margin: 0 0 28px;
}

.charity-intro p:not(:first-child) {
  color: #222;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.55;
}

.charity-intro p:last-child {
  margin-bottom: 0;
}

.charity-section-title {
  margin: 90px auto 56px;
  max-width: 1280px;
  color: #4baabc;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
}

.charity-grid {
  display: grid;
  gap: 46px;
  align-items: stretch;
}

.charity-card {
  display: flex;
  flex-direction: column;
}

.charity-card img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  margin-bottom: 22px;
}

.charity-card h2 {
  margin: 0 0 20px;
  color: #222;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.15;
}

.charity-card p {
  margin: 0 0 18px;
  color: #333;
  font-size: 20px;
  line-height: 1.6;
}

.charity-card p:last-of-type {
  margin-bottom: 48px;
}

.case-button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 19px 26px;
  background: #3f75a8;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 1.15;
}

.service-layout {
  display: grid;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 68px;
  background: #fff;
}

.service-sidebar {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 18px;
}

.service-sidebar h2 {
  margin: 0 0 16px;
  color: #222;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
}

.service-sidebar a {
  display: block;
  padding: 8px 0;
  color: #555;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.25;
  text-transform: uppercase;
}

.service-sidebar a:hover,
.service-sidebar a.active {
  color: #4baabc;
}

.service-layout .content-page {
  max-width: none;
  margin: 0;
  padding: 0;
}

.cleaning-layout {
  padding-top: 24px;
}

.service-layout.cleaning-layout .service-quote {
  margin-top: 56px;
}

.content-page .title-with-jigsaw {
  position: relative;
  display: block;
}

.content-page .title-with-jigsaw img {
  position: absolute;
  top: 50%;
  left: -64px;
  width: 54px;
  height: 54px;
  object-fit: contain;
  transform: translateY(-50%) rotate(-7deg);
}

.content-page .title-with-jigsaw-right {
  display: inline-block;
}

.content-page .title-with-jigsaw-right img {
  left: auto;
  right: -64px;
}

.method-banner {
  position: relative;
  display: grid;
  height: 560px;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  background: #eaeff4;
  color: #fff;
  text-align: center;
}

.method-jigsaw-stage {
  position: absolute;
  inset: 0;
  background: #eaeff4;
}

.method-jigsaw-image {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  object-fit: contain;
}

.method-jigsaw-image-left {
  left: 0;
  z-index: 1;
  object-position: center center;
}

.method-jigsaw-image-right {
  right: 0;
  z-index: 1;
  object-position: center center;
}

.method-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0,0,0,0.22);
}

.method-banner h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.12;
  transform: translateY(218px);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}

.method-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 29px 24px 110px;
  background: #fff;
}

.method-intro {
  max-width: 1040px;
  color: #4baabc;
  font-size: 26px;
  letter-spacing: 5px;
  line-height: 1.45;
}

.method-intro h2 {
  margin: 0 0 4px;
  color: #4baabc;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.25;
}

.method-intro p {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.55;
}

.method-intro-black {
  color: #222;
}

.method-intro > p.method-intro-black:first-of-type {
  color: #222;
}

.method-grid {
  display: grid;
  gap: 56px;
  margin-top: 22px;
}

.method-main {
  width: 100%;
  min-width: 0;
}

.method-lead {
  color: #4baabc;
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 1.45;
}

.method-main h2 {
  margin: 34px 0 16px;
  color: #4baabc;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.25;
  text-transform: uppercase;
}

.method-content-section h2 {
  display: inline-block;
  margin: 0 0 4px;
  padding-bottom: 0;
  text-transform: none;
}

.method-content-section {
  margin-bottom: 22px;
}

.method-benefits-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1fr);
  align-items: center;
  gap: 42px;
}

.method-benefits-copy {
  min-width: 0;
}

.method-main .method-benefits-quote {
  max-width: none;
  margin: 0;
}

.method-main .method-benefits-quote::before {
  margin-bottom: 0;
  line-height: .45;
}

.method-main .method-benefits-quote p,
.method-main .method-benefits-quote cite {
  color: #222;
  font-size: var(--tms-body-size);
  font-style: italic;
  line-height: 1.45;
}

.method-main .method-benefits-quote p {
  margin-bottom: .5em;
}

.method-content-section-typical {
  margin-bottom: 10px;
}

.method-content-section-joined {
  margin-bottom: 22px;
}

.method-content-section::after {
  display: block;
  clear: both;
  content: "";
}

.method-main p {
  margin: 0 0 11px;
  color: #222;
  font-size: 22px;
  line-height: 1.55;
}

.method-content-section > p:last-of-type {
  margin-bottom: 0;
}

.method-inline-image {
  display: block;
  max-width: 100%;
}

.method-inline-image-right {
  float: right;
  width: min(42%, 430px);
  margin: 0 0 18px 44px;
}

.method-inline-image-typical {
  width: min(36%, 370px);
  margin-top: -96px;
  margin-right: -28px;
}

.method-nowrap-line {
  white-space: nowrap;
}

.method-inline-image-framework {
  width: min(32%, 330px);
  margin-top: -76px;
  margin-bottom: 0;
}

.method-inline-image-sum {
  width: min(36%, 370px);
  margin-top: -42px;
  margin-bottom: 8px;
}

.method-main ul {
  margin: 0 0 26px 34px;
  color: #222;
  font-size: 22px;
  line-height: 1.55;
}

.method-main blockquote {
  max-width: 980px;
  margin: 22px auto 0;
  color: #4f8588;
  text-align: center;
}

.method-main blockquote::before {
  display: block;
  margin-bottom: 10px;
  color: #c6dadd;
  content: "“";
  font-size: 82px;
  font-weight: 700;
  line-height: .55;
}

.method-main blockquote p {
  max-width: 920px;
  margin: 0 auto 12px;
  font-size: 30px;
  line-height: 1.55;
}

.method-main cite {
  display: block;
  color: #a8c8cc;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
}

.method-cta {
  margin: 28px auto 0;
  max-width: 820px;
  text-align: center;
}

.method-cta-piece {
  width: 58px;
  margin: 0;
}

.method-cta h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.method-cta p {
  margin-bottom: 18px;
}

.method-cta a {
  display: inline-block;
  margin-top: 24px;
  border: 2px solid #4baabc;
  padding: 13px 32px;
  color: #4baabc;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .services2-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body {
    --header-height: 118px;
  }

  .site-header {
    min-height: 112px;
    padding: 24px 56px;
  }

  .logo-link,
  .logo-link img {
    width: 116px;
  }

  .main-nav {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }

  .hero,
  .hero img {
    height: 590px;
  }

  .hero h1 {
    font-size: 35px;
    line-height: 1.2;
  }

  .hero a {
    padding: 15px 30px;
    font-size: 16px;
  }

  .services {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    box-sizing: border-box;
    max-width: 1760px;
    margin: 0 auto;
    padding: 43px 20px 0;
  }

  .service-card {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .service-card img {
    aspect-ratio: 1.5 / 1;
  }

  .service-card h2 {
    margin-top: 18px;
    font-size: clamp(20px, 2.2vw, 31px);
    white-space: normal;
    text-wrap: balance;
  }

  .service-card p {
    font-size: 22px;
    line-height: 1.55;
  }

  .services2-row-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .services2-row-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial {
    padding-top: 36px;
    padding-bottom: 94px;
  }

  .client-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    align-items: center;
    gap: 36px;
    max-width: 1656px;
  }

  .client-grid img {
    width: 50%;
    max-width: 90px;
    margin: 0 auto;
  }

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

  .service-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
  }

  .service-sidebar {
    border-bottom: 0;
    padding: 0 28px 0 0;
  }

  .cleaning-layout .service-quote,
  .cleaning-layout .service-cta {
    transform: translateX(-129px);
  }

  .fire-safety-layout .service-cta {
    transform: translateX(-129px);
  }

  .maintenance-layout .service-cta {
    transform: translateX(-129px);
  }

  .stocks-layout .service-cta {
    transform: translateX(-129px);
  }

  .office-renovation-layout .service-cta {
    transform: translateX(-129px);
  }

  .compliance-layout .service-cta {
    transform: translateX(-129px);
  }

  .total-fm-layout .service-cta {
    transform: translateX(-129px);
  }

  .about-layout {
    grid-template-columns: 350px minmax(0, 1fr);
    padding-top: 46px;
  }

  .about-layout.standard-about {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 45px;
  }

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

@media (min-width: 1180px) {
  .site-header {
    padding-left: 78px;
    padding-right: 78px;
  }
}

@media (max-width: 767px) {
  .content-page .title-with-jigsaw {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .content-page .title-with-jigsaw span {
    order: 1;
  }

  .content-page .title-with-jigsaw img {
    position: static;
    order: 2;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    transform: rotate(-7deg);
  }

  .services2-grid {
    width: auto;
    margin-left: 0;
    transform: none;
  }

  .services2-row {
    grid-template-columns: 1fr;
  }

  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slogan {
    padding: 34px 18px 4px;
  }

  .home-slogan p {
    font-size: 23px;
    line-height: 1.38;
  }
}

@media (max-width: 430px) {
  .hero,
  .hero img {
    height: 446px;
  }

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

  .service-card h2 {
    font-size: 36px;
    white-space: normal;
    text-wrap: balance;
  }

  .service-card p {
    font-size: 22px;
  }

  .home-quote-cta h2 {
    font-size: 34px;
  }

  .home-quote-cta p {
    font-size: 21px;
  }

  .client-grid {
    grid-template-columns: 1fr;
    max-width: 180px;
  }

  .content-hero h1 {
    font-size: 34px;
  }

  .content-page p,
  .content-page li {
    font-size: 20px;
  }

  .about-layout {
    padding-left: 24px;
    padding-right: 24px;
  }

  .method-benefits-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .method-main .method-benefits-quote {
    margin-top: 8px;
  }

  .about-banner {
    min-height: 360px;
  }

  .about-banner h1 {
    font-size: 36px;
    white-space: normal;
  }

  .about-intro-copy {
    display: block;
  }

  .about-founder-photo {
    float: none;
    max-width: 280px;
    margin: 0 0 26px;
  }

  .method-banner {
    height: 390px;
    min-height: 390px;
  }

  .method-jigsaw-stage {
    background: #eaeff4;
  }

  .method-jigsaw-image-left {
    display: none;
  }

  .method-jigsaw-image-right {
    width: 100%;
  }

  .method-banner h1 {
    font-size: 44px;
    transform: translateY(142px);
  }

  .method-page {
    padding-top: 29px;
  }

  .method-intro,
  .method-lead,
  .method-side h2 {
    font-size: 24px;
    letter-spacing: 4px;
  }

  .method-main p,
  .method-side p,
  .method-side li {
    font-size: 19px;
  }

  .method-main h2 {
    font-size: 25px;
  }

  .method-cta h2 {
    flex-wrap: wrap;
    white-space: normal;
  }

  .method-inline-image-right {
    float: none;
    width: 100%;
    max-width: 420px;
    margin: 8px auto 24px;
  }

  .method-nowrap-line {
    white-space: normal;
  }

  .charity-intro {
    font-size: 24px;
    letter-spacing: 4px;
  }

  .community-banner {
    height: 360px;
    min-height: 360px;
  }

  .community-banner h1 {
    font-size: 46px;
  }

  .charity-section-title {
    margin: 48px 0 34px;
    font-size: 31px;
  }

  .charity-card h2 {
    font-size: 32px;
  }

  .case-button {
    font-size: 14px;
    letter-spacing: 4px;
  }
}

/* Site-wide typography system */
:root {
  --tms-blue: #4baabc;
  --tms-quote-blue: #c6dadd;
  --tms-title-size: 34px;
  --tms-body-size: 21px;
  --tms-hero-title-size: clamp(42px, 4vw, 64px);
}

.hero h1,
.content-hero h1,
.about-banner h1,
.community-banner h1,
.method-banner h1 {
  font-size: var(--tms-hero-title-size);
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.15;
}

.home-slogan p,
.services2-slogan,
.content-page > h3:first-child,
.content-page > p:first-child,
.service-layout .content-page .service-section:first-child p,
.method-intro > p:first-of-type,
.charity-intro p:first-child {
  color: var(--tms-blue);
}

.services2-slogan {
  color: #222;
}

.content-page h2,
.content-page h3,
.service-section h2,
.about-main-copy h2,
.method-intro h2,
.method-main h2,
.method-cta h2,
.home-quote-cta h2,
.service-card h2,
.services2-card h2,
.charity-section-title,
.charity-card h2 {
  color: var(--tms-blue);
  font-size: var(--tms-title-size);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: capitalize;
}

.content-page h2,
.content-page h3,
.service-section h2,
.about-main-copy h2,
.method-intro h2,
.method-main h2,
.method-content-section h2,
.method-cta h2,
.home-quote-cta h2,
.charity-section-title,
.charity-card h2 {
  margin-bottom: 14px;
}

.content-page p,
.content-page li,
.service-section p,
.service-section li,
.about-main-copy p,
.method-main p,
.method-main li,
.method-intro p,
.charity-card p,
.home-quote-cta p {
  font-size: var(--tms-body-size);
}

.testimonial blockquote::before,
.services2-quote::before,
.service-layout .content-page blockquote::before,
.content-page .service-quote::before,
.content-page blockquote::before,
.about-main-copy blockquote::before,
.method-main blockquote::before {
  color: var(--tms-quote-blue);
}

.testimonial blockquote p,
.services2-quote p,
.service-layout .content-page blockquote p,
.content-page .service-quote p,
.content-page blockquote p,
.about-main-copy blockquote p,
.method-main blockquote p,
.testimonial blockquote cite,
.services2-quote cite,
.service-layout .content-page blockquote cite,
.content-page .service-quote cite,
.content-page blockquote cite,
.about-main-copy blockquote cite,
.method-main cite {
  color: #222;
  font-size: var(--tms-title-size);
  line-height: 1.45;
}

.testimonial blockquote p,
.services2-quote p,
.service-layout .content-page blockquote p,
.content-page .service-quote p,
.content-page blockquote p,
.about-main-copy blockquote p,
.method-main blockquote p {
  margin-bottom: 1em;
}

.home-slogan p {
  font-size: var(--tms-title-size);
}

.testimonial {
  padding-top: 64px;
}

.testimonial blockquote::before {
  margin-bottom: 0;
  line-height: .45;
}

.testimonial blockquote p,
.testimonial blockquote cite {
  font-size: calc(var(--tms-title-size) - 4px);
  font-style: italic;
}

.testimonial blockquote p {
  margin-bottom: .5em;
}

.content-page blockquote.partnerships-quote::before {
  margin-bottom: 0;
  line-height: .45;
}

.content-page blockquote.partnerships-quote p,
.content-page blockquote.partnerships-quote cite {
  color: #222;
  font-size: calc(var(--tms-title-size) - 4px);
  font-style: italic;
  line-height: 1.45;
}

.content-page blockquote.partnerships-quote p {
  margin-bottom: .5em;
}

.home-quote-cta a {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid var(--tms-blue);
}

.cleaning-layout .content-page .service-section:first-child p {
  color: #222;
}

.fire-safety-layout .content-page .service-section:first-child p {
  color: #222;
}

.stocks-layout .content-page .service-section:first-child p {
  color: #222;
}

.office-renovation-layout .content-page .service-section:first-child p {
  color: #222;
}

.total-fm-layout .content-page .service-section:first-child p {
  color: #222;
}

.cleaning-layout .service-quote::before {
  margin-bottom: 0;
  line-height: .45;
}

.cleaning-layout .service-quote p,
.cleaning-layout .service-quote cite {
  color: #222;
  font-size: calc(var(--tms-title-size) - 4px);
  font-style: italic;
}

.cleaning-layout .service-quote p {
  margin-bottom: .5em;
}

.service-layout.cleaning-layout .content-page blockquote.service-quote {
  max-width: 1656px;
  margin: 56px auto 0;
  color: #222;
  text-align: center;
}

.service-layout.cleaning-layout .content-page blockquote.service-quote::before {
  margin-bottom: 0;
  line-height: .45;
}

.service-layout.cleaning-layout .content-page blockquote.service-quote p,
.service-layout.cleaning-layout .content-page blockquote.service-quote cite {
  color: #222;
  font-size: calc(var(--tms-title-size) - 4px);
  font-style: italic;
  line-height: 1.45;
}

.service-layout.cleaning-layout .content-page blockquote.service-quote p {
  max-width: none;
  margin: 0 auto .5em;
}

.service-layout.cleaning-layout .content-page blockquote.service-quote cite {
  margin: 0;
}

.content-page > p.services2-slogan:first-child {
  color: #222;
  font-size: 30px;
  text-align: center;
}

.content-page > .services2-body-heading {
  color: var(--tms-blue);
  font-size: 34px;
  text-align: center;
}

.content-page blockquote.services2-quote {
  max-width: 1656px;
  margin: 72px auto 0;
  color: #222;
  text-align: center;
}

.content-page blockquote.services2-quote::before {
  margin-bottom: 0;
  line-height: .45;
}

.content-page blockquote.services2-quote p,
.content-page blockquote.services2-quote cite {
  color: #222;
  font-size: calc(var(--tms-title-size) - 4px);
  font-style: italic;
  line-height: 1.45;
}

.content-page blockquote.services2-quote p {
  max-width: none;
  margin: 0 auto .5em;
}

.content-page blockquote.services2-quote cite {
  margin: 0;
}

@media (max-width: 767px) {
  :root {
    --tms-title-size: 31px;
    --tms-body-size: 20px;
    --tms-hero-title-size: clamp(34px, 9vw, 46px);
  }

  .content-page .services2-heading {
    white-space: normal;
  }
}
