:root {
  --ink: #202925;
  --cream: #f4f1ea;
  --white: #fbfaf6;
  --header-bg: #fbfaf6;
  --utility-light: #fffdfa;
  --sage: #bdcec4;
  --pink: #cbaeb4;
  --blue: #aebfd3;
  --yellow: #d4c28f;
  --lavender: #b8b2c7;
  --nav: #e4eaf0;
  --accent: #7896b8;
  --plum: #665c68;
  /* Inner pages retain the balanced gutters used by their page headings. */
  --header-desktop-inset: 6vw;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans",Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
}
main {
  display: flow-root;
  background: var(--white);
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.7;
}
.page-hero {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  overflow: hidden;
  background: var(--cream);
}
.page-hero--text-only {
  grid-template-columns: minmax(0,920px);
  min-height: 0;
}
.page-hero--text-only .page-hero-copy {
  padding-right: 6vw;
}
.page-hero-copy {
  padding: 88px 6vw 72px;
}
.breadcrumb {
  margin: 0 0 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #647169;
}
.page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(54px,7vw,96px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: .96;
}
.page-hero h1 em {
  font-family: "DM Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: 650;
  color: #526c84;
}
.page-hero-copy>p:last-child {
  max-width: 680px;
  margin: 30px 0 0;
  color: #526159;
  font-size: 17px;
}
.content-shell {
  display: grid;
  grid-template-columns: minmax(0,900px);
  justify-content: center;
  padding: 90px 6vw 110px;
  background: var(--white);
}
.article h2 {
  margin: 0 0 24px;
  font-size: clamp(36px,4vw,56px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.05;
}
.article h2 em {
  font-family: "DM Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: 650;
  color: #526c84;
}
.article h3 {
  margin: 48px 0 12px;
  font-size: 22px;
  letter-spacing: -.025em;
}
.article>p {
  color: #536159;
  font-size: 16px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 38px;
}
.feature-card {
  min-height: 180px;
  padding: 25px;
  overflow-wrap: anywhere;
  background: var(--nav);
  border-radius: 5px;
}
.feature-card:nth-child(4n+2),.feature-card:nth-child(4n+3) {
  background: #d2e0d8;
}
a.feature-card {
  transition: color .2s,background-color .2s,box-shadow .2s;
}
a.feature-card:hover,a.feature-card:focus-visible {
  color: #344b60;
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.24),inset 0 0 28px rgba(255,255,255,.28);
}
.feature-card span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.feature-card h3 {
  margin: 35px 0 8px;
  font-size: 19px;
}
.feature-card p {
  margin: 0;
  color: #344039;
  font-size: 14px;
}
.info-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(32,41,37,.25);
}
.info-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(32,41,37,.15);
}
.info-list span {
  font-size: 12px;
  font-weight: 700;
}
.info-list strong {
  font-size: 15px;
}
.program-category-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 38px;
}
.program-category-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 5px;
  background: var(--nav);
  transition: background-color .2s,box-shadow .2s;
}
.program-category-card:nth-child(2),.program-category-card:nth-child(4) {
  background: var(--blue);
}
.program-category-card:nth-child(3) {
  background: var(--sage);
}
.program-category-card:hover,.program-category-card:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.25),inset 0 0 30px rgba(255,255,255,.22);
}
.program-category-card>span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.program-category-card h3 {
  margin: 58px 0 12px;
  font-size: 28px;
}
.program-category-card p {
  margin: 0;
  color: #344039;
  font-size: 14px;
}
.program-category-card strong {
  margin-top: auto;
  padding-top: 28px;
  font-size: 12px;
}
.rec-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  margin: 38px 0 8px;
  background: rgba(32,41,37,.16);
  border: 1px solid rgba(32,41,37,.16);
}
.rec-facts div {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: var(--cream);
}
.rec-facts strong {
  font-size: 21px;
  letter-spacing: -.025em;
}
.rec-facts span {
  margin-top: 7px;
  color: #617068;
  font-size: 13px;
}
.class-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 25px;
}
.class-card {
  min-height: 220px;
  padding: 25px;
  border-radius: 5px;
  background: var(--nav);
}
.class-card:nth-child(3n+2) {
  background: var(--sage);
}
.class-card>span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.class-card h4 {
  margin: 32px 0 10px;
  font-size: 19px;
}
.class-card p {
  margin: 0;
  color: #344039;
  font-size: 14px;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 25px;
}
.offer-card {
  padding: 25px;
  border: 1px solid rgba(32,41,37,.2);
  border-radius: 5px;
}
.offer-card h4 {
  margin: 0 0 10px;
  font-size: 19px;
}
.offer-card p {
  margin: 0;
  color: #536159;
  font-size: 13px;
}
.article .fine-print {
  margin-top: 18px;
  font-size: 13px;
  color: #4c5952;
}
.article-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(32,41,37,.25);
  border-radius: 5px;
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
  transition: color .2s,background-color .2s,border-color .2s,box-shadow .2s;
}
.action-button:hover,.action-button:focus-visible {
  border-color: rgba(61,88,114,.4);
  background: #dce5e8;
  color: #304a61;
}
.action-button-primary {
  border-color: #3d5872;
  background: #3d5872;
  color: #fff;
}
.action-button-primary:hover,.action-button-primary:focus-visible {
  border-color: #526f8c;
  background: #526f8c;
  color: #fff;
}
.detail-section {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid rgba(32,41,37,.24);
}
.article .detail-section>h3 {
  margin: 0;
  font-size: clamp(30px,3.5vw,44px);
  font-weight: 500;
  letter-spacing: -.035em;
}
.detail-section>p:not(.fine-print) {
  max-width: 740px;
  color: #536159;
  font-size: 14px;
}
.package-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin-top: 28px;
}
.package-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 26px;
  border-radius: 6px;
  background: var(--nav);
}
.package-card:nth-child(even) {
  background: #d2e0d8;
}
.package-card>span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.package-card h4 {
  margin: 34px 0 10px;
  font-size: 24px;
  letter-spacing: -.03em;
}
.package-card p {
  margin: 0;
  color: #45534c;
  font-size: 13px;
}
.package-card dl {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 26px 0 0;
}
.package-card dt,.package-card dd {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(32,41,37,.16);
}
.package-card dt {
  font-size: 12px;
}
.package-card dd {
  justify-content: flex-end;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
}
.package-card>a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.package-card>a:hover,.package-card>a:focus-visible {
  color: #3d5872;
}
.price-table {
  margin-top: 28px;
  border-top: 1px solid rgba(32,41,37,.3);
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.price-row {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) repeat(2,minmax(110px,.6fr));
  align-items: center;
  gap: 18px;
  padding: 17px 4px;
  border-bottom: 1px solid rgba(32,41,37,.14);
  font-size: 13px;
}
.price-row:last-child {
  border-bottom: 0;
}
.price-row-heading {
  color: #526159;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.price-label {
  display: none;
}
.price-value {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.resource-links {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 24px;
}
.resource-links a {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 18px;
  border-radius: 5px;
  background: var(--nav);
  font-size: 12px;
  font-weight: 700;
  transition: color .2s,background-color .2s,box-shadow .2s;
}
.resource-links a:nth-child(2) {
  background: #d2e0d8;
}
.resource-links a:hover,.resource-links a:focus-visible {
  background: #cbd9e5;
  color: #304a61;
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.22);
}
.schedule-section {
  margin-top: 78px;
  padding-top: 62px;
  border-top: 1px solid rgba(32,41,37,.24);
  scroll-margin-top: 158px;
}
.schedule-section-primary {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.schedule-section>.eyebrow {
  margin-bottom: 22px;
}
.schedule-section>.schedule-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(36px,4.5vw,58px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.schedule-intro {
  max-width: 760px;
  margin: 24px 0 0;
  color: #536159;
  font-size: 16px;
}
.general-info-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 38px;
}
.general-info-card {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 5px;
  background: var(--nav);
}
.general-info-card:nth-child(2),.general-info-card:nth-child(3) {
  background: #d2e0d8;
}
.general-info-card>span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.general-info-card strong {
  margin-top: 35px;
  font-size: 20px;
  letter-spacing: -.025em;
}
.general-info-card p {
  margin: 8px 0 0;
  color: #344039;
  font-size: 13px;
}
.schedule-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-top: 58px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.schedule-heading h4 {
  margin: 0;
  font-size: 29px;
  letter-spacing: -.035em;
}
.schedule-heading p {
  margin: 8px 0 0;
  color: #536159;
  font-size: 13px;
}
.schedule-heading>a {
  flex: none;
  padding: 13px 19px;
  border-radius: 50px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s,box-shadow .2s;
}
.schedule-heading>a:hover,.schedule-heading>a:focus-visible {
  background: #394740;
  box-shadow: inset 0 0 16px rgba(255,255,255,.15);
}
.schedule-list {
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.schedule-item {
  display: grid;
  grid-template-columns: minmax(190px,.8fr) minmax(0,1.5fr);
  gap: 30px;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(32,41,37,.14);
}
.schedule-item:last-child {
  border-bottom: 0;
}
.schedule-item strong {
  font-size: 16px;
}
.schedule-item p {
  margin: 0;
  color: #536159;
  font-size: 13px;
}
.schedule-note {
  margin: 30px 0 0;
  padding: 22px 24px;
  border-left: 3px solid var(--accent);
  background: var(--cream);
  color: #4b5951;
  font-size: 13px;
}
.schedule-note a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.program-link-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
  margin-top: 38px;
}
.program-link-card {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  padding: 22px 18px;
  border-radius: 5px;
  transition: color .2s,background-color .2s,box-shadow .2s;
}
.program-link-card:nth-child(1) {
  background: #dcc5ca;
}
.program-link-card:nth-child(2) {
  background: #c4d1df;
}
.program-link-card:nth-child(3) {
  background: #d2e0d8;
}
.program-link-card:nth-child(4) {
  background: #e2d5ae;
}
.program-link-card:nth-child(5) {
  background: #cec9d9;
}
.program-link-card>span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.article .program-link-card h3 {
  margin: 42px 0 12px;
  font-size: 20px;
  line-height: 1.15;
}
.program-link-card p {
  margin: 0;
  color: #344039;
  font-size: 13px;
  line-height: 1.55;
}
.program-link-card strong {
  margin-top: auto;
  padding-top: 24px;
  font-size: 13px;
}
.program-link-card:hover,.program-link-card:focus-visible {
  color: #304a61;
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.3),inset 0 0 28px rgba(255,255,255,.18);
}
.program-link-card:nth-child(1):hover,.program-link-card:nth-child(1):focus-visible {
  background: #cbb0b7;
}
.program-link-card:nth-child(2):hover,.program-link-card:nth-child(2):focus-visible {
  background: #afc2d4;
}
.program-link-card:nth-child(3):hover,.program-link-card:nth-child(3):focus-visible {
  background: #b8ccbf;
}
.program-link-card:nth-child(4):hover,.program-link-card:nth-child(4):focus-visible {
  background: #d2bf8b;
}
.program-link-card:nth-child(5):hover,.program-link-card:nth-child(5):focus-visible {
  background: #b9b1c8;
}
.schedule-heading-first {
  margin-top: 0;
}
.schedule-heading>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#class-types {
  scroll-margin-top: 158px;
}
.official-class-feed-source {
  display: none!important;
}
.schedule-loading {
  margin: 0;
  padding: 22px 4px;
  color: #617068;
  font-size: 13px;
}
.dynamic-schedule-item {
  transition: background-color .2s,color .2s;
}
.dynamic-schedule-item:hover,.dynamic-schedule-item:focus-visible {
  background: #f0f3f2;
  color: #344b60;
}
.live-schedule-block[id^="class-"] {
  scroll-margin-top: 125px;
}
.schedule-data-note {
  margin: 22px 0 0;
  color: #647169;
  font-size: 13px;
}
.dynamic-class-option,.dynamic-class-card {
  transition: background-color .2s,box-shadow .2s,color .2s;
}
.dynamic-class-option:hover,.dynamic-class-option:focus-visible {
  background: #f0f3f2;
  color: #344b60;
}
.dynamic-class-card:hover,.dynamic-class-card:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.22),inset 0 0 24px rgba(255,255,255,.2);
}
.live-class-schedules {
  scroll-margin-top: 125px;
}
.schedule-register-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 20px;
  border-radius: 50px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s,box-shadow .2s;
}
.schedule-register-button:hover,.schedule-register-button:focus-visible {
  background: #394740;
  box-shadow: inset 0 0 16px rgba(255,255,255,.15);
}
.live-schedule-list {
  margin-top: 34px;
  border-top: 1px solid rgba(32,41,37,.3);
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.live-schedule-block {
  padding: 46px 0;
  border-bottom: 1px solid rgba(32,41,37,.18);
}
.live-schedule-block:last-child {
  border-bottom: 0;
}
.live-schedule-copy {
  display: grid;
  grid-template-columns: minmax(230px,.72fr) minmax(0,1.28fr);
  column-gap: 38px;
  align-items: start;
  margin-bottom: 22px;
}
.live-schedule-copy .schedule-kicker {
  grid-column: 1;
  margin: 3px 0 0;
  color: #526c84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.live-schedule-copy h5 {
  grid-column: 1;
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.live-schedule-copy>p:last-child {
  grid-column: 2;
  grid-row: 1/3;
  margin: 0;
  color: #536159;
  font-size: 13px;
}
.schedule-highlight {
  margin: 0 0 18px;
  padding: 12px 15px;
  border-left: 3px solid var(--accent);
  background: #edf0ed;
  color: #46534c;
  font-size: 12px;
  font-weight: 600;
}
.jackrabbit-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(32,41,37,.18);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(32,41,37,.045);
}
.jackrabbit-table .jr-container {
  box-sizing: border-box!important;
  margin: 0!important;
}
.jackrabbit-table .responsive-table {
  width: 100%!important;
  margin: 0!important;
  border-spacing: 0!important;
  border-collapse: collapse!important;
  color: var(--ink)!important;
  font-family: "DM Sans",Arial,sans-serif!important;
  font-size: 13px!important;
  line-height: 1.45!important;
}
.jackrabbit-table .responsive-table thead th {
  padding: 14px 12px!important;
  border: 0!important;
  background: #3d5872!important;
  color: #fff!important;
  font-size: 12px!important;
  font-weight: 700!important;
  letter-spacing: .07em!important;
  text-align: left!important;
  text-transform: uppercase;
}
.jackrabbit-table .responsive-table tbody tr,.jackrabbit-table .responsive-table tbody tr:nth-of-type(even) {
  background: #fff!important;
}
.jackrabbit-table .responsive-table tbody tr:nth-of-type(even) {
  background: #f1f4f5!important;
}
.jackrabbit-table .responsive-table tbody th,.jackrabbit-table .responsive-table tbody td {
  padding: 14px 12px!important;
  border: 0!important;
  border-bottom: 1px solid rgba(32,41,37,.09)!important;
  color: #39463f!important;
  text-align: left!important;
  vertical-align: middle!important;
}
.jackrabbit-table .responsive-table tbody th[scope="row"] {
  color: var(--ink)!important;
  font-weight: 650!important;
  text-align: left!important;
}
.jackrabbit-table .responsive-table tbody td[data-title="Tuition"],.jackrabbit-table .responsive-table thead th[data-title="Tuition"] {
  text-align: right!important;
  white-space: nowrap;
}
.jackrabbit-table .responsive-table tbody tr:last-child th,.jackrabbit-table .responsive-table tbody tr:last-child td {
  border-bottom: 0!important;
}
.jackrabbit-table noscript p {
  margin: 0;
  padding: 20px;
  color: #536159;
  font-size: 13px;
}
.live-schedule-contact {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 34px;
  align-items: stretch;
}
.live-schedule-contact .live-schedule-copy {
  display: block;
  margin: 0;
}
.live-schedule-contact .live-schedule-copy .schedule-kicker,.live-schedule-contact .live-schedule-copy h5,.live-schedule-contact .live-schedule-copy>p:last-child {
  display: block;
  margin-left: 0;
}
.live-schedule-contact .live-schedule-copy h5 {
  margin-top: 10px;
}
.live-schedule-contact .live-schedule-copy>p:last-child {
  margin-top: 12px;
}
.adaptive-schedule-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 26px;
  border-radius: 6px;
  background: var(--nav);
}
.adaptive-schedule-message strong {
  font-size: 18px;
  letter-spacing: -.02em;
}
.adaptive-schedule-message p {
  margin: 8px 0 18px;
  color: #46534c;
  font-size: 13px;
}
.adaptive-schedule-message a {
  padding: 11px 17px;
  border-radius: 50px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s,box-shadow .2s;
}
.adaptive-schedule-message a:hover,.adaptive-schedule-message a:focus-visible {
  background: #394740;
  box-shadow: inset 0 0 16px rgba(255,255,255,.15);
}
.class-options-section {
  margin-top: 56px;
  padding-top: 46px;
  border-top: 1px solid rgba(32,41,37,.24);
}
.class-options-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.class-options-heading h3 {
  margin: 0;
  font-size: 29px;
  letter-spacing: -.035em;
}
.class-options-heading p {
  max-width: 410px;
  margin: 0;
  color: #536159;
  font-size: 13px;
  text-align: right;
}
.class-options-list {
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.class-option {
  display: grid;
  grid-template-columns: minmax(210px,.9fr) minmax(0,1.4fr);
  gap: 30px;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(32,41,37,.14);
}
.class-option:last-child {
  border-bottom: 0;
}
.class-option strong {
  font-size: 16px;
}
.class-option p {
  margin: 0;
  color: #536159;
  font-size: 13px;
}
.article .info-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 64px 0 0;
  padding: 22px 24px 15px;
  border: 1px solid rgba(32,41,37,.22);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  background: #edf0ed;
  font-size: 22px;
}
.article .info-heading:before {
  content: "";
  width: 9px;
  height: 24px;
  flex: none;
  border-radius: 50px;
  background: var(--accent);
}
.info-heading+.info-list {
  margin: 0;
  padding: 0 24px 17px;
  border: 1px solid rgba(32,41,37,.22);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background: #edf0ed;
}
.info-heading+.info-list li:first-child {
  border-top: 1px solid rgba(32,41,37,.16);
}
.info-heading+.info-list li:last-child {
  border-bottom: 0;
}
.info-panel {
  margin-top: 64px;
  padding: 22px 24px 17px;
  border: 1px solid rgba(32,41,37,.22);
  border-radius: 7px;
  background: #edf0ed;
}
.article .info-panel h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 22px;
}
.article .info-panel h3:before {
  content: "";
  width: 9px;
  height: 24px;
  flex: none;
  border-radius: 50px;
  background: var(--accent);
}
.article .info-panel>p {
  margin: 14px 0 20px;
  color: #536159;
  font-size: 14px;
}
.info-panel .info-list {
  margin: 0;
  border-top: 1px solid rgba(32,41,37,.16);
}
.info-panel .info-list li:last-child {
  border-bottom: 0;
}
.facility-page>.eyebrow {
  margin: 0 0 20px;
  color: #526c84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.facility-page>p:not(.eyebrow) {
  max-width: 760px;
}
.facility-card-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin-top: 46px;
}
.facility-card {
  min-height: 285px;
  display: grid;
  grid-template-rows: auto 108px 1fr;
  padding: 24px;
  border-radius: 7px;
  background: #dcc5ca;
}
.facility-card:nth-child(2),.facility-card:nth-child(7) {
  background: #c4d1df;
}
.facility-card:nth-child(3),.facility-card:nth-child(8) {
  background: #d2e0d8;
}
.facility-card:nth-child(4) {
  background: #e2d5ae;
}
.facility-card:nth-child(5) {
  background: #cec9d9;
}
.facility-card:nth-child(6) {
  background: #dcc5ca;
}
.facility-card>span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
}
.article .facility-card h3 {
  align-self: start;
  margin: 34px 0 0;
  font-size: 21px;
  line-height: 1.08;
}
.facility-card>p {
  align-self: start;
  margin: 12px 0 0;
  color: #35423b;
  font-size: 13px;
}
.facility-prepare {
  margin-top: 72px;
  padding-top: 54px;
  border-top: 1px solid rgba(32,41,37,.24);
}
.facility-prepare>.eyebrow {
  margin: 0 0 18px;
  color: #526c84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.article .facility-prepare>h3 {
  margin: 0;
  font-size: clamp(34px,4vw,50px);
  font-weight: 500;
  letter-spacing: -.04em;
}
.facility-prepare>p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 30px;
  color: #536159;
  font-size: 14px;
}
.facility-prep-list {
  border-top: 1px solid rgba(32,41,37,.3);
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.facility-prep-item {
  display: grid;
  grid-template-columns: minmax(175px,.7fr) minmax(0,1.3fr);
  gap: 30px;
  padding: 21px 4px;
  border-bottom: 1px solid rgba(32,41,37,.14);
}
.facility-prep-item:last-child {
  border-bottom: 0;
}
.facility-prep-item>span {
  font-size: 15px;
  font-weight: 650;
}
.facility-prep-item>p {
  margin: 0;
  color: #536159;
  font-size: 13px;
}
.facility-details a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.facility-details a:hover,.facility-details a:focus-visible {
  color: #3d5872;
}
@media(max-width:1050px) {
  .facility-card-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .facility-card {
    min-height: 245px;
  }
}
@media(max-width:850px) {
  .facility-prep-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media(max-width:560px) {
  .facility-card-grid {
    grid-template-columns: 1fr;
  }
  .facility-card,.facility-card:last-child {
    grid-column: auto;
    min-height: 245px;
  }
}
.feature-card p a {
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-info-section {
  margin-top: 58px;
  padding-top: 46px;
  border-top: 1px solid rgba(32,41,37,.24);
}
.contact-info-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.contact-info-heading h3 {
  margin: 0;
  font-size: 29px;
  letter-spacing: -.035em;
}
.contact-info-heading p {
  max-width: 410px;
  margin: 0;
  color: #536159;
  font-size: 13px;
  text-align: right;
}
.contact-hours-list,.contact-directory-list {
  border-bottom: 1px solid rgba(32,41,37,.3);
}
.contact-hour,.contact-directory-item {
  display: grid;
  grid-template-columns: minmax(190px,.7fr) minmax(0,1.3fr);
  gap: 30px;
  padding: 20px 4px;
  border-bottom: 1px solid rgba(32,41,37,.14);
}
.contact-hour:last-child,.contact-directory-item:last-child {
  border-bottom: 0;
}
.contact-hour strong,.contact-directory-item strong {
  font-size: 15px;
}
.contact-hour span,.contact-directory-item a {
  color: #536159;
  font-size: 13px;
}
.contact-directory-item a {
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-directory-item[id] {
  scroll-margin-top: 170px;
  transition: background-color .3s,box-shadow .3s;
}
.contact-directory-item[id]:target {
  background: #dce5e8;
  box-shadow: 12px 0 0 #dce5e8,-12px 0 0 #dce5e8;
}
.scholarship-years {
  margin-top: 58px;
  border-top: 1px solid rgba(32,41,37,.25);
}
.scholarship-year {
  display: grid;
  grid-template-columns: 100px minmax(0,1fr);
  gap: 28px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(32,41,37,.2);
}
.article .scholarship-year h3 {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #526c84;
}
.scholarship-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.scholarship-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 16px 20px;
  border: 1px solid rgba(32,41,37,.14);
  border-radius: 5px;
  background: var(--cream);
  text-align: center;
}
.school-logo {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
}
.school-logo img {
  display: block;
  max-width: 100%;
  max-height: 85px;
  object-fit: contain;
}
.scholarship-card .school-logo-pending>span {
  margin: 0;
  color: #526159;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}
.scholarship-card strong {
  font-size: 15px;
  line-height: 1.3;
}
.scholarship-card span {
  margin-top: 7px;
  color: #5b6961;
  font-size: 12px;
  line-height: 1.4;
}
.app-download-page>.eyebrow {
  margin: 0 0 20px;
}
.app-download-intro {
  max-width: 680px;
  margin: 0;
  color: #536159;
  font-size: 16px;
}
.app-download-grid {
  display: grid;
  grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr);
  gap: 12px;
  margin-top: 42px;
}
.app-qr-card,.app-store-card {
  min-height: 440px;
  padding: 34px;
  border-radius: 6px;
}
.app-qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--nav);
  text-align: center;
}
.app-qr-card>span {
  margin-bottom: 22px;
  color: #526c84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.app-qr-card>img {
  display: block;
  width: min(270px,100%);
  height: auto;
  padding: 10px;
  border: 1px solid rgba(32,41,37,.14);
  border-radius: 5px;
  background: #fff;
}
.app-qr-card>p {
  max-width: 330px;
  margin: 20px 0 0;
  color: #48564e;
  font-size: 13px;
}
.app-store-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--sage);
}
.app-store-card>.eyebrow {
  margin: 0 0 18px;
  color: #34433b;
}
.article .app-store-card h3 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -.035em;
}
.app-store-card>p:not(.eyebrow) {
  max-width: 440px;
  margin: 15px 0 0;
  color: #344039;
  font-size: 14px;
}
.app-store-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.app-store-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 7px 10px;
  border: 1px solid rgba(32,41,37,.16);
  border-radius: 5px;
  background: #fff;
  transition: background-color .2s,box-shadow .2s;
}
.app-store-links a:hover,.app-store-links a:focus-visible {
  background: #edf1ef;
  box-shadow: inset 0 0 18px rgba(120,150,184,.18);
}
.app-store-links img {
  display: block;
  height: 42px;
  width: auto;
}
.app-store-card .app-help-copy {
  margin-top: 34px!important;
  padding-top: 20px;
  border-top: 1px solid rgba(32,41,37,.18);
  font-size: 13px!important;
}
.page-cta {
  position: relative;
  width: calc(100% - 12vw);
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto 44px;
  padding: 32px 34px;
  border: 1px solid rgba(61,88,114,.18);
  border-radius: 8px;
  background: linear-gradient(135deg,#dce7ed 0%,#e7dadd 100%);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(32,41,37,.07);
}
.page-cta:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -1px;
  width: 5px;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(180deg,#7896b8,#b98996);
}
.page-cta h2 {
  margin: 0;
  font-size: clamp(28px,3vw,42px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
}
.page-cta p {
  margin: 8px 0 0;
  color: #46564f;
  font-size: 14px;
}
.page-cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
.page-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s,background-color .2s,border-color .2s,box-shadow .2s;
}
.page-cta-contact {
  border-color: rgba(32,41,37,.24)!important;
  background: rgba(251,250,246,.82);
  color: var(--ink);
}
.page-cta-contact:hover {
  border-color: rgba(61,88,114,.38)!important;
  background: #edf2f4;
}
.page-cta-enroll {
  border-color: #3d5872!important;
  background: #3d5872;
  color: #fff;
}
.page-cta-enroll:hover {
  border-color: #526f8c!important;
  background: #526f8c;
  color: #fff;
}
@media(max-width:1080px) {
  .schedule-section,#class-types {
    scroll-margin-top: 102px;
  }
}
@media(max-width:850px) {
  .page-hero {
    grid-template-columns: 1fr;
  }
  .content-shell {
    grid-template-columns: 1fr;
    padding: 70px 24px;
  }
  .feature-grid,.program-category-grid,.class-grid,.offer-grid,.general-info-grid,.package-grid {
    grid-template-columns: 1fr;
  }
  .rec-facts {
    grid-template-columns: 1fr;
  }
  .program-category-card {
    min-height: 240px;
  }
  .general-info-card:nth-child(odd) {
    background: var(--nav);
  }
  .general-info-card:nth-child(even) {
    background: #d2e0d8;
  }
  .schedule-heading,.class-options-heading,.contact-info-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .class-options-heading p,.contact-info-heading p {
    text-align: left;
  }
  .schedule-item,.class-option,.contact-hour,.contact-directory-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .scholarship-year {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .scholarship-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .resource-links {
    grid-template-columns: 1fr;
  }
  .page-cta {
    width: calc(100% - 48px);
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .page-cta:before {
    top: 18px;
    bottom: 18px;
  }
  .page-cta-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .page-cta-actions a {
    flex: 1;
  }
}
@media(max-width:560px) {
  .article-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .action-button {
    width: 100%;
    text-align: center;
  }
  .price-row {
    grid-template-columns: minmax(0,1fr);
    gap: 10px;
    padding: 18px 4px;
    font-size: 14px;
    line-height: 1.5;
  }
  .price-row-heading {
    /* Keep the column headers available to screen readers in the stacked view. */
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .price-row>[role="rowheader"] {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .price-row>[role="cell"] {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: baseline;
    column-gap: 16px;
  }
  .price-label {
    display: block;
    min-width: 0;
    color: #526159;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .package-card {
    min-height: 0;
  }
}
@media(max-width:1050px) {
  .program-link-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .program-link-card {
    min-height: 230px;
  }
  .program-link-card:last-child {
    grid-column: 1/-1;
  }
  .article .program-link-card h3 {
    margin-top: 34px;
  }
}
@media(max-width:520px) {
  .program-link-grid {
    grid-template-columns: 1fr;
  }
  .program-link-card,.program-link-card:last-child {
    grid-column: auto;
    min-height: 210px;
  }
}
@media(max-width:850px) {
  .app-download-grid {
    grid-template-columns: 1fr;
  }
  .app-qr-card,.app-store-card {
    min-height: 0;
  }
  .app-store-card {
    order: -1;
    padding: 42px 30px;
  }
}
@media(max-width:850px) {
  .live-schedule-block {
    padding: 36px 0;
  }
  .live-schedule-copy {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .live-schedule-copy .schedule-kicker,.live-schedule-copy h5,.live-schedule-copy>p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .live-schedule-copy>p:last-child {
    margin-top: 10px;
  }
  .live-schedule-contact {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .live-schedule-contact .live-schedule-copy {
    margin-bottom: 0;
  }
}
@media(max-width:700px) {
  .jackrabbit-table {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .jackrabbit-table .responsive-table {
    min-width: 0!important;
  }
  .jackrabbit-table .responsive-table thead {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    overflow: hidden!important;
    clip: rect(1px,1px,1px,1px)!important;
  }
  .jackrabbit-table .responsive-table tbody,.jackrabbit-table .responsive-table tr,.jackrabbit-table .responsive-table th,.jackrabbit-table .responsive-table td {
    display: block!important;
    width: auto!important;
  }
  .jackrabbit-table .responsive-table tbody tr,.jackrabbit-table .responsive-table tbody tr:nth-of-type(even) {
    margin: 0 0 10px!important;
    padding: 8px 12px!important;
    border: 1px solid rgba(32,41,37,.16)!important;
    border-radius: 6px!important;
    background: #fff!important;
  }
  .jackrabbit-table .responsive-table tbody th,.jackrabbit-table .responsive-table tbody td {
    padding: 8px 2px!important;
    border-bottom: 1px solid rgba(32,41,37,.08)!important;
    text-align: right!important;
  }
  .jackrabbit-table .responsive-table tbody th[scope="row"] {
    padding-bottom: 10px!important;
    font-size: 14px!important;
    text-align: left!important;
  }
  .jackrabbit-table .responsive-table tbody td[data-title]:before {
    content: attr(data-title)!important;
    float: left!important;
    color: #68746d!important;
    font-size: 12px!important;
    font-weight: 700!important;
    letter-spacing: .06em!important;
    text-transform: uppercase;
  }
  .jackrabbit-table .responsive-table tbody tr:last-child th,.jackrabbit-table .responsive-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(32,41,37,.08)!important;
  }
  .jackrabbit-table .responsive-table tbody tr th:last-child,.jackrabbit-table .responsive-table tbody tr td:last-child {
    border-bottom: 0!important;
  }
}
@media(max-width:480px) {
  .page-hero-copy {
    padding: 65px 24px;
  }
  .page-hero h1 {
    font-size: 52px;
  }
  .scholarship-grid {
    grid-template-columns: 1fr;
  }
}
@media(max-width:480px) {
  .app-qr-card,.app-store-card {
    padding: 28px 20px;
  }
  .app-store-links {
    align-items: flex-start;
    flex-direction: column;
  }
  .app-store-links a {
    width: 100%;
  }
}
@media(max-width:480px) {
  .schedule-heading>a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .live-schedule-copy h5 {
    font-size: 20px;
  }
  .adaptive-schedule-message {
    padding: 22px;
  }
}
/* Feature tiles stay two-across until 340px; alternate only once they stack. */
@media(max-width:340px) {
  .feature-card:nth-child(odd) {
    background: var(--nav);
  }
  .feature-card:nth-child(even) {
    background: #d2e0d8;
  }
}
a.feature-card:hover,a.feature-card:focus-visible {
  color: #304a61;
  background: #cbd9e5;
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.3),inset 0 0 28px rgba(255,255,255,.18);
}
a.feature-card:nth-child(4n+2):hover,a.feature-card:nth-child(4n+2):focus-visible,a.feature-card:nth-child(4n+3):hover,a.feature-card:nth-child(4n+3):focus-visible {
  background: #b8ccbf;
}
@media(max-width:340px) {
  a.feature-card:nth-child(odd):hover,a.feature-card:nth-child(odd):focus-visible {
    background: #cbd9e5;
  }
  a.feature-card:nth-child(even):hover,a.feature-card:nth-child(even):focus-visible {
    background: #b8ccbf;
  }
}
.program-category-card:hover,.program-category-card:focus-visible {
  color: #304a61;
  background: #cbd9e5;
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.3),inset 0 0 30px rgba(255,255,255,.16);
}
.program-category-card:nth-child(2):hover,.program-category-card:nth-child(2):focus-visible,.program-category-card:nth-child(4):hover,.program-category-card:nth-child(4):focus-visible {
  background: #95acc7;
}
.program-category-card:nth-child(3):hover,.program-category-card:nth-child(3):focus-visible {
  background: #a4bdad;
}
a.dynamic-schedule-item:hover,a.dynamic-schedule-item:focus-visible,a.dynamic-class-option:hover,a.dynamic-class-option:focus-visible {
  color: #304a61;
  background: #dce5e8;
}
a.dynamic-class-card:hover,a.dynamic-class-card:focus-visible {
  color: #304a61;
  background: #cbd9e5;
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.3),inset 0 0 24px rgba(255,255,255,.16);
}
a.dynamic-class-card:nth-child(3n+2):hover,a.dynamic-class-card:nth-child(3n+2):focus-visible {
  background: #a4bdad;
}
.app-store-links a:hover,.app-store-links a:focus-visible {
  background: #dce5e8;
  box-shadow: inset 0 0 0 1px rgba(61,88,114,.25),inset 0 0 18px rgba(120,150,184,.22);
}
.page-cta-contact:hover,.page-cta-contact:focus-visible {
  border-color: rgba(61,88,114,.38)!important;
  background: #dce5e8;
  color: #20313b;
}
.page-hero-copy {
  padding-top: 72px;
  padding-bottom: 60px;
}
.content-shell {
  padding-top: 76px;
  padding-bottom: 90px;
}
.content-shell:has(+.page-cta) {
  padding-bottom: 44px;
}
@media(max-width:850px) {
  .content-shell {
    padding-top: 58px;
    padding-bottom: 68px;
  }
  .content-shell:has(+.page-cta) {
    padding-bottom: 30px;
  }
  .page-cta {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media(max-width:480px) {
  .page-hero-copy {
    padding: 52px 24px;
  }
}
.events-card-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.events-card-grid .feature-card {
  min-height: 210px;
}
@media(max-width:850px) {
  .events-card-grid {
    grid-template-columns: 1fr;
  }
}
/* Responsive photography carousels */
.photo-carousel {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dce4e1;
}
.photo-carousel__viewport {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.photo-carousel__viewport::-webkit-scrollbar {
  display: none;
}
.photo-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.photo-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-carousel--hero.photo-carousel--portrait .photo-carousel__slide img {
  object-fit: contain;
  object-position: center;
}
.photo-carousel--focus-high .photo-carousel__slide img {
  object-position: center 35%;
}
.photo-carousel--focus-low .photo-carousel__slide img {
  object-position: center 68%;
}
.photo-carousel--hero {
  min-height: 410px;
}
.photo-carousel--hero .photo-carousel__viewport {
  position: absolute;
  inset: 0;
}
.photo-carousel__controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  background: rgba(24,32,29,.78);
  color: #fff;
  box-shadow: 0 8px 24px rgba(18,24,21,.18);
  backdrop-filter: blur(8px);
}
.photo-carousel__button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font: 700 16px/1 Arial,sans-serif;
  cursor: pointer;
  transition: color .2s,background-color .2s;
}
.photo-carousel__button:hover,.photo-carousel__button:focus-visible {
  background: #7896b8;
  color: #fff;
  outline: none;
}
.photo-carousel__button:focus-visible {
  box-shadow: inset 0 0 0 2px #fff;
}
.photo-carousel__status {
  min-width: 46px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.photo-carousel.is-static .photo-carousel__controls {
  display: none;
}
.photo-carousel--feature {
  height: clamp(360px,58vw,620px);
  margin: 42px 0 4px;
  border-radius: 8px;
  background: #18201d;
}
.photo-carousel--feature .photo-carousel__slide img {
  object-fit: contain;
}
.photo-carousel--feature .photo-carousel__slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(120,150,184,.09),rgba(147,176,157,.08));
  pointer-events: none;
}
@media(max-width:850px) {
  .photo-carousel--hero {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .photo-carousel--hero.photo-carousel--portrait {
    aspect-ratio: 1/1;
  }
  .photo-carousel--focus-low .photo-carousel__slide img {
    object-position: center 62%;
  }
  .photo-carousel--feature {
    height: clamp(320px,74vw,520px);
  }
}
@media(max-width:480px) {
  .photo-carousel__controls {
    right: 10px;
    bottom: 10px;
  }
  .photo-carousel__button {
    width: 36px;
    height: 36px;
  }
  .photo-carousel__status {
    min-width: 42px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .photo-carousel__viewport {
    scroll-behavior: auto;
  }
}
.photo-carousel--feature,.photo-carousel--feature .photo-carousel__slide {
  background: #e7ece9;
}
.photo-carousel--feature {
  box-shadow: inset 0 0 0 1px rgba(32,41,37,.12);
}
.photo-carousel--feature .photo-carousel__slide--fill img {
  object-fit: cover;
}
/* Keep the provider calendar readable; only its viewport scrolls on narrow screens. */
.party-booking {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  align-items: center;
  gap: 24px 32px;
  margin: 36px 0 42px;
  padding: 28px;
  border: 1px solid #c2d0dc;
  border-radius: 8px;
  background: var(--nav);
  color: var(--ink);
}
.party-booking-copy {
  min-width: 0;
}
.party-booking .eyebrow {
  margin: 0 0 12px;
  color: #3d5872;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.5;
}
.article .party-booking h3 {
  margin: 0;
  font-size: clamp(26px,3vw,34px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.party-booking-copy>p:last-child {
  max-width: 38em;
  margin: 12px 0 0;
  color: #3e5046;
  font-size: 15px;
  line-height: 1.65;
}
.party-booking-help {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #c2d0dc;
  font-size: 14px;
  line-height: 1.7;
  color: #3e5046;
}
.party-booking-help a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.party-booking-help a:hover,.party-booking-help a:focus-visible {
  color: #234e74;
}
.party-booking a:focus-visible {
  outline: 2px solid #234e74;
  outline-offset: 4px;
}
.party-calendar-preview {
  grid-column: 1/-1;
  min-width: 0;
  padding-top: 20px;
  border-top: 1px solid #c2d0dc;
}
.party-calendar-preview>p {
  margin: 0 0 14px;
  color: #3e5046;
  font-size: 14px;
  line-height: 1.65;
}
.calendar-toggle {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #526f8c;
  border-radius: 5px;
  background: #fbfaf6;
  color: #202925;
  font: 600 13px "DM Sans",Arial,sans-serif;
  cursor: pointer;
  transition: background-color .2s,color .2s;
}
.calendar-toggle:hover,.calendar-toggle:focus-visible {
  background: #cbd9e5;
  color: #304a61;
}
.calendar-toggle:focus-visible {
  outline: 2px solid #234e74;
  outline-offset: 4px;
}
.calendar-toggle:disabled {
  background: #e5eaf0;
  color: #586570;
  border-color: #a3b1bf;
  cursor: default;
}
.party-calendar-navigation {
  margin-top: 18px;
}
.party-calendar-navigation p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #3e5046;
}
.party-calendar-arrows {
  display: flex;
  gap: 12px;
}
.party-calendar-arrows button {
  flex: 1;
  min-width: 0;
}
.party-calendar-frame {
  height: 760px;
  max-width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  border: 1px solid #bcc7d1;
  border-radius: 6px;
  background: #eef1ef;
}
.party-calendar-frame:focus-visible {
  outline: 2px solid #234e74;
  outline-offset: 4px;
}
.party-calendar-frame iframe {
  display: block;
  width: 100%;
  min-width: 800px;
  height: 100%;
  border: 0;
}
.party-calendar-preview[hidden],.party-calendar-frame[hidden],.party-calendar-navigation[hidden] {
  display: none;
}
@media(max-width:700px) {
  .party-booking {
    gap: 22px;
    margin: 28px 0 34px;
    padding: 24px;
  }
}
@media(max-width:360px) {
  .party-booking {
    padding: 20px;
  }
}
/* Text-only heroes use the same centered measure as the page content. */
.page-hero--text-only {
  display: block;
  min-height: 0;
  border-bottom: 1px solid rgba(32,41,37,.08);
}
.page-hero--text-only .page-hero-copy {
  width: min(900px,88%);
  margin: 0 auto;
  padding: 64px 0 56px;
}
.page-hero--text-only h1 {
  max-width: 900px;
  font-size: clamp(50px,5.5vw,78px);
}
.page-hero--text-only .breadcrumb {
  margin-bottom: 22px;
}
.page-hero--text-only .page-hero-copy>p:last-child {
  margin-top: 24px;
}
/* A calmer, denser rhythm once page layouts stack. */
@media(max-width:850px) {
  .page-hero-copy {
    padding: 52px 24px 50px;
  }
  .page-hero h1 {
    font-size: clamp(44px,7.2vw,60px);
    line-height: .98;
  }
  .breadcrumb {
    margin-bottom: 20px;
  }
  .page-hero-copy>p:last-child {
    margin-top: 22px;
    font-size: 15px;
  }
  .page-hero--text-only .page-hero-copy {
    width: auto;
    margin: 0;
    padding: 48px 24px 46px;
  }
  .content-shell {
    padding: 52px 24px 64px;
  }
  .content-shell:has(+.page-cta) {
    padding-bottom: 28px;
  }
  .article h2 {
    margin-bottom: 20px;
    font-size: clamp(34px,6.8vw,46px);
  }
  .article h3 {
    margin-top: 42px;
  }
  .article>p {
    font-size: 15px;
  }
  .feature-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    margin-top: 30px;
  }
  .feature-card {
    min-height: 210px;
    padding: 22px;
  }
  .feature-card h3 {
    margin-top: 28px;
    font-size: 18px;
  }
  .feature-card p {
    font-size: 13px;
  }
  .program-category-card {
    min-height: 220px;
  }
  .class-card,.general-info-card {
    min-height: 0;
  }
  .detail-section {
    margin-top: 52px;
    padding-top: 42px;
  }
  .schedule-section {
    margin-top: 62px;
    padding-top: 48px;
  }
  .class-options-section {
    margin-top: 48px;
    padding-top: 40px;
  }
  .article .info-heading {
    margin-top: 52px;
  }
  .info-panel {
    margin-top: 52px;
  }
  .contact-info-section {
    margin-top: 50px;
    padding-top: 40px;
  }
  .contact-info-heading {
    gap: 12px;
    padding-bottom: 16px;
  }
  .contact-hour,.contact-directory-item {
    padding: 17px 2px;
  }
  .page-cta {
    margin-bottom: 26px;
  }
}
@media(max-width:560px) {
  .page-hero-copy,.page-hero--text-only .page-hero-copy {
    padding: 42px 20px 44px;
  }
  .page-hero h1,.page-hero--text-only h1 {
    font-size: clamp(38px,11.5vw,46px);
    line-height: 1;
  }
  .breadcrumb {
    margin-bottom: 18px;
  }
  .page-hero-copy>p:last-child {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.65;
  }
  .content-shell {
    padding: 44px 20px 54px;
  }
  .content-shell:has(+.page-cta) {
    padding-bottom: 24px;
  }
  .article h2 {
    margin-bottom: 18px;
    font-size: clamp(31px,9vw,38px);
    line-height: 1.08;
  }
  .article h3 {
    margin-top: 38px;
    font-size: 20px;
  }
  .feature-grid {
    gap: 9px;
    margin-top: 26px;
  }
  .feature-card {
    min-height: 190px;
    padding: 18px;
  }
  .feature-card h3 {
    margin: 24px 0 7px;
    font-size: 17px;
    line-height: 1.15;
  }
  .feature-card p {
    font-size: 13px;
    line-height: 1.55;
  }
  .program-category-card {
    min-height: 205px;
    padding: 22px;
  }
  .program-category-card h3 {
    margin-top: 38px;
    font-size: 23px;
  }
  .class-card,.offer-card,.general-info-card,.package-card {
    padding: 20px;
  }
  .detail-section {
    margin-top: 46px;
    padding-top: 36px;
  }
  .schedule-section {
    margin-top: 54px;
    padding-top: 42px;
  }
  .class-options-section {
    margin-top: 44px;
    padding-top: 36px;
  }
  .article .info-heading {
    margin-top: 46px;
    padding: 19px 20px 13px;
    font-size: 20px;
  }
  .info-heading+.info-list {
    padding: 0 20px 13px;
  }
  .info-panel {
    margin-top: 46px;
    padding: 19px 20px 14px;
  }
  .contact-info-section {
    margin-top: 44px;
    padding-top: 34px;
  }
  .contact-info-heading h3 {
    font-size: 25px;
  }
  .contact-hour,.contact-directory-item {
    gap: 6px;
    padding: 15px 2px;
  }
  .contact-directory-item[id] {
    scroll-margin-top: 130px;
  }
  .page-cta {
    width: calc(100% - 40px);
    gap: 20px;
    margin-bottom: 22px;
    padding: 24px 20px;
  }
  .page-cta h2 {
    font-size: 30px;
  }
  .page-cta p {
    font-size: 13px;
  }
}
@media(max-width:340px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: 0;
  }
}
/* Facility cards stay compact when the four-column layout collapses. */
@media(max-width:850px) {
  .facility-card-grid {
    gap: 10px;
    margin-top: 36px;
  }
  .facility-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 21px;
  }
  .article .facility-card h3 {
    margin: 28px 0 0;
    font-size: 19px;
  }
  .facility-card>p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }
}
@media(max-width:560px) {
  .facility-card-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
    margin-top: 30px;
  }
  .facility-card,.facility-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 17px 15px;
  }
  .article .facility-card h3 {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.12;
  }
  .facility-card>p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.48;
  }
}
@media(max-width:340px) {
  .facility-card-grid {
    grid-template-columns: 1fr;
  }
}
/* Keep labels, titles, copy, and price dividers aligned within each card row.
   Content determines the height; no fixed heading slots or script are needed. */
