:root {
  color-scheme: light;
  --colour-blue: #146fb5;
  --colour-blue-bright: #2386cf;
  --colour-blue-deep: #073b65;
  --colour-navy: #082d49;
  --colour-orange: #eb6f14;
  --colour-orange-dark: #c84f00;
  --colour-orange-soft: #fff1e5;
  --colour-sky: #eaf5fc;
  --colour-paper: #ffffff;
  --colour-soft: #f5f8fa;
  --colour-ink: #152f42;
  --colour-muted: #526978;
  --colour-border: #d5e1e8;
  --font-body: Aptos, "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --step--1: clamp(0.86rem, 0.83rem + 0.13vw, 0.94rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  --step-1: clamp(1.25rem, 1.15rem + 0.5vw, 1.6rem);
  --step-2: clamp(2rem, 1.68rem + 1.35vw, 3rem);
  --step-3: clamp(2.7rem, 2rem + 3vw, 5.2rem);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6.5rem;
  --radius-small: 0.5rem;
  --radius-medium: 1rem;
  --radius-large: 1.7rem;
  --shadow-card: 0 1.25rem 3.5rem rgb(8 45 73 / 13%);
  --content-wide: 78rem;
  --focus-ring: 0 0 0 0.28rem rgb(235 111 20 / 28%);
  --header-height: 5.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--colour-paper);
  color: var(--colour-ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--colour-blue-deep);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--colour-orange-dark);
}

:focus-visible {
  outline: 0.2rem solid var(--colour-orange);
  outline-offset: 0.2rem;
  box-shadow: var(--focus-ring);
}

