.inner-page main {
  background: #f4f4f4;
}

.breadcrumbs {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .62);
  font-size: .84rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: #fff;
}

.inner-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  min-height: 580px;
  background: linear-gradient(125deg, #181818 0%, #281616 100%);
  color: #fff;
}

.inner-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(70px, 8vw, 130px) clamp(28px, 4vw, 64px) clamp(70px, 8vw, 130px) var(--viewport-gutter);
}

.inner-hero h1,
.coverage-page-hero h1,
.contact-page-hero h1 {
  max-width: 850px;
  margin: 12px 0 22px;
  color: #fff;
  font-size: var(--font-h1);
  line-height: .98;
}

.inner-hero .lead,
.coverage-page-hero .lead,
.contact-page-hero .lead {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .8);
  font-size: 1.12rem;
}

.inner-hero-media {
  min-height: 580px;
  margin: 0;
  overflow: hidden;
}

.inner-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: center;
  padding: var(--section-space) var(--page-gutter);
  background: #fff;
}

.service-overview-copy h2,
.sector-heading h2,
.about-story h2,
.about-values-heading h2,
.coverage-focus h2,
.coverage-regions h2 {
  margin: 10px 0 22px;
}

.service-overview-copy p:not(.eyebrow),
.about-story p,
.coverage-focus p,
.coverage-regions p {
  max-width: 760px;
  color: #515151;
  font-size: 1.08rem;
}

.service-benefits {
  padding: clamp(28px, 4vw, 56px);
  border-radius: 8px;
  background: linear-gradient(140deg, #1b1b1b 0%, #2a1717 100%);
  color: #fff;
}

.service-benefits ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.service-benefits li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-weight: 800;
}

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

.service-benefits .icon {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background: #e6332f;
}

.sector-section {
  padding: var(--section-space) var(--page-gutter);
}

.sector-heading {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1.55fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 46px;
}

.sector-heading h2 {
  max-width: 850px;
  margin-top: 0;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sector-grid > div {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 22px 24px;
  border: 1px solid #dedede;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font-weight: 900;
}

.sector-grid > div > span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6332f;
  box-shadow: 0 0 0 5px #fff0ef;
}

.service-assurance {
  padding: var(--section-space) var(--page-gutter);
  background: #171717;
  color: #fff;
}

.service-assurance > div {
  display: grid;
  grid-template-columns: minmax(220px, .4fr) minmax(0, 1.6fr);
  gap: 40px;
  margin-bottom: 48px;
}

.service-assurance h2 {
  max-width: 840px;
  margin: 0;
  color: #fff;
}

.service-assurance ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #444;
  list-style: none;
}

.service-assurance li {
  min-height: 250px;
  padding: 34px;
  background: #222;
}

.service-assurance li > span {
  display: block;
  margin-bottom: 48px;
  color: #efb73e;
  font-weight: 900;
}

.service-assurance li strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.service-assurance li p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

.inner-final-cta {
  margin: var(--section-space) auto;
}

