:root {
  --font-manrope: "Manrope", Arial, sans-serif;
  --font-fraunces: "Fraunces", Georgia, serif;
  --cream: #fff6e9;
  --paper: #fffdf8;
  --navy: #062b59;
  --navy-deep: #031f42;
  --ink: #173751;
  --muted: #5d7180;
  --red: #db1932;
  --coral: #f28a72;
  --coral-soft: #ffe0d6;
  --yellow: #ffda1a;
  --yellow-soft: #fff1a8;
  --turquoise: #60c7bd;
  --turquoise-soft: #dff5f0;
  --sky: #96d9ee;
  --sky-soft: #e1f4fa;
  --lilac: #b6a4e6;
  --lilac-soft: #ebe5fb;
  --line: rgba(6, 43, 89, 0.14);
  --shadow: 0 24px 70px rgba(6, 43, 89, 0.13);
}

/* WordPress block integration. The design classes below come from the
 * approved prototype; these rules adapt native blocks without locking their
 * content inside custom HTML. */
.wp-site-blocks,
.wp-site-blocks > *,
.wp-block-post-content,
.wp-block-post-content > *,
.wp-block-group,
.wp-block-image,
.wp-block-buttons,
.wp-block-button,
.wp-block-navigation,
.wp-block-navigation ul,
.wp-block-navigation li,
.cascaron-home h1,
.cascaron-home h2,
.cascaron-home h3,
.cascaron-home p,
.cascaron-home ul,
.cascaron-home blockquote,
.site-header p,
.site-footer p,
.site-footer figure {
  margin-block-start: 0;
  margin-block-end: 0;
}

.wp-site-blocks,
.wp-block-post-content {
  padding: 0;
}

.wp-block-post-content > * {
  max-width: none;
}

.cascaron-theme .wp-block-button.button {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cascaron-theme .wp-block-button.button:hover {
  box-shadow: none;
  transform: none;
}

.cascaron-theme .wp-block-button.button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 25px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 0.93rem;
  font-weight: 820;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cascaron-theme .wp-block-button.button .wp-block-button__link:hover {
  box-shadow: 0 10px 0 rgba(6, 43, 89, 0.1);
  transform: translateY(-2px);
}

.cascaron-theme .wp-block-button.button-small .wp-block-button__link {
  min-height: 48px;
  padding: 12px 20px;
  border-color: var(--coral);
  background: var(--coral);
  color: var(--navy);
  font-size: 0.82rem;
}

.cascaron-theme .wp-block-button.button-quiet .wp-block-button__link {
  border-color: rgba(6, 43, 89, 0.22);
  background: rgba(255, 255, 255, 0.44);
  color: var(--navy);
}

.cascaron-theme .wp-block-button.button-sun .wp-block-button__link,
.cascaron-theme .wp-block-button.button-light .wp-block-button__link {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy);
}

.cascaron-theme .wp-block-button.button-light-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #fff;
}

.site-header .brand-logo,
.site-footer .brand-logo {
  margin: 0;
}

.site-header .brand-logo img,
.site-footer .brand-logo img {
  width: 100%;
  height: auto;
}

.header-phone > a {
  display: grid;
  color: inherit;
}

.site-header .desktop-nav .wp-block-navigation__container {
  gap: clamp(18px, 2.1vw, 34px);
}

.site-header .desktop-nav .wp-block-navigation-item__content {
  position: relative;
  padding: 14px 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
}

.site-header .desktop-nav .wp-block-navigation-item__content::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--turquoise);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-header .desktop-nav .wp-block-navigation-item__content:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--navy);
}

.site-header .wp-block-navigation__responsive-container.is-menu-open {
  padding: 28px;
  background: var(--paper);
  color: var(--navy);
}

.hero-note p,
.testimonial-author p {
  display: grid;
}

.school-card::after {
  display: none;
}

.school-card-mark {
  position: absolute;
  top: 20px;
  left: 32px;
  z-index: 1;
  color: rgba(6, 43, 89, 0.075);
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.9;
  white-space: nowrap;
}

.school-card-link a,
.project-deep-link a,
.text-link a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.project-deep-link {
  display: block;
}

.experience-card > p:last-child {
  margin-top: 28px;
  padding-top: 15px;
  border-top: 1px solid rgba(6, 43, 89, 0.18);
}

.experience-card > p:last-child strong {
  margin: 0;
  padding: 0;
  border: 0;
}

.explore-grid .explore-card {
  position: relative;
  display: grid;
  min-height: 220px;
  padding: 25px;
  border: 1.5px solid var(--navy);
  border-radius: 19px;
  background: var(--paper);
  color: var(--navy);
}

.explore-grid .explore-card:nth-child(1),
.explore-grid .explore-card:nth-child(5) { background: var(--turquoise-soft); }
.explore-grid .explore-card:nth-child(2),
.explore-grid .explore-card:nth-child(6) { background: var(--coral-soft); }
.explore-grid .explore-card:nth-child(3) { background: var(--yellow-soft); }
.explore-grid .explore-card:nth-child(4) { background: var(--sky-soft); }

