@import url("https://fonts.googleapis.com/css2?family=Caudex:wght@400;700&family=Open+Sans:wght@400;600;700&display=swap");

:root {
  --ink: #17212b;
  --muted: #5d6a76;
  --line: #dfe6ec;
  --brand: #183288;
  --brand-dark: #183288;
  --header-bg: #183288;
  --hover-blue: #05829F;
  --hover-ink: #000000;
  --cta-green: #6CCD46;
  --accent: #28CAF0;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --max: 1180px;
  --display-font: "Caudex", Georgia, "Times New Roman", serif;
  --body-font: "Open Sans", Arial, sans-serif;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.5;
}

a {
  color: inherit;
}

a,
button {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out;
}

.topbar {
  background: var(--header-bg);
  color: #fff;
  font-size: 16px;
  position: relative;
}

.topbar-inner,
.site-header-inner,
.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-strip,
.social-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.topbar a,
.topbar span,
.nav a,
.button {
  font-family: var(--display-font);
}

.contact-strip a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.contact-strip a::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.contact-strip a[href^="mailto:"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm17 3.2-7.45 5.25a1 1 0 0 1-1.1 0L4 8.2V17h16V8.2ZM5.6 7l6.4 4.5L18.4 7H5.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm17 3.2-7.45 5.25a1 1 0 0 1-1.1 0L4 8.2V17h16V8.2ZM5.6 7l6.4 4.5L18.4 7H5.6Z'/%3E%3C/svg%3E");
}

.contact-strip a[href^="tel:"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.1 2.8 10 5.7c.7.7.8 1.8.2 2.6L8.8 10c1.1 2.2 3 4.1 5.2 5.2l1.7-1.4c.8-.6 1.9-.5 2.6.2l2.9 2.9c.6.6.7 1.6.2 2.3-.9 1.4-2.5 2.2-4.2 2.2C9.1 21.4 2.6 14.9 2.6 6.8c0-1.7.8-3.3 2.2-4.2.7-.5 1.7-.4 2.3.2Zm-1 1.5c-.9.6-1.5 1.5-1.5 2.5 0 7 5.7 12.6 12.6 12.6 1 0 1.9-.5 2.5-1.5l-2.8-2.8-2.2 1.8-.5-.2c-3-1.3-5.4-3.8-6.8-6.8l-.2-.5L9 7.2 6.1 4.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.1 2.8 10 5.7c.7.7.8 1.8.2 2.6L8.8 10c1.1 2.2 3 4.1 5.2 5.2l1.7-1.4c.8-.6 1.9-.5 2.6.2l2.9 2.9c.6.6.7 1.6.2 2.3-.9 1.4-2.5 2.2-4.2 2.2C9.1 21.4 2.6 14.9 2.6 6.8c0-1.7.8-3.3 2.2-4.2.7-.5 1.7-.4 2.3.2Zm-1 1.5c-.9.6-1.5 1.5-1.5 2.5 0 7 5.7 12.6 12.6 12.6 1 0 1.9-.5 2.5-1.5l-2.8-2.8-2.2 1.8-.5-.2c-3-1.3-5.4-3.8-6.8-6.8l-.2-.5L9 7.2 6.1 4.3Z'/%3E%3C/svg%3E");
}

.social-link {
  display: inline-flex;
  align-items: center;
}

.social-link img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.topbar a:hover,
.topbar a:focus-visible {
  color: #fff;
  opacity: 0.82;
}

.social-link:hover img,
.social-link:focus-visible img,
.trustpilot-text:hover img,
.trustpilot-text:focus-visible img {
  opacity: 0.82;
}

.trustpilot-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-family: var(--display-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transform: translate(-50%, -50%);
}

.trustpilot-text::before {
  content: "★";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  background: #00b67a;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
}

.trustpilot-text img {
  width: 82px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-header-inner {
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 118px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  justify-content: center;
}

.nav a {
  padding: 8px 4px;
  border-radius: 0;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--brand-dark);
  background: transparent;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--hover-blue);
}

.header-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 49px;
  padding: 0 28px;
  background: var(--brand);
  color: #fff;
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.header-call-button:hover,
.header-call-button:focus-visible {
  background: var(--hover-blue);
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 180px;
  padding: 0 28px;
  border-radius: 0;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  gap: 12px;
}

.button::after {
  content: "";
  width: 0.72em;
  height: 0.72em;
  border-right: 0.22em solid currentColor;
  border-top: 0.22em solid currentColor;
  transform: rotate(45deg);
}

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

.button.call {
  border-color: var(--cta-green);
  background: var(--cta-green);
  color: #fff;
}

