@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/baloo-2-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/baloo-2-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/baloo-2-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/baloo-2-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fff7ea;
  --white: #fffdf7;
  --ink: #472a2f;
  --muted: #7a5a5e;
  --quiet: #855f63;
  --pink: #ef6d9f;
  --pink-dark: #b73568;
  --pink-pale: #fce3ed;
  --red: #d8503c;
  --red-dark: #b93e2e;
  --orange: #f49d37;
  --orange-pale: #fcebd7;
  --yellow: #ffd36b;
  --blue: #58a8c5;
  --blue-pale: #e4f3f8;
  --green: #6ba95e;
  --green-pale: #e7f3e3;
  --footer: #43272c;
  --shell: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Nunito", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
h1,
h2,
h3,
p,
blockquote {
  overflow-wrap: anywhere;
}
h1,
h2,
h3 {
  font-family: "Baloo 2", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
p {
  line-height: 1.65;
}
.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}
.narrow-shell {
  width: min(calc(100% - 48px), 820px);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 15px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
}
.skip-link:focus {
  transform: translateY(0);
}
.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.polka-strip {
  height: 16px;
  background-color: var(--red);
  background-image:
    radial-gradient(var(--red-dark) 3px, transparent 3.5px),
    radial-gradient(var(--red-dark) 3px, transparent 3.5px);
  background-position:
    0 0,
    13px 13px;
  background-size: 26px 26px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 12px 0;
  border-bottom: 3px dashed rgba(71, 42, 47, 0.18);
  background: rgba(255, 247, 234, 0.97);
}
.nav-inner {
  min-height: 53px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}
.brand-logo {
  display: flex;
  align-items: center;
  padding: 3px 7px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 2px 2px 0 rgba(71, 42, 47, 0.2);
}
.brand-logo img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.brand-name {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.brand-name strong {
  font-family: "Baloo 2", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.brand-name small {
  color: var(--pink-dark);
  font-family: "Caveat", cursive;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1;
}
.site-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.site-navigation a {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 2px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.site-navigation i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pink);
}
.site-navigation a:nth-child(2) i {
  background: var(--orange);
}
.site-navigation a:nth-child(3) i {
  background: var(--blue);
}
.site-navigation a:nth-child(4) i {
  background: var(--green);
}
.site-navigation a:nth-child(5) i {
  background: var(--red);
}
.site-navigation a:hover {
  border-color: rgba(71, 42, 47, 0.4);
  border-style: dashed;
  background: var(--white);
}
.site-navigation a[aria-current="page"] {
  border-color: var(--ink);
  background: var(--pink-pale);
  box-shadow: 2px 2px 0 rgba(71, 42, 47, 0.85);
  font-weight: 800;
}
.site-navigation a:nth-child(2)[aria-current="page"] {
  background: #fdefe3;
}
.site-navigation a:nth-child(3)[aria-current="page"] {
  background: var(--blue-pale);
}
.site-navigation a:nth-child(4)[aria-current="page"] {
  background: var(--green-pale);
}
.site-navigation a:nth-child(5)[aria-current="page"] {
  background: var(--orange-pale);
}
.menu-toggle {
  display: none;
  min-width: 70px;
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font:
    800 15px "Nunito",
    sans-serif;
  box-shadow: 0 3px 0 var(--ink);
  cursor: pointer;
}

.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 26px;
  border: 2.5px solid var(--ink);
  border-radius: 999px;
  background: var(--pink-dark);
  box-shadow: 0 5px 0 var(--ink);
  color: var(--white);
  font-family: "Baloo 2", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}
