/* Shared premium inner-page system */
.inner-page {
  background: #fff;
}
.playful-site .navbar .dropdown-toggle::after {
  margin-left: 0.35rem;
  vertical-align: 0.14em;
}
.playful-site .navbar .dropdown-menu {
  min-width: 260px;
  padding: 0.75rem;
  border: 1px solid rgba(10, 61, 42, 0.09);
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(9, 38, 26, 0.16);
}
.playful-site .navbar .dropdown-menu.at-highfields-menu {
  min-width: 520px;
  columns: 2;
  column-gap: 0.5rem;
}
.playful-site .navbar .dropdown-item {
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  border-radius: 12px;
  font-size: 0.83rem;
  font-weight: 600;
}
.playful-site .navbar .dropdown-item:hover {
  color: var(--forest);
  background: var(--paper);
}
.mobile-nav-group {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border);
}
.mobile-nav-group > p {
  margin: 0 0 0.45rem;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font:
    800 0.7rem "Manrope",
    sans-serif;
}
.mobile-nav .mobile-nav-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.15rem 0.65rem;
}
.mobile-nav .mobile-nav-sub a {
  padding: 0.5rem 0.25rem;
  border: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}
.mobile-nav .mobile-nav-sub a:hover {
  color: var(--green);
}

.inner-hero {
  position: relative;
  min-height: 340px;
  margin: 0 clamp(0.5rem, 1.4vw, 1.4rem);
  overflow: hidden;
  color: #fff;
  background: var(--forest);
  border-radius: 0 0 var(--play-radius-lg) var(--play-radius-lg);
  isolation: isolate;
}
.inner-hero-photo {
  position: absolute;
  inset: 0;
  background-image: none;
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
}
.inner-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(4, 30, 20, 0.96),
      rgba(4, 30, 20, 0.77) 46%,
      rgba(4, 30, 20, 0.18)
    ),
    linear-gradient(0deg, rgba(4, 30, 20, 0.5), transparent 60%);
}
.inner-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 340px;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.inner-hero .page-breadcrumb {
  margin-bottom: 1.35rem;
}
.inner-hero h1 {
  max-width: 900px;
  margin: 0;
  font:
    700 clamp(2.2rem, 4vw, 3.65rem)/1 "Manrope",
    sans-serif;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.inner-hero h1 em {
  position: relative;
  color: #fff;
  font-style: normal;
}
.inner-hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -0.07em;
  bottom: -0.02em;
  left: -0.07em;
  height: 0.29em;
  content: "";
  background: var(--coral);
  border-radius: 50%;
  transform: rotate(-2deg);
}
.inner-hero-content > p:not(.hero-kicker) {
  display: none;
}
.inner-hero-tag {
  display: none !important;
}
.admissions-hero,
.admissions-hero .admissions-hero-content {
  min-height: 590px;
}
.admissions-hero::after {
  background: linear-gradient(
    90deg,
    rgba(4, 30, 20, 0.97),
    rgba(4, 30, 20, 0.83) 50%,
    rgba(4, 30, 20, 0.5)
  );
}
.admissions-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: 3rem;
}
.admissions-hero-copy {
  min-width: 0;
}
.admissions-hero-copy .page-breadcrumb {
  margin-bottom: 1.25rem;
}
.admissions-hero-copy > p:not(.hero-kicker) {
  display: none;
}
.admissions-hero-form-shell {
  padding: clamp(1.35rem, 2.2vw, 2rem);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}
