:root {
  --ldp-blue: #1e6489;
  --ldp-blue-bright: #478ba0;
  --ldp-blue-deep: #103746;
  --ldp-blue-ink: #0b2733;
  --ldp-sea: #dfeaec;
  --ldp-mist: #eef4f4;
  --ldp-sage: #dce6df;
  --ldp-paper: #f8f8f8;
  --ldp-white: #ffffff;
  --ldp-ink: #15272d;
  --ldp-muted: #52646a;
  --ldp-line: rgba(16, 55, 70, 0.16);
  --ldp-shadow: 0 30px 80px rgba(11, 39, 51, 0.16);
  --ldp-shell: min(1380px, calc(100vw - 72px));
  --ldp-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --ldp-sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body.ldp-redesign-active {
  margin: 0 !important;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ldp-paper) !important;
  color: var(--ldp-ink) !important;
  font-family: var(--ldp-sans) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.ldp-redesign-active,
body.ldp-redesign-active * {
  box-sizing: border-box;
}

body.ldp-redesign-active .ldp-site,
body.ldp-redesign-active .ldp-site * {
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}

.ldp-site {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  overflow: clip;
  background: var(--ldp-paper);
  color: var(--ldp-ink);
}

body.ldp-menu-open {
  overflow: hidden !important;
}

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

.ldp-site a {
  color: inherit;
  text-decoration: none;
}

.ldp-site p,
.ldp-site h1,
.ldp-site h2,
.ldp-site h3,
.ldp-site ul,
.ldp-site ol,
.ldp-site dl,
.ldp-site dd,
.ldp-site address {
  margin: 0;
}

.ldp-site h1,
.ldp-site h2,
.ldp-site h3 {
  color: inherit;
  font-family: var(--ldp-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

.ldp-site p,
.ldp-site li,
.ldp-site dd {
  text-wrap: pretty;
}

.ldp-site :where(div, section, article, nav, ul, ol, li, p, h1, h2, h3, a, span, strong, small, dl, dt, dd) {
  min-width: 0;
}

.ldp-site button,
.ldp-site input,
.ldp-site select,
.ldp-site textarea {
  font: inherit;
}

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

.ldp-shell {
  width: var(--ldp-shell);
  margin-inline: auto;
}

.ldp-skip-link {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-180%);
  border-radius: 999px;
  background: var(--ldp-white);
  color: var(--ldp-blue-ink);
  font: 700 14px/1 var(--ldp-sans);
  box-shadow: var(--ldp-shadow);
}

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

.ldp-site :focus-visible {
  outline: 3px solid #f2b967;
  outline-offset: 4px;
}

.ldp-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  width: 100%;
  background: rgba(247, 245, 240, 0.98);
  border-bottom: 1px solid rgba(16, 55, 70, 0.1);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.ldp-header.is-stuck {
  background: rgba(247, 245, 240, 0.96);
  box-shadow: 0 12px 38px rgba(11, 39, 51, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.admin-bar .ldp-header.is-stuck {
  top: 32px;
}

.ldp-header__inner {
  display: grid;
  grid-template-columns: minmax(230px, 360px) 1fr;
  align-items: center;
  width: var(--ldp-shell);
  min-height: 104px;
  margin-inline: auto;
}

.ldp-brand {
  display: inline-flex;
  align-items: center;
  width: min(310px, 100%);
  padding: 10px 0;
}

.ldp-brand img {
  width: 100%;
  height: auto;
}

.ldp-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(24px, 3.2vw, 52px);
}

.ldp-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.7vw, 42px);
}

.ldp-nav__menu {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.7vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ldp-nav__menu li {
  margin: 0;
  padding: 0;
}

.ldp-nav__links a {
  position: relative;
  padding: 12px 0 10px;
  color: var(--ldp-blue-ink);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.ldp-nav__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--ldp-blue);
  transition: transform 200ms ease;
}

.ldp-nav__links a:hover::after,
.ldp-nav__links a.is-current::after,
.ldp-nav__links .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ldp-nav__phone {
  display: grid;
  gap: 1px;
  min-width: 165px;
  padding: 16px 20px;
  color: var(--ldp-white) !important;
  background: var(--ldp-blue);
  transition: background 180ms ease, transform 180ms ease;
}

.ldp-nav__phone:hover {
  transform: translateY(-2px);
  background: var(--ldp-blue-deep);
}

.ldp-nav__phone span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0.74;
}

.ldp-nav__phone strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.ldp-menu-toggle {
  display: none;
}

.ldp-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px !important;
  color: var(--ldp-blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ldp-kicker::before {
  content: "";
  flex: 0 0 30px;
  width: 30px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.ldp-kicker span {
  margin-left: auto;
  color: var(--ldp-muted);
}

.ldp-kicker > .ldp-kicker__label {
  margin-left: 0;
  color: inherit;
}

.ldp-copy--mobile {
  display: none;
}

.ldp-kicker--light {
  color: rgba(255, 255, 255, 0.76);
}

.ldp-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.012em;
  line-height: 1.2;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ldp-button span {
  font-size: 19px;
  font-weight: 400;
}

.ldp-button:hover {
  transform: translateY(-3px);
}

.ldp-button--solid {
  color: var(--ldp-white) !important;
  background: var(--ldp-blue-deep);
  border-color: var(--ldp-blue-deep);
}

.ldp-button--solid:hover {
  background: var(--ldp-blue);
  border-color: var(--ldp-blue);
}

.ldp-button--light {
  color: var(--ldp-blue-ink) !important;
  background: var(--ldp-white);
  border-color: var(--ldp-white);
}

.ldp-button--light:hover {
  color: var(--ldp-white) !important;
  background: transparent;
}

.ldp-text-link,
.ldp-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: var(--ldp-blue-deep) !important;
  font-size: 14px;
  font-weight: 750;
  border-bottom: 1px solid rgba(16, 55, 70, 0.38);
  transition: gap 180ms ease, border-color 180ms ease;
}

.ldp-text-link:hover,
.ldp-arrow-link:hover {
  gap: 20px;
  border-color: var(--ldp-blue);
}

.ldp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(470px, 0.82fr);
  min-height: min(780px, calc(100vh - 104px));
  min-height: min(780px, calc(100svh - 104px));
  isolation: isolate;
  overflow: hidden;
  background: var(--ldp-blue-ink);
}

.ldp-hero__media {
  position: relative;
  z-index: 0;
  grid-column: 1;
  min-height: inherit;
  overflow: hidden;
  background: var(--ldp-blue-ink);
}

.ldp-hero__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ldp-hero__media::before {
  content: "";
  position: absolute;
  inset: -34px;
  background: url("../images/therapy-room-3.webp") center / cover no-repeat;
  filter: blur(24px) brightness(0.58) saturate(0.82);
  opacity: 0.72;
  transform: scale(1.06);
  animation: ldp-hero-backdrop 12s ease-in-out infinite alternate;
}

.ldp-hero__shade {
  display: none;
}

.ldp-hero__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  animation: ldp-hero-settle 1.6s cubic-bezier(0.2, 0.68, 0.2, 1) both;
}

.ldp-hero__layout {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  margin: 0;
  padding: clamp(58px, 6.5vw, 104px) clamp(38px, 5.6vw, 92px);
  color: var(--ldp-white);
  background: var(--ldp-blue-deep);
}

.ldp-hero__card {
  width: min(620px, 100%);
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.ldp-hero__card h1 {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--ldp-white);
  font-size: clamp(54px, 5.25vw, 86px);
}

.ldp-hero__lead {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.68;
}

.ldp-hero .ldp-kicker,
.ldp-hero .ldp-text-link {
  color: rgba(255, 255, 255, 0.78) !important;
}

.ldp-hero .ldp-text-link {
  border-color: rgba(255, 255, 255, 0.42);
}

.ldp-hero .ldp-text-link:hover {
  color: var(--ldp-white) !important;
  border-color: var(--ldp-white);
}

.ldp-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
}

.ldp-assurance {
  color: var(--ldp-white);
  background: var(--ldp-blue-deep);
}