.button:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 var(--ink);
  background: #ae3266;
}
.button-paper {
  background: var(--white);
  color: var(--ink);
}
.button-paper:hover {
  background: var(--green-pale);
  color: var(--ink);
}
.nav-button {
  min-height: 43px;
  padding: 8px 19px;
  font-size: 15px;
  box-shadow: 0 4px 0 var(--ink);
  white-space: nowrap;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.handwritten {
  display: inline-block;
  color: var(--pink-dark);
  font-family: "Caveat", cursive;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  transform: rotate(-1deg);
}
.tone-orange,
.tone-orange .handwritten {
  color: #a75b18;
}
.tone-blue .handwritten {
  color: #327d99;
}
.tone-green .handwritten {
  color: #427b39;
}
.section {
  padding: 88px 0;
}
.section-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-heading h2 {
  margin: 6px 0 12px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
}
.section-heading p {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
}

.home-hero {
  padding: 64px 0 48px;
  overflow: hidden;
}
.home-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
}
.hero-kicker {
  color: var(--red);
  font-size: 30px;
  transform: rotate(-1.5deg);
}
.home-hero h1 {
  max-width: 9ch;
  margin: 10px 0 20px;
  font-size: clamp(50px, 5.6vw, 72px);
  line-height: 1.02;
}
.home-hero h1 span,
.page-intro h1 span {
  display: inline-block;
  padding: 0 15px 3px;
  border-radius: 15px;
  background: var(--yellow);
  box-shadow: 3px 4px 0 rgba(71, 42, 47, 0.15);
  transform: rotate(-1.2deg);
}
.home-hero-copy > p {
  max-width: 46ch;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
}
.home-hero-copy .button-row {
  justify-content: flex-start;
}
.hero-motto {
  margin-top: 26px;
  color: var(--quiet);
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 600;
  transform: rotate(-0.8deg);
}
.hero-photo-wrap {
  position: relative;
  padding: 20px 10px 0;
}
.hero-photo-wrap > img {
  width: 100%;
  height: 470px;
  display: block;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 230px 230px 26px 26px;
  box-shadow: 9px 11px 0 rgba(239, 109, 159, 0.4);
  transform: rotate(1.2deg);
}
.established {
  position: absolute;
  left: -18px;
  bottom: 44px;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 4px 0 var(--ink);
  text-align: center;
  transform: rotate(-9deg);
}
.established small {
  font:
    700 20px/1 "Caveat",
    cursive;
}
.established strong {
  font:
    800 32px/1 "Baloo 2",
    sans-serif;
}
.floaty {
  position: absolute;
  display: block;
  border: 2.5px solid var(--ink);
  animation: float 4.2s ease-in-out infinite;
}
.floaty-one {
  top: 6px;
  left: 4%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--blue);
}
.floaty-two {
  top: 52px;
  right: -6px;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background: var(--yellow);
  animation-delay: 0.6s;
}
.floaty-three {
  right: 15%;
  bottom: -4px;
  width: 24px;
  height: 24px;
  border: 0;
  background: var(--green);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  animation-delay: 1.1s;
}
@keyframes float {
  50% {
    transform: translateY(-9px);
  }
}
.ticker {
  margin-top: 10px;
  padding: 11px 0;
  overflow: hidden;
  border-block: 3px dashed rgba(255, 253, 247, 0.7);
  background: var(--orange);
  color: var(--ink);
  font-weight: 800;
  transform: rotate(-0.5deg);
}
.ticker > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 36px;
  animation: ticker 36s linear infinite;
}
.ticker span {
  font-size: 16px;
}
.ticker b {
  opacity: 0.7;
  font-size: 11px;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.home-benefits {
  padding-bottom: 72px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
.benefit-grid article:nth-child(1),
.benefit-grid article:nth-child(2),
.benefit-grid article:nth-child(3) {
  grid-column: span 2;
}
.benefit-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}
.benefit-grid article:nth-child(5) {
  grid-column: 4 / span 2;
}
.sticker-card {
  padding: 28px;
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 6px 7px 0 rgba(239, 109, 159, 0.45);
}
.sticker-card:nth-child(2),
.card-2 {
  box-shadow: 6px 7px 0 rgba(88, 168, 197, 0.5);
  transform: rotate(0.5deg);
}
.sticker-card:nth-child(3),
.card-3 {
  box-shadow: 6px 7px 0 rgba(255, 211, 107, 0.75);
  transform: rotate(-0.4deg);
}
.sticker-card:nth-child(4),
.card-4 {
  box-shadow: 6px 7px 0 rgba(107, 169, 94, 0.5);
  transform: rotate(0.6deg);
}
.sticker-card:nth-child(5),
.card-5 {
  box-shadow: 6px 7px 0 rgba(244, 157, 55, 0.5);
  transform: rotate(-0.5deg);
}
.sticker-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
}
.sticker-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}
.benefit-mark {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 18px;
  border: 2.5px solid var(--ink);
  border-radius: 16px;
  background: var(--pink-pale);
}
.mark-1 {
  flex-direction: column;
  gap: 2px;
}
.mark-1 i {
  height: 7px;
  border-radius: 2px;
  background: var(--pink);
}
.mark-1 i:nth-child(1) {
  width: 10px;
}
.mark-1 i:nth-child(2) {
  width: 17px;
}
.mark-1 i:nth-child(3) {
  width: 24px;
}
.mark-2 {
  background: var(--blue-pale);
}
.mark-2 i {
  width: 18px;
  height: 18px;
  margin-right: -6px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--blue);
}
.mark-2 i:nth-child(2) {
  background: var(--pink);
}
.mark-2 i:nth-child(3) {
  margin-right: 0;
  background: var(--orange);
}
.mark-3 {
  flex-direction: column;
  background: #fff1d2;
}
.mark-3 i:first-child {
  width: 30px;
  height: 12px;
  background: var(--red);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.mark-3 i:nth-child(2) {
  width: 24px;
  height: 16px;
  border: 2px solid var(--ink);
  border-top: 0;
  background: var(--yellow);
}
.mark-3 i:nth-child(3) {
  display: none;
}
.mark-4 {
  background: var(--green-pale);
}
.mark-4::after {
  content: "Aa1";
  color: #427b39;
  font:
    800 19px "Baloo 2",
    sans-serif;
}
.mark-5 {
  background: var(--orange-pale);
}
.mark-5::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow:
    0 0 0 4px var(--orange-pale),
    0 0 0 6.5px var(--orange);
}