.admissions-hero-form-shell .eyebrow {
  margin-bottom: 0.35rem;
  color: var(--green);
}
.admissions-hero-form-shell h2 {
  margin: 0 0 1.15rem;
  font:
    800 clamp(1.45rem, 2vw, 2rem)/1.1 "Manrope",
    sans-serif;
  letter-spacing: -0.035em;
}
.hero-admission-form .form-label {
  margin-bottom: 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
}
.hero-admission-form .form-control,
.hero-admission-form .form-select {
  min-height: 48px;
  padding: 0.65rem 0.85rem;
  border-color: rgba(16, 35, 27, 0.16);
  border-radius: 12px;
  font-size: 0.88rem;
}
.hero-admission-form .form-control:focus,
.hero-admission-form .form-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 0.2rem rgba(20, 148, 71, 0.12);
}
.hero-admission-form .btn {
  margin-top: 0.2rem;
  border-radius: 14px;
}
.form-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}
.admission-form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  color: #0f5132;
  background: #d1e7dd;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.5;
}
.admission-form-status[hidden] { display: none; }
.admission-form-status.is-error { color: #842029; background: #f8d7da; }

.inner-intro {
  overflow: hidden;
  background: #fff;
}
.inner-intro-visual {
  position: relative;
  min-height: 500px;
}
.inner-intro-visual img {
  width: 90%;
  height: 460px;
  object-fit: cover;
  border-radius: 34px 88px 34px 34px;
  box-shadow: 12px 14px 0 var(--sun);
}
.inner-intro-stamp {
  position: absolute;
  right: 1%;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 135px;
  height: 135px;
  padding: 1rem;
  color: #fff;
  background: var(--coral);
  border: 7px solid #fff;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font:
    800 0.72rem/1.4 "Manrope",
    sans-serif;
  transform: rotate(7deg);
}
.inner-copy h2,
.inner-heading h2,
.inner-split h2,
.admission-docs h2,
.contact-details h2 {
  margin: 0 0 1.25rem;
  font:
    700 clamp(1.9rem, 3vw, 3.1rem)/1.08 "Manrope",
    sans-serif;
  letter-spacing: -0.045em;
}
.inner-copy h2 em,
.inner-heading h2 em,
.inner-split h2 em {
  color: var(--green);
  font-style: normal;
}
.inner-copy .lead {
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.75;
}
.inner-copy p:not(.eyebrow):not(.lead),
.inner-heading > p {
  color: var(--muted);
  line-height: 1.75;
}

.feature-band {
  background: var(--paper);
}
.inner-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.feature-tile {
  height: 100%;
  min-height: 260px;
  padding: 1.7rem;
  background: #fff;
  border: 1px solid rgba(10, 61, 42, 0.08);
  border-radius: 26px;
  box-shadow: 0 10px 35px rgba(9, 38, 26, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.feature-tile:hover {
  box-shadow: 0 22px 50px rgba(9, 38, 26, 0.12);
  transform: translateY(-7px);
}
.feature-tile > i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 2.2rem;
  color: var(--forest);
  background: var(--aqua);
  border-radius: 17px;
  font-size: 1.3rem;
  transform: rotate(-5deg);
}
.bi-piano::before {
  content: "♪";
  font-family: Georgia, serif;
  font-weight: 700;
}
.feature-grid > div:nth-child(3n + 2) .feature-tile > i {
  background: var(--sun);
}
.feature-grid > div:nth-child(3n + 3) .feature-tile > i {
  background: var(--coral);
}
.feature-tile h3 {
  margin: 0 0 0.65rem;
  font:
    700 1.08rem/1.3 "Manrope",
    sans-serif;
}
.feature-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.journey-section {
  background: #fff;
}
.journey-list {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.journey-list::before {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 34px;
  width: 2px;
  content: "";
  background: rgba(10, 61, 42, 0.14);
}
.journey-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.5rem;
  padding: 0 0 2.2rem;
}
.journey-item:last-child {
  padding-bottom: 0;
}
.journey-number {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: var(--forest);
  background: var(--sun);
  border: 6px solid #fff;
  border-radius: 50%;
  font:
    800 0.8rem "Manrope",
    sans-serif;
}
.journey-item:nth-child(even) .journey-number {
  background: var(--aqua);
}
.journey-card {
  padding: 1.7rem 2rem;
  background: var(--paper);
  border-radius: 22px;
}
.journey-card h3 {
  margin: 0 0 0.55rem;
  font:
    700 1.2rem "Manrope",
    sans-serif;
}
.journey-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.subject-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.subject-cloud span {
  padding: 0.7rem 1rem;
  color: var(--forest);
  background: #fff;
  border: 1px solid rgba(10, 61, 42, 0.1);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(9, 38, 26, 0.05);
}

.inner-cta {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: #fff;
}
.inner-cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(2.5rem, 5vw, 5rem);
  color: #fff;
  background: var(--forest);
  border-radius: 38px 90px 38px 38px;
  box-shadow: 13px 14px 0 var(--sun);
}
.inner-cta-shell > div:first-child {
  max-width: 720px;
}
.inner-cta h2 {
  margin: 0 0 0.8rem;
  font:
    700 clamp(1.9rem, 3vw, 3rem)/1.08 "Manrope",
    sans-serif;
  letter-spacing: -0.045em;
}
.inner-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}
.inner-cta .btn {
  flex: 0 0 auto;
  color: var(--forest);
  border: 0;
}