.explore-card > p:first-child span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.explore-card h3 {
  align-self: end;
  max-width: 320px;
  margin: 70px 0 0;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.explore-arrow {
  position: absolute;
  right: 21px;
  bottom: 20px;
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.explore-card:hover .explore-arrow { transform: translate(4px, -4px); }

.cascaron-theme .testimonial-card > .quote-mark {
  align-self: auto;
  height: 58px;
  margin: 0;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.8;
}

.cascaron-theme .testimonial-card > .testimonial-quote {
  align-self: center;
  margin: 25px 0 35px;
  font-family: var(--font-fraunces), Georgia, serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  font-weight: 580;
  letter-spacing: -0.035em;
  line-height: 1.22;
}

.testimonial-author span {
  color: var(--muted);
  font-size: 0.72rem;
}

.faq-list .wp-block-details summary::after {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow-soft);
  content: "+";
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.faq-list .wp-block-details[open] summary::after { transform: rotate(45deg); }

.visit-actions .wp-block-buttons,
.visit-actions .wp-block-button,
.visit-actions .wp-block-button__link {
  width: 100%;
}

.footer-grid > .wp-block-group:not(.footer-brand, .footer-bottom) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-bottom p,
.footer-grid > .wp-block-group:not(.footer-brand, .footer-bottom) p {
  margin: 0;
}

.mobile-contact-bar p,
.mobile-contact-bar p a {
  display: grid;
  height: 100%;
  margin: 0;
  place-items: center;
}

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

@media (max-width: 1180px) {
  .site-header .desktop-nav {
    display: flex;
    justify-self: end;
  }

  .site-header .desktop-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .site-header .desktop-nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }
}

@media (max-width: 700px) {
  .school-card-mark {
    top: 22px;
    left: 24px;
    font-size: clamp(2.4rem, 13vw, 3.7rem);
  }

  .explore-grid .explore-card {
    min-height: 190px;
    text-align: left;
  }

  .site-header .header-inner {
    grid-template-columns: auto 1fr;
  }

  .site-header .header-actions {
    display: none;
  }

  .site-header .desktop-nav {
    justify-self: end;
  }

  .hero-actions .wp-block-button__link {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

::selection {
  background: var(--yellow);
  color: var(--navy);
}

.cascaron-home,
.center-page {
  overflow: clip;
}

.shell {
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--navy);
  color: white;
  font-weight: 800;
  transform: translateY(-160%);
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--yellow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(6, 43, 89, 0.1);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 114px;
  gap: clamp(24px, 3vw, 48px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  line-height: 0;
}

.brand-logo {
  width: 122px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.1vw, 34px);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
}

.desktop-nav a {
  position: relative;
  padding: 14px 0;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--turquoise);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.header-phone {
  display: grid;
  color: var(--navy);
  line-height: 1.25;
  text-align: right;
}

.header-phone span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.header-phone strong {
  font-size: 0.94rem;
  font-weight: 850;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 25px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-size: 0.93rem;
  font-weight: 820;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  box-shadow: 0 10px 0 rgba(6, 43, 89, 0.1);
  transform: translateY(-2px);
}

.button-small {
  min-height: 48px;
  padding: 12px 20px;
  border-color: var(--coral);
  background: var(--coral);
  color: var(--navy);
  font-size: 0.82rem;
}

.button-outline {
  border-color: rgba(6, 43, 89, 0.25);
  background: transparent;
  color: var(--navy);
}

.mobile-menu {
  position: relative;
  display: none;
}

.mobile-menu summary {
  display: grid;
  width: 48px;
  height: 48px;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
}

.mobile-menu nav {
  position: absolute;
  top: 60px;
  right: 0;
  display: grid;
  width: min(82vw, 340px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.mobile-menu nav a {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 750;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
  background: var(--yellow-soft);
}

.hero {
  position: relative;
  padding: 62px 0 74px;
  background:
    radial-gradient(circle at 4% 12%, rgba(255, 218, 26, 0.42) 0 78px, transparent 79px),
    radial-gradient(circle at 95% 87%, rgba(182, 164, 230, 0.34) 0 132px, transparent 133px),
    linear-gradient(118deg, #fff8ed 0%, #fff4e8 48%, #f6fbf8 100%);
}

.hero::before {
  position: absolute;
  top: 23%;
  right: 0;
  width: 15%;
  height: 18px;
  background: var(--turquoise);
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  align-items: center;
  gap: clamp(52px, 7vw, 96px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 24px 0 30px;
}

.hero-eyebrow {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(6, 43, 89, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 730px;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: clamp(4.4rem, 6.45vw, 7.2rem);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.hero h1 em {
  color: var(--coral);
  font-family: var(--font-fraunces), Georgia, serif;
  font-weight: 650;
  letter-spacing: -0.055em;
}

.hero h1 span {
  display: block;
  margin-top: 10px;
}

.hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: #496273;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.button-primary {
  gap: 18px;
  padding-inline: 27px;
}

.button-primary span {
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.button-primary:hover span {
  transform: translateX(4px);
}

.button-quiet {
  border-color: rgba(6, 43, 89, 0.22);
  background: rgba(255, 255, 255, 0.44);
  color: var(--navy);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 750;
}

.hero-proof li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--turquoise);
  content: "";
}

.hero-art {
  position: relative;
  min-height: 640px;
  padding: 42px 24px 24px;
}

.hero-photo {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--paper);
  border-radius: 30px 30px 58px 30px;
  background: var(--paper);
  box-shadow: 18px 18px 0 var(--yellow), var(--shadow);
  transform: rotate(0.55deg);
}

.hero-photo img {
  width: 100%;
  height: 535px;
  object-fit: cover;
}

.hero-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 13px;
  border-radius: 12px;
  background: rgba(3, 31, 66, 0.84);
  color: white;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
}

.hero-note {
  position: absolute;
  right: -20px;
  bottom: 4px;
  z-index: 5;
  display: grid;
  width: min(260px, 54%);
  padding: 18px 21px;
  border: 2px solid var(--navy);
  border-radius: 18px;
  background: var(--coral);
  box-shadow: 6px 6px 0 var(--navy);
  color: var(--navy);
  line-height: 1.25;
  transform: rotate(-0.7deg);
}

.hero-note span {
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
}

.hero-note strong {
  margin-top: 4px;
  font-size: 1.05rem;
}

.hero-dot {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}

.hero-dot-one {
  top: 10px;
  right: 0;
  width: 92px;
  height: 92px;
  background: var(--lilac);
}

.hero-dot-two {
  bottom: 38px;
  left: -22px;
  width: 64px;
  height: 64px;
  background: var(--sky);
}

.trust-ribbon {
  position: relative;
  z-index: 4;
  background: var(--navy);
  color: white;
}

.trust-ribbon::before {
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--coral) 0 25%, var(--yellow) 25% 50%, var(--turquoise) 50% 75%, var(--lilac) 75%);
  content: "";
}

.trust-ribbon-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-ribbon p {
  display: grid;
  min-height: 118px;
  align-content: center;
  margin: 0;
  padding: 22px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  line-height: 1.35;
}

.trust-ribbon p:last-child {
  border-right: 0;
}

.trust-ribbon strong {
  color: var(--yellow);
  font-size: 0.96rem;
}

.trust-ribbon span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
}

.schools-section,
.experience-section,
.family-section,
.faq-section {
  padding: 122px 0;
}

.schools-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: clamp(40px, 8vw, 110px);
  margin-bottom: 56px;
}