.ldp-assurance__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ldp-assurance__grid p {
  display: grid;
  gap: 3px;
  min-height: 112px;
  padding: 27px clamp(20px, 4vw, 55px);
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.ldp-assurance__grid p:first-child {
  padding-left: 0;
}

.ldp-assurance__grid p:last-child {
  border-right: 0;
}

.ldp-assurance__grid strong {
  font-family: var(--ldp-serif);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ldp-assurance__grid span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ldp-section {
  position: relative;
  padding: clamp(66px, 7.2vw, 112px) 0;
}

.ldp-intro {
  overflow: hidden;
  background: var(--ldp-mist);
}

.ldp-intro::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -8%;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(30, 100, 137, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.ldp-intro__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(42px, 6.2vw, 92px);
  align-items: center;
}

.ldp-intro__portrait {
  position: relative;
  padding-left: clamp(0px, 4vw, 70px);
}

.ldp-image-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  box-shadow: var(--ldp-shadow);
}

.ldp-image-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  pointer-events: none;
}

.ldp-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.ldp-image-frame img[data-ldp-parallax] {
  width: 106%;
  max-width: none;
  height: calc(100% + 54px);
  margin: -27px -3%;
  transform: translate3d(0, var(--ldp-parallax-y, 0), 0) scale(1.025);
  will-change: transform;
}

.ldp-photo-note {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  color: var(--ldp-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ldp-photo-note span {
  color: var(--ldp-blue-deep);
  font-weight: 750;
}

.ldp-intro__copy {
  max-width: 700px;
}

.ldp-intro__copy h2,
.ldp-section-heading h2,
.ldp-story h2,
.ldp-qualifications h2,
.ldp-service-detail h2,
.ldp-faq h2,
.ldp-contact h2,
.ldp-contact-location h2 {
  margin-bottom: 30px;
  font-size: clamp(46px, 5.2vw, 82px);
}

.ldp-lead {
  color: #274650;
  font-family: var(--ldp-serif);
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.018em;
  line-height: 1.42;
}

.ldp-intro__copy > p:not(.ldp-kicker) {
  max-width: 620px;
  margin-bottom: 22px;
}

.ldp-intro__copy .ldp-arrow-link {
  margin-top: 14px;
}

.ldp-services-preview {
  background: var(--ldp-sea);
}

.ldp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(36px, 4.4vw, 64px);
}

.ldp-section-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.ldp-section-heading > p {
  max-width: 470px;
  color: var(--ldp-muted);
}

.ldp-section-heading--compact {
  margin-bottom: 42px;
}

.ldp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(340px, 25vw, 400px);
  gap: 18px;
}

.ldp-service-card {
  position: relative;
  grid-column: auto;
  isolation: isolate;
  overflow: hidden;
  color: var(--ldp-white) !important;
  background: var(--ldp-blue-deep);
  box-shadow: 0 22px 55px rgba(11, 39, 51, 0.12);
  transition: box-shadow 350ms ease, transform 350ms cubic-bezier(0.2, 0.68, 0.2, 1);
}

.ldp-service-card img,
.ldp-service-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ldp-service-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.ldp-service-card--portrait img {
  object-position: center 31%;
}

.ldp-service-card__shade {
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 30, 39, 0.06), rgba(8, 30, 39, 0.78));
}

.ldp-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(11, 39, 51, 0.22);
}

.ldp-service-card:hover img {
  transform: scale(1.065);
}

.ldp-service-card__number,
.ldp-service-card__arrow {
  position: absolute;
  top: 25px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.ldp-service-card__number {
  left: 28px;
}

.ldp-service-card__arrow {
  right: 28px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 18px;
  transition: color 180ms ease, background 180ms ease;
}

.ldp-service-card:hover .ldp-service-card__arrow {
  color: var(--ldp-blue-deep);
  background: var(--ldp-white);
}

.ldp-service-card__copy {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: grid;
  gap: 7px;
}

.ldp-service-card__copy strong {
  max-width: 470px;
  font-family: var(--ldp-serif);
  font-size: clamp(27px, 2.7vw, 41px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.ldp-service-card__copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.045em;
}

.ldp-support-strip {
  isolation: isolate;
  overflow: hidden;
  color: var(--ldp-white);
  background: var(--ldp-blue-deep);
}

.ldp-support-strip::before,
.ldp-support-strip::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
  animation: ldp-orbit-drift 12s ease-in-out infinite alternate;
}

.ldp-support-strip::before {
  top: -230px;
  left: -170px;
  width: 520px;
  height: 520px;
}

.ldp-support-strip::after {
  right: -260px;
  bottom: -310px;
  width: 640px;
  height: 640px;
  animation-delay: -5s;
}

.ldp-support-strip__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
}

.ldp-support-strip h2 {
  max-width: 650px;
  font-size: clamp(48px, 5.2vw, 78px);
}

.ldp-support-strip .ldp-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.ldp-support-strip__intro > p:last-child {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.ldp-topic-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.ldp-topic-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(71, 139, 160, 0.18);
  transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.ldp-topic-list li:hover {
  transform: translateX(8px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(71, 139, 160, 0.34);
}

.ldp-topic-list li::after {
  content: "→";
  color: rgba(255, 255, 255, 0.48);
  font-size: 20px;
  transition: transform 240ms ease;
}

.ldp-topic-list li:hover::after {
  transform: translateX(5px);
}

.ldp-topic-list span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.ldp-topic-list strong {
  font-family: var(--ldp-serif);
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.15;
}

.ldp-first-step {
  background: var(--ldp-sage);
}

.ldp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  list-style: none;
}

.ldp-steps li {
  display: flex;
  flex-direction: column;
  gap: 52px;
  min-height: 310px;
  padding: clamp(28px, 3vw, 42px);
  color: var(--ldp-white);
  background: var(--ldp-blue-deep);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 260ms ease, transform 260ms ease;
}

.ldp-steps li:nth-child(2) {
  background: var(--ldp-blue);
}

.ldp-steps li:hover {
  transform: translateY(-7px);
  background: var(--ldp-blue-bright);
}

.ldp-steps li > span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.ldp-steps li > div {
  display: grid;
  gap: 20px;
}

.ldp-steps h3 {
  font-size: clamp(30px, 3vw, 44px);
}

.ldp-steps p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.74);
}

.ldp-location-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(420px, 0.74fr);
  min-height: 680px;
  color: var(--ldp-white);
  background: var(--ldp-blue-deep);
}

.ldp-location-feature__image {
  min-height: 640px;
  overflow: hidden;
}

.ldp-location-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ldp-location-feature__image img[data-ldp-parallax] {
  height: calc(100% + 68px);
  margin-top: -34px;
  transform: translate3d(0, var(--ldp-parallax-y, 0), 0) scale(1.025);
  will-change: transform;
}

.ldp-location-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(55px, 7vw, 110px);
}

.ldp-location-feature__copy .ldp-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.ldp-location-feature__copy h2 {
  margin-bottom: 28px;
  font-size: clamp(44px, 4.8vw, 72px);
}

.ldp-location-feature__copy p,
.ldp-location-feature__copy address {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.75);
}

.ldp-location-feature__copy address {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 650;
}

.ldp-location-feature__copy .ldp-button {
  align-self: flex-start;
  margin-top: 34px;
}

.ldp-page-hero {
  position: relative;
  min-height: 720px;
  isolation: isolate;
  overflow: hidden;
  color: var(--ldp-white);
  background: var(--ldp-blue-deep);
}

.ldp-page-hero__colour,
.ldp-page-hero__image,
.ldp-page-hero__overlay {
  position: absolute;
  inset: 0;
}

.ldp-page-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  padding-top: 110px;
  padding-bottom: 75px;
}

.ldp-page-hero__content > div {
  max-width: 830px;
}

.ldp-page-hero__content h1 {
  margin-bottom: 28px;
  font-size: clamp(58px, 7vw, 110px);
}

.ldp-page-hero__content p:not(.ldp-kicker) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 1.55vw, 23px);
}

.ldp-page-hero--portrait .ldp-page-hero__colour {
  right: 43%;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(71, 139, 160, 0.5), transparent 30%),
    var(--ldp-blue-deep);
}

.ldp-page-hero--portrait .ldp-page-hero__image {
  left: 57%;
  z-index: 1;
}

.ldp-page-hero--portrait .ldp-page-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 55, 70, 0.35), transparent 25%);
}

.ldp-page-hero--portrait .ldp-page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.ldp-page-hero--portrait .ldp-page-hero__content > div {
  max-width: 60%;
}

.ldp-page-hero--landscape .ldp-page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ldp-page-hero--landscape .ldp-page-hero__overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 31, 40, 0.88) 0%, rgba(8, 31, 40, 0.58) 48%, rgba(8, 31, 40, 0.1) 100%);
}