.admission-steps {
  background: var(--paper);
}
.process-grid {
  counter-reset: process;
}
.process-card {
  position: relative;
  height: 100%;
  min-height: 300px;
  padding: 1.8rem;
  overflow: hidden;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 12px 38px rgba(9, 38, 26, 0.07);
}
.process-card::after {
  position: absolute;
  top: -30px;
  right: -10px;
  color: rgba(10, 61, 42, 0.06);
  counter-increment: process;
  content: counter(process, decimal-leading-zero);
  font:
    800 7rem "Manrope",
    sans-serif;
}
.process-card > i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 3rem;
  color: var(--forest);
  background: var(--aqua);
  border-radius: 17px;
  font-size: 1.25rem;
}
.process-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.65rem;
  font:
    700 1.08rem "Manrope",
    sans-serif;
}
.process-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}
.admission-docs {
  background: #fff;
}
.document-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.document-checklist li {
  display: flex;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
}
.document-checklist i {
  color: var(--green);
}

.contact-section {
  background: var(--paper);
}
.contact-card-grid {
  display: grid;
  gap: 1rem;
}
.contact-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  padding: 1.35rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(9, 38, 26, 0.06);
}
.contact-card > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--forest);
  background: var(--aqua);
  border-radius: 16px;
  font-size: 1.2rem;
}
.contact-card h3 {
  margin: 0 0 0.3rem;
  font:
    700 1rem "Manrope",
    sans-serif;
}
.contact-card p,
.contact-card a {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.contact-form-shell {
  padding: clamp(1.8rem, 4vw, 3.2rem);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 18px 50px rgba(9, 38, 26, 0.1);
}
.contact-form-shell h2 {
  margin: 0 0 0.6rem;
  font:
    700 clamp(1.8rem, 2.8vw, 2.7rem)/1.08 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.contact-form-shell > p {
  margin-bottom: 1.8rem;
  color: var(--muted);
}
.contact-form-shell .form-control,
.contact-form-shell .form-select {
  min-height: 52px;
  border-color: rgba(10, 61, 42, 0.13);
  border-radius: 12px;
}
.contact-form-shell textarea.form-control {
  min-height: 130px;
}
.contact-form-shell .form-control:focus,
.contact-form-shell .form-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 0.2rem rgba(58, 177, 77, 0.12);
}
.contact-map-link {
  display: block;
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background: url("../images/campus-entrance.webp") center/cover no-repeat;
  border-radius: 30px;
}
.contact-map-link::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(4, 30, 20, 0.72), transparent 65%);
}
.contact-map-link span {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #fff;
  font:
    700 1.2rem "Manrope",
    sans-serif;
}

.activity-links {
  background: var(--paper);
}
.activity-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.activity-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  color: var(--ink);
  background: #fff;
  border-radius: 18px;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(9, 38, 26, 0.05);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}
.activity-link:hover,
.activity-link.active {
  color: var(--forest);
  background: var(--sun);
  transform: translateY(-3px);
}

