.form-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.form-note::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #dce8dc;
  color: #315c42;
  font-size: 9px;
  font-weight: 900;
}

.status:empty {
  display: none;
}

.status:not(:empty) {
  display: block;
  min-height: 0;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid #d5ddd5;
  border-left: 4px solid var(--orange);
  border-radius: 4px;
  background: #f3f6f2;
  box-shadow: 0 5px 16px rgb(16 35 31 / 4%);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

@media (max-width: 620px) {
  .status:not(:empty) {
    padding: 13px 14px;
    font-size: 12px;
  }
}

.search-help {
  padding: 105px clamp(22px, 7vw, 108px);
  background: #f4f2eb;
}

.search-help > div:first-child {
  margin-bottom: 42px;
}

.search-help .label {
  color: var(--orange);
}

.search-help h2 {
  margin: 18px 0 0;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}

.search-help h2 em {
  color: #829688;
  font-family: Georgia, serif;
  font-weight: 400;
}

.search-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.search-help-grid article {
  min-height: 190px;
  padding: 28px 34px 12px 0;
  border-right: 1px solid var(--line);
}

.search-help-grid article + article {
  padding-left: 34px;
}

.search-help-grid article:last-child {
  border-right: 0;
}

.search-help-grid h3 {
  margin: 0 0 14px;
  font-family: Georgia, serif;
  font-size: 24px;
}

.search-help-grid p {
  margin: 0;
  color: #56655f;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .search-help {
    padding: 76px 20px;
  }

  .search-help-grid {
    grid-template-columns: 1fr;
  }

  .search-help-grid article,
  .search-help-grid article + article {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

/* One consistent, modern type system across the entire site. */
:root {
  --site-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
body *:not(svg):not(path) {
  font-family: var(--site-font) !important;
}

input,
select,
textarea,
button {
  font-family: var(--site-font) !important;
}

.turnstile-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin: 2px 0 18px;
}

.turnstile-wrap small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

/* Modern, compact customer stories carousel. */
.reviews {
  background:
    radial-gradient(circle at 90% 8%, rgb(238 101 56 / 16%), transparent 26%),
    #0d211c;
  color: #fff;
}

.reviews .label {
  color: #f58a64;
}

.reviews h2,
.reviews .rating-summary strong,
.reviews .rating-summary > span:last-child,
.reviews .review-actions p {
  color: #fff;
}

.reviews h2 em {
  color: #b8cbbf;
}

.rating-summary {
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 12px;
  background: rgb(255 255 255 / 6%);
}

.review-track {
  gap: 16px;
  padding: 4px 2px 12px;
}

.review-card {
  position: relative;
  flex-basis: min(330px, 84vw);
  min-height: 310px;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 14px;
  background: #f7f4ed;
  box-shadow: 0 18px 45px rgb(0 0 0 / 18%);
  color: var(--ink);
}

.review-card::before {
  content: "“";
  position: absolute;
  top: 54px;
  right: 20px;
  color: rgb(238 101 56 / 18%);
  font-size: 94px;
  font-weight: 800;
  line-height: 1;
}

.featured-review {
  flex-basis: min(460px, 88vw);
  background: #cbd7c7;
}

.reviewer-avatar {
  width: 46px;
  height: 46px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgb(16 35 31 / 16%);
}

.review-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 14px;
}

.review-score b {
  padding: 5px 8px;
  border-radius: 100px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
}

.review-card > .stars {
  margin: 0;
}

.review-card blockquote {
  display: -webkit-box;
  min-height: 86px;
  margin: 0;
  overflow: hidden;
  color: #263c35;
  font-size: 16px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.review-card.expanded blockquote {
  display: block;
  overflow: visible;
}

.review-more {
  width: max-content;
  margin: 14px 0 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #315c42;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.verified {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.verified img {
  width: 14px;
  height: 14px;
}

.review-actions button {
  border-color: rgb(255 255 255 / 55%);
  color: #fff;
}

.review-actions button:hover {
  background: #fff;
  color: var(--ink);
}

.review-actions > a {
  border-bottom-color: rgb(255 255 255 / 70%);
  color: #fff;
}

@media (max-width: 620px) {
  .rating-summary {
    width: 100%;
    align-items: flex-start;
  }

  .review-card,
  .featured-review {
    flex-basis: 88vw;
    min-height: 300px;
  }

  .review-card blockquote {
    min-height: 72px;
    -webkit-line-clamp: 3;
  }

  .proof-strip > div:first-child > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    line-height: 1.25;
  }

  .proof-strip > div:first-child > span i {
    white-space: nowrap;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 34px;
    padding-top: 22px;
  }

  .hero-trust > span {
    flex-direction: column;
    justify-content: flex-start;
    gap: 9px;
    min-width: 0;
    color: #e1e7e2;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
  }

  .hero-trust b {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: rgb(255 255 255 / 5%);
    font-size: 10px;
  }

  .proof-strip > div:nth-child(1),
  .proof-strip > div:nth-child(2) {
    min-height: 210px;
    justify-content: flex-start;
    padding-top: 30px;
  }

  .proof-strip > div:nth-child(1) strong,
  .proof-strip > div:nth-child(2) strong {
    display: block;
    min-height: 48px;
    font-size: 42px;
    line-height: 1;
  }

  .proof-strip > div:nth-child(1) > span,
  .proof-strip > div:nth-child(2) > span {
    margin-top: 16px;
  }

  .proof-strip > div:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 104px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .proof-strip > div:nth-child(3) strong {
    font-size: 30px;
  }

  .proof-strip > div:nth-child(3) span {
    max-width: 145px;
    margin: 0;
    text-align: right;
  }
}

.business-address {
  margin: -4px 0 18px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.map-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.location-card .map-actions a {
  border-top: 0;
  padding: 18px 12px 0 0;
}

.location-card .map-actions a + a {
  border-left: 1px solid var(--line);
  padding-left: 16px;
}

@media (max-width: 620px) {
  .map-actions {
    grid-template-columns: 1fr;
  }

  .location-card .map-actions a + a {
    margin-top: 14px;
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-top: 14px;
    padding-left: 0;
  }
}

/* Modern service cards */
.services {
  background:
    radial-gradient(circle at 7% 18%, rgb(238 101 56 / 9%), transparent 23rem),
    #f4f2eb;
}

.services-layout {
  grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
  gap: 42px;
  align-items: stretch;
}

.service-photo {
  min-height: 610px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgb(16 35 31 / 13%);
}

.service-photo img {
  transition: transform .7s ease;
}

.service-photo:hover img {
  transform: scale(1.035);
}

.service-photo figcaption {
  left: 34px;
  right: 34px;
  bottom: 34px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.service-list article {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  min-height: 170px;
  padding: 18px;
  align-items: center;
  border: 1px solid rgb(16 35 31 / 11%);
  border-radius: 18px;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 10px 30px rgb(16 35 31 / 4%);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-thumb {
  width: 96px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgb(16 35 31 / 12%);
  transition: transform .3s ease;
}

.service-list article:hover .service-thumb {
  transform: scale(1.035);
}

.service-list article::after {
  content: '';
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 112px;
  height: 112px;
  border: 1px solid rgb(238 101 56 / 16%);
  border-radius: 50%;
}

.service-list article:hover {
  transform: translateY(-5px);
  border-color: rgb(238 101 56 / 42%);
  box-shadow: 0 18px 40px rgb(16 35 31 / 10%);
}

.service-list h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.service-list p {
  max-width: 31ch;
}

.service-list article > b {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #8a9791;
  transition: color .2s ease, transform .2s ease;
}

.service-list article:hover > b {
  color: var(--orange);
  transform: translate(2px, -2px);
}

.services-cta {
  max-width: calc(65% - 21px);
  margin-top: 30px;
  padding: 20px 24px;
  border-radius: 14px;
  background: #e4e9e1;
}

/* Modern enquiry panel */
.contact {
  position: relative;
  grid-template-columns: minmax(300px, .72fr) minmax(540px, 1.1fr);
  gap: clamp(45px, 8vw, 120px);
  background:
    radial-gradient(circle at 5% 8%, rgb(238 101 56 / 20%), transparent 25rem),
    radial-gradient(circle at 85% 100%, rgb(203 215 199 / 14%), transparent 32rem),
    #10231f;
  color: #fff;
  overflow: hidden;
}

.contact::before {
  content: '';
  position: absolute;
  left: -90px;
  bottom: -140px;
  width: 330px;
  height: 330px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  pointer-events: none;
}

.contact-intro,
.contact form {
  position: relative;
  z-index: 1;
}

.contact-intro .label {
  color: #f3a083;
}

.contact-intro > p:not(.label) {
  color: #b8c6bf;
}

.direct-call {
  padding: 22px 24px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 16px;
  background: rgb(255 255 255 / 6%);
  color: #fff;
}

.direct-call:hover {
  border-color: rgb(255 255 255 / 42%);
  background: rgb(255 255 255 / 10%);
  transform: translateY(-2px);
}

.contact form {
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgb(255 255 255 / 60%);
  border-radius: 24px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 30px 80px rgb(0 0 0 / 25%);
}

.form-title {
  margin-bottom: 28px;
  padding-bottom: 22px;
}

.form-title span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.form-title span::before {
  content: '01';
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  place-items: center;
  border-radius: 50%;
  background: #fce4da;
  color: #c94921;
  font-size: 10px;
  letter-spacing: 0;
  vertical-align: 4px;
}

.contact label {
  gap: 9px;
  margin-bottom: 20px;
  color: #233b35;
  font-size: 11px;
  letter-spacing: .02em;
}

.contact input,
.contact select,
.contact textarea {
  border: 1px solid #d2d8d3;
  border-radius: 12px;
  background: #f6f7f4;
  padding: 15px 16px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact input:hover,
.contact select:hover,
.contact textarea:hover {
  border-color: #abb8b0;
  background: #fff;
}

.contact input:focus,
.contact select:focus,
.contact textarea:focus {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 4px rgb(238 101 56 / 12%);
}

.contact textarea {
  min-height: 132px;
}

.turnstile-wrap {
  border-radius: 12px;
  background: #f1f3ef;
}

.contact .submit {
  min-height: 54px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgb(238 101 56 / 22%);
}

@media (max-width: 1050px) {
  .services-layout {
    grid-template-columns: 1fr;
  }

  .service-photo {
    min-height: 500px;
  }

  .services-cta {
    max-width: none;
  }

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

@media (max-width: 620px) {
  .service-photo {
    min-height: 390px;
    border-radius: 18px;
  }

  .service-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .service-list article {
    min-height: 0;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 15px;
    padding: 14px 44px 14px 14px;
  }

  .service-thumb {
    width: 86px;
    height: 98px;
  }

  .service-list article > b {
    top: 18px;
    right: 16px;
  }

  .services-cta {
    padding: 18px 20px;
  }

  .contact {
    padding-top: 82px;
    gap: 42px;
  }

  .contact form {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .form-title span {
    font-size: 22px;
  }

  .direct-call {
    padding: 19px 20px;
  }
}
