:root {
  --yellow: #ffc20a;
  --yellow-soft: #fff4cc;
  --teal: #00d8b8;
  --teal-soft: #dffcf7;
  --charcoal: #111827;
  --ink: #1f2933;
  --muted: #637083;
  --line: #d9e2ec;
  --paper: #ffffff;
  --mist: #f7fafc;
  --accent: #e91e63;
  --purple: #7c3cff;
  --orange: #ff7a1a;
  --blue: #2f80ed;
  --shadow: 0 20px 50px rgba(17, 24, 39, 0.12);
  --display-font: "Baloo 2", "Nunito", "Trebuchet MS", sans-serif;
  --content-width: 1120px;
  --wide-width: 1280px;
}

.spark-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 196, 15, 0.28), transparent 32%),
    radial-gradient(circle at 86% 22%, rgba(16, 201, 183, 0.22), transparent 34%),
    linear-gradient(135deg, #fff9df 0%, #f7fffb 50%, #e8fbff 100%);
}

.spark-hero-visual {
  min-height: 560px;
}

.spark-hero-visual .hero-photo-main {
  width: min(82%, 520px);
  min-height: 350px;
  transform: rotate(-3deg);
}

.spark-hero-visual .hero-photo-secondary {
  width: min(62%, 360px);
  min-height: 270px;
  right: 0;
  bottom: 28px;
  transform: rotate(5deg);
}

.spark-burst-card {
  position: absolute;
  left: 6%;
  bottom: 18px;
  z-index: 4;
  width: min(300px, 76%);
  padding: 18px 20px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
  box-shadow: 10px 10px 0 var(--ink);
}

.spark-burst-card strong,
.spark-burst-card small {
  display: block;
}

.spark-burst-card strong {
  font-family: var(--display-font);
  font-size: 1.55rem;
  line-height: 1;
}

.spark-burst-card small {
  margin-top: 8px;
  font-weight: 900;
}

.spark-highlight-box {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 34px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 196, 15, 0.9), rgba(16, 201, 183, 0.88)),
    #fff;
  box-shadow: 12px 12px 0 var(--ink);
}

.spark-highlight-box span {
  width: max-content;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.spark-highlight-box strong {
  font-family: var(--display-font);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.spark-highlight-box p {
  margin-top: 18px;
  font-size: 1.05rem;
  font-weight: 800;
}

.spark-showcase-section {
  background: #0d1424;
  color: #fff;
}

.spark-showcase-section .section-heading h2 {
  color: #fff;
}

.spark-showcase-section .section-heading p,
.spark-showcase-section .parent-note p {
  color: rgba(255, 255, 255, 0.82);
}

.spark-benefits-section .program-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--content-width);
}

.spark-benefits-section .program-benefit-grid article {
  min-height: 245px;
}

.spark-showcase-section .parent-note {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 8px 8px 0 rgba(255, 196, 15, 0.86);
}

.spark-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto 34px;
}

.spark-showcase-grid article {
  overflow: hidden;
  display: grid;
  grid-template-rows: 230px 1fr;
  border: 4px solid #fff;
  border-radius: 26px;
  background: #fff;
  color: var(--ink);
  box-shadow: 9px 9px 0 rgba(16, 201, 183, 0.85);
}

.spark-showcase-grid article:nth-child(2n) {
  box-shadow: 9px 9px 0 rgba(255, 196, 15, 0.9);
}

.spark-showcase-photo {
  min-height: 230px;
  border-radius: 0;
}

.spark-showcase-grid article > div:last-child {
  padding: 22px;
}

.spark-showcase-grid h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.spark-showcase-grid p {
  color: var(--muted);
}

.spark-skill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.spark-skill-grid article {
  min-height: 170px;
  padding: 22px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.spark-skill-grid article:nth-child(3n + 1) {
  background: #fff4c7;
}

.spark-skill-grid article:nth-child(3n + 2) {
  background: #e6fffb;
}

.spark-skill-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  border: 3px solid var(--ink);
  border-radius: 13px;
  background: var(--yellow);
  font-weight: 900;
}

.spark-skill-grid article:nth-child(2n) span {
  background: var(--teal);
}

.spark-skill-grid strong {
  display: block;
  font-family: var(--display-font);
  font-size: 1.32rem;
  line-height: 1.05;
}

.spark-program-lane {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto;
  overflow: visible;
  padding: 0;
}

.spark-program-lane article {
  min-height: 210px;
  padding: 24px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}

.spark-program-lane article:last-child {
  grid-column: 2 / span 1;
}

.spark-program-lane article:nth-child(2n) {
  background: #e6fffb;
}

.spark-program-lane article:nth-child(3n) {
  background: #fff5cf;
}

.spark-program-lane strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--display-font);
  font-size: 1.28rem;
  line-height: 1.08;
}

.spark-program-lane p {
  color: var(--muted);
}

.spark-future-section {
  background: linear-gradient(135deg, #fff4c7 0%, #e6fffb 100%);
}

.spark-gallery-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 196, 15, 0.2), transparent 30%),
    radial-gradient(circle at 86% 24%, rgba(16, 201, 183, 0.18), transparent 32%),
    #f7fafc;
}

.spark-gallery-slider {
  max-width: var(--wide-width);
  margin: 0 auto;
}

.spark-gallery {
  min-height: 620px;
  box-shadow: 10px 10px 0 var(--teal);
}

.spark-gallery .student-photo-placeholder {
  min-height: 620px;
}

.spark-future-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.spark-future-grid article {
  display: grid;
  place-items: center;
  min-height: 130px;
  padding: 18px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
  text-align: center;
  font-family: var(--display-font);
  font-size: 1.25rem;
  line-height: 1.05;
}

.spark-future-grid article:nth-child(2n) {
  background: var(--teal);
}

.spark-future-grid article:nth-child(3n) {
  background: var(--yellow);
}

.collaboration-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 196, 15, 0.26), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(16, 201, 183, 0.2), transparent 32%),
    linear-gradient(135deg, #fffaf0 0%, #f4fffb 54%, #eef7ff 100%);
}

.collaboration-hero-visual .hero-photo-main {
  width: min(84%, 540px);
  min-height: 360px;
  transform: rotate(-2deg);
}

.collaboration-hero-visual .hero-photo-secondary {
  width: min(58%, 360px);
  min-height: 270px;
  right: 0;
  bottom: 24px;
  transform: rotate(4deg);
}

.collaboration-highlight-box,
.collaboration-message-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 32px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: #0d1424;
  color: #fff;
  box-shadow: 12px 12px 0 var(--teal);
}

.collaboration-highlight-box span,
.collaboration-message-card span {
  width: max-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.collaboration-highlight-box strong {
  font-family: var(--display-font);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.98;
}

.collaboration-highlight-box p,
.collaboration-message-card p {
  color: rgba(255, 255, 255, 0.86);
}

.collaboration-partner-grid,
.collaboration-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.collaboration-partner-grid article,
.collaboration-format-grid article {
  min-height: 190px;
  padding: 24px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.collaboration-partner-grid article:nth-child(2n),
.collaboration-format-grid article:nth-child(2n) {
  background: #e6fffb;
}

.collaboration-partner-grid article:nth-child(3n),
.collaboration-format-grid article:nth-child(3n) {
  background: #fff5cf;
}

.collaboration-partner-grid span,
.collaboration-opportunity-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: var(--yellow);
  font-weight: 900;
}

.collaboration-partner-grid article:nth-child(2n) span,
.collaboration-opportunity-grid article:nth-child(2n) span {
  background: var(--teal);
}

.collaboration-partner-grid strong {
  display: block;
  font-family: var(--display-font);
  font-size: 1.45rem;
  line-height: 1.05;
}

.collaboration-opportunities-section {
  background: #0d1424;
  color: #fff;
}

.collaboration-opportunities-section .section-heading h2 {
  color: #fff;
}

.collaboration-opportunities-section .section-heading p {
  color: rgba(255, 255, 255, 0.82);
}

.collaboration-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.collaboration-opportunity-grid article {
  min-height: 230px;
  padding: 24px;
  border: 4px solid #fff;
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--teal);
}

.collaboration-opportunity-grid article:nth-child(2n) {
  box-shadow: 8px 8px 0 var(--yellow);
}

.collaboration-opportunity-grid h3,
.collaboration-format-grid h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
}

.collaboration-opportunity-grid p,
.collaboration-format-grid p {
  color: var(--muted);
}

.collaboration-format-grid article span {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
  font-size: 0.8rem;
}

.collaboration-beneficiary-section,
.collaboration-ideas-section {
  background: linear-gradient(135deg, #fff4c7 0%, #e6fffb 100%);
}

.collaboration-idea-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.collaboration-idea-grid article {
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 18px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
  text-align: center;
  font-family: var(--display-font);
  font-size: 1.2rem;
  line-height: 1.08;
}

.collaboration-idea-grid article:nth-child(2n) {
  background: var(--teal);
}

.collaboration-idea-grid article:nth-child(3n) {
  background: var(--yellow);
}

.collaboration-process-section .program-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--content-width);
}

.collaboration-process-section .program-flow article {
  min-height: 300px;
}