.about-story {
  align-items: stretch;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-stat-grid article {
  position: relative;
  display: flex;
  min-height: 150px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: linear-gradient(135deg, #2a1717 0%, #171717 62%);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
}

.about-stat-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #efb73e;
  font-size: 2.35rem;
  line-height: 1;
}

.about-stat-grid article > span:last-child {
  display: block;
  font-weight: 800;
}

.about-stat-grid .about-stat-index {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(255, 255, 255, .24);
  font-size: 1rem;
  font-weight: 900;
}

.client-proof {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 50px;
  align-items: center;
  overflow: hidden;
  padding: var(--section-space) var(--page-gutter);
  background: linear-gradient(110deg, #eee 0%, #f8f8f8 52%, #eee 100%);
}

.client-proof h2 {
  margin: 10px 0 0;
}

.client-proof-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.client-proof-logos img {
  width: 100%;
  height: 112px;
  padding: 20px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
  object-fit: contain;
}

.client-proof-logos img:nth-child(n+2) {
  background: #202020;
}

.coverage-page-hero .coverage-map-hero-media {
  position: relative;
  display: grid;
  place-items: center;
  padding: 32px;
  overflow: hidden;
  background: #f0f0f0;
}

.coverage-page-hero .coverage-map-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.coverage-page-marker {
  position: absolute;
  right: 9%;
  bottom: 18%;
  padding: 10px 14px;
  border-radius: 5px;
  background: #e6332f;
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
}

.contact-page-hero .inner-hero-media img {
  object-position: 50% 27%;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr);
  gap: 24px;
  align-items: start;
  padding: var(--section-space) var(--page-gutter);
  background: #f2f2f2;
}

.contact-details,
.contact-form-panel {
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 8px;
}

.contact-details {
  position: sticky;
  top: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #2a1717 0%, #171717 58%, #111 100%);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.contact-details h2 {
  margin: 10px 0 30px;
  color: #fff;
}

.contact-detail-link {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 76px;
  margin-bottom: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.contact-detail-link:hover {
  border-color: rgba(246, 195, 67, .42);
  background: rgba(255, 255, 255, .09);
  transform: translateY(-1px);
}

.contact-detail-link > .icon,
.contact-address-card > .icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(246, 195, 67, .2);
  border-radius: 7px;
  background: rgba(246, 195, 67, .1);
  color: var(--gold);
}

.contact-detail-copy {
  min-width: 0;
}

.contact-detail-copy .contact-detail-label {
  display: block;
  margin-bottom: 4px;
  color: #efb73e;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-detail-copy strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.contact-address-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.contact-address-card address {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-style: normal;
  line-height: 1.7;
}

.contact-form-panel {
  border: 1px solid #dedede;
  border-top: 4px solid var(--red);
  background: #fff;
  box-shadow: 0 16px 45px rgba(20, 20, 20, .06);
}

.contact-form-panel h2 {
  margin: 10px 0 12px;
}

.contact-form-heading {
  margin-bottom: 28px;
}

.contact-form-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: #555;
}

.form-privacy {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
  color: #666;
  font-size: .75rem;
  line-height: 1.5;
}

.policy-hero {
  padding: var(--section-space) var(--page-gutter);
  background: linear-gradient(125deg, #191919 0%, #2b1818 100%);
  color: #fff;
}

.policy-hero h1 {
  max-width: 900px;
  margin: 12px 0 0;
  color: #fff;
  font-size: var(--font-h1);
}

.policy-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(60px, 8vw, 110px) 0;
}

.policy-content h2 {
  margin: 42px 0 12px;
  color: #1d1d1d;
  font-size: 2.15rem;
}

.policy-content h2:first-of-type {
  margin-top: 28px;
}

.policy-content p {
  color: #4f4f4f;
  line-height: 1.75;
}

.policy-updated {
  display: inline-block;
  margin: 0;
  padding: 10px 14px;
  border-radius: 4px;
  background: #ececec;
  color: #333 !important;
  font-size: .88rem;
}

.not-found {
  min-height: 620px;
  padding: clamp(100px, 12vw, 180px) var(--page-gutter);
  background: #f4f4f4;
}

.not-found h1 {
  max-width: 850px;
  margin: 12px 0 18px;
}

.not-found > p:not(.eyebrow) {
  max-width: 680px;
  color: #555;
}

@media (max-width: 980px) {
  .inner-hero,
  .coverage-page-hero,
  .contact-page-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  }

  .service-overview,
  .about-story,
  .client-proof,
  .coverage-focus,
  .coverage-regions,
  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .contact-details {
    position: static;
  }

  .contact-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .contact-detail-link {
    margin-bottom: 0;
  }

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

@media (max-width: 700px) {
  .inner-hero,
  .coverage-page-hero,
  .contact-page-hero {
    position: relative;
    display: flex;
    min-height: 650px;
    overflow: hidden;
  }

  .inner-hero::after,
  .contact-page-hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(0deg, rgba(16, 16, 16, .98) 0%, rgba(16, 16, 16, .72) 45%, rgba(16, 16, 16, .12) 100%);
    content: "";
  }

  .inner-hero-copy,
  .contact-page-hero > div {
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    width: 100%;
    padding: 170px 22px 42px;
  }

  .inner-hero-media,
  .contact-page-hero figure {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }

  .inner-hero h1,
  .coverage-page-hero h1,
  .contact-page-hero h1 {
    font-size: var(--font-h1);
  }

  .coverage-page-hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .coverage-page-hero > div {
    padding: 70px 22px 45px;
  }

  .coverage-page-hero figure {
    min-height: 420px;
    padding: 35px;
  }

  .sector-heading,
  .service-assurance > div {
    grid-template-columns: 1fr;
  }

  .service-assurance ol {
    grid-template-columns: 1fr;
  }

  .service-assurance li {
    min-height: 210px;
  }

  .client-proof-logos {
    grid-template-columns: 1fr;
  }

  .client-proof-logos img {
    height: 120px;
  }

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

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