.button:hover,
.button:focus-visible {
  border-color: var(--hover-ink);
  background: #fff;
  color: var(--hover-ink);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--hover-blue);
  background: var(--hover-blue);
  color: #fff;
}

.hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.34)),
    url("../images/hero-building-survey.jpg") center/cover;
  color: #fff;
}

.hero .section-inner {
  min-height: 598px;
  display: grid;
  align-content: center;
  padding: 72px 0;
}

.eyebrow {
  color: var(--brand);
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--display-font);
  line-height: 1.2;
  margin: 0 0 10px;
}

.hero .eyebrow {
  color: #fff;
  font-size: clamp(2.4rem, 4.7vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

h1,
h2,
h3 {
  line-height: 1.14;
  margin: 0 0 16px;
  font-family: var(--display-font);
  font-weight: 700;
}

h1 {
  max-width: 780px;
  font-size: 52px;
}

.hero h1 {
  font-size: clamp(2.6rem, 5.2vw, 5.3rem);
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 24px;
}

.card h2 {
  font-size: 24px;
}

p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.5;
}

.section p,
.contact-grid p,
.service-detail p {
  font-family: var(--display-font);
}

.lead {
  max-width: 960px;
  font-size: 22px;
  font-family: var(--display-font);
}

.hero-actions,
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.section {
  padding: 76px 0;
}

.section.soft {
  background: var(--soft);
}

.home-services {
  background:
    linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
    url("../images/services-bg.jpg") center / cover;
  color: #fff;
  min-height: 598px;
  padding: 76px 0 82px;
}

.home-services .section-inner {
  max-width: 980px;
}

.home-services .eyebrow {
  color: var(--accent);
  font-family: var(--display-font);
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 8px;
  text-align: center;
}

.home-services h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 34px;
  text-align: center;
}

.home-services .service-grid {
  gap: 18px;
}

.home-services .card {
  border: 0;
  border-radius: 0;
  color: #000;
  min-height: 356px;
  padding: 27px 22px 22px;
}

.home-services .card h3 {
  color: #000;
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 15px;
}

.home-services .card p {
  color: #000;
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.45;
}