.programmes-section {
  padding-top: 16px;
}
.programme-list {
  display: grid;
  gap: 24px;
}
.programme-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.programme {
  min-width: 0;
  overflow: hidden;
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 6px 7px 0 rgba(255, 211, 107, 0.75);
  transform: rotate(-0.7deg);
}
.programme:nth-child(2) {
  box-shadow: 6px 7px 0 rgba(88, 168, 197, 0.5);
  transform: rotate(0.5deg);
}
.programme:nth-child(3) {
  box-shadow: 6px 7px 0 rgba(107, 169, 94, 0.5);
  transform: rotate(-0.4deg);
}
.programme:nth-child(4) {
  box-shadow: 6px 7px 0 rgba(244, 157, 55, 0.5);
  transform: rotate(0.6deg);
}
.programme > img {
  width: 100%;
  height: 168px;
  display: block;
  object-fit: cover;
  border-bottom: 2.5px solid var(--ink);
}
.programme-copy {
  padding: 20px 22px 24px;
}
.age-sticker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 1px 13px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font:
    700 19px "Caveat",
    cursive;
  transform: rotate(-1.5deg);
}
.programme:nth-child(2) .age-sticker {
  background: #9fd3e4;
  transform: rotate(1deg);
}
.programme:nth-child(3) .age-sticker {
  background: #8fc983;
  transform: rotate(-1deg);
}
.programme:nth-child(4) .age-sticker {
  background: #f5ae5c;
  transform: rotate(1.5deg);
}
.programme h2,
.programme h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
}
.programme h2 small,
.programme h3 small {
  color: var(--quiet);
  font-size: 17px;
  font-weight: 600;
}
.programme p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15.5px;
}
.programme a {
  color: var(--pink-dark);
  font-family: "Baloo 2", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.motto-band,
.montessori-band {
  background: #bfe3ee;
}
.scallop-top {
  height: 26px;
  background-image: radial-gradient(
    circle at 13px 0,
    var(--paper) 13px,
    transparent 13.5px
  );
  background-repeat: repeat-x;
  background-size: 26px 26px;
}
.scallop-bottom {
  height: 26px;
  background-image: radial-gradient(
    circle at 13px 26px,
    var(--paper) 13px,
    transparent 13.5px
  );
  background-repeat: repeat-x;
  background-size: 26px 26px;
}
.motto-inner {
  width: min(calc(100% - 48px), 820px);
  margin: auto;
  padding: 56px 0 64px;
  text-align: center;
}
.tower-mark {
  width: 38px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.tower-mark i {
  height: 8px;
  border-radius: 2px;
  background: var(--pink);
}
.tower-mark i:nth-child(1) {
  width: 9px;
}
.tower-mark i:nth-child(2) {
  width: 15px;
  background: #f58ab4;
}
.tower-mark i:nth-child(3) {
  width: 21px;
}
.tower-mark i:nth-child(4) {
  width: 27px;
  background: #f58ab4;
}
.tower-mark i:nth-child(5) {
  width: 33px;
  height: 9px;
}
.tower-large i {
  border: 2.5px solid var(--ink);
  height: 10px;
}
.tower-large i:nth-child(1) {
  width: 12px;
}
.tower-large i:nth-child(2) {
  width: 20px;
}
.tower-large i:nth-child(3) {
  width: 28px;
}
.tower-large i:nth-child(4) {
  width: 36px;
}
.tower-large i:nth-child(5) {
  width: 44px;
  height: 11px;
}
.motto-inner blockquote {
  margin: 18px 0 0;
  color: #2e5f73;
  font:
    700 clamp(34px, 4.6vw, 52px) / 1.15 "Caveat",
    cursive;
  transform: rotate(-1deg);
}
.motto-inner p {
  margin: 14px 0 0;
  color: #2e5f73;
  font-weight: 600;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.testimonial {
  transform: rotate(-0.8deg);
}
.testimonial:nth-child(2) {
  transform: rotate(0.6deg);
}
.testimonial:nth-child(3) {
  transform: rotate(-0.3deg);
}
.speech {
  position: relative;
  padding: 26px 26px 22px;
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  background: var(--pink-pale);
  box-shadow: 5px 6px 0 rgba(71, 42, 47, 0.18);
}
.testimonial:nth-child(2) .speech {
  background: var(--blue-pale);
}
.testimonial:nth-child(3) .speech {
  background: var(--green-pale);
}
.speech::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -12px;
  width: 20px;
  height: 20px;
  border-right: 2.5px solid var(--ink);
  border-bottom: 2.5px solid var(--ink);
  background: inherit;
  transform: rotate(45deg);
}
.speech > span {
  color: #a75b18;
  font-size: 19px;
  letter-spacing: 0;
}
.speech blockquote {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.65;
}
.testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0 26px;
}
.testimonial-person > i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2.5px solid var(--ink);
  border-radius: 50%;
  background: var(--pink-dark);
  color: var(--white);
  font:
    normal 800 17px "Baloo 2",
    sans-serif;
}
.testimonial:nth-child(2) .testimonial-person > i {
  background: #28708c;
}
.testimonial:nth-child(3) .testimonial-person > i {
  background: #367331;
}
.testimonial-person p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.testimonial-person strong {
  font:
    700 17px "Baloo 2",
    sans-serif;
}
.testimonial-person small {
  color: var(--quiet);
  font:
    600 18px "Caveat",
    cursive;
}