.ldp-story {
  background: var(--ldp-mist);
}

.ldp-story__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(450px, 1.1fr);
  gap: clamp(48px, 7vw, 108px);
}

.ldp-story__heading {
  position: sticky;
  top: 150px;
  align-self: start;
}

.ldp-story h2 {
  margin-bottom: 0;
}

.ldp-prose {
  color: var(--ldp-muted);
}

.ldp-prose p {
  margin-bottom: 25px;
}

.ldp-prose .ldp-lead,
.ldp-prose p:first-child {
  color: #274650;
  font-family: var(--ldp-serif);
  font-size: clamp(22px, 2.1vw, 31px);
  letter-spacing: -0.018em;
  line-height: 1.45;
}

.ldp-qualifications {
  background: var(--ldp-sage);
}

.ldp-qualifications__grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(430px, 1.05fr);
  gap: clamp(44px, 6.5vw, 98px);
  align-items: center;
}

.ldp-qualifications__visual img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--ldp-shadow);
}

.ldp-qualifications__visual p {
  max-width: 530px;
  margin-top: 22px;
  color: var(--ldp-muted);
  font-size: 14px;
}

.ldp-qualifications__list h2 {
  font-size: clamp(45px, 4.4vw, 70px);
}

.ldp-qualifications__list ul {
  padding: 0;
  border-top: 1px solid var(--ldp-line);
  list-style: none;
}

.ldp-qualifications__list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ldp-line);
}

.ldp-qualifications__list li span {
  color: var(--ldp-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.ldp-qualifications__list li strong {
  font-family: var(--ldp-serif);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.35;
}

.ldp-principles {
  background: var(--ldp-sea);
}

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

.ldp-principles__grid article {
  min-height: 360px;
  padding: clamp(30px, 4vw, 55px);
  border-right: 1px solid var(--ldp-line);
}

.ldp-principles__grid article:last-child {
  border-right: 0;
}

.ldp-principles__grid span {
  display: block;
  margin-bottom: 75px;
  color: var(--ldp-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.ldp-principles__grid h3 {
  margin-bottom: 18px;
  font-size: clamp(28px, 2.8vw, 41px);
}

.ldp-principles__grid p {
  color: var(--ldp-muted);
  font-size: 15px;
}

.ldp-cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 7vw, 102px) 0;
  color: var(--ldp-white);
  background:
    radial-gradient(circle at 85% 30%, rgba(71, 139, 160, 0.6), transparent 30%),
    var(--ldp-blue-deep);
}

.ldp-cta-panel::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -290px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.ldp-cta-panel__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
}

.ldp-cta-panel h2 {
  max-width: 820px;
  font-size: clamp(46px, 5vw, 78px);
}

.ldp-service-detail {
  background: var(--ldp-mist);
}

.ldp-service-detail--reverse {
  background: var(--ldp-sage);
}

#online.ldp-service-detail {
  background: var(--ldp-sea);
}

.ldp-service-detail__grid {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(390px, 0.86fr);
  gap: clamp(44px, 6.5vw, 100px);
  align-items: center;
}

.ldp-service-detail--reverse .ldp-service-detail__image {
  order: 2;
}

.ldp-service-detail__image {
  position: relative;
}

.ldp-service-detail__image::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 42%;
  height: 42%;
  border-right: 1px solid var(--ldp-blue-bright);
  border-bottom: 1px solid var(--ldp-blue-bright);
}

.ldp-service-detail__image img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--ldp-shadow);
}

.ldp-index {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 45px;
  place-items: center;
  color: var(--ldp-blue);
  border: 1px solid rgba(30, 100, 137, 0.38);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.ldp-service-detail__copy .ldp-kicker {
  margin-bottom: 18px !important;
}

.ldp-service-detail__copy h2 {
  font-size: clamp(48px, 5.2vw, 82px);
}

.ldp-service-detail__copy > p:not(.ldp-kicker) {
  margin-bottom: 22px;
  color: var(--ldp-muted);
}

.ldp-service-detail__copy .ldp-lead {
  color: #274650 !important;
}

.ldp-service-detail__copy .ldp-arrow-link {
  margin-top: 14px;
}

.ldp-eating-support {
  color: var(--ldp-white);
  background:
    radial-gradient(circle at 16% 22%, rgba(71, 139, 160, 0.5), transparent 29%),
    var(--ldp-blue-deep);
}

.ldp-eating-support__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(450px, 1.15fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: start;
}

.ldp-eating-support h2 {
  font-size: clamp(52px, 6vw, 92px);
}

.ldp-eating-support p:not(.ldp-kicker) {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.74);
}

.ldp-eating-support .ldp-lead {
  color: var(--ldp-white) !important;
}

.ldp-eating-support .ldp-index {
  color: var(--ldp-white);
  border-color: rgba(255, 255, 255, 0.38);
}

.ldp-eating-support .ldp-button {
  margin-top: 18px;
}

.ldp-faq {
  background: var(--ldp-sage);
}

.ldp-faq__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(480px, 1.3fr);
  gap: clamp(44px, 6.5vw, 100px);
}

.ldp-faq h2 {
  margin-bottom: 0;
}

.ldp-faq__items {
  border-top: 1px solid var(--ldp-line);
}

.ldp-faq details {
  border-bottom: 1px solid var(--ldp-line);
}

.ldp-faq summary {
  position: relative;
  padding: 26px 55px 26px 0;
  cursor: pointer;
  font-family: var(--ldp-serif);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.3;
  list-style: none;
}

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

.ldp-faq summary span {
  position: absolute;
  top: 22px;
  right: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--ldp-line);
  border-radius: 50%;
  font-family: var(--ldp-sans);
  font-size: 18px;
  transition: transform 180ms ease, background 180ms ease;
}

.ldp-faq details[open] summary span {
  transform: rotate(45deg);
  color: var(--ldp-white);
  background: var(--ldp-blue);
}

.ldp-faq details p {
  max-width: 680px;
  padding: 0 60px 28px 0;
  color: var(--ldp-muted);
}

.ldp-contact-hero {
  position: relative;
  min-height: 680px;
  isolation: isolate;
  overflow: hidden;
  color: var(--ldp-white);
  background: var(--ldp-blue-deep);
}

.ldp-contact-hero__image {
  position: absolute;
  inset: 0 0 0 45%;
}

.ldp-contact-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ldp-blue-deep), rgba(16, 55, 70, 0.08) 45%);
}

.ldp-contact-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ldp-contact-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  padding: 90px 0 75px;
}

.ldp-contact-hero__content > div {
  max-width: 730px;
}

.ldp-contact-hero h1 {
  margin-bottom: 26px;
  font-size: clamp(58px, 7vw, 108px);
}

.ldp-contact-hero__content p:not(.ldp-kicker) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.5vw, 22px);
}

.ldp-contact {
  background: var(--ldp-mist);
}

.ldp-contact__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(540px, 1.3fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: start;
}

.ldp-contact__details {
  position: sticky;
  top: 145px;
}

.ldp-contact__details > p:not(.ldp-kicker) {
  max-width: 520px;
  color: var(--ldp-muted);
}

.ldp-contact-list {
  margin-top: 50px !important;
  border-top: 1px solid var(--ldp-line);
}

.ldp-contact-list > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 25px;
  padding: 23px 0;
  border-bottom: 1px solid var(--ldp-line);
}

