/* Playful premium redesign scoped to the Childcare tab only. */
.dp-root {
  --dp-navy: #173b63;
  --dp-navy-deep: #102d52;
  --dp-ink: #29394d;
  --dp-muted: #586579;
  --dp-cream: #fff9ef;
  --dp-paper: #fffefb;
  --dp-sun: #f6c84a;
  --dp-sun-soft: #fff0b8;
  --dp-sky: #c9ebf5;
  --dp-mint: #cce7b9;
  --dp-coral: #f5a08a;
  --dp-lilac: #d8cbef;
  --dp-gold-text: #80570c;
  --dp-radius-lg: 34px;
  --dp-radius-md: 24px;
  --dp-shadow: 0 24px 64px rgba(23, 59, 99, 0.13);
  --dp-shadow-hover: 0 30px 72px rgba(23, 59, 99, 0.19);
  position: relative;
  isolation: isolate;
  color: var(--dp-ink);
  background: var(--dp-cream);
}

.dp-root ::selection {
  color: var(--dp-navy-deep);
  background: var(--dp-sun-soft);
}

.dp-root :is(a, figure)[tabindex]:focus-visible,
.dp-root a:focus-visible {
  outline: 3px solid var(--dp-coral);
  outline-offset: 4px;
}

.childcare-photo-lightbox {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.childcare-photo-lightbox::backdrop {
  background: rgba(5, 18, 42, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.childcare-photo-lightbox__panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(82dvh, 760px);
}

.childcare-photo-lightbox__image {
  display: block;
  width: 100%;
  max-height: min(82dvh, 760px);
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.childcare-photo-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--dp-navy);
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}

@keyframes dp-iconFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.5deg);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(1.5deg);
  }
}

@keyframes dp-cloudDrift {
  0%,
  100% {
    transform: translate3d(-2%, 0, 0);
  }
  50% {
    transform: translate3d(2%, -6px, 0);
  }
}

@keyframes dp-pathDraw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes dp-twinkle {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.62;
    transform: scale(1.08);
  }
}

/* Hero */
.dp-hero {
  min-height: min(880px, 94vh);
  display: grid;
  align-items: center;
  padding: clamp(94px, 10vw, 140px) 28px clamp(82px, 9vw, 120px) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(201, 235, 245, 0.86) 0 8%, transparent 8.2%),
    radial-gradient(circle at 92% 16%, rgba(246, 200, 74, 0.38) 0 13%, transparent 13.2%),
    radial-gradient(circle at 86% 84%, rgba(204, 231, 185, 0.58) 0 10%, transparent 10.2%),
    linear-gradient(145deg, #fffdf8 0%, #fff8e8 55%, #f9fcf4 100%);
}

.dp-hero::before {
  position: absolute;
  inset: 22px max(16px, calc((100vw - 1380px) / 2));
  z-index: 0;
  border-radius: 56px;
  background-image:
    radial-gradient(circle, rgba(245, 160, 138, 0.78) 0 18%, transparent 19%),
    radial-gradient(circle, rgba(85, 168, 210, 0.7) 0 18%, transparent 19%),
    radial-gradient(circle, rgba(145, 198, 111, 0.74) 0 18%, transparent 19%);
  background-repeat: no-repeat;
  background-position:
    3% 72%,
    98% 45%,
    90% 96%;
  background-size:
    clamp(54px, 6vw, 84px),
    clamp(48px, 5.5vw, 76px),
    clamp(46px, 5vw, 70px);
  opacity: 0.9;
  pointer-events: none;
  content: "";
  animation: dp-cloudDrift 9s ease-in-out infinite;
}

.dp-hero::after {
  position: absolute;
  top: 12%;
  right: 16%;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--dp-coral);
  box-shadow:
    -58vw 12vh 0 -4px var(--dp-sun),
    -44vw 58vh 0 -5px #78bfd4,
    -8vw 49vh 0 -4px #8fc677;
  content: "";
  transform: rotate(18deg);
  animation: dp-twinkle 4.8s ease-in-out infinite;
}

.dp-hero-orb {
  filter: saturate(1.05);
}

.dp-hero-orb--sun {
  top: -190px !important;
  right: -120px !important;
  width: 590px !important;
  height: 590px !important;
  opacity: 0.18 !important;
  background: var(--dp-sun) !important;
  box-shadow: 0 0 0 36px rgba(246, 200, 74, 0.08);
  animation: dp-pulseSoft 8s ease-in-out infinite !important;
}

.dp-hero-orb--trail {
  bottom: -170px !important;
  left: -130px !important;
  width: 430px !important;
  height: 430px !important;
  border: 3px dashed rgba(23, 59, 99, 0.16) !important;
  animation: dp-iconFloat 9s ease-in-out infinite;
}

.dp-hero-inner {
  z-index: 2;
}

.dp-hero-eyebrow {
  width: fit-content;
  padding: 9px 16px 9px 12px;
  border: 1px solid rgba(23, 59, 99, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 32px rgba(23, 59, 99, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dp-eyebrow-line {
  width: 34px !important;
  height: 8px !important;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dp-sun), var(--dp-coral)) !important;
}

.dp-hero-title {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: fit-content;
  margin-top: 36px !important;
  color: var(--dp-navy) !important;
  text-shadow: 0 4px 0 rgba(255, 255, 255, 0.72);
}

.dp-hero-title::after {
  position: absolute;
  right: 2%;
  bottom: -5px;
  left: 33%;
  z-index: -1;
  height: 17px;
  border-radius: 999px 70% 999px 55%;
  background: linear-gradient(90deg, rgba(246, 200, 74, 0.7), rgba(245, 160, 138, 0.48));
  content: "";
  transform: rotate(-1.2deg);
}

.dp-hero-title > span {
  color: #c58b12 !important;
}

.dp-hero-subtitle {
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 13px;
  color: var(--dp-gold-text) !important;
  background: rgba(255, 255, 255, 0.62);
}

.dp-hero-story {
  align-items: center !important;
}

.dp-hero-intro {
  padding: 8px 0 8px 18px;
  border-left: 2px solid rgba(23, 59, 99, 0.14);
  color: var(--dp-ink);
}

.dp-hero-intro > span {
  color: var(--dp-navy) !important;
}

.dp-hero-quote {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 42px 18px 42px 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 235, 245, 0.2), transparent 36%),
    linear-gradient(145deg, var(--dp-navy), var(--dp-navy-deep)) !important;
  box-shadow: 0 28px 70px rgba(16, 45, 82, 0.24);
}

.dp-hero-quote::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 64px;
  height: 64px;
  background: url("assets/childcare-icons/care-heart.svg") center / contain no-repeat;
  opacity: 0.34;
  content: "";
  animation: dp-iconFloat 7s ease-in-out infinite;
}

.dp-quote-mark {
  background: var(--dp-sun) !important;
  box-shadow: 0 8px 20px rgba(8, 24, 47, 0.2);
}

/* Childcare sub-navigation */
.dp-subnav {
  position: relative !important;
  top: auto !important;
  z-index: 8;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px max(18px, calc((100vw - 1180px) / 2));
  border: 0;
  border-top: 1px solid rgba(23, 59, 99, 0.06);
  border-bottom: 1px solid rgba(23, 59, 99, 0.08);
  background: rgba(255, 254, 251, 0.95);
  box-shadow: 0 14px 34px rgba(23, 59, 99, 0.06);
}

.dp-subnav a {
  gap: 9px;
  min-height: 48px;
  padding: 10px 17px 10px 12px;
  border: 1px solid rgba(23, 59, 99, 0.08);
  color: var(--dp-navy) !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(23, 59, 99, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
}

.dp-subnav a::before {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 9px;
  background-color: var(--dp-sun-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  content: "";
}

.dp-subnav a:nth-child(1)::before {
  background-image: url("assets/kindergarten-icons/welcome.svg");
}

.dp-subnav a:nth-child(2)::before {
  background-image: url("assets/kindergarten-icons/discover.svg");
  background-color: var(--dp-sky);
}

.dp-subnav a:nth-child(3)::before {
  background-image: url("assets/kindergarten-icons/rest.svg");
  background-color: var(--dp-lilac);
}

.dp-subnav a:nth-child(4)::before {
  background-image: url("assets/kindergarten-icons/language.svg");
  background-color: var(--dp-mint);
}

.dp-subnav a:nth-child(5)::before {
  background-image: url("assets/kindergarten-icons/arts.svg");
  background-color: #ffdcd2;
}

.dp-subnav a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(23, 59, 99, 0.12);
}

.dp-subnav a.is-active {
  color: #fff !important;
  background: var(--dp-navy) !important;
  box-shadow: 0 15px 32px rgba(23, 59, 99, 0.2);
}

.dp-subnav a.is-active::before {
  background-color: #fff;
}

/* Opening feature cards */
.dp-foundations {
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 20%, rgba(201, 235, 245, 0.35) 0 5%, transparent 5.2%),
    radial-gradient(circle at 94% 82%, rgba(245, 160, 138, 0.19) 0 7%, transparent 7.2%),
    var(--dp-paper) !important;
}