.home-services .card a {
  color: var(--brand);
  display: inline-block;
  font-family: var(--display-font);
  font-size: 17px;
  margin-top: 13px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-services .service-icon {
  margin-bottom: 21px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 44px;
  align-items: center;
}

.image-panel {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.home-about {
  padding: 68px 0 72px;
}

.home-about .split {
  grid-template-columns: minmax(540px, 0.95fr) minmax(0, 1fr);
  gap: 64px;
}

.about-image-cluster {
  position: relative;
  width: 539px;
  max-width: 100%;
  min-height: 449px;
}

.about-img {
  position: absolute;
  display: block;
  object-fit: cover;
}

.about-img-home {
  left: 0;
  top: 0;
  width: 248px;
  height: 271px;
}

.about-img-snagging {
  left: 85px;
  top: 287px;
  width: 162px;
  height: 162px;
  z-index: 2;
}

.about-img-survey {
  left: 259px;
  top: 178px;
  width: 280px;
  height: 271px;
}

.about-copy-home .eyebrow {
  color: var(--brand);
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.about-copy-home h2 {
  color: #000;
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 18px;
}

.about-copy-home p:not(.eyebrow) {
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  font-family: var(--display-font);
}

.who-we-are {
  padding: 0 0 66px;
}

.who-we-are .section-inner {
  max-width: 1182px;
}

.who-we-are .split {
  grid-template-columns: 437px minmax(0, 655px);
  gap: 90px;
  align-items: start;
}

.who-image {
  display: block;
  width: 437px;
  max-width: 100%;
  height: 544px;
  object-fit: cover;
}

.who-copy {
  padding-top: 24px;
}

.who-copy h2 {
  color: var(--brand);
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 23px;
}

.who-copy p {
  color: #000;
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.5;
}

.membership-strip {
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    url("../images/member-strip.jpg") center/cover;
  text-align: center;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 48px;
  align-items: center;
  margin-top: 26px;
}

.logo-row img {
  max-width: 210px;
  max-height: 84px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.service-grid,
.credential-grid,
.report-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

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

.credential-grid,
.report-grid,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.13);
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.card:hover,
.card:focus-within {
  border-color: var(--hover-blue);
  background: var(--hover-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(5, 130, 159, 0.22);
}

.card:hover h2,
.card:hover h3,
.card:hover p,
.card:hover strong,
.card:hover a,
.card:focus-within h2,
.card:focus-within h3,
.card:focus-within p,
.card:focus-within strong,
.card:focus-within a {
  color: #fff;
}

.service-icon {
  width: 112px;
  height: 108px;
  display: block;
  margin: 0 0 22px -6px;
}

.service-icon path {
  transition: fill 0.2s ease-out;
}

.service-icon .blob {
  fill: #BBADBE;
}

.service-icon .home-body {
  fill: #313131;
}

.service-icon .home-roof {
  fill: #FF7800;
}

.service-icon .building-mark {
  fill: #411D22;
}

.service-icon .valuation-mark {
  fill: #0C0C0C;
}

.service-icon .snagging-mark {
  fill: #6f5636;
}

.card:hover .service-icon .blob,
.card:focus-within .service-icon .blob {
  fill: rgba(255, 255, 255, 0.24);
}

.card:hover .service-icon .home-body,
.card:hover .service-icon .home-roof,
.card:hover .service-icon .building-mark,
.card:hover .service-icon .valuation-mark,
.card:hover .service-icon .snagging-mark,
.card:focus-within .service-icon .home-body,
.card:focus-within .service-icon .home-roof,
.card:focus-within .service-icon .building-mark,
.card:focus-within .service-icon .valuation-mark,
.card:focus-within .service-icon .snagging-mark {
  fill: #fff;
}

.page-title {
  background:
    linear-gradient(90deg, rgba(8, 41, 48, 0.82), rgba(8, 41, 48, 0.34)),
    url("../images/page-title.jpg") center/cover;
  color: #fff;
}

.page-title .section-inner {
  min-height: 280px;
  display: grid;
  align-content: center;
  padding: 56px 0;
}

.terms {
  max-width: 920px;
}

.terms h2 {
  font-size: 24px;
  margin-top: 32px;
}

.about-copy h2 {
  font-size: 37px;
}

.terms p {
  color: var(--muted);
}

.terms-page {
  padding: 33px 0 55px;
}

.terms-page .terms {
  max-width: 1187px;
}

.terms-page h2 {
  color: #000;
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 18px;
}

.terms-page p {
  color: #000;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.terms-page p + h2 {
  margin-top: 2px;
}

.about-page-content {
  padding: 53px 0 59px;
}

.about-page-grid {
  display: grid;
  grid-template-columns: 550px minmax(0, 633px);
  column-gap: 0;
  row-gap: 26px;
  align-items: start;
}

.about-page-images {
  position: relative;
  width: 550px;
  max-width: 100%;
  min-height: 524px;
}

.about-page-img {
  position: absolute;
  display: block;
  object-fit: cover;
}

.about-page-img-home {
  left: 0;
  top: 0;
  width: 248px;
  height: 271px;
}

.about-page-img-snagging {
  left: 19px;
  top: 283px;
  width: 229px;
  height: 229px;
  z-index: 2;
}

.about-page-img-survey {
  left: 258px;
  top: 127px;
  width: 262px;
  height: 253px;
}

.about-page-copy h2 {
  color: #000;
  font-size: 37px;
  font-weight: 400;
  margin: 0 0 24px;
}

.about-page-copy p,
.about-page-bottom p {
  color: #000;
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.4;
}

.about-page-bottom {
  grid-column: 1 / -1;
  max-width: 1183px;
}

.service-page-list {
  padding: 42px 0 46px;
}

.service-page-list .section-inner {
  max-width: 1183px;
}

.service-row {
  width: min(862px, 100%);
  display: grid;
  grid-template-columns: 69px minmax(0, 759px);
  column-gap: 34px;
  align-items: start;
  margin: 0 0 26px;
}

.service-row-offset {
  margin-left: auto;
}

.service-number {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display-font);
  font-size: 35px;
  line-height: 1;
}

.service-row-copy h2 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 23px;
}

.service-row-copy .service-subtitle {
  color: #000;
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 15px;
}

.service-row-copy p {
  color: #000;
  font-family: var(--display-font);
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.contact-page-section {
  padding: 52px 0 64px;
}

.contact-map-section {
  position: relative;
  width: 100%;
  height: 370px;
  background: #e7ecf7;
}

.map-label {
  position: absolute;
  top: 72px;
  left: calc(50% - 240px);
  z-index: 2;
  min-width: 270px;
  padding: 14px 16px 13px;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
}

.map-label strong {
  display: block;
  font-weight: 700;
}

.map-label span {
  display: block;
  margin-top: 3px;
}

.map-label a {
  display: inline-block;
  margin-top: 2px;
  color: #1a0dab;
  text-decoration: underline;
}

.contact-map {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(320px, 520px);
  justify-content: space-between;
  gap: 70px;
  align-items: start;
}

.contact-info-panel h2 {
  color: #000;
  font-size: 37px;
  font-weight: 400;
  margin: 0 0 34px;
}

.contact-info-list {
  display: grid;
  gap: 29px;
}

.contact-info-list article {
  display: grid;
  gap: 9px;
}

.contact-info-list h3 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

.contact-info-list p {
  color: #000;
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}

.contact-info-list a {
  color: #000;
}

.contact-whatsapp-panel {
  display: grid;
  gap: 17px;
  padding-top: 8px;
}

.contact-whatsapp-panel h2 {
  color: #000;
  font-size: 37px;
  font-weight: 400;
  margin: 0;
}

.contact-whatsapp-panel p {
  color: #000;
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}

.whatsapp-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--display-font);
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
}

.whatsapp-link:hover,
.whatsapp-link:focus-visible {
  color: var(--accent);
}

.whatsapp-link-large {
  color: #000;
  font-size: 20px;
}

.whatsapp-link-large:hover,
.whatsapp-link-large:focus-visible {
  color: var(--brand);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.form {
  display: grid;
  gap: 14px;
}

.media-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
  gap: 36px;
  align-items: start;
}

.video-frame,
.facebook-frame {
  width: 100%;
  border: 0;
  display: block;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
}

.facebook-frame {
  min-height: 575px;
  background: var(--soft);
}

label {
  display: grid;
  gap: 6px;
  font-family: var(--display-font);
  font-size: 17px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  font-family: var(--display-font);
  font-size: 16px;
  line-height: 1.4;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  background: var(--header-bg) !important;
  color: #fff;
  padding: 0;
  text-align: left;
}

.footer-main {
  background: #000;
  padding: 75px 0 82px;
}

.footer-grid {
  background: transparent !important;
  display: grid;
  grid-template-columns: 135px 310px 220px minmax(360px, 402px);
  justify-content: space-between;
  gap: 36px;
  justify-items: start;
}

.footer-grid > div {
  background: transparent !important;
  width: 100%;
  min-height: 100%;
}

.site-footer,
.site-footer h3,
.site-footer p,
.site-footer a {
  font-family: var(--display-font);
}

.site-footer h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 36px;
}