.ldp-contact-list dt {
  color: var(--ldp-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ldp-contact-list dd {
  color: var(--ldp-blue-deep);
  font-size: 15px;
  font-weight: 620;
}

.ldp-contact-list dd a {
  text-decoration: underline;
  text-decoration-color: rgba(30, 100, 137, 0.35);
  text-underline-offset: 4px;
}

.ldp-contact-list dd a[href^="mailto"] {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(10px, 1.05vw, 15px);
}

.ldp-form-card {
  padding: clamp(34px, 5vw, 70px);
  background: var(--ldp-white);
  box-shadow: var(--ldp-shadow);
}

.ldp-form {
  display: grid;
  gap: 24px;
}

.ldp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ldp-form label {
  display: grid;
  gap: 9px;
  color: var(--ldp-blue-deep);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.025em;
}

.ldp-form label > span[aria-hidden="true"] {
  display: inline;
}

.ldp-form input,
.ldp-form select,
.ldp-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  color: var(--ldp-ink);
  background: #f5f8f8;
  border: 1px solid rgba(16, 55, 70, 0.18);
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.ldp-form textarea {
  min-height: 155px;
  resize: vertical;
}

.ldp-form input:focus,
.ldp-form select:focus,
.ldp-form textarea:focus {
  outline: 0;
  background: var(--ldp-white);
  border-color: var(--ldp-blue);
  box-shadow: 0 0 0 3px rgba(30, 100, 137, 0.12);
}

.ldp-form textarea::placeholder {
  color: #75868b;
  opacity: 1;
}

.ldp-optional {
  justify-self: end;
  margin-top: -27px;
  color: #718087;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ldp-form__privacy {
  color: var(--ldp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ldp-form__privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ldp-button--submit {
  width: 100%;
  cursor: pointer;
}

.ldp-button--submit[disabled] {
  cursor: wait;
  opacity: 0.66;
}

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

.ldp-form-notice {
  margin-bottom: 30px;
  padding: 20px 22px;
  border-left: 4px solid var(--ldp-blue);
  background: var(--ldp-mist);
}

.ldp-form-notice--error {
  border-left-color: #a84141;
  background: #fbefef;
}

.ldp-form-notice strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--ldp-serif);
  font-size: 21px;
  font-weight: 400;
}

.ldp-form-notice p {
  color: var(--ldp-muted);
  font-size: 14px;
}

.ldp-contact-location {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 590px;
  color: var(--ldp-white);
  background: var(--ldp-blue);
}

.ldp-contact-location__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ldp-contact-location__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 6.5vw, 92px);
}

.ldp-contact-location__copy .ldp-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.ldp-contact-location__copy h2 {
  max-width: 620px;
}

.ldp-contact-location__copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.75);
}

.ldp-contact-location__copy .ldp-arrow-link {
  align-self: flex-start;
  margin-top: 28px;
  color: var(--ldp-white) !important;
  border-color: rgba(255, 255, 255, 0.42);
}

.ldp-privacy-hero {
  padding: clamp(84px, 9vw, 128px) 0 clamp(64px, 7vw, 94px);
  color: var(--ldp-white);
  background:
    radial-gradient(circle at 82% 15%, rgba(71, 139, 160, 0.6), transparent 28%),
    var(--ldp-blue-deep);
}

.ldp-privacy-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(64px, 8vw, 120px);
}

.ldp-privacy-hero p:not(.ldp-kicker) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
}

.ldp-privacy {
  background: var(--ldp-mist);
}

.ldp-privacy__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(520px, 1.42fr);
  gap: clamp(44px, 7vw, 108px);
  align-items: start;
}

.ldp-privacy aside {
  position: sticky;
  top: 145px;
  padding: 30px;
  background: var(--ldp-sage);
}

.ldp-privacy aside p:not(.ldp-kicker) {
  color: var(--ldp-muted);
  font-size: 14px;
}

.ldp-privacy aside .ldp-arrow-link {
  margin-top: 25px;
}

.ldp-prose--legal h2 {
  margin: 50px 0 16px;
  color: var(--ldp-blue-deep);
  font-size: clamp(28px, 2.8vw, 40px);
  letter-spacing: -0.025em;
}

.ldp-prose--legal h2:first-child {
  margin-top: 0;
}

.ldp-prose--legal p:first-of-type,
.ldp-prose--legal p {
  color: var(--ldp-muted);
  font-family: var(--ldp-sans);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
}