.dp-section-wrap {
  gap: 70px !important;
}

.dp-section-heading {
  align-items: center !important;
}

.dp-section-number {
  color: rgba(246, 200, 74, 0.2) !important;
  -webkit-text-stroke: 2px #d79d1d !important;
}

.dp-section-heading h2,
.dp-journey-heading h2 {
  color: var(--dp-navy) !important;
}

.dp-foundation-grid {
  gap: 24px !important;
}

.dp-foundation-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 40px 32px 36px !important;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--dp-radius-lg);
  background: var(--dp-sky) !important;
  box-shadow: var(--dp-shadow);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dp-foundation-card:nth-child(2) {
  background: var(--dp-mint) !important;
}

.dp-foundation-card:nth-child(3) {
  background: #ffebc4 !important;
}

.dp-foundation-card::before {
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72) url("assets/childcare-icons/activity-star.svg") center / 54px no-repeat;
  box-shadow: 0 12px 28px rgba(23, 59, 99, 0.09);
  content: "";
}

.dp-foundation-card[data-icon="values"]::before {
  background-image: url("assets/childcare-icons/values-heart.svg");
}

.dp-foundation-card[data-icon="school-building"]::before {
  background-image: url("assets/childcare-icons/school-building.svg");
}

.dp-foundation-card[data-icon="swimming-pool"]::before {
  background-image: url("assets/childcare-icons/swimming-pool.svg");
}

.dp-foundation-card::after {
  position: absolute;
  right: -30px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
}

.dp-foundation-card > div > span {
  display: none;
}

.dp-foundation-card h3 {
  color: var(--dp-navy) !important;
}

.dp-foundation-card p {
  color: #35465a !important;
}

/* Educational journey */
.dp-journey {
  position: relative;
  overflow: hidden;
  background-color: #fff2c9 !important;
  background-image: radial-gradient(rgba(23, 59, 99, 0.09) 1.3px, transparent 1.3px) !important;
  background-size: 24px 24px !important;
}

.dp-journey::before,
.dp-journey::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.dp-journey::before {
  top: 9%;
  left: -70px;
  width: 180px;
  height: 180px;
  background: rgba(201, 235, 245, 0.72);
}

.dp-journey::after {
  right: -90px;
  bottom: 8%;
  width: 230px;
  height: 230px;
  background: rgba(245, 160, 138, 0.3);
}

.dp-journey-heading {
  position: relative;
  z-index: 2;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 44px;
  background: rgba(255, 254, 251, 0.78);
  box-shadow: 0 22px 60px rgba(23, 59, 99, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dp-journey-map {
  z-index: 2;
}

.dp-journey-line {
  top: 27px !important;
  height: 4px;
  border: 0 !important;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--dp-navy) 0 12px, transparent 12px 22px);
  opacity: 0.25;
  transform: scaleX(1);
  transform-origin: left center;
}

.dp-journey.dp-motion-ready .dp-journey-line {
  transform: scaleX(0);
}