.page-intro {
  padding: 64px 24px 40px;
  text-align: center;
}
.page-intro .sticker {
  display: inline-block;
  padding: 2px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink-pale);
  box-shadow: 3px 3px 0 rgba(71, 42, 47, 0.2);
  font:
    700 24px "Caveat",
    cursive;
  transform: rotate(-1.5deg);
}
.page-intro .sticker-school-life {
  background: var(--blue-pale);
}
.page-intro .sticker-admissions {
  background: var(--green-pale);
}
.page-intro .sticker-contact {
  background: var(--orange-pale);
}
.page-intro h1 {
  max-width: 20ch;
  margin: 18px auto 14px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
}
.page-intro p {
  max-width: 56ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.story-section {
  padding-top: 56px;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: center;
}
.story-copy h2 {
  margin: 6px 0 18px;
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1.12;
}
.story-copy > p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 17px;
}
.story-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 24px;
  box-shadow: 8px 10px 0 rgba(244, 157, 55, 0.45);
  transform: rotate(1deg);
}
.milestone-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}
.milestone-row div {
  min-width: 135px;
  padding: 10px 16px;
  border: 2px dashed rgba(71, 42, 47, 0.35);
  border-radius: 14px;
  background: var(--white);
}
.milestone-row strong,
.milestone-row span {
  display: block;
}
.milestone-row strong {
  font:
    800 20px/1 "Baloo 2",
    sans-serif;
}
.milestone-row span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 600;
}
.leaders-section {
  padding-top: 72px;
}
.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}
.leader-card {
  position: relative;
  padding: 34px 32px 30px;
  border: 2.5px solid var(--ink);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 6px 8px 0 rgba(239, 109, 159, 0.45);
  transform: rotate(-0.5deg);
}
.leader-card:nth-child(2) {
  margin-top: 18px;
  box-shadow: 6px 8px 0 rgba(88, 168, 197, 0.45);
  transform: rotate(0.6deg);
}
.tape {
  position: absolute;
  top: -14px;
  left: 38px;
  width: 96px;
  height: 26px;
  border: 2px solid rgba(71, 42, 47, 0.22);
  border-radius: 4px;
  background: rgba(159, 211, 228, 0.9);
  transform: rotate(-4deg);
}
.leader-card:nth-child(2) .tape {
  right: 38px;
  left: auto;
  background: rgba(255, 211, 107, 0.9);
  transform: rotate(3deg);
}
.leader-card header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.leader-card header img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 2.5px solid var(--ink);
  border-radius: 50%;
  box-shadow: 3px 3px 0 rgba(71, 42, 47, 0.25);
}
.leader-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}
.leader-card header span {
  color: var(--pink-dark);
  font:
    600 19px "Caveat",
    cursive;
}
.leader-card:nth-child(2) header span {
  color: #327d99;
}
.leader-card > p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
}
.signature {
  font:
    700 26px "Caveat",
    cursive;
  transform: rotate(-2deg);
}
.montessori-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  padding: 56px 0 52px;
  align-items: center;
}
.montessori-intro h2 {
  margin: 6px 0 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
}
.montessori-intro p {
  margin: 0 0 14px;
  color: #315f70;
  font-size: 16.5px;
}
.montessori-feature {
  padding: 32px;
  border: 2.5px solid var(--ink);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 7px 8px 0 rgba(31, 75, 92, 0.28);
  text-align: center;
  transform: rotate(0.8deg);
}
.montessori-feature .tower-mark {
  margin-bottom: 16px;
}
.montessori-feature h3 {
  margin: 0 0 10px;
  font-size: 23px;
}
.montessori-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
}
.principle-grid,
.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding-bottom: 64px;
}
.image-sticker {
  overflow: hidden;
  border: 2.5px solid var(--ink);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 5px 6px 0 rgba(31, 75, 92, 0.25);
  transform: rotate(-0.7deg);
}
.image-sticker:nth-child(2) {
  transform: rotate(0.5deg);
}
.image-sticker:nth-child(3) {
  transform: rotate(-0.4deg);
}
.image-sticker:nth-child(4) {
  transform: rotate(0.6deg);
}
.image-sticker img {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
  border-bottom: 2.5px solid var(--ink);
}
.image-sticker div {
  padding: 18px 20px 21px;
}
.image-sticker h3 {
  margin: 0 0 5px;
  font-size: 20px;
}
.image-sticker p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.value-grid article {
  position: relative;
  padding: 27px 26px 25px 74px;
  border: 2px dashed rgba(71, 42, 47, 0.4);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.65);
}
.value-grid article > span {
  position: absolute;
  top: 24px;
  left: 22px;
  color: var(--pink-dark);
  font:
    700 26px "Caveat",
    cursive;
}
.value-grid h3 {
  margin: 0 0 5px;
  font-size: 21px;
}
.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.difference-section {
  padding-top: 40px;
}
.difference-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
}
.difference-grid .image-sticker img {
  height: 190px;
}
.facilities-section {
  padding-top: 16px;
}
.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.facility-icon {
  width: 46px;
  height: 46px;
  display: block;
  margin-bottom: 14px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--pink-pale);
  position: relative;
}
.facility-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 3px solid var(--pink-dark);
  border-radius: 4px;
}
.facility-grid article:nth-child(2) .facility-icon {
  background: var(--blue-pale);
}
.facility-grid article:nth-child(2) .facility-icon::after {
  border-color: #327d99;
  border-radius: 50%;
}
.facility-grid article:nth-child(3) .facility-icon {
  background: var(--orange-pale);
}
.facility-grid article:nth-child(3) .facility-icon::after {
  border-color: #a75b18;
  border-radius: 50% 50% 4px 4px;
}