.policy-hero,
.policy-hero .inner-hero-content {
  min-height: 340px;
}
.policy-content {
  background: var(--paper);
}
.policy-nav {
  position: sticky;
  top: 125px;
  display: grid;
  gap: 0.15rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(9, 38, 26, 0.08);
}
.policy-nav .eyebrow {
  margin: 0 0 0.8rem;
  padding: 0 0.65rem;
}
.policy-nav a {
  padding: 0.7rem 0.65rem;
  color: var(--muted);
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 600;
}
.policy-nav a:hover {
  color: var(--forest);
  background: var(--paper);
}
.policy-document {
  padding: clamp(1.7rem, 4vw, 3.5rem);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 16px 48px rgba(9, 38, 26, 0.07);
}
.policy-section {
  position: relative;
  padding: 0 0 2.7rem;
  margin: 0 0 2.7rem;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: 130px;
}
.policy-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.policy-section h2 {
  margin: 0 0 1.1rem;
  font:
    700 clamp(1.55rem, 2.4vw, 2.25rem)/1.12 "Manrope",
    sans-serif;
  letter-spacing: -0.035em;
}
.policy-section h3 {
  margin: 1.7rem 0 0.7rem;
  font:
    700 1.05rem "Manrope",
    sans-serif;
}
.policy-section p,
.policy-section li {
  color: var(--muted);
  line-height: 1.8;
}
.policy-section a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-section ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.25rem;
}
.policy-number {
  margin: 0 0 0.65rem !important;
  color: var(--green) !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font:
    800 0.65rem "Manrope",
    sans-serif;
}
.policy-callout {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  color: var(--forest);
  background: rgba(114, 217, 208, 0.22);
  border-radius: 18px;
}
.policy-callout i {
  flex: 0 0 auto;
  font-size: 1.35rem;
}
.policy-callout p {
  margin: 0;
  color: var(--forest);
  font-weight: 700;
}
.policy-contact {
  padding: 2rem;
  color: #fff;
  background: var(--forest);
  border-radius: 24px;
}
.policy-contact h2,
.policy-contact strong {
  color: #fff;
}
.policy-contact p,
.policy-contact address {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}
.policy-contact a {
  color: var(--lime);
}
.footer-privacy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}
.footer-privacy:hover {
  color: #fff;
}
.topbar p.mb-0 a {
  color: inherit;
}
.topbar p.mb-0 a:hover {
  color: #fff;
}
.topbar-separator {
  margin-inline: 0.38rem;
  opacity: 0.5;
}
.footer-address {
  max-width: 100%;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.6);
  overflow-wrap: anywhere;
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.65;
}
.footer-phones {
  display: grid;
  gap: 0.3rem;
}
.footer-phones a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}
.footer-phones a:hover {
  color: var(--lime);
}
.playful-site .footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.55fr) repeat(3, minmax(155px, 1fr));
  align-items: start;
  gap: clamp(2.5rem, 4vw, 5rem);
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.playful-site .footer-main > [class*="col"] {
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 0;
  margin: 0;
}
.playful-site .footer-logo {
  padding: 0;
  background: transparent;
  border-radius: 0;
  transform: none;
}
.playful-site .footer-logo img {
  width: min(260px, 100%);
}
.playful-site .footer-tagline {
  max-width: 440px;
  margin-top: 2rem;
}
.playful-site .site-footer h2 {
  margin-top: 0.25rem;
}
.campus-map-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  overflow: hidden;
  background: #fff;
}
.campus-map-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2rem;
}
.campus-map-heading h2 {
  margin: 0;
  font:
    700 clamp(1.9rem, 3vw, 3.1rem)/1.08 "Manrope",
    sans-serif;
  letter-spacing: -0.045em;
}
.campus-map-heading > p,
.campus-map-heading > div > p:not(.eyebrow) {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.campus-map-frame {
  position: relative;
  padding: 0.65rem;
  background: var(--sun);
  border-radius: 30px 70px 30px 30px;
  box-shadow: 12px 14px 0 var(--aqua);
}
.campus-map-frame iframe {
  display: block;
  width: 100%;
  height: min(520px, 65vh);
  border-radius: 23px 62px 23px 23px;
}

@media (min-width: 1200px) {
  .playful-site .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Blog listing and article pages */
.blog-page,
.article-page {
  background: #f8f5ed;
}

.blog-masthead {
  position: relative;
  min-height: 470px;
  margin: 0 1.5rem;
  overflow: hidden;
  border-radius: 0 0 42px 42px;
  color: #fff;
}

.blog-masthead-image,
.blog-masthead-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.blog-masthead-image {
  object-fit: cover;
  object-position: center 57%;
}

.blog-masthead-shade {
  background: linear-gradient(
    90deg,
    rgba(1, 42, 29, 0.95) 0%,
    rgba(1, 42, 29, 0.74) 42%,
    rgba(1, 42, 29, 0.18) 78%
  );
}

.blog-masthead-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  justify-content: center;
}

.blog-masthead .page-breadcrumb {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.72);
}

.blog-masthead .page-breadcrumb a,
.article-header .page-breadcrumb a {
  color: inherit;
}

.blog-masthead .hero-kicker {
  margin-bottom: 1.25rem;
}

.blog-masthead h1 {
  max-width: 720px;
  margin: 0;
  font: 700 clamp(2.75rem, 5vw, 5rem)/0.98
    var(--font-heading, "Manrope", sans-serif);
  letter-spacing: -0.055em;
}

.blog-masthead h1 em {
  display: block;
  color: #b8e466;
  font-style: normal;
}