.collaboration-process-section .program-flow article:nth-child(5) {
  grid-column: 1 / span 1;
}

.collaboration-message-card {
  justify-content: flex-start;
  background: #fff;
  color: var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
}

.collaboration-message-card p {
  color: var(--ink);
  font-weight: 800;
}

.faq-hero {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 196, 15, 0.28), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(16, 201, 183, 0.22), transparent 34%),
    linear-gradient(135deg, #fffaf0 0%, #f6fffb 54%, #edf9ff 100%);
}

.faq-hero-visual .hero-photo-main {
  width: min(84%, 540px);
  min-height: 360px;
  transform: rotate(-2deg);
}

.faq-hero-visual .hero-photo-secondary {
  width: min(58%, 360px);
  min-height: 270px;
  right: 0;
  bottom: 24px;
  transform: rotate(4deg);
}

.faq-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.faq-quick-grid article {
  min-height: 170px;
  padding: 24px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.faq-quick-grid article:nth-child(2n) {
  background: #e6fffb;
}

.faq-quick-grid article:nth-child(3n) {
  background: #fff5cf;
}

.faq-quick-grid span {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.faq-quick-grid strong {
  display: block;
  font-family: var(--display-font);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1;
}

.faq-category-nav-section {
  padding: 26px clamp(18px, 4vw, 40px);
  background: #0d1424;
}

.faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.faq-category-nav a {
  padding: 10px 14px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  font-size: 0.88rem;
}

.faq-category-nav a:nth-child(2n) {
  background: var(--teal);
}

.faq-category-nav a:nth-child(3n) {
  background: var(--yellow);
}

.faq-group-section {
  padding-top: 86px;
  padding-bottom: 86px;
}

.faq-group-alt {
  background: linear-gradient(135deg, #fff4c7 0%, #e6fffb 100%);
}

.faq-group-layout {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  max-width: var(--content-width);
  margin: 0 auto;
}

.faq-group-heading {
  position: sticky;
  top: 120px;
  padding: 26px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: #fff;
  box-shadow: 9px 9px 0 var(--ink);
}

.faq-group-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.faq-group-heading p {
  color: var(--muted);
  font-weight: 800;
}

.contact-hero {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 196, 15, 0.28), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(16, 201, 183, 0.22), transparent 34%),
    linear-gradient(135deg, #fffaf0 0%, #f6fffb 54%, #edf9ff 100%);
}

.contact-hero-visual .hero-photo-main {
  width: min(84%, 540px);
  min-height: 360px;
  transform: rotate(-2deg);
}

.contact-hero-visual .hero-photo-secondary {
  width: min(58%, 360px);
  min-height: 270px;
  right: 0;
  bottom: 24px;
  transform: rotate(4deg);
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.contact-card-grid article {
  min-height: 220px;
  padding: 26px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.contact-card-grid article:nth-child(2) {
  background: #e6fffb;
}

.contact-card-grid article:nth-child(3) {
  background: #fff5cf;
}

.contact-card-grid span,
.contact-program-grid span {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.contact-card-grid strong {
  display: block;
  margin-bottom: 22px;
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.contact-card-grid a {
  font-weight: 900;
  text-decoration-thickness: 4px;
  text-decoration-color: var(--yellow);
  text-underline-offset: 4px;
}

.contact-message-card {
  align-self: stretch;
  min-height: 420px;
  padding: 32px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: #0d1424;
  color: #fff;
  box-shadow: 12px 12px 0 var(--teal);
}

.contact-message-card span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.contact-message-card p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.contact-branches-section {
  background: #0d1424;
  color: #fff;
}

.contact-branches-section .section-heading h2 {
  color: #fff;
}

.contact-branches-section .section-heading p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.contact-branch-grid article {
  overflow: hidden;
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 280px;
  border: 4px solid #fff;
  border-radius: 26px;
  background: #fff;
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--teal);
}

.contact-branch-grid article:nth-child(2n) {
  box-shadow: 8px 8px 0 var(--yellow);
}

.contact-branch-photo {
  min-height: 100%;
  border-radius: 0;
}

.contact-branch-body {
  padding: 22px;
}

.contact-branch-body > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
  font-size: 0.78rem;
}

.contact-branch-body h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.contact-branch-body p {
  color: var(--muted);
}

.contact-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: var(--content-width);
  margin: 0 auto 34px;
}

.contact-program-grid article {
  min-height: 230px;
  padding: 24px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.contact-program-grid article:nth-child(2n) {
  background: #e6fffb;
}

.contact-program-grid article:nth-child(3n) {
  background: #fff5cf;
}

.contact-program-grid h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.contact-program-grid p {
  color: var(--muted);
}

.contact-inline-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 24px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
  box-shadow: 9px 9px 0 var(--ink);
}

.contact-inline-cta strong {
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.contact-note-section {
  background: linear-gradient(135deg, #fff4c7 0%, #e6fffb 100%);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Nunito", "Trebuchet MS", Verdana, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 194, 10, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 216, 184, 0.15), transparent 25%),
    var(--mist);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 7px clamp(14px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 3px solid var(--charcoal);
  backdrop-filter: blur(12px);
}

.brand img {
  width: 116px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 0.92rem;
  font-weight: 900;
}

.main-nav a,
.site-footer a {
  text-decoration: none;
}

.main-nav a:hover,
.nav-dropdown-toggle:hover {
  color: #008f7b;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -18px;
  right: -18px;
  height: 18px;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.nav-dropdown-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 25;
  display: grid;
  min-width: 250px;
  padding: 12px;
  border: 3px solid var(--charcoal);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--charcoal);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-left: 3px solid var(--charcoal);
  border-top: 3px solid var(--charcoal);
  background: var(--paper);
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown-menu a {
  position: relative;
  z-index: 1;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--ink);
  line-height: 1.15;
}

.nav-dropdown-menu a:hover {
  background: var(--teal-soft);
  color: var(--charcoal);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 3px solid var(--charcoal);
  border-radius: 14px;
  box-shadow: 4px 4px 0 var(--charcoal);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta {
  min-height: 38px;
  padding: 8px 14px;
  border-width: 2px;
  border-radius: 11px;
  box-shadow: 3px 3px 0 var(--charcoal);
  font-size: 0.9rem;
}

.header-cta,
.btn-primary {
  background: var(--yellow);
  color: var(--charcoal);
}

.btn-secondary {
  background: var(--teal);
  color: var(--charcoal);
}

.btn-dark {
  background: var(--charcoal);
  color: var(--paper);
  box-shadow: 4px 4px 0 var(--yellow);
}

.header-cta:hover,
.btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--charcoal);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 3px solid var(--charcoal);
  border-radius: 8px;
  background: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 4px auto;
  background: var(--charcoal);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(360px, 560px);
  justify-content: center;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: clamp(44px, 7vw, 86px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.34), transparent 34%),
    linear-gradient(315deg, rgba(0, 216, 184, 0.28), transparent 36%),
    linear-gradient(180deg, #fffef7 0%, #ffffff 52%, #f0fffc 100%);
  overflow: hidden;
}

.section > *,
.site-footer > * {
  width: min(100%, 1220px);
  margin-left: auto;
  margin-right: auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 110px auto auto 42%;
  width: 120px;
  height: 120px;
  background-image:
    linear-gradient(var(--charcoal) 2px, transparent 2px),
    linear-gradient(90deg, var(--charcoal) 2px, transparent 2px);
  background-size: 24px 24px;
  opacity: 0.08;
  transform: rotate(12deg);
}

.hero,
.section,
.cta-band {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand,
.btn,
.header-cta,
.eyebrow {
  font-family: "Baloo 2", "Nunito", "Trebuchet MS", sans-serif;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--charcoal);
  font-size: clamp(2.25rem, 4.8vw, 4.55rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  color: var(--charcoal);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  color: var(--charcoal);
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-lead {
  font-size: clamp(1.02rem, 1.55vw, 1.2rem);
  color: var(--charcoal);
}

.hero-content p {
  max-width: 620px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  padding: 0;
}

.section,
.cta-band {
  margin: 0 auto;
  padding: clamp(96px, 10vw, 142px) clamp(18px, 5vw, 72px);
}

.hero,
.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  margin-top: 0;
}

.section {
  overflow: hidden;
}

.intro-section {
  background:
    linear-gradient(90deg, rgba(255, 244, 204, 0.95), rgba(223, 252, 247, 0.92));
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 26px;
  align-items: stretch;
}

.section-subtitle {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 800;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 30px;
}

.intro-copy-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 4px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--charcoal);
  font-size: 1.12rem;
}

.intro-copy-card article {
  margin: 0;
  padding: 18px;
  border-left: 8px solid var(--teal);
  border-radius: 16px;
  background: #f8fffd;
}

.intro-copy-card article + article {
  border-left-color: var(--yellow);
  background: #fffaf0;
}

.intro-copy-card span {
  display: block;
  margin-bottom: 6px;
  color: #008f7b;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.intro-copy-card p {
  margin: 0;
}

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

.feature-grid article,
.program-card {
  min-height: 100%;
  padding: 24px;
  border: 3px solid var(--charcoal);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--charcoal);
}

.feature-grid-wow article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding-top: 30px;
}

.feature-grid-wow article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 130px;
  height: 130px;
  border: 16px solid rgba(17, 24, 39, 0.08);
  border-radius: 50%;
}