.dp-journey.dp-motion-ready.dp-in .dp-journey-line {
  animation: dp-pathDraw 1.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.dp-journey-steps {
  position: relative;
  z-index: 2;
}

.dp-journey-stage {
  transition: transform 0.28s ease;
}

.dp-stage-number {
  width: 58px !important;
  height: 58px !important;
  border: 4px solid #fff !important;
  background: var(--dp-sun) !important;
  box-shadow:
    0 0 0 5px rgba(255, 242, 201, 0.94) !important,
    0 12px 24px rgba(23, 59, 99, 0.16) !important;
}

.dp-journey-stage:nth-child(2) .dp-stage-number {
  background: var(--dp-sky) !important;
}

.dp-journey-stage:nth-child(3) .dp-stage-number {
  background: var(--dp-mint) !important;
}

.dp-journey-stage:nth-child(4) .dp-stage-number {
  background: var(--dp-coral) !important;
}

.dp-journey-stage:nth-child(5) .dp-stage-number {
  background: var(--dp-lilac) !important;
}

.dp-journey-stage > span {
  max-width: 120px;
  color: var(--dp-navy) !important;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-stage-number {
  animation: dp-waypointPop 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-journey-stage:nth-child(2) .dp-stage-number {
  animation-delay: 140ms;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-journey-stage:nth-child(3) .dp-stage-number {
  animation-delay: 280ms;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-journey-stage:nth-child(4) .dp-stage-number {
  animation-delay: 420ms;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-journey-stage:nth-child(5) .dp-stage-number {
  animation-delay: 560ms;
}

body[data-page="childcare-static"] .dp-school-bridge {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 56px;
  gap: 22px;
  width: min(100%, 790px);
  min-height: 116px;
  margin: 52px auto 0;
  padding: 19px 20px 19px 24px;
  overflow: hidden;
  align-items: center;
  isolation: isolate;
  border: 1px solid transparent;
  border-radius: 30px;
  color: var(--dp-navy);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 235, 0.96)) padding-box,
    linear-gradient(115deg, rgba(217, 165, 32, 0.72), rgba(201, 235, 245, 0.92), rgba(245, 160, 138, 0.72)) border-box;
  box-shadow:
    0 24px 56px rgba(23, 59, 99, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: left;
  text-decoration: none;
  transform: translateY(0);
  transition:
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms ease,
    background-position 700ms ease;
}

body[data-page="childcare-static"] .dp-school-bridge::before {
  position: absolute;
  z-index: -1;
  top: -70%;
  left: -34%;
  width: 30%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  content: "";
  pointer-events: none;
  transform: translateX(-160%) rotate(16deg);
}

body[data-page="childcare-static"] .dp-school-bridge::after {
  position: absolute;
  z-index: -1;
  right: -34px;
  bottom: -50px;
  width: 132px;
  height: 132px;
  border: 24px solid rgba(246, 200, 74, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge {
  opacity: 0;
  clip-path: inset(0 47% 0 47% round 30px);
  transform: translateY(22px) scale(0.97);
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-school-bridge {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 30px);
  transform: translateY(0) scale(1);
  transition:
    opacity 420ms ease 760ms,
    clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1) 650ms,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1) 650ms,
    box-shadow 320ms ease,
    background-position 700ms ease;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge::before {
  animation: dp-bridgeShine 1.15s ease-out 1.35s;
}

body[data-page="childcare-static"] .dp-school-bridge__path {
  position: relative;
  display: flex;
  width: 108px;
  min-width: 0;
  height: 58px;
  align-items: center;
  justify-content: space-between;
}

body[data-page="childcare-static"] .dp-school-bridge__path::before {
  position: absolute;
  right: 20px;
  left: 20px;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(23, 59, 99, 0.38) 0 8px, transparent 8px 13px);
  content: "";
  transform: translateY(-50%);
}

body[data-page="childcare-static"] .dp-school-bridge__stop {
  position: relative;
  z-index: 2;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: var(--dp-navy);
  background: var(--dp-mint);
  box-shadow:
    0 0 0 3px rgba(204, 231, 185, 0.45),
    0 9px 20px rgba(23, 59, 99, 0.14);
  font-family: "GFS Didot", serif;
  font-size: 18px;
  line-height: 1;
}

body[data-page="childcare-static"] .dp-school-bridge__stop:last-child {
  background: var(--dp-coral);
  box-shadow:
    0 0 0 3px rgba(245, 160, 138, 0.38),
    0 9px 20px rgba(23, 59, 99, 0.14);
}

body[data-page="childcare-static"] .dp-school-bridge__traveller {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  background: var(--dp-sun);
  box-shadow: 0 0 0 4px rgba(246, 200, 74, 0.25), 0 0 18px rgba(217, 157, 29, 0.72);
  transform: translate(-50%, -50%);
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge__traveller {
  animation:
    dp-bridgeTravel 1.35s cubic-bezier(0.65, 0, 0.2, 1) 1.15s both,
    dp-bridgeGlow 3.2s ease-in-out 2.5s infinite;
}

body[data-page="childcare-static"] .dp-school-bridge__copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

body[data-page="childcare-static"] .dp-school-bridge__kicker {
  color: #956910;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page="childcare-static"] .dp-school-bridge__copy strong {
  color: var(--dp-navy);
  font-family: "GFS Didot", serif;
  font-size: clamp(1.45rem, 2.7vw, 2.05rem);
  font-weight: 400;
  line-height: 1.08;
}

body[data-page="childcare-static"] .dp-school-bridge__label {
  margin-top: 2px;
  color: #516075;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

body[data-page="childcare-static"] .dp-school-bridge__arrow {
  position: relative;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dp-navy);
  box-shadow: 0 12px 26px rgba(23, 59, 99, 0.23);
  font-size: 1.35rem;
  line-height: 1;
  transition:
    color 260ms ease,
    background 260ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms ease;
  animation: dp-bridgeArrowGlow 3.8s ease-in-out 2.4s infinite;
}

body[data-page="childcare-static"] .dp-school-bridge:focus-visible {
  outline: 4px solid rgba(23, 59, 99, 0.92);
  outline-offset: 5px;
}

body[data-page="childcare-static"] .dp-school-bridge:active {
  transform: translateY(-1px) scale(0.99);
}

@media (hover: hover) and (pointer: fine) {
  body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge:hover {
    box-shadow:
      0 31px 68px rgba(23, 59, 99, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
    transform: translateY(-6px) scale(1.012);
  }

  body[data-page="childcare-static"] .dp-school-bridge:hover::before {
    transform: translateX(620%) rotate(16deg);
    transition: transform 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  body[data-page="childcare-static"] .dp-school-bridge:hover .dp-school-bridge__arrow {
    color: var(--dp-navy);
    background: var(--dp-sun);
    box-shadow: 0 15px 30px rgba(217, 157, 29, 0.3);
    transform: translate(3px, -3px) rotate(7deg) scale(1.06);
  }

  body[data-page="childcare-static"] .dp-school-bridge:hover .dp-school-bridge__stop:first-child {
    transform: scale(1.06) rotate(-4deg);
  }

  body[data-page="childcare-static"] .dp-school-bridge:hover .dp-school-bridge__stop:last-child {
    transform: scale(1.06) rotate(4deg);
  }
}

@keyframes dp-waypointPop {
  0% {
    opacity: 0.35;
    transform: translateY(12px) scale(0.7);
  }
  58% {
    opacity: 1;
    transform: translateY(-4px) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dp-bridgeShine {
  from { transform: translateX(-160%) rotate(16deg); }
  to { transform: translateX(620%) rotate(16deg); }
}

@keyframes dp-bridgeTravel {
  0% {
    left: 18px;
    opacity: 0;
  }
  14% { opacity: 1; }
  82% { opacity: 1; }
  100% {
    left: 90px;
    opacity: 1;
  }
}

@keyframes dp-bridgeGlow {
  0%, 100% { box-shadow: 0 0 0 4px rgba(246, 200, 74, 0.2), 0 0 12px rgba(217, 157, 29, 0.5); }
  50% { box-shadow: 0 0 0 8px rgba(246, 200, 74, 0.08), 0 0 24px rgba(217, 157, 29, 0.78); }
}

@keyframes dp-bridgeArrowGlow {
  0%, 100% { box-shadow: 0 12px 26px rgba(23, 59, 99, 0.23); }
  50% { box-shadow: 0 12px 30px rgba(23, 59, 99, 0.34), 0 0 0 7px rgba(246, 200, 74, 0.08); }
}

/* History */
.dp-history {
  padding: 130px 28px !important;
  background:
    radial-gradient(circle at 18% 28%, rgba(201, 235, 245, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 22%, rgba(246, 200, 74, 0.44) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 75%, rgba(245, 160, 138, 0.28) 0 4px, transparent 5px),
    linear-gradient(145deg, #173b63, #102d52 72%, #183d65) !important;
  background-size:
    130px 130px,
    180px 180px,
    230px 230px,
    auto !important;
}

.dp-history-ghost {
  opacity: 0.72;
}

.dp-history-content {
  max-width: 900px !important;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 46px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 74px rgba(4, 20, 41, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dp-history-content::before {
  width: 74px;
  height: 74px;
  margin-bottom: 2px;
  border-radius: 24px;
  background: #fff url("assets/kindergarten-icons/discover.svg") center / 58px no-repeat;
  box-shadow: 0 14px 30px rgba(4, 20, 41, 0.23);
  content: "";
  animation: dp-iconFloat 8s ease-in-out infinite;
}

.dp-history-accent {
  width: 64px !important;
  height: 7px !important;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dp-sun), var(--dp-coral)) !important;
}

/* Program, parents, celebrations and uniforms */
.dp-section-extra {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 9vw, 126px) 28px;
}

.dp-section-extra::before {
  position: absolute;
  top: 42px;
  right: max(18px, calc((100vw - 1280px) / 2));
  width: clamp(110px, 13vw, 180px);
  height: clamp(110px, 13vw, 180px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.11;
  content: "";
  pointer-events: none;
  animation: dp-iconFloat 9s ease-in-out infinite;
}

#basic-program {
  background:
    radial-gradient(circle at 8% 86%, rgba(201, 235, 245, 0.55), transparent 24%),
    var(--dp-paper);
}

#basic-program::before {
  background-image: url("assets/childcare-icons/day-rhythm.svg");
}

#afternoon-life {
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 160, 138, 0.22), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(201, 235, 245, 0.16), transparent 28%),
    linear-gradient(145deg, var(--dp-navy), var(--dp-navy-deep)) !important;
}

#afternoon-life::before {
  background-image: url("assets/childcare-icons/afternoon-sun.svg");
  opacity: 0.18;
}

#parents {
  background:
    radial-gradient(circle at 95% 82%, rgba(246, 200, 74, 0.2), transparent 25%),
    #edf8eb;
}

#parents::before {
  background-image: url("assets/childcare-icons/family-link.svg");
}

#celebrations {
  background:
    radial-gradient(circle at 9% 13%, rgba(246, 200, 74, 0.24), transparent 22%),
    radial-gradient(circle at 88% 82%, rgba(216, 203, 239, 0.24), transparent 26%),
    linear-gradient(145deg, #274f78, #173b63) !important;
}

#celebrations::before {
  background-image: url("assets/childcare-icons/celebration-sparkles.svg");
  opacity: 0.2;
}

#uniforms {
  background:
    radial-gradient(circle at 6% 10%, rgba(245, 160, 138, 0.25), transparent 24%),
    #f5fbff;
}

#uniforms::before {
  background-image: url("assets/childcare-icons/clothes-hanger.svg");
}

.dp-extra-wrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
}

.dp-extra-copy {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: var(--dp-radius-lg);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 58px rgba(23, 59, 99, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dp-blue .dp-extra-copy {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 58px rgba(4, 20, 41, 0.18);
}

.dp-extra-kicker {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--dp-gold-text);
  background: var(--dp-sun-soft);
  letter-spacing: 0.13em;
}

.dp-blue .dp-extra-kicker {
  color: var(--dp-navy-deep);
  background: var(--dp-sun);
}

.dp-extra-copy h2 {
  color: var(--dp-navy);
}

.dp-extra-copy h2::before {
  display: block;
  width: 58px !important;
  height: 7px !important;
  margin-bottom: 13px !important;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dp-sun), var(--dp-coral)) !important;
  box-shadow: none !important;
  content: "";
}

.dp-extra-copy p {
  color: var(--dp-muted);
}

.dp-program-grid {
  gap: 12px;
}