.shell {
  width: min(calc(100% - 2rem), var(--content-wide));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: var(--space-2);
  left: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: #fff;
  color: var(--colour-navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

[class^="icon54-v4-"],
[class*=" icon54-v4-"] {
  display: inline-grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.icon54-v4-heart::before { content: "♥"; }
.icon54-v4-home::before { content: "⌂"; }
.icon54-v4-compass::before { content: "✦"; }
.icon54-v4-users-love::before { content: "♥"; }
.icon54-v4-user-home::before { content: "⌂"; }
.icon54-v4-users-place::before { content: "◆"; }
.icon54-v4-sun-light::before { content: "☀"; }
.icon54-v4-flowers::before { content: "✿"; }
.icon54-v4-kitchen-sink::before { content: "◇"; }
.icon54-v4-bed-1::before { content: "▰"; }
.icon54-v4-mail::before { content: "✉"; }
.icon54-v4-location-2::before { content: "●"; }

.announcement {
  padding-block: 0.3rem;
  background: var(--colour-blue);
  box-shadow: inset 0 -0.12rem 0 rgb(235 111 20 / 78%);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.site-utility {
  display: none;
  background: var(--colour-blue-deep);
  color: #fff;
}

.site-utility__inner {
  min-height: 2.35rem;
  align-items: center;
}

.site-utility__inner,
.site-utility address {
  gap: var(--space-4);
}

.site-utility p {
  margin: 0;
  color: #c8dce7;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-utility address {
  display: flex;
  margin-left: auto;
  font-style: normal;
}

.site-utility a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.site-utility a:hover {
  color: #ffc486;
}

.site-utility a span {
  margin-right: 0.3rem;
  color: #9fc1d3;
  font-size: 0.68rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid rgb(8 45 73 / 8%);
  background: #fff;
  box-shadow: 0 0.35rem 1.3rem rgb(8 45 73 / 5%);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header[data-scrolled] {
  border-bottom-color: rgb(8 45 73 / 14%);
  box-shadow: 0 0.55rem 1.8rem rgb(8 45 73 / 12%);
}

.site-header__inner {
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--space-3);
}

.brand {
  display: inline-flex;
  width: fit-content;
  min-height: 3.25rem;
  align-items: center;
  color: var(--colour-blue-deep);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
}

.brand:hover {
  color: var(--colour-blue);
}

.brand__mark {
  width: 3.2rem;
  margin-right: var(--space-2);
}

.menu-toggle {
  display: inline-flex;
  min-width: 3.2rem;
  min-height: 2.85rem;
  border: 1px solid var(--colour-border);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--colour-navy);
  font: inherit;
  font-weight: 800;
  gap: var(--space-2);
}

.menu-toggle__icon {
  display: grid;
  width: 1.15rem;
  gap: 0.22rem;
}

.menu-toggle__icon span {
  height: 0.12rem;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:first-child {
  transform: translateY(0.34rem) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:last-child {
  transform: translateY(-0.34rem) rotate(-45deg);
}

.primary-nav {
  display: none;
  padding-block: var(--space-2) var(--space-4);
  grid-column: 1 / -1;
}

.primary-nav[data-open] {
  display: block;
}

.primary-nav__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav__list a {
  display: flex;
  min-height: 3rem;
  border-bottom: 1px solid var(--colour-border);
  align-items: center;
  color: var(--colour-ink);
  font-size: var(--step--1);
  font-weight: 750;
  text-decoration: none;
}

.primary-nav__list a:hover {
  color: var(--colour-orange-dark);
}

.primary-nav__list a[aria-current="page"] {
  color: var(--colour-orange-dark);
}

.primary-nav__list a[aria-current="page"]::after {
  width: 0.42rem;
  height: 0.42rem;
  margin-left: var(--space-2);
  border-radius: 50%;
  background: var(--colour-orange);
  content: "";
}

.primary-nav__cta {
  width: 100%;
  margin-top: var(--space-3);
}

.primary-nav__phones {
  display: grid;
  margin-top: var(--space-3);
  gap: var(--space-2);
}

.primary-nav__phone {
  display: flex;
  min-height: 3rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-small);
  align-items: center;
  justify-content: space-between;
  color: var(--colour-blue-deep);
  font-size: var(--step--1);
  text-decoration: none;
  gap: var(--space-3);
}

.primary-nav__phone span {
  color: var(--colour-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-nav__phone strong {
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  padding: 0.75rem 1.35rem;
  border: 2px solid var(--colour-blue);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--colour-blue);
  color: #fff;
  font-size: var(--step--1);
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  border-color: var(--colour-blue-deep);
  background: var(--colour-blue-deep);
  box-shadow: 0 0.7rem 1.5rem rgb(8 45 73 / 18%);
  color: #fff;
  transform: translateY(-2px);
}

.button--small {
  min-height: 2.8rem;
  padding-inline: 1.05rem;
}

.button--orange {
  border-color: var(--colour-orange-dark);
  background: var(--colour-orange-dark);
}

.button--orange:hover {
  border-color: #ff8a31;
  background: #ff8a31;
  color: var(--colour-navy);
}

.button--outline-light {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.button--outline-light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--colour-blue-deep);
}

.button--light {
  border-color: #fff;
  background: #fff;
  color: var(--colour-blue-deep);
}

.button--light:hover {
  border-color: var(--colour-orange-soft);
  background: var(--colour-orange-soft);
  color: var(--colour-orange-dark);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.eyebrow {
  margin: 0 0 var(--space-2);
  color: var(--colour-orange-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #ffc486;
}

.hero {
  position: relative;
  min-height: clamp(36rem, 76vh, 48rem);
  overflow: hidden;
  background: var(--colour-blue-deep);
}

.hero__slides,
.hero__slide,
.hero__slide img,
.careers__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__slide {
  margin: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero__slide[data-active] {
  opacity: 1;
}

.hero__slide img,
.careers__image {
  object-fit: cover;
}

.hero__slide img {
  object-position: 66% center;
  transform: scale(1.015);
}

.hero__slide:first-child img {
  animation: hero-settle 1.4s ease-out both;
}

.hero__slide:nth-child(2) img {
  object-position: 58% center;
}

.hero__slide:nth-child(3) img {
  object-position: 45% center;
}

.hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(4 35 60 / 96%) 0%, rgb(4 48 83 / 88%) 38%, rgb(4 48 83 / 48%) 66%, rgb(4 48 83 / 12%) 100%),
    linear-gradient(0deg, rgb(4 35 60 / 26%), transparent 45%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  padding-block: var(--space-7);
  align-items: center;
}

.hero__copy {
  max-width: 43rem;
  color: #fff;
}

.hero h1 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: var(--step-3);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero__lede {
  max-width: 36rem;
  margin: var(--space-4) 0 var(--space-5);
  color: #f3f8fb;
  font-size: var(--step-1);
  line-height: 1.45;
}

.hero__trust {
  display: flex;
  margin: var(--space-5) 0 0;
  align-items: center;
  color: #e0edf4;
  font-size: var(--step--1);
  font-weight: 700;
  gap: var(--space-2);
}

.hero__trust span {
  color: #7ed48c;
  font-size: 0.7rem;
}

.hero__controls {
  position: absolute;
  right: 0;
  bottom: var(--space-5);
  display: flex;
  min-height: 3rem;
  padding: 0.3rem;
  border: 1px solid rgb(255 255 255 / 36%);
  border-radius: 999px;
  align-items: center;
  background: var(--colour-blue-deep);
  box-shadow: 0 0.9rem 2rem rgb(4 35 60 / 24%);
  color: #fff;
  gap: 0.15rem;
}

.hero__control,
.hero__dots button {
  display: grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  place-items: center;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: var(--step--1);
  font-weight: 850;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero__control:hover,
.hero__dots button:hover {
  background: rgb(255 255 255 / 16%);
  color: #fff;
}

.hero__control:active,
.hero__dots button:active {
  transform: scale(0.95);
}

.hero__control--toggle {
  min-width: 4.4rem;
  padding-inline: 0.65rem;
}

.hero__dots {
  display: flex;
  align-items: center;
}

.hero__dots button {
  min-width: 2rem;
}

.hero__dots button span {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: 50%;
  background: transparent;
  transition: width 180ms ease, background 180ms ease;
}

.hero__dots button[aria-current="true"] span {
  width: 1.15rem;
  border-radius: 999px;
  background: var(--colour-orange);
}

.trust-strip {
  position: relative;
  z-index: 2;
  background: var(--colour-blue);
  color: #fff;
}

.trust-strip ul {
  display: grid;
  margin: 0;
  padding: var(--space-4) 0;
  list-style: none;
  gap: var(--space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-strip li {
  display: flex;
  align-items: center;
  font-size: var(--step--1);
  font-weight: 750;
  gap: var(--space-2);
}

.trust-strip__icon {
  color: #ffc486;
  font-size: 1.45rem;
}

.section {
  padding-block: var(--space-8);
}

.section h2,
.referral-cta h2,
.careers h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--colour-blue-deep);
  font-size: var(--step-2);
  font-weight: 820;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.section h3 {
  margin: 0;
  color: var(--colour-blue-deep);
  font-size: var(--step-1);
  line-height: 1.2;
}

.section-heading {
  margin-bottom: var(--space-6);
}

.section-heading > p,
.section-heading > div + p {
  max-width: 32rem;
  margin: var(--space-3) 0 0;
  color: var(--colour-muted);
  font-size: var(--step-1);
}

.section-heading--centred {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading--centred h2 {
  margin-inline: auto;
}

.services {
  background: #fff;
}

.service-grid {
  display: grid;
  gap: var(--space-5);
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-large);
  background: #fff;
  box-shadow: 0 0.6rem 2rem rgb(8 45 73 / 7%);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-0.35rem);
}

.service-card__media {
  position: relative;
  overflow: hidden;
}

.service-card__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 700ms ease;
}

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

.service-card__badge {
  position: absolute;
  bottom: var(--space-3);
  left: var(--space-3);
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgb(8 45 73 / 90%);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-card__content {
  position: relative;
  padding: var(--space-5);
}

.service-card__icon {
  display: grid;
  position: absolute;
  top: -2.1rem;
  right: var(--space-5);
  width: 4.2rem;
  height: 4.2rem;
  border: 0.35rem solid #fff;
  border-radius: 50%;
  place-items: center;
  background: var(--colour-orange);
  color: #fff;
  font-size: 1.7rem;
}

.service-card__content > p {
  max-width: 35rem;
  margin: var(--space-3) 0;
  color: var(--colour-muted);
}

.service-highlights {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 var(--space-4);
  padding: 0;
  list-style: none;
  gap: var(--space-2);
}

.service-highlights li {
  position: relative;
  padding-left: 1rem;
  color: var(--colour-blue-deep);
  font-size: var(--step--1);
  font-weight: 750;
}

.service-highlights li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--colour-orange);
  content: "";
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  color: var(--colour-blue-deep);
  font-weight: 850;
  gap: var(--space-2);
  text-decoration: none;
}

.arrow-link span {
  color: var(--colour-orange);
  font-size: 1.35em;
  transition: transform 180ms ease;
}

.arrow-link:hover span {
  transform: translateX(0.25rem);
}

.arrow-link:hover,
.arrow-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.audience {
  overflow: hidden;
  background: var(--colour-sky);
}

.audience__grid,
.environment__grid,
.team__grid,
.contact__grid {
  display: grid;
  align-items: center;
  gap: var(--space-6);
}

.audience__media,
.environment__media,
.team__media {
  position: relative;
  margin: 0;
}

.audience__media::before {
  position: absolute;
  z-index: 0;
  inset: -1.3rem 1.4rem 1.3rem -1.4rem;
  border-radius: var(--radius-large);
  background: var(--colour-orange);
  content: "";
}

.audience__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 27rem;
  border-radius: var(--radius-large);
  object-fit: cover;
}

.audience__media figcaption {
  position: relative;
  z-index: 2;
  width: calc(100% - 2rem);
  margin: -2.6rem 0 0 auto;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-medium) 0 var(--radius-medium) var(--radius-medium);
  background: var(--colour-blue-deep);
  box-shadow: var(--shadow-card);
  color: #fff;
  font-size: var(--step--1);
  font-weight: 750;
}

.audience__content > p:not(.eyebrow) {
  max-width: 35rem;
  margin: var(--space-4) 0;
  color: var(--colour-muted);
}

.audience-cards {
  display: grid;
  margin: var(--space-5) 0 0;
  padding: 0;
  list-style: none;
  gap: var(--space-2);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-cards li {
  display: grid;
  min-height: 7rem;
  padding: var(--space-3);
  border: 1px solid rgb(20 111 181 / 16%);
  border-radius: var(--radius-medium);
  align-content: space-between;
  background: #fff;
  color: var(--colour-blue-deep);
  font-size: var(--step--1);
  font-weight: 850;
  box-shadow: 0 0.4rem 1rem rgb(8 45 73 / 5%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.audience-cards li:hover {
  border-color: rgb(20 111 181 / 32%);
  box-shadow: 0 0.7rem 1.4rem rgb(8 45 73 / 9%);
  transform: translateY(-0.2rem);
}

.audience-cards span {
  color: var(--colour-orange);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.approach {
  position: relative;
  overflow: hidden;
  background: var(--colour-blue-deep);
  color: #fff;
}

.approach::before,
.approach::after {
  position: absolute;
  border: 2.2rem solid rgb(255 255 255 / 8%);
  content: "";
  pointer-events: none;
}

.approach::before {
  top: -8rem;
  left: -6rem;
  width: 19rem;
  height: 25rem;
  border-radius: 78% 22% 68% 32% / 62% 38% 62% 38%;
  transform: rotate(34deg);
}

.approach::after {
  right: -8rem;
  bottom: -11rem;
  width: 25rem;
  height: 31rem;
  border-color: rgb(235 111 20 / 17%);
  border-radius: 26% 74% 36% 64% / 61% 31% 69% 39%;
  transform: rotate(-28deg);
}

.approach .shell {
  position: relative;
  z-index: 1;
}

.approach .section-heading h2 {
  color: #fff;
}

.principle-grid {
  display: grid;
  gap: var(--space-3);
}

.principle-grid article {
  padding: var(--space-5);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: var(--radius-medium);
  background: #174f78;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.principle-grid article:hover {
  border-color: rgb(255 196 134 / 48%);
  box-shadow: 0 0.9rem 2rem rgb(4 35 60 / 18%);
  transform: translateY(-0.25rem);
}

.principle-grid__icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: var(--space-4);
  border-radius: 50%;
  place-items: center;
  background: var(--colour-orange);
  color: #fff;
  font-size: 1.45rem;
}

.principle-grid h3 {
  color: #fff;
}

.principle-grid p {
  margin: var(--space-2) 0 0;
  color: #dbeaf2;
  font-size: var(--step--1);
}

.environment {
  background: #fff;
}

.environment__content > p:not(.eyebrow) {
  max-width: 36rem;
  margin: var(--space-4) 0;
  color: var(--colour-muted);
}

.facility-grid {
  display: grid;
  margin-top: var(--space-5);
  gap: var(--space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.facility-grid > div {
  display: grid;
  min-height: 8rem;
  padding: var(--space-3);
  border-radius: var(--radius-medium);
  align-content: space-between;
  background: var(--colour-soft);
  color: var(--colour-blue-deep);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.facility-grid > div:hover {
  background: var(--colour-sky);
  box-shadow: 0 0.55rem 1.3rem rgb(8 45 73 / 8%);
  transform: translateY(-0.2rem);
}

.facility-grid__icon {
  color: var(--colour-orange);
  font-size: 2rem;
}

.facility-grid strong {
  font-size: var(--step--1);
  line-height: 1.3;
}

.environment__media {
  overflow: hidden;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-card);
}

.environment__media img {
  width: 100%;
  min-height: 34rem;
  object-fit: cover;
}

.environment__media figcaption {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  left: var(--space-4);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-medium);
  background: rgb(255 255 255 / 94%);
  color: var(--colour-blue-deep);
  font-size: var(--step--1);
  font-weight: 800;
}

.environment__media figcaption span {
  margin-right: var(--space-1);
  color: var(--colour-orange);
}

.referral-cta {
  position: relative;
  overflow: hidden;
  padding-block: var(--space-7);
  background: var(--colour-orange-dark);
  color: #fff;
}

.referral-cta::after {
  position: absolute;
  top: -6rem;
  right: -4rem;
  width: 22rem;
  height: 27rem;
  border: 3rem solid rgb(255 255 255 / 9%);
  border-radius: 76% 24% 68% 32% / 66% 34% 66% 34%;
  transform: rotate(28deg);
  content: "";
}

.referral-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: var(--space-5);
}

.referral-cta h2 {
  color: #fff;
}

.referral-cta .eyebrow {
  color: #fff;
}

.referral-cta p:not(.eyebrow) {
  max-width: 39rem;
  margin: var(--space-3) 0 0;
  color: #fff;
}

.team {
  background: var(--colour-soft);
}

.team__media {
  overflow: hidden;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-card);
}

.team__media img {
  width: 100%;
  min-height: 26rem;
  object-fit: cover;
}

.team__content > p:not(.eyebrow) {
  max-width: 36rem;
  margin: var(--space-4) 0;
  color: var(--colour-muted);
}

.team-points {
  display: grid;
  margin: var(--space-5) 0 0;
  padding: 0;
  list-style: none;
  gap: var(--space-2);
}

.team-points li {
  display: flex;
  min-height: 3.25rem;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-small);
  align-items: center;
  background: #fff;
  color: var(--colour-blue-deep);
  font-weight: 800;
  gap: var(--space-3);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.team-points li:hover {
  box-shadow: 0 0.55rem 1.3rem rgb(8 45 73 / 8%);
  transform: translateX(0.2rem);
}

.team-points span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  place-items: center;
  background: var(--colour-orange);
  color: #fff;
}

.careers {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  background: var(--colour-navy);
}

.careers__image {
  object-position: center 45%;
}

.careers__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(8 45 73 / 96%) 0%, rgb(8 45 73 / 78%) 45%, rgb(8 45 73 / 14%) 85%);
}

.careers__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  padding-block: var(--space-7);
  align-items: center;
}

.careers__card {
  max-width: 39rem;
  color: #fff;
}

.careers h2 {
  color: #fff;
}

.careers__card > p:not(.eyebrow) {
  margin: var(--space-4) 0 var(--space-5);
  color: #e7f1f6;
  font-size: var(--step-1);
}

.contact {
  position: relative;
  background: var(--colour-sky);
}

.contact::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.5rem;
  background: var(--colour-orange);
  content: "";
}

