@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap');

:root { color-scheme: light; font-family: "Quicksand", system-ui, sans-serif; color: #374151; }
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; }
html { overflow-y: scroll; }
body { width: 100%; background: #fff; min-height: 100vh; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell-container { width: min(100% - 2rem, 1280px); margin-inline: auto; }
.top-contact-bar { position: relative; z-index: 60; height: 48px; color: #fff; background: linear-gradient(90deg, #4fc3cf, #d021d3, #27289c); font-family: system-ui, -apple-system, "system-ui", sans-serif; line-height: 1.5; }
.top-contact-bar__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.top-contact-bar__details, .top-contact-bar__details a, .top-contact-bar__address { display: flex; align-items: center; gap: .5rem; }
.top-contact-bar__details { gap: 2rem; padding-inline: 0; font-size: .875rem; }
.top-contact-bar a { text-decoration: none; }
.top-contact-bar svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.75; }
.top-contact-bar__cta { padding: .5rem 1rem; border-radius: 999px; background: #4fc3cf; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .15); font-size: .875rem; font-weight: 600; text-transform: uppercase; }
.site-header { position: sticky; z-index: 50; top: 0; height: 96px; background: #fff; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); font-family: system-ui, -apple-system, "system-ui", sans-serif; line-height: 1.5; transition: height .3s ease; }
.site-header__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.site-header__logo, .site-header__logo img { display: block; }
.site-header__logo img { width: auto; height: 80px; transition: height .3s ease; }
.site-header.is-scrolled { height: 64px; }
.site-header.is-scrolled .site-header__logo img { height: 52px; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; }
.desktop-nav__item { display: flex; align-items: center; }
.desktop-nav__link, .desktop-nav__button { border: 0; padding: 0; color: #374151; background: transparent; cursor: pointer; font-size: 1rem; font-weight: 500; line-height: 1.5rem; text-decoration: none; text-transform: uppercase; }
.desktop-nav__button { display: flex; align-items: center; gap: .25rem; }
.desktop-nav__button svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .2s ease; }
.desktop-nav__button[aria-expanded="true"] svg { transform: rotate(180deg); }
.desktop-nav__link:hover, .desktop-nav__button:hover, .desktop-nav__button[aria-expanded="true"] { color: #4fc3cf; }
.mega-menu { position: absolute; top: 100%; left: 0; width: 100%; border-top: 1px solid #f3f4f6; background: rgb(249 250 251 / .8); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); backdrop-filter: blur(8px); }
.mega-menu__inner { display: grid; gap: 1rem; padding-block: 2rem; }
.mega-menu__section h2 { margin: 0 0 .25rem; color: #4b5563; font-size: .875rem; font-weight: 700; line-height: 1.25rem; text-transform: uppercase; }
.mega-menu__grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mega-menu__grid--grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mega-menu__card { display: flex; gap: 1rem; min-height: 80px; padding: 1rem; border: 1px solid #f3f4f6; border-radius: .75rem; background: rgb(255 255 255 / .8); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.mega-menu__card:hover { border-color: rgb(79 195 207 / .3); background: #fff; }
.mega-menu__icon { flex: 0 0 3rem; width: 3rem; height: 3rem; }
.mega-menu__icon img { width: 100%; height: 100%; object-fit: contain; }
.mega-menu__copy { display: grid; flex: 1; grid-template-columns: minmax(0, 1fr) auto; align-content: start; gap: .25rem 0; }
.mega-menu__title { color: #374151; font-family: "Quicksand", sans-serif; font-size: .875rem; font-weight: 700; line-height: 1.25rem; text-transform: uppercase; }
.mega-menu__subtitle { padding: .125rem .5rem; border-radius: .25rem; color: #6b7280; background: rgb(79 81 175 / .05); font-size: .75rem; font-weight: 500; line-height: 1rem; }
.mega-menu__description { grid-column: 1 / -1; color: #6b7280; font-size: .75rem; line-height: 1rem; }
.mobile-menu-toggle, .mobile-menu { display: none; }
.site-footer { color: #fff; background: linear-gradient(90deg, #a020d2, #460493); font-family: system-ui, -apple-system, "system-ui", sans-serif; line-height: 1.5rem; -webkit-font-smoothing: antialiased; }
.site-footer__inner { width: min(100% - 4rem, 1280px); padding-block: 3rem; }
.site-footer__columns { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2rem; }
.site-footer__column h3 { margin: 0 0 1rem; font-size: 1.125rem; font-weight: 600; line-height: 1.75rem; }
.site-footer__column ul { margin: 0; padding: 0; list-style: none; }
.site-footer__column li + li { margin-top: .5rem; }
.site-footer__column a, .site-footer address, .site-footer__legal { color: #d1d5db; font-style: normal; line-height: 1.5rem; text-decoration: none; }
.site-footer__column a:hover, .site-footer__legal a:hover { color: #fff; }
.site-footer address { display: block; }
.site-footer address p { margin: 0; }
.site-footer__social { display: flex; justify-content: center; gap: 1.5rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #6b7280; }
.site-footer__social a { display: flex; align-items: center; color: #9ca3af; }
.site-footer__social svg { width: 1.5rem; height: 1.5rem; fill: currentColor; }
.site-footer__legal { display: flex; align-items: center; justify-content: space-between; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #6b7280; }
.site-footer__legal p { margin: 0; font-size: .875rem; line-height: 1.25rem; }
@media (max-width: 1023px) {
  .desktop-nav { display: none; }
  .mobile-menu-toggle { display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; color: #374151; cursor: pointer; }
  .mobile-menu-toggle svg { grid-area: 1 / 1; width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
  .mobile-menu-toggle__close { display: none; }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__open { display: none; }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__close { display: block; }
  .mobile-menu { display: block; position: fixed; z-index: 41; inset: 0; width: auto; height: 100vh; padding-top: 144px; overflow-y: auto; background: rgb(255 255 255 / .9); backdrop-filter: blur(4px); }
  .mobile-menu__inner { width: 100%; margin: 0 auto; padding: 1rem; }
  .mobile-menu__link, .mobile-menu__section-toggle { display: flex; width: 100%; height: 49px; align-items: center; justify-content: space-between; padding: .75rem 0; border: 0; border-bottom: 1px solid #e5e7eb; color: #111827; background: transparent; font-weight: 400; text-decoration: none; text-transform: none; }
  .mobile-menu__section-toggle svg { width: 1rem; height: 1rem; fill: currentColor; stroke: none; transition: transform .2s ease; }
  .mobile-menu__section-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .mobile-menu__submenu { padding: 0; background: transparent; }
  .mobile-menu__submenu h2 { margin: 1rem 0 .75rem; color: #9333ea; font-size: .875rem; line-height: 1.25rem; text-transform: none; }
  .mobile-menu__card { position: relative; display: flex; min-height: 80px; align-items: center; gap: 1rem; margin-bottom: .5rem; padding: 1rem; border-radius: .75rem; color: #374151; background: rgb(255 255 255 / .8); text-decoration: none; }
  .mobile-menu__icon { display: block; width: 3rem; height: 3rem; flex: 0 0 3rem; }
  .mobile-menu__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
  .mobile-menu__copy { display: grid; min-width: 0; flex: 1; grid-template-columns: minmax(0, 1fr) auto; align-content: start; gap: .25rem .5rem; }
  .mobile-menu__title { font-size: .875rem; font-weight: 600; line-height: 1.25rem; text-transform: uppercase; }
  .mobile-menu__subtitle { padding: .125rem .5rem; border-radius: .25rem; color: #6b7280; background: rgb(79 81 175 / .05); font-size: .75rem; line-height: 1rem; white-space: nowrap; }
  .mobile-menu__description { grid-column: 1 / -1; color: #6b7280; font-size: .75rem; line-height: 1rem; }
  .mobile-menu__badge { position: absolute; top: -.75rem; right: -.5rem; color: #f5b301; font-size: 1.5rem; }
  .site-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .top-contact-bar__address { display: none; }
  .site-footer__legal { flex-direction: column; gap: 1rem; text-align: center; }
}
.text-image { position: relative; width: 100%; padding: 4rem 0; overflow: hidden; scroll-margin-top: 9rem; }
.text-image--secondary-400 { background: #4f51af; color: #fff; }
.text-image--primary-400 { background: #4fc3cf; color: #fff; }
.text-image--fifth-400.text-image--no-media { background: #6f33bf; color: #fff; }
.text-image--white { background: #fff; color: #374151; }
.text-image__inner { position: relative; z-index: 1; width: min(100% - 2rem, 1024px); margin: 0 auto; padding: 0 2rem; }
.text-image__heading { display: flex; flex-direction: column; align-items: center; margin-bottom: 2.625rem; padding: .5rem 0; text-align: center; gap: .5rem; }
.text-image__heading h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 1.875rem); line-height: 2.25rem; font-weight: 700; text-transform: uppercase; }
.text-image__subtitle { margin: 0; font-size: clamp(.875rem, 2vw, 1.25rem); opacity: .75; }
.text-image__heading > span { display: block; width: 6rem; height: .25rem; margin-top: .625rem; border-radius: 999px; background: linear-gradient(90deg, #4fc3cf, #4f51af); }
.text-image__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 4rem; }
.text-image__copy { order: 1; font-size: 1.125rem; line-height: 1.625; }
.text-image__copy > :first-child { margin-top: 0; }
.text-image__copy h3 { margin: 1.25rem 0 .833333rem; color: #111827; font: 700 1.25rem/1.75rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.text-image__copy p { margin: 0 0 1.5rem; }
.text-image__copy ul { list-style: none; padding: 0; }
.text-image__copy li { position: relative; padding-left: 1.5rem; margin-bottom: .5rem; }
.text-image__copy li::before { content: "✓"; position: absolute; left: 0; color: #22c55e; font-weight: 700; }
.text-image__copy a.inline-flex { display: inline-flex; max-width: 100%; min-height: 56px; align-items: center; justify-content: center; padding: 1rem 3rem; border-radius: 9999px; color: #fff; background: #4fc3cf; font-size: 1rem; font-weight: 500; line-height: 1.5rem; text-align: center; text-decoration: none; text-transform: uppercase; }
.text-image__media { order: 2; position: relative; aspect-ratio: 1; overflow: hidden; margin: 0 0 1rem; border-radius: 1rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.text-image__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.text-image__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top right, rgb(79 195 207 / .2), rgb(229 51 237 / .2)); }
.text-image__grid:not(.text-image__grid--left-text-right-image) .text-image__copy { order: 2; }
.text-image__grid:not(.text-image__grid--left-text-right-image) .text-image__media { order: 1; }
.text-image[data-media-status="unavailable"] .text-image__grid--left-image-right-text .text-image__copy { grid-column: 2; }
.text-image--fifth-400.text-image--no-media { padding-bottom: 5.125rem; }
.text-image--fifth-400.text-image--no-media .text-image__inner { transform: none; }
.text-image--fifth-400.text-image--no-media .text-image__heading { margin-bottom: 3rem; }
.text-image--fifth-400.text-image--no-media .text-image__copy { grid-column: 2; font: 18px/29.25px system-ui, -apple-system, "system-ui", sans-serif; }
.text-image--fifth-400.text-image--no-media .text-image__copy h4 { margin: 0 0 .5rem; font: 600 18px/28px system-ui, -apple-system, "system-ui", sans-serif; }
.text-image--fifth-400.text-image--no-media .text-image__copy p { margin: 0 0 1.5rem; }
.text-image--fifth-400.text-image--no-media .text-image__copy p:last-child { margin-bottom: 0; }
.text-image--fifth-400:has(.text-image__media) { width: 100%; height: 708px; padding: 64px 0; color: #fff; background-color: #7936cf; background-image: linear-gradient(rgb(121 54 207 / .78), rgb(121 54 207 / .78)), var(--text-image-bg); background-position: center; background-size: cover; }
.text-image--fifth-400:has(.text-image__media) .text-image__inner { width: min(100% - 32px, 1024px); padding: 0 32px; transform: none; }
.text-image--fifth-400:has(.text-image__media) .text-image__heading { margin-bottom: 42px; }
.text-image--fifth-400:has(.text-image__media) .text-image__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.text-image--fifth-400:has(.text-image__media) .text-image__copy { grid-column: 1; grid-row: 1; order: initial; font: 18px/29px system-ui, sans-serif; }
.text-image--fifth-400:has(.text-image__media) .text-image__media { width: 448px; height: 448px; grid-column: 2; grid-row: 1; order: initial; }
.text-image--fifth-400:has(.text-image__media) .text-image__copy h2 { margin: 0 0 24px; color: #fff; font: 700 30px/40px system-ui, -apple-system, "system-ui", sans-serif; }
.text-image--fifth-400:has(.text-image__media) .text-image__copy ul { margin: 12px 0 0; }
.text-image--fifth-400:has(.text-image__media) .text-image__copy li { margin: 12px 0 8px; }
@media (max-width: 639px) {
  .text-image { padding: 4rem 0; }
  .text-image__inner { padding: 0 1rem; }
  .text-image__heading { margin-bottom: 2.125rem; }
  .text-image__heading h2 { line-height: 2rem; }
  .text-image__heading > span { margin-top: 1.125rem; }
  .text-image__grid, .text-image--TextImage1_3 .text-image__grid { grid-template-columns: 1fr; gap: 3rem; }
  .text-image__copy { order: 2; }
  .text-image__media { order: 1; }
  .text-image[data-media-status="unavailable"] .text-image__grid--left-image-right-text .text-image__copy { grid-column: 1; }
  /* Keep the authored mobile media position when its provider asset is unavailable, without rendering or requesting a substitute. */
  .text-image--TextImage1_2[data-media-status="unavailable"] .text-image__grid--left-image-right-text { padding-top: calc(100% + 4.125rem); }
  .text-image--TextImage1_2[data-media-status="unavailable"] .text-image__copy ul { margin-top: 2.6875rem; }
  .text-image--TextImage1_2[data-media-status="unavailable"] .text-image__copy li { margin-bottom: .6875rem; }
  .text-image--TextImage1_3 .text-image__media { width: calc(100% - 1.5rem); }
  .text-image--fifth-400:has(.text-image__media) { width: 100%; height: 1181px; padding: 64px 0; }
  .text-image--fifth-400:has(.text-image__media) .text-image__inner { width: 100%; padding: 0 32px; }
  .text-image--fifth-400:has(.text-image__media) .text-image__heading { margin-bottom: 34px; }
  .text-image--fifth-400:has(.text-image__media) .text-image__grid { display: flex; flex-direction: column; gap: 64px; }
  .text-image--fifth-400:has(.text-image__media) .text-image__media { width: 311px; height: 311px; flex: none; order: 1; margin-bottom: 0; }
  .text-image--fifth-400:has(.text-image__media) .text-image__copy { order: 2; }
  .text-image--fifth-400:has(.text-image__media) .text-image__copy h2 { font-size: 30px; line-height: 40px; }
  .text-image--spacing-no-bottom { padding-bottom: .5rem; }
  .text-image--spacing-no-top { padding-top: .5rem; }
}

.home-section { width: min(100% - 2rem, 1120px); margin-inline: auto; }
.home-panel { position: relative; padding: 5rem 0; overflow: hidden; background-color: #fff; background-image: var(--panel-bg); background-position: center; background-size: cover; }
.home-heading { max-width: 780px; margin: 0 auto 3rem; text-align: center; }
.home-heading h2 { margin: 0; color: #4f51af; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; text-transform: uppercase; }
.home-heading p { margin: 1rem 0 0; color: #6b7280; font-size: 1.15rem; }
.home-heading--light h2, .home-heading--light p { color: #fff; }
.home-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2rem; }
.home-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .8rem 1.4rem; border: 2px solid #4fc3cf; border-radius: 999px; color: #fff; background: #4fc3cf; box-shadow: 0 8px 20px rgb(0 0 0 / .16); font-weight: 700; text-decoration: none; text-transform: uppercase; }
.home-button--outline { border-color: #fff; background: transparent; }
.home-hero { position: relative; color: #fff; }
.home-hero__video, .home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__video { object-fit: cover; }
.home-hero__shade { background: linear-gradient(90deg, rgb(36 39 91 / .9), rgb(79 81 175 / .55), rgb(0 0 0 / .25)); }
.home-hero__content { position: relative; z-index: 1; text-align: center; }
.home-hero__content h1 { max-width: 900px; margin: .5rem auto; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; text-shadow: 0 3px 12px rgb(0 0 0 / .3); }
.home-hero__eyebrow { max-width: 760px; margin: 0 auto 1.5rem; font-size: clamp(1rem, 2vw, 1.35rem); }
.home-hero__play { width: 68px; height: 68px; margin-top: 2rem; border: 3px solid #fff; border-radius: 50%; color: #fff; background: rgb(79 195 207 / .85); cursor: pointer; font-size: 1.5rem; }
.video-modal { position: fixed; z-index: 100; inset: 0; display: flex; align-items: center; justify-content: center; padding: 0; background: rgb(0 0 0 / .95); }
.video-modal__frame { width: 90%; height: 90%; padding: 1rem; }
.video-modal video { width: 100%; height: 100%; object-fit: contain; }
.video-modal__close { position: absolute; z-index: 1; top: 2rem; right: 2rem; width: 3rem; height: 3rem; padding: .5rem; border: 0; color: #fff; background: none; cursor: pointer; font-size: 2rem; line-height: 1; }
.video-carousel__stage { max-width: 840px; aspect-ratio: 16 / 9; margin: auto; overflow: hidden; border-radius: 1.25rem; box-shadow: 0 20px 45px rgb(0 0 0 / .2); background: #111; }
.approach-video video { width: 100%; height: 100%; object-fit: cover; }
.carousel-controls { display: flex; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.carousel-controls button { width: 48px; height: 48px; border: 0; border-radius: 50%; color: #fff; background: #4f51af; cursor: pointer; font-size: 1.3rem; }
.programs::before { content: ""; position: absolute; inset: 0; background: rgb(255 255 255 / .9); }
.programs .home-section { position: relative; }
.programs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.program-card { overflow: hidden; border-radius: 1rem; background: #fff; box-shadow: 0 10px 30px rgb(79 81 175 / .16); }
.program-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.program-card > div { padding: 1.25rem; }
.program-card h3 { margin: 0; color: #4f51af; font-size: 1.3rem; }
.program-card p { min-height: 2.5rem; }
.program-card strong { display: block; color: #7027a0; }
.program-card a { display: inline-block; margin-top: .8rem; color: #4fc3cf; font-weight: 700; }
.feature-grid { background: #f8f7ff; }
.feature-grid__items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.feature-card { overflow: hidden; border-radius: 1.25rem; color: #fff; background: #4f51af; box-shadow: 0 14px 30px rgb(0 0 0 / .18); }
.feature-card--purple { background: #7027a0; }
.feature-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.feature-card > div { padding: 1.5rem; }
.feature-card h3 { margin: 0 0 .75rem; font-size: 1.4rem; }
.how-it-works { color: #fff; background-color: #4f51af; }
.how-it-works::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(79 195 207 / .85), rgb(79 81 175 / .85)); }
.how-it-works .home-section { position: relative; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; padding: 0; counter-reset: step; list-style: none; }
.steps li { padding: 2rem; border-radius: 1rem; background: rgb(255 255 255 / .94); color: #374151; box-shadow: 0 12px 30px rgb(0 0 0 / .15); counter-increment: step; }
.steps__number::before { content: counter(step); display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 1rem; border-radius: 50%; color: #fff; background: #4fc3cf; font-size: 1.3rem; font-weight: 700; }
.steps h3 { color: #4f51af; }
.all-access { background-color: #f5f3ff; }
.all-access__card { max-width: 850px; padding: 3rem; border: 3px solid #4fc3cf; border-radius: 1.5rem; background: rgb(255 255 255 / .94); box-shadow: 0 20px 50px rgb(79 81 175 / .2); }
.all-access h2 { color: #4f51af; font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; }
.all-access__tag { color: #d633da; font-weight: 700; letter-spacing: .15em; }
.all-access li { margin: .75rem 0; }
.approach-video__trigger { position: relative; display: block; width: min(100%, 900px); margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 1.25rem; background: #111; cursor: pointer; }
.approach-video__trigger img, .approach-video__trigger video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; opacity: .88; }
.approach-video__trigger span { position: absolute; inset: 50% auto auto 50%; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; color: #fff; background: #4fc3cf; transform: translate(-50%, -50%); font-size: 1.5rem; }
.approach-video video { display: block; width: min(100%, 900px); margin: auto; aspect-ratio: 16 / 9; background: #111; }
.faq { background: #f8f7ff; }
.faq__list { max-width: 900px; margin: auto; }
.faq__item { margin-bottom: 1rem; border-radius: .75rem; background: #fff; box-shadow: 0 5px 16px rgb(79 81 175 / .1); }
.faq__question { display: flex; width: 100%; justify-content: space-between; gap: 1rem; padding: 1.25rem; border: 0; color: #374151; background: transparent; cursor: pointer; text-align: left; font-weight: 700; }
.faq__question[aria-expanded="true"] { color: #4f51af; }
.faq__answer { padding: 0 1.25rem 1.25rem; line-height: 1.7; }
.home-cta { padding-block: 7rem; color: #fff; text-align: center; background-color: #4f51af; }
.home-cta::before { content: ""; position: absolute; inset: 0; background: rgb(79 81 175 / .74); }
.home-cta .home-section { position: relative; max-width: 800px; }
.home-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4rem); text-transform: uppercase; }
.home-cta p { font-size: 1.2rem; line-height: 1.7; }
@media (max-width: 767px) {
  .home-panel { padding: 4rem 0; }
  .home-hero { min-height: 650px; }
  .home-hero__content h1 { font-size: 2.65rem; }
  .programs__grid, .feature-grid__items, .steps { grid-template-columns: 1fr; }
  .program-card p { min-height: 0; }
  .all-access__card { padding: 1.5rem; }
  .home-actions { flex-direction: column; align-items: stretch; }
  .video-modal { padding: .5rem; }
}

/* Homepage reproduction. These rules follow the accepted Old-site viewports. */
.home-heading { margin-bottom: 3rem; }
.home-heading h2 { color: #374151; font-size: 1.875rem; line-height: 1.25; }
.home-heading p { margin-top: .25rem; font-size: 1.25rem; }
.home-hero { --hero-progress: 0; --hero-panel-height: max(620px, calc(100svh - 10rem)); display: block; height: calc(var(--hero-panel-height) * 2); background: #2db5ce url('/generated-assets/thrive-triangle-pattern.svg') repeat; }
.home-hero__media { position: sticky; top: 0; height: var(--hero-panel-height); overflow: hidden; transform: scale(calc(1 - var(--hero-progress) * .3)) translateY(calc(var(--hero-progress) * 25vh)); transform-origin: center; }
.home-hero__video { height: 100%; opacity: calc(1 - var(--hero-progress)); }
.home-hero__thumbnail { position: absolute; inset: 0; width: 100%; height: 100%; border: 2rem solid #fff; border-radius: .75rem; object-fit: cover; box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25); opacity: var(--hero-progress); }
.home-hero__shade { z-index: 1; height: var(--hero-panel-height); pointer-events: none; background: linear-gradient(to top right, rgb(208 33 211 / .6), rgb(45 181 206 / .6)); }
.home-hero__content { position: absolute; inset: 0 0 auto; z-index: 2; display: flex; height: var(--hero-panel-height); flex-direction: column; align-items: center; justify-content: center; pointer-events: none; }
.home-hero__content a { pointer-events: auto; }
.home-hero__content h1 { order: 0; max-width: 807px; margin: 0 0 1.5rem; padding-inline: 1rem; font-size: 3.75rem; line-height: 1; text-transform: uppercase; }
.home-hero__eyebrow { order: 1; width: min(100%, 672px); margin: 0 0 2rem; padding-inline: 1rem; font-family: system-ui, -apple-system, "system-ui", sans-serif; font-size: 1.5rem; line-height: 2rem; }
.home-hero__play { position: absolute; z-index: 1; top: 50%; left: 50%; width: 80px; height: 80px; margin: 0; padding: 0; border: 0; border-radius: 50%; color: #000; background: rgb(255 255 255 / .8); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); font-size: 1.5rem; transform: translate(-50%, -50%); opacity: var(--hero-progress); }
.home-hero__play:focus-visible { opacity: 1; outline: 3px solid #4fc3cf; outline-offset: 4px; }
.home-hero__review { order: 2; display: grid; width: min(100% - 2rem, 324px); min-height: 112px; grid-template-columns: 1fr auto; gap: .5rem 0; padding: 1rem; border-radius: .75rem; color: #6b7280; background: rgb(255 255 255 / .9); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); font-family: system-ui, -apple-system, "system-ui", sans-serif; text-align: left; }
.home-hero__review-person, .home-hero__review-google { display: flex; align-items: center; gap: .5rem; }
.home-hero__review-person > img, .home-hero__review-google > img { width: 2.5rem; height: 2.5rem; }
.home-hero__review-person > img { border-radius: 50%; }
.home-hero__review-google { justify-self: end; gap: .25rem; }
.home-hero__review-google > span { display: flex; flex-direction: column; gap: .25rem; }
.home-hero__review-google span img { width: 5.5rem; height: 1rem; }
.home-hero__review-name { font-weight: 500; white-space: nowrap; }
.home-hero__review-label { color: #6b7280; font-size: .75rem; line-height: 1rem; text-align: right; }
.home-hero__review q { grid-column: 1 / -1; margin: 0; padding-block: .25rem; font-family: Tahoma, sans-serif; font-style: italic; line-height: 1.5rem; white-space: nowrap; }
.home-hero__content .home-actions { order: 3; align-items: center; margin-top: 2rem; }
.home-hero__content .home-button { padding: 1rem 3rem; font-family: system-ui, -apple-system, "system-ui", sans-serif; font-weight: 500; line-height: 1.5rem; }
.home-hero__content .home-button--filled { min-height: 56px; border: 0; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.home-hero__content .home-button--outline { min-height: 60px; box-shadow: none; }
.video-carousel { height: 756px; min-height: 756px; padding-block: 4rem; }
.video-carousel .home-heading { position: relative; height: 96px; margin-bottom: 48px; padding-top: .5rem; }
.video-carousel .home-heading h2 { line-height: 2.25rem; }
.video-carousel .home-heading p { margin-top: .25rem; line-height: 1.75rem; opacity: .75; }
.video-carousel .home-heading > span { position: absolute; bottom: 0; left: 50%; width: 6rem; height: .25rem; border-radius: 999px; background: linear-gradient(90deg, #4fc3cf, #4f51af); transform: translateX(-50%); }
.video-carousel__stage { width: calc(100% - 2rem); max-width: none; height: 484px; aspect-ratio: auto; margin: 0 auto; overflow: hidden; border-radius: 0; background: transparent; box-shadow: none; }
.video-carousel__track { display: flex; height: 100%; gap: .75rem; transform: translateX(36px); }
.video-carousel__slide { position: relative; flex: 0 0 25%; overflow: hidden; border-radius: .5rem; background: #e8e7fa; }
.video-carousel__slide img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.video-carousel__overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top right, rgb(79 195 207 / .2), rgb(229 51 237 / .2)); }
.video-carousel__slide button { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #111; background: rgb(255 255 255 / .8); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); transform: translate(-50%, -50%); }
.carousel-controls { position: absolute; inset: 208px 0 auto; height: 484px; justify-content: space-between; margin: 0; pointer-events: none; }
.carousel-controls button { width: 40px; height: 484px; border-radius: 0; color: #4b5563; background: #f9fafb; pointer-events: auto; }
.programs { height: auto; min-height: 0; }
.programs::before { background: linear-gradient(45deg, rgb(255 255 255 / .5), rgb(255 255 255 / .8)); }
.program-filters { position: relative; display: flex; width: max-content; max-width: 100%; flex-wrap: wrap; justify-content: center; gap: .75rem; margin: 0 auto 3rem; padding: .5rem; border-radius: 999px; background: #fff; box-shadow: 0 10px 20px rgb(0 0 0 / .1); }
.program-filters button { padding: .75rem 1.5rem; border: 0; border-radius: 999px; color: #374151; background: #f9fafb; font-weight: 600; }
.program-filters button:first-child { color: #fff; background: #7027a0; }
.program-card { display: flex; min-height: 524px; flex-direction: column; border-radius: .5rem; box-shadow: 0 4px 12px rgb(0 0 0 / .12); }
.program-card__media { position: relative; display: block; height: 192px; flex: 0 0 192px; overflow: hidden; color: #fff; text-decoration: none; }
.program-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(79 195 207 / .5), rgb(229 51 237 / .5)); }
.program-card img { height: 100%; aspect-ratio: auto; }
.program-card__type, .program-card__popular { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: .25rem .75rem; border-radius: 999px; color: #1f2937; background: rgb(255 255 255 / .8); font-size: .875rem; font-weight: 500; line-height: 1.25rem; }
.program-card__type::before { content: ""; display: inline-block; width: 1rem; height: 1rem; margin-right: .25rem; vertical-align: -.15rem; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3Zm-8 0c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3Zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13Zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat; }
.program-card__type::before { display: none; }
.program-card__type { display: inline-flex; align-items: center; gap: .25rem; }
.program-card__type svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.program-card__popular { right: auto; left: 1rem; color: #78350f; background: rgb(253 224 71 / .9); }
.program-card__title { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; }
.program-card__title b, .program-card__title strong { display: block; color: #fff; }
.program-card__title b { font-size: 1.55rem; }
.program-card > div { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.program-card p { min-height: 4.5rem; margin-top: 0; font-size: .9rem; }
.program-card ul { margin: .5rem 0; padding: 0; list-style: none; font-size: .84rem; }
.program-card li { position: relative; margin: .4rem 0; padding-left: 1.4rem; }
.program-card li::before { content: "✓"; position: absolute; left: 0; color: #22c55e; font-weight: 700; }
.program-card__actions { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.program-card__actions .home-button { min-height: 36px; padding: .5rem 1rem; border: 0; background: linear-gradient(90deg, #4fc3cf, #2db5ce); font-size: .875rem; font-weight: 500; line-height: 1.25rem; }
.program-card__actions > a:last-child { color: #7027a0; font-size: .875rem; font-weight: 500; text-transform: uppercase; }
.program-consult { position: relative; margin-top: 2rem; padding: 2rem; border-radius: .5rem; color: #fff; background: linear-gradient(135deg, #75c4d7, #8167cd); box-shadow: 0 12px 25px rgb(79 81 175 / .25); text-align: center; }
.program-consult h2, .program-consult p { margin: .25rem; }
.program-consult h2 { text-transform: uppercase; }
.program-consult .home-button { margin-top: 1rem; }
.feature-grid { height: 690px; min-height: 690px; padding-block: 4rem; background: #fff url('/generated-assets/thrive-note-brush-bg.svg') center/cover; }
.feature-card { position: relative; height: 390px; }
.feature-card img { height: 100%; aspect-ratio: auto; }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top right, #2563eb, #9333ea); opacity: .75; }
.feature-card--purple::after { background: linear-gradient(to top right, #9333ea, #db2777); }
.feature-card > div { position: absolute; z-index: 2; inset: auto 0 0; text-align: center; }
.how-it-works { height: 756px; min-height: 756px; padding-block: 4rem; }
.steps li { color: #fff; background: transparent; box-shadow: none; text-align: center; }
.steps__number::before { width: auto; height: auto; margin: 0; background: transparent; font-size: 5.5rem; }
.steps h3 { margin: .5rem 0; color: #fff; font-size: 2rem; text-transform: uppercase; }
.steps ul { padding: 0; list-style: none; }
.all-access { height: 680px; min-height: 680px; padding-block: 4rem; background-size: 100% 100%; }
.all-access__card { display: grid; max-width: 1120px; grid-template-columns: 1fr 1fr; align-items: center; padding-block: 0; border: 0; background: transparent; box-shadow: none; }
.all-access__copy { position: relative; z-index: 1; text-align: center; }
.all-access__card h2, .all-access__card ul { margin-left: 0; }
.all-access__card ul { list-style: none; }
.all-access__card li::before { content: "✓"; margin-right: .5rem; color: #22c55e; }
.all-access__lanyard { display: block; width: 310px; height: 558px; justify-self: center; object-fit: contain; }
.all-access__lanyard-link { display: block; justify-self: center; animation: lanyard-nudge 6s ease-in-out infinite; }
.all-access__lanyard:hover, .all-access__lanyard-link:focus-visible .all-access__lanyard { animation: lanyard-wiggle .5s ease-in-out infinite; }
@keyframes lanyard-nudge {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  25% { transform: rotate(-2deg) translateY(-4px); }
  75% { transform: rotate(2deg) translateY(-2px); }
}
@keyframes lanyard-wiggle {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
}
@media (prefers-reduced-motion: reduce) {
  .all-access__lanyard-link { animation: none; }
}
.approach-video { min-height: 536px; padding: 2rem 1rem 4rem; background: linear-gradient(90deg, rgb(79 195 207 / .1), rgb(79 81 175 / .1)); }
.approach-video .home-section { width: min(100%, 1024px); }
.approach-video .home-heading { max-width: none; margin-bottom: .25rem; padding-block: .5rem; }
.approach-video .home-heading h2 { line-height: 2.25rem; }
.approach-video__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.approach-video__trigger { width: 496px; height: 384px; margin: 0; border: 1rem solid #fff; border-radius: .5rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); }
.approach-video__trigger video { height: 352px; aspect-ratio: auto; }
.approach-video__review-column { position: relative; display: grid; min-width: 0; min-height: 384px; grid-template-rows: 1fr auto; gap: .5rem; align-items: center; }
.approach-video__review { display: flex; min-width: 0; min-height: 136px; align-items: flex-start; gap: 1rem; margin: 0; padding: 1.5rem; border-radius: .5rem; background: #fff; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); }
.approach-video__review b { display: block; line-height: 1.5rem; }
.approach-video__review p { margin: 0; color: #4b5563; line-height: 1.5rem; overflow-wrap: anywhere; }
.approach-video__review > div { min-width: 0; }
.approach-video__avatar { display: block; width: 48px; height: 48px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.approach-video__stars { display: block; width: 96px; height: 2rem; margin-block: .25rem; object-fit: contain; }
.approach-video__controls { display: flex; justify-self: center; gap: 1rem; }
.approach-video__controls button { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: #06b6d4; font-size: 2rem; font-weight: 300; line-height: 36px; }
.faq { height: 702px; min-height: 702px; padding-block: 4rem; background: #fff; }
.faq__item { color: #fff; background: linear-gradient(90deg, #4fc3cf, #4f51af); box-shadow: 0 4px 12px rgb(0 0 0 / .1); }
.faq__question, .faq__question[aria-expanded="true"] { color: #fff; }
.home-cta { padding-block: 6rem; }
.home-cta h2 { font-size: 3rem; }

@media (max-width: 767px) {
  .home-heading { margin-bottom: 2rem; }
  .home-heading h2 { font-size: 1.5rem; }
  .home-heading p { font-size: .875rem; }
  .home-hero__content { padding-inline: 1rem; }
  .home-hero__content h1 { font-size: 2.25rem; }
  .home-hero__eyebrow { font-size: 1.15rem; }
  .home-hero__review { font-size: .8rem; }
  .home-hero__content .home-actions { width: min(100%, 340px); }
  .video-carousel { height: 575.109375px; min-height: 575.109375px; padding-block: 4rem; }
  .video-carousel .home-heading { height: 137px; margin-bottom: 47px; padding-top: .5rem; }
  .video-carousel .home-heading h2 { line-height: 2rem; }
  .video-carousel .home-heading p { line-height: 1.25rem; }
  .video-carousel__stage { width: calc(100% - 2rem); height: 263.109375px; margin-inline: auto; }
  .video-carousel__slide { flex-basis: 50%; }
  .video-carousel .carousel-controls { display: flex; inset: 248px 0 auto; height: 263.109375px; }
  .video-carousel .carousel-controls button { width: 24px; height: 48px; border-radius: 50%; background: transparent; box-shadow: none; }
  .programs { height: auto; min-height: 0; }
  .program-filters { border-radius: 1rem; }
  .program-filters button { padding: .55rem .8rem; font-size: .75rem; }
  .programs__grid { gap: 1.5rem; }
  .program-card { min-height: 552px; }
  .program-card__media { height: 220px; flex-basis: 220px; }
  .program-consult { margin-top: 2rem; }
  .feature-grid { height: 1420px; min-height: 1420px; scroll-margin-top: 6.5rem; }
  .feature-grid__items { gap: 1.5rem; }
  .feature-card { height: 390px; }
  .how-it-works { height: 1320px; min-height: 1320px; padding-block: 5rem; }
  .steps { gap: 1rem; }
  .steps li { padding: 1rem; }
  .steps__number::before { font-size: 4.5rem; }
  .steps h3 { font-size: 1.5rem; }
  .all-access { height: 652px; min-height: 652px; }
  .all-access__card { display: block; }
  .all-access__copy { text-align: left; }
  .all-access__lanyard, .all-access__lanyard-link { display: none; }
  .approach-video { min-height: 756px; }
  .approach-video .home-section { width: 100%; }
  .approach-video .home-heading { margin-bottom: .25rem; }
  .approach-video .home-heading h2 { width: calc(100% - 2rem); margin-inline: auto; line-height: 2rem; }
  .approach-video__grid { grid-template-columns: 1fr; gap: 2rem; }
  .approach-video__trigger { width: 100%; height: 384px; }
  .approach-video__review-column { min-height: 208px; }
  .approach-video__review { width: 100%; min-height: 160px; }
  .approach-video__controls { bottom: 0; }
  .faq { height: 830px; min-height: 830px; }
  .home-cta h2 { font-size: 2.5rem; }
}

/* Same-revision homepage geometry and typography. */
main { font-family: system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.5; }
.text-image { width: 100%; }
main:has(> .ordinary-page-hero) .text-image { width: 100%; }
.text-image--white .text-image__inner { transform: none; }
.text-image--TextImage1_3 .text-image__grid { grid-template-columns: 2fr 1fr; }
.text-image--TextImage1_3 .text-image__grid:not(.text-image__grid--left-text-right-image) { grid-template-columns: 1fr 2fr; }
.text-image--TextImage1_2:has(.text-image__subtitle) .text-image__inner,
.text-image--TextImage1_2:not(:has(.text-image__heading)) .text-image__inner { transform: none; }
.text-image--TextImage1_2 .text-image__subtitle { line-height: 1.75rem; }
.text-image--TextImage1_2:has(.text-image__subtitle) .text-image__heading { margin-bottom: 2.125rem; }
.text-image--TextImage1_2:has(.text-image__subtitle) .text-image__copy p:has(> strong:first-child) { margin-top: 1.5rem; }
.text-image--TextImage1_2:has(.text-image__subtitle) .text-image__copy ul,
.text-image--TextImage1_2:not(:has(.text-image__heading)) .text-image__copy ul { display: inline-block; width: 100%; margin: 1rem 0 1.5rem; }
.text-image--TextImage1_2:has(.text-image__subtitle) .text-image__copy li,
.text-image--TextImage1_2:not(:has(.text-image__heading)) .text-image__copy li { margin: .75rem 0 .5rem; }
.text-image--TextImage1_2[data-media-status]:has(.text-image__subtitle) .text-image__copy li,
.text-image--TextImage1_2[data-media-status]:not(:has(.text-image__heading)) .text-image__copy li { margin: .5rem 0 0; }
.text-image--TextImage1_2[data-media-status]:has(.text-image__subtitle) .text-image__copy li:first-child,
.text-image--TextImage1_2[data-media-status]:not(:has(.text-image__heading)) .text-image__copy li:first-child { margin: .75rem 0 .5rem; }
.text-image--TextImage1_2[data-media-status]:not(:has(.text-image__heading)) .text-image__copy h3 {
  margin: 0 0 1rem;
  color: #111827;
  font: 600 1.5rem/2.25rem system-ui, -apple-system, "system-ui", sans-serif;
  text-transform: none;
}
.text-image--spacing-no-bottom { padding-bottom: .5rem; }
.text-image--spacing-no-top { padding-top: .5rem; }
@media (max-width: 639px) {
  .text-image--TextImage1_3 .text-image__grid,
  .text-image--TextImage1_3 .text-image__grid:not(.text-image__grid--left-text-right-image) { grid-template-columns: 1fr; gap: 1.5rem; }
  .text-image--TextImage1_3 .text-image__media { width: calc(100% - 1.5rem); }
  .text-image--TextImage1_2 .text-image__subtitle { line-height: 1.25rem; }
  .text-image--TextImage1_2:has(.text-image__subtitle) .text-image__heading { margin-bottom: 1.625rem; }
  .text-image--TextImage1_2:has(.text-image__subtitle) .text-image__grid,
  .text-image--TextImage1_2:not(:has(.text-image__heading)) .text-image__grid { gap: 4rem; }
  .text-image--TextImage1_2:has(.text-image__subtitle) .text-image__media,
  .text-image--TextImage1_2:not(:has(.text-image__heading)) .text-image__media { margin-bottom: 0; }
}
.text-image--secondary-400 { background: linear-gradient(to bottom, #4f51af 0 calc(100% - 32px), #fff calc(100% - 32px)); }
.text-image--gray-50 { background: #f9fafb; }
.text-image--secondary-400 .text-image__inner { transform: translateY(-32px); }
.text-image__heading h2,
.home-heading h2,
.home-hero,
.program-card__title,
.feature-card h3,
.steps h3,
.all-access h2,
.home-cta h2 { font-family: "Quicksand", system-ui, sans-serif; }

.programs { padding-block: 4rem; font-family: system-ui, -apple-system, "system-ui", sans-serif; }
.programs .home-section { width: calc(100% - 4rem); max-width: 1280px; }
.programs .home-heading { width: 100%; max-width: none; height: 84px; margin-bottom: 0; padding-block: .5rem; }
.programs .home-heading h2 { line-height: 36px; }
.programs .home-heading p { margin-top: 0; color: #374151; line-height: 28px; opacity: .75; }
.programs__grid { width: calc(100% - 2rem); margin-inline: auto; }
.program-filters { margin-bottom: 44px; font-family: system-ui, -apple-system, "system-ui", sans-serif; }
.program-filters button:first-child { color: #374151; background: #f9fafb; }
.program-filters button[aria-pressed="true"] { color: #fff; background: #7027a0; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1); transform: scale(1.05); }
.program-card .program-card__media { margin-top: 0; }
.program-card__title h2 { margin: 0 0 .25rem; color: #fff; font-size: 1.875rem; line-height: 2.25rem; text-transform: uppercase; }
.program-card__title p { min-height: 0; margin: 0; color: #fff; font-size: 1.25rem; font-weight: 700; line-height: 1.75rem; text-transform: uppercase; }
.program-card > div { font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
.program-card__body { flex: 1; color: #4b5563; font-size: 1rem; line-height: 1.5rem; }
.program-card__body p { min-height: 0; margin: 0; font-size: 1rem; line-height: 1.5rem; }
.program-card__body::before { content: ""; display: block; margin-bottom: 1.5rem; }
.program-card__body > p:first-child:empty { margin-bottom: 0; }
.program-card__body ul { display: inline-block; margin: 1rem 0 0; padding: 0; font-size: 1rem; line-height: 1.5rem; list-style: none; }
.program-card__body li { margin: 0 0 .5rem; padding-left: 1.5rem; }
.program-card__actions { align-items: stretch; margin-top: 1.5rem; }
.program-card__actions .home-button { display: inline-flex; width: auto; margin-top: 0; color: #fff; }
.program-card__actions > a:last-child { display: inline-flex; min-height: 36px; align-items: center; margin-top: 0; padding: .5rem 1rem; white-space: nowrap; }
@media (min-width: 768px) {
  .program-card__actions { margin-top: calc(1.5rem - 1px); }
  .program-card:nth-child(-n + 3) { height: 560px; }
  .program-card:nth-child(n + 4):nth-child(-n + 6) { height: 564px; }
  .program-card:nth-child(n + 7) { height: 592px; }
}
.program-consult { display: flex; width: calc(100% - 2rem); min-height: 240px; flex-direction: column; align-items: center; justify-content: center; margin: 3rem auto 0; background: linear-gradient(to top right, rgb(79 195 207 / .8), rgb(111 51 191 / .8)); }
.program-consult h2 { margin: 0 0 1rem; font: 700 2.25rem/2.5rem "Quicksand", system-ui, sans-serif; }
.program-consult p { margin: 0 0 1.5rem; font-size: 1.25rem; line-height: 1.75rem; }
.program-consult .home-button { min-height: 40px; margin: 0; padding: .5rem 1rem; font-family: system-ui, -apple-system, "system-ui", sans-serif; font-size: .875rem; font-weight: 500; line-height: 1.25rem; }

.feature-grid .home-section { padding-top: 3rem; }
.feature-grid .home-heading { width: calc(100% - 63px); max-width: none; height: 84px; margin-bottom: 4px; padding-block: .5rem; }
.feature-grid .home-heading h2 { line-height: 2.25rem; }
.feature-grid .home-heading p { margin-top: .25rem; line-height: 1.75rem; }
.feature-grid__items { width: calc(100% - 63px); margin-inline: auto; gap: 1rem; padding-block: 2rem; }
.feature-card { height: 314px; border-radius: .5rem; }
.feature-card > div { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; }
.feature-card h3 { margin-bottom: 1rem; font-size: 1.5rem; line-height: 1.875rem; text-transform: uppercase; }
.feature-card p { margin: 0; line-height: 1.625rem; }

.steps li li { padding: 0; border-radius: 0; background: transparent; box-shadow: none; counter-increment: none; }
.how-it-works .home-heading { transform: translateY(2rem); }
.how-it-works .home-heading h2 { color: #fff; font-size: 3rem; line-height: 3rem; }
.how-it-works .home-heading p { margin-top: .5rem; color: #fff; font-size: 1.5rem; line-height: 2rem; }
.how-it-works .steps { transform: translateY(-.5rem); }
.how-it-works .steps > li { padding-block: 2.25rem; }
.how-it-works .steps h3 { line-height: 2.5rem; }
.how-it-works .steps ul { font-size: 1.125rem; line-height: 1.75rem; }
.how-it-works .home-actions { transform: translateY(-.75rem); }
.how-it-works .home-button { min-height: 3.5rem; padding: 1rem 3rem; border: 0; font-family: system-ui, -apple-system, "system-ui", sans-serif; font-weight: 500; line-height: 1.5rem; }
.all-access__card { width: calc(100% - 4rem); height: 552px; grid-template-columns: 1fr 1fr; gap: 2rem; padding-inline: 1rem; }
.all-access__copy { height: 416px; font-family: system-ui, -apple-system, "system-ui", sans-serif; }
.all-access__tag { display: none; }
.all-access__card h2 { margin: .5rem 0 .75rem; color: #374151; font-size: 1.875rem; line-height: 2.25rem; }
.all-access__card ul { display: flex; flex-direction: column; gap: 1rem; margin: 0; padding: 0; }
.all-access__card li { margin: 0; font-size: 1.25rem; line-height: 1.75rem; }
.all-access__card .home-button { width: 196.859375px; min-height: 56px; margin-top: 2rem; padding: 1rem 3rem; border: 0; font-family: system-ui, -apple-system, "system-ui", sans-serif; font-weight: 500; line-height: 1.5rem; white-space: nowrap; }
.all-access__lanyard { width: 297.078125px; height: 552px; }
.faq { height: auto; min-height: 0; }
.faq .home-heading { position: relative; max-width: none; margin-bottom: 60px; padding-block: .5rem; }
.faq .home-heading::after { content: ""; position: absolute; bottom: -1.5rem; left: 50%; width: 6rem; height: .25rem; border-radius: 999px; background: linear-gradient(90deg, #4fc3cf, #4f51af); transform: translateX(-50%); }
.approach-video__trigger { background: #fff; }
.approach-video__trigger video { visibility: visible; }
.faq .home-heading h2 { line-height: 2.25rem; }
.faq .home-heading p { line-height: 1.75rem; }
.faq__list { width: calc(100% - 2rem); max-width: 1024px; padding: 1rem; border-radius: .75rem; background: linear-gradient(to right bottom, rgb(79 195 207 / .8), rgb(79 81 175 / .8)); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.faq__item { margin: 0; border-bottom: 1px solid rgb(255 255 255 / .8); border-radius: 0; background: transparent; box-shadow: none; }
.faq__question { gap: 0; padding: 1rem .5rem; border: 0; border-radius: 0; color: #fff; font-family: "Quicksand", system-ui, sans-serif; font-weight: 500; line-height: 1.5rem; text-transform: uppercase; }
.faq__question > span { min-width: 0; flex: 1; }
.faq__question svg { width: 1rem; height: 1rem; flex: 0 0 10px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .2s ease; }
.faq__question[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq__answer { padding: 0 .5rem 1rem; }
.faq__more { display: block; width: max-content; margin: 1rem auto 0; padding-block: .5rem; color: #6b7280; text-align: center; }
.home-cta::before { background: linear-gradient(to right, rgb(79 195 207 / .8), rgb(39 40 156 / .6)); }
.home-cta--ordinary { width: 100%; }
.home-cta--ordinary::before { background: linear-gradient(to right, #72cfd8, #7d7fc3); }
.home-cta--ordinary-image::before { background: linear-gradient(to right, rgb(79 195 207 / .8), rgb(39 40 156 / .6)); }
.home-cta .home-section { width: min(calc(100% - 2rem), 768px); }
.home-cta--ordinary-image .home-section { width: min(calc(100% - 2rem), 768px); max-width: 800px; }
@media (min-width: 640px) {
  .home-cta--ordinary-image h2 { font-size: 3.75rem; line-height: 3.75rem; letter-spacing: -1px; }
}
.home-cta h2 { font-size: 3.75rem; line-height: 3.75rem; }
.home-cta p { width: 576px; margin: 1.5rem auto 0; font-family: system-ui, -apple-system, "system-ui", sans-serif; font-size: 1.25rem; font-weight: 400; line-height: 1.75rem; }
.home-cta .home-button { width: auto; min-height: 56px; margin-top: 2.5rem; padding: 1rem 3rem; border: 0; font-family: system-ui, -apple-system, "system-ui", sans-serif; font-weight: 500; line-height: 1.5rem; }
.site-footer { min-height: 530px; }

@media (max-width: 767px) {
  .home-hero__content { width: 100%; margin-inline: 0; padding-inline: 0; transform: none; }
  .home-hero__content h1 { width: 100%; padding-inline: 1rem; line-height: 1.25; }
  .home-hero__eyebrow { width: 100%; padding-inline: 1rem; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 1.25rem; line-height: 2.03125rem; }
  .home-hero__review { width: 324px; min-height: 112px; margin-inline: 1rem; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.5rem; }
  .home-hero__review-person, .home-hero__review-google { display: flex; align-items: center; gap: .5rem; }
  .home-hero__review-person > img, .home-hero__review-google > img { width: 2.5rem; height: 2.5rem; }
  .home-hero__review-person > img { border-radius: 50%; }
  .home-hero__review-google { justify-self: end; gap: .25rem; }
  .home-hero__review-google > span { display: flex; flex-direction: column; gap: .25rem; }
  .home-hero__review-google span img { width: 5.5rem; height: 1rem; }
  .home-hero__review-label { color: #6b7280; font-size: .75rem; line-height: 1rem; text-align: right; }
  .home-hero__review q { font-family: Tahoma, sans-serif; }
  .home-hero__content h1, .home-hero__eyebrow { transform: translateY(2px); }
  .home-hero__review { transform: translateY(2px); }
  .home-hero__content .home-actions { width: 100%; transform: translateY(-2px); }
  .home-hero__review-name { font-weight: 500; white-space: nowrap; }
  .home-hero__content .home-button { width: auto; min-height: 56px; align-self: center; padding: 1rem 3rem; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-weight: 500; line-height: 1.5rem; }
  .video-modal { padding: 0; }
  .video-modal__frame { width: 100%; height: 100%; padding: 1rem; }
  .video-modal__close { top: 1rem; right: 1rem; }
  .programs .home-section { width: calc(100% - 2rem); }
  .programs .home-heading { height: 144px; }
  .programs .home-heading h2 { line-height: 2rem; }
  .programs .home-heading p { line-height: 1.25rem; }
  .programs__grid { width: calc(100% - 32px); }
  .program-filters { width: calc(100% - 32px); margin-bottom: 3rem; padding: .5rem; border-radius: 9999px; }
  .program-filters button { padding: .75rem 1.5rem; font-size: .875rem; line-height: 1.25rem; }
  .program-card__actions .home-button { width: auto; line-height: 1.25rem; }
  .program-card__actions > a:last-child { width: auto; flex: 1 1 auto; justify-content: center; line-height: 1.25rem; }
  .program-card[data-class-type="Private Lesson"] .program-card__actions > a { min-height: 56px; }
  .program-consult { width: calc(100% - 32px); height: 400px; margin: 3rem auto 0; border-radius: .75rem; }
  .program-consult h2 { width: 232px; margin: 0 0 1rem; font-size: 1.875rem; line-height: 2.25rem; }
  .program-consult p { width: 232px; margin: 0 0 1.5rem; font-size: 1.125rem; line-height: 1.75rem; }
  .program-consult .home-button { width: auto; min-height: 40px; padding: .5rem 1rem; font-size: .875rem; font-weight: 500; line-height: 1.25rem; }
  .program-card { min-height: 0; }
  .program-card__media { height: 192px; flex-basis: 192px; }
  .feature-grid .home-section { padding-top: 3rem; }
  .feature-grid .home-heading { width: calc(100% - 32px); height: 124px; }
  .feature-grid .home-heading h2 { line-height: 2rem; }
  .feature-grid .home-heading p { line-height: 1.25rem; }
  .feature-grid__items { width: 300px; max-width: calc(100% - 28px); margin-right: auto; margin-left: 1rem; gap: 1rem; padding-block: 2rem; }
  .feature-card { height: 314px; }
  .feature-card:nth-child(2) { height: 345px; }
  .feature-card > div { transform: none; }
  .feature-card p { margin: 0; line-height: 1.625rem; }
  .how-it-works .home-heading { padding-block: .5rem; transform: translateY(.5rem); }
  .how-it-works .home-heading h2 { margin-bottom: .5rem; font-size: 2.25rem; line-height: 2.5rem; }
  .how-it-works .home-heading p { font-size: 1.25rem; line-height: 1.75rem; }
  .how-it-works .steps { transform: none; }
  .how-it-works .steps > li { padding: 1rem 0; }
  .how-it-works .steps > li:nth-child(1) { transform: translateY(-.25rem); }
  .how-it-works .steps > li:nth-child(2) { transform: translateY(-2.5rem); }
  .how-it-works .steps > li:nth-child(3) { transform: translateY(-4.75rem); }
  .steps h3 { margin: 0 0 1rem; font-size: 2.25rem; line-height: 2.5rem; }
  .how-it-works .home-actions { transform: translateY(-3.75rem); }
  .how-it-works .home-button { width: auto; align-self: center; }
  .all-access { background-color: #fff; background-size: cover; }
  .all-access__card { width: calc(100% - 2rem); height: 524px; padding-inline: 1rem; }
  .all-access__copy { height: 524px; text-align: center; transform: none; }
  .all-access__tag { display: none; }
  .all-access__card h2 { margin: .5rem 0 .75rem; font-size: 1.5rem; line-height: 2rem; }
  .all-access__card ul { margin: 0; padding: 0; }
  .all-access__card li { margin: 0; font-size: 1.125rem; line-height: 1.75rem; }
  .all-access__card li::before { color: #4fc3cf; }
  .all-access__card .home-button { width: 196.859375px; min-height: 56px; margin: 2rem auto 0; padding: 1rem 3rem; font-weight: 500; line-height: 1.5rem; }
  .faq { height: auto; min-height: 0; }
  .faq .home-section { width: 100%; }
  .faq .home-heading { width: calc(100% - 2rem); margin-bottom: 60px; }
  .faq .home-heading h2 { line-height: 2rem; }
  .faq .home-heading p { line-height: 1.25rem; }
  .faq__list { width: calc(100% - 2rem); padding: 1rem; border-radius: .75rem; background: linear-gradient(to right bottom, rgb(79 195 207 / .8), rgb(79 81 175 / .8)); }
  .faq__question { padding: 1rem .5rem; font-size: 1rem; line-height: 1.5rem; text-transform: uppercase; }
  .home-cta { padding-block: 4rem; }
  .home-cta--ordinary-image { z-index: 1; background-position: center; }
  .home-cta--ordinary-image h2 { letter-spacing: -.9px; }
  .home-cta--ordinary-image .home-section { transform: translateY(1px); }
  .home-cta .home-section { width: calc(100% - 2rem); }
  .home-cta h2 { font-size: 2.25rem; line-height: 2.5rem; }
  .home-cta p { width: 100%; margin-top: 1.5rem; font-size: 1.125rem; line-height: 2rem; }
  .home-cta .home-button { width: auto; min-height: 56px; margin-top: 2.5rem; padding: 1rem 3rem; font-weight: 500; line-height: 1.5rem; white-space: nowrap; }
  .site-footer { min-height: 0; }
  .site-footer__inner { width: min(100% - 2rem, 1280px); }
}

/* Ordinary-page foundation. */
.ordinary-page-hero { display: grid; width: 100%; min-height: 280px; padding: 1rem 0; place-items: center; color: #fff; background: linear-gradient(135deg, #67c8d2, #da75e5); text-align: center; }
.ordinary-page-hero__inner { display: flex; width: min(100% - 2rem, 1024px); min-height: 248px; flex-direction: column; align-items: center; justify-content: center; margin-inline: auto; padding: 3rem 1rem; }
.ordinary-page-hero h1 { margin: 0 0 .5rem; font: 700 3rem/3rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-page-hero p { margin: 0; font: 1.25rem/1.75rem system-ui, -apple-system, "system-ui", sans-serif; }
.ordinary-page-hero.ordinary-page--compact { min-height: 216px; }
.ordinary-page-hero.ordinary-page--compact .ordinary-page-hero__inner { min-height: 184px; }
.ordinary-page-hero.ordinary-page--featured { position: relative; min-height: 216px; background: var(--ordinary-page-featured) center/cover no-repeat; }
.ordinary-page-hero.ordinary-page--featured::before { position: absolute; inset: 0; background: linear-gradient(to top right, rgb(79 195 207 / .8), rgb(229 51 237 / .7)); content: ""; }
.ordinary-page-hero.ordinary-page--featured .ordinary-page-hero__inner { position: relative; min-height: 184px; }
.ordinary-text.ordinary-page--featured > .ordinary-container { width: 100%; }
.ordinary-text.ordinary-page--featured .ordinary-rich-text { width: min(100% - 2rem, 1024px); padding-inline: 1rem; }
.ordinary-text.ordinary-page--featured .ordinary-rich-text span { line-height: 39px; }
.ordinary-section { width: 100%; padding: 4rem 0; overflow: hidden; scroll-margin-top: 9rem; }
.ordinary-section--white { background: #fff; }
.ordinary-section--gray-50 { background: #f9fafb; }
.ordinary-section--secondary-400 { color: #fff; background: #4f51af; }
.ordinary-section--fourth-400 { color: #fff; background: #d327d9; }
.ordinary-section--fifth-400 { color: #fff; background: #6f33bf; }
.ordinary-text.ordinary-section--spacing-none { padding-block: .5rem; }
.ordinary-text.ordinary-section--spacing-no-bottom { padding-bottom: .5rem; }
.ordinary-text.ordinary-section--spacing-no-top { padding-top: .5rem; }
.ordinary-text:has(+ .text-image--fifth-400) { background: linear-gradient(to bottom, #fff 0 calc(100% - 2rem), #6f33bf calc(100% - 2rem)); }
.ordinary-text:has(+ .text-image--fifth-400) .ordinary-container { transform: translateY(-2rem); }
.ordinary-container { width: min(100% - 2rem, 1120px); margin-inline: auto; }
.ordinary-container > h2, .ordinary-heading { text-align: center; }
.ordinary-container > h2, .ordinary-heading h2 { color: #374151; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-heading { margin-bottom: 3rem; padding-top: .5rem; }
.ordinary-heading h2 { margin: 0; }
.ordinary-heading::after { display: block; width: 6rem; height: .25rem; margin: 1.25rem auto 0; border-radius: 999px; background: linear-gradient(90deg, #4fc3cf, #4f51af); content: ""; }
.ordinary-section--secondary-400 .ordinary-heading h2 { color: #fff; }
.ordinary-rich-text, .ordinary-cards article div, .ordinary-icon-cards article div { font-family: system-ui, -apple-system, "system-ui", sans-serif; font-size: 1.125rem; line-height: 1.75rem; }
.ordinary-text .ordinary-rich-text { text-align: left; }
.ordinary-text:has(+ .ordinary-roadmap) .ordinary-rich-text { text-align: left; }
.ordinary-text .ordinary-rich-text > :first-child { margin-top: 0; }
.ordinary-text .ordinary-rich-text { width: min(100% - 2rem, 992px); margin-inline: auto; line-height: 1.828125rem; }
.ordinary-text .ordinary-rich-text p { margin-block: 0 1.5rem; }
.ordinary-text .ordinary-rich-text h2 { margin-block: 0 2rem; color: #111827; font: 700 1.875rem/2.5rem system-ui, -apple-system, "system-ui", sans-serif; text-transform: none; }
.ordinary-text .ordinary-rich-text h2 a { font-weight: 500; }
.ordinary-text .ordinary-rich-text h2 strong { font-weight: 800; }
.ordinary-text .ordinary-rich-text h4 { margin: 0 0 .5rem; font: 600 1.125rem/1.75rem system-ui, -apple-system, "system-ui", sans-serif; }
.ordinary-text .ordinary-rich-text h4 strong { font-weight: 700; }
.ordinary-text .ordinary-rich-text ul { display: inline-block; margin: 1rem 0 1.5rem; padding: 0; text-align: left; }
.ordinary-text .ordinary-rich-text li { margin: .75rem 0 .5rem; padding-left: 1.5rem; list-style: none; }
.ordinary-text .ordinary-rich-text li::before { margin-left: -1.5rem; padding-right: .75rem; color: #22c55e; content: "✓"; }
.ordinary-text .ordinary-rich-text a { color: inherit; font-weight: 500; }
.ordinary-section--secondary-400 .ordinary-rich-text h2 { color: #fff; }
.ordinary-quote { padding: 3rem 0; background: #f9fafb; }
.ordinary-quote__inner { width: 100%; padding-inline: 2rem; }
.ordinary-quote figure { width: min(100%, 672px); margin: 0 auto; }
.ordinary-quote blockquote { margin: 0 0 1.8125rem; color: #374151; font: italic 1.125rem/1.625 ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }
.ordinary-quote blockquote p { margin: 0 0 1.5rem; }
.ordinary-quote blockquote p:first-child::before { content: "“"; }
.ordinary-quote blockquote p:last-child { margin-bottom: 0; }
.ordinary-quote blockquote p:last-child::after { content: "”"; }
.ordinary-quote figcaption { display: flex; flex-direction: column; align-items: center; color: #374151; gap: 1rem; text-align: center; }
.ordinary-quote__portrait { display: block; width: 5rem; height: 5rem; overflow: hidden; border-radius: 50%; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.ordinary-quote img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ordinary-quote__author { display: flex; flex-direction: column; font-size: 1.125rem; line-height: 1.75rem; gap: .25rem; }
.ordinary-quote__author strong { font-family: "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-quote__author span { color: rgb(55 65 81 / .75); }
.ordinary-cards > .ordinary-container, .ordinary-icon-cards > .ordinary-container { width: 100%; padding-inline: 2rem; }
.ordinary-cards .ordinary-heading, .ordinary-icon-cards .ordinary-heading { margin-bottom: 3rem; padding-top: .5rem; }
.ordinary-cards .ordinary-heading { margin-bottom: 2.75rem; }
.ordinary-cards .ordinary-heading h2, .ordinary-icon-cards .ordinary-heading h2 { margin-bottom: .25rem; }
.ordinary-cards .ordinary-lead, .ordinary-icon-cards .ordinary-lead { margin: 0; color: #374151; font-size: 1.25rem; line-height: 1.75rem; opacity: .75; }
.ordinary-cards__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.ordinary-cards article, .ordinary-icon-cards article { overflow: hidden; border-radius: .5rem; background: #fff; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.ordinary-cards__media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.ordinary-cards__media::after { position: absolute; inset: 0; background: linear-gradient(to top right, rgb(79 195 207 / .2), rgb(229 51 237 / .2)); content: ""; }
.ordinary-cards img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ordinary-cards__copy { padding: 1.5rem; }
.ordinary-cards h3, .ordinary-icon-cards h3 { margin: 0 0 .75rem; color: #374151; font: 700 1.25rem/1.75rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-cards article .ordinary-cards__copy > div { color: #4b5563; line-height: 2rem; }
.ordinary-icon-cards article .ordinary-icon-cards__copy > div { color: #4b5563; font-size: 1rem; line-height: 1.5rem; }
.ordinary-cards__copy p, .ordinary-icon-cards__copy p { margin: 0; }
.ordinary-icon-cards { background: #f9fafb; }
.ordinary-icon-cards--primary-400 { color: #fff; background: #4fc3cf; }
.ordinary-icon-cards--primary-400 .ordinary-heading h2 { color: #fff; }
.ordinary-icon-cards--primary-400 .ordinary-icon-cards__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ordinary-icon-cards--primary-400 article { height: 240px; min-height: 0; }
.ordinary-icon-cards__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.ordinary-icon-cards article { display: flex; min-height: 285px; flex-direction: column; align-items: center; padding: 2rem 1.5rem 1.5rem; text-align: center; }
.ordinary-icon { width: 4rem; height: 4rem; flex: none; color: #4fc3cf; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.ordinary-icon-cards__copy { display: flex; flex: 1; flex-direction: column; justify-content: center; margin-top: 1.5rem; }
.ordinary-icon-cards--primary-400 article { height: 240px; min-height: 0; }
main img { max-width: 100%; }
.ordinary-container, .ordinary-container * { min-width: 0; }
.ordinary-container { overflow-wrap: anywhere; }
.ordinary-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: .75rem 1.25rem; border-radius: 999px; color: #fff; background: #4f51af; font-weight: 700; text-decoration: none; }
.ordinary-hero { position: relative; display: grid; width: 100%; height: 540px; overflow: hidden; place-items: center; color: #fff; background: #4f51af; }
.ordinary-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; }
.ordinary-hero__media::after { position: absolute; inset: 0; background: linear-gradient(to top right, rgb(79 195 207 / .8), rgb(229 51 237 / .8)); content: ""; }
.ordinary-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.ordinary-hero__media img:not(:first-child) { display: none; }
.ordinary-hero__copy { position: relative; z-index: 1; width: min(100% - 2rem, 960px); padding-block: 4rem; text-align: center; }
.ordinary-hero h1 { margin: 0 0 1rem; font: 700 3rem/3rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-hero__copy > p:first-of-type { margin: 0 0 1.5rem; font-size: 1.5rem; line-height: 2rem; }
.ordinary-hero__copy > p + p { margin: 0 0 1.5rem; font-size: 1.25rem; line-height: 1.75rem; opacity: .8; }
.ordinary-hero .ordinary-button { min-height: 56px; padding: 1rem 3rem; background: #4fc3cf; font-weight: 500; }
@media (min-width: 640px) {
  .ordinary-hero:has(.ordinary-hero__media img:nth-child(6)) .ordinary-hero__copy > p:first-of-type { max-width: 760px; margin-inline: auto; }
}
.ordinary-features { position: relative; padding: 6rem 0 9rem; background: #fff var(--ordinary-bg) center/cover no-repeat; }
.ordinary-features::before { position: absolute; inset: 0; background: rgb(255 255 255 / .72); content: ""; }
.ordinary-features > .ordinary-container { position: relative; width: min(100% - 4rem, 1072px); }
.ordinary-features .ordinary-heading { margin-bottom: 2.5rem; }
.ordinary-features__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ordinary-features__grid, .ordinary-programs__grid, .ordinary-roadmap__items, .ordinary-comparison__grid, .ordinary-levels__grid, .ordinary-first-class__grid { display: grid; gap: 1.5rem; }
.ordinary-programs__grid, .ordinary-roadmap__items, .ordinary-comparison__grid, .ordinary-levels__grid, .ordinary-first-class__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ordinary-features__grid { gap: 1rem; }
.ordinary-features article, .ordinary-programs article, .ordinary-roadmap article, .ordinary-comparison article, .ordinary-first-class article { overflow: hidden; padding: 1.5rem; border-radius: 1rem; background: #fff; box-shadow: 0 8px 24px rgb(0 0 0 / .08); }
.ordinary-comparison { height: 532px; background: #f9fafb; }
.ordinary-comparison > .ordinary-container { width: min(100% - 2rem, 848px); }
.ordinary-comparison > .ordinary-container > h2 { margin: .5rem 0 .25rem; }
.ordinary-comparison .ordinary-lead { margin: 0; color: #374151; font-size: 1.25rem; line-height: 1.75rem; opacity: .75; text-align: center; }
.ordinary-comparison__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin-top: 2.625rem; }
.ordinary-comparison article { height: 261px; border-radius: .5rem; }
.ordinary-comparison article:first-child { background: #e8f4f7; }
.ordinary-comparison article h3 { margin: 0 0 1rem; color: #374151; font: 700 1.5rem/2rem "Quicksand", system-ui, sans-serif; }
.ordinary-comparison article:first-child h3 { color: #47c4d1; }
.ordinary-comparison article ul { margin: 0; padding: 0; list-style: none; }
.ordinary-comparison article li { position: relative; margin-bottom: .75rem; padding-left: 1.75rem; color: #4b5563; font: 1rem/1.5rem system-ui, -apple-system, "system-ui", sans-serif; }
.ordinary-comparison article li::before { position: absolute; left: 0; width: 1.25rem; height: 1.25rem; border-radius: 50%; color: #374151; background: #e5e7eb; font-size: .75rem; line-height: 1.25rem; text-align: center; content: "✓"; }
.ordinary-comparison article:first-child li::before { color: #fff; background: #47c4d1; }
.ordinary-features article { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4rem 1rem; border-radius: .5rem; color: #fff; text-align: center; }
.ordinary-features article:nth-child(-n + 3) { height: 288px; }
.ordinary-features article:nth-child(n + 4) { height: 258px; }
.ordinary-features article.ordinary-features__card--blue { background: linear-gradient(135deg, rgb(62 92 238 / .9), rgb(132 72 226 / .9)); }
.ordinary-features article.ordinary-features__card--purple { background: linear-gradient(135deg, rgb(204 47 145 / .9), rgb(132 72 226 / .9)); }
.ordinary-features article h3 { margin: 0 0 1rem; color: #fff; font: 700 1.5rem/2rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-features article p { margin: 0; font: 1rem/1.625rem system-ui, -apple-system, "system-ui", sans-serif; }
.ordinary-features img, .ordinary-programs img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: .75rem; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) { padding: 7.5rem 0 9rem; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) .ordinary-heading { margin-bottom: 2rem; padding-top: 0; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) .ordinary-heading h2 { margin-bottom: .25rem; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) .ordinary-lead { margin: 0; color: #374151; font-size: 1.25rem; line-height: 1.75rem; opacity: .75; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) .ordinary-heading::after { margin-top: .5rem; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article { position: relative; height: auto; min-height: 432px; padding: 4rem 1rem; overflow: hidden; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top right, rgb(37 99 235 / .75), rgb(147 51 234 / .75)); content: ""; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article.ordinary-features__card--purple::before { background: linear-gradient(to top right, rgb(219 39 119 / .75), rgb(126 34 206 / .75)); }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) h3,
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article > div { position: relative; z-index: 2; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article > div { font-size: 1rem; line-height: 1.75rem; text-align: left; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article ul { margin: 0; padding-left: 1.5rem; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article li { padding-left: .25rem; }
.ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article li::marker { color: #00ff66; content: "✓  "; }
.ordinary-team { width: 100%; padding-bottom: 3rem; overflow: hidden; }
.ordinary-team > .ordinary-container { width: calc(100% - 2rem); max-width: none; }
.ordinary-team__grid { display: flex; flex-direction: column; gap: 100px; }
.ordinary-team__person { position: relative; border-radius: .5rem; background: #fff; }
.ordinary-team__person-inner { display: flex; flex-direction: row; align-items: center; }
.ordinary-team__person:nth-child(odd) .ordinary-team__person-inner { flex-direction: row-reverse; }
.ordinary-team__portrait { position: relative; display: flex; width: 40%; align-items: center; justify-content: center; }
.ordinary-team__portrait img, .ordinary-team__portrait > span, .ordinary-team__portrait > button { width: 24rem; height: 24rem; border-radius: 9999px; }
.ordinary-team__portrait img { position: relative; display: block; max-width: 100%; object-fit: cover; box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.ordinary-team__portrait > span, .ordinary-team__portrait > button { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; margin-inline: auto; border: 0; color: #fff; background: linear-gradient(to top right, rgb(79 195 207 / .1), rgb(229 51 237 / .1)); }
.ordinary-team__portrait > button { cursor: pointer; }
.ordinary-team__portrait svg { width: 4rem; height: 4rem; }
.ordinary-team__copy { width: 60%; padding: 2rem; color: #374151; font: 18px/2rem system-ui, -apple-system, "system-ui", sans-serif; }
.ordinary-team__copy h2 { margin: 0 0 .5rem; color: #4fc3cf; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-team__copy h3 { margin: 0 0 13.3333px; color: #6b7280; font: 600 1.25rem/1.75rem system-ui, -apple-system, "system-ui", sans-serif; }
.ordinary-team__bio { color: #374151; font-size: 1.125rem; line-height: 1.828125rem; }
.ordinary-team__bio:has(> p) { padding-bottom: 1.5rem; }
.ordinary-team__bio p { margin: 1.5rem 0 0; }
.ordinary-team__bio p + p { margin-top: 1.5rem; }
.ordinary-team__modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 3rem; background: rgb(0 0 0 / .9); }
.ordinary-team__modal[hidden] { display: none; }
.ordinary-team__modal iframe { width: min(100%, 960px); aspect-ratio: 16 / 9; border: 0; background: #000; }
.ordinary-team__modal > button { position: absolute; top: 1rem; right: 1.5rem; border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 3rem; }
.ordinary-steps { position: relative; height: 756px; padding: 0; color: #fff; background: #4f51af var(--ordinary-bg) center/cover; text-align: center; }
.ordinary-steps::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(79 195 207 / .85), rgb(79 81 175 / .85)); content: ""; }
.ordinary-steps > .ordinary-container { position: relative; width: calc(100% - 2rem); height: 100%; padding-top: 6rem; }
.ordinary-steps h2 { margin: 0; color: #fff; font: 700 3rem/3rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-steps .ordinary-lead { margin: .5rem 0 0; font-size: 1.5rem; line-height: 2rem; }
.ordinary-steps ol, .ordinary-seasons ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; padding: 0; }
.ordinary-steps ol { margin: 3rem 0 0; list-style-position: inside; }
.ordinary-steps li, .ordinary-seasons > .ordinary-container > ol > li { padding: 1.5rem; border-radius: 1rem; background: rgb(255 255 255 / .94); color: #374151; }
.ordinary-steps ol > li { height: 292px; padding: 0; border-radius: 0; color: #fff; background: transparent; font-size: 4.5rem; font-weight: 700; line-height: 5rem; }
.ordinary-steps ol > li h3 { margin: 1.5rem 0 .75rem; color: #fff; font: 700 1.875rem/2.5rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-steps ol > li ul { margin: 0; padding: 0; font: 1.125rem/1.75rem system-ui, -apple-system, "system-ui", sans-serif; list-style: none; }
.ordinary-steps ol > li ul > li { height: auto; padding: 0; border-radius: 0; color: #fff; background: transparent; font: inherit; }
.ordinary-steps .ordinary-button { min-height: 56px; margin-top: 4rem; padding: 1rem 3rem; background: #4fc3cf; font-weight: 500; }
.ordinary-programs aside { margin-top: 2rem; padding: 2rem; border-radius: 1rem; background: #eef2ff; text-align: center; }
.ordinary-first-class { position: relative; height: 744px; padding: 0; color: #fff; }
.ordinary-first-class__background, .ordinary-first-class__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.ordinary-first-class__background { object-fit: cover; transform: scale(1.1); filter: blur(2px); }
.ordinary-first-class__shade { background: linear-gradient(to top right, rgb(79 195 207 / .9), rgb(229 51 237 / .9)); }
.ordinary-first-class > .ordinary-container { position: relative; width: min(100% - 2rem, 864px); height: 100%; }
.ordinary-first-class__heading { padding-top: 4.5rem; text-align: center; }
.ordinary-first-class__heading h2 { margin: 0 0 .25rem; color: #fff; font: 700 3rem/3rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-first-class__heading p { margin: 0; font-size: 1.25rem; line-height: 1.75rem; opacity: .75; }
.ordinary-first-class__grid { position: absolute; top: 464px; left: 0; display: grid; width: 100%; height: 280px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.ordinary-first-class .ordinary-first-class__group { position: relative; height: 280px; padding: 0; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
.ordinary-first-class__group > img { position: absolute; z-index: 2; bottom: -16px; height: 495px; max-width: none; object-fit: contain; }
.ordinary-first-class__group--parents > img { left: -10px; transform: rotate(-6deg); }
.ordinary-first-class__group--kids > img { right: -10px; bottom: -19px; height: 495px; transform: rotate(6deg); }
.ordinary-first-class__group > div { position: absolute; z-index: 3; width: 80%; padding: 1.5rem; border-radius: .5rem; color: #374151; background: rgb(255 255 255 / .9); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); text-align: center; }
.ordinary-first-class__group--parents > div { top: -224px; right: -103px; padding-bottom: 1.75rem; transform: rotate(6deg); }
.ordinary-first-class__group--kids > div { top: 16px; left: -55px; padding-bottom: 1.75rem; transform: rotate(-6deg); }
.ordinary-first-class__group h3 { margin: 0 0 1rem; color: #374151; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-first-class__group ul { margin: 0; padding: 0; font-size: 1.125rem; line-height: 2.25rem; list-style-position: inside; }
.ordinary-first-class__group li::marker { color: #d1d5db; }
.ordinary-programs { padding: 0 0 4rem; background: #fff; }
.ordinary-programs > .ordinary-container { width: min(100% - 6rem, 1104px); padding-top: 4.5rem; }
.ordinary-programs__heading { width: calc(100% + 2rem); transform: translateX(-1rem); text-align: center; }
.ordinary-programs__heading h2 { margin: 0 0 .25rem; color: #374151; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-programs__heading p { margin: 0; color: rgb(55 65 81 / .75); font-size: 1.25rem; line-height: 1.75rem; }
.ordinary-programs__filters { display: flex; width: max-content; max-width: 100%; justify-content: center; margin: .5rem auto 3rem; padding: .5rem; border-radius: 999px; background: #fff; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); gap: .5rem; }
.ordinary-programs__filters button { min-height: 44px; padding: .75rem 1.6rem; border: 0; border-radius: 999px; color: #374151; background: #f9fafb; cursor: pointer; font-size: .875rem; font-weight: 600; line-height: 1.25rem; }
.ordinary-programs__filters button.is-active { color: #fff; background: #6f08c9; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1); }
.ordinary-programs__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.ordinary-programs article { display: flex; height: 560px; padding: 0; flex-direction: column; border-radius: .5rem; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1); }
.ordinary-programs article:nth-child(n + 4):nth-child(-n + 6) { height: 564px; }
.ordinary-programs article:nth-child(n + 7) { height: 592px; }
.ordinary-programs article[hidden] { display: none; }
.ordinary-programs__media { position: relative; height: 192px; flex: none; overflow: hidden; color: #fff; }
.ordinary-programs__media img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.ordinary-programs__media-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(79 195 207 / .5), rgb(112 39 160 / .5)); }
.ordinary-programs__type, .ordinary-programs__popular { position: absolute; top: 1rem; padding: .25rem .75rem; border-radius: 999px; color: #1f2937; background: rgb(255 255 255 / .8); font-size: .875rem; font-weight: 500; }
.ordinary-programs__type { right: 1rem; }
.ordinary-programs__popular { left: 1rem; color: #854d0e; background: #fde047; }
.ordinary-programs__media h3 { position: absolute; right: 1rem; bottom: 3rem; left: 1rem; margin: 0; font: 700 1.875rem/2rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-programs__media h3 a { color: #fff; text-decoration: none; }
.ordinary-programs__media strong { position: absolute; right: 1rem; bottom: 1.5rem; left: 1rem; font: 700 1.25rem/1.75rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-programs__copy { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 1.5rem; color: #4b5563; font-size: .875rem; line-height: 1.25rem; }
.ordinary-programs__copy > p:empty { display: none; }
.ordinary-programs__copy p { margin: 1.5rem 0; }
.ordinary-programs__copy ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.ordinary-programs__copy li { position: relative; margin-bottom: .5rem; padding-left: 1.5rem; }
.ordinary-programs__copy li::before { position: absolute; top: 0; left: 0; color: #22c55e; content: "✓"; }
.ordinary-programs__copy footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: .75rem; }
.ordinary-programs__copy footer > a:last-child { color: #7027a0; text-transform: uppercase; }
.ordinary-programs__copy .ordinary-button { min-height: 40px; padding: .5rem 1rem; background: #35b7c6; font-size: .875rem; font-weight: 500; text-transform: uppercase; }
.ordinary-programs aside { height: 240px; margin-top: 3rem; padding: 2rem; border-radius: .5rem; color: #fff; background: linear-gradient(90deg, #6fcbd4, #8584d7); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); }
.ordinary-programs aside h2 { margin: 0 0 1rem; color: #fff; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-programs aside p { margin: 0; font-size: 1.25rem; line-height: 1.75rem; }
.ordinary-programs aside .ordinary-button { min-height: 40px; margin-top: 1.5rem; padding: .5rem 1rem; border: 2px solid #fff; background: transparent; font-size: .875rem; font-weight: 500; }
.ordinary-roadmap { min-height: 1140px; padding: 0; border-bottom: 32px solid transparent; border-image: linear-gradient(90deg, #b9a1ed, #ef72e8) 1; background: #f9fafb; }
.ordinary-roadmap__inner { width: 100%; padding: 64px 16px 33px; }
.ordinary-roadmap h2 { margin: 0 0 64px; color: #4f51af; font: 700 36px/40px "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.ordinary-roadmap__stage { position: relative; margin-bottom: 64px; }
.ordinary-roadmap__stage::before { position: absolute; top: 76px; bottom: -64px; left: 50%; width: 2px; background: #ef62ef; content: ""; transform: translateX(-1px); }
.ordinary-roadmap__stage header { position: relative; z-index: 1; height: 76px; padding: 12px; background: #fff; text-align: center; }
.ordinary-roadmap__stage header h3 { margin: 0; color: #4fc3cf; font: 700 24px/32px "Quicksand", system-ui, sans-serif; }
.ordinary-roadmap__stage header p { margin: 0; color: #4fc3cf; font: 600 18px/28px system-ui, sans-serif; }
.ordinary-roadmap__stage:nth-of-type(2) header h3, .ordinary-roadmap__stage:nth-of-type(2) header p { color: #4f51af; }
.ordinary-roadmap__stage:nth-of-type(3) header h3, .ordinary-roadmap__stage:nth-of-type(3) header p { color: #ed28ee; }
.ordinary-roadmap__items { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding-top: 32px; }
.ordinary-roadmap details { position: relative; border-radius: 12px; color: #fff; background: linear-gradient(90deg, #4fc3cf, #ed72ef); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .12); }
.ordinary-roadmap__stage:nth-of-type(2) details { background: linear-gradient(90deg, #4f51af, #8c5bd0); }
.ordinary-roadmap__stage:nth-of-type(3) details { background: linear-gradient(90deg, #ed28ee, #8ddce4); }
.ordinary-roadmap summary { position: relative; display: flex; min-height: 100px; flex-direction: column; justify-content: center; padding: 24px 48px 24px 24px; cursor: pointer; list-style: none; }
.ordinary-roadmap summary::-webkit-details-marker { display: none; }
.ordinary-roadmap summary svg { position: absolute; top: 27px; right: 24px; width: 16px; height: 16px; fill: none; stroke: currentcolor; stroke-width: 2; transition: transform .2s; }
.ordinary-roadmap details[open] summary svg { transform: rotate(180deg); }
.ordinary-roadmap__title { font: 700 20px/28px "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-roadmap__subtitle { font: 16px/24px system-ui, sans-serif; }
.ordinary-roadmap__badge { position: absolute; top: -16px; left: 0; padding: 4px 16px; border-radius: 999px; color: #3153c6; background: #ffb56b; font: 600 14px/20px system-ui, sans-serif; }
.ordinary-roadmap__answer { padding: 0 24px 24px; font: 16px/24px system-ui, sans-serif; }
.ordinary-roadmap__answer p { margin: 0; }
.ordinary-levels { position: relative; height: 1028px; padding: 0; overflow: hidden; color: #fff; background: transparent var(--levels-bg) 0 0/auto repeat fixed; }
.ordinary-levels__shade { position: absolute; inset: 0; background: linear-gradient(to top right, rgb(123 209 219 / .8), rgb(236 102 241 / .8)); }
.ordinary-levels__inner { position: relative; width: 100%; padding: 56px 32px 48px; }
.ordinary-levels h2 { margin: 0 0 12px; color: #fff; font: 700 48px/48px "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.ordinary-levels__group + .ordinary-levels__group { margin-top: 64px; }
.ordinary-levels__group > h3 { margin: 0 0 16px; color: #fff; font: 700 24px/32px "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.ordinary-levels__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.ordinary-levels__card { overflow: hidden; min-height: 150px; border-radius: 8px; color: #374151; background: rgb(255 255 255 / .96); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .12); }
.ordinary-levels__card > strong { display: block; padding: 6px 12px; color: #fff; background: #a91bda; font: 700 13px/20px system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.ordinary-levels__card h4 { display: flex; align-items: flex-start; margin: 16px 16px 8px; font: 700 16px/24px "Quicksand", system-ui, sans-serif; text-transform: uppercase; gap: 8px; }
.ordinary-levels__card h4 span { flex: none; color: #f126ed; font-size: 18px; }
.ordinary-levels__card ul { margin: 0; padding: 0 16px 12px; list-style: none; }
.ordinary-levels__group:nth-of-type(2) .ordinary-levels__card ul { padding-bottom: 16px; }
.ordinary-levels__group:nth-of-type(2) .ordinary-levels__card:nth-child(4) ul { padding-bottom: 12px; }
.ordinary-levels__card li { position: relative; padding: 4px 0 4px 24px; border-top: 1px solid #e5e7eb; font: 16px/20px system-ui, sans-serif; }
.ordinary-levels__card li::before { position: absolute; left: 2px; color: #16c666; content: "✓"; }
.ordinary-seasons { height: 660px; padding: 0; color: #fff; background: linear-gradient(#58c7d4, #fff); }
.ordinary-seasons__inner { width: min(100% - 32px, 736px); margin-inline: auto; padding-top: 88px; }
.ordinary-seasons h2 { max-width: 736px; margin: 0 auto 4px; color: #fff; font: 700 48px/48px "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.ordinary-seasons__inner > p { margin: 0 0 48px; font: 20px/28px system-ui, sans-serif; text-align: center; }
.ordinary-seasons__panels { display: grid; gap: 8px; }
.ordinary-seasons details { overflow: hidden; border-radius: 8px; color: #111; background: rgb(255 255 255 / .9); }
.ordinary-seasons summary { position: relative; display: flex; min-height: 61px; align-items: center; padding: 16px; cursor: pointer; list-style: none; gap: 24px; }
.ordinary-seasons summary::-webkit-details-marker { display: none; }
.ordinary-seasons details[open] summary { color: #fff; background: #4fc3cf; }
.ordinary-seasons summary strong { font: 700 18px/28px system-ui, sans-serif; }
.ordinary-seasons summary span { padding: 4px 12px; border-radius: 999px; font-size: 14px; background: rgb(255 255 255 / .2); }
.ordinary-seasons summary svg { width: 20px; height: 20px; margin-left: auto; fill: none; stroke: currentcolor; stroke-width: 2; transition: transform .2s; }
.ordinary-seasons details[open] summary svg { transform: rotate(180deg); }
.ordinary-seasons details ul { margin: 0; padding: 12px 16px 12px 32px; background: rgb(255 255 255 / .9); list-style: none; }
.ordinary-seasons details li { position: relative; margin: 4px 0; font: 16px/24px system-ui, sans-serif; }
.ordinary-seasons details li::before { position: absolute; left: -16px; color: #4fc3cf; content: "·"; }
.ordinary-faq { min-height: 1044px; padding: 0; color: #374151; background: #fff; }
.ordinary-faq__inner { width: 100%; padding: 72px 16px 48px; }
.ordinary-faq header { text-align: center; }
.ordinary-faq header h2 { margin: 0 0 4px; color: #374151; font: 700 30px/36px "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.ordinary-faq header p { margin: 0; color: #6b7280; font: 20px/28px system-ui, sans-serif; }
.ordinary-faq header > span { display: block; width: 96px; height: 3px; margin: 18px auto 48px; background: linear-gradient(90deg, #4fc3cf, #4f51af); }
.ordinary-faq__questions { width: min(100%, 1024px); margin-inline: auto; padding: 16px; border-radius: 12px; color: #fff; background: linear-gradient(to bottom right, #72cdd8, #7276bf); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .16); }
.ordinary-faq details { border-bottom: 1px solid rgb(255 255 255 / .75); }
.ordinary-faq summary { display: flex; min-height: 56px; align-items: center; padding: 16px 8px; cursor: pointer; font: 500 16px/24px "Quicksand", system-ui, sans-serif; list-style: none; text-transform: uppercase; }
.ordinary-faq summary::-webkit-details-marker { display: none; }
.ordinary-faq summary svg { width: 16px; height: 16px; margin-left: auto; flex: none; fill: none; stroke: currentcolor; stroke-width: 2; transition: transform .2s; }
.ordinary-faq details[open] summary svg { transform: rotate(180deg); }
.ordinary-faq__answer { padding: 0 16px 16px; color: #fff; font: 16px/24px system-ui, sans-serif; }
.ordinary-faq__answer p { margin: 0 0 8px; }
.ordinary-faq__answer ul { margin: 0; padding-left: 24px; }
.ordinary-faq__more { margin: 26px 0 0; text-align: center; }
.ordinary-faq__more a { color: #6b7280; text-decoration: underline; }
@media (max-width: 700px) {
  .ordinary-hero:has(.ordinary-hero__media img:nth-child(6)) .ordinary-hero__copy { transform: none; }
  .ordinary-section.ordinary-roadmap { min-height: 0; padding: 0; }
  .ordinary-roadmap__inner { padding: 64px 16px 32px; }
  .ordinary-roadmap h2 { max-width: 343px; margin: 0 auto 64px; font-size: 36px; line-height: 40px; }
  .ordinary-roadmap__stage { margin-bottom: 64px; }
  .ordinary-roadmap__stage::before { top: 76px; bottom: -64px; }
  .ordinary-roadmap__items { grid-template-columns: 1fr; gap: 24px; }
  .ordinary-roadmap summary { min-height: 100px; }
  .ordinary-section.ordinary-levels { height: 2500px; padding: 0; }
  .ordinary-levels__inner { padding: 56px 16px 48px; }
  .ordinary-levels h2 { max-width: 343px; margin: 0 auto 12px; font-size: 30px; line-height: 36px; }
  .ordinary-levels__group + .ordinary-levels__group { margin-top: 64px; }
  .ordinary-levels__group > h3 { font-size: 24px; line-height: 32px; }
  .ordinary-levels__cards { grid-template-columns: 1fr; gap: 16px; }
  .ordinary-levels__card { min-height: 0; }
  .ordinary-section.ordinary-seasons { height: 648px; padding: 0; }
  .ordinary-seasons__inner { width: calc(100% - 32px); padding-top: 88px; }
  .ordinary-seasons h2 { font-size: 30px; line-height: 36px; }
  .ordinary-seasons__inner > p { margin-bottom: 48px; font-size: 14px; line-height: 20px; }
  .ordinary-seasons summary { gap: 12px; }
  .ordinary-section.ordinary-faq { min-height: 1348px; padding: 0; }
  .ordinary-faq__inner { padding: 72px 16px 48px; }
  .ordinary-faq header h2 { font-size: 24px; line-height: 32px; }
  .ordinary-faq header p { font-size: 16px; line-height: 24px; }
  .ordinary-faq header > span { margin-bottom: 40px; }
  .ordinary-faq__questions { padding: 16px; }
  .ordinary-faq summary { min-height: 0; font-size: 16px; line-height: 24px; }
}
/* Published program family. Exact parity is handled by the later program-family pass. */
main:has(> .program-hero) { width: 100%; }
.program-container { width: min(100% - 2rem, 1120px); margin-inline: auto; }
.program-container, .program-container * { min-width: 0; }
.program-section { padding: 4.5rem 0; overflow: hidden; }
.program-section:nth-child(odd) { background: #f8f7ff; }
.program-section header, .program-section > .program-container > h2 { max-width: 850px; margin-inline: auto; text-align: center; }
.program-section h2 { color: #4f51af; font-size: clamp(1.8rem, 4vw, 3rem); }
.program-rich-text { overflow-wrap: anywhere; line-height: 1.7; }
.program-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 2px solid #4fc3cf; border-radius: 999px; color: #fff; background: #4fc3cf; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.program-button--outline { border-color: #fff; background: transparent; }
.program-hero { position: relative; display: grid; width: 100%; height: 540px; overflow: hidden; place-items: center; color: #fff; background: #4f51af; }
.program-hero__video, .program-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.program-hero__video { object-fit: cover; }
.program-hero__shade { background: linear-gradient(to top right, rgb(79 195 207 / .8), rgb(208 33 211 / .7)); }
.program-hero__inner { position: relative; z-index: 1; display: grid; width: calc(100% - 4rem); max-width: 1120px; grid-template-columns: minmax(0, 1fr) minmax(0, 456px); align-items: center; gap: 2rem; }
.program-hero__copy { text-align: left; }
.program-hero__copy h1 { max-width: 640px; margin: 0; font-family: "Quicksand", sans-serif; font-size: 3rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.program-hero__copy > p { max-width: 632px; margin: 2rem 0 0; font-size: 1.4375rem; font-weight: 400; line-height: 2rem; opacity: .8; }
.program-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 1rem; margin-top: 3rem; }
.program-hero .program-button { font-weight: 400; }
.program-video-preview { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: .5rem; background: #111; cursor: pointer; }
.program-video-preview__image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.program-video-preview__play { position: absolute; top: 50%; left: 50%; display: grid; width: 5rem; height: 5rem; padding-left: .35rem; transform: translate(-50%, -50%); place-items: center; border-radius: 50%; color: #35becb; background: rgb(255 255 255 / .88); font-size: 2rem; }
.program-hero__media > p { margin: 1rem 0 0; font-size: 1rem; font-weight: 400; line-height: 1.5rem; text-align: center; opacity: .8; }
.program-video-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 3rem; background: rgb(0 0 0 / .95); }
.program-video-modal iframe { width: min(100%, 960px); aspect-ratio: 16 / 9; border: 0; background: #000; }
.program-video-modal > button { position: absolute; top: 1rem; right: 1.5rem; border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 3rem; }
.program-overview { position: relative; padding: 4rem 0; color: #fff; }
.program-overview__background, .program-overview__gradient, .program-overview__shade { position: absolute; inset: 0; }
.program-overview__background { z-index: 0; overflow: hidden; }
.program-overview__background > img { width: 100%; height: 100%; transform: scale(1.1); object-fit: cover; object-position: center; }
.program-overview__gradient { background: linear-gradient(to top right, rgb(123 209 219 / .9), rgb(229 51 237 / .9)); }
.program-overview__shade { background: rgb(0 0 0 / .05); }
.program-overview__inner { position: relative; z-index: 1; width: min(100% - 2rem, 1152px); margin-inline: auto; padding: 0 2rem; }
.program-overview__heading { position: relative; max-width: none !important; margin: 0 0 2rem; text-align: center; }
.program-overview .program-overview__heading h2 { margin: 0 0 1rem; color: #fff; font: 700 3rem/1 "Quicksand", sans-serif; text-transform: uppercase; }
.program-overview__heading > span { display: block; width: 6rem; height: .25rem; margin-inline: auto; border-radius: 999px; background: rgb(255 255 255 / .5); }
.program-overview__text { max-width: 42rem; min-height: 2rem; margin: 0 auto; padding-bottom: 2rem; color: #fff; font-size: 1.125rem; line-height: 1.75rem; text-align: center; }
.program-overview__text p { margin: 0; }
.program-overview__features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin: 0; padding: 0; list-style: none; }
.program-overview__feature { padding: 1.5rem; border: 1px solid rgb(255 255 255 / .1); border-radius: .75rem; background: rgb(255 255 255 / .1); backdrop-filter: blur(12px); }
.program-overview__feature-inner { display: flex; align-items: center; justify-content: center; gap: 1.25rem; }
.program-overview__icon { display: grid; flex: none; width: 4.5rem; height: 4.5rem; place-items: center; border-radius: 50%; background: rgb(255 255 255 / .8); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.program-overview__icon img { width: 3rem; height: 3rem; padding: .25rem; }
.program-overview__feature p { flex: 1; margin: 0; padding-top: .25rem; color: rgb(255 255 255 / .9); font-size: 1.25rem; line-height: 1.75rem; }
.program-overview__feature--pricing p { font-size: 1.5rem; font-weight: 700; line-height: 2rem; }
.program-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.program-card-grid article { overflow: hidden; border-radius: 1rem; background: #fff; box-shadow: 0 8px 24px rgb(0 0 0 / .08); }
.program-card-grid article > div { padding: 1.5rem; }
.program-card-grid img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.program-section.program-structure { padding: 2rem 0; border-bottom: .4375rem solid; border-image: linear-gradient(90deg, #337faf, #4f51af) 1; background: #fff; }
.program-structure__inner { width: 100%; padding: 1.5rem 1rem; }
.program-section.program-structure h2 { max-width: none; margin: 0 0 3rem; color: #1f2937; font: 700 2.25rem/2.5rem "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.program-structure__layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 3rem; }
.program-structure__wheel { width: 100%; aspect-ratio: 1; }
.program-structure__wheel svg { display: block; width: 100%; height: 100%; overflow: visible; }
.program-structure__wheel g { cursor: pointer; transition: transform .3s; }
.program-structure__wheel g:has(button[aria-pressed="true"]) { filter: url(#program-stage-selected-shadow); }
.program-structure__wheel path { opacity: 1; transition: filter .3s, opacity .3s; }
.program-structure__wheel g:has(button[aria-pressed="true"]) path { opacity: .9; }
.program-structure__wheel button { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; font: 500 2.7px/5.4px "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.program-structure__wheel button:focus-visible { outline: .6px solid #fff; outline-offset: -.6px; }
.program-structure__detail { width: 100%; overflow: hidden; border: 1px solid rgb(255 255 255 / .2); border-radius: .5rem 1.5rem 1.5rem; background: rgb(255 255 255 / .1); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); backdrop-filter: blur(40px); }
.program-structure__detail img { display: block; width: 100%; height: 15rem; object-fit: cover; }
.program-structure__detail h3 { margin: 1rem 1rem 0; color: #4b5563; font: 700 1.5rem/2rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.program-structure__detail .program-rich-text { min-height: 9.875rem; padding: 1rem; color: rgb(107 114 128 / .9); font-size: 1.125rem; line-height: 1.75rem; }
.program-structure__detail .program-rich-text p { margin: 0; }
.program-section.program-reviews { position: relative; overflow: hidden; padding: 4rem 0; color: #fff; background: #337faf; }
.program-reviews::before { content: ''; position: absolute; inset: -1rem; background: linear-gradient(30deg, rgb(79 195 207 / .9), rgb(79 81 175 / .9)), url('/images/reviews-background.webp') center/cover; filter: blur(12px); }
.program-reviews .program-container { position: relative; width: min(100%, 1280px); padding-inline: 1rem; }
.program-section.program-reviews h2 { max-width: none; margin: 0 0 2rem; color: #fff; font: 700 1.875rem/2.25rem "Quicksand", sans-serif; text-align: center; text-transform: uppercase; }
.program-review-carousel { position: relative; }
.program-review-track { display: flex; align-items: flex-start; gap: 2rem; padding: 1rem; }
.program-review-carousel article { flex: 1 1 0; min-width: 0; min-height: 200px; padding: 1.5rem; border-radius: .75rem; color: #4b5563; background: #fff; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); font-family: system-ui, sans-serif; }
.program-review-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.program-review-person { display: flex; align-items: center; gap: .5rem; min-width: 0; }
.program-review-header .program-review-avatar { flex: none; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.program-review-header strong { display: block; font-size: .875rem; font-weight: 500; overflow-wrap: anywhere; }
.program-review-header time { display: block; color: #9ca3af; font-size: .75rem; }
.program-review-header img { width: 96px; height: 32px; object-fit: contain; }
.program-review-carousel blockquote { margin: 0; font-size: 1rem; line-height: 1.625; }
.program-review-expand { padding: 0; margin-top: .5rem; border: 0; color: #337faf; background: transparent; font-size: .875rem; cursor: pointer; }
.program-carousel-controls { position: absolute; inset: 50% -1rem auto; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.program-carousel-controls button { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; color: #374151; background: rgb(255 255 255 / .85); cursor: pointer; font-size: 1.75rem; pointer-events: auto; }
.program-section.program-faq { padding: 4rem 0; background: #fff; }
.program-faq header { margin-bottom: 3rem; text-align: center; }
.program-section.program-faq h2 { max-width: none; margin: 0; color: #374151; font: 700 1.875rem/2.25rem "Quicksand", sans-serif; text-transform: uppercase; }
.program-faq header p { margin: .5rem 0; }
.program-faq header span { display: block; width: 96px; height: 4px; margin: .5rem auto 0; border-radius: 999px; background: linear-gradient(90deg, #4fc3cf, #4f51af); }
.program-faq__questions { max-width: 1024px; margin: auto; padding: 1rem; border-radius: .75rem; color: #fff; background: linear-gradient(135deg, #72cfd9, #7274bf); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1); }
.program-faq details { border-bottom: 1px solid rgb(255 255 255 / .3); }
.program-faq summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; cursor: pointer; list-style: none; font: 500 1rem/1.5 system-ui, sans-serif; text-transform: uppercase; }
.program-faq summary::-webkit-details-marker { display: none; }
.program-faq summary::after { content: '⌄'; }
.program-faq details[open] summary::after { content: '⌃'; }
.program-faq .program-rich-text { padding-bottom: 1rem; color: #fff; }
.program-faq__all { display: block; margin-top: 1.5rem; color: #6b7280; text-align: center; font: 400 1rem/1.5 system-ui, sans-serif; }
.program-section.program-cta { position: relative; padding: 6rem 0; color: #fff; background: var(--program-bg, none) center/cover; text-align: center; }
.program-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(79 195 207 / .8), rgb(63 65 140 / .6)); }
.program-cta .program-container { position: relative; max-width: 800px; }
.program-section.program-cta h2 { max-width: 768px; margin: 0 auto; color: #fff; font: 700 3.75rem/1 "Quicksand", sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.program-cta p { max-width: 576px; margin: 1.5rem auto 0; font: 400 1.25rem/2rem system-ui, sans-serif; }
.program-cta .program-button { margin-top: 2.5rem; padding: 1rem 3rem; border: 0; font: 500 1rem/1.5 system-ui, sans-serif; }
@media (max-width: 639px) {
  .program-review-track { gap: 0; }
  .program-section.program-cta { padding: 4rem 0; }
  .program-section.program-cta h2 { font-size: 2.25rem; line-height: 2.5rem; }
  .program-cta p { font-size: 1.125rem; }
  .program-section.program-faq h2 { font-size: 1.5rem; line-height: 2rem; }
}
.program-section.program-all-access { box-sizing: border-box; height: 680px; min-height: 680px; padding: 4rem 0; color: #4b5563; background: #f9fafb; text-align: center; }
.program-all-access__inner { display: grid; width: calc(100% - 4rem); height: 552px; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem; padding-inline: 1rem; }
.program-all-access__copy { height: 416px; }
.program-section.program-all-access h2 { max-width: none; margin: .5rem 0 .75rem; color: #374151; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.program-all-access ul { display: flex; max-width: none; flex-direction: column; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.program-all-access li { margin: 0; font-size: 1.25rem; line-height: 1.75rem; }
.program-all-access li::before { content: "✓"; margin-right: .5rem; color: #4fc3cf; }
.program-all-access .program-button { width: 196.859375px; min-height: 56px; margin-top: 2rem; padding: 1rem 3rem; border: 0; font-weight: 500; line-height: 1.5rem; white-space: nowrap; }
.program-all-access__lanyard-link { display: block; justify-self: center; }
.program-all-access__lanyard { display: block; width: 297.078125px; height: 552px; justify-self: center; object-fit: contain; }
@media (max-width: 639px) {
  .program-section { padding: 3rem 0; }
  .program-hero { height: auto; min-height: 0; padding: 3rem 0 1rem; place-items: start center; }
  .program-hero:has(.program-hero__media > p) { padding-bottom: .625rem; }
  .program-hero__inner { width: calc(100% - 2rem); grid-template-columns: 1fr; gap: 5.25rem; }
  .program-hero__copy h1 { font-size: 1.5rem; line-height: 2rem; }
  .program-hero__copy > p { margin-top: 1.5rem; font-size: 1.25rem; line-height: 1.75rem; }
  .program-actions { flex-direction: column; align-items: stretch; gap: 1rem; margin-top: 2.5rem; }
  .program-actions .program-button { width: 100%; min-height: 56px; }
  .program-video-preview__play { width: 5rem; height: 5rem; }
  .program-hero__media > p { font-size: 1rem; line-height: 1.625rem; }
  .program-overview { padding: 4rem 0; }
  .program-overview__inner { width: calc(100% - 2rem); padding: 0; }
  .program-overview__heading { margin-bottom: 2rem; }
  .program-overview .program-overview__heading h2 { font-size: 2.25rem; line-height: 2.5rem; }
  .program-overview__text { padding-bottom: 2rem; font-size: 1.125rem; line-height: 1.75rem; }
  .program-overview__features { grid-template-columns: 1fr; gap: .5rem; }
  .program-overview__feature { padding: .5rem; }
  .program-overview__feature-inner { gap: 1.25rem; }
  .program-overview__icon { width: 3rem; height: 3rem; }
  .program-overview__icon img { width: 1.5rem; height: 1.5rem; padding: 0; }
  .program-overview__feature p { font-size: 1rem; line-height: 1.5rem; }
  .program-overview__feature--pricing p { font-size: 1.25rem; line-height: 1.75rem; }
  .program-card-grid { grid-template-columns: 1fr; }
  .program-section.program-structure { box-sizing: border-box; height: 583px; min-height: 583px; padding: 2rem 0; }
  .program-structure__inner { padding: 3.75rem 1rem 0; }
  .program-section.program-structure h2 { margin-bottom: 3rem; font-size: 2.25rem; line-height: 2.5rem; text-align: left; }
  .program-structure__layout { display: block; }
  .program-structure__detail { display: none; }
  .program-section.program-all-access { height: 652px; min-height: 652px; padding: 4rem 0; }
  .program-all-access__inner { display: block; width: calc(100% - 2rem); height: 524px; padding-inline: 1rem; }
  .program-all-access__copy { height: 524px; }
  .program-section.program-all-access h2 { margin: .5rem 0 .75rem; font-size: 1.5rem; line-height: 2rem; }
  .program-all-access li { font-size: 1.125rem; line-height: 1.75rem; }
  .program-all-access .program-button { margin: 2rem auto 0; }
  .program-all-access__lanyard-link,
  .program-all-access__lanyard { display: none; }
  .program-video-modal { padding: .5rem; }
  .ordinary-section { padding: 3rem 0; }
  .ordinary-page-hero { min-height: 432px; }
  .ordinary-page-hero.ordinary-page--compact { min-height: 208px; }
  .ordinary-page-hero.ordinary-page--compact .ordinary-page-hero__inner { min-height: 176px; }
  .ordinary-page-hero:has(p br) { min-height: 440px; }
  .ordinary-page-hero__inner { min-height: 400px; }
  .ordinary-page-hero:has(p br) .ordinary-page-hero__inner { min-height: 408px; }
  .ordinary-page-hero.ordinary-page--featured { min-height: 208px; }
  .ordinary-page-hero.ordinary-page--featured .ordinary-page-hero__inner { min-height: 176px; }
  .ordinary-page-hero h1 { font-size: 2.25rem; line-height: 2.5rem; }
  .ordinary-page-hero p { font-size: 1.25rem; line-height: 1.75rem; }
  .ordinary-text { padding: 4rem 0; }
  .ordinary-text:has(+ .text-image--fifth-400) { background: #fff; }
  .ordinary-text:has(+ .text-image--fifth-400) .ordinary-container { transform: none; }
  .ordinary-heading h2 { font-size: 1.5rem; line-height: 2rem; }
  .ordinary-text .ordinary-rich-text h2 { font-size: 1.875rem; line-height: 2.5rem; }
  .ordinary-quote__inner, .ordinary-cards__grid, .ordinary-features__grid, .ordinary-programs__grid, .ordinary-roadmap__items, .ordinary-comparison__grid, .ordinary-levels__grid, .ordinary-first-class__grid, .ordinary-steps ol, .ordinary-seasons ol { grid-template-columns: 1fr; }
  .ordinary-comparison { height: 952px; padding-block: 4rem; }
  .ordinary-comparison > .ordinary-container { width: calc(100% - 3rem); }
  .ordinary-comparison > .ordinary-container > h2 { margin-top: .5rem; font-size: 1.5rem; line-height: 2rem; }
  .ordinary-comparison .ordinary-lead { font-size: .875rem; line-height: 1.25rem; }
  .ordinary-comparison__grid { gap: 2.25rem; margin-top: 2.5rem; }
  .ordinary-comparison article:first-child { height: 333px; }
  .ordinary-comparison article:nth-child(2) { height: 281px; }
  .ordinary-steps { height: 1320px; padding: 0; }
  .ordinary-steps > .ordinary-container { padding-top: 6rem; }
  .ordinary-steps h2 { font-size: 2.25rem; line-height: 2.5rem; }
  .ordinary-steps .ordinary-lead { margin-top: 1rem; font-size: 1.25rem; line-height: 1.75rem; }
  .ordinary-steps ol { margin-top: 3.5rem; gap: 2rem; }
  .ordinary-steps ol > li { height: 268px; font-size: 4.5rem; line-height: 5rem; }
  .ordinary-steps ol > li:first-child { height: 228px; }
  .ordinary-steps ol > li h3 { margin: .5rem 0 .75rem; }
  .ordinary-steps .ordinary-button { margin-top: 4rem; }
  .ordinary-first-class { height: 1080px; padding: 0; }
  .ordinary-first-class__heading { padding-top: 4.5rem; }
  .ordinary-first-class__heading h2 { font-size: 2.25rem; line-height: 2.5rem; }
  .ordinary-first-class__heading p { font-size: .875rem; line-height: 1.25rem; }
  .ordinary-first-class__grid { top: 400px; height: 680px; grid-template-columns: 1fr; gap: 4rem; }
  .ordinary-first-class .ordinary-first-class__group { height: 308px; }
  .ordinary-first-class__group > img { bottom: 45px; left: 21px; height: 423px; transform: rotate(-6deg); }
  .ordinary-first-class__group--kids > img { right: -42.5px; bottom: 35.5px; left: auto; height: 423px; transform: rotate(6deg); }
  .ordinary-first-class__group > div,
  .ordinary-first-class__group--parents > div,
  .ordinary-first-class__group--kids > div { top: 16px; right: auto; left: 50%; width: 80%; height: 276px; padding-bottom: 1.5rem; transform: translateX(-50%); }
  .ordinary-first-class__group h3 { font-size: 1.875rem; line-height: 2.25rem; }
  .ordinary-first-class__group ul { line-height: 2.25rem; }
  .ordinary-programs { padding: 0 0 4rem; }
  .ordinary-programs > .ordinary-container { width: calc(100% - 4rem); padding-top: 4.5rem; }
  .ordinary-programs__heading h2 { font-size: 1.5rem; line-height: 2rem; }
  .ordinary-programs__heading p { font-size: .875rem; line-height: 1.25rem; }
  .ordinary-programs__filters { width: 100%; min-height: 172px; flex-wrap: wrap; margin: .5rem auto 3rem; }
  .ordinary-programs__filters button { padding-inline: 1.5rem; }
  .ordinary-programs__grid { grid-template-columns: 1fr; }
  .ordinary-programs article:nth-child(1) { height: 560px; }
  .ordinary-programs article:nth-child(2) { height: 516px; }
  .ordinary-programs article:nth-child(3) { height: 536px; }
  .ordinary-programs article:nth-child(4), .ordinary-programs article:nth-child(5) { height: 564px; }
  .ordinary-programs article:nth-child(6):not(:first-child), .ordinary-programs article:nth-child(7), .ordinary-programs article:nth-child(8) { height: 540px; }
  .ordinary-programs article:nth-child(9) { height: 616px; }
  .ordinary-programs aside { height: 400px; }
  .ordinary-programs aside h2 { font-size: 1.875rem; line-height: 2.25rem; }
  .ordinary-team__person-inner, .ordinary-team__person:nth-child(odd) .ordinary-team__person-inner { flex-direction: column; }
  .ordinary-team__portrait, .ordinary-team__copy { width: 100%; }
  .ordinary-team__copy { padding: 1.5rem; }
  .ordinary-quote__inner { padding-inline: 1rem; transform: none; }
  .ordinary-quote blockquote { font-size: 1.125rem; line-height: 1.828125rem; }
  .ordinary-cards, .ordinary-icon-cards { padding-block: 4rem; }
  .ordinary-cards > .ordinary-container, .ordinary-icon-cards > .ordinary-container { padding-inline: 1rem; }
  .ordinary-cards .ordinary-heading, .ordinary-icon-cards .ordinary-heading { margin-bottom: 3rem; }
  .ordinary-cards .ordinary-heading { margin-bottom: 2.75rem; }
  .ordinary-cards .ordinary-lead, .ordinary-icon-cards .ordinary-lead { font-size: .875rem; line-height: 1.25rem; }
  .ordinary-icon-cards__grid, .ordinary-icon-cards--primary-400 .ordinary-icon-cards__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ordinary-icon-cards article { min-height: 0; padding: 2rem 1.5rem 1.5rem; }
  .ordinary-icon-cards--gray-50:has(article:nth-child(4):last-child) article { padding-bottom: 1.666667rem; }
  .ordinary-icon-cards--primary-400 { padding-bottom: 5.75rem; }
  .ordinary-icon-cards--primary-400 article { height: 240px; min-height: 0; }
  .text-image--fifth-400.text-image--no-media { padding-bottom: 5.625rem; }
  .text-image--fifth-400.text-image--no-media .text-image__heading { margin-bottom: 5.0625rem; }
  .text-image--fifth-400.text-image--no-media .text-image__copy { grid-column: 1; }
  .ordinary-features { padding: 6rem 0 9rem; }
  .ordinary-features article:nth-child(1), .ordinary-features article:nth-child(4), .ordinary-features article:nth-child(5) { height: 284px; }
  .ordinary-features article:nth-child(2) { height: 314px; }
  .ordinary-features article:nth-child(3) { height: 288px; }
  .ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) .ordinary-lead { font-size: .875rem; line-height: 1.25rem; }
  .ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article:nth-child(1) { height: 432px; min-height: 432px; }
  .ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article:nth-child(2) { height: 324px; min-height: 324px; }
  .ordinary-features:has(.ordinary-features__grid > article:nth-child(3):last-child) article:nth-child(3) { height: 354px; min-height: 354px; }
  .ordinary-icon-cards h3 { font-size: 1.125rem; line-height: 1.75rem; }
  .ordinary-icon-cards__copy { margin-top: 1.333333rem; }
  .ordinary-icon-cards article .ordinary-icon-cards__copy > div { font-size: .875rem; line-height: 1.25rem; }
  .ordinary-hero { height: 540px; min-height: 540px; }
  .ordinary-hero__copy { width: calc(100% - 2rem); padding-block: 2rem; transform: translateY(-12px); }
  .ordinary-hero h1 { margin-bottom: 1rem; font-size: 1.875rem; line-height: 2.25rem; }
  .ordinary-hero__copy > p:first-of-type { font-size: 1.25rem; line-height: 1.75rem; }
  .ordinary-hero__copy > p + p { font-size: 1.125rem; line-height: 1.75rem; }
  .ordinary-hero .ordinary-button { width: auto; }
}

/* Complete FAQ route. Exact visual parity is handled by the later FAQ-family pass. */
.faq-page { position: relative; min-height: 60vh; padding: 4rem 0; overflow: hidden; font-family: system-ui, sans-serif; }
.faq-page__background { position: absolute; inset: 0; background: url('/generated-assets/thrive-note-brush-bg.svg') center/cover; opacity: .2; pointer-events: none; }
.faq-page__container { position: relative; width: min(100%, 896px); margin-inline: auto; padding: 1.5rem; }
.faq-page__heading { margin-bottom: 2rem; text-align: center; }
.faq-page__heading h1 { margin: 0; color: #4f51af; font: 700 clamp(2rem, 5vw, 3.5rem)/1.15 "Quicksand", system-ui, sans-serif; }
.faq-page__heading p { margin: 1rem auto 0; max-width: 680px; color: #6b7280; font-size: 1.1rem; }
.faq-page__search { width: 100%; margin-bottom: 2rem; padding: .75rem; border: 1px solid #e5e7eb; border-radius: .5rem; background: #f9fafb; color: #374151; font: inherit; }
.faq-page__search:focus { border-color: #4fc3cf; outline: 3px solid rgb(79 195 207 / .24); }
.faq-page__groups { display: grid; gap: 3rem; padding: 0 1rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); backdrop-filter: blur(12px); }
.faq-group h2 { margin: 0 0 1rem; padding: 1rem .5rem; color: #4f51af; background: #f9fafb; font: 700 1.5rem/2rem "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.faq-question + .faq-question { margin-top: .5rem; }
.faq-question { padding: .5rem 0; border-bottom: 1px solid #f3f4f6; }
.faq-question:last-child { border-bottom: 0; }
.faq-question summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .5rem 0; cursor: pointer; font-size: 1.125rem; line-height: 1.75rem; list-style: none; overflow-wrap: anywhere; }
.faq-question summary::-webkit-details-marker { display: none; }
.faq-question summary::after { content: "+"; flex: 0 0 auto; color: #374151; font-size: 1.125rem; line-height: 1.75rem; }
.faq-question[open] summary::after { content: "−"; }
.faq-question__answer { padding: .75rem .5rem 1rem; color: #4b5563; line-height: 1.7; overflow-wrap: anywhere; }
.faq-question__answer > :first-child { margin-top: 0; }
.faq-question__answer > :last-child { margin-bottom: 0; }
.faq-question__answer a { color: #4f51af; text-decoration: underline; }
.faq-page mark { border-radius: .15rem; background: rgb(79 195 207 / .35); color: inherit; }
.faq-page__empty { padding: 4rem 1rem; color: #6b7280; text-align: center; }
@media (max-width: 639px) {
  .faq-page { padding: 4rem 0; }
  .faq-question summary { font-size: 1.125rem; }
}

/* Native YouGrow blog collection. */
.blog-page { padding: 2rem 0; background: #fff; font-family: system-ui, sans-serif; }
.blog-shell { display: grid; width: min(100% - 2rem, 1280px); margin-inline: auto; grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); align-items: start; gap: 1rem; }
.blog-list__header { margin-bottom: 2rem; text-align: center; }
.blog-list__header h1, .blog-article h1 { margin: 0; color: #374151; font: 700 1.875rem/2.25rem "Quicksand", sans-serif; text-transform: uppercase; }
.blog-list__header p { color: #6b7280; }
.blog-card { max-width: 65ch; margin: 0 auto 2rem; padding: 0 .75rem; border-bottom: 1px solid #f9fafb; background: #fff; }
.blog-card__image, .blog-card__image img { display: block; width: 100%; }
.blog-card__image img { max-height: 384px; aspect-ratio: 16 / 9; object-fit: cover; }
.blog-card__copy { padding: 0; }
.blog-card h2 { margin: 2rem 0 1.5rem; color: #1f2937; font: 700 1.5rem/1.35 "Quicksand", sans-serif; text-transform: uppercase; }
.blog-card h2 a, .blog-read-more, .blog-sidebar a { text-decoration: none; }
.blog-card__copy > p:not(.blog-meta) { color: #4b5563; line-height: 1.65; }
.blog-meta { padding: .5rem 0; border-bottom: 1px solid #e5e7eb; color: #6b7280; font-size: .875rem; line-height: 1.5; font-style: italic; }
.blog-meta a { color: #9ca3af; text-transform: uppercase; text-decoration: none; }
.blog-read-more { display: inline; color: #3da0b5; }
.blog-card__excerpt { display: inline; font-size: 1rem; line-height: 1.75; }
.blog-pagination { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 2rem; }
.blog-pagination a { color: #7027a0; font-weight: 700; }
.blog-sidebar { display: grid; gap: 2rem; }
.blog-sidebar section { overflow: hidden; border-radius: .5rem; background: #fff; box-shadow: 0 4px 16px rgb(0 0 0 / .1); }
.blog-sidebar section > h2 { margin: 0; padding: 1.5rem 1.5rem 1rem; color: #1f2937; font-size: 1.125rem; line-height: 1.5; }
.blog-sidebar .blog-featured > h2 { padding: 1rem 1.5rem; color: #fff; background: linear-gradient(90deg, #a020d2, #30316a); }
.blog-search__body { padding: 0 1.5rem 1.5rem; }
.blog-search__body label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.blog-search__body input { width: 100%; min-width: 0; padding: .75rem; border: 1px solid #d1d5db; border-radius: .4rem; color: #374151; background: #fff; font: inherit; }
.blog-search__body input:focus { border-color: #4fc3cf; outline: 3px solid rgb(79 195 207 / .24); }
.blog-search__status:empty { display: none; }
.blog-search__status { margin: .75rem 0 0; color: #6b7280; font-size: .875rem; line-height: 1.45; }
.blog-search__results section { margin-top: 1rem; }
.blog-search__results h3 { margin: 0 0 .4rem; color: #4f51af; font-size: 1rem; }
.blog-search__results ul { margin: 0; padding: 0; list-style: none; }
.blog-search__results li + li { border-top: 1px solid #e5e7eb; }
.blog-search__results a { display: block; padding: .55rem 0; color: #7027a0; overflow-wrap: anywhere; }
.blog-featured > a { display: block; padding: 1rem; }
.blog-featured img { display: block; width: 100%; height: 192px; border-radius: .5rem; object-fit: cover; }
.blog-featured h3 { margin: 1rem 0 .5rem; color: #374151; }
.blog-featured p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; color: #4b5563; font-size: .875rem; line-height: 1.5; }
.blog-recent ul { margin: 0; padding: 0 1.5rem 1.5rem; list-style: none; }
.blog-recent li + li { margin-top: 1rem; }
.blog-recent li a { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 1rem; }
.blog-recent img { width: 64px; height: 64px; border-radius: .375rem; object-fit: cover; }
.blog-recent span { display: grid; gap: .35rem; }
.blog-recent strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #1f2937; font-size: .875rem; font-weight: 500; line-height: 1.25rem; }
.blog-recent time { color: #6b7280; font-size: .75rem; }
.blog-article { min-width: 0; width: 100%; max-width: 65ch; margin-inline: auto; }
.blog-article__hero { display: block; width: 100%; max-height: 384px; margin: 2rem 0; object-fit: cover; }
.blog-article header { margin: 0; }
.blog-article h1 { font-size: 1.5rem; line-height: 2rem; }
.blog-article header .blog-meta { margin-bottom: 0; }
.blog-body { color: #374151; font-size: 1rem; line-height: 1.75; }
.blog-body h2 { margin: 2.5rem 0 1.25rem; color: #374151; font-size: 1.25rem; line-height: 1.75rem; }
.blog-body h3 { margin: 2rem 0 1rem; color: #374151; font-size: 1.125rem; line-height: 1.75rem; }
.blog-body p, .blog-body ul, .blog-body ol { max-width: 100%; margin-block: 1.25rem; }
.blog-body li { margin-block: .5rem; }
.blog-body img, .blog-body iframe, .blog-body video { max-width: 100%; height: auto; }
.blog-body a { color: #7027a0; }
@media (max-width: 639px) {
  .blog-shell { grid-template-columns: 1fr; gap: 2rem; }
  .blog-card h2 { font-size: 1.125rem; line-height: 1.5rem; }
  .blog-article h1 { font-size: 1.125rem; line-height: 1.5rem; }
  .blog-sidebar { width: 100%; }
}
.blog-pagination:not(:has(a)) { display: none; }

.materials-index, .material-detail { padding: 2rem 1rem; color: #374151; background: #fff; font-family: system-ui, sans-serif; }
.materials-container { width: min(1280px, 100%); margin: 0 auto; }
.materials-search { width: 100%; margin-bottom: 1rem; padding: .5rem 1rem; border: 1px solid #4fc3cf; border-radius: .5rem; font: inherit; }
.materials-search:focus-visible { outline: 2px solid #4fc3cf; outline-offset: 2px; }
.materials-heading { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.materials-heading h1, .material-detail h1 { margin: .25rem 0 1rem; color: #47156a; font-size: clamp(2.25rem, 5vw, 4.5rem); line-height: 1.05; }
.materials-eyebrow { color: #7027a0; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.materials-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 auto 2rem; }
.materials-filters button, .materials-empty button { padding: .25rem .75rem; border: 0; border-radius: 999px; color: #374151; background: #f3f4f6; cursor: pointer; font: 400 .875rem/1.25rem system-ui, sans-serif; }
.materials-filters button[aria-pressed="true"], .materials-empty button { color: #fff; background: #4fc3cf; }
.materials-count { margin-bottom: 1.25rem; text-align: center; }
.materials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.material-card { min-width: 0; overflow: hidden; border-radius: .5rem; background: #fff; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1); transition: transform .2s; }
.material-card:hover { transform: translateY(-4px); }
.material-card__link { display: block; color: inherit; text-decoration: none; }
.material-card__thumbnail { position: relative; }
.material-card__thumbnail span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgb(0 0 0 / .3); opacity: 0; font-size: 4rem; transition: opacity .2s; }
.material-card__link:hover .material-card__thumbnail span, .material-card__link:focus-visible .material-card__thumbnail span { opacity: 1; }
@media (min-width: 1280px) { .materials-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.material-card[hidden] { display: none; }
.material-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.material-card__body { padding: 1rem; }
.material-card h2 { margin: 0 0 .5rem; font: 400 1rem/1.5rem system-ui, sans-serif; }
.material-card h2 a, .material-link, .material-back { color: #5f1d8c; }
.material-tags { display: flex; flex-wrap: wrap; gap: .25rem; }
.material-tags span { padding: .25rem .5rem; border-radius: 999px; color: #6b7280; background: #f3f4f6; font-size: .75rem; line-height: 1rem; }
.materials-empty { padding: 3rem 1rem; text-align: center; }
.material-detail header { margin: 1rem 0 2rem; }
.material-detail header h1 { margin: 0; color: #374151; font: 700 2.25rem/2.5rem "Quicksand", sans-serif; text-transform: uppercase; }
.material-detail__image { display: block; max-width: 100%; height: auto; border-radius: 1rem; }
.material-video { width: 100%; margin: 2rem 0; aspect-ratio: 16 / 9; overflow: hidden; border-radius: .5rem; background: #17121c; }
.material-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.material-detail__body { font-size: 1.125rem; line-height: 1.75; }
.material-detail > .materials-container > .material-tags { margin-top: 1.5rem; }
.material-explore { padding: 4rem 1rem; background: #f9fafb; font-family: system-ui, sans-serif; }
.material-explore header { margin-bottom: 2rem; text-align: center; }
.material-explore h2 { margin: 0; font: 700 1.875rem/2.25rem "Quicksand", sans-serif; text-transform: uppercase; }
.material-explore header p { margin: .5rem 0; }
.material-explore__row { margin-bottom: 1rem; }
.material-explore h3 { margin: .5rem 0; color: #6b7280; font: 500 1.25rem/1.75rem "Quicksand", sans-serif; text-transform: uppercase; }
.material-explore__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.material-explore__grid a { position: relative; display: block; height: 144px; overflow: hidden; border-radius: .5rem; color: #fff; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1); }
.material-explore__grid img { width: 100%; height: 100%; object-fit: cover; }
.material-explore__grid a::after { content: ''; position: absolute; inset: 0; background: linear-gradient(30deg, rgb(79 81 175 / .9), rgb(79 195 207 / .8)); }
.material-explore__grid a > div { position: absolute; z-index: 1; inset: auto 0 0; padding: 1.5rem; }
.material-explore h4 { margin: 0 0 .25rem; font: 600 1.25rem/1.75rem "Quicksand", sans-serif; text-transform: uppercase; }
.material-explore__grid p { margin: 0; color: #e5e7eb; }
@media (max-width: 767px) { .material-explore__grid { grid-template-columns: 1fr; } }
@media (min-width: 768px) and (max-width: 1023px) { .materials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.material-detail__body a { overflow-wrap: anywhere; }
@media (max-width: 767px) {
  .materials-grid { grid-template-columns: 1fr; }
}

body:has(> main > .contact-page) .site-footer { width: 100%; }
.contact-page { width: min(1024px, 100vw); margin: 0 0 4rem calc((100vw - min(1024px, 100vw)) / 2); color: #000; background: #fff; }
.contact-container { width: 100%; padding: 2rem; }
.contact-heading { margin: 0 0 3rem; text-align: center; }
.contact-heading h1 { margin: 0 0 1rem; color: #4f51af; font-size: 2.25rem; line-height: 2.5rem; }
.contact-intro { color: #4b5563; font-size: 1.125rem; line-height: 1.75rem; }
.contact-intro p { margin: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.contact-card { min-width: 0; padding: 1.5rem; border-radius: .5rem; background: #fff; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.contact-card h2 { margin: 0 0 1.5rem; color: #4f51af; font-size: 1.5rem; font-weight: 600; line-height: 2rem; }
.contact-details { margin: 0; }
.contact-details > div { display: flex; align-items: center; gap: 1rem; }
.contact-details > div + div { margin-top: 1.5rem; }
.contact-detail__icon { width: 1.25rem; height: 1.25rem; color: #4f51af; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-detail__copy { min-width: 0; }
.contact-details dt { font-weight: 500; }
.contact-details dd { margin: 0; color: #4b5563; line-height: 1.5rem; }
.contact-details a { color: #4f51af; }
.contact-map__frame { width: 100%; height: 350px; overflow: hidden; border-radius: .5rem; background: #f3f4f6; }
.contact-map iframe { display: block; width: 100%; height: 350px; border: 0; }
.contact-map p { margin: 1rem 0 0; color: #4b5563; line-height: 1.5rem; }
@media (max-width: 767px) {
  .contact-container { padding: 1rem; }
  .contact-grid { grid-template-columns: 1fr; }
}

.events-index, .event-detail { width: 100%; padding: 4.5rem 1.25rem; color: #24202a; background: linear-gradient(180deg, #faf8fc, #fff); }
.events-container { width: min(1120px, 100%); margin: 0 auto; }
.events-heading { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.events-heading h1 { margin: .4rem 0 1rem; color: #7027a0; font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1; }
.events-heading > p:last-child { color: #5f5964; font-size: 1.1rem; line-height: 1.65; }
.events-eyebrow { margin: 0; color: #4f51af; font-size: .85rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.events-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.event-card { min-width: 0; overflow: hidden; border-radius: 1rem; background: #fff; box-shadow: 0 10px 28px rgb(71 21 106 / .12); }
.event-card__body { padding: 1.5rem; }
.event-card__body > p { line-height: 1.6; }
.event-card__date { margin: 0; color: #4f51af; font-weight: 700; }
.event-card h2 { margin: .35rem 0; color: #7027a0; line-height: 1.25; }
.event-card h2 a, .event-card__link, .events-empty a { color: inherit; }
.event-card__link { display: inline-block; margin-top: .5rem; font-weight: 700; }
.events-empty { display: flex; min-height: 300px; max-width: 680px; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; padding: 3rem 1.5rem; border-radius: 1rem; background: #fff; box-shadow: 0 10px 28px rgb(71 21 106 / .12); text-align: center; }
.events-empty__icon { width: 4rem; height: 4rem; margin-bottom: 1rem; color: #4f51af; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.events-empty h2 { margin: 0; color: #7027a0; font-size: clamp(1.7rem, 4vw, 2.4rem); }
.events-empty p { margin: .75rem 0 0; line-height: 1.65; }
.events-empty a { display: inline-block; margin-top: 1rem; color: #7027a0; font-weight: 700; }
.event-card__image, .event-card__image img { display: block; width: 100%; }
.event-card__image img { aspect-ratio: 16 / 10; object-fit: cover; }
.event-detail__container { max-width: 900px; }
.event-detail__back { display: inline-block; margin-bottom: 2rem; color: #7027a0; font-weight: 700; }
.event-detail header h1 { margin: .5rem 0 1rem; color: #7027a0; font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.05; }
.event-detail__schedule { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; color: #4f51af; font-weight: 700; }
.event-detail__dates { display: inline-flex; flex-wrap: wrap; gap: .3rem; }
.event-detail__image { display: block; width: 100%; max-height: 560px; margin: 2rem 0; border-radius: 1rem; object-fit: cover; }
.event-detail__body { max-width: 760px; margin-top: 2rem; font-size: 1.1rem; line-height: 1.75; overflow-wrap: anywhere; }
@media (max-width: 800px) {
  .events-index, .event-detail { padding: 3.5rem 1rem; }
  .events-grid { grid-template-columns: 1fr; }
}

/* Program family: source-faithful art program sections. */
.program-text {
  padding: .5rem 0;
  color: #fff;
  background: #6f33bf;
}
.program-text .program-container { width: min(calc(100% - 4rem), 1024px); }
.program-text .program-rich-text { padding: 0 1rem; font-size: 1.125rem; line-height: 1.625; text-align: center; }
.program-text .program-rich-text p { margin: 0 0 1.5rem; }
.program-text .program-rich-text span { line-height: 1.625; }

.program-section.program-subclasses { padding: 4.6875rem 0 4.5625rem; color: #374151; background: #f9fafb; }
.program-subclasses .program-container { width: 100%; }
.program-subclasses header { max-width: none; margin: 0 1rem; }
.program-subclasses header h2 { margin: 0 0 .25rem; color: #374151; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.program-subclass-grid { width: min(calc(100% - 6rem), 1104px); margin: .5rem auto 3rem; }
.program-subclass-card { display: flex; min-height: 0; flex-direction: column; border-radius: .5rem; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); }
.program-card-grid article > .program-subclass-card__media { position: relative; height: 12rem; flex: 0 0 12rem; overflow: hidden; padding: 0; }
.program-subclass-card__media img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.program-subclass-card__wash { position: absolute; inset: 0; background: linear-gradient(to right, rgb(79 195 207 / .5), rgb(229 51 237 / .5)); }
.program-subclass-card__badge { position: absolute; top: 1rem; right: 1rem; display: inline-flex; align-items: center; gap: .25rem; padding: .25rem .75rem; border-radius: 999px; color: #1f2937; background: rgb(255 255 255 / .8); font-size: .875rem; line-height: 1.25rem; }
.program-subclass-card__badge svg { width: 1rem; height: 1rem; fill: currentColor; }
.program-subclass-card__summary { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; color: #fff; }
.program-subclass-card__summary h3 { margin: 0 0 .25rem; color: #fff; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.program-subclass-card__price { display: block; color: #fff; font: 700 1.25rem/1.75rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.program-subclass-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.program-subclass-card__body .program-rich-text { line-height: 1.5rem; overflow-wrap: normal; }
.program-subclass-card__body .program-rich-text p { margin: 0; }
.program-subclass-card__body .program-rich-text ul { margin: 1rem 0 1.5rem; padding: 0; list-style: none; }
.program-subclass-card__body .program-rich-text li { position: relative; margin: .5rem 0; padding-left: 1.5rem; }
.program-subclass-card__body .program-rich-text li::before { content: "✓"; position: absolute; left: 0; color: #22c55e; }
.program-subclass-card__body .program-button { width: max-content; min-height: 2.25rem; margin-top: auto; padding: .5rem 1rem; border: 0; font-size: .875rem; font-weight: 500; line-height: 1.25rem; }

.program-features { padding: 4rem 0 9.5rem; color: #fff; background-color: #7071be; background-image: var(--program-feature-bg); background-position: center; background-size: cover; }
.program-features .program-container { width: 100%; padding-top: 3rem; }
.program-features header { max-width: none; margin: 0 2rem; color: #fff; }
.program-features header h2 { margin: 0 0 .25rem; color: #fff; font: 700 1.875rem/2.25rem "Quicksand", system-ui, sans-serif; text-transform: uppercase; }
.program-features header p { margin: 0; font-size: 1.25rem; line-height: 1.75rem; opacity: .75; }
.program-features header > span { display: block; width: 6rem; height: .25rem; margin: .5rem auto 0; border-radius: 999px; background: linear-gradient(90deg, #4fc3cf, #4f51af); }
.program-feature-grid { display: grid; width: min(calc(100% - 8rem), 1072px); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 2rem auto 0; }
.program-feature-card { position: relative; display: grid; height: 358px; place-items: center; overflow: hidden; border-radius: .5rem; color: #fff; background: linear-gradient(to top right, #2563eb, #9333ea); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.program-feature-card--purple { background: linear-gradient(to top right, #9333ea, #db2777); }
.program-feature-card > img, .program-feature-card__wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.program-feature-card > img { object-fit: cover; }
.program-feature-card__wash { background: linear-gradient(to top right, #2563eb, #9333ea); opacity: .75; }
.program-feature-card--purple .program-feature-card__wash { background: linear-gradient(to top right, #9333ea, #db2777); }
.program-feature-card > div { position: relative; z-index: 1; padding: 1rem; }
.program-feature-card h3 { margin: 0 0 1rem; color: #fff; font: 700 1.5rem/1.875rem "Quicksand", system-ui, sans-serif; text-align: center; text-transform: uppercase; }
.program-feature-card .program-rich-text { line-height: 1.5rem; }
.program-feature-card .program-rich-text ul { margin: 0; padding: 0; list-style: none; }
.program-feature-card .program-rich-text li { position: relative; margin: .5rem 0; padding-left: 1.5rem; }
.program-feature-card .program-rich-text li::before { content: "✓"; position: absolute; left: 0; color: #00ef72; }

/* Feature grids with authored section media retain the Legacy background and natural card rhythm. */
.program-section.program-features--section-media { position: relative; background-image: var(--program-feature-bg); }
.program-features--section-media::before { content: ""; position: absolute; inset: 0; background: rgb(249 250 251 / .8); }
.program-features--section-media .program-container { position: relative; z-index: 1; }
.program-features--section-media header { color: #374151; }
.program-features--section-media header h2 { color: #374151; }
.program-features--section-media.program-features--primary-400::before { background: linear-gradient(to top right, rgb(79 195 207 / .7), rgb(45 181 206 / .8)); }
.program-features--section-media.program-features--primary-400 header,
.program-features--section-media.program-features--primary-400 header h2 { color: #fff; }
.program-features--section-media .program-feature-card { background: transparent; }
.program-features--section-media .program-rich-text { line-height: 1.625rem; }
.program-features--section-media:not(.program-features--with-subtitle) .program-feature-grid { margin-top: 2.25rem; }
@media (min-width: 768px) {
  .program-features--section-media .program-feature-card > div { display: flex; flex-direction: column; align-items: center; }
  .program-features--section-media .program-rich-text p { margin: 0; }
  .program-features--section-media .program-rich-text ul { margin: 1rem 0 0; }
  .program-features--section-media .program-rich-text li { margin: .5rem 0 0; }
  .program-features--section-media .program-rich-text li:first-child { margin-top: 0; }
  .program-section.program-features--section-media { box-sizing: border-box; height: 690px; min-height: 690px; }
  .program-features--section-media .program-container { padding-top: 3.5rem; }
  .program-features--section-media .program-feature-card { height: 342px; }
  .program-section.program-features--section-media.program-features--with-subtitle { height: 744px; min-height: 744px; }
  .program-features--section-media.program-features--with-subtitle .program-feature-card { height: 368px; }
  /* A white journey with an authored paragraph keeps the compact Legacy card rhythm. */
  .program-section.program-features--white.program-features--section-media.program-features--with-subtitle:has(.program-rich-text > p) { height: 716px; min-height: 716px; }
  .program-features--white.program-features--section-media.program-features--with-subtitle:has(.program-rich-text > p) .program-feature-card { height: 342px; }
}

/* Feature grids with authored card media use the Legacy image-overlay presentation. */
.program-features:has(.program-feature-card > img) {
  position: relative;
  padding: 4rem 0 9rem;
  color: #374151;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}
.program-features:has(.program-feature-card > img)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgb(249 250 251 / .4), rgb(249 250 251 / .8));
}
.program-features:has(.program-feature-card > img) .program-container { position: relative; z-index: 1; }
.program-features:has(.program-feature-card > img) header { padding: .5rem 0; }
.program-features:has(.program-feature-card > img) header h2 { color: #374151; }
.program-features:has(.program-feature-card > img) header > span { margin-top: .75rem; }
.program-features:has(.program-feature-card > img) .program-feature-grid { margin-top: 1.5rem; }
@media (min-width: 768px) {
  .program-features:has(.program-feature-card > img) header { margin-inline: 4rem; }
  .program-features:has(.program-feature-card > img) .program-feature-card { height: 466px; }
}

.text-image--secondary-400[data-media-status] { background-color: #4f51af; background-image: linear-gradient(to top right, rgb(79 81 175 / .7), rgb(60 63 155 / .8)), var(--text-image-bg); background-position: center; background-size: cover; }
.text-image--secondary-400[data-media-status] .text-image__inner { transform: none; }

@media (max-width: 767px) {
  .program-text .program-container { width: calc(100% - 2rem); }
  .program-text .program-rich-text { padding-inline: 0; }
  .program-text .program-rich-text span { font-size: 24px !important; line-height: 39px; }
  .program-subclasses header h2, .program-features header h2 { font-size: 1.5rem; line-height: 2rem; }
  .program-subclass-grid { width: calc(100% - 4rem); grid-template-columns: 1fr; gap: 1.5rem; }
  .program-subclass-card__summary h3 { font-size: 1.875rem; line-height: 2.25rem; }
  .program-features { padding-top: 4.5rem; padding-bottom: 9rem; }
  .program-features .program-container { padding-top: 3rem; }
  .program-section.program-features--section-media { box-sizing: border-box; min-height: 1460px; padding-top: 4rem; padding-bottom: 68px; }
  .program-section.program-features--section-media.program-features--with-subtitle { min-height: 1612px; }
  .program-features--section-media .program-container,
  .program-features--section-media.program-features--with-subtitle .program-container { padding-top: 56px; }
  .program-features--section-media .program-feature-card { min-height: 0; padding: 72px 0; }
  .program-features header { margin-inline: 2rem; }
  .program-features header p { font-size: .875rem; line-height: 1.25rem; }
  .program-feature-grid { width: 300px; grid-template-columns: 1fr; gap: 1rem; margin-left: 2rem; }
  .program-feature-card { height: auto; min-height: 358px; }
  .program-feature-card--blue { min-height: 388px; }
  .program-features:has(.program-feature-card > img) { padding-top: 4rem; padding-bottom: 68px; }
  .program-features:has(.program-feature-card > img) .program-container { padding-top: 93px; }
  .program-features:has(.program-feature-card > img) .program-feature-card {
    min-height: 0;
    padding: 72px 0;
  }
  .program-features:has(.program-feature-card > img) .program-rich-text {
    line-height: 1.625rem;
  }
}