.ldp-prose--legal a {
  color: var(--ldp-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ldp-prose--legal a[href^="mailto"] {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(9px, 2.8vw, 16px);
}

.ldp-footer {
  padding: 66px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background: #081f29;
}

.ldp-footer__top {
  display: grid;
  grid-template-columns: minmax(330px, 1.4fr) minmax(160px, 0.55fr) minmax(280px, 0.85fr);
  gap: clamp(38px, 6vw, 88px);
  padding-bottom: 54px;
}

.ldp-footer__brand img {
  width: min(310px, 100%);
  height: auto;
  margin-bottom: 25px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.ldp-footer__brand p {
  max-width: 390px;
  font-size: 14px;
}

.ldp-footer__nav,
.ldp-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.ldp-footer__label {
  margin-bottom: 10px !important;
  color: var(--ldp-white);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ldp-footer__nav a,
.ldp-footer__contact a {
  border-bottom: 1px solid transparent;
  font-size: 14px;
  transition: color 160ms ease, border-color 160ms ease;
}

.ldp-footer__nav a:hover,
.ldp-footer__contact a:hover {
  color: var(--ldp-white);
  border-color: rgba(255, 255, 255, 0.5);
}

.ldp-footer__contact a[href^="mailto"] {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(10px, 1vw, 14px);
}

.ldp-footer__contact address {
  max-width: 330px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

.ldp-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.ldp-footer__bottom > div {
  display: flex;
  gap: 22px;
}

.ldp-js [data-ldp-section] {
  opacity: 0.86;
  transition: opacity 900ms ease;
}

.ldp-js [data-ldp-section].is-section-visible {
  opacity: 1;
}

.ldp-js [data-ldp-reveal] {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 760ms ease var(--ldp-delay, 0ms),
    filter 760ms ease var(--ldp-delay, 0ms),
    transform 760ms cubic-bezier(0.2, 0.68, 0.2, 1) var(--ldp-delay, 0ms);
}

.ldp-js [data-ldp-reveal="left"] {
  transform: translate3d(-46px, 0, 0);
}

.ldp-js [data-ldp-reveal="right"] {
  transform: translate3d(46px, 0, 0);
}

.ldp-js [data-ldp-reveal="card"] {
  transform: translate3d(0, 34px, 0) scale(0.965);
}

.ldp-js [data-ldp-reveal="fade"] {
  transform: none;
}

.ldp-js [data-ldp-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.ldp-js .ldp-service-card[data-ldp-reveal].is-visible:hover,
.ldp-js .ldp-steps li[data-ldp-reveal].is-visible:hover {
  transform: translateY(-7px);
}

.ldp-js .ldp-topic-list li[data-ldp-reveal].is-visible:hover {
  transform: translateX(8px);
}

.ldp-js [data-ldp-hero-copy] > * {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

.ldp-js [data-ldp-hero-copy].is-visible > * {
  animation: ldp-copy-in 680ms cubic-bezier(0.2, 0.68, 0.2, 1) both;
}

.ldp-js [data-ldp-hero-copy].is-visible > *:nth-child(2) {
  animation-delay: 90ms;
}

.ldp-js [data-ldp-hero-copy].is-visible > *:nth-child(3) {
  animation-delay: 180ms;
}

.ldp-js [data-ldp-hero-copy].is-visible > *:nth-child(4) {
  animation-delay: 270ms;
}

@keyframes ldp-hero-settle {
  from { opacity: 0.45; transform: scale(0.985) translate3d(-1%, 0, 0); }
  to { opacity: 1; transform: scale(1) translate3d(0, 0, 0); }
}

@keyframes ldp-hero-backdrop {
  from { transform: scale(1.06) translate3d(-0.8%, -0.5%, 0); }
  to { transform: scale(1.1) translate3d(0.8%, 0.5%, 0); }
}

@keyframes ldp-copy-in {
  from { opacity: 0; transform: translate3d(0, 22px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes ldp-orbit-drift {
  from { transform: translate3d(-18px, -10px, 0) scale(0.96); }
  to { transform: translate3d(24px, 18px, 0) scale(1.06); }
}

@media (max-width: 1180px) {
  :root {
    --ldp-shell: min(100% - 46px, 1140px);
  }

  .ldp-header__inner {
    grid-template-columns: 250px 1fr;
  }

  .ldp-nav {
    gap: 24px;
  }

  .ldp-nav__links {
    gap: 22px;
  }

  .ldp-nav__phone {
    min-width: 145px;
    padding-inline: 16px;
  }

  .ldp-location-feature,
  .ldp-contact-location {
    grid-template-columns: 1fr 0.9fr;
  }

  .ldp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 370px;
  }

  .ldp-support-strip__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ldp-contact__grid {
    grid-template-columns: 1fr;
  }

  .ldp-contact__details {
    position: static;
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 86px;
  }

  .ldp-header__inner {
    grid-template-columns: minmax(190px, 270px) auto;
    min-height: 84px;
  }

  .ldp-brand {
    width: 245px;
  }

  .ldp-js .ldp-menu-toggle {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 13px;
    padding: 12px 0 12px 12px;
    color: var(--ldp-blue-ink);
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .ldp-menu-toggle__label {
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .ldp-menu-toggle__lines {
    display: grid;
    gap: 6px;
    width: 30px;
  }

  .ldp-menu-toggle__lines i {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .ldp-menu-toggle[aria-expanded="true"] .ldp-menu-toggle__lines i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .ldp-menu-toggle[aria-expanded="true"] .ldp-menu-toggle__lines i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .ldp-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    padding: 12px 0 28px;
  }

  .ldp-js .ldp-nav {
    position: absolute;
    top: 100%;
    right: calc((100vw - var(--ldp-shell)) / -2);
    left: calc((100vw - var(--ldp-shell)) / -2);
    max-height: 0;
    padding: 0 calc((100vw - var(--ldp-shell)) / 2);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: var(--ldp-paper);
    border-bottom: 1px solid var(--ldp-line);
    transition: max-height 300ms ease, opacity 220ms ease, visibility 220ms ease, padding 300ms ease;
  }

  .ldp-js .ldp-nav.is-open {
    max-height: 520px;
    padding-top: 22px;
    padding-bottom: 30px;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 24px 35px rgba(11, 39, 51, 0.1);
  }

  .ldp-nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .ldp-nav__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .ldp-nav__links a {
    padding: 14px 0;
    border-bottom: 1px solid var(--ldp-line);
    font-family: var(--ldp-serif);
    font-size: 25px;
    font-weight: 400;
  }

  .ldp-nav__links a::after {
    display: none;
  }

  .ldp-hero {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(430px, 58vh) auto;
    grid-template-rows: minmax(430px, 58svh) auto;
    min-height: 0;
  }

  .ldp-hero__media {
    grid-row: 1;
    grid-column: 1;
    min-height: 0;
  }

  .ldp-hero__layout {
    grid-row: 2;
    grid-column: 1;
    min-height: 0;
    padding: 58px max(23px, calc((100vw - var(--ldp-shell)) / 2)) 66px;
  }

  .ldp-hero__card {
    width: min(760px, 100%);
  }

  .ldp-intro__grid,
  .ldp-story__grid,
  .ldp-qualifications__grid,
  .ldp-service-detail__grid,
  .ldp-eating-support__grid,
  .ldp-faq__grid,
  .ldp-contact__grid,
  .ldp-privacy__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ldp-section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ldp-support-strip__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ldp-story__heading,
  .ldp-contact__details,
  .ldp-privacy aside {
    position: static;
  }

  .ldp-service-detail--reverse .ldp-service-detail__image {
    order: 0;
  }

  .ldp-location-feature,
  .ldp-contact-location {
    grid-template-columns: 1fr;
  }

  .ldp-location-feature__image,
  .ldp-contact-location__image {
    min-height: 480px;
  }

  .ldp-location-feature__copy,
  .ldp-contact-location__copy {
    padding: 80px max(23px, calc((100vw - var(--ldp-shell)) / 2));
  }

  .ldp-page-hero--portrait .ldp-page-hero__image {
    left: 45%;
    opacity: 0.72;
  }

  .ldp-page-hero--portrait .ldp-page-hero__colour {
    right: 0;
    z-index: 2;
    background: linear-gradient(90deg, var(--ldp-blue-deep) 0%, rgba(16, 55, 70, 0.88) 47%, rgba(16, 55, 70, 0.18) 100%);
  }

  .ldp-page-hero--portrait .ldp-page-hero__content > div {
    max-width: 78%;
  }

  .ldp-principles__grid {
    grid-template-columns: 1fr;
  }

  .ldp-principles__grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ldp-line);
  }

  .ldp-principles__grid article:last-child {
    border-bottom: 0;
  }

  .ldp-principles__grid span {
    margin-bottom: 35px;
  }

  .ldp-footer__top {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .ldp-footer__contact {
    grid-column: 1 / -1;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 782px) {
  .admin-bar .ldp-header.is-stuck {
    top: 46px;
  }
}

@media (max-width: 760px) {
  :root {
    --ldp-shell: calc(100vw - 36px);
  }

  html {
    scroll-padding-top: 86px;
  }

  body.ldp-redesign-active {
    font-size: 16px !important;
  }

  .ldp-header__inner {
    min-height: 78px;
  }

  .ldp-brand {
    width: 205px;
  }

  .ldp-menu-toggle__label {
    display: none;
  }

  .ldp-nav {
    grid-template-columns: 1fr;
  }

  .ldp-nav__phone {
    display: none;
  }

  .ldp-hero {
    grid-template-rows: minmax(350px, 52vh) auto;
    grid-template-rows: minmax(350px, 52svh) auto;
    min-height: 0;
  }

  .ldp-hero__media img {
    object-position: 43% 36%;
  }

  .ldp-hero__layout {
    align-items: center;
    padding: 45px 18px 52px;
  }

  .ldp-hero__card {
    width: 100%;
    padding: 0;
  }

  .ldp-kicker {
    margin-bottom: 18px !important;
    font-size: 10px;
    letter-spacing: 0.105em;
  }

  .ldp-kicker::before {
    flex-basis: 22px;
    width: 22px;
  }

  .ldp-kicker span {
    display: none;
  }

  .ldp-hero__card h1 {
    margin-bottom: 18px;
    font-size: clamp(48px, 15vw, 70px);
    line-height: 0.98;
  }

  .ldp-hero__lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .ldp-actions {
    display: grid;
    gap: 10px;
    margin-top: 25px;
  }

  .ldp-actions .ldp-button {
    width: 100%;
  }

  .ldp-actions .ldp-text-link {
    justify-self: start;
  }

  .ldp-assurance__grid {
    grid-template-columns: 1fr;
  }

  .ldp-assurance__grid p,
  .ldp-assurance__grid p:first-child {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .ldp-assurance__grid p:last-child {
    border-bottom: 0;
  }

  .ldp-assurance__grid strong {
    font-size: 22px;
  }

  .ldp-section {
    padding: 58px 0;
  }

  .ldp-intro {
    background: var(--ldp-mist);
  }

  .ldp-intro__grid,
  .ldp-story__grid,
  .ldp-qualifications__grid,
  .ldp-service-detail__grid,
  .ldp-eating-support__grid,
  .ldp-faq__grid,
  .ldp-contact__grid,
  .ldp-privacy__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ldp-intro__portrait {
    padding-left: 0;
  }

  .ldp-image-frame {
    aspect-ratio: 4 / 4.7;
  }

  .ldp-photo-note {
    display: grid;
    gap: 2px;
  }

  .ldp-intro__copy h2,
  .ldp-section-heading h2,
  .ldp-story h2,
  .ldp-qualifications h2,
  .ldp-service-detail h2,
  .ldp-faq h2,
  .ldp-contact h2,
  .ldp-contact-location h2 {
    margin-bottom: 22px;
    font-size: clamp(40px, 12vw, 58px);
  }

  .ldp-lead {
    font-size: 22px;
  }

  .ldp-section-heading {
    gap: 18px;
    margin-bottom: 42px;
  }

  .ldp-service-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 335px;
  }

  .ldp-service-card {
    grid-column: 1;
  }

  .ldp-service-card__copy strong {
    font-size: 33px;
  }

  .ldp-support-strip__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ldp-support-strip h2 {
    font-size: 43px;
  }

  .ldp-topic-list li {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    min-height: 66px;
    padding: 12px 16px;
  }

  .ldp-steps {
    grid-template-columns: 1fr;
  }

  .ldp-steps li {
    gap: 28px;
    min-height: 0;
    padding: 30px 26px;
  }

  .ldp-steps li > div {
    gap: 14px;
  }

  .ldp-steps h3 {
    font-size: 31px;
  }

  .ldp-location-feature__image,
  .ldp-contact-location__image {
    min-height: 330px;
  }

  .ldp-location-feature__copy,
  .ldp-contact-location__copy {
    padding: 70px 18px;
  }

  .ldp-page-hero,
  .ldp-contact-hero {
    min-height: 660px;
  }

  .ldp-page-hero__content,
  .ldp-contact-hero__content {
    padding: 120px 0 48px;
  }

  .ldp-page-hero__content h1,
  .ldp-contact-hero h1 {
    font-size: clamp(50px, 15vw, 73px);
    line-height: 0.99;
  }

  .ldp-page-hero--portrait .ldp-page-hero__image {
    left: 17%;
  }

  .ldp-page-hero--portrait .ldp-page-hero__image img {
    object-position: 44% center;
  }

  .ldp-page-hero--portrait .ldp-page-hero__colour {
    background: linear-gradient(0deg, var(--ldp-blue-deep) 0%, rgba(16, 55, 70, 0.88) 40%, rgba(16, 55, 70, 0.1) 76%);
  }

  .ldp-page-hero--portrait .ldp-page-hero__content > div {
    max-width: 100%;
  }

  .ldp-page-hero--landscape .ldp-page-hero__overlay {
    background: linear-gradient(0deg, rgba(8, 31, 40, 0.94) 0%, rgba(8, 31, 40, 0.52) 58%, rgba(8, 31, 40, 0.12) 100%);
  }

  .ldp-story__heading,
  .ldp-contact__details,
  .ldp-privacy aside {
    position: static;
  }

  .ldp-qualifications__list li {
    grid-template-columns: 36px 1fr;
  }

  .ldp-principles__grid article {
    padding: 34px 0;
  }

  .ldp-cta-panel__inner {
    display: grid;
    gap: 35px;
  }

  .ldp-cta-panel h2 {
    font-size: 44px;
  }

  .ldp-cta-panel .ldp-button {
    width: 100%;
  }

  .ldp-service-detail--reverse .ldp-service-detail__image {
    order: 0;
  }

  .ldp-service-detail__image::after {
    right: -8px;
    bottom: -8px;
  }

  .ldp-index {
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
  }

  .ldp-eating-support h2 {
    font-size: 49px;
  }

  .ldp-faq summary {
    padding: 23px 48px 23px 0;
    font-size: 21px;
  }

  .ldp-faq details p {
    padding-right: 5px;
  }

  .ldp-contact-hero__image {
    inset: 0;
  }

  .ldp-contact-hero__image::after {
    background: linear-gradient(0deg, var(--ldp-blue-deep) 0%, rgba(16, 55, 70, 0.82) 48%, rgba(16, 55, 70, 0.08) 100%);
  }

  .ldp-form-card {
    margin-inline: -8px;
    padding: 30px 22px;
  }

  .ldp-form__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ldp-contact-list > div {
    grid-template-columns: 72px 1fr;
    gap: 12px;
  }

  .ldp-privacy-hero {
    padding: 110px 0 85px;
  }

  .ldp-privacy-hero h1 {
    font-size: 62px;
  }

  .ldp-privacy aside {
    padding: 25px;
  }

  .ldp-footer {
    padding-top: 64px;
  }

  .ldp-footer__top {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 50px;
  }

  .ldp-footer__contact {
    grid-column: auto;
    padding-top: 0;
    border-top: 0;
  }

  .ldp-footer__bottom {
    display: grid;
    gap: 14px;
  }

}

@media (max-width: 390px) {
  :root {
    --ldp-shell: calc(100vw - 28px);
  }

  .ldp-brand {
    width: 184px;
  }

  .ldp-hero__card {
    padding-inline: 0;
  }

  .ldp-hero__card h1 {
    font-size: 47px;
  }

  .ldp-button {
    gap: 15px;
    padding-inline: 18px;
  }

  .ldp-contact-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* Mobile navigation polish. Kept below the desktop breakpoint so the approved desktop stays intact. */
@media (max-width: 960px) {
  .ldp-header__inner {
    position: relative;
  }

  .ldp-js .ldp-menu-toggle {
    min-width: 94px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(16, 55, 70, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 24px rgba(11, 39, 51, 0.08);
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .ldp-js .ldp-menu-toggle[aria-expanded="true"] {
    color: var(--ldp-white);
    background: var(--ldp-blue-deep);
    border-color: var(--ldp-blue-deep);
  }

  .ldp-menu-toggle__label {
    display: block;
    font-size: 11px;
  }

  .ldp-menu-toggle__lines {
    gap: 5px;
    width: 20px;
  }

  .ldp-menu-toggle__lines i {
    height: 2px;
    border-radius: 999px;
  }

  .ldp-js .ldp-nav {
    top: calc(100% + 10px);
    right: calc((100vw - var(--ldp-shell)) / -2 + 12px);
    left: calc((100vw - var(--ldp-shell)) / -2 + 12px);
    grid-template-columns: minmax(0, 1fr) minmax(155px, 0.42fr);
    gap: 18px;
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    overscroll-behavior: contain;
    color: var(--ldp-white);
    background:
      radial-gradient(circle at 88% 10%, rgba(71, 139, 160, 0.28), transparent 27%),
      var(--ldp-blue-deep);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(6, 29, 38, 0.28);
    opacity: 0;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top right;
    visibility: hidden;
    pointer-events: none;
    transition: max-height 320ms ease, padding 320ms ease, opacity 220ms ease, transform 260ms ease, visibility 220ms ease;
  }

  .ldp-js .ldp-nav.is-open {
    max-height: calc(100vh - 112px);
    max-height: calc(100dvh - 112px);
    padding: 20px 22px 22px;
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .ldp-nav__links,
  .ldp-nav__menu {
    align-items: stretch;
  }

  .ldp-nav__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    padding: 13px 2px;
    color: var(--ldp-white) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: clamp(27px, 5vw, 36px);
    line-height: 1.05;
  }

  .ldp-nav__links a::after {
    position: static;
    display: block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    transform: none;
    transition: width 180ms ease, background 180ms ease;
  }

  .ldp-nav__links a:hover::after,
  .ldp-nav__links a.is-current::after,
  .ldp-nav__links .current-menu-item > a::after {
    width: 24px;
    background: var(--ldp-white);
    transform: none;
  }

  .ldp-nav__phone {
    align-self: end;
    min-width: 0;
    margin-top: 8px;
    padding: 16px 18px;
    color: var(--ldp-blue-ink) !important;
    background: var(--ldp-white);
    border-radius: 16px;
    box-shadow: none;
  }

  .ldp-nav__phone:hover {
    color: var(--ldp-blue-ink) !important;
    background: var(--ldp-white);
    transform: none;
  }

  .ldp-nav__phone span {
    opacity: 0.62;
  }

  .ldp-js .ldp-nav :focus-visible {
    outline-offset: -3px;
  }
}

/* Full responsive rebuild: imagery, hero, actions and crops through the existing menu breakpoint. */
@media (max-width: 960px) {
  .ldp-site :focus-visible {
    outline-color: #814a00;
    box-shadow: 0 0 0 2px var(--ldp-white);
  }

  .ldp-form input,
  .ldp-form select,
  .ldp-form textarea {
    border-color: #6b7e84;
  }

  .ldp-form input:focus-visible,
  .ldp-form select:focus-visible,
  .ldp-form textarea:focus-visible {
    outline: 3px solid #814a00;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px var(--ldp-white);
  }

  .ldp-form textarea::placeholder,
  .ldp-optional {
    color: var(--ldp-muted);
  }

  .ldp-optional {
    font-size: 11px;
  }

  .ldp-brand {
    width: 198px;
  }

  .ldp-js .ldp-menu-toggle {
    min-width: 88px;
    padding-inline: 13px;
  }

  .ldp-js .ldp-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-inline: 18px;
    border-radius: 22px;
  }

  .ldp-js .ldp-nav.is-open {
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    padding: 18px;
  }

  .ldp-nav__links a {
    min-height: 56px;
    font-size: clamp(27px, 8.4vw, 34px);
  }

  .ldp-nav__phone {
    display: grid;
    min-height: 68px;
    margin-top: 2px;
  }

  .ldp-copy--desktop {
    display: none !important;
  }

  .ldp-copy--mobile {
    display: inline !important;
  }

  .ldp-main--home .ldp-hero {
    position: relative;
    display: block;
    min-height: calc(100vh - 78px);
    min-height: calc(100svh - 78px);
    margin: 0;
    padding: 0;
    background: var(--ldp-blue-deep);
  }

  .ldp-main--home .ldp-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    background: var(--ldp-blue-deep);
  }

  .ldp-main--home .ldp-hero__media::before {
    display: none;
    content: none;
  }

  .ldp-main--home .ldp-hero__picture {
    width: 100%;
    height: 100%;
  }

  .ldp-main--home .ldp-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 34%;
  }

  .ldp-main--home .ldp-hero__shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    background: linear-gradient(0deg, rgba(8, 31, 40, 0.98) 0%, rgba(8, 31, 40, 0.88) 34%, rgba(8, 31, 40, 0.38) 61%, rgba(8, 31, 40, 0.05) 84%);
    pointer-events: none;
  }

  .ldp-main--home .ldp-hero__layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: calc(100vh - 78px);
    min-height: calc(100svh - 78px);
    margin: 0;
    padding: 112px 18px calc(108px + env(safe-area-inset-bottom));
    color: var(--ldp-white);
    background: transparent;
  }

  .ldp-main--home .ldp-hero__card {
    width: min(540px, 100%);
  }

  .ldp-main--home .ldp-hero .ldp-kicker > .ldp-copy--mobile {
    display: inline !important;
    margin-left: 0;
    color: inherit;
  }

  .ldp-main--home .ldp-hero__card h1 {
    margin-bottom: 16px;
    font-size: clamp(41px, 12.8vw, 58px);
    line-height: 0.98;
  }

  .ldp-main--home .ldp-hero__lead {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.48;
  }

  .ldp-main--home .ldp-actions {
    display: none;
  }

  .ldp-button {
    width: min(100%, 430px);
    min-height: 60px;
    padding: 7px 7px 7px 21px;
    gap: 16px;
    border-radius: 999px;
    font-size: 14px;
    box-shadow: 0 12px 28px rgba(8, 31, 40, 0.14);
  }

  .ldp-button:hover {
    transform: none;
  }

  .ldp-button:active {
    transform: scale(0.985);
  }

  .ldp-button--light:hover {
    color: var(--ldp-blue-ink) !important;
    background: var(--ldp-white);
    border-color: var(--ldp-white);
  }

  .ldp-button--solid:hover {
    color: var(--ldp-white) !important;
    background: var(--ldp-blue-deep);
    border-color: var(--ldp-blue-deep);
  }

  .ldp-button > span[aria-hidden="true"] {
    position: relative;
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    color: var(--ldp-white);
    background: var(--ldp-blue-deep);
    font-size: 0;
  }

  .ldp-button--solid > span[aria-hidden="true"] {
    color: var(--ldp-blue-deep);
    background: var(--ldp-white);
  }

  .ldp-button > span[aria-hidden="true"]::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 11px;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .ldp-button > span[aria-hidden="true"]::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }

  .ldp-text-link,
  .ldp-arrow-link {
    position: relative;
    min-height: 48px;
    padding: 12px 48px 12px 0;
    gap: 0;
    border-bottom: 0;
  }

  .ldp-text-link > span[aria-hidden="true"],
  .ldp-arrow-link > span[aria-hidden="true"] {
    display: none;
  }

  .ldp-text-link::after,
  .ldp-arrow-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
    transition: width 180ms ease;
  }

  .ldp-text-link:hover,
  .ldp-arrow-link:hover {
    gap: 0;
    border-color: transparent;
  }

  .ldp-text-link:hover::after,
  .ldp-arrow-link:hover::after,
  .ldp-text-link:focus-visible::after,
  .ldp-arrow-link:focus-visible::after {
    width: 40px;
  }

  .ldp-inline-glyph {
    display: none;
  }

  .ldp-topic-list li::after {
    content: "";
    width: 24px;
    height: 1px;
    background: rgba(255, 255, 255, 0.48);
  }

  .ldp-footer__nav a,
  .ldp-footer__contact a,
  .ldp-footer__bottom a,
  .ldp-contact-list dd a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .ldp-intro__portrait {
    width: min(100%, 480px);
    margin-inline: auto;
  }

  .ldp-image-frame {
    aspect-ratio: 1600 / 2033;
  }

  .ldp-image-frame img[data-ldp-parallax] {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    will-change: auto;
  }

  .ldp-service-grid {
    grid-auto-rows: auto;
    gap: 14px;
  }

  .ldp-service-card {
    width: min(100%, 540px);
    height: auto;
    min-height: 0;
    margin-inline: auto;
    aspect-ratio: 4 / 3;
  }

  .ldp-service-card:hover,
  .ldp-js .ldp-service-card[data-ldp-reveal].is-visible:hover {
    transform: none;
  }

  .ldp-service-card:hover img {
    transform: none;
  }

  .ldp-service-card:nth-child(1) img {
    object-position: 62% 55%;
  }

  .ldp-service-card:nth-child(2) img {
    object-position: 60% 50%;
  }

  .ldp-service-card:nth-child(3) img {
    object-position: 43% 42%;
  }

  .ldp-service-card--portrait img {
    object-position: 50% 28%;
  }

  .ldp-service-card__number {
    top: 20px;
    left: 22px;
  }

  .ldp-service-card__arrow {
    top: 17px;
    right: 18px;
    width: auto;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(8, 31, 40, 0.28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 0;
  }

  .ldp-service-card__arrow::after {
    content: "View";
    font: 750 10px/1 var(--ldp-sans);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ldp-service-card__copy {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .ldp-service-card__copy strong {
    font-size: clamp(28px, 8.5vw, 33px);
  }

  .ldp-location-feature,
  .ldp-contact-location {
    min-height: 0;
  }

  .ldp-location-feature__image,
  .ldp-contact-location__image {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .ldp-location-feature__image img,
  .ldp-contact-location__image img,
  .ldp-location-feature__image img[data-ldp-parallax] {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    will-change: auto;
  }

  .ldp-qualifications__visual img,
  .ldp-service-detail__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .ldp-qualifications__visual img,
  #online .ldp-service-detail__image img {
    object-position: 43% center;
  }

  #in-person .ldp-service-detail__image img {
    object-position: 58% center;
  }

  #adolescents .ldp-service-detail__image img {
    object-position: 60% center;
  }

  .ldp-page-hero--portrait {
    min-height: 620px;
    min-height: clamp(620px, calc(100svh - 78px), 780px);
  }

  .ldp-page-hero--portrait .ldp-page-hero__image {
    inset: 0;
    left: 0;
    width: 100%;
    opacity: 1;
  }

  .ldp-page-hero--portrait .ldp-page-hero__image img {
    object-position: 50% 34%;
  }

  .ldp-page-hero--portrait .ldp-page-hero__content {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .ldp-page-hero--landscape,
  .ldp-contact-hero {
    display: block;
    min-height: 0;
  }

  .ldp-page-hero--landscape .ldp-page-hero__image,
  .ldp-contact-hero__image {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .ldp-page-hero--landscape .ldp-page-hero__image img,
  .ldp-contact-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .ldp-page-hero--landscape .ldp-page-hero__overlay,
  .ldp-contact-hero__image::after {
    display: none;
  }

  .ldp-page-hero--landscape .ldp-page-hero__content,
  .ldp-contact-hero__content {
    position: relative;
    min-height: 0;
    padding: 44px 0 52px;
    background: var(--ldp-blue-deep);
  }

  .ldp-page-hero--landscape .ldp-page-hero__content > div,
  .ldp-contact-hero__content > div {
    max-width: 100%;
  }

  .ldp-page-hero--landscape .ldp-page-hero__content h1,
  .ldp-contact-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1;
  }

  .ldp-page-hero--landscape .ldp-page-hero__content p:not(.ldp-kicker),
  .ldp-contact-hero__content p:not(.ldp-kicker) {
    font-size: 16px;
    line-height: 1.58;
  }

}

@media (min-width: 761px) and (max-width: 960px) {
  body.ldp-redesign-active {
    padding-bottom: 0 !important;
  }

  .ldp-main--home .ldp-hero,
  .ldp-main--home .ldp-hero__layout {
    min-height: calc(100vh - 84px);
    min-height: calc(100svh - 84px);
  }

  .ldp-main--home .ldp-hero__layout {
    padding-bottom: 64px;
  }

  .ldp-main--home .ldp-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .ldp-main--home .ldp-actions .ldp-button {
    width: 100%;
  }

  .ldp-page-hero--portrait {
    min-height: clamp(620px, calc(100svh - 84px), 780px);
  }
}

@media (max-width: 960px) and (max-height: 600px) and (orientation: landscape) {
  body.ldp-redesign-active {
    padding-bottom: 0 !important;
  }

  .ldp-main--home .ldp-hero__layout {
    padding: 24px 28px 26px;
  }

  .ldp-main--home .ldp-hero__card {
    width: min(700px, 100%);
  }

  .ldp-main--home .ldp-hero .ldp-kicker {
    margin-bottom: 12px !important;
  }

  .ldp-main--home .ldp-hero__card h1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .ldp-main--home .ldp-hero__lead {
    display: none;
  }

  .ldp-main--home .ldp-actions {
    display: flex;
    gap: 14px;
    margin-top: 14px;
  }

  .ldp-main--home .ldp-actions .ldp-button {
    width: 290px;
  }

  .ldp-main--home .ldp-actions .ldp-text-link {
    display: none;
  }

  .ldp-page-hero--landscape,
  .ldp-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: calc(100vh - 84px);
    min-height: calc(100svh - 84px);
  }

  .ldp-page-hero--landscape .ldp-page-hero__image,
  .ldp-contact-hero__image {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .ldp-page-hero--landscape .ldp-page-hero__content,
  .ldp-contact-hero__content {
    grid-row: 1;
    grid-column: 2;
    align-items: center;
    width: 100%;
    min-height: inherit;
    margin: 0;
    padding: 20px 24px;
  }

  .ldp-page-hero--landscape .ldp-page-hero__content h1,
  .ldp-contact-hero h1 {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .ldp-page-hero--landscape .ldp-page-hero__content p:not(.ldp-kicker),
  .ldp-contact-hero__content p:not(.ldp-kicker) {
    font-size: 14px;
    line-height: 1.42;
  }

  .ldp-page-hero--landscape .ldp-kicker,
  .ldp-contact-hero .ldp-kicker,
  .ldp-page-hero--portrait .ldp-kicker {
    margin-bottom: 10px !important;
  }

  .ldp-page-hero--portrait {
    min-height: calc(100vh - 84px);
    min-height: calc(100svh - 84px);
  }

  .ldp-page-hero--portrait .ldp-page-hero__content {
    align-items: center;
    min-height: inherit;
    padding: 24px 28px;
  }

  .ldp-page-hero--portrait .ldp-page-hero__content > div {
    max-width: 55%;
  }

  .ldp-page-hero--portrait .ldp-page-hero__content h1 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .ldp-page-hero--portrait .ldp-page-hero__content p:not(.ldp-kicker) {
    display: none;
  }
}

@media (max-width: 760px) and (max-height: 600px) and (orientation: landscape) {
  .ldp-main--home .ldp-hero,
  .ldp-main--home .ldp-hero__layout,
  .ldp-page-hero--portrait,
  .ldp-page-hero--landscape,
  .ldp-contact-hero {
    min-height: calc(100vh - 78px);
    min-height: calc(100svh - 78px);
  }
}

@media (max-width: 390px) {
  .ldp-brand {
    width: 174px;
  }

  .ldp-js .ldp-menu-toggle {
    min-width: 82px;
    padding-inline: 11px;
  }

  .ldp-main--home .ldp-hero__layout {
    padding-right: 14px;
    padding-left: 14px;
  }

  .ldp-button {
    padding-left: 18px;
    font-size: 13.5px;
  }
}

/* Final mobile hero treatment: a full-screen portrait followed by unobstructed copy. */
@media (max-width: 960px) {
  body.ldp-redesign-active {
    padding-bottom: 0 !important;
  }

  .ldp-main--home .ldp-hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: calc(100vh - 84px) auto;
    grid-template-rows: calc(100svh - 84px) auto;
    min-height: 0;
  }

  .ldp-main--home .ldp-hero__media {
    position: relative;
    inset: auto;
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: calc(100vh - 84px);
    height: calc(100svh - 84px);
  }

  .ldp-main--home .ldp-hero__media img {
    object-position: 50% 34%;
  }

  .ldp-main--home .ldp-hero__shade {
    display: none;
  }

  .ldp-main--home .ldp-hero__layout {
    position: relative;
    grid-row: 2;
    grid-column: 1;
    align-items: center;
    min-height: 0;
    padding: 48px max(18px, calc((100vw - var(--ldp-shell)) / 2)) 54px;
    background: var(--ldp-blue-deep);
  }

  .ldp-main--home .ldp-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .ldp-js .ldp-menu-toggle {
    position: relative;
    display: grid;
    justify-self: end;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 0;
    gap: 0;
    place-items: center;
    color: var(--ldp-white);
    background: var(--ldp-blue-deep);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    box-shadow: 0 10px 24px rgba(11, 39, 51, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -webkit-tap-highlight-color: transparent;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .ldp-js .ldp-menu-toggle:active {
    transform: scale(0.96);
  }

  .ldp-menu-toggle__label {
    display: none;
  }

  .ldp-menu-toggle__lines {
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
  }

  .ldp-menu-toggle__lines i {
    position: absolute;
    right: 0;
    display: block;
    height: 2px;
    margin: 0;
    background: currentColor;
    border-radius: 999px;
    transform: none;
    transition: top 180ms ease, bottom 180ms ease, width 180ms ease, transform 180ms ease;
  }

  .ldp-menu-toggle__lines i:first-child {
    top: 3px;
    width: 22px;
  }

  .ldp-menu-toggle__lines i:last-child {
    right: 0;
    bottom: 3px;
    width: 15px;
  }

  .ldp-js .ldp-menu-toggle[aria-expanded="true"] {
    color: var(--ldp-blue-deep);
    background: var(--ldp-white);
    border-color: rgba(16, 55, 70, 0.16);
    box-shadow: 0 10px 28px rgba(11, 39, 51, 0.2);
  }

  .ldp-js .ldp-menu-toggle:focus-visible {
    outline: 3px solid #814a00;
    outline-offset: 3px;
  }

  .ldp-menu-toggle[aria-expanded="true"] .ldp-menu-toggle__lines i:first-child {
    top: 7px;
    width: 22px;
    transform: rotate(45deg);
  }

  .ldp-menu-toggle[aria-expanded="true"] .ldp-menu-toggle__lines i:last-child {
    bottom: 7px;
    width: 22px;
    transform: rotate(-45deg);
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .ldp-js .ldp-menu-toggle:not([aria-expanded="true"]):not(:active):hover {
    background: var(--ldp-blue);
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(11, 39, 51, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 760px) {
  .ldp-main--home .ldp-hero {
    grid-template-rows: calc(100vh - 78px) auto;
    grid-template-rows: calc(100svh - 78px) auto;
  }

  .ldp-main--home .ldp-hero__media {
    height: calc(100vh - 78px);
    height: calc(100svh - 78px);
  }
}

@media (max-width: 960px) and (max-height: 600px) and (orientation: landscape) {
  .ldp-main--home .ldp-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    grid-template-rows: calc(100vh - 84px);
    grid-template-rows: calc(100svh - 84px);
  }

  .ldp-main--home .ldp-hero__media {
    grid-row: 1;
    grid-column: 1;
    height: 100%;
  }

  .ldp-main--home .ldp-hero__layout {
    grid-row: 1;
    grid-column: 2;
    min-height: inherit;
    padding: 24px 28px;
  }

  .ldp-main--home .ldp-hero__card {
    width: 100%;
  }

  .ldp-main--home .ldp-hero__lead,
  .ldp-main--home .ldp-actions {
    display: none;
  }
}

@media (max-width: 760px) and (max-height: 600px) and (orientation: landscape) {
  .ldp-main--home .ldp-hero {
    grid-template-rows: calc(100vh - 78px);
    grid-template-rows: calc(100svh - 78px);
  }
}

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

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

  .ldp-js [data-ldp-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none !important;
  }

  .ldp-js [data-ldp-section] {
    opacity: 1;
    transition: none !important;
  }

  .ldp-js [data-ldp-hero-copy] > * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .ldp-js .ldp-service-card[data-ldp-reveal].is-visible:hover,
  .ldp-js .ldp-steps li[data-ldp-reveal].is-visible:hover,
  .ldp-js .ldp-topic-list li[data-ldp-reveal].is-visible:hover {
    transform: none;
  }
}

@media print {
  .ldp-js [data-ldp-section],
  .ldp-js [data-ldp-reveal],
  .ldp-js [data-ldp-hero-copy] > * {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .ldp-header,
  .ldp-footer,
  .ldp-button,
  .ldp-actions {
    display: none !important;
  }

  body.ldp-redesign-active,
  .ldp-site {
    color: #000 !important;
    background: #fff !important;
  }

  .ldp-section {
    padding: 35px 0;
  }
}