.contact__intro > p:not(.eyebrow) {
  max-width: 39rem;
  margin: var(--space-4) 0 var(--space-5);
  color: var(--colour-muted);
}

.contact__panel {
  padding: var(--space-5);
  border-radius: var(--radius-large);
  background: var(--colour-blue-deep);
  box-shadow: var(--shadow-card);
  color: #fff;
}

.contact__item {
  display: grid;
  padding-block: var(--space-3);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  grid-template-columns: 3rem minmax(0, 1fr);
  align-items: center;
  gap: var(--space-3);
}

.contact__icon {
  color: #ffc486;
  font-size: 2rem;
}

.contact__item small {
  display: block;
  margin-bottom: 0.2rem;
  color: #bcd4e1;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact__item a,
.contact__item strong {
  color: #fff;
  font-size: var(--step-0);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact__item a {
  text-decoration: none;
}

.contact__item a:hover,
.contact__item a:focus-visible {
  color: #ffc486;
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.contact__note {
  display: flex;
  margin-top: var(--space-4);
  align-items: flex-start;
  color: #d9e7ef;
  font-size: var(--step--1);
  gap: var(--space-2);
}

.contact__note span {
  color: #7ed48c;
  font-size: 0.7rem;
}

.contact__note p {
  margin: 0;
}

.contact__note a {
  color: #fff;
}

.site-footer {
  background: #061f33;
  color: #d8e5eb;
}

.site-footer__grid {
  display: grid;
  padding-block: var(--space-7);
  gap: var(--space-5);
}

.brand--footer {
  color: #fff;
}

.site-footer__brand > p {
  max-width: 29rem;
  margin-bottom: var(--space-2);
}

.footer-coverage {
  color: #ffc486;
  font-weight: 750;
}

.site-footer h2 {
  margin: 0 0 var(--space-3);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: var(--space-2);
}

.site-footer a {
  color: #fff;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffc486;
}

.site-footer a:not(.brand):hover,
.site-footer a:not(.brand):focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.site-footer address {
  font-style: normal;
}

.footer-phone-list {
  margin-bottom: var(--space-3) !important;
}

.footer-phone-list li {
  display: grid;
  gap: 0.1rem;
}

.footer-phone-list span {
  color: #9fb8c6;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__bottom {
  border-top: 1px solid rgb(255 255 255 / 14%);
  font-size: var(--step--1);
}

.site-footer__bottom .shell {
  display: grid;
  padding-block: var(--space-3);
  align-items: center;
  gap: var(--space-2) var(--space-4);
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__legal {
  max-width: 72rem;
}

.site-footer__legal address {
  margin-top: 0.15rem;
  color: #b8cbd5;
  font-size: 0.78rem;
}

.site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}

.whatsapp-widget {
  position: fixed;
  z-index: 40;
  right: max(var(--space-4), env(safe-area-inset-right));
  bottom: max(var(--space-4), env(safe-area-inset-bottom));
  width: 3.5rem;
  height: 3.5rem;
}

.whatsapp-widget__trigger {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  place-items: center;
  background: #167d46;
  border: 1px solid rgb(255 255 255 / 38%);
  box-shadow: 0 0.7rem 1.8rem rgb(8 45 73 / 28%);
  color: #fff;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.whatsapp-widget__trigger:hover {
  background: #0f6939;
  box-shadow: 0 0.85rem 2rem rgb(8 45 73 / 34%);
  color: #fff;
  transform: translateY(-0.12rem);
}

.whatsapp-widget__trigger:focus-visible,
.whatsapp-widget__close:focus-visible,
.whatsapp-widget__action:focus-visible {
  outline: 3px solid #ffc486;
  outline-offset: 3px;
}

.whatsapp-widget__trigger-icon {
  position: relative;
  display: grid;
  width: 1.85rem;
  height: 1.85rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.whatsapp-widget__trigger-icon::after {
  position: absolute;
  right: -0.08rem;
  bottom: -0.18rem;
  width: 0.48rem;
  height: 0.48rem;
  border-right: 2px solid currentColor;
  background: #167d46;
  content: "";
  transform: rotate(38deg);
}

.whatsapp-widget__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.8rem);
  width: min(22rem, calc(100vw - 2rem));
  max-height: calc(100dvh - 7rem);
  overflow: auto;
  border: 1px solid rgb(8 45 73 / 14%);
  border-radius: var(--radius-large);
  background: #f7fbfd;
  box-shadow: 0 1.25rem 3rem rgb(4 35 60 / 30%);
  color: var(--colour-ink);
}

.whatsapp-widget__panel[hidden] {
  display: none;
}

.whatsapp-widget[data-open] .whatsapp-widget__panel {
  animation: whatsapp-panel-in 220ms ease-out both;
}

.whatsapp-widget__header {
  display: flex;
  padding: var(--space-4);
  border-radius: calc(var(--radius-large) - 1px) calc(var(--radius-large) - 1px) 0 0;
  align-items: flex-start;
  justify-content: space-between;
  background: var(--colour-blue-deep);
  color: #fff;
  gap: var(--space-3);
}

.whatsapp-widget__kicker {
  display: block;
  margin-bottom: 0.2rem;
  color: #a9c8d8;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.whatsapp-widget__header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.whatsapp-widget__close {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  place-items: center;
  background: rgb(255 255 255 / 9%);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 1.55rem;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.whatsapp-widget__close:hover {
  border-color: rgb(255 255 255 / 50%);
  background: rgb(255 255 255 / 16%);
}

.whatsapp-widget__body {
  padding: var(--space-5);
}

.whatsapp-widget__body p {
  margin: 0;
  color: var(--colour-muted);
  font-size: var(--step--1);
}

.whatsapp-widget__body .whatsapp-widget__greeting {
  margin-bottom: var(--space-3);
  color: var(--colour-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.whatsapp-widget__action {
  display: flex;
  min-height: 3rem;
  margin-top: var(--space-5);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #167d46;
  box-shadow: 0 0.65rem 1.35rem rgb(22 125 70 / 20%);
  color: #fff;
  font-size: var(--step--1);
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  gap: var(--space-2);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.whatsapp-widget__action:hover {
  background: #0f6939;
  box-shadow: 0 0.75rem 1.55rem rgb(22 125 70 / 27%);
  color: #fff;
  transform: translateY(-0.08rem);
}

.whatsapp-widget__body .whatsapp-widget__number {
  margin-top: var(--space-4);
  color: var(--colour-ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.whatsapp-widget__number span {
  color: var(--colour-muted);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-panel__icon--whatsapp {
  font-family: inherit;
  font-size: 1rem;
}

/* Inner-page system */
.inner-hero {
  position: relative;
  min-height: 35rem;
  overflow: hidden;
  background: var(--colour-blue-deep);
}

.inner-hero__media,
.inner-hero__shade {
  position: absolute;
  inset: 0;
}

.inner-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.inner-hero__shade {
  background: linear-gradient(90deg, rgb(4 35 60 / 97%) 0%, rgb(4 48 83 / 88%) 43%, rgb(4 48 83 / 25%) 78%, rgb(4 48 83 / 10%) 100%);
}

.inner-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  padding-block: var(--space-7);
  align-items: center;
}

.inner-hero__inner--with-panel {
  display: grid;
  padding-block: var(--space-6);
  align-items: end;
  gap: var(--space-5);
}

.inner-hero__copy {
  max-width: 45rem;
  color: #fff;
}

.inner-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 2rem + 2.6vw, 4.75rem);
  font-weight: 820;
  letter-spacing: -0.04em;
  line-height: 0.99;
}

.inner-hero__copy > p:not(.eyebrow) {
  max-width: 38rem;
  margin: var(--space-4) 0 var(--space-5);
  color: #edf6fa;
  font-size: var(--step-1);
}

.inner-hero--about .inner-hero__media img,
.inner-hero--careers .inner-hero__media img {
  object-position: center;
}

.inner-hero--supported .inner-hero__media img {
  object-position: center 38%;
}

.inner-hero--domiciliary .inner-hero__media img {
  object-position: center 35%;
}

.inner-hero--environment .inner-hero__media img {
  object-position: center 45%;
}

.contact-panel {
  min-width: 0;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: var(--radius-large);
  background: var(--colour-blue-deep);
  box-shadow: 0 1.4rem 3.4rem rgb(4 35 60 / 28%);
  color: #fff;
}

.contact-panel__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 1.55rem + 0.8vw, 2.45rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.contact-panel__heading > p:not(.eyebrow) {
  margin: var(--space-3) 0 0;
  color: #dbeaf2;
  font-size: var(--step--1);
}

.contact-panel__details {
  display: grid;
  margin: var(--space-5) 0 0;
  padding: 0;
  list-style: none;
  gap: var(--space-3);
}

.contact-panel__details li {
  display: grid;
  min-width: 0;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  align-items: center;
  gap: var(--space-3);
}

.contact-panel__icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgb(255 196 134 / 28%);
  border-radius: 50%;
  place-items: center;
  background: rgb(235 111 20 / 18%);
  color: #ffc486;
  font-size: 1rem;
}

.contact-panel small {
  display: block;
  margin-bottom: 0.12rem;
  color: #a9c8d8;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-panel a,
.contact-panel strong {
  color: #fff;
  font-size: var(--step--1);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-panel__details a,
.contact-panel__privacy a {
  text-decoration: none;
}

.contact-panel a:hover {
  color: #ffc486;
}

.contact-panel__details a:hover,
.contact-panel__details a:focus-visible,
.contact-panel__privacy a:hover,
.contact-panel__privacy a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.contact-panel__hours {
  display: grid;
  color: #f5f9fb;
  font-size: 0.78rem;
  line-height: 1.45;
  gap: 0.18rem;
}

.contact-panel__hours span {
  display: block;
}

.contact-panel__hours strong {
  font-size: inherit;
}

.contact-panel__coverage {
  display: flex;
  margin: var(--space-5) 0 0;
  padding-top: var(--space-4);
  border-top: 1px solid rgb(255 255 255 / 17%);
  align-items: flex-start;
  color: #dbeaf2;
  font-size: 0.78rem;
  gap: var(--space-2);
}

.contact-panel__coverage span {
  color: #7ed48c;
}

.contact-panel__privacy {
  margin: var(--space-2) 0 0;
  font-size: 0.78rem;
}

.contact-panel__location {
  display: grid;
  margin-top: var(--space-5);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: var(--radius-medium);
  background: #f7fbfd;
}

.contact-panel__location-content {
  padding: var(--space-4);
  color: var(--colour-ink);
}

.contact-panel__location address {
  margin: 0;
  color: var(--colour-ink);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 760;
  line-height: 1.45;
}

.contact-panel__location-heading {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  align-items: center;
  gap: var(--space-3);
}

.contact-panel__location-heading small {
  color: var(--colour-muted);
}

.contact-panel__location-icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  place-items: center;
  background: var(--colour-orange-soft);
  color: var(--colour-orange-dark);
  font-size: 1rem;
}

.contact-panel .contact-panel__directions {
  width: 100%;
  min-height: 2.8rem;
  margin-top: var(--space-4);
  border-color: var(--colour-blue-deep);
  background: var(--colour-blue-deep);
  color: #fff;
}

.contact-panel .contact-panel__directions:hover {
  border-color: var(--colour-blue);
  background: var(--colour-blue);
  color: #fff;
}

.contact-panel__directions span {
  margin-left: var(--space-2);
  font-size: 1.05em;
  line-height: 1;
  font-style: normal;
}

.contact-panel__map {
  display: grid;
  position: relative;
  min-height: 8.5rem;
  padding: var(--space-4);
  overflow: hidden;
  place-items: center;
  background:
    linear-gradient(118deg, transparent 0 31%, rgb(255 255 255 / 92%) 31% 36%, transparent 36% 100%),
    linear-gradient(35deg, transparent 0 42%, rgb(255 255 255 / 88%) 42% 47%, transparent 47% 100%),
    linear-gradient(164deg, transparent 0 63%, rgb(210 226 235 / 88%) 63% 68%, transparent 68% 100%),
    #dcecf4;
  color: var(--colour-orange-dark);
  text-align: center;
}

.contact-panel__map::before,
.contact-panel__map::after {
  position: absolute;
  border: 0.18rem solid rgb(20 111 181 / 22%);
  border-radius: 50%;
  content: "";
}

.contact-panel__map::before {
  top: -3.5rem;
  left: -2rem;
  width: 12rem;
  height: 9rem;
}

.contact-panel__map::after {
  right: -3rem;
  bottom: -4rem;
  width: 14rem;
  height: 10rem;
}

.contact-panel__map-pin {
  display: grid;
  position: relative;
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.28rem solid #fff;
  border-radius: 50% 50% 50% 0;
  place-items: center;
  background: var(--colour-orange);
  box-shadow: 0 0.75rem 1.5rem rgb(8 45 73 / 24%);
  color: #fff;
  font-size: 1.25rem;
  transform: rotate(-45deg);
}

.contact-panel__map-pin::before {
  display: block;
  transform: rotate(45deg);
}

.contact-panel--page {
  align-self: start;
}

.enquiry-section {
  background: #eef5f8;
}

.enquiry-section--referral {
  background: #f7fbfd;
}

.enquiry-section__layout {
  display: grid;
  align-items: start;
  gap: var(--space-6);
}

.enquiry-section__intro {
  max-width: 39rem;
}

.enquiry-section__intro h2 {
  margin: 0;
  color: var(--colour-blue-deep);
  font-size: clamp(2rem, 1.6rem + 1.2vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.enquiry-section__intro > p:not(.eyebrow) {
  color: var(--colour-muted);
}

.enquiry-section__intro .form-safety-note {
  margin-top: var(--space-5);
  padding: var(--space-4);
  border-left: 0.25rem solid var(--colour-orange);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: #fff;
  color: var(--colour-ink);
  font-size: var(--step--1);
}

.enquiry-form-card {
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgb(8 45 73 / 12%);
  border-radius: var(--radius-large);
  background: #fff;
  box-shadow: 0 1.2rem 2.8rem rgb(8 45 73 / 10%);
}

.form-grid {
  display: grid;
  gap: var(--space-4);
}

.form-field {
  display: grid;
  min-width: 0;
  gap: 0.45rem;
}

.form-field label {
  color: var(--colour-blue-deep);
  font-size: var(--step--1);
  font-weight: 800;
  line-height: 1.35;
}

.form-optional {
  color: var(--colour-muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid #9bb4c1;
  border-radius: var(--radius-small);
  background: #fff;
  color: var(--colour-ink);
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: #668a9d;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--colour-blue);
  outline: 0;
  box-shadow: 0 0 0 3px rgb(20 111 181 / 19%);
}

.form-field--checkbox {
  grid-template-columns: 1.35rem minmax(0, 1fr);
  align-items: start;
  gap: var(--space-3);
}

.form-field--checkbox input {
  width: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0.12rem;
  padding: 0;
  accent-color: var(--colour-blue);
}

.form-field--checkbox label {
  font-weight: 650;
}

.form-hint {
  margin: 0;
  color: var(--colour-muted);
  font-size: 0.78rem;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquiry-form__submit {
  min-height: 3rem;
  margin-top: var(--space-5);
  border: 0;
  cursor: pointer;
}

.form-response {
  display: none;
  margin-bottom: var(--space-5);
  padding: var(--space-4);
  border-radius: var(--radius-small);
}

.form-response:target {
  display: block;
}

.form-response h3 {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.4;
}

.form-response p {
  margin: var(--space-2) 0 0;
  font-size: var(--step--1);
}

.form-response--success {
  border: 1px solid #6bb884;
  background: #eaf7ee;
  color: #14542a;
}

.form-response--error {
  border: 1px solid #d89b91;
  background: #fff2ef;
  color: #71322a;
}

.split-story,
.content-split,
.coordination-story__grid,
.referral-layout,
.contact-page__grid,
.careers-culture__grid,
.environment-story__grid {
  display: grid;
  gap: var(--space-6);
}

.split-story {
  align-items: start;
}

.prose-lead {
  max-width: 46rem;
}

.prose-lead p {
  margin: 0 0 var(--space-4);
  color: var(--colour-muted);
  font-size: var(--step-1);
}

.values-band {
  position: relative;
  overflow: hidden;
  background: var(--colour-blue-deep);
  color: #fff;
}

.values-band::after {
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 25rem;
  height: 31rem;
  border: 2.5rem solid rgb(235 111 20 / 15%);
  border-radius: 26% 74% 36% 64% / 61% 31% 69% 39%;
  transform: rotate(-28deg);
  content: "";
}

.values-band .shell {
  position: relative;
  z-index: 1;
}

.values-band h2,
.values-band h3 {
  color: #fff;
}

.value-grid,
.role-grid,
.category-grid,
.process-grid,
.culture-grid,
.contact-paths,
.environment-feature-grid {
  display: grid;
  gap: var(--space-3);
}

.value-grid article {
  padding: var(--space-5);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: var(--radius-medium);
  background: #174f78;
}

.value-grid article > span {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: var(--space-4);
  border-radius: 50%;
  place-items: center;
  background: var(--colour-orange);
  color: #fff;
  font-size: 1.35rem;
}

.value-grid p {
  margin-bottom: 0;
  color: #dbeaf2;
}

.team-structure,
.service-categories,
.environment-features,
.referral-contact-section,
.contact-page {
  background: var(--colour-soft);
}

.role-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.role-grid article {
  min-height: 12rem;
  padding: var(--space-4);
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-medium);
  background: #fff;
  box-shadow: 0 0.45rem 1.3rem rgb(8 45 73 / 5%);
}

.role-grid .role-card--leadership {
  border-top: 0.3rem solid var(--colour-blue);
}

.role-grid .role-card--management {
  border-top: 0.3rem solid var(--colour-orange);
}

.role-grid article > span {
  display: inline-flex;
  margin-bottom: var(--space-4);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--colour-orange-soft);
  color: var(--colour-orange-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.role-grid p,
.category-grid p,
.process-grid p,
.contact-paths p,
.culture-grid p {
  margin-bottom: 0;
  color: var(--colour-muted);
}

.coordination-story__grid,
.environment-story__grid,
.careers-culture__grid {
  align-items: center;
}

.coordination-story figure,
.environment-story figure,
.careers-culture figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-card);
}

.coordination-story figure img,
.environment-story figure img,
.careers-culture figure img {
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
}

.environment-story .media-context {
  padding: var(--space-3) var(--space-4);
  background: var(--colour-blue-deep);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.numbered-flow {
  display: grid;
  margin: var(--space-5) 0 0;
  padding: 0;
  list-style: none;
  gap: var(--space-3);
}

.numbered-flow li {
  display: grid;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--colour-border);
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: var(--space-3);
}

.numbered-flow li > span {
  color: var(--colour-orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.numbered-flow h3,
.numbered-flow p {
  margin: 0;
}

.numbered-flow p {
  color: var(--colour-muted);
}

.page-cta {
  position: relative;
  overflow: hidden;
  padding-block: var(--space-7);
  background: var(--colour-orange-dark);
  color: #fff;
}

.page-cta::after {
  position: absolute;
  top: -7rem;
  right: -5rem;
  width: 22rem;
  height: 27rem;
  border: 3rem solid rgb(255 255 255 / 9%);
  border-radius: 76% 24% 68% 32% / 66% 34% 66% 34%;
  transform: rotate(28deg);
  content: "";
}

.page-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: var(--space-5);
}

.page-cta h2 {
  max-width: 21ch;
  margin: 0;
  color: #fff;
  font-size: var(--step-2);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.service-intro__aside,
.support-note,
.referral-guidance,
.contact-card,
.application-panel {
  padding: var(--space-5);
  border-radius: var(--radius-large);
  background: var(--colour-blue-deep);
  box-shadow: var(--shadow-card);
  color: #fff;
}

.service-intro__aside h2,
.support-note h2,
.referral-guidance h2,
.contact-card h2,
.application-panel h2 {
  color: #fff;
}

.service-intro__aside p,
.support-note p,
.referral-guidance p,
.contact-card p,
.application-panel p {
  color: #dbeaf2;
}

.category-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}

.category-grid article {
  min-height: 17rem;
  padding: var(--space-5);
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-medium);
  background: #fff;
  box-shadow: 0 0.45rem 1.3rem rgb(8 45 73 / 5%);
}

.category-grid article > span {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: var(--space-4);
  border-radius: 50%;
  place-items: center;
  background: var(--colour-orange-soft);
  color: var(--colour-orange-dark);
  font-size: 1.45rem;
}

.category-grid ul,
.compact-list {
  margin: var(--space-3) 0 0;
  padding: 0;
  list-style: none;
}

.category-grid li,
.compact-list li {
  position: relative;
  margin-top: 0.45rem;
  padding-left: 1rem;
  color: var(--colour-muted);
  font-size: var(--step--1);
}

.category-grid li::before,
.compact-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--colour-orange);
  content: "";
}

.process-grid {
  counter-reset: process;
}

.process-grid article {
  position: relative;
  padding: var(--space-5);
  border-top: 0.3rem solid var(--colour-orange);
  border-radius: 0 0 var(--radius-medium) var(--radius-medium);
  background: var(--colour-sky);
  counter-increment: process;
}

.process-grid article::before {
  display: block;
  margin-bottom: var(--space-3);
  color: var(--colour-orange-dark);
  content: "0" counter(process);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.home-rhythm {
  background: var(--colour-blue-deep);
  color: #fff;
}

.home-rhythm h2,
.home-rhythm h3 {
  color: #fff;
}

.home-rhythm__grid {
  display: grid;
  gap: var(--space-4);
}

.home-rhythm__grid article {
  padding: var(--space-5);
  border-left: 0.25rem solid var(--colour-orange);
  background: rgb(255 255 255 / 8%);
}

.home-rhythm__grid p {
  margin-bottom: 0;
  color: #dbeaf2;
}

.environment-feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.environment-feature-grid article {
  display: grid;
  min-height: 14rem;
  padding: var(--space-5);
  border-radius: var(--radius-medium);
  align-content: space-between;
  background: #fff;
  box-shadow: 0 0.45rem 1.3rem rgb(8 45 73 / 6%);
}

.environment-feature-grid article > span {
  color: var(--colour-orange);
  font-size: 2.25rem;
}

.environment-pillars {
  background: var(--colour-blue-deep);
  color: #fff;
}

.environment-pillars h2,
.environment-pillars h3 {
  color: #fff;
}

.environment-pillars__grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: var(--radius-large);
  background: rgb(255 255 255 / 18%);
}

.environment-pillars__grid article {
  padding: var(--space-5);
  background: var(--colour-blue-deep);
}

.environment-pillars__grid p {
  color: #dbeaf2;
}

.referral-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: var(--space-3);
}

.referral-steps li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: var(--space-3);
}

.referral-steps span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  place-items: center;
  background: var(--colour-orange);
  color: #fff;
  font-weight: 900;
}

.referral-steps h3,
.referral-steps p {
  margin: 0;
}

.referral-contact-grid {
  display: grid;
  margin-top: var(--space-5);
  gap: var(--space-3);
}

.referral-contact-grid article {
  padding: var(--space-5);
  border: 1px solid var(--colour-border);
  border-top: 0.28rem solid var(--colour-orange);
  border-radius: var(--radius-medium);
  background: #fff;
  box-shadow: 0 0.45rem 1.3rem rgb(8 45 73 / 5%);
}

.referral-contact-grid article p {
  color: var(--colour-muted);
}

.referral-contact-grid article > a {
  font-weight: 850;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.referral-contact-grid article > a:hover,
.referral-contact-grid article > a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.information-warning {
  margin-top: var(--space-5);
  padding: var(--space-4);
  border-left: 0.3rem solid var(--colour-orange);
  border-radius: var(--radius-small);
  background: var(--colour-orange-soft);
  color: var(--colour-ink);
}

.information-warning h3 {
  margin-top: 0;
  color: var(--colour-blue-deep);
}

.information-warning p:last-child {
  margin-bottom: 0;
}

.careers-culture {
  background: var(--colour-soft);
}

.culture-grid {
  margin-top: var(--space-5);
}

.culture-grid article,
.contact-paths article {
  padding: var(--space-4);
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-medium);
  background: #fff;
}

.application-panel .button-group {
  margin-top: var(--space-5);
}

.contact-card address {
  font-style: normal;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  background: var(--colour-blue-deep);
  color: #fff;
}

.legal-hero::after {
  position: absolute;
  top: -8rem;
  right: -6rem;
  width: 24rem;
  height: 28rem;
  border: 3rem solid rgb(255 255 255 / 8%);
  border-radius: 76% 24% 68% 32% / 66% 34% 66% 34%;
  transform: rotate(24deg);
  content: "";
}

.legal-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(4.5rem, 10vw, 8rem);
}

.legal-hero h1 {
  max-width: 14ch;
  margin: 0 0 var(--space-4);
  color: #fff;
  font-size: var(--step-3);
  line-height: 1;
}

.legal-hero__inner > p:not(.eyebrow) {
  max-width: 48rem;
  color: #dbeaf2;
}

.legal-hero__updated {
  margin-bottom: 0;
  font-size: var(--step--1);
}

.legal-page {
  background: var(--colour-soft);
}

.legal-page__layout {
  display: grid;
  align-items: start;
  gap: var(--space-6);
}

.legal-page__contents {
  padding: var(--space-4);
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-medium);
  background: #fff;
  box-shadow: 0 0.45rem 1.3rem rgb(8 45 73 / 5%);
}

.legal-page__contents h2 {
  margin-top: 0;
  font-size: var(--step-1);
}

.legal-page__contents ol {
  margin: 0;
  padding-left: 1.4rem;
}

.legal-page__contents li + li {
  margin-top: 0.5rem;
}

.legal-page__contents a {
  text-decoration: none;
}

.legal-page__contents a:hover,
.legal-page__contents a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.legal-page__content {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-large);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.legal-page__content section {
  scroll-margin-top: calc(var(--header-height) + 2rem);
}

.legal-page__content section + section {
  margin-top: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--colour-border);
}