.programme-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.programme-rows .programme {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 40px;
  padding: 28px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  scroll-margin-top: 100px;
  overflow: visible;
}
.programme-rows .programme > img {
  height: 330px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  box-shadow: 8px 9px 0 rgba(255, 211, 107, 0.75);
  transform: rotate(-1deg);
}
.programme-rows .programme:nth-child(even) > img {
  order: 2;
  box-shadow: -8px 9px 0 rgba(88, 168, 197, 0.5);
  transform: rotate(1deg);
}
.programme-rows .programme:nth-child(even) .programme-copy {
  order: 1;
}
.programme-rows .programme-copy {
  padding: 30px;
}
.programme-rows .programme h2,
.programme-rows .programme h3 {
  font-size: 34px;
}
.programme-rows .programme p {
  font-size: 17px;
  line-height: 1.7;
}
.programme-points {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.programme-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 700;
}
.programme-points .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  padding: 3px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--green-pale);
}
.action-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
}
.action-gallery figure {
  width: 212px;
  margin: 0;
  padding: 10px 10px 8px;
  border: 2.5px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 5px 6px 0 rgba(71, 42, 47, 0.18);
  transform: rotate(-2.5deg);
}
.action-gallery figure:nth-child(2) {
  margin-top: 22px;
  transform: rotate(1.8deg);
}
.action-gallery figure:nth-child(3) {
  transform: rotate(-1.2deg);
}
.action-gallery figure:nth-child(4) {
  margin-top: 26px;
  transform: rotate(2.2deg);
}
.action-gallery figure:nth-child(5) {
  margin-top: 10px;
  transform: rotate(-1.8deg);
}
.action-gallery img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border: 2px solid rgba(71, 42, 47, 0.25);
  border-radius: 6px;
}
.action-gallery figcaption {
  padding: 6px 4px 2px;
  font:
    600 20px "Caveat",
    cursive;
  text-align: center;
}
.outdoor-band {
  background: #ddeed6;
}
.outdoor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  padding: 48px 0 72px;
}
.outdoor-grid h2 {
  margin: 6px 0 14px;
  font-size: clamp(32px, 4vw, 46px);
}
.outdoor-grid p {
  color: #476a40;
  font-size: 17px;
}
.outdoor-images {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.outdoor-images img {
  width: min(50%, 300px);
  height: 240px;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 20px;
  box-shadow: 6px 8px 0 rgba(46, 84, 38, 0.3);
  transform: rotate(-1.5deg);
}
.outdoor-images img:nth-child(2) {
  margin-top: 18px;
  transform: rotate(1.5deg);
}
.events-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.events-gallery figure {
  position: relative;
  margin: 0;
}
.events-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 22px;
  box-shadow: 6px 8px 0 rgba(239, 109, 159, 0.45);
  transform: rotate(-1deg);
}
.events-gallery figure:nth-child(2) img {
  box-shadow: 6px 8px 0 rgba(255, 211, 107, 0.7);
  transform: rotate(0.8deg);
}
.events-gallery figure:nth-child(3) img {
  box-shadow: 6px 8px 0 rgba(88, 168, 197, 0.5);
  transform: rotate(-0.6deg);
}
.events-gallery figcaption {
  position: absolute;
  bottom: -12px;
  left: 24px;
  padding: 2px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink-pale);
  font:
    700 21px "Caveat",
    cursive;
  transform: rotate(-2deg);
}
.events-gallery figure:nth-child(2) figcaption {
  background: #fff1d2;
  transform: rotate(2deg);
}
.events-gallery figure:nth-child(3) figcaption {
  background: var(--blue-pale);
}
.dashed-note {
  width: fit-content;
  margin: 44px auto 0;
  padding: 8px 22px;
  border: 2px dashed #a75b18;
  border-radius: 14px;
  background: var(--white);
  color: #a75b18;
  font:
    700 24px "Caveat",
    cursive;
  transform: rotate(-1deg);
}
.gallery-section {
  padding-top: 40px;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.photo-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 20px;
  box-shadow: 5px 7px 0 rgba(239, 109, 159, 0.4);
  transform: rotate(-1deg);
}
.photo-grid img:nth-child(even) {
  margin-top: 14px;
  transform: rotate(0.8deg);
  box-shadow: 5px 7px 0 rgba(216, 80, 60, 0.4);
}