.section-heading h2,
.project-statement h2,
.care-title-block h2,
.faq-intro h2,
.visit-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 5vw, 5.6rem);
  font-weight: 820;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.section-heading h2 em,
.project-statement h2 em,
.care-title-block h2 em {
  color: var(--coral);
  font-family: var(--font-fraunces), Georgia, serif;
  font-weight: 620;
}

.project-statement h2 em {
  color: var(--yellow);
}

.section-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.school-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.school-card {
  position: relative;
  display: grid;
  min-height: 570px;
  overflow: hidden;
  padding: 40px;
  border: 2px solid var(--navy);
  border-radius: 30px;
  color: var(--navy);
  box-shadow: 12px 12px 0 var(--navy);
}

.school-card::after {
  position: absolute;
  top: 20px;
  left: 32px;
  color: rgba(6, 43, 89, 0.075);
  content: attr(data-place);
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.9;
  white-space: nowrap;
}

.school-card-turquoise {
  background: var(--turquoise-soft);
}

.school-card-coral {
  background: var(--coral-soft);
}

.school-card::before {
  position: absolute;
  right: -55px;
  bottom: -72px;
  width: 210px;
  height: 210px;
  border: 28px solid rgba(6, 43, 89, 0.09);
  border-radius: 50%;
  content: "";
}

.school-card-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  max-width: 570px;
  padding-top: 82px;
}

.school-card-eyebrow {
  margin: 0 0 14px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.school-card h3 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(2.8rem, 4.4vw, 4.8rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.school-address {
  display: inline-flex;
  margin: 22px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(6, 43, 89, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.73rem;
  font-weight: 800;
}

.school-description {
  max-width: 540px;
  margin: 22px 0 0;
  font-size: 1rem;
  line-height: 1.7;
}

.school-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.school-card li {
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 750;
}

.school-card-link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: end;
  min-height: 60px;
  margin-top: 34px;
  padding: 14px 18px;
  border-top: 2px solid rgba(6, 43, 89, 0.25);
  font-weight: 850;
}

.school-card-link span {
  font-size: 1.5rem;
  transition: transform 180ms ease;
}

.school-card-link:hover span {
  transform: translate(4px, -4px);
}

.school-help {
  margin: 40px 0 0;
  color: var(--muted);
  text-align: center;
}

.school-help a {
  border-bottom: 2px solid var(--turquoise);
  color: var(--navy);
  font-weight: 800;
}

.project-section {
  position: relative;
  padding: 128px 0 120px;
  background: var(--navy);
  color: white;
}

.project-section::after {
  position: absolute;
  top: 0;
  right: 6%;
  width: 190px;
  height: 16px;
  background: var(--yellow);
  content: "";
}

.project-deep-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 18px;
  margin: 45px 0 0 auto;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--yellow);
  color: white;
  font-size: 0.84rem;
  font-weight: 820;
}

.project-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(50px, 8vw, 110px);
}

.project-statement h2 {
  max-width: 830px;
  color: white;
}

.project-statement > div {
  padding-top: 8px;
}

.project-statement p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.78;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 72px;
}

.principle-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  padding: 30px;
  border-radius: 24px;
  color: var(--navy);
}

.principle-yellow {
  background: var(--yellow);
}

.principle-sky {
  background: var(--sky);
}

.principle-lilac {
  background: var(--lilac);
}