.blog-listing {
  overflow: hidden;
}

.blog-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}

.blog-section-heading h2,
.blog-cta h2 {
  max-width: 700px;
  margin: 0;
  color: #082f22;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: -0.045em;
}

.blog-section-heading > p {
  margin: 0;
  color: #596960;
  font-size: 1.08rem;
  line-height: 1.75;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.blog-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 61, 43, 0.1);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 61, 43, 0.09);
  flex-direction: column;
}

.blog-card:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-column: 1 / -1;
  min-height: 440px;
}

.blog-card-image {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  flex: 0 0 auto;
}

.blog-card:first-child .blog-card-image {
  min-height: 420px;
  height: 100%;
  aspect-ratio: auto;
}

.blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.65s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.035);
}

.blog-card-image > span {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  background: #ffd568;
  color: #073d2b;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  justify-content: flex-start;
  padding: 1.75rem;
  flex: 1 1 auto;
}

.blog-card:first-child .blog-card-body {
  justify-content: center;
  padding: clamp(2rem, 4vw, 4rem);
}

.blog-meta {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1.25rem;
  color: #6a776f;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.blog-meta span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #13a35d;
}

.blog-card h3 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.blog-card:first-child h3 {
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.blog-card h3 a {
  color: #082f22;
  text-decoration: none;
}

.blog-card-body > p:not(.blog-meta) {
  color: #596960;
  font-size: 0.98rem;
  line-height: 1.7;
}

.blog-card:first-child .blog-card-body > p:not(.blog-meta) {
  font-size: 1.05rem;
}

.blog-read-more {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  width: max-content;
  margin-top: auto;
  padding-top: 1rem;
  color: #078b4b;
  font-weight: 750;
  text-decoration: none;
}

.blog-read-more i {
  transition: transform 0.25s ease;
}

.blog-read-more:hover i {
  transform: translateX(5px);
}

.blog-cta-section {
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
}

.blog-cta {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 34px;
  background: #dff2a3;
}

.blog-cta .eyebrow {
  color: #087344;
}

/* Blog detail */
.article-header {
  overflow: hidden;
  padding: clamp(2rem, 3vw, 2.5rem) 0;
  background: #073d2b;
  color: #fff;
}

.article-header .page-breadcrumb {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.64);
}