.admission-programmes {
  padding-top: 24px;
  padding-bottom: 56px;
}
.programme-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.programme-compact .programme {
  padding: 20px;
  text-align: center;
}
.programme-compact .programme > img,
.programme-compact .programme p,
.programme-compact .programme a {
  display: none;
}
.programme-compact .programme-copy {
  padding: 0;
}
.programme-compact .age-sticker {
  margin-bottom: 3px;
  border: 0;
  background: transparent !important;
  color: #a75b18;
  font-size: 21px;
}
.programme-compact .programme h2,
.programme-compact .programme h3 {
  font-size: 25px;
}
.steps-section {
  padding-top: 32px;
}
.enrolment-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.enrolment-steps article {
  display: flex;
  align-items: center;
  gap: 18px;
}
.enrolment-steps article > span {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border: 2.5px solid var(--ink);
  border-radius: 50%;
  background: var(--pink-dark);
  box-shadow: 0 4px 0 var(--ink);
  color: var(--white);
  font:
    800 24px "Baloo 2",
    sans-serif;
  transform: rotate(-4deg);
}
.enrolment-steps article:nth-child(2) > span {
  background: #327d99;
}
.enrolment-steps article:nth-child(3) > span {
  background: #4e8a44;
}
.enrolment-steps article:nth-child(4) > span {
  background: #a75b18;
}
.enrolment-steps article:nth-child(5) > span {
  background: var(--red);
}
.enrolment-steps article > div {
  flex: 1;
  padding: 18px 22px;
  border: 2.5px solid var(--ink);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 4px 5px 0 rgba(239, 109, 159, 0.35);
  transform: rotate(-0.3deg);
}
.enrolment-steps h3 {
  margin: 0 0 3px;
  font-size: 20px;
}
.enrolment-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
}
.enrolment-steps a {
  color: var(--pink-dark);
  font-weight: 800;
}
.paperwork-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.paperwork-list span {
  padding: 1px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink-pale);
  font:
    700 19px "Caveat",
    cursive;
  transform: rotate(-1deg);
}
.paperwork-list span:nth-child(2) {
  background: var(--blue-pale);
  transform: rotate(1deg);
}
.paperwork-list span:nth-child(3) {
  background: #fff1d2;
}
.fees-band {
  background: #fdebd3;
}
.fees-inner {
  padding: 48px 0 72px;
  text-align: center;
}
.fee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
  text-align: left;
}
.fee-grid .sticker-card {
  box-shadow: 5px 6px 0 rgba(92, 58, 24, 0.25);
}
.fee-grid h3 {
  font-size: 21px;
}
.fee-grid ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.fee-grid li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15.5px;
  font-weight: 600;
}
.fee-grid li .icon,
.coin {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #8fc983;
  padding: 3px;
}
.coin {
  background: var(--yellow);
  font:
    800 12px "Baloo 2",
    sans-serif;
}
.fee-grid article > p {
  margin-top: 16px;
  font-size: 15px;
}
.whatsapp-fees {
  background: #3d8133;
}
.whatsapp-fees:hover {
  background: #326c2a;
}
.term-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.term-card {
  overflow: hidden;
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 6px 7px 0 rgba(239, 109, 159, 0.45);
  transform: rotate(-0.5deg);
}
.term-card:nth-child(2) {
  box-shadow: 6px 7px 0 rgba(88, 168, 197, 0.5);
  transform: rotate(0.5deg);
}
.term-card:nth-child(3) {
  box-shadow: 6px 7px 0 rgba(107, 169, 94, 0.5);
  transform: rotate(-0.4deg);
}
.term-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 2.5px solid var(--ink);
  background: var(--pink-pale);
}
.term-card:nth-child(2) header {
  background: var(--blue-pale);
}
.term-card:nth-child(3) header {
  background: var(--green-pale);
}
.term-card h3 {
  margin: 0;
  font-size: 20px;
}
.term-card header span {
  color: var(--pink-dark);
  font:
    700 22px "Caveat",
    cursive;
}
.term-card dl {
  margin: 0;
  padding: 20px 24px 24px;
}
.term-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  font-size: 15px;
}
.term-card dl div:last-child {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 2px dashed rgba(71, 42, 47, 0.2);
}
.term-card dt {
  font-weight: 800;
}
.term-card dd {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  text-align: right;
}
.terms-note {
  margin: 24px 0 0;
  text-align: center;
  color: var(--quiet);
  font:
    600 21px "Caveat",
    cursive;
}
.download-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-list details {
  padding: 18px 24px;
  border: 2.5px solid var(--ink);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 4px 5px 0 rgba(239, 109, 159, 0.35);
}
.faq-list details:nth-child(2) {
  box-shadow: 4px 5px 0 rgba(88, 168, 197, 0.35);
}
.faq-list details:nth-child(3) {
  box-shadow: 4px 5px 0 rgba(107, 169, 94, 0.35);
}
.faq-list details:nth-child(4) {
  box-shadow: 4px 5px 0 rgba(255, 211, 107, 0.6);
}
.faq-list details:nth-child(5) {
  box-shadow: 4px 5px 0 rgba(244, 157, 55, 0.4);
}
.faq-list details:nth-child(6) {
  box-shadow: 4px 5px 0 rgba(216, 80, 60, 0.3);
}
.faq-list summary {
  cursor: pointer;
  font:
    800 18px "Baloo 2",
    sans-serif;
}
.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15.5px;
}

.contact-methods {
  padding-top: 32px;
  padding-bottom: 64px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.contact-grid .sticker-card {
  transform: rotate(-0.5deg);
}
.contact-grid .sticker-card:nth-child(2) {
  transform: rotate(0.5deg);
}
.contact-grid .sticker-card:nth-child(3) {
  transform: rotate(-0.4deg);
}
.contact-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 2.5px solid var(--ink);
  border-radius: 16px;
  background: var(--pink-pale);
  color: var(--pink-dark);
  font-size: 26px;
}
.contact-grid article:nth-child(2) .contact-icon {
  background: var(--green-pale);
  color: #427b39;
}
.contact-grid article:nth-child(3) .contact-icon {
  background: var(--blue-pale);
  color: #327d99;
}
.contact-grid h2 {
  margin: 0 0 8px;
  font-size: 21px;
}
.contact-grid address,
.contact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  font-style: normal;
  line-height: 1.65;
}
.contact-grid em {
  display: block;
  margin-top: 4px;
  color: #a75b18;
  font:
    600 20px "Caveat",
    cursive;
}
.contact-grid > a,
.contact-grid article > a {
  font-weight: 800;
  overflow-wrap: anywhere;
}
.map-section {
  padding: 16px 0 92px;
}
.map-frame {
  position: relative;
  min-height: 420px;
}
.map-frame iframe {
  width: 100%;
  min-height: 420px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: var(--blue-pale);
  box-shadow: 7px 8px 0 rgba(88, 168, 197, 0.5);
  transform: rotate(0.4deg);
}
.map-frame span {
  position: absolute;
  bottom: -14px;
  left: 28px;
  padding: 4px 18px;
  border: 2px dashed #2e5f73;
  border-radius: 12px;
  background: var(--white);
  color: #2e5f73;
  font:
    700 23px "Caveat",
    cursive;
  transform: rotate(-2deg);
}