.principle-card > p:first-of-type {
  position: relative;
  z-index: 1;
  margin: 52px 0 8px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.principle-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.principle-text {
  position: relative;
  z-index: 1;
  margin: 21px 0 0;
  line-height: 1.65;
}

.experience-section {
  background: var(--cream);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.experience-card {
  display: grid;
  min-height: 360px;
  align-content: space-between;
  padding: 30px;
  border: 1.5px solid var(--navy);
  border-radius: 24px;
  color: var(--navy);
}

.experience-project {
  grid-column: 1 / 8;
  min-height: 430px;
  background: var(--coral);
}

.experience-outdoor {
  grid-column: 8 / -1;
  min-height: 430px;
  background: var(--turquoise);
}

.experience-food {
  grid-column: 1 / 5;
  background: var(--yellow-soft);
}

.experience-family {
  grid-column: 5 / 9;
  background: var(--sky-soft);
}

.experience-services {
  grid-column: 9 / -1;
  background: var(--lilac-soft);
}

.experience-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-card h3 {
  max-width: 620px;
  margin: auto 0 18px;
  padding-top: 72px;
  font-size: clamp(2rem, 3.5vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.experience-card p {
  max-width: 610px;
  margin: 0;
  line-height: 1.68;
}

.experience-card strong {
  margin-top: 28px;
  padding-top: 15px;
  border-top: 1px solid rgba(6, 43, 89, 0.18);
  font-size: 0.74rem;
}

.care-section {
  padding: 124px 0;
  background: var(--paper);
}

.care-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 10vw, 140px);
}

.care-title-block {
  align-self: start;
}

.care-title-block h2 {
  font-size: clamp(3rem, 4.5vw, 5rem);
}

.care-title-block > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.care-list {
  display: grid;
}

.care-list article {
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
}

.care-list article:first-child {
  padding-top: 0;
}

.care-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.care-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.explore-section {
  padding: 118px 0;
  background: var(--cream);
}

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

.explore-grid a {
  position: relative;
  display: grid;
  min-height: 220px;
  padding: 25px;
  border: 1.5px solid var(--navy);
  border-radius: 19px;
  background: var(--paper);
  color: var(--navy);
}

.explore-grid a:nth-child(1),
.explore-grid a:nth-child(5) {
  background: var(--turquoise-soft);
}

.explore-grid a:nth-child(2),
.explore-grid a:nth-child(6) {
  background: var(--coral-soft);
}

.explore-grid a:nth-child(3) {
  background: var(--yellow-soft);
}

.explore-grid a:nth-child(4) {
  background: var(--sky-soft);
}

.explore-grid span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.explore-grid strong {
  align-self: end;
  max-width: 320px;
  margin-top: 70px;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.explore-grid b {
  position: absolute;
  right: 21px;
  bottom: 20px;
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.explore-grid a:hover b {
  transform: translate(4px, -4px);
}

.family-section {
  background: var(--sky-soft);
}

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

.testimonial-card {
  position: relative;
  display: grid;
  min-height: 330px;
  margin: 0;
  padding: 30px;
  border: 2px solid var(--navy);
  border-radius: 22px;
  background: var(--paper);
  color: var(--navy);
}

.testimonial-card:nth-child(2) {
  background: var(--yellow-soft);
  transform: translateY(20px);
}

.testimonial-card:nth-child(3) {
  background: var(--turquoise-soft);
}

.quote-mark {
  height: 58px;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 0.8;
}

.testimonial-card > p {
  align-self: center;
  margin: 25px 0 35px;
  font-family: var(--font-fraunces), Georgia, serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  font-weight: 580;
  letter-spacing: -0.035em;
  line-height: 1.22;
}

.testimonial-card footer {
  display: grid;
  align-self: end;
  line-height: 1.35;
}

.testimonial-card footer strong {
  font-size: 0.86rem;
}

.testimonial-card footer span {
  color: var(--muted);
  font-size: 0.72rem;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 10vw, 145px);
}

.faq-intro {
  align-self: start;
}

.faq-intro h2 {
  font-size: clamp(2.8rem, 4.3vw, 4.8rem);
}

.faq-intro > p:last-of-type {
  margin: 27px 0;
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  border-bottom: 2px solid var(--turquoise);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 850;
}

.faq-list {
  border-top: 2px solid var(--navy);
}

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 820;
}

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

.faq-list summary span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow-soft);
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 700px;
  margin: -7px 52px 25px 0;
  color: var(--muted);
  line-height: 1.75;
}

.visit-section {
  padding: 0 0 110px;
  background: var(--paper);
}

.visit-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
  align-items: end;
  gap: clamp(50px, 9vw, 120px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 78px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 95% 0%, rgba(182, 164, 230, 0.5) 0 130px, transparent 131px),
    var(--navy);
  color: white;
}

.visit-card::after {
  position: absolute;
  bottom: -60px;
  left: 42%;
  width: 140px;
  height: 140px;
  border: 25px solid rgba(96, 199, 189, 0.48);
  border-radius: 50%;
  content: "";
}

.visit-card > div {
  position: relative;
  z-index: 2;
}

.visit-card h2 {
  max-width: 870px;
  color: white;
  font-size: clamp(3rem, 5vw, 5.7rem);
}

.visit-card > div:first-child > p:last-child {
  max-width: 730px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.visit-actions {
  display: grid;
  gap: 12px;
}

.button-sun {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy);
}

.button-light-outline {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: white;
}

.visit-school-link {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 750;
  text-align: center;
}

.site-footer {
  padding: 72px 0 38px;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.7fr;
  gap: 45px 70px;
}

.cascaron-home .footer-grid {
  grid-template-columns: 0.85fr 1.15fr 0.95fr 0.7fr;
}

.footer-brand .brand-logo {
  width: 155px;
}

.footer-brand > p {
  margin: 18px 0 0;
  color: var(--navy);
  font-family: var(--font-fraunces), Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-title {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand, .footer-bottom) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-grid > div:not(.footer-brand, .footer-bottom) a {
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-grid > div:not(.footer-brand, .footer-bottom) a:hover {
  color: var(--navy);
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-bottom small {
  font-size: 0.68rem;
}

.mobile-contact-bar {
  display: none;
}

/* Current center pages */

.center-page {
  min-height: 100vh;
  background: var(--cream);
}

.center-page-hero {
  position: relative;
  padding: 92px 0 110px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 218, 26, 0.45) 0 110px, transparent 111px),
    linear-gradient(125deg, var(--cream), var(--paper));
}

.center-page-apricot .center-page-hero {
  background:
    radial-gradient(circle at 90% 12%, rgba(96, 199, 189, 0.4) 0 110px, transparent 111px),
    linear-gradient(125deg, var(--cream), var(--coral-soft));
}

.center-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
}

.back-link {
  display: inline-flex;
  margin-bottom: 35px;
  border-bottom: 2px solid var(--turquoise);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 820;
}