.article-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.article-heading h1 {
  margin: 0.75rem 0;
  font: 700 clamp(1.75rem, 2.2vw, 2.2rem)/1.12
    var(--font-heading, "Manrope", sans-serif);
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.article-deck {
  max-width: 620px;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 600;
}

.article-byline span {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.article-lead-image {
  position: relative;
  height: clamp(150px, 20vh, 190px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px 32px 90px 32px;
  box-shadow: 22px 22px 0 rgba(184, 228, 102, 0.16);
  transform: none;
}

.article-lead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 830px);
  gap: clamp(3rem, 7vw, 7rem);
  justify-content: center;
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.article-aside {
  position: sticky;
  top: 130px;
  align-self: start;
  padding: 1.5rem 0;
  border-top: 2px solid #0da05a;
  border-bottom: 1px solid rgba(7, 61, 43, 0.14);
}

.article-aside nav {
  display: grid;
  gap: 0.85rem;
  margin: 1.4rem 0 1.8rem;
}

.article-aside a {
  color: #53665c;
  font-size: 0.92rem;
  line-height: 1.4;
  text-decoration: none;
}

.article-aside a:hover {
  color: #078b4b;
}

.article-aside .article-back-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: #073d2b;
  font-weight: 700;
}

.article-content {
  min-width: 0;
  color: #3f5047;
  font-size: 1.08rem;
  line-height: 1.82;
}

.article-content section + section,
.article-content figure + section {
  margin-top: clamp(2rem, 3vw, 3rem);
}

.article-content p {
  margin-bottom: 1.5rem;
}

.article-content .article-intro {
  color: #173e30;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.65;
}

.article-section-label {
  margin-bottom: 0.75rem !important;
  color: #078b4b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-content h2 {
  max-width: 700px;
  margin-bottom: 1rem;
  color: #082f22;
  font-size: clamp(1rem, 2.4vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.article-content h3 {
  margin-bottom: 0.45rem;
  color: #123d2e;
  font-size: 1.25rem;
}

.article-benefit {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.55rem 0;
  border-top: 1px solid rgba(7, 61, 43, 0.13);
}

.article-benefit:last-child {
  border-bottom: 1px solid rgba(7, 61, 43, 0.13);
}

.article-benefit > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #dff2a3;
  color: #073d2b;
  font-size: 0.78rem;
  font-weight: 800;
}

.article-benefit p {
  margin: 0;
}

.article-inline-image {
  margin: clamp(4rem, 7vw, 6rem) 0 0;
}

.article-inline-image img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 28px;
}

.article-inline-image figcaption {
  margin-top: 0.85rem;
  color: #718078;
  font-size: 0.85rem;
}

.article-content blockquote {
  margin: 2.5rem 0;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  border-left: 5px solid #ffd568;
  border-radius: 0 24px 24px 0;
  background: #edf6db;
  color: #073d2b;
  font: 650 clamp(1.2rem, 2vw, 1.55rem)/1.55
    var(--font-heading, "Manrope", sans-serif);
}

.article-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.article-steps > div {
  padding: 1.6rem;
  border: 1px solid rgba(7, 61, 43, 0.12);
  border-radius: 20px;
  background: #fff;
}

.article-steps span {
  color: #078b4b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-steps h3 {
  margin: 0.7rem 0;
}

.article-steps p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.article-cta {
  margin-top: 3rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: 28px;
  background: #073d2b;
  color: #fff;
}

.article-cta h2 {
  margin-bottom: 1.75rem;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.article-cta .eyebrow {
  color: #b8e466;
}

.article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

@media (max-width: 1199.98px) {
  .article-heading {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  }
}

@media (max-width: 991.98px) {
  .blog-masthead {
    margin: 0 0.75rem;
  }

  .blog-section-heading,
  .article-heading,
  .article-layout {
    grid-template-columns: 1fr;
  }

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

  .article-heading-copy {
    max-width: 780px;
  }

  .article-lead-image {
    max-width: 760px;
    transform: none;
  }

  .article-layout {
    gap: 2.5rem;
  }

  .article-aside {
    position: static;
  }

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

@media (max-width: 767.98px) {
  .blog-masthead,
  .blog-masthead-content {
    min-height: 390px;
  }

  .blog-masthead {
    border-radius: 0 0 28px 28px;
  }

  .blog-masthead-image {
    object-position: 62% center;
  }

  .blog-masthead-shade {
    background: linear-gradient(
      90deg,
      rgba(1, 42, 29, 0.94),
      rgba(1, 42, 29, 0.52)
    );
  }

  .blog-masthead h1 {
    max-width: 92%;
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .blog-section-heading {
    gap: 1.25rem;
  }

  .blog-card {
    border-radius: 24px;
  }

  .blog-card:first-child {
    display: flex;
  }

  .blog-card-image,
  .blog-card:first-child .blog-card-image {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .blog-card-body {
    padding: 1.75rem;
  }

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

  .blog-cta {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
  }

  .article-header {
    padding-block: 1.5rem;
  }

  .article-heading {
    gap: 2.5rem;
  }

  .article-heading h1 {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
  }

  .article-lead-image {
    height: clamp(150px, 23vh, 190px);
    border-radius: 24px 24px 54px 24px;
    box-shadow: 10px 10px 0 rgba(184, 228, 102, 0.16);
  }

  .article-layout {
    padding-top: 3.5rem;
  }

  .article-aside nav,
  .article-steps {
    grid-template-columns: 1fr;
  }

  .article-content {
    font-size: 1rem;
    line-height: 1.75;
  }

  .article-benefit {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.9rem;
  }

  .article-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .playful-site .navbar .dropdown-menu.at-highfields-menu {
    min-width: 0;
    columns: 1;
  }
}
@media (max-width: 991.98px) {
  .inner-cta-shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .activity-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .admissions-hero,
  .admissions-hero .admissions-hero-content {
    min-height: auto;
  }
  .admissions-hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-block: 2.5rem;
  }
  .admissions-hero-copy h1 {
    max-width: 680px;
  }
  .policy-nav {
    position: static;
  }
  .campus-map-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .playful-site .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .playful-site .footer-main > div:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767.98px) {
  .inner-hero,
  .inner-hero-content {
    min-height: 310px;
  }
  .inner-hero {
    margin-inline: 0;
    border-radius: 0 0 30px 30px;
  }
  .inner-hero-content {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .inner-hero .page-breadcrumb {
    margin-bottom: 1rem;
  }
  .inner-hero h1 {
    font-size: clamp(2.15rem, 9vw, 3.15rem);
  }
  .inner-hero::after {
    background: linear-gradient(
      90deg,
      rgba(4, 30, 20, 0.96),
      rgba(4, 30, 20, 0.62)
    );
  }
  .inner-intro-visual {
    min-height: 390px;
  }
  .inner-intro-visual img {
    width: 94%;
    height: 350px;
  }
  .inner-intro-stamp {
    width: 100px;
    height: 100px;
    border-width: 5px;
    font-size: 0.58rem;
  }
  .feature-tile {
    min-height: 0;
  }
  .journey-list::before {
    left: 27px;
  }
  .journey-item {
    grid-template-columns: 55px 1fr;
    gap: 0.8rem;
  }
  .journey-number {
    width: 55px;
    height: 55px;
    border-width: 4px;
  }
  .journey-card {
    padding: 1.3rem;
  }
  .inner-cta-shell {
    border-radius: 28px 65px 28px 28px;
  }
  .inner-cta .btn {
    width: 100%;
  }
  .document-checklist {
    grid-template-columns: 1fr;
  }
  .activity-link-grid {
    grid-template-columns: 1fr;
  }
  .mobile-nav .mobile-nav-sub {
    grid-template-columns: 1fr;
  }
  .admissions-hero-content {
    padding-block: 2rem;
  }
  .admissions-hero-form-shell {
    padding: 1.2rem;
    border-radius: 20px;
  }
  .admissions-hero-form-shell h2 {
    font-size: 1.4rem;
  }
  .campus-map-frame {
    padding: 0.4rem;
    border-radius: 22px 45px 22px 22px;
    box-shadow: 7px 8px 0 var(--aqua);
  }
  .campus-map-frame iframe {
    height: 390px;
    border-radius: 18px 39px 18px 18px;
  }
  .playful-site .site-footer .container-xxl {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .playful-site .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.5rem;
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .playful-site .footer-main > div:first-child {
    grid-column: 1 / -1;
  }
  .playful-site .footer-main > div:last-child {
    grid-column: 1 / -1;
  }
  .playful-site .footer-logo img {
    width: min(230px, 100%);
  }
  .playful-site .footer-bottom {
    width: 100%;
    margin-inline: 0;
  }
}

/* Clean, consistent About page layout */
.about-page main .display-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}
.about-page .about-hero {
  min-height: 440px;
  margin: 0 clamp(0.5rem, 1.4vw, 1.4rem);
  border-radius: 0 0 var(--play-radius-lg) var(--play-radius-lg);
}
.about-page .about-hero::before,
.about-page .hero-doodles,
.about-page .hero-legacy-seal,
.about-page .about-hero-marker {
  display: none !important;
}
.about-page .about-hero-inner {
  min-height: 440px;
  padding: 3rem clamp(1.25rem, 6vw, 6rem);
}
.about-page .about-hero h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 4.6vw, 4.6rem);
}
.about-page .about-hero-inner > p:last-child {
  max-width: 650px;
  font-size: 1.05rem;
  line-height: 1.65;
}

.about-page .about-intro,
.about-page .jubilee-section,
.about-page .why-section {
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
}
.about-page .about-intro {
  background: #fff;
}
.about-page .section-rail,
.about-page .story-note {
  display: none !important;
}
.about-page .story-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
  gap: 1.5rem;
  min-height: 0;
  margin-top: 3.5rem;
  padding: 0;
}
.about-page .story-image {
  border-radius: 26px;
  box-shadow: 0 16px 45px rgba(9, 38, 26, 0.1);
}
.about-page .story-image-main,
.about-page .story-image-detail {
  width: 100%;
  height: 460px;
  margin: 0;
  align-self: auto;
}
.about-page .legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 1.5rem 0 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: 0 16px 45px rgba(9, 38, 26, 0.08);
}
.about-page .legacy-stat {
  min-height: 190px;
  padding: 2rem;
}
.about-page .legacy-statement {
  border-radius: 0;
}

.about-page .purpose-section {
  margin: 0 clamp(0.5rem, 1.4vw, 1.4rem);
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
  border-radius: var(--play-radius-lg);
}
.about-page .purpose-orbit,
.about-page .sticker-purpose {
  display: none !important;
}
.about-page .purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.about-page .purpose-card,
.about-page .purpose-card:nth-child(1),
.about-page .purpose-card:nth-child(2),
.about-page .purpose-card:nth-child(3) {
  min-height: 350px;
  margin: 0;
  padding: 2rem;
  border-radius: 24px;
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}
.about-page .purpose-card:hover {
  transform: translateY(-4px);
}
.about-page .purpose-card > i {
  margin-bottom: 2.75rem;
}
.about-page .purpose-card h3 {
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.about-page .jubilee-section::before {
  display: none;
}
.about-page .jubilee-visual {
  margin: 0;
  padding: 0;
}
.about-page .jubilee-visual > img:first-child {
  width: 100%;
  height: 520px;
  border-radius: 28px;
  clip-path: none;
  box-shadow: 0 18px 55px rgba(9, 38, 26, 0.12);
}
.about-page .jubilee-detail-image,
.about-page .jubilee-badge {
  display: none !important;
}

.about-page .why-section {
  background: var(--paper);
}
.about-page .why-section::before {
  display: none;
}
.about-page .why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 1.25rem;
}
.about-page .why-card,
.about-page .why-card:nth-child(1),
.about-page .why-card:nth-child(2),
.about-page .why-card:nth-child(3),
.about-page .why-card:nth-child(4),
.about-page .why-card-wide {
  grid-column: auto;
  grid-row: auto;
  display: block;
  min-height: 280px;
  padding: 2rem;
  color: var(--ink);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 12px 38px rgba(9, 38, 26, 0.07);
}
.about-page .why-card:nth-child(1) {
  color: #fff;
  background: var(--forest);
}
.about-page .why-card:nth-child(3) {
  background: var(--lime);
}
.about-page .why-card:nth-child(4) {
  color: #fff;
  background: var(--green);
}
.about-page .why-card-wide {
  grid-column: span 2;
}
.about-page .why-card i,
.about-page .why-card:nth-child(1) i {
  margin: 1.5rem 0 2.5rem;
  font-size: 2rem;
}
.about-page .why-card h3,
.about-page .why-card:nth-child(1) h3 {
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
}
.about-page .why-card blockquote {
  margin: 1.5rem 0 0;
  font-size: 1.15rem;
}
.about-page .why-card:hover {
  transform: translateY(-4px);
}

.about-page .values-strip {
  padding-block: 1.5rem;
  transform: none;
}
.about-page .about-cta {
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
}
.about-page .about-cta-shell {
  min-height: 300px;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  border-radius: 30px;
}
.about-page .cta-rings {
  display: none;
}

@media (max-width: 991.98px) {
  .about-page .story-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .about-page .story-image-main,
  .about-page .story-image-detail {
    height: 380px;
  }
  .about-page .legacy-grid,
  .about-page .purpose-grid,
  .about-page .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-page .legacy-statement,
  .about-page .purpose-card:nth-child(3),
  .about-page .why-card-wide {
    grid-column: span 2;
  }
  .about-page .jubilee-visual > img:first-child {
    height: 440px;
  }
}

@media (max-width: 767.98px) {
  .about-page .about-hero {
    min-height: 380px;
    margin-inline: 0;
    border-radius: 0 0 30px 30px;
  }
  .about-page .about-hero-inner {
    min-height: 380px;
    padding: 2.5rem 1.25rem;
  }
  .about-page .about-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }
  .about-page .story-gallery,
  .about-page .legacy-grid,
  .about-page .purpose-grid,
  .about-page .why-grid {
    grid-template-columns: 1fr;
  }
  .about-page .story-image-main,
  .about-page .story-image-detail {
    width: 100%;
    height: 320px;
    margin: 0;
    border: 0;
  }
  .about-page .legacy-statement,
  .about-page .purpose-card:nth-child(3),
  .about-page .why-card-wide {
    grid-column: auto;
  }
  .about-page .purpose-card,
  .about-page .purpose-card:nth-child(1),
  .about-page .purpose-card:nth-child(2),
  .about-page .purpose-card:nth-child(3),
  .about-page .why-card,
  .about-page .why-card:nth-child(1) {
    min-height: 0;
  }
  .about-page .jubilee-visual > img:first-child {
    height: 350px;
  }
  .about-page .about-cta-shell {
    min-height: 0;
    border-radius: 24px;
  }
}