.site-footer p,
.site-footer a,
.newsletter-form label {
  font-size: 17px;
  line-height: 1.52;
}

.footer-grid a {
  color: #fff;
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--accent);
}

.footer-links {
  display: grid;
  gap: 5px;
  justify-items: start;
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 16px 0;
  justify-items: stretch;
}

.newsletter-form label {
  color: #fff;
  font-family: var(--display-font);
  display: contents;
}

.newsletter-form label span {
  grid-column: 1 / -1;
}

.newsletter-form input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-right: 0;
  border-radius: 0;
  color: #fff;
  height: 48px;
  text-align: left;
}

.newsletter-form .button {
  min-height: 48px;
  min-width: 0;
  width: 126px;
  border-radius: 0;
  background: var(--brand);
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
  padding: 0 18px;
}

.newsletter-form .button:hover,
.newsletter-form .button:focus-visible {
  background: var(--hover-blue);
  border-color: var(--hover-blue);
  color: #fff;
}

.newsletter-form .button::after {
  display: none;
}

.newsletter-form [data-form-status] {
  grid-column: 1 / -1;
  margin: 0;
}

.footer-social {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 22px;
}

.footer-social .social-link img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.copyright {
  border-top: 0;
  margin-top: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: var(--header-bg);
}

@media (max-width: 920px) {
  .trustpilot-text {
    position: static;
    transform: none;
  }

  .site-header-inner,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-header-inner {
    display: grid;
    padding: 14px 0;
  }

  .service-grid,
  .credential-grid,
  .report-grid,
  .contact-grid,
  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .home-about .split {
    grid-template-columns: 1fr;
  }

  .about-image-cluster {
    min-height: 330px;
    max-width: 560px;
  }

  .about-page-grid,
  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .map-label {
    left: 24px;
    right: 24px;
    min-width: 0;
  }

  .about-page-images {
    min-height: 524px;
  }

  .service-row,
  .service-row-offset {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .topbar-inner {
    align-items: flex-start;
    padding: 10px 0;
  }

  .nav {
    width: 100%;
  }

  .nav a {
    padding-inline: 10px;
  }

  .hero .section-inner {
    min-height: 460px;
  }

  .section {
    padding: 54px 0;
  }

  .about-image-cluster {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .who-image {
    width: 100%;
    height: auto;
    aspect-ratio: 437 / 544;
  }

  .about-page-images {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-page-img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-grid,
  .credential-grid,
  .report-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