.feature-grid-wow article h3 {
  font-size: 1.55rem;
}

.feature-grid-wow article p {
  font-weight: 700;
}

.feature-grid article:nth-child(1) {
  background: #fff7d8;
}

.feature-grid article:nth-child(2) {
  background: #defcf6;
}

.feature-grid article:nth-child(3) {
  background: #ffe7f0;
}

.feature-grid article:nth-child(4) {
  background: #efe7ff;
}

.feature-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--yellow);
  border: 2px solid var(--charcoal);
  font-weight: 900;
}

.pathway-section {
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.16), transparent 26%),
    linear-gradient(315deg, rgba(0, 216, 184, 0.16), transparent 30%),
    var(--charcoal);
}

.pathway-section h2,
.pathway-section p {
  color: var(--paper);
}

.pathway-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
  margin-bottom: 34px;
}

.pathway-intro {
  max-width: 760px;
}

.pathway-intro p {
  max-width: 680px;
  color: #dbe6f3;
  font-size: 1.14rem;
  font-weight: 800;
}

.pathway-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pathway-mini-points span {
  padding: 10px 12px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--paper);
  font-weight: 900;
}

.pathway-media {
  display: grid;
  grid-template-columns: minmax(240px, 360px);
  justify-content: end;
  gap: 18px;
  align-items: start;
}

.program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  padding: 4px 0;
  gap: 20px;
}

.program-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 360px;
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.program-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 74px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.22), transparent);
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28);
}

.program-card-visual {
  position: relative;
  min-height: 132px;
  padding: 18px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.9) 0 16px, transparent 17px),
    radial-gradient(circle at 62% 66%, rgba(255, 255, 255, 0.5) 0 26px, transparent 27px),
    linear-gradient(135deg, var(--yellow), var(--teal));
  overflow: hidden;
}

.program-card-visual::before {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border: 18px solid rgba(17, 24, 39, 0.14);
  border-radius: 50%;
}

.program-card-visual::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 86px;
  height: 14px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.18);
}

.program-card:nth-child(7) {
  grid-column: 2 / span 1;
}

.program-card:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff, #f3fffc);
}

.program-card:nth-child(2n) .program-card-visual {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.9) 0 16px, transparent 17px),
    radial-gradient(circle at 62% 66%, rgba(255, 255, 255, 0.5) 0 26px, transparent 27px),
    linear-gradient(135deg, var(--teal), #7c3cff);
}

.program-card:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff, #fff7d8);
}

.program-card:nth-child(3n) .program-card-visual {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.9) 0 16px, transparent 17px),
    radial-gradient(circle at 62% 66%, rgba(255, 255, 255, 0.5) 0 26px, transparent 27px),
    linear-gradient(135deg, var(--orange), var(--yellow));
}

.program-card:nth-child(4n) {
  background: linear-gradient(180deg, #ffffff, #fff0f6);
}

.program-card:nth-child(4n) .program-card-visual {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.9) 0 16px, transparent 17px),
    radial-gradient(circle at 62% 66%, rgba(255, 255, 255, 0.5) 0 26px, transparent 27px),
    linear-gradient(135deg, var(--accent), var(--yellow));
}

.program-number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 3px solid var(--charcoal);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(17, 24, 39, 0.3);
}

.program-card-body {
  padding: 22px 22px 16px;
}

.program-card strong {
  display: block;
  margin-bottom: 6px;
  color: #008f7b;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.program-card h3 {
  min-height: auto;
  margin-bottom: 10px;
  font-size: 1.72rem;
}

.program-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.program-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 16px 22px;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.program-link::after {
  content: ">";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--charcoal);
  border-radius: 50%;
  background: var(--yellow);
}

.program-tag {
  position: absolute;
  right: 16px;
  top: 18px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: 132px;
  padding: 6px 9px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.05;
}

.skills-section {
  background:
    linear-gradient(120deg, rgba(0, 216, 184, 0.16), rgba(255, 194, 10, 0.22), rgba(233, 30, 99, 0.1)),
    var(--paper);
}

.skill-orbit {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.skill-orbit article {
  min-height: 190px;
  padding: 22px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--charcoal);
}

.skill-orbit article:nth-child(3n + 2) {
  background: #fff7d8;
}

.skill-orbit article:nth-child(3n) {
  background: #e9fffa;
}

.skill-orbit article:nth-child(3n + 1):not(.skill-hero-card) {
  background: #fff0f6;
}

.skill-orbit span {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 34px;
  margin-bottom: 14px;
  padding: 0 10px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
}

.skill-orbit strong {
  display: block;
  margin-bottom: 8px;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.skill-orbit p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.skill-hero-card {
  grid-row: span 2;
  min-height: 396px;
  align-content: end;
  background:
    linear-gradient(145deg, var(--charcoal), #243448) !important;
  color: var(--paper);
}

.skill-hero-card span {
  background: var(--teal);
}

.skill-hero-card strong {
  color: var(--yellow);
  font-size: 2.35rem;
}

.skill-hero-card p {
  color: #dbe6f3;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) minmax(220px, 0.45fr);
  gap: 24px;
  align-items: center;
  max-width: calc(100% - clamp(32px, 8vw, 120px));
  margin-block: clamp(24px, 5vw, 54px);
  border: 4px solid var(--charcoal);
  border-radius: 24px;
  background:
    linear-gradient(120deg, var(--yellow) 0%, #ffd95c 46%, var(--teal) 100%);
  box-shadow: 8px 8px 0 var(--charcoal);
}

.cta-band h2 {
  margin-bottom: 10px;
}

.cta-actions {
  display: grid;
  gap: 10px;
  justify-items: center;
  min-width: 220px;
  padding: 22px;
  border: 4px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
  text-align: center;
}

.cta-actions span {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.cta-actions strong {
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 4.1rem;
  line-height: 0.86;
  color: var(--accent);
}

.cta-actions small {
  margin-bottom: 8px;
  font-weight: 900;
  color: var(--muted);
}

.locations-preview {
  background:
    linear-gradient(135deg, var(--paper), #fff9dd 52%, #e7fffb);
}

.locations-hero {
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.42), transparent 34%),
    linear-gradient(315deg, rgba(0, 216, 184, 0.36), transparent 38%),
    linear-gradient(180deg, #fffef7 0%, #ffffff 52%, #f0fffc 100%);
}

.location-count-card {
  position: absolute;
  right: 8px;
  top: 18px;
  z-index: 4;
  display: grid;
  gap: 2px;
  width: min(220px, 44%);
  padding: 18px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
  transform: rotate(3deg);
}

.location-count-card span,
.location-count-card small {
  color: var(--muted);
  font-weight: 900;
}

.location-count-card strong {
  color: var(--accent);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.2rem);
  line-height: 0.8;
}

.locations-directory-section {
  background:
    linear-gradient(180deg, #ffffff, #f7fffd);
}

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

.location-card-grid article {
  display: grid;
  grid-template-rows: 230px 1fr;
  min-height: 100%;
  border: 3px solid var(--charcoal);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--charcoal);
  overflow: hidden;
}

.location-card-grid article:nth-child(2n) {
  background: #f1fffc;
}

.location-card-grid article:nth-child(3n) {
  background: #fff8df;
}

.location-card-grid article:nth-child(7) {
  grid-column: 2 / span 1;
}

.location-card-photo {
  position: relative;
  min-height: 230px;
  padding: 18px;
  border-bottom: 3px solid var(--charcoal);
}

.location-card-photo span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--charcoal);
  border-radius: 16px;
  background: var(--yellow);
  color: var(--charcoal);
  font-weight: 900;
}

.location-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.location-card-body > span {
  width: fit-content;
  padding: 6px 10px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.location-card-body h3,
.location-card-body p {
  margin-bottom: 0;
}

.location-card-body p,
.location-card-body small {
  color: var(--muted);
  font-weight: 800;
}

.location-card-body a {
  width: fit-content;
  margin-top: 8px;
  color: #008f7b;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 900;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 4px;
}

.location-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.location-card-actions a {
  margin-top: 0;
}

.branch-hero {
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.4), transparent 34%),
    linear-gradient(315deg, rgba(0, 216, 184, 0.34), transparent 38%),
    linear-gradient(180deg, #fffef7 0%, #ffffff 52%, #f0fffc 100%);
}

.branch-area-card strong {
  color: var(--charcoal);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 0.95;
}

.branch-detail-section {
  background:
    linear-gradient(135deg, #ffffff, #fff8df 52%, #e7fffb);
}

.branch-address-card {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 24px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
}

.branch-address-card strong {
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.45rem;
}

.branch-address-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.branch-address-card a {
  width: fit-content;
  color: #008f7b;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 900;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 4px;
}

.branch-detail-photo {
  min-height: 520px;
}

.branch-highlight-section {
  background: #ffffff;
}

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

.branch-highlight-grid article {
  min-height: 250px;
  padding: 24px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
}

.branch-highlight-grid article:nth-child(2n) {
  background: #f1fffc;
}

.branch-highlight-grid article:nth-child(3n) {
  background: #fff8df;
}

.branch-highlight-grid span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 2px solid var(--charcoal);
  border-radius: 16px;
  background: var(--yellow);
  font-weight: 900;
}

.branch-highlight-grid article:nth-child(2n) span {
  background: var(--teal);
}

.branch-highlight-grid p {
  margin-bottom: 0;
}

.branch-seo-section {
  background:
    linear-gradient(135deg, #fff8df, #e7fffb);
}

.locations-area-section {
  background:
    linear-gradient(135deg, #fff8df, #e7fffb);
}

.area-guide-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.area-guide-grid article {
  min-height: 230px;
  padding: 22px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--charcoal);
}

.area-guide-grid article:nth-child(2n) {
  background: #f1fffc;
}

.area-guide-grid article:nth-child(3n) {
  background: #fff0f6;
}

.area-guide-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.area-guide-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.locations-program-section {
  background:
    linear-gradient(180deg, #ffffff, #fffdf5);
}

.location-flow-rebuild-section {
  width: 100%;
  padding: clamp(96px, 10vw, 142px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.08), rgba(0, 216, 184, 0.12)),
    #f7fffd;
  overflow: hidden;
}

.location-flow-inner {
  width: min(100%, 1220px);
  margin-inline: auto;
}

.location-flow-heading {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.location-flow-heading p {
  max-width: 760px;
  margin-bottom: 0;
}

.location-flow-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin-inline: auto;
}

.location-flow-cards article {
  flex: 0 0 240px;
  min-height: 300px;
  padding: 24px;
  border: 3px solid var(--charcoal);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
}

.location-flow-cards article:nth-child(2n) {
  background: #f1fffc;
}

.location-flow-cards article:nth-child(3n) {
  background: #fff8df;
}

.location-flow-cards span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  border: 2px solid var(--charcoal);
  border-radius: 14px;
  background: var(--yellow);
  font-weight: 900;
}

.location-flow-cards article:nth-child(2n) span {
  background: var(--teal);
}

.location-flow-cards h3 {
  margin-bottom: 18px;
  font-size: 1.35rem;
}

.location-flow-cards p {
  margin-bottom: 0;
}

.locations-program-section .program-overview-grid article {
  grid-template-rows: 220px 1fr;
}

.locations-program-section .program-overview-image {
  min-height: 220px;
  display: grid;
  place-items: end start;
  padding: 18px;
  border-bottom: 3px solid var(--charcoal);
  background-position: center;
}

.locations-program-section .program-overview-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.36);
  border-radius: 16px;
}

