@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/saira-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/saira-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Rowdies";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/rowdies-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Rowdies";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/rowdies-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Rowdies";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rowdies-bold-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Rowdies";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rowdies-bold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --brand: #6112a3;
  --brand-dark: #35106f;
  --brand-soft: #f1e8f8;
  --accent: #347ed8;
  --ink: #211c2b;
  --muted: #696274;
  --surface: #f6f3fb;
  --white: #fff;
  --line: #e5dfeb;
  --shadow: 0 18px 50px rgb(53 16 111 / 12%);
  --radius: 1.5rem;
  --wrap: min(1180px, calc(100% - 2rem));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Saira", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header { top: 0; }

img { display: block; max-width: 100%; height: auto; }
video { display: block; max-width: 100%; max-height: 800px !important; height: auto; object-fit: contain; }
.wp-block-image img { max-width: 900px; margin: 0 auto; }
a { color: var(--brand); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--brand-dark); }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4 {
  margin: 0 0 .7em;
  font-weight: 780;
  line-height: 1.12;
  text-wrap: balance;
}

h1 { font-size: clamp(2.35rem, 7vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.45rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1.25rem; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.content-area { min-height: 55vh; }

.skip-link {
  position: fixed;
  z-index: 100000;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  transform: translateY(-160%);
  border-radius: .5rem;
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { transform: none; }

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.45rem;
  border: 2px solid var(--brand);
  border-radius: 999px;
  color: var(--white);
  background: var(--brand);
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); color: var(--white); background: var(--brand-dark); border-color: var(--brand-dark); }
.button--small { min-height: 2.65rem; padding: .65rem 1.2rem; }
.button--ghost { border-color: rgb(255 255 255 / 70%); color: var(--white); background: rgb(255 255 255 / 8%); }
.button--outline { color: var(--brand); background: transparent; }
.button--light { border-color: var(--white); color: var(--brand-dark); background: var(--white); }
.button--light:hover { border-color: var(--surface); color: var(--brand-dark); background: var(--surface); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.text-link { font-weight: 750; text-decoration: none; }

.eyebrow {
  margin-bottom: .8rem;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  padding-top: 1.65rem;
  background: var(--surface);
  transition: background-color .2s ease, box-shadow .2s ease;
}

.home .site-header {
  position: sticky;
  width: 100%;
  background: transparent;
}

.site-header.is-scrolled {
  background: var(--surface);
  box-shadow: 0 8px 28px rgb(53 16 111 / 14%);
}

.header-shell {
  display: grid;
  width: min(80%, 1400px);
  min-height: 9.6rem;
  grid-template-columns: 15.6rem minmax(0, 1fr);
  align-items: start;
}

.header-brand-panel {
  position: relative;
  z-index: 3;
  display: flex;
  width: 15.6rem;
  margin-left: .95rem;
  min-height: 9.4rem;
  padding: 1rem 1.9rem;
  align-items: center;
  justify-content: center;
  border-radius: 2.2rem;
  background: #a15ce6;
  box-shadow: 0 16px 38px rgb(53 16 111 / 12%);
}

.header-brand-panel .brand { color: var(--white); }
.header-brand-panel .brand__logo { width: auto; height: 7.15rem; max-width: 10.25rem; object-fit: contain; filter: brightness(0) invert(1); }

.header-right {
  position: relative;
  z-index: 1;
  margin-left: 0;
}

.main-header {
  display: flex;
  min-height: 4.8rem;
  padding: .7rem 1.2rem .7rem 3.1rem;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 1rem 1rem 0;
  background: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--brand-dark); text-decoration: none; }
.brand:hover { color: var(--brand); }
.brand__logo { width: 10rem; height: auto; }

.primary-navigation { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) 15rem; align-items: center; gap: 1.45rem; }
.menu { display: flex; min-width: 0; align-items: center; justify-content: center; margin: 0; padding: 0; gap: .15rem; list-style: none; }
.menu a { display: block; padding: .75rem .72rem; color: var(--ink); font-size: 1rem; font-weight: 600; line-height: 1.2; text-decoration: none; text-transform: uppercase; }
.menu > li > a:hover, .menu > .current-menu-item > a, .menu > .current-menu-ancestor > a { color: var(--brand); }
.menu > li:nth-child(2) > a { color: #a15ce6; }
.menu > li:nth-child(3) > a { color: #645098; }
.menu > li:nth-child(4) > a { color: #bca6ea; }
.menu-item-has-children { position: relative; }
.menu-item-has-children > a { display: flex; align-items: center; }
.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: .34rem;
  height: .34rem;
  margin: -.18rem 0 0 .48rem;
  transform: rotate(45deg);
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}
.primary-navigation .menu > li > a::first-letter {
  font-size: 2em;
  line-height: 1;
}
.primary-navigation .menu > .menu-item-has-children > a {
  position: relative;
  display: block;
  padding-right: 1.55rem;
}
.primary-navigation .menu > .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: .55rem;
  margin: 0;
  transform: translateY(-65%) rotate(45deg);
}
.sub-menu {
  position: absolute;
  top: calc(100% + .45rem);
  left: 0;
  width: 15rem;
  margin: 0;
  padding: .6rem;
  visibility: hidden;
  transform: translateY(.5rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  opacity: 0;
  background: var(--white);
  box-shadow: var(--shadow);
  list-style: none;
  transition: .18s ease;
}
.sub-menu a { padding: .65rem .75rem; border-radius: .55rem; font-weight: 600; text-transform: none; }
.sub-menu a:hover { color: var(--brand); background: var(--surface); }
.primary-navigation .sub-menu .sub-menu {
  top: -.6rem;
  right: calc(100% - 1px);
  left: auto;
  transform: translateX(.5rem);
}
.primary-navigation .sub-menu .menu-item-has-children > a::after {
  margin: 0 0 0 auto;
  transform: rotate(135deg);
}
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu { visibility: visible; transform: none; opacity: 1; }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-weight: 750; }
.menu-toggle__icon { display: grid; width: 1.55rem; gap: .27rem; }
.menu-toggle__icon i { display: block; height: 2px; border-radius: 2px; background: currentColor; }

.header-login {
  display: inline-flex;
  width: 15rem;
  min-width: 15rem;
  min-height: 3.35rem;
  padding: .75rem 1.1rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: .65rem;
  color: var(--white);
  background: linear-gradient(135deg, #56addf, #293697);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.header-login:hover { color: var(--white); background: linear-gradient(135deg, #388fc5, #1d287c); }

.contact-bar {
  display: grid;
  min-height: 4rem;
  margin: 0 2.55rem 0 -2.55rem;
  padding: 0 0 0 4.45rem;
  grid-template-columns: .9fr 1.05fr 1.35fr 1.05fr;
  align-items: stretch;
  border-radius: 0 0 1rem 0;
  color: var(--white);
  background: #5e1ca1;
  list-style: none;
}

.contact-bar li {
  display: flex;
  min-width: 0;
  padding: .6rem .7rem;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-right: 1px solid rgb(255 255 255 / 38%);
  font-size: .875rem;
  line-height: 1.35;
  text-align: center;
}
.contact-bar li:last-child { border-right: 0; }
.contact-bar a { display: flex; align-items: center; gap: .5rem; color: inherit; text-decoration: none; }
.contact-bar__icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-bar li:first-child .contact-bar__icon { fill: currentColor; stroke: none; }

.breadcrumbs { padding-block: .8rem; font-size: .78rem; }
.breadcrumbs ol { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: .35rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .35rem; color: #aaa; }
.breadcrumbs a { color: var(--muted); }

/* Homepage */
.hero { position: relative; display: grid; min-height: clamp(36rem, 37vw, 42rem); overflow: hidden; isolation: isolate; background: #efeff9; }
.hero__media, .hero__media::after { position: absolute; inset: 0; }
.hero__media { z-index: -2; }
.hero__media::after { content: ""; z-index: 1; background: linear-gradient(90deg, rgb(240 240 250 / 16%), transparent 58%); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__content { width: min(80%, 1400px); transform: translateY(2.5rem); align-self: center; padding-block: 6.2rem 2.5rem; color: #000; }
.hero__content h1 { max-width: 38.3rem; margin: 0 0 2rem; color: #000; font-family: "Rowdies", "Arial Black", sans-serif; font-size: clamp(2.75rem, 3.5vw, 3.4375rem); font-weight: 400; line-height: 1.24; }
.hero__content h1 span { display: block; }
.hero__signup { display: flex; width: 15.5rem; min-height: 7.75rem; padding: .95rem 2.4rem; align-items: center; justify-content: center; border-radius: .65rem; background: var(--white); box-shadow: 0 8px 24px rgb(53 16 111 / 8%); transition: transform .18s ease, box-shadow .18s ease; }
.hero__signup:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgb(53 16 111 / 14%); }
.hero__signup:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.hero__signup img { width: 10.625rem; height: 5.3125rem; object-fit: contain; }

.section-heading { max-width: 720px; margin: 0 auto clamp(2.4rem, 5vw, 4rem); text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading--left { margin-inline: 0; text-align: left; }
.section-heading--light, .section-heading--light h2 { color: var(--white); }
.section-heading--light .eyebrow { color: #d8b9f1; }

.section--courses { padding: 5.05rem 2.2rem; background: #e8f5ff url("../images/courses-section-bg.png") center / cover repeat; }
.courses-wrap { width: min(100%, 93.55rem); margin-inline: auto; }
.courses-heading { text-align: center; }
.courses-heading h2 { position: relative; display: inline-block; margin: 0; color: #323232; font-family: "Rowdies", "Arial Black", sans-serif; font-size: 2.25rem; font-weight: 400; line-height: 1.23; }
.courses-heading h2::after { content: ""; position: absolute; right: -6.4rem; bottom: -.5rem; width: 7rem; height: 1rem; transform: rotate(5deg); border-top: 3px solid #16838a; border-radius: 50%; }
.courses-heading p { margin: 1.5rem 0 0; color: #4f547b; font-size: 1.125rem; }
.course-grid { display: grid; margin-top: 1.5rem; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.course-card { min-height: 56.8rem; padding: 2.25rem; overflow: hidden; border-radius: 1.875rem; background: var(--white); text-align: center; }
.course-card__icon { width: 3.5rem; height: 3.3125rem; margin-inline: auto; object-fit: contain; }
.course-card h3 { margin: 1.5rem 0 0; color: #324361; font-family: "Rowdies", "Arial Black", sans-serif; font-size: 1.25rem; font-weight: 400; line-height: 1.22; }
.course-card h3 a { color: inherit; }
.course-card__items { margin: 0; padding: 0; color: #4f547b; font-size: 1rem; line-height: 1.53; list-style: none; }
.course-card__items li { margin: 0; padding-top: 1.35rem; }
.course-card__items li::after { content: ""; display: block; width: 6.25rem; margin: 1.35rem auto 0; border-bottom: 1px solid #8a8a8a; }
.course-card__items a { color: inherit; text-decoration: underline; text-decoration-thickness: .06em; text-underline-offset: .12em; }
.course-card__items a:hover, .course-card h3 a:hover { color: var(--brand); }

.about { padding: 2.5rem 0; color: var(--white); background: linear-gradient(115deg, #50a6d5 0%, #3976c3 48%, #2f3da5 100%); }
.about__inner { display: grid; width: min(80%, 94.2rem); margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 2.25rem; }
.about__collage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 1.5rem; }
.about__collage-stack { display: grid; gap: 1.5rem; }
.about__image { width: 100%; border-radius: .625rem; object-fit: cover; }
.about__image--children { aspect-ratio: 1.36 / 1; }
.about__image--outdoor { width: calc(100% - 1.875rem); margin-left: 1.875rem; aspect-ratio: 1.287 / 1; }
.about__image--classroom { aspect-ratio: .907 / 1; }
.about__content h2 { margin: 0; color: var(--white); font-family: "Rowdies", "Arial Black", sans-serif; font-size: 1.75rem; font-weight: 700; line-height: 1.23; }
.about__lead { margin: .7rem 0 0; color: var(--white); font-size: .875rem; line-height: 1.8; }
.about__features { display: grid; margin-top: 2.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.about-feature img { width: auto; height: 2.15rem; object-fit: contain; }
.about-feature h3 { margin: .8rem 0 0; color: var(--white); font-family: "Rowdies", "Arial Black", sans-serif; font-size: 1.1875rem; font-weight: 700; line-height: 1.23; }
.about-feature p { margin: .65rem 0 0; color: var(--white); font-size: .875rem; line-height: 1.5; }
.check-list { margin: 1.7rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; margin-bottom: .8rem; padding-left: 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }

.section--testimonials { padding-block: 5.5rem; color: var(--ink); background: var(--white); }
.testimonials-wrap { width: min(80%, 94.2rem); margin-inline: auto; }
.testimonials-heading { margin-bottom: 3rem; text-align: center; }
.testimonials-heading .eyebrow { margin-bottom: .7rem; color: var(--brand); }
.testimonials-heading h2 { margin: 0; color: #323232; font-family: "Rowdies", "Arial Black", sans-serif; font-size: 1.625rem; font-weight: 700; }
.testimonials-slider { display: grid; grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem; align-items: center; gap: 1.25rem; }
.testimonials-viewport { overflow: hidden; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; }
.testimonials-viewport::-webkit-scrollbar { display: none; }
.testimonials-viewport:focus-visible { outline: 3px solid var(--brand); outline-offset: .4rem; }
.testimonial-track { display: flex; align-items: stretch; gap: 1.2rem; }
.testimonial { display: flex; min-height: 28rem; margin: 0; padding: 1.8rem; flex: 0 0 calc((100% - 2.4rem) / 3); flex-direction: column; justify-content: space-between; scroll-snap-align: start; border: 1px solid rgb(255 255 255 / 17%); border-radius: var(--radius); color: var(--white); background: radial-gradient(circle at 15% 15%, #7d2cbd, transparent 45%), linear-gradient(140deg, #4b147f, #2e3c99); box-shadow: 0 12px 32px rgb(53 16 111 / 14%); }
.testimonial blockquote { margin: 0; font-size: .96rem; line-height: 1.65; }
.testimonial blockquote::before { content: "“"; display: block; height: 2.2rem; color: #e7d9ff; font: 800 3.5rem/1 Georgia, serif; }
.testimonial figcaption { display: grid; margin-top: 1.5rem; }
.testimonial figcaption strong { color: var(--white); }
.testimonial figcaption span { margin-top: .2rem; color: #d8b9f1; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.testimonials-arrow { display: grid; width: 3.25rem; height: 5.5rem; padding: 0; place-items: center; border: 0; border-radius: 999px; color: var(--white); background: var(--brand); cursor: pointer; box-shadow: 0 9px 24px rgb(97 18 163 / 24%); transition: transform .18s ease, opacity .18s ease, background-color .18s ease; }
.testimonials-arrow:hover { transform: translateY(-2px); background: #771cc1; }
.testimonials-arrow:focus-visible { outline: 3px solid #bca6ea; outline-offset: 3px; }
.testimonials-arrow:disabled { opacity: .32; cursor: default; transform: none; }
.testimonials-arrow svg { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.faq { margin-bottom: 1rem; padding: 2.5rem 0; color: var(--white); background: linear-gradient(136deg, #56addf 0%, #293697 100%); }
.faq__inner { display: grid; width: min(80%, 94.2rem); margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 2.25rem; }
.faq__intro h2 { margin: .67rem 0 0; color: var(--white); font-family: "Rowdies", "Arial Black", sans-serif; font-size: 1.625rem; font-weight: 700; line-height: 1.24; }
.faq__intro p { margin: .67rem 0 0; color: var(--white); font-size: .875rem; line-height: 1.7; }
.faq__intro img { width: 100%; height: 18.75rem; margin-top: .67rem; border-radius: .5rem; object-fit: cover; }
.faq-accordion details { margin-bottom: 1rem; }
.faq-accordion details:last-child { margin-bottom: 0; }
.faq-accordion summary { position: relative; min-height: 2.64rem; padding: .625rem 3rem .625rem .75rem; border: 1px solid #191919; border-radius: .375rem; color: #323232; background: var(--white); cursor: pointer; font-size: .875rem; font-weight: 500; line-height: 1.5; list-style: none; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after { content: "+"; position: absolute; top: 50%; right: .75rem; display: grid; width: 1.5rem; height: 1.5rem; transform: translateY(-50%); place-items: center; border-radius: 50%; color: var(--white); background: var(--brand); font-size: 1rem; font-weight: 700; line-height: 1; }
.faq-accordion details[open] summary::after { content: "−"; }
.faq-accordion details p { margin: 0; padding: 1.5rem .6rem 0; color: var(--white); font-size: .8125rem; line-height: 1.7; }
.faq-accordion a { color: var(--white); }

/* Content */
.entry { width: 100%; max-width: none; margin-inline: 0; }
.entry-header { margin-bottom: 2rem; text-align: center; }
.entry-header h1, .archive-header h1 { font-size: clamp(2.35rem, 6vw, 4.5rem); }
.page .content-area { padding-top: 0; }
.page .entry-header {
  display: grid;
  width: 100vw;
  min-height: 5.625rem;
  margin: 0 calc(50% - 50vw) 3rem;
  padding: 1rem;
  place-items: center;
  background: #6020a2;
}
.page .entry-header h1 {
  margin: 0;
  color: var(--white);
  font-family: "Saira", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.entry-hero { margin: 0 0 2.5rem; }
.entry-hero img { width: 100%; border-radius: var(--radius); }
.entry-content { width: 100%; max-width: none; }
.entry-content > * { width: 100%; max-width: none; margin-inline: 0; }
.entry-content > .alignwide,
.entry-content > .alignfull { width: 100%; max-width: none; margin-inline: 0; }
.entry-content h2 { margin-top: 1.7em; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.entry-content h3 { margin-top: 1.5em; }
.entry-content img { border-radius: 1rem; }

/* Reusable offer pages imported from the previous website. */
.ewart-offer-page .content-area { width: min(100% - 2rem, 75.625rem); padding-top: 0; }
.ewart-offer-page .entry { max-width: none; }
.ewart-offer-page .entry-content > .popular-courses {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  position: relative;
}
.ewart-offer-page .popular-courses > .section-heading,
.ewart-offer-page .popular-courses > .wp-block-paragraph,
.ewart-offer-page .popular-courses > .wp-block-image,
.ewart-offer-page .popular-courses > .popular-course-upper {
  max-width: none;
  margin-inline: auto;
}
.ewart-offer-page .popular-courses > .section-heading {
  margin-block: 2rem 1.5rem;
  color: var(--ink);
  font-family: "Rowdies", cursive;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.ewart-offer-page .popular-courses > .wp-block-paragraph {
  margin-block: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}
.ewart-offer-page .popular-courses > .wp-block-image { margin-block: 2.25rem 0; }
.ewart-offer-page .popular-courses > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
}
.ewart-offer-page .popular-course-upper {
  display: grid;
  margin-top: 4.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.5rem;
}
.ewart-offer-page .popular-course-upper > .wp-block-column {
  display: flex;
  min-width: 0;
}
.ewart-offer-page .popular-course-box {
  display: flex;
  width: 100%;
  min-width: 0;
  padding: .45rem 0 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eceff1;
  border-radius: .75rem;
  background: var(--white);
  box-shadow: 0 12px 30px rgb(53 16 111 / 8%);
}
.ewart-offer-page .popular-course-box > .wp-block-group:first-child {
  display: flex;
  padding-inline: .75rem !important;
  flex: 1;
  flex-direction: column;
}
.ewart-offer-page .popular-course-box figure { margin: 0; }
.ewart-offer-page .popular-course-box > .wp-block-group:first-child > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
}
.ewart-offer-page .popular-course-box h5 {
  margin: 1.25rem 0 0;
  color: var(--brand-dark);
  font-family: "Rowdies", cursive;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.ewart-offer-page .popular-course-box img[src*="/rating.png"],
.ewart-offer-page .popular-course-box > .wp-block-group:first-child > .wp-block-group.is-content-justification-center { display: none; }
.ewart-offer-page .popular-course-box p {
  margin: 1rem 0 1.5rem !important;
  color: var(--muted);
  font-size: .9375rem;
  line-height: 1.65;
  text-align: center;
}
.ewart-offer-page .popular-course-info {
  margin-top: auto !important;
  padding: 1rem !important;
  background: var(--brand-soft) !important;
}
.ewart-offer-page .popular-course-info .wp-block-columns,
.ewart-offer-page .popular-course-info .wp-block-buttons { margin: 0; }
.ewart-offer-page .popular-course-info .wp-block-button { width: 100%; }
.ewart-offer-page .popular-course-info .wp-block-button__link {
  display: block;
  width: 100%;
  padding: .75rem 1rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--brand);
  font-size: .875rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}
.ewart-offer-page .popular-course-info .wp-block-button__link:hover,
.ewart-offer-page .popular-course-info .wp-block-button__link:focus-visible { background: var(--brand-dark); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 1.5rem; }
.post-card { display: flex; height: 100%; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgb(53 16 111 / 7%); }
.post-card__image { display: block; aspect-ratio: 4 / 3; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { display: flex; min-height: 0; padding: 1.4rem; flex: 1; flex-direction: column; }
.post-card h2 { display: -webkit-box; height: calc(3 * 1.25em); margin-bottom: .8rem; overflow: hidden; font-size: 1.45rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-card h2 a { color: var(--ink); text-decoration: none; }
.post-card__body > p:not(.post-meta) { display: -webkit-box; height: calc(4 * 1.6em); margin-bottom: 1rem; overflow: hidden; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.post-card__body .text-link { margin-top: auto; }
.post-meta { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; }
.post-navigation { display: flex; margin-top: 3rem; justify-content: space-between; gap: 1rem; }
.error-404 { max-width: 760px; text-align: center; }
.error-404 .search-form { margin: 2rem auto; }
.search-form { display: flex; max-width: 560px; gap: .6rem; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 3rem; padding: .7rem 1rem; border: 1px solid var(--line); border-radius: 999px; }
.search-submit { padding-inline: 1.2rem; border: 0; border-radius: 999px; color: var(--white); background: var(--brand); font-weight: 750; }

/* Footer */
.site-footer { color: var(--white); background: #1252c9; }
.site-footer__main {
  min-height: 30.375rem;
  padding: 1.172rem 2.227rem;
  background: #1252c9 url("../images/footer-bg.webp") center / cover no-repeat;
}
.footer-grid {
  display: grid;
  width: 80%;
  margin-inline: auto;
  padding-block: 3.125rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.footer-column { min-width: 0; padding: 0 1rem 1.5rem; }
.footer-column:last-child { padding-right: 0; }
.site-footer h2 {
  margin: 0;
  color: var(--white);
  font-family: "Rowdies", cursive;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
}
.site-footer a { color: var(--white); }
.footer-menu { margin: 1.625rem 0 0; padding: 0; list-style: none; }
.footer-menu li { margin-bottom: 1.16rem; }
.footer-menu a { display: inline-block; font-size: 1rem; line-height: 1.35; text-decoration: none; }
.footer-menu a:hover, .footer-menu a:focus-visible { text-decoration: underline; text-underline-offset: .25em; }
.footer-contact { container-type: inline-size; }
.footer-contact h2 { font-size: 2rem; line-height: 1.25; }
.footer-contact address { font-style: normal; }
.footer-contact p { margin: 1.25rem 0 0; font-size: 1rem; line-height: 1.45; }
.footer-contact a { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; }
.footer-contact a:hover span, .footer-contact a:focus-visible span { text-decoration: underline; text-underline-offset: .25em; }
.footer-contact svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-contact p:nth-child(2) { font-family: "Poppins", "Saira", sans-serif; font-size: .9375rem; }
.footer-contact .footer-bank {
  max-width: none;
  font-size: clamp(.45rem, 4.2cqw, 1rem);
  letter-spacing: -.02em;
  white-space: nowrap;
}
.footer-bottom { padding: 1.172rem 2.227rem; background: #763741; }
.footer-bottom p { margin: 0; color: var(--white); font-size: .9375rem; line-height: 1.625rem; text-align: center; }
.back-to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  z-index: 50;
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  visibility: hidden;
  place-items: center;
  transform: translateY(.75rem);
  border: 0;
  border-radius: 50%;
  opacity: 0;
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 10px 28px rgb(53 16 111 / 28%);
  cursor: pointer;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background-color .2s ease;
}
.back-to-top.is-visible { visibility: visible; transform: none; opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--brand-dark); }
.back-to-top svg { width: 1.45rem; height: 1.45rem; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1100px) {
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .course-card { min-height: 0; }
  .ewart-offer-page .popular-course-upper { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__main { min-height: 0; }
  .header-login { min-width: 12.5rem; }
  .menu a { padding-inline: .55rem; font-size: .84rem; }
}

@media (max-width: 782px) {
  .blog-section > .wp-block-spacer { display: none; }
  .blog-section > .wp-block-query { width: 100% !important; max-width: none !important; margin-top: 1rem; }
}

@media (max-width: 1050px) {
  body.admin-bar .site-header { top: 0; }
  .site-header, .home .site-header { position: sticky; padding-top: 0; background: var(--white); }
  .header-shell {
    display: grid;
    width: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .header-brand-panel {
    width: auto;
    margin-left: 0;
    min-height: 4.8rem;
    padding: .8rem max(1rem, calc((100vw - 1180px) / 2));
    border-radius: 0 0 1.35rem 0;
    box-shadow: none;
  }
  .header-brand-panel .brand__logo { width: auto; height: 3.6rem; max-width: 7.5rem; }
  .header-right { display: contents; margin: 0; }
  .main-header { min-height: 4.8rem; padding: .65rem 1rem; border-radius: 0; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .6rem; cursor: pointer; }
  .primary-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 8.2rem);
    padding: 1rem max(1rem, calc((100% - 1180px) / 2));
    overflow-y: auto;
    border-top: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .menu-is-open .primary-navigation { display: block; }
  .primary-navigation .menu { display: grid; width: 100%; align-items: stretch; justify-content: stretch; }
  .primary-navigation .menu > li > a { padding: .85rem .5rem; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .sub-menu { position: static; width: auto; padding: .25rem 0 .65rem 1rem; visibility: visible; transform: none; border: 0; opacity: 1; box-shadow: none; }
  .sub-menu a { padding-block: .5rem; }
  .header-login { width: 100%; min-width: 0; margin-top: .9rem; }
  .contact-bar {
    min-height: 3.45rem;
    margin: 0;
    padding: 0;
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
  }
  .contact-bar li { padding: .55rem .75rem; }
  .contact-bar li:nth-child(2) { border-right: 0; }
  .contact-bar__address, .contact-bar__hours { display: none !important; }
  .hero { min-height: 36rem; }
  .hero__media::after { background: linear-gradient(90deg, rgb(240 240 250 / 72%), rgb(240 240 250 / 18%)); }
  .about__inner, .faq__inner { grid-template-columns: 1fr; }
  .about__inner { width: min(100% - 2rem, 48rem); }
  .faq__inner { width: min(100% - 2rem, 48rem); }
  .testimonial { flex-basis: calc((100% - 1.2rem) / 2); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --wrap: min(100% - 1.25rem, 1180px); --radius: 1.15rem; }
  .section { padding-block: 3rem; }
  body.admin-bar .site-header { top: 0; }
  .header-brand-panel { padding: .5rem .75rem; border-radius: 0 0 1.1rem 0; }
  .header-brand-panel .brand__logo { width: auto; height: 4rem; max-width: 8rem; }
  .menu-toggle { padding: .5rem; }
  .menu-toggle > span:last-child { font-size: .9rem; }
  .contact-bar { grid-template-columns: 1fr auto; }
  .contact-bar li { font-size: .72rem; }
  .contact-bar li:nth-child(2) { padding-inline: .9rem; }
  .contact-bar li:nth-child(2) span:last-child { display: none; }
  .hero { min-height: 34rem; }
  .hero__media img { object-position: 67% center; }
  .hero__media::after { background: linear-gradient(0deg, rgb(240 240 250 / 96%) 8%, rgb(240 240 250 / 72%) 58%, rgb(240 240 250 / 15%)); }
  .hero__content { width: var(--wrap); transform: none; align-self: end; padding-block: 3rem 2.75rem; }
  .hero__content h1 { max-width: 23rem; font-size: clamp(2.25rem, 10.5vw, 3rem); line-height: 1.18; }
  .hero__signup { width: 13.5rem; min-height: 6.75rem; padding: .7rem 1.45rem; }
  .hero__signup img { width: 10.625rem; height: auto; }
  .button-row .button { flex: 1 1 10rem; }
  .section--courses { padding: 2.75rem .625rem; }
  .courses-heading h2 { font-size: 2rem; }
  .courses-heading h2::after { right: -3.7rem; width: 4.4rem; }
  .course-grid, .post-grid, .footer-grid { grid-template-columns: 1fr; }
  .course-grid { margin-top: 1.25rem; gap: 1rem; }
  .ewart-offer-page .content-area { width: min(100% - 1.25rem, 48rem); }
  .ewart-offer-page .popular-courses > .section-heading,
  .ewart-offer-page .popular-courses > .wp-block-paragraph,
  .ewart-offer-page .popular-courses > .wp-block-image,
  .ewart-offer-page .popular-courses > .popular-course-upper { width: 100%; }
  .ewart-offer-page .popular-course-upper { margin-top: 2rem; grid-template-columns: 1fr; gap: 1rem; }
  .ewart-offer-page .popular-courses > .wp-block-image { margin-top: 1.5rem; }
  .course-card { padding: 1.5rem .875rem; border-radius: 1.25rem; }
  .course-card h3 { margin-top: 1rem; }
  .course-card__items li { padding-top: .85rem; }
  .course-card__items li::after { margin-top: .85rem; }
  .section--testimonials { padding-block: 3rem; }
  .testimonials-wrap { width: min(100% - 1.25rem, 48rem); }
  .testimonials-heading { margin-bottom: 2rem; }
  .testimonials-slider { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .testimonials-viewport { order: 1; grid-column: 1 / -1; }
  .testimonial { min-height: 0; flex-basis: 100%; }
  .testimonials-arrow { width: 3.5rem; height: 3.5rem; }
  .testimonials-arrow--previous { order: 2; justify-self: end; }
  .testimonials-arrow--next { order: 3; justify-self: start; }
  .about { padding-block: 2.5rem; }
  .about__inner { width: min(100% - 1.25rem, 48rem); gap: 1.5rem; }
  .about__collage { gap: .5rem; }
  .about__collage-stack { gap: .5rem; }
  .about__image--outdoor { width: calc(100% - .5rem); margin-left: .5rem; }
  .about__features { margin-top: 1.5rem; grid-template-columns: 1fr; gap: 1.25rem; }
  .faq { padding-block: 2.5rem; }
  .faq__inner { width: min(100% - 1.25rem, 48rem); gap: 1.5rem; }
  .faq__intro img { height: auto; aspect-ratio: 16 / 9; }
  .faq-accordion details { margin-bottom: .75rem; }
  .faq-accordion details p { padding-top: 1rem; }
  .page .content-area { padding-bottom: 3rem; }
  .page .entry-header { width: calc(100% + 1.25rem); margin-inline: -.625rem; margin-bottom: 2rem; }
  .blog-section > .wp-block-spacer { display: none; }
  .blog-section > .wp-block-query { width: 100% !important; max-width: none !important; margin-top: 1rem; }
  .blog-section .wp-block-post-template { gap: 1rem; }
  .blog-section .blog-box { display: flex; height: 100%; flex-direction: column; }
  .blog-section .wp-block-post-title {
    display: -webkit-box;
    height: calc(3 * 1.2em);
    overflow: hidden;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .blog-section .wp-block-post-excerpt {
    height: calc(5 * 1.65em);
    overflow: hidden;
    line-height: 1.65;
  }
  .blog-section .wp-block-post-excerpt__excerpt {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .blog-section .blog-box > .wp-block-group:last-child { margin-top: auto !important; }
  .site-footer__main { padding: .75rem .625rem; }
  .footer-grid { width: 100%; padding-block: 2rem; }
  .footer-column { padding: 0 .5rem 1rem; }
  .footer-menu { margin-top: 1rem; }
  .footer-menu li { margin-bottom: .75rem; }
  .footer-contact p { margin-top: .9rem; }
  .footer-contact h2 { font-size: 1.75rem; }
  .footer-bottom { padding-inline: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .breadcrumbs { display: none; }
  body { color: #000; background: #fff; }
  a { color: inherit; text-decoration: underline; }
}