.dp-program-card {
  position: relative;
  min-height: 148px;
  overflow: hidden;
  padding: 20px 19px 20px;
  border: 1px solid rgba(23, 59, 99, 0.07);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(23, 59, 99, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.dp-program-card::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: var(--dp-sun-soft) url("assets/childcare-icons/activity-star.svg") center / 29px no-repeat;
  content: "";
}

.dp-program-card[data-icon="child-play"]::before {
  background-color: var(--dp-sun-soft);
  background-image: url("assets/childcare-icons/child-playing.svg");
}

.dp-program-card[data-icon="preschool"]::before {
  background-color: var(--dp-sky);
  background-image: url("assets/kindergarten-icons/math-stem.svg");
}

.dp-program-card[data-icon="arrival"]::before {
  background-color: #fff0bd;
  background-image: url("assets/kindergarten-icons/welcome.svg");
}

.dp-program-card[data-icon="breakfast"]::before {
  background-color: var(--dp-sky);
  background-image: url("assets/childcare-icons/breakfast.svg");
}

.dp-program-card[data-icon="garden"]::before {
  background-color: var(--dp-mint);
  background-image: url("assets/kindergarten-icons/garden.svg");
}

.dp-program-card[data-icon="lunch-rest"]::before {
  background-color: var(--dp-lilac);
  background-image: url("assets/kindergarten-icons/rest.svg");
}

.dp-program-card[data-icon="snack"]::before {
  background-color: #ffdcd2;
  background-image: url("assets/childcare-icons/snack.svg");
}

.dp-program-card[data-icon="quiet-time"]::before {
  background-color: var(--dp-sky);
  background-image: url("assets/childcare-icons/calm-cloud.svg");
}

.dp-program-card[data-icon="weekly-play"]::before {
  background-color: var(--dp-sun-soft);
  background-image: url("assets/childcare-icons/weekly-play.svg");
}

.dp-program-card[data-icon="weekly-learning"]::before {
  background-color: var(--dp-sky);
  background-image: url("assets/childcare-icons/weekly-learning.svg");
}

.dp-program-card[data-icon="sports"]::before {
  background-color: var(--dp-mint);
  background-image: url("assets/childcare-icons/sports.svg");
}

.dp-program-card[data-icon="visits"]::before {
  background-color: #ffdcd2;
  background-image: url("assets/childcare-icons/school-bus.svg");
}

.dp-program-card strong {
  color: var(--dp-gold-text);
  letter-spacing: 0.045em;
  text-transform: none;
}

.dp-program-card span,
.dp-program-card li {
  color: #4c5b6e;
}

.dp-blue .dp-program-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 36px rgba(4, 20, 41, 0.18);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.dp-blue .dp-program-card strong {
  color: #ffe289;
}

.dp-extra-list {
  gap: 12px;
}

.dp-extra-list span {
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(23, 59, 99, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
}

.dp-extra-list span::before {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 8px;
  background: var(--dp-sun-soft) url("assets/childcare-icons/activity-star.svg") center / 20px no-repeat;
}

.dp-extra-list span[data-icon="parent-meeting"]::before {
  background-color: var(--dp-sky);
  background-image: url("assets/childcare-icons/parent-conversation.svg");
}

.dp-extra-list span[data-icon="digital-update"]::before {
  background-color: var(--dp-sun-soft);
  background-image: url("assets/childcare-icons/digital-notebook.svg");
}

.dp-extra-list span[data-icon="family-events"]::before {
  background-color: var(--dp-mint);
  background-image: url("assets/childcare-icons/school-family.svg");
}

.dp-extra-list span[data-icon="national-day"]::before {
  background-color: var(--dp-sky);
  background-image: url("assets/childcare-icons/national-day.svg");
}

.dp-extra-list span[data-icon="christmas"]::before {
  background-color: var(--dp-mint);
  background-image: url("assets/childcare-icons/christmas-tree.svg");
}

.dp-extra-list span[data-icon="year-end"]::before {
  background-color: var(--dp-lilac);
  background-image: url("assets/childcare-icons/year-end.svg");
}

.dp-extra-list span[data-icon="movement"]::before {
  background-color: var(--dp-sky);
  background-image: url("assets/childcare-icons/uniform-shirt.svg");
}

.dp-extra-list span[data-icon="preparation"]::before {
  background-color: var(--dp-sun-soft);
  background-image: url("assets/childcare-icons/school-bag.svg");
}

.dp-extra-list span[data-icon="school-team"]::before {
  background-color: var(--dp-mint);
  background-image: url("assets/childcare-icons/uniform-group.svg");
}

.dp-blue .dp-extra-list span {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

/* Existing images remain unchanged; only their presentation is updated. */
.dp-photo-grid {
  gap: 16px;
  align-items: stretch;
}

.dp-photo-grid figure {
  min-height: 220px;
  border: 5px solid rgba(255, 255, 255, 0.94);
  border-radius: 34px 18px 32px 22px;
  background: #fff;
  box-shadow: var(--dp-shadow);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease;
}

.dp-photo-grid figure:nth-child(2) {
  border-radius: 20px 34px 22px 30px;
  transform: rotate(1deg);
}

.dp-photo-grid figure:nth-child(3) {
  border-radius: 30px 22px 36px 18px;
  transform: rotate(-0.8deg);
}

.dp-photo-grid figure::before {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  width: 54px;
  height: 13px;
  border-radius: 3px;
  background: rgba(246, 200, 74, 0.72);
  box-shadow: 0 2px 5px rgba(23, 59, 99, 0.08);
  content: "";
  transform: translateX(-50%) rotate(-2deg);
  pointer-events: none;
}

.dp-photo-grid figure.is-illustration {
  background: linear-gradient(145deg, #fff8e6, var(--dp-sky));
}

.dp-photo-grid figure.is-illustration:nth-child(2n) {
  background: linear-gradient(145deg, #fff7dd, var(--dp-mint));
}

.dp-photo-grid figure.is-illustration img {
  object-fit: contain;
  padding: clamp(24px, 4vw, 46px);
}

.dp-photo-grid img {
  transition:
    transform 0.36s ease,
    filter 0.36s ease;
}

.dp-photo-grid figcaption {
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: var(--dp-navy);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(23, 59, 99, 0.08);
}

/* Purpose-built illustrations replace photography in afternoon and parent communication. */
.dp-icon-grid {
  display: grid;
  min-height: 470px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dp-icon-card {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  place-items: center;
  padding: 28px 22px 62px;
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 30px 18px 28px 22px;
  box-shadow: var(--dp-shadow);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dp-icon-card:first-child {
  min-height: 470px;
  grid-row: 1 / -1;
  border-radius: 38px 22px 34px 26px;
}

.dp-icon-card:nth-child(2) {
  border-radius: 22px 34px 20px 28px;
}

.dp-icon-card:nth-child(3) {
  border-radius: 30px 20px 36px 18px;
}

.dp-icon-card::before,
.dp-icon-card::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.dp-icon-card::before {
  top: -44px;
  right: -36px;
  width: 150px;
  height: 150px;
  border: 3px dashed rgba(23, 50, 77, 0.13);
}

.dp-icon-card::after {
  bottom: 42px;
  left: -25px;
  width: 92px;
  height: 92px;
  background: rgba(255, 255, 255, 0.32);
}

.dp-icon-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(76%, 205px);
  height: auto;
  filter: drop-shadow(0 12px 16px rgba(23, 59, 99, 0.1));
  animation: dp-iconFloat 6.8s ease-in-out infinite;
  pointer-events: none;
  user-select: none;
}

.dp-icon-card:first-child img {
  width: min(82%, 290px);
}

.dp-icon-card:nth-child(2) img {
  animation-delay: -2.1s;
}

.dp-icon-card:nth-child(3) img {
  animation-delay: -4.2s;
}

.dp-icon-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  z-index: 2;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 15px;
  color: var(--dp-navy-deep);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(23, 59, 99, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dp-icon-card--sun {
  background: linear-gradient(150deg, #fff6cf, #ffd98e);
}

.dp-icon-card--play {
  background: linear-gradient(145deg, #e7f7df, #bfe6d5);
}

.dp-icon-card--cloud {
  background: linear-gradient(145deg, #e8f8ff, #cbdcf7);
}

.dp-icon-card--conversation {
  background: linear-gradient(150deg, #fff1e8, #f8c8b8);
}

.dp-icon-card--notebook {
  background: linear-gradient(145deg, #e8f8ff, #c9ebf5);
}

.dp-icon-card--family {
  background: linear-gradient(145deg, #f4f0ff, #ddd1f0);
}

#afternoon-life .dp-icon-card {
  box-shadow: 0 24px 64px rgba(4, 20, 41, 0.24);
}

#celebrations .dp-photo-grid {
  grid-template-columns: 1fr 1fr;
}

#celebrations .dp-photo-grid figure:first-child {
  grid-row: auto;
  min-height: 420px;
}

#celebrations .dp-photo-grid figure:last-child {
  min-height: 420px;
}

#uniforms .dp-extra-wrap {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

#uniforms .dp-photo-grid {
  grid-template-columns: 1fr;
}

#uniforms .dp-photo-grid figure:first-child {
  min-height: 520px;
}

@media (hover: hover) {
  .dp-foundation-card:hover {
    transform: translateY(-7px) rotate(-0.5deg);
    box-shadow: var(--dp-shadow-hover);
  }

  .dp-foundation-card:nth-child(2):hover {
    transform: translateY(-7px) rotate(0.5deg);
  }

  .dp-foundation-card:hover::before,
  .dp-subnav a:hover::before {
    animation: dp-iconFloat 1.4s ease-in-out infinite;
  }

  .dp-journey-stage:hover {
    transform: translateY(-6px);
  }

  .dp-program-card:hover {
    z-index: 2;
    border-color: rgba(23, 59, 99, 0.14);
    box-shadow: 0 18px 42px rgba(23, 59, 99, 0.14);
    transform: translateY(-4px);
  }

  .dp-blue .dp-program-card:hover {
    border-color: rgba(255, 255, 255, 0.26);
    box-shadow: 0 22px 46px rgba(4, 20, 41, 0.25);
  }

  .dp-photo-grid figure:hover,
  .dp-photo-grid figure:nth-child(2):hover,
  .dp-photo-grid figure:nth-child(3):hover {
    box-shadow: var(--dp-shadow-hover);
    transform: translateY(-6px) rotate(0);
  }

  .dp-photo-grid figure:hover img {
    filter: saturate(1.04);
    transform: scale(1.028);
  }

  .dp-photo-grid figure.is-illustration:hover img {
    transform: scale(1.04) rotate(-1deg);
  }

  .dp-icon-card:hover {
    box-shadow: var(--dp-shadow-hover);
    transform: translateY(-6px) rotate(-0.35deg);
  }

  .dp-icon-card:nth-child(2):hover {
    transform: translateY(-6px) rotate(0.5deg);
  }

  #afternoon-life .dp-icon-card:hover {
    box-shadow: 0 30px 72px rgba(4, 20, 41, 0.3);
  }
}

/* Outer Childcare shell CTA. */
body[data-page="childcare-static"] .childcare-contact-cta {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 82px;
  background:
    radial-gradient(circle at 12% 70%, rgba(201, 235, 245, 0.58), transparent 22%),
    radial-gradient(circle at 90% 25%, rgba(245, 160, 138, 0.24), transparent 24%),
    #fff9ef;
}

body[data-page="childcare-static"] .childcare-contact-cta::before {
  position: absolute;
  width: 112px;
  height: 112px;
  margin-left: max(-46vw, -470px);
  background: url("assets/childcare-icons/visit-pin.svg") center / contain no-repeat;
  opacity: 0.72;
  content: "";
  animation: dp-iconFloat 8s ease-in-out infinite;
}

body[data-page="childcare-static"] .childcare-contact-button {
  position: relative;
  z-index: 2;
  min-height: 68px;
  padding: 15px 17px 15px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px 999px 999px 24px;
  background: linear-gradient(135deg, #173b63, #102d52);
  box-shadow: 0 20px 48px rgba(23, 59, 99, 0.22);
}

body[data-page="childcare-static"] .childcare-contact-arrow {
  width: 42px;
  height: 42px;
  background: #f6c84a;
}

/* Responsive */
@media (max-width: 900px) {
  .dp-root > header.dp-hero {
    min-height: auto;
    padding: 70px 16px 54px !important;
  }

  .dp-hero::before {
    inset: 12px;
    background-position:
      1% 83%,
      98% 50%,
      88% 98%;
    background-size:
      48px,
      44px,
      42px;
    opacity: 0.55;
  }

  .dp-root h1.dp-hero-title[aria-label] + .dp-hero-subtitle + .dp-hero-story {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    margin-top: 36px !important;
  }

  .dp-hero-intro {
    padding-left: 15px;
  }

  .dp-hero-quote {
    padding: 34px 28px 32px !important;
    transform: rotate(-0.7deg) !important;
  }

  .dp-subnav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 12px !important;
    overflow: visible !important;
    border: 0 !important;
    background: #fffefb !important;
    box-shadow: 0 12px 30px rgba(23, 59, 99, 0.08) !important;
  }

  .dp-subnav a {
    justify-content: flex-start;
    min-height: 50px !important;
    padding: 8px 10px !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .dp-subnav a:nth-child(4) {
    grid-column: auto !important;
  }

  .dp-subnav a:last-child {
    grid-column: 1 / -1 !important;
  }

  .dp-root > section.dp-foundations,
  .dp-root > section.dp-journey,
  .dp-root > section.dp-history,
  .dp-root > section.dp-section-extra {
    padding: 68px 16px !important;
  }

  .dp-section-wrap {
    gap: 42px !important;
  }

  .dp-foundation-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .dp-foundation-card {
    min-height: 0;
    padding: 28px 24px !important;
    border-radius: 28px;
  }

  .dp-foundation-card::before {
    width: 58px;
    height: 58px;
    background-size: 45px;
  }

  .dp-journey-heading {
    padding: 28px 20px;
    border-radius: 30px;
  }

  .dp-journey-map {
    margin-top: 38px !important;
  }

  .dp-journey-line {
    display: none;
  }

  .dp-journey-steps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .dp-journey-stage {
    min-height: 142px;
    justify-content: center;
    padding: 18px 12px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 12px 28px rgba(23, 59, 99, 0.08);
  }

  .dp-journey-stage:last-child {
    grid-column: 1 / -1;
  }

  .dp-stage-number {
    width: 52px !important;
    height: 52px !important;
  }

  body[data-page="childcare-static"] .dp-school-bridge {
    grid-template-columns: 82px minmax(0, 1fr) 48px;
    gap: 14px;
    min-height: 106px;
    margin-top: 34px;
    padding: 16px 15px 16px 18px;
    border-radius: 24px;
  }

  body[data-page="childcare-static"] .dp-school-bridge__path {
    width: 82px;
    height: 50px;
  }

  body[data-page="childcare-static"] .dp-school-bridge__stop {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  body[data-page="childcare-static"] .dp-school-bridge__traveller {
    left: 16px;
    width: 9px;
    height: 9px;
  }

  body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge__traveller {
    animation:
      dp-bridgeTravelMobile 1.2s cubic-bezier(0.65, 0, 0.2, 1) 1.05s both,
      dp-bridgeGlow 3.2s ease-in-out 2.25s infinite;
  }

  body[data-page="childcare-static"] .dp-school-bridge__arrow {
    width: 46px;
    height: 46px;
    font-size: 1.18rem;
  }

  body[data-page="childcare-static"] .dp-school-bridge__kicker {
    font-size: 0.61rem;
    letter-spacing: 0.09em;
  }

  body[data-page="childcare-static"] .dp-school-bridge__copy strong {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  body[data-page="childcare-static"] .dp-school-bridge__label {
    font-size: 0.72rem;
  }

  .dp-history-content {
    padding: 30px 20px;
    border-radius: 30px;
  }

  .dp-history-content::before {
    width: 62px;
    height: 62px;
    background-size: 49px;
  }

  .dp-extra-wrap,
  #uniforms .dp-extra-wrap {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .dp-extra-copy {
    padding: 25px 20px;
    border-radius: 28px;
  }

  .dp-program-grid {
    gap: 10px !important;
  }

  .dp-program-card {
    min-height: 0;
    padding: 18px !important;
    border-radius: 19px !important;
  }

  .dp-program-card span,
  .dp-program-card li {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
  }

  .dp-photo-grid {
    gap: 10px !important;
  }

  .dp-icon-grid {
    min-height: 430px;
    gap: 10px;
  }

  .dp-icon-card,
  .dp-icon-card:first-child {
    min-height: 210px;
    border-radius: 24px;
  }

  .dp-icon-card:first-child {
    min-height: 430px;
  }

  .dp-photo-grid figure,
  .dp-photo-grid figure:first-child {
    min-height: 190px !important;
    border-width: 4px !important;
    border-radius: 24px !important;
  }

  .dp-photo-grid figure.is-illustration img {
    padding: 22px;
  }

  #celebrations .dp-photo-grid figure:first-child,
  #celebrations .dp-photo-grid figure:last-child,
  #uniforms .dp-photo-grid figure:first-child {
    min-height: 360px !important;
  }

  body[data-page="childcare-static"] .childcare-contact-cta {
    padding: 24px 16px 60px;
  }
}

@keyframes dp-bridgeTravelMobile {
  0% {
    left: 16px;
    opacity: 0;
  }
  14% { opacity: 1; }
  82% { opacity: 1; }
  100% {
    left: 66px;
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .dp-root h1.dp-hero-title[aria-label] {
    font-size: clamp(2.65rem, 14vw, 4.6rem) !important;
  }

  .dp-hero-subtitle {
    font-size: 1.12rem !important;
  }

  .dp-program-grid {
    grid-template-columns: 1fr !important;
  }

  .dp-program-card span,
  .dp-program-card li {
    font-size: 0.93rem !important;
  }

  .dp-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dp-icon-grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
  }

  .dp-icon-card,
  .dp-icon-card:first-child {
    min-height: 176px;
    grid-row: auto;
    padding: 20px 12px 54px;
    border-width: 3px;
    border-radius: 20px;
  }

  .dp-icon-card:first-child {
    min-height: 270px;
    grid-column: 1 / -1;
  }

  .dp-icon-card img {
    width: min(82%, 145px);
  }

  .dp-icon-card:first-child img {
    width: min(74%, 225px);
  }

  .dp-icon-card figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 8px 7px;
    border-radius: 12px;
    font-size: 0.7rem;
  }

  .dp-photo-grid figure:first-child {
    grid-column: 1 / -1;
    min-height: 270px !important;
  }

  #celebrations .dp-photo-grid {
    grid-template-columns: 1fr !important;
  }

  #celebrations .dp-photo-grid figure:first-child,
  #celebrations .dp-photo-grid figure:last-child {
    min-height: 330px !important;
  }

  #uniforms .dp-photo-grid figure:first-child {
    min-height: 420px !important;
  }

  .dp-photo-grid figcaption {
    right: 9px !important;
    bottom: 9px !important;
    left: 9px !important;
    padding: 8px 10px !important;
    font-size: 0.72rem !important;
  }

  body[data-page="childcare-static"] .childcare-contact-button {
    width: 100%;
    min-height: 66px;
    padding-left: 20px;
    border-radius: 22px;
  }
}

/* Educational journey portal v2 — golden-thread sequence and school-door reveal. */
body[data-page="childcare-static"] .dp-journey-map {
  overflow: visible;
}

body[data-page="childcare-static"] .dp-journey-comet {
  position: absolute;
  z-index: 5;
  left: 9%;
  top: 27px;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle at 36% 34%, #fff9cf 0 17%, #ffd45e 18% 48%, #e0a21a 72% 100%);
  box-shadow:
    0 0 0 5px rgba(246, 200, 74, 0.17),
    0 0 26px rgba(224, 162, 26, 0.75);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.45);
}

body[data-page="childcare-static"] .dp-journey-comet::before {
  position: absolute;
  right: 11px;
  top: 50%;
  width: 66px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(246, 200, 74, 0.16) 18%, rgba(246, 200, 74, 0.86));
  content: "";
  filter: blur(1px);
  transform: translateY(-50%);
}

body[data-page="childcare-static"] .dp-journey-comet::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(246, 200, 74, 0.56);
  border-radius: 50%;
  content: "";
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-journey-line {
  animation: dp-pathDraw 1.85s cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-journey-comet {
  animation: dpJourneyCometV2 2.28s cubic-bezier(0.42, 0, 0.2, 1) 160ms both;
}

body[data-page="childcare-static"] .dp-journey-stage:nth-child(1) { --dp-arrival-delay: 260ms; }
body[data-page="childcare-static"] .dp-journey-stage:nth-child(2) { --dp-arrival-delay: 680ms; }
body[data-page="childcare-static"] .dp-journey-stage:nth-child(3) { --dp-arrival-delay: 1100ms; }
body[data-page="childcare-static"] .dp-journey-stage:nth-child(4) { --dp-arrival-delay: 1520ms; }
body[data-page="childcare-static"] .dp-journey-stage:nth-child(5) { --dp-arrival-delay: 1940ms; }

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-stage-number,
body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-journey-stage > span {
  opacity: 0.32;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-stage-number {
  filter: saturate(0.48) brightness(1.08);
  transform: translateY(8px) scale(0.74);
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-journey-stage > span {
  transform: translateY(8px);
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-stage-number {
  animation: dp-waypointArrivalV2 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--dp-arrival-delay) both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-journey-stage > span {
  animation: dpWaypointLabelV2 520ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--dp-arrival-delay) + 130ms) both;
}

body[data-page="childcare-static"] .dp-school-bridge {
  --bridge-rotate-x: 0deg;
  --bridge-rotate-y: 0deg;
  --bridge-light-x: 50%;
  --bridge-light-y: 50%;
  --bridge-travel-start: 18px;
  --bridge-travel-end: 90px;
  transform-style: preserve-3d;
  transform-origin: 50% 52%;
  backface-visibility: hidden;
  will-change: transform;
  background:
    radial-gradient(circle at var(--bridge-light-x) var(--bridge-light-y), rgba(201, 235, 245, 0.68), transparent 36%) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(255, 249, 225, 0.97)) padding-box,
    linear-gradient(115deg, rgba(217, 165, 32, 0.82), rgba(163, 218, 235, 0.96), rgba(245, 160, 138, 0.82)) border-box;
  animation: none;
  transform:
    perspective(950px)
    translateY(0)
    rotateX(var(--bridge-rotate-x))
    rotateY(var(--bridge-rotate-y));
  transition:
    transform 180ms cubic-bezier(0.2, 0.72, 0.2, 1),
    box-shadow 320ms ease;
}

body[data-page="childcare-static"] .dp-school-bridge::before {
  z-index: 1;
  mix-blend-mode: screen;
}

body[data-page="childcare-static"] .dp-school-bridge::after {
  z-index: 0;
}

body[data-page="childcare-static"] .dp-school-bridge__path,
body[data-page="childcare-static"] .dp-school-bridge__copy,
body[data-page="childcare-static"] .dp-school-bridge__arrow {
  position: relative;
  z-index: 2;
}

body[data-page="childcare-static"] .dp-school-bridge__curtain {
  position: absolute;
  z-index: 7;
  inset: 0;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge__curtain {
  display: grid;
}

body[data-page="childcare-static"] .dp-school-bridge__curtain > span {
  position: relative;
  display: block;
  background:
    radial-gradient(circle at 100% 50%, rgba(246, 200, 74, 0.22), transparent 35%),
    linear-gradient(145deg, #173b63, #1a4c79 66%, #173b63);
  box-shadow: inset -18px 0 32px rgba(4, 20, 41, 0.14);
  will-change: transform;
}

body[data-page="childcare-static"] .dp-school-bridge__curtain > span:last-child {
  background:
    radial-gradient(circle at 0 50%, rgba(246, 200, 74, 0.22), transparent 35%),
    linear-gradient(215deg, #173b63, #1a4c79 66%, #173b63);
  box-shadow: inset 18px 0 32px rgba(4, 20, 41, 0.14);
}

body[data-page="childcare-static"] .dp-school-bridge__curtain > span::before {
  position: absolute;
  right: 20px;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid rgba(246, 200, 74, 0.78);
  border-radius: 50%;
  color: #ffe69a;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 7px rgba(246, 200, 74, 0.06), 0 0 24px rgba(246, 200, 74, 0.15);
  content: "Δ";
  font-family: "GFS Didot", serif;
  font-size: 18px;
  transform: translateY(-50%);
}

body[data-page="childcare-static"] .dp-school-bridge__curtain > span:last-child::before {
  right: auto;
  left: 20px;
  content: "Γ";
}

body[data-page="childcare-static"] .dp-school-bridge__curtain::after {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 16%;
  bottom: 16%;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(transparent, rgba(246, 200, 74, 0.86), transparent);
  box-shadow: 0 0 18px rgba(246, 200, 74, 0.6);
  content: "";
  transform: translateX(-50%);
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge,
body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-school-bridge {
  opacity: 0;
  clip-path: inset(12% 8% 12% 8% round 30px);
  filter: blur(2px) saturate(0.85);
  transform:
    perspective(950px)
    translateY(0)
    rotateX(var(--bridge-rotate-x))
    rotateY(var(--bridge-rotate-y));
  transition:
    transform 180ms cubic-bezier(0.2, 0.72, 0.2, 1),
    box-shadow 320ms ease;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in,
body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-school-bridge.dp-bridge-in {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 30px);
  filter: none;
  animation: dpBridgeMaterializeV2 720ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge__path,
body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge__copy,
body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge__arrow {
  opacity: 0;
  translate: 0 10px;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in .dp-school-bridge__curtain > span:first-child {
  animation: dpBridgeDoorLeftV2 980ms cubic-bezier(0.72, 0, 0.18, 1) 920ms both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in .dp-school-bridge__curtain > span:last-child {
  animation: dpBridgeDoorRightV2 980ms cubic-bezier(0.72, 0, 0.18, 1) 920ms both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in .dp-school-bridge__curtain::after {
  animation: dpBridgeSeamV2 980ms ease 820ms both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in .dp-school-bridge__path {
  animation: dpBridgeContentV2 620ms cubic-bezier(0.16, 1, 0.3, 1) 1280ms both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in .dp-school-bridge__copy {
  animation: dpBridgeContentV2 660ms cubic-bezier(0.16, 1, 0.3, 1) 1420ms both;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in .dp-school-bridge__arrow {
  animation: dpBridgeContentV2 620ms cubic-bezier(0.16, 1, 0.3, 1) 1580ms both;
}

body[data-page="childcare-static"] .dp-school-bridge__arrow {
  animation: none;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge__traveller {
  opacity: 0;
  animation: none;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready.dp-in .dp-school-bridge__traveller {
  left: var(--bridge-travel-start);
  opacity: 0;
  animation: none;
}

body[data-page="childcare-static"] .dp-journey.dp-motion-ready .dp-school-bridge.dp-bridge-in .dp-school-bridge__traveller {
  animation: dpBridgeTravelV2 1180ms cubic-bezier(0.6, 0, 0.18, 1) 1880ms both;
}

body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge.dp-bridge-in::before {
  animation: dpBridgeShineV2 1.15s ease-out 1.42s both;
}

body[data-page="childcare-static"] .dp-school-bridge__stop {
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms ease,
    filter 300ms ease;
}

body[data-page="childcare-static"] .dp-school-bridge:is(:hover, :focus-visible),
body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge:is(:hover, :focus-visible) {
  box-shadow:
    0 34px 74px rgba(23, 59, 99, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform:
    perspective(950px)
    translateY(-7px)
    scale(1.012)
    rotateX(var(--bridge-rotate-x))
    rotateY(var(--bridge-rotate-y));
}

body[data-page="childcare-static"] .dp-school-bridge:is(:hover, :focus-visible)::before {
  animation: dpBridgeShineHoverV2 880ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

body[data-page="childcare-static"] .dp-school-bridge:is(:hover, :focus-visible) .dp-school-bridge__traveller {
  animation: dpBridgeTravelReplayV2 920ms cubic-bezier(0.6, 0, 0.18, 1) both;
}

body[data-page="childcare-static"] .dp-school-bridge:is(:hover, :focus-visible) .dp-school-bridge__stop:first-child {
  filter: saturate(1.08) brightness(1.02);
  transform: translateX(-2px) scale(1.08) rotate(-4deg);
}

body[data-page="childcare-static"] .dp-school-bridge:is(:hover, :focus-visible) .dp-school-bridge__stop:last-child {
  filter: saturate(1.08) brightness(1.02);
  transform: translateX(2px) scale(1.08) rotate(4deg);
}

body[data-page="childcare-static"] .dp-school-bridge:is(:hover, :focus-visible) .dp-school-bridge__arrow {
  color: var(--dp-navy);
  background: var(--dp-sun);
  box-shadow: 0 16px 34px rgba(217, 157, 29, 0.32);
  transform: translate(4px, -4px) rotate(8deg) scale(1.08);
}

body[data-page="childcare-static"] .dp-school-bridge:active,
body[data-page="childcare-static"] .dp-journey.dp-in .dp-school-bridge:active {
  transform:
    perspective(950px)
    translateY(-2px)
    scale(0.992)
    rotateX(var(--bridge-rotate-x))
    rotateY(var(--bridge-rotate-y));
}

@keyframes dpJourneyCometV2 {
  0% {
    left: 9%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.38);
  }
  8% { opacity: 1; }
  12% { left: 9%; }
  31% { left: 29.5%; }
  52% { left: 50%; }
  73% { left: 70.5%; }
  92% {
    left: 91%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    left: 91%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
}

@keyframes dp-waypointArrivalV2 {
  0% {
    opacity: 0.32;
    filter: saturate(0.48) brightness(1.08);
    transform: translateY(8px) scale(0.74);
  }
  62% {
    opacity: 1;
    filter: saturate(1.08) brightness(1.06);
    transform: translateY(-5px) scale(1.12);
  }
  100% {
    opacity: 1;
    filter: saturate(1) brightness(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes dpWaypointLabelV2 {
  from {
    opacity: 0.32;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dpBridgeMaterializeV2 {
  from {
    opacity: 0;
    clip-path: inset(12% 8% 12% 8% round 30px);
    filter: blur(2px) saturate(0.85);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 30px);
    filter: blur(0) saturate(1);
  }
}

@keyframes dpBridgeDoorLeftV2 {
  0%, 10% { transform: translateX(0); }
  100% { transform: translateX(-103%); }
}

@keyframes dpBridgeDoorRightV2 {
  0%, 10% { transform: translateX(0); }
  100% { transform: translateX(103%); }
}

@keyframes dpBridgeSeamV2 {
  0% { opacity: 0.42; transform: translateX(-50%) scaleY(0.4); }
  36% { opacity: 1; transform: translateX(-50%) scaleY(1.08); }
  100% { opacity: 0; transform: translateX(-50%) scaleY(0.2); }
}

@keyframes dpBridgeContentV2 {
  from {
    opacity: 0;
    translate: 0 10px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes dpBridgeTravelV2 {
  0% {
    left: var(--bridge-travel-start);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(246, 200, 74, 0.14), 0 0 8px rgba(217, 157, 29, 0.4);
  }
  15% { opacity: 1; }
  50% {
    box-shadow: 0 0 0 7px rgba(246, 200, 74, 0.08), 0 0 25px rgba(217, 157, 29, 0.82);
  }
  84% { opacity: 1; }
  100% {
    left: var(--bridge-travel-end);
    opacity: 0;
    box-shadow: 0 0 0 3px rgba(246, 200, 74, 0.1), 0 0 10px rgba(217, 157, 29, 0.48);
  }
}

@keyframes dpBridgeTravelReplayV2 {
  0% {
    left: var(--bridge-travel-start);
    opacity: 0;
  }
  18%, 82% { opacity: 1; }
  100% {
    left: var(--bridge-travel-end);
    opacity: 0;
  }
}

@keyframes dpBridgeShineV2 {
  from { transform: translateX(-160%) rotate(16deg); }
  to { transform: translateX(620%) rotate(16deg); }
}

@keyframes dpBridgeShineHoverV2 {
  from { transform: translateX(-160%) rotate(16deg); }
  to { transform: translateX(620%) rotate(16deg); }
}

@media (max-width: 900px) {
  body[data-page="childcare-static"] .dp-journey-comet {
    display: none;
  }

  body[data-page="childcare-static"] .dp-school-bridge {
    --bridge-travel-start: 16px;
    --bridge-travel-end: 66px;
  }

  body[data-page="childcare-static"] .dp-school-bridge__curtain > span::before {
    right: 14px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  body[data-page="childcare-static"] .dp-school-bridge__curtain > span:last-child::before {
    right: auto;
    left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="childcare-static"] .dp-journey-line,
  body[data-page="childcare-static"] .dp-stage-number,
  body[data-page="childcare-static"] .dp-journey-stage > span,
  body[data-page="childcare-static"] .dp-school-bridge,
  body[data-page="childcare-static"] .dp-school-bridge__path,
  body[data-page="childcare-static"] .dp-school-bridge__copy,
  body[data-page="childcare-static"] .dp-school-bridge__arrow {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    translate: 0 0 !important;
    transform: none !important;
  }

  body[data-page="childcare-static"] .dp-journey-comet,
  body[data-page="childcare-static"] .dp-school-bridge__curtain,
  body[data-page="childcare-static"] .dp-school-bridge__traveller {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-root *,
  .dp-root *::before,
  .dp-root *::after,
  body[data-page="childcare-static"] .childcare-contact-cta::before {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  body[data-page="childcare-static"] .childcare-contact-button,
  body[data-page="childcare-static"] .childcare-contact-arrow {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .dp-journey-line {
    transform: scaleX(1) !important;
  }
}

/* Media-free Basic Program and Afternoon Life: wide, text-first presentation. */
body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-wrap {
  width: min(100%, 1240px);
  max-width: 1240px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding: clamp(38px, 5vw, 66px);
  border-radius: clamp(34px, 4vw, 48px);
}

body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy::after {
  position: absolute;
  top: clamp(-90px, -7vw, -52px);
  right: clamp(-70px, -4vw, -34px);
  z-index: -1;
  width: clamp(170px, 20vw, 290px);
  aspect-ratio: 1;
  border: clamp(22px, 3vw, 42px) solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.035;
  pointer-events: none;
}

body[data-page="childcare-static"] #basic-program .dp-extra-copy {
  border-color: rgba(255, 255, 255, 0.94);
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 235, 245, 0.5), transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(246, 200, 74, 0.13), transparent 30%),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 30px 80px rgba(23, 59, 99, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body[data-page="childcare-static"] #afternoon-life .dp-extra-copy {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 74, 0.12), transparent 33%),
    radial-gradient(circle at 0% 100%, rgba(201, 235, 245, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.075);
  box-shadow:
    0 32px 84px rgba(4, 20, 41, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy > p {
  max-width: 78ch;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-grid {
  width: 100%;
  margin-top: clamp(12px, 2vw, 22px);
  align-items: stretch;
  gap: clamp(12px, 1.35vw, 18px);
}

body[data-page="childcare-static"] #basic-program .dp-program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body[data-page="childcare-static"] #afternoon-life .dp-program-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card {
  display: flex;
  min-width: 0;
  min-height: 172px;
  flex-direction: column;
  padding: clamp(20px, 2vw, 26px);
  border-radius: clamp(20px, 2.4vw, 28px);
}

body[data-page="childcare-static"] #afternoon-life .dp-program-card {
  min-height: 158px;
}

body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card strong {
  font-size: 0.84rem;
  line-height: 1.35;
}

body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card span,
body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card li {
  font-size: 0.94rem;
  line-height: 1.58;
}

@media (max-width: 900px) {
  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) {
    padding: 58px 16px !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy {
    padding: clamp(28px, 5.5vw, 42px);
    border-radius: 32px;
  }

  body[data-page="childcare-static"] #basic-program .dp-program-grid,
  body[data-page="childcare-static"] #afternoon-life .dp-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) {
    padding: 46px 12px !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy {
    padding: 24px 17px 20px;
    border-radius: 26px;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy::after {
    top: -48px;
    right: -44px;
    width: 150px;
    border-width: 20px;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy h2 {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
    line-height: 1.02;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-extra-copy > p {
    max-width: none;
    font-size: 0.94rem !important;
    line-height: 1.62 !important;
  }

  body[data-page="childcare-static"] #basic-program .dp-program-grid,
  body[data-page="childcare-static"] #afternoon-life .dp-program-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card {
    min-height: 0;
    padding: 18px !important;
    border-radius: 19px !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card::before {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 11px;
    background-size: 27px;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card span,
  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card li {
    font-size: 0.9rem !important;
    line-height: 1.54 !important;
  }
}

/* Journey refinements: school crest in the bridge and a true horizontal
   five-stop route on phones, matching the desktop story. */
body[data-page="childcare-static"] .dp-school-bridge__path {
  height: 78px !important;
  align-items: center !important;
  justify-content: center !important;
}

body[data-page="childcare-static"] .dp-school-bridge__path::before,
body[data-page="childcare-static"] .dp-school-bridge__traveller {
  display: none !important;
}

body[data-page="childcare-static"] .dp-school-bridge__crest {
  display: block;
  width: auto;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(12, 39, 72, 0.18));
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), filter 280ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page="childcare-static"] .dp-school-bridge:is(:hover, :focus-visible) .dp-school-bridge__crest {
    filter: drop-shadow(0 12px 18px rgba(12, 39, 72, 0.24));
    transform: translateY(-2px) scale(1.04);
  }
}

@media (max-width: 760px) {
  body[data-page="childcare-static"] .dp-journey-map {
    margin-top: 34px !important;
    overflow: visible !important;
  }

  body[data-page="childcare-static"] .dp-journey-line {
    top: 23px !important;
    right: 8% !important;
    left: 8% !important;
    display: block !important;
    height: 3px !important;
    opacity: 0.2 !important;
  }

  body[data-page="childcare-static"] .dp-journey-steps {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 2px !important;
    align-items: start !important;
    padding: 2px 0 0 !important;
    overflow: visible !important;
  }

  body[data-page="childcare-static"] .dp-journey-stage,
  body[data-page="childcare-static"] .dp-journey-stage:last-child {
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-page="childcare-static"] .dp-stage-number {
    width: 42px !important;
    height: 42px !important;
    border-width: 3px !important;
    font-size: 16px !important;
    box-shadow:
      0 0 0 4px rgba(255, 242, 201, 0.94) !important,
      0 8px 18px rgba(23, 59, 99, 0.13) !important;
  }

  body[data-page="childcare-static"] .dp-journey-stage > span {
    width: 100% !important;
    min-height: 2.5em !important;
    padding: 0 1px !important;
    font-size: 0.59rem !important;
    line-height: 1.22 !important;
    overflow-wrap: anywhere !important;
  }

  body[data-page="childcare-static"] .dp-school-bridge__path {
    width: 68px !important;
    height: 68px !important;
  }

  body[data-page="childcare-static"] .dp-school-bridge__crest {
    height: 62px;
  }
}

@media (max-width: 360px) {
  body[data-page="childcare-static"] .dp-stage-number {
    width: 39px !important;
    height: 39px !important;
    font-size: 15px !important;
  }

  body[data-page="childcare-static"] .dp-journey-line {
    top: 21px !important;
  }

  body[data-page="childcare-static"] .dp-journey-stage > span {
    font-size: 0.54rem !important;
  }
}

/* ========================================================================== 
   COMPACT MOBILE CARD GRID
   Keep the hero, foundations, journey/crest and parent story untouched. The
   programme cards below the opening chapters use the phone width more wisely.
   ========================================================================== */

@media (min-width: 370px) and (max-width: 760px) {
  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: clamp(13px, 3vw, 18px) !important;
    border-radius: 17px !important;
    overflow-wrap: anywhere !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card::before {
    width: clamp(30px, 8vw, 38px) !important;
    height: clamp(30px, 8vw, 38px) !important;
    margin-bottom: 8px !important;
    border-radius: 11px !important;
    background-size: clamp(24px, 6.5vw, 31px) !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card strong {
    margin-bottom: 6px !important;
    font-size: clamp(0.72rem, 2.15vw, 0.84rem) !important;
    line-height: 1.32 !important;
    letter-spacing: 0.035em !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card span,
  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card li {
    font-size: clamp(0.78rem, 2.3vw, 0.9rem) !important;
    line-height: 1.46 !important;
  }

  body[data-page="childcare-static"] :is(#basic-program, #afternoon-life) .dp-program-card ul {
    gap: 4px !important;
    margin-top: 7px !important;
    padding-left: 15px !important;
  }
}