@media (max-width: 520px) {
  .inner-hero .hero-actions,
  .coverage-page-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 9px;
  }

  .inner-hero .btn,
  .coverage-page-hero .btn {
    width: 100%;
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    font-size: .75rem;
  }

  .service-overview,
  .sector-section,
  .service-assurance,
  .about-story,
  .client-proof,
  .about-values,
  .coverage-focus,
  .coverage-regions,
  .contact-page-layout {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-benefits,
  .contact-details,
  .contact-form-panel {
    padding: 26px 22px;
  }

  .sector-grid,
  .coverage-regions ul {
    grid-template-columns: 1fr;
  }

  .about-stat-grid article {
    min-height: 138px;
    padding: 24px;
  }

}

/* Inner pages share the same compact hero proportions and global typography. */
.page-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  grid-template-rows: minmax(500px, auto);
  height: auto;
  min-height: 500px;
  max-height: none;
  overflow: hidden;
}

.page-hero .inner-hero-copy,
.page-hero .inner-hero-media {
  height: auto;
  min-height: 500px;
}

.page-hero .inner-hero-media {
  position: relative;
}

.page-hero .inner-hero-copy {
  padding: 34px clamp(28px, 4vw, 64px) 38px var(--viewport-gutter);
}

.page-hero .inner-hero-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.page-hero .breadcrumbs {
  margin-bottom: 10px;
}

.page-hero h1 {
  margin: 8px 0 15px;
  font-size: var(--font-h1);
  line-height: 1.01;
}

.page-hero .lead {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: var(--font-lead);
}

.about-hero .inner-hero-media img {
  object-position: 50% 46%;
}

.service-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 44px;
  align-items: center;
  padding: var(--section-space) var(--page-gutter);
  background: var(--white);
}

.service-story-copy {
  max-width: 620px;
}

.service-story-copy h2 {
  margin: 9px 0 20px;
}

.service-story-copy p:not(.eyebrow) {
  color: #505050;
  font-size: 1.02rem;
}

.service-story-copy .text-link {
  display: inline-flex;
  margin-top: 10px;
}

.service-image-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  height: 540px;
  min-width: 0;
}

.service-image-mosaic figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #181818;
}

.service-image-mosaic figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.service-image-mosaic .service-image-main {
  grid-row: 1 / -1;
}

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

.about-story {
  align-items: stretch;
}

.about-story-copy {
  align-self: center;
}

.about-image-mosaic {
  height: 500px;
}

.about-image-mosaic figure:nth-child(2) img {
  object-position: 50% 35%;
}

.about-story .about-stat-grid {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.service-inclusions {
  position: relative;
  padding: var(--section-space) var(--page-gutter);
  background:
    radial-gradient(circle at 4% 0%, rgba(230, 51, 47, 0.14), transparent 32%),
    linear-gradient(125deg, #201313 0%, #171717 58%, #111 100%);
  color: var(--white);
}

.service-inclusions-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: min(var(--content-width), 100%);
  margin: 0 auto 36px;
}

.service-inclusions-heading > .icon {
  width: 56px;
  height: 56px;
  color: var(--gold);
  border: 1px solid rgba(246, 195, 67, 0.24);
  border-radius: 8px;
  background: rgba(246, 195, 67, 0.1);
}

.service-inclusions-heading h2 {
  max-width: 850px;
  margin: 5px 0 0;
  color: var(--white);
}

.service-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
}

.service-inclusion-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 16px 34px rgba(0, 0, 0, 0.16);
}

.service-inclusion-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  content: "";
}

.service-inclusion-grid article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.service-inclusion-grid article .icon {
  width: 58px;
  height: 58px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(145deg, #ed3e3a, #c92320);
  box-shadow: 0 10px 24px rgba(218, 30, 26, 0.2);
}

.service-inclusion-grid article .icon svg {
  width: 30px;
  height: 30px;
}

.service-inclusion-grid article span:not(.icon) {
  position: absolute;
  top: 30px;
  right: 24px;
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.service-inclusion-grid h3 {
  margin: auto 0 0;
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.2;
}

.service-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: start;
  padding: var(--section-space) var(--page-gutter);
  background: #f3f3f3;
}

.service-faq-heading {
  position: sticky;
  top: calc(var(--site-header-height, 88px) + 24px);
  max-width: 440px;
}

.service-faq-heading > .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: #8a6507;
  border: 1px solid rgba(201, 145, 19, 0.22);
  border-radius: 8px;
  background: #fff6d7;
}