.center-page-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.center-page-lede {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.center-info-card {
  padding: 38px;
  border: 2px solid var(--navy);
  border-radius: 28px;
  background: var(--turquoise-soft);
  box-shadow: 12px 12px 0 var(--navy);
  color: var(--navy);
}

.center-page-apricot .center-info-card {
  background: var(--yellow-soft);
}

.center-info-label {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.center-info-card h2 {
  margin: 19px 0 26px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.center-info-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.center-info-card li {
  padding: 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 750;
}

.center-next {
  padding: 86px 0;
  background: var(--navy);
  color: white;
}

.center-next-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
}

.center-next h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.button-light {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy);
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .mobile-menu {
    display: block;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
    gap: 45px;
  }

  .hero h1 {
    font-size: clamp(4rem, 6.5vw, 6rem);
  }

  .hero-art {
    min-height: 570px;
  }

  .hero-photo img {
    height: 480px;
  }
}

@media (max-width: 920px) {
  .hero {
    padding-top: 48px;
  }

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

  .hero-copy {
    max-width: 780px;
  }

  .hero h1 {
    font-size: clamp(4.7rem, 11vw, 7rem);
  }

  .hero-art {
    width: min(100%, 760px);
    min-height: 650px;
    margin-inline: auto;
  }

  .hero-photo img {
    height: 560px;
  }

  .trust-ribbon-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-ribbon p:nth-child(2) {
    border-right: 0;
  }

  .trust-ribbon p:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .section-heading,
  .project-statement,
  .care-grid,
  .faq-layout,
  .visit-card,
  .center-page-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    gap: 27px;
  }

  .section-heading > p {
    max-width: 690px;
  }

  .school-card {
    min-height: 590px;
    padding: 31px;
  }

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

  .principle-card {
    min-height: 330px;
  }

  .principle-card > p:first-of-type {
    margin-top: 42px;
  }

  .experience-project,
  .experience-outdoor,
  .experience-food,
  .experience-family,
  .experience-services {
    grid-column: span 6;
  }

  .experience-services {
    grid-column: 1 / -1;
  }

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

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

  .testimonial-card:nth-child(2) {
    transform: none;
  }

  .visit-card {
    align-items: start;
  }

  .visit-actions {
    max-width: 460px;
  }

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

  .cascaron-home .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .center-info-card {
    max-width: 680px;
  }

  .center-next-inner {
    grid-template-columns: 1fr;
  }
}

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

  .cascaron-home {
    padding-bottom: 67px;
  }

  .shell {
    width: min(calc(100% - 30px), 620px);
  }

  .header-inner {
    min-height: 88px;
    gap: 12px;
  }

  .brand-logo {
    width: 92px;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-actions .header-phone,
  .header-actions .button {
    display: none;
  }

  .hero {
    padding: 34px 0 55px;
  }

  .hero::before {
    display: none;
  }

  .hero-grid {
    gap: 33px;
  }

  .hero-copy {
    padding: 12px 0 18px;
  }

  .hero-eyebrow {
    font-size: 0.66rem;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 16vw, 5rem);
    letter-spacing: -0.075em;
  }

  .hero-lede {
    margin-top: 23px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

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

  .hero-proof {
    display: grid;
    gap: 7px;
  }

  .hero-art {
    min-height: auto;
    padding: 28px 7px 0;
  }

  .hero-photo {
    border-width: 5px;
    border-radius: 22px 22px 40px 22px;
    box-shadow: 10px 10px 0 var(--yellow), 0 20px 50px rgba(6, 43, 89, 0.14);
  }

  .hero-photo img {
    height: 350px;
  }

  .hero-photo figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    font-size: 0.6rem;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -12px 0 0 auto;
    padding: 14px 16px;
    box-shadow: 5px 5px 0 var(--navy);
    transform: none;
  }

  .hero-dot-one {
    width: 62px;
    height: 62px;
  }

  .hero-dot-two {
    display: none;
  }

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

  .trust-ribbon p {
    min-height: 112px;
    padding: 18px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .trust-ribbon p:nth-child(even) {
    border-right: 0;
  }

  .trust-ribbon p:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .trust-ribbon strong {
    font-size: 0.82rem;
  }

  .trust-ribbon span {
    font-size: 0.68rem;
  }

  .schools-section,
  .experience-section,
  .family-section,
  .faq-section,
  .care-section,
  .project-section,
  .explore-section {
    padding: 74px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .project-statement h2,
  .care-title-block h2,
  .faq-intro h2,
  .visit-card h2 {
    font-size: clamp(2.45rem, 11vw, 3.75rem);
  }

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

  .school-card {
    min-height: 0;
    padding: 25px;
    border-radius: 24px;
    box-shadow: 7px 7px 0 var(--navy);
  }

  .school-card-copy {
    padding-top: 58px;
  }

  .school-card::after {
    top: 22px;
    left: 24px;
    font-size: clamp(2.4rem, 13vw, 3.7rem);
  }

  .school-card h3 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .school-address {
    align-items: flex-start;
    border-radius: 12px;
    line-height: 1.35;
  }

  .school-card-link {
    padding-inline: 7px;
  }

  .project-statement {
    gap: 25px;
  }

  .principle-grid {
    margin-top: 45px;
  }

  .principle-card {
    min-height: 350px;
    padding: 25px;
  }

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

  .experience-project,
  .experience-outdoor,
  .experience-food,
  .experience-family,
  .experience-services {
    grid-column: auto;
    min-height: 350px;
  }

  .experience-card {
    padding: 25px;
    text-align: left;
  }

  .experience-card h3 {
    padding-top: 55px;
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .care-grid,
  .faq-layout {
    gap: 52px;
  }

  .care-list article {
    display: block;
  }

  .testimonial-card {
    min-height: 300px;
    padding: 25px;
    text-align: left;
  }

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

  .explore-grid a {
    min-height: 190px;
    text-align: left;
  }

  .faq-list summary {
    font-size: 0.97rem;
  }

  .visit-section {
    padding: 0 0 70px;
  }

  .visit-card {
    width: min(calc(100% - 24px), 620px);
    gap: 38px;
    padding: 36px 24px;
    border-radius: 25px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .cascaron-home .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
    grid-column: auto;
    gap: 10px;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    min-height: 67px;
    border-top: 1px solid rgba(6, 43, 89, 0.16);
    background: var(--paper);
    box-shadow: 0 -10px 30px rgba(6, 43, 89, 0.1);
  }

  .mobile-contact-bar a {
    display: grid;
    place-items: center;
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 850;
  }

  .mobile-contact-bar a:last-child {
    margin: 7px;
    border-radius: 999px;
    background: var(--yellow);
  }

  .center-page-hero {
    padding: 62px 0 80px;
  }

  .center-page-copy h1 {
    font-size: clamp(3.5rem, 16vw, 5.5rem);
  }

  .center-info-card {
    padding: 26px;
    border-radius: 22px;
    box-shadow: 7px 7px 0 var(--navy);
  }

  .center-info-card ul {
    grid-template-columns: 1fr;
  }

  .center-next {
    padding: 68px 0;
  }
}

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

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

/* Complete local school pages */

.center-legacy-note {
  max-width: 720px;
  margin: 24px 0 0;
  padding: 14px 17px;
  border-left: 5px solid var(--coral);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.62);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 720;
}

.center-info-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 17px;
  border-top: 1px solid rgba(6, 43, 89, 0.2);
  font-size: 0.84rem;
  font-weight: 850;
}