.legal-page__content h2 {
  margin-top: 0;
  color: var(--colour-blue-deep);
  font-size: var(--step-1);
}

.legal-page__content li + li {
  margin-top: 0.5rem;
}

.contact-card__phones {
  display: grid;
  gap: var(--space-3);
}

.contact-card__phones a {
  display: grid;
  gap: 0.1rem;
}

.contact-card__phones span,
.contact-paths__phones span {
  color: #bcd4e1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-card a {
  color: #fff;
  font-size: var(--step-1);
  font-weight: 850;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-card a:not(.button):hover,
.contact-card a:not(.button):focus-visible {
  color: #ffc486;
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.contact-card__item + .contact-card__item {
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.contact-card small {
  display: block;
  margin-bottom: var(--space-1);
  color: #bcd4e1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-paths {
  margin-top: var(--space-5);
}

.contact-paths a {
  font-weight: 850;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-paths a:hover,
.contact-paths a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.2em;
}

.contact-page__grid > * {
  min-width: 0;
}

.contact-paths__phones {
  display: grid;
  margin: var(--space-3) 0;
  padding: 0;
  list-style: none;
  gap: var(--space-2);
}

.contact-paths__phones a {
  display: grid;
  width: fit-content;
  gap: 0.05rem;
}

.contact-paths__phones span {
  color: var(--colour-muted);
}

.location-panel {
  display: grid;
  width: min(calc(100% - 2rem), var(--content-wide));
  margin: 0 auto var(--space-8);
  overflow: hidden;
  border: 1px solid var(--colour-border);
  border-radius: var(--radius-large);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.location-panel > div {
  padding: var(--space-5);
}

.location-panel address {
  margin: var(--space-3) 0 var(--space-5);
  color: var(--colour-muted);
  font-style: normal;
}

.location-panel__map {
  display: grid;
  min-height: 18rem;
  place-items: center;
  background: var(--colour-sky);
  color: var(--colour-blue-deep);
  text-align: center;
}

.location-panel__map p {
  max-width: 28rem;
}

.section--compact {
  padding-block: var(--space-7);
}

html[data-reveal-ready] [data-reveal] {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 560ms ease, transform 560ms ease;
}

html[data-reveal-ready] [data-reveal][data-visible] {
  opacity: 1;
  transform: none;
}

@supports ((backdrop-filter: blur(1rem)) or (-webkit-backdrop-filter: blur(1rem))) {
  .site-header {
    background: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: saturate(135%) blur(0.9rem);
    backdrop-filter: saturate(135%) blur(0.9rem);
  }

  .site-header[data-scrolled] {
    background: rgb(255 255 255 / 94%);
  }

  .hero__controls {
    background: rgb(4 35 60 / 88%);
    -webkit-backdrop-filter: saturate(120%) blur(0.85rem);
    backdrop-filter: saturate(120%) blur(0.85rem);
  }

  .contact-panel--hero {
    background: rgb(4 35 60 / 89%);
    -webkit-backdrop-filter: saturate(120%) blur(0.75rem);
    backdrop-filter: saturate(120%) blur(0.75rem);
  }

  .principle-grid article {
    background: rgb(255 255 255 / 8%);
    -webkit-backdrop-filter: blur(0.3rem);
    backdrop-filter: blur(0.3rem);
  }

  .environment__media figcaption {
    background: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(0.55rem);
    backdrop-filter: blur(0.55rem);
  }

  .whatsapp-widget__panel {
    background: rgb(247 251 253 / 96%);
    -webkit-backdrop-filter: blur(0.55rem);
    backdrop-filter: blur(0.55rem);
  }
}

@keyframes hero-settle {
  from { opacity: 0.55; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1.015); }
}

@keyframes whatsapp-panel-in {
  from { opacity: 0; transform: translateY(0.45rem) scale(0.985); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 42rem) {
  .shell {
    width: min(calc(100% - 4rem), var(--content-wide));
  }

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

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

  .value-grid,
  .process-grid,
  .culture-grid,
  .contact-paths,
  .referral-contact-grid,
  .home-rhythm__grid,
  .environment-pillars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .field--full,
  .form-field--full {
    grid-column: 1 / -1;
  }
}

@media (min-width: 48rem) {
  .section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.55fr);
    align-items: end;
    gap: var(--space-5);
  }

  .section-heading--split > div + p {
    margin: 0;
  }

  .service-grid,
  .audience__grid,
  .environment__grid,
  .team__grid,
  .contact__grid,
  .split-story,
  .content-split,
  .coordination-story__grid,
  .referral-layout,
  .contact-page__grid,
  .careers-culture__grid,
  .environment-story__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enquiry-section__layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  }

  .environment__media {
    order: 2;
  }

  .referral-cta__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.7fr);
  }

  .referral-cta__actions {
    justify-content: flex-end;
  }

  .page-cta__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.7fr);
  }

  .page-cta__inner > .button-group {
    justify-content: flex-end;
  }

  .site-footer__grid {
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  }

  .site-footer__bottom .shell {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-footer__legal-links {
    justify-content: flex-end;
  }

  .legal-page__layout {
    grid-template-columns: minmax(14rem, 0.34fr) minmax(0, 1fr);
  }

  .legal-page__contents {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }

  .location-panel {
    width: min(calc(100% - 4rem), var(--content-wide));
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  }

  .inner-hero__inner--with-panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.72fr);
    align-items: center;
  }

  .inner-hero--with-panel .inner-hero__shade {
    background: linear-gradient(90deg, rgb(4 35 60 / 97%) 0%, rgb(4 48 83 / 88%) 48%, rgb(4 48 83 / 46%) 100%);
  }

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

  .contact-panel__details li:last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 72rem) {
  .principle-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 78rem) {
  :root {
    --header-height: 5.15rem;
  }

  .site-utility,
  .site-utility__inner {
    display: flex;
  }

  .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    grid-column: auto;
    gap: clamp(0.35rem, 0.8vw, 0.85rem);
  }

  .primary-nav__list {
    display: flex;
    justify-content: center;
    gap: clamp(0.2rem, 0.6vw, 0.65rem);
  }

  .primary-nav__list a {
    min-height: 2.8rem;
    padding-inline: 0.4rem;
    border: 0;
    font-size: 0.82rem;
  }

  .primary-nav__phones {
    display: none;
  }

  .primary-nav__cta {
    width: auto;
    margin-top: 0;
    flex: none;
  }
}