.locations-program-section .program-overview-image span {
  position: relative;
  z-index: 1;
}

.student-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.student-photo-placeholder {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: 210px;
  padding: 18px;
  border: 4px solid var(--charcoal);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.62), rgba(0, 216, 184, 0.56)),
    repeating-linear-gradient(45deg, rgba(17, 24, 39, 0.1) 0 2px, transparent 2px 14px);
  box-shadow: 6px 6px 0 var(--charcoal);
  overflow: hidden;
}

.student-photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(17, 24, 39, 0.45);
  border-radius: 16px;
}

.student-photo-placeholder span {
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--paper);
  font-weight: 900;
}

.photo-fill {
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0) 42%, rgba(17, 24, 39, 0.62)),
    var(--photo),
    linear-gradient(135deg, rgba(255, 194, 10, 0.42), rgba(0, 216, 184, 0.38));
  background-size: cover, cover, auto;
  background-position: center;
}

.photo-fill::before {
  border-color: rgba(255, 255, 255, 0.36);
}

.photo-fill span {
  background: rgba(255, 255, 255, 0.94);
}

.hero-photo-card {
  position: absolute;
  display: grid;
  place-items: end start;
  padding: 18px;
  border: 4px solid var(--charcoal);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0) 42%, rgba(17, 24, 39, 0.62)),
    var(--photo),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(255, 194, 10, 0.5), rgba(0, 216, 184, 0.5)),
    repeating-linear-gradient(45deg, rgba(17, 24, 39, 0.08) 0 2px, transparent 2px 16px);
  background-size: cover, cover, auto, auto, auto;
  background-position: center;
  box-shadow: 12px 16px 0 rgba(17, 24, 39, 0.14);
  overflow: hidden;
}

.hero-photo-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 22px;
}

.hero-photo-card::after {
  display: none;
}

.hero-photo-card span {
  position: relative;
  z-index: 1;
  max-width: 220px;
  padding: 8px 11px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--charcoal);
  font-size: 0.86rem;
  font-weight: 900;
}

.hero-photo-main {
  left: 0;
  top: 10px;
  width: min(410px, 74%);
  min-height: 430px;
  z-index: 1;
  transform: rotate(-3deg);
}

.hero-photo-secondary {
  right: 10px;
  bottom: 22px;
  width: min(300px, 52%);
  min-height: 260px;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0) 42%, rgba(17, 24, 39, 0.62)),
    var(--photo),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(0, 216, 184, 0.62), rgba(255, 194, 10, 0.48)),
    repeating-linear-gradient(45deg, rgba(17, 24, 39, 0.08) 0 2px, transparent 2px 16px);
  background-size: cover, cover, auto, auto, auto;
  background-position: center;
  transform: rotate(4deg);
}

.student-gallery .student-photo-placeholder:first-child {
  min-height: 360px;
}

.student-gallery .student-photo-placeholder {
  min-height: 360px;
  max-width: 360px;
  width: 100%;
  justify-self: center;
}

.student-gallery .student-photo-placeholder:nth-child(2) {
  box-shadow: 6px 6px 0 var(--purple);
}

.student-gallery .student-photo-placeholder:nth-child(3) {
  box-shadow: 6px 6px 0 var(--orange);
}

.pathway-media .portrait {
  min-height: 460px;
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.72), rgba(233, 30, 99, 0.36), rgba(0, 216, 184, 0.58)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 14px);
}

.cta-photo {
  min-height: 220px;
}

.locations-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 30px;
}

.locations-layout .section-heading {
  margin-bottom: 0;
}

.locations-layout .btn {
  margin-top: 10px;
}

.locations-photo {
  min-height: 300px;
}

.student-photo-placeholder.photo-fill,
.student-gallery .student-photo-placeholder.photo-fill,
.pathway-media .student-photo-placeholder.photo-fill,
.cta-photo.photo-fill,
.locations-photo.photo-fill {
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0) 36%, rgba(17, 24, 39, 0.66)),
    var(--photo),
    linear-gradient(135deg, rgba(255, 194, 10, 0.34), rgba(0, 216, 184, 0.3));
  background-size: cover, cover, auto;
  background-position: center;
}

.student-photo-placeholder.photo-fill::before {
  border-color: rgba(255, 255, 255, 0.38);
}

.student-photo-placeholder.photo-fill span {
  background: rgba(255, 255, 255, 0.94);
  color: var(--charcoal);
}

.branch-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  padding-bottom: 0;
}

.branch-showcase article {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 210px;
  padding: 22px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 216, 0.94)),
    repeating-linear-gradient(45deg, rgba(17, 24, 39, 0.08) 0 2px, transparent 2px 12px);
  box-shadow: 6px 6px 0 var(--charcoal);
  overflow: hidden;
}

.branch-showcase article::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 86px;
  height: 86px;
  border: 14px solid rgba(0, 216, 184, 0.5);
  border-radius: 50%;
}

.branch-showcase article:nth-child(2n) {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(223, 252, 247, 0.95)),
    repeating-linear-gradient(45deg, rgba(17, 24, 39, 0.08) 0 2px, transparent 2px 12px);
}

.branch-showcase article:nth-child(3n) {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 232, 241, 0.95)),
    repeating-linear-gradient(45deg, rgba(17, 24, 39, 0.08) 0 2px, transparent 2px 12px);
}

.branch-showcase span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 2px solid var(--charcoal);
  border-radius: 16px;
  background: var(--yellow);
  font-weight: 900;
}

.branch-showcase strong {
  position: relative;
  z-index: 1;
  min-height: auto;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.branch-showcase article:nth-child(7) {
  grid-column: 2 / span 1;
}

.branch-showcase a {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 18px;
  color: #008f7b;
  font-weight: 900;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 4px;
}

.about-hero .hero-content {
  max-width: 680px;
}

.about-hero-badges,
.progress-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-hero-badges span,
.progress-chip-grid span {
  padding: 9px 12px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--charcoal);
  color: var(--charcoal);
  font-weight: 900;
}

.about-hero-badges span:nth-child(2n),
.progress-chip-grid span:nth-child(2n) {
  background: var(--teal-soft);
}

.about-hero-badges span:nth-child(3n),
.progress-chip-grid span:nth-child(3n) {
  background: var(--yellow-soft);
}

.about-hero-visual .hero-photo-main {
  min-height: 450px;
}

.about-story-section {
  background:
    linear-gradient(90deg, rgba(255, 244, 204, 0.95), rgba(223, 252, 247, 0.92));
}

.about-split,
.belief-layout,
.about-pathway-layout,
.progress-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.about-split p,
.belief-copy p,
.about-pathway-layout p,
.progress-layout p {
  font-size: 1.05rem;
}