.center-highlight-strip {
  background: var(--navy);
  color: white;
}

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

.center-highlight-grid article {
  min-height: 165px;
  align-content: center;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.center-highlight-grid article:last-child {
  border-right: 0;
}

.center-highlight-grid h2 {
  margin: 0;
  color: white;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.center-highlight-grid p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.55;
}

.center-story-section,
.center-spaces-section,
.center-services-section {
  padding: 118px 0;
}

.center-story-section {
  background: var(--paper);
}

.center-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: clamp(55px, 10vw, 145px);
}

.center-story-grid h2,
.center-section-heading h2,
.center-project-heading h2,
.center-services-intro h2,
.center-visit-card h2,
.other-school-inner h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 4.7vw, 5.4rem);
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.center-story-copy p {
  margin: 0 0 19px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.82;
}

.center-story-copy .text-link {
  margin-top: 15px;
}

.center-spaces-section {
  background: var(--cream);
}

.center-section-heading > p {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

.center-space-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.center-space-grid article {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 31px;
  border: 1.5px solid var(--navy);
  border-radius: 24px;
  background: var(--paper);
  color: var(--navy);
}

.center-space-grid article:nth-child(1) {
  background: var(--turquoise-soft);
}

.center-space-grid article:nth-child(2) {
  background: var(--yellow-soft);
}

.center-space-grid article:nth-child(3) {
  background: var(--sky-soft);
}

.center-space-grid article:nth-child(4) {
  background: var(--coral-soft);
}

.center-space-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 70px 0 0;
  font-size: clamp(2.2rem, 3.2vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.center-space-grid p {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin: 18px 0 0;
  line-height: 1.66;
}

.center-project-section {
  padding: 120px 0;
  background: var(--navy);
  color: white;
}

.center-project-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(45px, 9vw, 125px);
}

.center-project-heading h2 {
  color: white;
}

.center-project-heading > p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.center-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 62px;
}

.center-principle-grid article {
  min-height: 310px;
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
}

.center-principle-grid article:nth-child(1) {
  background: var(--yellow);
  color: var(--navy);
}

.center-principle-grid article:nth-child(2) {
  background: var(--turquoise);
  color: var(--navy);
}

.center-principle-grid article:nth-child(3) {
  background: var(--lilac);
  color: var(--navy);
}

.center-principle-grid h3 {
  margin: 64px 0 0;
  font-size: 1.75rem;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.center-principle-grid p {
  margin: 17px 0 0;
  line-height: 1.62;
}

.center-services-section {
  background: var(--paper);
}

.center-services-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
}

.center-services-intro h2 {
  font-size: clamp(3rem, 4.3vw, 4.8rem);
}

.center-services-intro > p:last-child {
  margin: 26px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.center-services-list {
  border-top: 2px solid var(--navy);
}

.center-services-list article {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.center-services-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.12rem;
  letter-spacing: -0.025em;
}

.center-services-list p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.center-visit-section {
  padding: 0 0 105px;
  background: var(--paper);
}

.center-visit-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(285px, 0.8fr);
  align-items: end;
  gap: clamp(50px, 9vw, 120px);
  padding: clamp(42px, 6vw, 76px);
  border-radius: 30px;
  background: var(--navy);
  color: white;
}

.center-page-apricot .center-visit-card {
  background:
    radial-gradient(circle at 92% 0%, rgba(242, 138, 114, 0.66) 0 145px, transparent 146px),
    var(--navy);
}

.center-visit-card h2 {
  color: white;
}

.center-visit-card > div:first-child > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.center-visit-actions {
  display: grid;
  gap: 12px;
}

.other-school-section {
  padding: 74px 0;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.other-school-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
}

.other-school-inner h2 {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}

.other-school-inner > div > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
}

.center-site-footer .footer-grid > div:not(.footer-brand, .footer-bottom) span {
  color: var(--muted);
  font-size: 0.84rem;
}

@media (max-width: 920px) {
  .center-highlight-grid {
    grid-template-columns: 1fr;
  }

  .center-highlight-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .center-highlight-grid article:last-child {
    border-bottom: 0;
  }

  .center-story-grid,
  .center-project-heading,
  .center-services-layout,
  .center-visit-card {
    grid-template-columns: 1fr;
  }

  .center-story-grid,
  .center-services-layout {
    gap: 45px;
  }

  .center-principle-grid {
    grid-template-columns: 1fr;
  }

  .center-principle-grid article {
    min-height: 260px;
  }

  .center-principle-grid h3 {
    margin-top: 42px;
  }

  .center-visit-actions {
    max-width: 460px;
  }
}