.service-faq-heading h2 {
  margin: 8px 0 16px;
}

.service-faq-heading > p:last-child {
  max-width: 390px;
  margin: 0;
  color: #555;
}

.service-faq-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.service-faq-list details {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(20, 20, 20, 0.045);
}

.service-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 20px 68px 20px 22px;
  color: var(--black);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.3;
  list-style: none;
}

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

.service-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--red);
  border: 1px solid rgba(230, 51, 47, 0.2);
  border-radius: 50%;
  background: #fff0ef;
  content: "+";
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.service-faq-list details[open] summary::after {
  color: var(--white);
  background: var(--red);
  transform: translateY(-50%) rotate(45deg);
}

.service-faq-answer {
  padding: 0 22px 22px;
  border-top: 1px solid #ececec;
}

.service-faq-answer p {
  margin: 18px 0 0;
  color: #525252;
}

.service-link-tree {
  padding: var(--section-space) var(--page-gutter);
  color: var(--white);
  background: linear-gradient(125deg, #251414 0%, #171717 42%, #121212 100%);
}

.service-link-tree-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.service-link-tree-heading h2 {
  margin: 8px 0 0;
  color: var(--white);
}

.service-link-tree-heading > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.service-link-tree-nav {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 18px;
}

.service-link-tree-group {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.service-link-tree-group h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 1.05rem;
}

.service-link-tree-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-link-tree-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-link-tree-group a,
.service-link-current {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 13px 16px;
  border: 1px solid #dedede;
  border-radius: 6px;
  background: var(--white);
  color: var(--black);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.service-link-tree-group a:hover,
.service-link-tree-group a:focus-visible {
  color: var(--red);
  border-color: rgba(230, 51, 47, 0.48);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.service-link-current {
  border-color: rgba(246, 195, 67, 0.64);
  background: #fff6d7;
  color: #5d4307;
}

.service-link-current small {
  flex: 0 0 auto;
  color: #7b5a09;
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
}

.service-link-arrow,
.service-link-path-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.service-link-arrow {
  width: 19px;
  height: 19px;
  color: var(--red);
}

.service-link-arrow svg,
.service-link-path-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-link-tree-pathways ul {
  display: grid;
  gap: 10px;
}

.service-link-tree-pathways a {
  justify-content: flex-start;
}

.service-link-tree-pathways a > span:nth-child(2) {
  min-width: 0;
}

.service-link-tree-pathways .service-link-arrow {
  margin-left: auto;
}

.service-link-path-icon {
  width: 32px;
  height: 32px;
  padding: 7px;
  color: var(--white);
  border-radius: 6px;
  background: linear-gradient(145deg, #ed3e3a, #c92320);
}

@media (max-width: 900px) {
  .service-link-tree-heading,
  .service-link-tree-nav {
    grid-template-columns: 1fr;
  }

  .service-link-tree-heading {
    align-items: start;
  }
}

@media (max-width: 620px) {
  .service-link-tree-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .service-link-tree-group {
    padding: 20px;
  }

  .service-link-tree-services {
    grid-template-columns: 1fr;
  }

  .service-link-tree-group a,
  .service-link-current {
    min-height: 56px;
    padding: 12px 14px;
  }
}

.sector-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 128px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.05);
}

.sector-grid article::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--red), var(--gold));
  content: "";
}

.sector-grid article .icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

.sector-grid article h3 {
  margin: 0 0 5px;
  font-size: 1.08rem;
}

.sector-grid article p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.service-assurance li {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-content: start;
  column-gap: 16px;
}

.service-assurance li .icon {
	display: grid;
	grid-row: 1 / span 2;
	place-items: center;
	align-self: center;
	justify-self: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 6px;
}

.service-assurance li .icon svg {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
}

.service-assurance li > span:not(.icon) {
  display: block;
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 900;
}

.service-assurance li strong,
.service-assurance li p {
  grid-column: 2;
}