.about-highlight-card {
  display: grid;
  gap: 20px;
  align-self: stretch;
  align-content: stretch;
  padding: 24px;
  border: 4px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--charcoal);
}

.about-highlight-card .student-photo-placeholder {
  min-height: 430px;
}

.about-highlight-card strong {
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.65rem;
  line-height: 1.05;
}

.belief-section {
  background:
    linear-gradient(135deg, #fffdf5 0%, #f1fffc 55%, #ffffff 100%);
}

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

.belief-layout {
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.belief-layout .section-heading,
.belief-copy,
.belief-message {
  padding: 28px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
}

.belief-layout .section-heading {
  display: grid;
  align-content: center;
  margin-bottom: 0;
  background:
    linear-gradient(145deg, rgba(255, 194, 10, 0.78), rgba(255, 244, 204, 0.94));
}

.belief-copy {
  background:
    linear-gradient(180deg, #ffffff, #f8fffd);
}

.belief-message {
  display: grid;
  align-content: center;
  background: var(--charcoal);
  box-shadow: 8px 8px 0 var(--teal);
  color: var(--paper);
}

.belief-message span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
}

.belief-message strong {
  display: block;
  color: var(--yellow);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.belief-message p {
  margin: 14px 0 0;
}

.about-photo-rail {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr 0.9fr;
  gap: 16px;
  margin-top: 28px;
}

.about-photo-rail .student-photo-placeholder {
  min-height: 220px;
  border-radius: 22px;
}

.about-photo-rail .student-photo-placeholder:nth-child(2),
.about-photo-rail .student-photo-placeholder:nth-child(4) {
  transform: translateY(24px);
}

.approach-section {
  background:
    linear-gradient(180deg, #fffdf3, #f1fffc);
}

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

.approach-flow article,
.difference-grid article,
.audience-grid article,
.faq-list details {
  position: relative;
  padding: 24px;
  border: 3px solid var(--charcoal);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--charcoal);
}

.approach-flow article::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  z-index: 1;
  width: 28px;
  height: 3px;
  background: var(--charcoal);
}

.approach-flow article:nth-child(3n)::after,
.approach-flow article:last-child::after {
  display: none;
}

.approach-flow span,
.difference-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 2px solid var(--charcoal);
  border-radius: 14px;
  background: var(--yellow);
  font-weight: 900;
}

.approach-flow article:nth-child(2n) span,
.difference-grid article:nth-child(2n) span {
  background: var(--teal);
}

.approach-flow p,
.difference-grid p,
.audience-grid article,
.faq-list p {
  margin-bottom: 0;
}

.vision-mission-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: stretch;
  background:
    linear-gradient(135deg, #ffffff 0%, #fff7d8 48%, #eafffb 100%);
}

.vision-mission-section > * {
  width: auto;
}

.vision-card,
.mission-card {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  border: 4px solid var(--charcoal);
  border-radius: 24px;
  overflow: hidden;
}

.vision-card {
  display: grid;
  align-content: center;
  background:
    linear-gradient(145deg, var(--charcoal), #223047);
  box-shadow: 9px 9px 0 var(--yellow);
  color: var(--paper);
}

.vision-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(0, 216, 184, 0.36);
  border-radius: 50%;
}

.mission-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 255, 253, 0.96));
  box-shadow: 9px 9px 0 var(--charcoal);
  color: var(--charcoal);
}

.vision-card h2,
.vision-card p {
  color: var(--paper);
}

.mission-card ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  counter-reset: mission;
}

.mission-card li {
  position: relative;
  min-height: 100%;
  padding: 16px 16px 16px 58px;
  border: 2px solid var(--charcoal);
  border-radius: 16px;
  background: var(--paper);
  font-weight: 800;
}

.mission-card li::before {
  counter-increment: mission;
  content: counter(mission, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 16px;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--charcoal);
  border-radius: 10px;
  background: var(--teal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 900;
}

.mission-card li:nth-child(2n)::before {
  background: var(--yellow);
}

.difference-section {
  background:
    linear-gradient(135deg, rgba(255, 244, 204, 0.95), rgba(255, 255, 255, 0.98));
}

.difference-grid article:nth-child(3n) {
  background: #fff7fb;
}

.difference-grid article:nth-child(3n + 2) {
  background: #f2fffc;
}

.about-pathway-section {
  background:
    linear-gradient(135deg, var(--charcoal), #182130);
  color: var(--paper);
}

.about-pathway-section h2,
.about-pathway-section p {
  color: var(--paper);
}

.pathway-photo-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  max-width: 560px;
}

.pathway-photo-stack .student-photo-placeholder {
  min-height: 190px;
  border-color: var(--paper);
}

.pathway-photo-stack .student-photo-placeholder:first-child {
  transform: rotate(-2deg);
}

.pathway-photo-stack .student-photo-placeholder:last-child {
  transform: rotate(2deg);
}

.pathway-timeline {
  display: grid;
  gap: 14px;
}

.pathway-timeline article {
  position: relative;
  padding: 18px 20px 18px 28px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.pathway-timeline article::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 22px;
  width: 18px;
  height: 18px;
  border: 3px solid var(--charcoal);
  border-radius: 50%;
  background: var(--yellow);
}

.pathway-timeline strong {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.25rem;
}

.pathway-timeline p {
  margin-bottom: 0;
}

.progress-section {
  background: #f7fafc;
}

.progress-layout {
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
}

.progress-layout .portrait {
  min-height: 520px;
  aspect-ratio: 3 / 4;
}

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

.audience-grid article {
  display: grid;
  align-items: center;
  min-height: 132px;
  font-weight: 900;
}

.audience-grid article:nth-child(2n) {
  background: var(--teal-soft);
}

.audience-grid article:nth-child(3n) {
  background: var(--yellow-soft);
}

.audience-note {
  margin-top: 24px;
  padding: 22px;
  border: 3px solid var(--charcoal);
  border-radius: 20px;
  background: var(--charcoal);
  color: var(--paper);
}

.audience-note strong {
  display: block;
  color: var(--yellow);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.35rem;
}

.audience-note p {
  margin-bottom: 0;
}

.about-branches-section {
  background:
    linear-gradient(135deg, #ffffff, #e8fffb);
}

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

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
}

.faq-list p {
  padding: 0 24px 22px;
  color: var(--muted);
}

.final-cta-section {
  background:
    linear-gradient(135deg, var(--yellow), var(--teal));
}

.final-cta-inner {
  display: grid;
  gap: 18px;
  width: min(100%, 1220px);
  margin-left: auto;
  margin-right: auto;
}

.final-cta-section p {
  max-width: 720px;
  color: var(--charcoal);
  font-size: 1.12rem;
  font-weight: 800;
}

.final-cta-section .btn {
  justify-self: start;
  width: fit-content;
  min-height: 64px;
  padding: 18px 34px;
  border-width: 3px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #fff0f7 0%, var(--yellow) 42%, var(--teal) 100%);
  box-shadow: 5px 5px 0 var(--charcoal);
  color: var(--charcoal);
  font-size: 1.12rem;
  line-height: 1;
  text-align: center;
}

.final-cta-section .btn:hover {
  box-shadow: 2px 2px 0 var(--charcoal);
}

.programs-hero .hero-lead {
  max-width: 700px;
}

.programs-pathway-section {
  background:
    linear-gradient(135deg, rgba(255, 244, 204, 0.96), rgba(223, 252, 247, 0.92));
}

.programs-pathway-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.programs-pathway-layout p {
  font-size: 1.06rem;
}

.program-pathway-ladder {
  display: grid;
  gap: 12px;
}

.program-pathway-ladder article {
  display: grid;
  grid-template-columns: auto 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 3px solid var(--charcoal);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--charcoal);
}

.program-pathway-ladder article:nth-child(2n) {
  transform: translateX(24px);
  background: #f1fffc;
}

.program-pathway-ladder article:nth-child(3n) {
  background: #fff8df;
}

.program-pathway-ladder span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--charcoal);
  border-radius: 14px;
  background: var(--yellow);
  font-weight: 900;
}

.program-pathway-ladder strong {
  color: #008f7b;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.18rem;
}

.program-pathway-ladder p {
  margin-bottom: 0;
  font-weight: 900;
}

.program-comparison-section,
.program-cards-section {
  background: var(--paper);
}

.program-table-wrap {
  overflow-x: auto;
  border: 4px solid var(--charcoal);
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--charcoal);
  background: var(--paper);
}

.program-comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  text-align: left;
}

.program-comparison-table th,
.program-comparison-table td {
  padding: 18px 20px;
  border-bottom: 2px solid var(--line);
  vertical-align: top;
}

.program-comparison-table th {
  background: var(--charcoal);
  color: var(--paper);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.06rem;
}

.program-comparison-table td:first-child {
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
}

.program-comparison-table tr:nth-child(even) td {
  background: #f8fffd;
}

.program-comparison-table tr:last-child td {
  border-bottom: 0;
}

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

.program-overview-grid article {
  display: grid;
  grid-template-rows: 230px 1fr;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
  overflow: hidden;
}