@media (max-width: 47.99rem) {
  .whatsapp-widget {
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .whatsapp-widget__panel {
    width: min(20rem, calc(100vw - 3rem));
  }

  .hero {
    min-height: 42rem;
  }

  .hero__slide img {
    object-position: 62% center;
  }

  .hero__slide:nth-child(2) img {
    object-position: 58% center;
  }

  .hero__slide:nth-child(3) img {
    object-position: 52% center;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, rgb(4 35 60 / 98%) 0%, rgb(4 35 60 / 88%) 48%, rgb(4 35 60 / 26%) 100%),
      linear-gradient(90deg, rgb(4 35 60 / 35%), transparent);
  }

  .hero__inner {
    padding-top: calc(var(--space-7) + 1rem);
    align-items: flex-end;
  }

  .hero__controls {
    top: var(--space-4);
    right: 0;
    bottom: auto;
  }

  .inner-hero {
    min-height: 38rem;
  }

  .inner-hero__media img {
    object-position: 60% center;
  }

  .inner-hero__shade {
    background: linear-gradient(0deg, rgb(4 35 60 / 98%) 0%, rgb(4 35 60 / 90%) 55%, rgb(4 35 60 / 34%) 100%);
  }

  .inner-hero__inner {
    align-items: flex-end;
  }

  .inner-hero--with-panel {
    min-height: 0;
  }

  .inner-hero--with-panel .inner-hero__inner {
    min-height: 0;
    padding-block: var(--space-6);
  }

  .coordination-story figure img,
  .environment-story figure img,
  .careers-culture figure img {
    min-height: 23rem;
  }

  .section {
    padding-block: var(--space-7);
  }

  .environment__media img {
    min-height: 25rem;
  }

  .careers__shade {
    background: linear-gradient(0deg, rgb(8 45 73 / 98%) 0%, rgb(8 45 73 / 80%) 58%, rgb(8 45 73 / 28%) 100%);
  }

  .careers__inner {
    align-items: flex-end;
  }
}

@media (max-width: 28rem) {
  .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .brand__name {
    font-size: 0.74rem;
  }

  .brand__mark {
    width: 2.9rem;
  }

  .button-group .button {
    width: 100%;
  }

  .audience-cards,
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .audience-cards li,
  .facility-grid > div {
    min-height: 5.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero__slide:first-child img {
    animation: none;
  }

  html[data-reveal-ready] [data-reveal] {
    opacity: 1;
    transform: none;
  }

}