@media (max-width: 700px) {
  .center-story-section,
  .center-spaces-section,
  .center-services-section,
  .center-project-section {
    padding: 80px 0;
  }

  .center-story-grid h2,
  .center-section-heading h2,
  .center-project-heading h2,
  .center-services-intro h2,
  .center-visit-card h2,
  .other-school-inner h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .center-space-grid {
    grid-template-columns: 1fr;
  }

  .center-space-grid article {
    min-height: 300px;
    padding: 25px;
  }

  .center-space-grid h3 {
    margin-top: 42px;
  }

  .center-project-heading {
    gap: 25px;
  }

  .center-principle-grid {
    margin-top: 42px;
  }

  .center-services-list article {
    display: block;
  }

  .center-visit-section {
    padding-bottom: 70px;
  }

  .center-visit-card {
    width: min(calc(100% - 24px), 620px);
    gap: 36px;
    padding: 35px 24px;
    border-radius: 24px;
  }

  .other-school-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .other-school-inner .button {
    width: 100%;
  }
}

/* Shared editorial pages */

.editorial-page,
.visit-page {
  overflow: clip;
  background: var(--paper);
}

.editorial-project {
  --page-accent: var(--turquoise);
  --page-soft: var(--turquoise-soft);
}

.editorial-team {
  --page-accent: var(--coral);
  --page-soft: var(--coral-soft);
}

.editorial-kitchen {
  --page-accent: var(--yellow);
  --page-soft: var(--yellow-soft);
}

.editorial-families {
  --page-accent: var(--sky);
  --page-soft: var(--sky-soft);
}

.editorial-services {
  --page-accent: var(--lilac);
  --page-soft: var(--lilac-soft);
}

.editorial-camp {
  --page-accent: var(--coral);
  --page-soft: var(--lilac-soft);
}

.editorial-hero {
  position: relative;
  padding: 82px 0 105px;
  background:
    radial-gradient(circle at 2% 14%, color-mix(in srgb, var(--page-accent) 55%, transparent) 0 92px, transparent 93px),
    linear-gradient(122deg, var(--cream), var(--page-soft));
}

.editorial-hero::after {
  position: absolute;
  right: 0;
  bottom: 17%;
  width: 11%;
  height: 18px;
  background: var(--page-accent);
  content: "";
}

.editorial-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  align-items: center;
  gap: clamp(55px, 9vw, 125px);
}

.editorial-hero-copy {
  position: relative;
  z-index: 2;
}

.editorial-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(4.2rem, 7vw, 8rem);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.editorial-hero-copy > p:last-child {
  max-width: 750px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.editorial-hero-panel {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 34px;
  border: 2px solid var(--navy);
  border-radius: 26px;
  background: var(--page-accent);
  box-shadow: 12px 12px 0 var(--navy);
  color: var(--navy);
}

.editorial-panel-label {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-hero-panel article {
  position: relative;
  z-index: 1;
  padding: 17px 0;
  border-bottom: 1px solid rgba(6, 43, 89, 0.2);
}

.editorial-hero-panel article:last-child {
  border-bottom: 0;
}

.editorial-hero-panel h2 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.editorial-hero-panel article p {
  margin: 5px 0 0;
  font-size: 0.73rem;
  line-height: 1.5;
}

.editorial-manifesto,
.editorial-feature-section {
  padding: 118px 0;
}

.editorial-manifesto {
  background: var(--paper);
}

.editorial-manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  gap: clamp(60px, 10vw, 150px);
}

.editorial-manifesto h2,
.editorial-section-heading h2,
.editorial-process-intro h2,
.editorial-closing-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 4.8vw, 5.4rem);
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.editorial-manifesto-copy > p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.82;
}

.editorial-development-note {
  padding: 16px 18px;
  border-left: 5px solid var(--page-accent);
  border-radius: 0 12px 12px 0;
  background: var(--page-soft);
  color: var(--navy) !important;
  font-size: 0.78rem;
  font-weight: 700;
}

.editorial-feature-section {
  background: var(--page-soft);
}

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

.editorial-feature-grid article {
  display: grid;
  min-height: 360px;
  padding: 28px;
  border: 1.5px solid var(--navy);
  border-radius: 22px;
  background: var(--paper);
  color: var(--navy);
}

.editorial-feature-grid article:nth-child(3n + 1) {
  background: color-mix(in srgb, var(--page-accent) 32%, white);
}

.editorial-feature-grid article:nth-child(3n + 2) {
  background: var(--yellow-soft);
}

.editorial-feature-grid article:nth-child(3n + 3) {
  background: var(--sky-soft);
}

.editorial-feature-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-feature-grid h3 {
  align-self: end;
  margin: 100px 0 0;
  font-size: clamp(2rem, 2.7vw, 3.1rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.editorial-feature-grid article > p {
  margin: 18px 0 0;
  line-height: 1.65;
}

.editorial-process-section {
  padding: 118px 0;
  background: var(--navy);
  color: white;
}

.editorial-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1.2fr);
  gap: clamp(65px, 11vw, 160px);
}

.editorial-process-intro h2 {
  color: white;
}

.editorial-process-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.editorial-process-list article {
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.editorial-process-list h3 {
  margin: 0;
  color: white;
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.editorial-process-list p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.66;
}

.editorial-closing-section {
  padding: 105px 0;
  background: var(--paper);
}

.editorial-closing-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  align-items: end;
  gap: clamp(50px, 9vw, 120px);
  padding: clamp(40px, 6vw, 72px);
  border: 2px solid var(--navy);
  border-radius: 28px;
  background: var(--page-soft);
  box-shadow: 11px 11px 0 var(--page-accent);
}