.program-overview-grid article:nth-child(7) {
  grid-column: 2 / span 1;
}

.program-overview-image {
  position: relative;
  display: grid;
  place-items: end start;
  padding: 16px;
  border-bottom: 3px solid var(--charcoal);
  background-size: cover, cover, auto;
  background-position: center;
}

.program-overview-image::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 16px;
}

.program-overview-image span {
  position: relative;
  z-index: 1;
  padding: 8px 11px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
}

.program-special-visual {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.42) 0 38px, transparent 39px),
    radial-gradient(circle at 24% 76%, rgba(233, 30, 99, 0.22) 0 54px, transparent 55px),
    linear-gradient(135deg, #fff0f7 0%, #fff4cc 45%, #dffcf7 100%);
}

.program-special-visual::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 130px;
  height: 130px;
  border: 20px solid rgba(0, 216, 184, 0.42);
  border-radius: 50%;
}

.program-special-visual strong {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  max-width: 230px;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.9;
  text-align: center;
}

.program-card-special {
  background:
    linear-gradient(180deg, #ffffff, #fff8fd);
}

.program-overview-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.program-overview-body strong {
  color: #008f7b;
  font-weight: 900;
}

.program-overview-body h3,
.program-overview-body p {
  margin-bottom: 0;
}

.program-overview-body a {
  width: fit-content;
  margin-top: 8px;
  color: var(--charcoal);
  font-weight: 900;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 4px;
}

.programs-trial-section {
  background:
    linear-gradient(135deg, var(--yellow), var(--teal));
  padding-top: clamp(74px, 8vw, 108px);
  padding-bottom: clamp(74px, 8vw, 108px);
}

.programs-trial-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  width: min(100%, 1220px);
  margin-left: auto;
  margin-right: auto;
}

.programs-trial-inner p {
  max-width: 680px;
  color: var(--charcoal);
  font-size: 1.12rem;
  font-weight: 800;
}

.trial-detail-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trial-detail-row span {
  padding: 10px 13px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-weight: 900;
}

.programs-trial-inner .btn {
  justify-self: start;
  min-height: 62px;
  padding: 17px 32px;
  background:
    linear-gradient(135deg, #fff0f7 0%, var(--yellow) 42%, var(--teal) 100%);
  box-shadow: 5px 5px 0 var(--charcoal);
  color: var(--charcoal);
}

.program-detail-hero {
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.34), transparent 32%),
    linear-gradient(315deg, rgba(0, 216, 184, 0.3), transparent 34%),
    linear-gradient(180deg, #fffef7 0%, #ffffff 54%, #effffb 100%);
}

.program-detail-badges,
.program-chip-grid,
.trial-detail-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.program-detail-badges span,
.program-chip-grid span {
  padding: 9px 12px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--charcoal);
  font-weight: 900;
}

.program-detail-badges span:nth-child(2n),
.program-chip-grid span:nth-child(2n) {
  background: var(--teal-soft);
}

.program-detail-badges span:nth-child(3n),
.program-chip-grid span:nth-child(3n) {
  background: var(--yellow-soft);
}

.program-intro-section,
.tools-section,
.skills-detail-section,
.class-structure-section,
.about-faq-section {
  background: var(--paper);
}

.suitable-section,
.learning-flow-section,
.benefits-section {
  background:
    linear-gradient(135deg, #fffdf5 0%, #f1fffc 100%);
}

.learning-areas-section,
.next-pathway-section,
.branch-availability-section {
  background:
    linear-gradient(90deg, rgba(255, 244, 204, 0.95), rgba(223, 252, 247, 0.92));
}

.project-output-section {
  background: #f7fafc;
}

.little-maker-gallery-section {
  background:
    linear-gradient(135deg, #fffdf5 0%, #ffffff 45%, #effffb 100%);
}

.program-detail-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.program-detail-split.reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  align-items: stretch;
}

.program-detail-split p {
  font-size: 1.05rem;
}

.program-suitable-photo {
  width: 100%;
  min-height: 620px;
  align-self: stretch;
  background-position: center;
}

.program-highlight-card,
.parent-value-card,
.parent-note,
.program-key-message {
  padding: 24px;
  border: 3px solid var(--charcoal);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
}

.program-highlight-card {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(180deg, #ffffff, #fff8df);
}

.program-highlight-card strong,
.parent-value-card strong,
.parent-note strong,
.program-key-message strong {
  display: block;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

.program-highlight-card p,
.parent-value-card p,
.parent-note p,
.program-key-message p {
  margin-bottom: 0;
}

.program-highlight-card .student-photo-placeholder,
.parent-value-card .student-photo-placeholder {
  min-height: 260px;
}

.parent-note,
.program-key-message {
  margin-top: 24px;
  background: var(--charcoal);
  color: var(--paper);
}

.parent-note strong,
.program-key-message strong {
  color: var(--yellow);
}

.program-feature-grid,
.program-benefit-grid,
.skills-detail-grid,
.class-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.program-feature-grid article,
.program-benefit-grid article,
.skills-detail-grid article,
.class-detail-grid article,
.tools-layout article,
.pathway-preview-stack article {
  padding: 22px;
  border: 3px solid var(--charcoal);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--charcoal);
}

.program-feature-grid article {
  min-height: 100%;
}

.program-feature-grid span,
.program-flow span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 2px solid var(--charcoal);
  border-radius: 14px;
  background: var(--yellow);
  font-weight: 900;
}

.program-feature-grid article:nth-child(2n) span,
.program-flow article:nth-child(2n) span {
  background: var(--teal);
}

.program-feature-grid p,
.program-benefit-grid p,
.skills-detail-grid p,
.tools-layout p,
.pathway-preview-stack p {
  margin-bottom: 0;
}

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

.tools-layout article {
  min-height: 250px;
  background:
    linear-gradient(180deg, #ffffff, #f8fffd);
}

.tool-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 3px solid var(--charcoal);
  border-radius: 18px;
  background: var(--yellow);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 900;
}

.tools-layout article:nth-child(2) .tool-icon {
  background: var(--teal);
}

.tools-layout article:nth-child(3) .tool-icon {
  background: #ffe8f1;
}

.program-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.program-flow article {
  position: relative;
  padding: 20px;
  border: 3px solid var(--charcoal);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--charcoal);
}

.program-flow article::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -15px;
  z-index: 2;
  width: 22px;
  height: 3px;
  background: var(--charcoal);
}

.program-flow article:last-child::after {
  display: none;
}

.parent-value-card {
  display: grid;
  gap: 18px;
}

.genius-feature-card {
  position: relative;
  display: grid;
  align-content: center;
  gap: 22px;
  min-height: 460px;
  padding: 36px;
  border: 4px solid var(--charcoal);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 196, 18, 0.95), rgba(16, 204, 184, 0.9)),
    var(--yellow);
  box-shadow: 12px 12px 0 var(--charcoal);
  transform: rotate(2deg);
}

.genius-feature-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(10, 18, 32, 0.45);
  border-radius: 22px;
  pointer-events: none;
}

.genius-feature-card strong {
  position: relative;
  z-index: 1;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
}

.genius-feature-card p,
.genius-feature-card .program-chip-grid {
  position: relative;
  z-index: 1;
}

.genius-feature-card p {
  max-width: 520px;
  color: var(--charcoal);
  font-size: 1.1rem;
  font-weight: 900;
}

.genius-mini-card,
.genius-privacy-card {
  min-height: 260px;
  transform: none;
}

.genius-mini-card {
  padding: 28px;
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--charcoal);
}

.genius-mini-card strong,
.genius-privacy-card strong {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.genius-privacy-card {
  min-height: 430px;
  background:
    linear-gradient(135deg, #fff5cf 0%, #e6fffb 100%),
    var(--paper);
}

.little-maker-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.little-maker-gallery {
  position: relative;
  min-height: 560px;
  border: 4px solid var(--charcoal);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--charcoal);
  overflow: hidden;
}

.gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.gallery-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.little-maker-gallery .student-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  place-items: stretch;
}

.little-maker-gallery .student-photo-placeholder::before {
  border-color: rgba(255, 255, 255, 0.3);
}

.little-maker-gallery .student-photo-placeholder span {
  display: none;
}

.gallery-control {
  display: inline-grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 3px solid var(--charcoal);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--charcoal);
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 900;
  cursor: pointer;
}

.gallery-next {
  background: var(--teal);
}

.gallery-control:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--charcoal);
}

.gallery-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gallery-dots button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--paper);
  cursor: pointer;
}

.gallery-dots button.is-active {
  width: 36px;
  background: var(--yellow);
}

.program-benefit-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.program-benefit-grid article:nth-child(2n),
.skills-detail-grid article:nth-child(2n),
.class-detail-grid article:nth-child(2n) {
  background: #f1fffc;
}

.program-benefit-grid article:nth-child(3n),
.skills-detail-grid article:nth-child(3n),
.class-detail-grid article:nth-child(3n) {
  background: #fff8df;
}

.skills-detail-grid article strong {
  display: block;
  margin-bottom: 8px;
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.25rem;
}

.pathway-preview-stack {
  display: grid;
  gap: 14px;
}

.pathway-preview-stack article {
  display: grid;
  gap: 4px;
}