.cta-band {
  padding: 80px 24px;
  border-top: 3px dashed rgba(255, 253, 247, 0.45);
  background-color: var(--red);
  background-image:
    radial-gradient(var(--red-dark) 4px, transparent 4.5px),
    radial-gradient(var(--red-dark) 4px, transparent 4.5px);
  background-position:
    0 0,
    17px 17px;
  background-size: 34px 34px;
}
.cta-card {
  position: relative;
  max-width: 740px;
  margin: auto;
  padding: 52px 40px 48px;
  border: 3px solid var(--ink);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 9px 11px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
  transform: rotate(-0.5deg);
}
.cta-card > .tape {
  top: -16px;
  left: 50%;
  width: 130px;
  height: 32px;
  background: rgba(255, 211, 107, 0.9);
  transform: translateX(-50%) rotate(-3deg);
}
.cta-card .handwritten {
  color: var(--red);
  font-size: 30px;
}
.cta-card h2 {
  margin: 8px 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}
.cta-card > p {
  max-width: 52ch;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: 17px;
}
.orange-rule {
  height: 12px;
  border-block: 2px dashed rgba(255, 253, 247, 0.6);
  background: var(--orange);
}

.site-footer {
  position: relative;
  padding: 60px 0 28px;
  background: var(--footer);
  color: #f7e7da;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 44px;
}
.footer-lockup {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.footer-lockup > span:last-child {
  display: flex;
  flex-direction: column;
}
.footer-lockup strong {
  color: var(--white);
  font:
    800 20px/1 "Baloo 2",
    sans-serif;
}
.footer-lockup small {
  color: #f58ab4;
  font:
    600 17px/1.1 "Caveat",
    cursive;
}
.footer-brand > p {
  max-width: 34ch;
  margin: 14px 0 12px;
  color: #d9beb2;
  font-size: 15px;
}
.footer-brand > em {
  color: #f58ab4;
  font:
    700 21px "Caveat",
    cursive;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-column h2 {
  margin: 0 0 5px;
  color: var(--white);
  font-size: 17px;
}
.footer-column a,
.footer-column address,
.footer-column p {
  margin: 0;
  color: #d9beb2;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.footer-column a:hover {
  color: #f58ab4;
}
.footer-column em {
  margin-top: 1px;
  color: #f5ae5c;
  font:
    600 19px "Caveat",
    cursive;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 2px dashed rgba(247, 231, 218, 0.25);
  color: #b99089;
  font-size: 13.5px;
}
.footer-bottom > span:nth-child(2) {
  display: flex;
  gap: 18px;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-bottom em {
  font:
    600 19px "Caveat",
    cursive;
}
.whatsapp-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2.5px solid var(--ink);
  border-radius: 50%;
  background: #3d8133;
  box-shadow: 0 4px 0 var(--ink);
  color: var(--white);
  font-size: 28px;
}
.whatsapp-button:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--ink);
}