.editorial-closing-card > div:first-child > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
}

.editorial-closing-actions {
  display: grid;
  gap: 12px;
}

/* Visit page */

.visit-page-hero {
  padding: 82px 0 105px;
  background:
    radial-gradient(circle at 96% 10%, rgba(255, 218, 26, 0.5) 0 120px, transparent 121px),
    linear-gradient(125deg, var(--cream), var(--turquoise-soft));
}

.visit-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  align-items: center;
  gap: clamp(55px, 9vw, 125px);
}

.visit-page-hero h1,
.visit-school-choice h2,
.visit-form-layout h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.8rem, 6.5vw, 7.2rem);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.91;
}

.visit-page-hero-grid > div > p:last-of-type {
  max-width: 750px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.visit-page-promise {
  padding: 33px;
  border: 2px solid var(--navy);
  border-radius: 26px;
  background: var(--yellow);
  box-shadow: 12px 12px 0 var(--navy);
  color: var(--navy);
}

.visit-page-promise ul {
  display: grid;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.visit-page-promise li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(6, 43, 89, 0.2);
}

.visit-page-promise li:last-child {
  border-bottom: 0;
}

.visit-page-promise li > span {
  font-size: 0.72rem;
  font-weight: 900;
}

.visit-page-promise strong {
  display: block;
  font-size: 1rem;
}

.visit-page-promise li p {
  margin: 5px 0 0;
  font-size: 0.76rem;
  line-height: 1.5;
}

.visit-school-choice {
  padding: 115px 0;
  background: var(--paper);
}

.visit-school-choice h2 {
  font-size: clamp(3rem, 4.8vw, 5.4rem);
}

.visit-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.visit-choice-grid article {
  display: grid;
  min-height: 350px;
  padding: 31px;
  border: 2px solid var(--navy);
  border-radius: 24px;
  background: var(--turquoise-soft);
  color: var(--navy);
}

.visit-choice-grid article:nth-child(2) {
  background: var(--coral-soft);
}

.visit-choice-grid article > span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visit-choice-grid h3 {
  align-self: end;
  margin: 90px 0 0;
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.visit-choice-grid p {
  margin: 18px 0 0;
}

.visit-choice-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
  padding-top: 16px;
  border-top: 1px solid rgba(6, 43, 89, 0.22);
  font-weight: 850;
}

.visit-form-section {
  padding: 115px 0;
  background: var(--navy);
  color: white;
}

.visit-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(60px, 10vw, 145px);
}

.visit-form-layout h2 {
  color: white;
  font-size: clamp(3.2rem, 4.8vw, 5.4rem);
}

.visit-form-layout > div > p:last-of-type {
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.visit-direct-call {
  display: flex;
  max-width: 310px;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--yellow);
  font-weight: 850;
}

.visit-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  padding: 32px;
  border-radius: 24px;
  background: var(--paper);
  color: var(--navy);
}

.form-field {
  display: grid;
  gap: 7px;
}

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

.form-field label {
  font-size: 0.74rem;
  font-weight: 800;
}

.form-field input,
.form-field select {
  width: 100%;
  min-height: 52px;
  padding: 12px 13px;
  border: 1.5px solid rgba(6, 43, 89, 0.22);
  border-radius: 11px;
  background: white;
  color: var(--navy);
  font: inherit;
}

.form-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin: 3px 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--navy);
}

.visit-form .button {
  width: 100%;
  border: 0;
}

.form-note {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  text-align: center;
}

@media (max-width: 920px) {
  .editorial-hero-grid,
  .editorial-manifesto-grid,
  .editorial-process-layout,
  .editorial-closing-card,
  .visit-page-hero-grid,
  .visit-form-layout {
    grid-template-columns: 1fr;
  }

  .editorial-hero-copy {
    max-width: 850px;
  }

  .editorial-hero-panel,
  .visit-page-promise {
    max-width: 720px;
  }

  .editorial-manifesto-grid,
  .editorial-process-layout,
  .visit-form-layout {
    gap: 50px;
  }

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

  .editorial-closing-actions {
    max-width: 470px;
  }
}

@media (max-width: 700px) {
  .editorial-page,
  .visit-page {
    padding-bottom: 67px;
  }

  .editorial-hero,
  .visit-page-hero {
    padding: 55px 0 75px;
  }

  .editorial-hero h1,
  .visit-page-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5.4rem);
  }

  .editorial-hero-panel,
  .visit-page-promise {
    padding: 25px;
    border-radius: 21px;
    box-shadow: 7px 7px 0 var(--navy);
  }

  .editorial-manifesto,
  .editorial-feature-section,
  .editorial-process-section,
  .editorial-closing-section,
  .visit-school-choice,
  .visit-form-section {
    padding: 80px 0;
  }

  .editorial-manifesto h2,
  .editorial-section-heading h2,
  .editorial-process-intro h2,
  .editorial-closing-card h2,
  .visit-school-choice h2,
  .visit-form-layout h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .editorial-feature-grid,
  .visit-choice-grid {
    grid-template-columns: 1fr;
  }

  .editorial-feature-grid article {
    min-height: 330px;
    padding: 25px;
  }

  .editorial-feature-grid h3 {
    margin-top: 80px;
  }

  .editorial-process-list article {
    display: block;
  }

  .editorial-closing-card {
    width: min(calc(100% - 24px), 620px);
    gap: 35px;
    padding: 34px 24px;
    border-radius: 23px;
    box-shadow: 7px 7px 0 var(--page-accent);
  }

  .visit-choice-grid article {
    min-height: 320px;
    padding: 25px;
  }

  .visit-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .form-field-wide {
    grid-column: auto;
  }
}