.pathway-preview-stack article:nth-child(1) {
  background: var(--yellow-soft);
}

.pathway-preview-stack article:nth-child(2) {
  background: var(--teal-soft);
}

.pathway-preview-stack span {
  color: #008f7b;
  font-weight: 900;
}

.pathway-preview-stack strong {
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.class-detail-grid article {
  display: grid;
  align-items: center;
  min-height: 110px;
  font-weight: 900;
}

.program-trial-detail-section {
  background:
    linear-gradient(135deg, var(--yellow), var(--teal));
}

.program-trial-detail-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(100%, 1220px);
  margin-left: auto;
  margin-right: auto;
}

.program-trial-detail-inner p {
  max-width: 820px;
  color: var(--charcoal);
  font-size: 1.1rem;
  font-weight: 800;
}

.program-trial-detail-inner .btn {
  justify-self: start;
  min-height: 62px;
  padding: 17px 32px;
  background:
    linear-gradient(135deg, #fff0f7 0%, var(--yellow) 42%, var(--teal) 100%);
  box-shadow: 5px 5px 0 var(--charcoal);
  color: var(--charcoal);
}

.trial-hero {
  min-height: calc(100vh - 92px);
  background:
    linear-gradient(135deg, rgba(255, 194, 10, 0.42), transparent 34%),
    linear-gradient(315deg, rgba(0, 216, 184, 0.34), transparent 36%),
    linear-gradient(180deg, #fffef7 0%, #ffffff 54%, #ecfffb 100%);
}

.trial-hero-summary {
  position: absolute;
  right: 4px;
  top: 16px;
  z-index: 4;
  display: grid;
  gap: 2px;
  width: min(210px, 42%);
  padding: 18px;
  border: 3px solid var(--charcoal);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
  transform: rotate(3deg);
}

.trial-hero-summary span,
.trial-hero-summary small {
  color: var(--muted);
  font-weight: 900;
}

.trial-hero-summary strong {
  color: var(--accent);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.86;
}

.trial-photo-strip-section {
  margin-top: 0;
  padding-top: 72px;
  padding-bottom: 76px;
  background:
    linear-gradient(180deg, #ecfffb 0%, #ffffff 42%, #ffffff 100%);
}

.trial-photo-grid,
.trial-program-photo-row {
  display: grid;
  gap: 18px;
}

.trial-photo-grid {
  grid-template-columns: 1.08fr 0.92fr 0.92fr 1.08fr;
  align-items: stretch;
}

.trial-photo-grid .student-photo-placeholder,
.trial-program-photo-row .student-photo-placeholder {
  min-height: 240px;
}

.trial-photo-grid .student-photo-placeholder:nth-child(1),
.trial-photo-grid .student-photo-placeholder:nth-child(4) {
  min-height: 280px;
}

.trial-photo-grid .student-photo-placeholder:nth-child(1) {
  transform: rotate(-1deg);
}

.trial-photo-grid .student-photo-placeholder:nth-child(2) {
  transform: translateY(14px) rotate(1deg);
}

.trial-photo-grid .student-photo-placeholder:nth-child(3) {
  transform: translateY(-8px) rotate(-0.8deg);
}

.trial-photo-grid .student-photo-placeholder:nth-child(4) {
  transform: rotate(1deg);
}

.trial-activity-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: stretch;
}

.trial-activity-layout .program-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trial-activity-layout .program-flow article {
  min-height: 190px;
}

.trial-activity-layout .program-flow article::after {
  display: none;
}

.trial-activity-photo,
.trial-parent-photo,
.trial-booking-photo,
.trial-proof-photo {
  min-height: 560px;
}

.trial-details-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.trial-price-card {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 30px;
  border: 4px solid var(--charcoal);
  border-radius: 28px;
  background:
    linear-gradient(135deg, var(--yellow), var(--teal));
  box-shadow: 9px 9px 0 var(--charcoal);
}

.trial-price-card span {
  width: fit-content;
  padding: 6px 10px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--paper);
  font-weight: 900;
}

.trial-price-card strong {
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(4rem, 8vw, 6.8rem);
  line-height: 0.78;
}

.trial-price-card p {
  color: var(--charcoal);
  font-size: 1.1rem;
  font-weight: 900;
}

.trial-price-card .btn {
  width: 100%;
}

.trial-detail-grid article {
  min-height: 150px;
}

.trial-detail-grid article strong {
  color: var(--charcoal);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.35rem;
}

.trial-detail-grid article p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 900;
}

.centered-row {
  justify-content: center;
}

.trial-program-grid,
.trial-program-photo-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trial-program-grid {
  display: grid;
  gap: 22px;
}

.trial-program-grid article {
  display: grid;
  grid-template-rows: 210px 1fr;
  min-height: 100%;
  border: 3px solid var(--charcoal);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--charcoal);
  overflow: hidden;
}

.trial-program-grid article:nth-child(2n) {
  background: #f1fffc;
}

.trial-program-grid article:nth-child(3n) {
  background: #fff8df;
}

.trial-program-grid article:nth-child(7) {
  grid-column: 2 / span 1;
}

.trial-program-grid .program-overview-image {
  min-height: 210px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.trial-program-grid .program-overview-image::before {
  border-radius: 0;
}

.trial-program-grid .program-overview-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.trial-program-grid h3,
.trial-program-grid p {
  margin-bottom: 0;
}

.trial-program-grid p {
  color: var(--muted);
  font-weight: 800;
}

.trial-program-grid a {
  align-self: end;
  width: fit-content;
  margin-top: 8px;
  color: #008f7b;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 900;
}

.trial-booking-flow {
  grid-template-columns: 1fr;
  gap: 14px;
}

.trial-booking-flow article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  align-items: start;
  min-height: auto;
  padding: 18px 20px;
}

.trial-booking-flow article span {
  grid-row: 1 / span 2;
  margin-bottom: 0;
}

.trial-booking-flow h3,
.trial-booking-flow p {
  margin-bottom: 0;
}

.trial-booking-flow article::after {
  display: none;
}

.trial-template-section {
  padding-top: 90px;
  padding-bottom: 92px;
  background: #f6fafc;
}

.trial-template-section .program-detail-split {
  align-items: stretch;
}

.trial-message-card {
  display: grid;
  gap: 22px;
  max-width: 680px;
  padding: 28px;
  border: 4px solid var(--charcoal);
  border-radius: 26px;
  background: var(--charcoal);
  box-shadow: 7px 7px 0 var(--teal);
}

.trial-message-card p {
  margin-bottom: 0;
  color: var(--paper);
  font-size: 1.02rem;
  font-weight: 800;
}

.trial-message-card .btn {
  justify-self: start;
}

.trial-template-card {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  padding: 24px;
  border: 3px solid var(--charcoal);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--charcoal);
}

.trial-template-card .student-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 430px;
}

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

.site-footer {
  padding: 50px clamp(18px, 5vw, 72px) 30px;
  background: var(--charcoal);
  color: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr;
  gap: 30px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 0 transparent);
}

.site-footer h2 {
  color: var(--paper);
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin: 8px 0;
}