.legal-main {
  min-height: 60vh;
  padding: 72px 0 100px;
}
.legal-main .sticker,
.not-found .sticker {
  width: fit-content;
  padding: 3px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink-pale);
  font:
    700 23px "Caveat",
    cursive;
  transform: rotate(-1deg);
}
.legal-main h1,
.not-found h1 {
  margin: 18px 0 30px;
  font-size: clamp(40px, 5vw, 62px);
}
.legal-content {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.legal-content h2,
.legal-content h3 {
  margin-top: 38px;
  color: var(--ink);
}
.legal-content h2 {
  font-size: 29px;
}
.legal-content h3 {
  font-size: 22px;
}
.legal-content a {
  color: var(--pink-dark);
}
.not-found {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 80px 0;
  text-align: center;
}
.not-found .narrow-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found p {
  color: var(--muted);
  font-size: 17px;
}
.not-found .button {
  margin-top: 16px;
}

@media (max-width: 1080px) {
  .nav-inner {
    gap: 12px;
  }
  .brand-name {
    display: none;
  }
  .site-navigation a {
    padding-inline: 10px;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefit-grid article {
    grid-column: auto !important;
  }
  .programme-cards,
  .principle-grid,
  .difference-grid,
  .programme-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 10px 0;
  }
  .nav-inner {
    justify-content: space-between;
  }
  .brand-name {
    display: flex;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .nav-button {
    display: none;
  }
  .site-navigation {
    position: fixed;
    top: 89px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    padding: 24px;
    background: var(--paper);
    overflow: auto;
  }
  .site-navigation.is-open {
    display: flex;
  }
  .site-navigation a {
    min-height: 50px;
    justify-content: flex-start;
    padding: 10px 16px;
    border-color: rgba(71, 42, 47, 0.18);
    background: var(--white);
  }
  .home-hero-grid,
  .story-grid,
  .montessori-intro,
  .outdoor-grid {
    grid-template-columns: 1fr;
  }
  .home-hero-grid {
    gap: 40px;
  }
  .home-hero h1 {
    max-width: 11ch;
  }
  .hero-photo-wrap {
    width: min(100%, 620px);
    margin: auto;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .programme-rows .programme {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0;
  }
  .programme-rows .programme:nth-child(even) > img,
  .programme-rows .programme:nth-child(even) .programme-copy {
    order: initial;
  }
  .programme-rows .programme-copy {
    padding: 20px 8px;
  }
  .leader-grid,
  .fee-grid,
  .term-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .leader-card:nth-child(2) {
    margin-top: 0;
  }
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .outdoor-images {
    justify-content: center;
  }
  .events-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .events-gallery figure:last-child {
    grid-column: 1/-1;
    width: min(100%, 560px);
    justify-self: center;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .testimonial {
    max-width: 620px;
    margin: auto;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-bottom em {
    display: none;
  }
}

@media (max-width: 600px) {
  .shell,
  .narrow-shell {
    width: min(calc(100% - 36px), var(--shell));
  }
  .polka-strip {
    height: 12px;
  }
  .site-header {
    padding: 9px 0;
  }
  .nav-inner {
    min-height: 50px;
  }
  .brand-logo {
    padding: 2px 5px;
    border-radius: 10px;
  }
  .brand-logo img {
    width: 36px;
    height: 36px;
  }
  .brand-name strong {
    font-size: 19px;
  }
  .brand-name small {
    font-size: 16px;
  }
  .site-navigation {
    top: 80px;
  }
  .menu-toggle {
    min-width: 66px;
    min-height: 42px;
  }
  .button {
    width: 100%;
    min-height: 50px;
    padding: 11px 18px;
  }
  .button-row {
    width: 100%;
  }
  .section {
    padding: 66px 0;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading p {
    font-size: 16px;
  }
  .handwritten {
    font-size: 24px;
  }
  .home-hero {
    padding: 46px 0 42px;
  }
  .hero-kicker {
    font-size: 25px;
  }
  .home-hero h1 {
    margin-block: 10px 18px;
    font-size: 46px;
  }
  .home-hero-copy > p {
    font-size: 17px;
  }
  .hero-motto {
    font-size: 20px;
  }
  .hero-photo-wrap {
    padding: 8px 8px 0;
  }
  .hero-photo-wrap > img {
    height: 360px;
    border-radius: 180px 180px 22px 22px;
  }
  .established {
    left: -4px;
    bottom: 25px;
    width: 88px;
    height: 88px;
  }
  .established strong {
    font-size: 26px;
  }
  .floaty {
    display: none;
  }
  .ticker span {
    font-size: 14px;
  }
  .benefit-grid,
  .programme-cards,
  .principle-grid,
  .difference-grid,
  .value-grid,
  .facility-grid,
  .programme-compact,
  .events-gallery,
  .photo-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .sticker-card {
    padding: 24px;
  }
  .programme {
    transform: none !important;
  }
  .programme-cards .programme > img {
    height: 210px;
  }
  .motto-inner {
    padding: 48px 0 54px;
  }
  .motto-inner blockquote {
    font-size: 38px;
  }
  .speech > span {
    letter-spacing: 0;
  }
  .page-intro {
    padding: 48px 18px 28px;
  }
  .page-intro .sticker {
    font-size: 21px;
  }
  .page-intro h1 {
    font-size: 40px;
  }
  .page-intro p {
    font-size: 17px;
  }
  .story-section {
    padding-top: 38px;
  }
  .story-image {
    height: 300px;
  }
  .milestone-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .milestone-row div {
    min-width: 0;
  }
  .leader-card {
    padding: 30px 24px 26px;
    transform: none !important;
  }
  .leader-card header {
    align-items: flex-start;
  }
  .montessori-intro {
    padding-top: 42px;
  }
  .montessori-feature {
    padding: 28px 22px;
    transform: none;
  }
  .principle-grid {
    padding-bottom: 52px;
  }
  .image-sticker {
    transform: none !important;
  }
  .image-sticker img,
  .difference-grid .image-sticker img {
    height: 210px;
  }
  .value-grid article {
    padding-left: 68px;
  }
  .programme-rows .programme > img {
    height: 280px;
    transform: none !important;
  }
  .action-gallery figure {
    width: 100%;
    max-width: 360px;
    margin-top: 0 !important;
    transform: none !important;
  }
  .action-gallery img {
    height: 220px;
  }
  .outdoor-images {
    flex-direction: column;
  }
  .outdoor-images img {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    transform: none !important;
  }
  .events-gallery figure:last-child,
  .events-gallery img {
    grid-column: auto;
    width: 100%;
  }
  .events-gallery img {
    height: 240px;
    transform: none;
  }
  .photo-grid img {
    height: 240px;
    margin: 0 !important;
    transform: none;
  }
  .dashed-note {
    text-align: center;
    font-size: 21px;
  }
  .admission-programmes {
    padding-block: 20px 42px;
  }
  .programme-compact .programme {
    padding: 18px;
  }
  .enrolment-steps article {
    align-items: flex-start;
    gap: 12px;
  }
  .enrolment-steps article > span {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 20px;
  }
  .enrolment-steps article > div {
    padding: 16px;
  }
  .fees-inner {
    padding: 42px 0 58px;
  }
  .term-card {
    transform: none !important;
  }
  .term-card dl div {
    font-size: 14px;
  }
  .download-row .button {
    width: 100%;
  }
  .faq-list details {
    padding: 17px 19px;
  }
  .contact-methods {
    padding-top: 20px;
  }
  .map-section {
    padding-bottom: 70px;
  }
  .map-frame,
  .map-frame iframe {
    min-height: 340px;
  }
  .map-frame span {
    left: 18px;
    font-size: 20px;
  }
  .cta-band {
    padding: 70px 18px;
  }
  .cta-card {
    padding: 48px 22px 38px;
    border-radius: 24px;
    transform: none;
  }
  .cta-card h2 {
    font-size: 34px;
  }
  .cta-card > p {
    font-size: 16px;
  }
  .footer-grid {
    gap: 34px;
  }
  .site-footer {
    padding-top: 50px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .whatsapp-button {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .floaty,
  .ticker > div {
    animation: none;
  }
  .button,
  .whatsapp-button {
    transition: none;
  }
}