@media (max-width: 980px) {
  .service-story {
    grid-template-columns: 1fr;
  }

  .service-story-copy {
    max-width: 760px;
  }

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

  .service-faq {
    grid-template-columns: 1fr;
  }

  .service-faq-heading {
    position: static;
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .page-hero {
    grid-template-rows: 510px;
    height: 510px;
    min-height: 510px;
    max-height: 510px;
  }

  .page-hero.coverage-page-hero {
    display: flex;
    grid-template-columns: 1fr;
  }

  .page-hero.coverage-page-hero .coverage-map-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 510px;
    min-height: 0;
    padding: 24px;
  }

  .page-hero .inner-hero-copy {
    justify-content: flex-end;
    height: 510px;
    min-height: 0;
    padding: 120px 20px 30px;
  }

  .page-hero .inner-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 510px;
    min-height: 0;
  }

  .page-hero h1 {
    margin-bottom: 12px;
  }

  .page-hero .lead {
    margin-bottom: 15px;
    font-size: 0.9rem;
  }

  .service-story,
  .service-inclusions,
  .service-faq,
  .sector-section,
  .service-assurance {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-image-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 270px 170px;
    height: 452px;
  }

  .service-image-mosaic .service-image-main {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .about-image-mosaic {
    height: 452px;
  }

  .service-inclusion-grid {
    grid-template-columns: 1fr;
  }

  .service-inclusion-grid article,
  .service-inclusion-grid article:nth-child(2) {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 112px;
    padding: 20px;
  }

  .service-inclusion-grid article::before {
    top: 0;
    right: auto;
    bottom: 0;
    width: 3px;
    height: auto;
  }

  .service-inclusion-grid article > div {
    display: block;
  }

  .service-inclusion-grid article span:not(.icon) {
    position: static;
    display: block;
    margin-bottom: 6px;
  }

  .service-inclusion-grid h3 {
    margin: 0;
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .page-hero .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero .btn {
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.68rem;
  }

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

/* Shared location pathways on the services hub and every service page. */
.service-location-band {
  padding: var(--section-space) var(--page-gutter);
  background: #ececec;
}

.service-location-heading {
  display: grid;
  grid-template-columns: minmax(200px, 0.45fr) minmax(0, 1.55fr);
  gap: 18px 44px;
  align-items: start;
  margin-bottom: 38px;
}

.service-location-heading .eyebrow {
  grid-row: 1 / span 2;
}

.service-location-heading h2,
.service-location-heading > p:last-child {
  grid-column: 2;
}

.service-location-heading h2 {
  max-width: 900px;
  margin: 0;
}

.service-location-heading > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #555;
}

.service-location-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-location-links article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 255px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.055);
}

.service-location-links article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  content: "";
}

.service-location-links .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  border-radius: 7px;
  background: var(--black);
}

.service-location-links h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.service-location-links p {
  margin: 0 0 24px;
  color: #555;
}

.service-location-links .text-link {
  margin-top: auto;
}

/* Focused London and Essex landing pages, built from global components. */
.location-hero .inner-hero-media img {
  object-position: center 28%;
}

.location-story {
  background: var(--white);
}

.location-areas {
  margin-top: clamp(48px, 6vw, 84px);
  margin-bottom: clamp(48px, 6vw, 84px);
}

.location-area-list {
  margin-bottom: 0;
}

.location-map-card {
  align-self: stretch;
}

.location-map-marker-essex {
  top: 78%;
  left: 88%;
}

.location-sectors {
  padding: var(--section-space) var(--page-gutter);
  background: var(--white);
}

.location-sectors .sector-heading > p:last-child {
  max-width: 620px;
  margin-top: 0;
  color: #555;
}

.coverage-focus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.coverage-regions-intro {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.coverage-region-grid article {
  min-height: 190px;
}

.coverage-image-mosaic figure:nth-child(2) img {
  object-position: 50% 34%;
}

@media (max-width: 980px) {
  .service-location-links,
  .coverage-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 700px) {
  .service-location-band,
  .location-services,
  .location-sectors,
  .location-reasons {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-location-heading {
    grid-template-columns: 1fr;
  }

  .service-location-heading .eyebrow,
  .service-location-heading h2,
  .service-location-heading > p:last-child {
    grid-row: auto;
    grid-column: 1;
  }

  .service-location-links,
  .coverage-region-grid {
    grid-template-columns: 1fr;
  }

  .service-location-links article {
    min-height: 0;
    padding: 24px;
  }

  .service-location-links .icon {
    margin-bottom: 26px;
  }

  .coverage-focus-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .coverage-focus-actions .btn {
    width: 100%;
  }
}