.copyright {
  margin: 38px 0 0;
  color: #b7c1d0;
  font-size: 0.92rem;
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 13px 18px;
  border: 3px solid var(--charcoal);
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 4px 4px 0 var(--charcoal);
  color: var(--charcoal);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: var(--paper);
    border-bottom: 3px solid var(--charcoal);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
    border-bottom: 1px solid var(--line);
  }

  .nav-dropdown {
    display: grid;
    border-bottom: 1px solid var(--line);
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    color: var(--ink);
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 12px;
    padding: 8px;
    border-width: 2px;
    border-radius: 14px;
    box-shadow: 4px 4px 0 var(--charcoal);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown-menu::before {
    display: none;
  }

  .nav-dropdown-menu a {
    padding: 10px;
    border-bottom: 0;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
    transform: none;
  }

  .header-cta {
    justify-self: end;
  }

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

  .hero-visual {
    min-height: 520px;
  }

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

  .intro-layout,
  .skill-orbit,
  .locations-layout,
  .pathway-layout,
  .pathway-media,
  .about-split,
  .belief-layout,
  .about-pathway-layout,
  .progress-layout,
  .vision-mission-section,
  .programs-pathway-layout,
  .programs-trial-inner,
  .program-detail-split,
  .program-detail-split.reverse,
  .trial-activity-layout,
  .trial-details-showcase {
    grid-template-columns: 1fr;
  }

  .program-grid,
  .approach-flow,
  .difference-grid,
  .audience-grid,
  .about-photo-rail,
  .location-card-grid,
  .branch-highlight-grid,
  .program-overview-grid,
  .program-feature-grid,
  .skills-detail-grid,
  .class-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tools-layout,
  .program-benefit-grid,
  .trial-photo-grid,
  .trial-program-grid,
  .trial-program-photo-row,
  .compact-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trial-photo-grid .student-photo-placeholder,
  .trial-photo-grid .student-photo-placeholder:nth-child(1),
  .trial-photo-grid .student-photo-placeholder:nth-child(4),
  .trial-program-photo-row .student-photo-placeholder {
    min-height: 280px;
    transform: none;
  }

  .trial-hero-summary {
    right: 12px;
  }

  .trial-activity-photo,
  .trial-parent-photo,
  .trial-booking-photo,
  .trial-proof-photo {
    min-height: 420px;
  }

  .trial-activity-layout .program-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .little-maker-slider {
    grid-template-columns: 1fr;
  }

  .gallery-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
  }

  .gallery-prev {
    left: 16px;
  }

  .gallery-next {
    right: 16px;
  }

  .gallery-control:hover {
    transform: translateY(-50%) translate(2px, 2px);
  }

  .program-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .program-card:nth-child(7),
  .branch-showcase article:nth-child(7),
  .location-card-grid article:nth-child(7),
  .program-overview-grid article:nth-child(7),
  .trial-program-grid article:nth-child(7) {
    grid-column: auto;
  }

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

  .location-flow-cards {
    flex-wrap: wrap;
  }

  .location-flow-cards article {
    flex-basis: min(100%, 330px);
  }

  .location-count-card {
    right: 12px;
  }

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

  .student-gallery {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  .skill-hero-card {
    grid-row: auto;
    min-height: 260px;
  }

  .belief-layout .section-heading {
    margin-bottom: 0;
  }

  .mission-card ol {
    grid-template-columns: 1fr;
  }

  .about-photo-rail .student-photo-placeholder:nth-child(2),
  .about-photo-rail .student-photo-placeholder:nth-child(4) {
    transform: none;
  }

  .approach-flow article::after {
    display: none;
  }

  .final-cta-section .btn {
    justify-self: start;
    width: fit-content;
  }

  .program-pathway-ladder article:nth-child(2n) {
    transform: none;
  }

  .programs-trial-inner .btn {
    justify-self: start;
  }

  .program-flow article::after {
    display: none;
  }

  .program-suitable-photo {
    min-height: 420px;
  }

  .little-maker-gallery,
  .little-maker-gallery .student-photo-placeholder {
    min-height: 460px;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 12px;
    padding: 8px 12px;
  }

  .brand img {
    width: 104px;
  }

  .header-cta {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 0.84rem;
  }

  .hero {
    padding-top: 34px;
  }

  .section,
  .cta-band {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .feature-grid,
  .cta-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .cta-band {
    max-width: calc(100% - 28px);
  }

  .student-gallery {
    grid-template-columns: 1fr;
  }

  .student-gallery {
    grid-template-columns: 1fr;
  }

  .student-photo-placeholder,
  .student-gallery .student-photo-placeholder:first-child {
    min-height: 250px;
  }

  .skill-orbit {
    grid-template-columns: 1fr;
  }

  .program-grid,
  .pathway-media,
  .branch-showcase,
  .approach-flow,
  .difference-grid,
  .audience-grid,
  .about-photo-rail,
  .pathway-photo-stack,
  .location-card-grid,
  .branch-highlight-grid,
  .program-overview-grid,
  .program-feature-grid,
  .tools-layout,
  .program-flow,
  .program-benefit-grid,
  .skills-detail-grid,
  .class-detail-grid,
  .trial-photo-grid,
  .trial-program-grid,
  .trial-program-photo-row,
  .compact-proof-grid {
    grid-template-columns: 1fr;
  }

  .skill-orbit article,
  .skill-hero-card {
    min-height: auto;
  }

  .location-count-card {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 14px;
    transform: none;
  }

  .area-guide-grid {
    grid-template-columns: 1fr;
  }

  .location-flow-rebuild-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .location-flow-cards {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 430px;
  }

  .location-flow-cards article {
    min-height: auto;
  }

  .location-card-grid article {
    grid-template-rows: 220px 1fr;
  }

  .branch-detail-photo {
    min-height: 340px;
  }

  .hero-photo-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 260px;
    margin-bottom: 0;
    transform: none;
  }

  .hero-photo-secondary {
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 240px;
  }

  .about-hero-badges span,
  .progress-chip-grid span {
    width: 100%;
  }

  .about-highlight-card,
  .belief-message,
  .belief-layout .section-heading,
  .belief-copy,
  .approach-flow article,
  .difference-grid article,
  .audience-grid article {
    padding: 18px;
  }

  .about-highlight-card strong,
  .belief-message strong {
    font-size: 1.55rem;
  }

  .vision-card,
  .mission-card {
    padding: 22px;
  }

  .mission-card ol {
    padding-left: 0;
  }

  .mission-card li {
    padding: 14px 14px 14px 54px;
  }

  .progress-layout .portrait {
    min-height: 340px;
  }

  .pathway-photo-stack .student-photo-placeholder {
    min-height: 240px;
    transform: none;
  }

  .audience-grid article {
    min-height: auto;
  }

  .faq-list summary {
    padding: 18px;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .final-cta-section .btn {
    justify-self: stretch;
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    font-size: 0.95rem;
  }

  .program-pathway-ladder article {
    grid-template-columns: auto 1fr;
  }

  .program-pathway-ladder article p {
    grid-column: 1 / -1;
  }

  .program-table-wrap {
    border-radius: 18px;
  }

  .program-overview-grid article {
    grid-template-rows: 220px 1fr;
  }

  .programs-trial-inner .btn {
    width: 100%;
  }

  .program-detail-badges span,
  .program-chip-grid span {
    width: 100%;
  }

  .program-highlight-card,
  .parent-value-card,
  .parent-note,
  .program-key-message,
  .program-feature-grid article,
  .program-benefit-grid article,
  .skills-detail-grid article,
  .class-detail-grid article,
  .tools-layout article,
  .pathway-preview-stack article,
  .program-flow article {
    padding: 18px;
  }

  .program-trial-detail-inner .btn {
    width: 100%;
  }

  .trial-hero-summary {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 14px;
    transform: none;
  }

  .trial-photo-strip-section {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .trial-photo-grid .student-photo-placeholder,
  .trial-program-photo-row .student-photo-placeholder {
    min-height: 250px;
  }

  .trial-activity-photo,
  .trial-parent-photo,
  .trial-booking-photo,
  .trial-proof-photo {
    min-height: 320px;
  }

  .trial-price-card {
    padding: 22px;
  }

  .trial-activity-layout .program-flow {
    grid-template-columns: 1fr;
  }

  .trial-booking-flow article {
    grid-template-columns: 1fr;
  }

  .trial-booking-flow article span {
    grid-row: auto;
    margin-bottom: 8px;
  }

  .trial-template-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .trial-message-card,
  .trial-template-card {
    padding: 20px;
  }

  .trial-detail-grid article {
    min-height: auto;
  }

  .program-suitable-photo {
    min-height: 320px;
  }

  .little-maker-gallery,
  .little-maker-gallery .student-photo-placeholder {
    min-height: 360px;
  }

  .gallery-control {
    width: 54px;
    height: 54px;
    font-size: 0.78rem;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

}

@media (max-width: 1080px) {
  .spark-showcase-grid,
  .spark-skill-grid,
  .spark-future-grid,
  .spark-benefits-section .program-benefit-grid,
  .collaboration-partner-grid,
  .collaboration-format-grid,
  .collaboration-idea-grid,
  .faq-quick-grid,
  .contact-card-grid,
  .contact-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collaboration-opportunity-grid {
    grid-template-columns: 1fr;
  }

  .contact-branch-grid {
    grid-template-columns: 1fr;
  }

  .collaboration-process-section .program-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-group-layout {
    grid-template-columns: 1fr;
  }

  .faq-group-heading {
    position: static;
  }

  .spark-hero-visual {
    min-height: auto;
  }

  .spark-burst-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    transform: none;
  }

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

  .spark-program-lane article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .spark-showcase-grid,
  .spark-skill-grid,
  .spark-future-grid,
  .spark-benefits-section .program-benefit-grid,
  .collaboration-partner-grid,
  .collaboration-format-grid,
  .collaboration-idea-grid,
  .faq-quick-grid,
  .contact-card-grid,
  .contact-program-grid {
    grid-template-columns: 1fr;
  }

  .spark-showcase-grid article {
    grid-template-rows: 220px 1fr;
  }

  .spark-highlight-box {
    min-height: auto;
    padding: 22px;
  }

  .spark-highlight-box strong {
    font-size: 2rem;
  }

  .spark-skill-grid article,
  .spark-program-lane article,
  .spark-future-grid article {
    min-height: auto;
  }

  .spark-program-lane {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .spark-program-lane article:last-child {
    grid-column: auto;
  }

  .collaboration-highlight-box,
  .collaboration-message-card {
    min-height: auto;
    padding: 22px;
  }

  .collaboration-process-section .program-flow {
    grid-template-columns: 1fr;
  }

  .collaboration-highlight-box strong {
    font-size: 2rem;
  }

  .faq-category-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .faq-category-nav a {
    flex: 0 0 auto;
  }

  .faq-group-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .faq-group-heading {
    padding: 20px;
  }

  .contact-message-card {
    min-height: auto;
    padding: 22px;
  }

  .contact-branch-grid article {
    grid-template-columns: 1fr;
  }

  .contact-branch-photo {
    min-height: 220px;
  }

  .contact-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-inline-cta .btn {
    width: 100%;
  }
}