@supports(grid-template-rows:subgrid) {
  .feature-card,.facility-card,.general-info-card,.class-card,
  .program-link-card,.offer-card,.package-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0;
    min-width: 0;
    min-height: 0;
  }
  .program-link-card,.package-card {
    grid-row: span 4;
  }
  .offer-card {
    grid-row: span 2;
  }
  .feature-card>*,.facility-card>*,.general-info-card>*,.class-card>*,
  .program-link-card>*,.offer-card>*,.package-card>* {
    min-width: 0;
    align-self: start;
  }
  .package-card dl {
    align-self: end;
  }
  .events-card-grid .feature-card {
    min-height: 0;
  }
}
@media(max-width:850px) {
  .events-card-grid .feature-card:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
/* Shared, client-confirmed class offers. */
.class-offers,#class-discounts-title {
  scroll-margin-top: 160px;
}
.class-offers .offer-card--referral {
  background: #ded8ea;
}
.class-offers .offer-card--morning {
  background: #d2e0d8;
}
.class-offers .offer-card p {
  color: var(--ink);
  font-size: 15px;
}
.class-offers .fine-print a,.schedule-section-primary .fine-print a,.info-panel a[href="mailto:adaptive@excalibur-gymnastics.com"] {
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.class-offers .fine-print a:hover,.class-offers .fine-print a:focus-visible,.schedule-section-primary .fine-print a:hover,.schedule-section-primary .fine-print a:focus-visible,.info-panel a[href="mailto:adaptive@excalibur-gymnastics.com"]:hover,.info-panel a[href="mailto:adaptive@excalibur-gymnastics.com"]:focus-visible {
  color: #3d5872;
}
.class-discounts .info-list li {
  grid-template-columns: 60px minmax(0,1fr);
}
.class-discounts .info-list li>span {
  font-size: 13px;
  white-space: nowrap;
}
.email-address {
  overflow-wrap: anywhere;
}
@media(max-width:850px) {
  .class-offers,#class-discounts-title {
    scroll-margin-top: 110px;
  }
}
.schedule-item,.class-option,.class-card,.live-schedule-copy,.live-schedule-block,.adaptive-schedule-message {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.schedule-item>*,.class-option>*,.live-schedule-copy>* {
  min-width: 0;
}
.jackrabbit-table {
  min-width: 0;
  max-width: 100%;
}
.jackrabbit-table .responsive-table {
  table-layout: fixed;
  overflow-wrap: anywhere;
}
.jackrabbit-table .responsive-table tbody td[data-title="Tuition"] {
  white-space: normal;
}
.live-schedule-block[id^="class-"],.live-class-schedules,.schedule-section {
  scroll-margin-top: calc(var(--site-header-height,150px) + 20px);
}
