@font-face { font-family: "Zen Maru Gothic"; src: url("/assets/fonts/zen-maru-gothic-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Zen Maru Gothic"; src: url("/assets/fonts/zen-maru-gothic-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Sora"; src: url("/assets/fonts/sora-100.ttf") format("truetype"); font-style: normal; font-weight: 100; font-display: swap; }
@font-face { font-family: "Sora"; src: url("/assets/fonts/sora-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Sora"; src: url("/assets/fonts/sora-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-300.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("/assets/fonts/roboto-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("/assets/fonts/roboto-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Roboto Slab"; src: url("/assets/fonts/roboto-slab-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }

:root {
  --blue: #6ec1e4;
  --teal: #2e5c6e;
  --text: #7a7a7a;
  --green: #61ce70;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--text); font-family: "Sora", sans-serif; font-size: 16px; }
a { color: inherit; }
button { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #111; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.hero,
.teaching { position: relative; overflow: hidden; isolation: isolate; }
.hero { min-height: 100vh; padding: 10% 50% 0 4%; }
.background-slides,
.background-slide,
.section-overlay { position: absolute; inset: 0; }
.background-slides { z-index: -2; }
.background-slide { background-size: cover; background-position: bottom center; opacity: 0; transition: opacity 500ms ease; }
.background-slide.is-active { opacity: 1; }
.section-overlay { z-index: -1; background: rgb(0 0 0 / 55%); }
.hero-content,
.teaching-content { position: relative; z-index: 1; }
.hero h1,
.hero h2,
.teaching h2,
.section-title { margin: 0; color: var(--blue); font-family: "Zen Maru Gothic", sans-serif; font-weight: 400; line-height: 1.1; }
.hero h1,
.hero h2 { font-size: 86px; }
.hero h1 { padding-top: 5px; }
.hero h2 { padding-bottom: 10px; }
.hero-copy { width: 536px; max-width: 100%; color: #e5e5e5; font-family: "Roboto", sans-serif; font-weight: 400; line-height: 1.5; }
.hero-copy p { margin: 0 0 1em; }

.outline-button { display: inline-block; border: 1px solid currentColor; border-radius: 50px; padding: 18px 35px; font-family: "Sora", sans-serif; font-size: 16px; font-weight: 600; line-height: 1; text-decoration: none; transition: color 180ms ease, background 180ms ease; }
.hero .outline-button,
.teaching .outline-button { margin-top: 14px; }
.outline-button.light { color: #fff; background: transparent; }
.outline-button.light:hover,
.outline-button.light:focus-visible { color: #111013; background: #fff; }
.outline-button.dark { color: var(--teal); background: transparent; }
.outline-button.dark:hover,
.outline-button.dark:focus-visible { color: #fff; background: var(--teal); }
.outline-button.large { font-size: 26px; }

.features,
.activities,
.testimonials,
.faq { padding-inline: 4%; }
.features { margin-top: 10%; }
.section-title { font-size: 42px; font-weight: 700; }
.feature-grid { display: flex; align-items: stretch; gap: 5%; margin-top: 3%; }
.feature { min-height: 196px; display: flex; flex: 1 1 0; gap: 25px; }
.feature-number { color: #424045; font-family: "Sora", sans-serif; font-size: 7.8vw; font-weight: 100; line-height: 1; }
.feature h3 { margin: 0 0 10px; color: var(--blue); font-family: "Zen Maru Gothic", sans-serif; font-size: 28px; font-weight: 700; line-height: 1.2; }
.feature p { margin: 0; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; }

.activities { margin-top: 10%; }
.activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5%; margin-top: 60px; }
.activity-card { min-width: 0; }
.activity-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.activity-copy { min-height: 166px; padding: 7% 15% 7% 8%; color: #e5e5e5; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; }
.activity-1 .activity-copy { background: #3a8fb7; }
.activity-2 .activity-copy { background: #1e88a8; }
.activity-3 .activity-copy { background: #006284; }
.activity-3 .activity-copy { min-height: 206px; }
.activity-copy h3 { margin: 0 0 10px; color: #fff; font-family: "Zen Maru Gothic", sans-serif; font-size: 28px; font-weight: 700; line-height: 1.2; }
.activity-copy p { margin: 0; }

.teaching { min-height: 85vh; margin-top: 10%; padding: 10% 4% 0; }
.teaching-slide { background-position: center; transform: scale(1.12); transition: opacity 500ms ease, transform 4s linear; }
.teaching-slide.is-active { transform: scale(1); }
.teaching .section-overlay { background: rgb(27 37 49 / 50%); }
.teaching h2 { font-size: 62px; font-weight: 700; }
.teaching-content > p { width: 465px; max-width: 100%; margin: 10px 10px 10px 0; color: #e5e5e5; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; }

.testimonials { margin-top: 5%; }
.testimonial-carousel { position: relative; margin-top: 40px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.testimonial header { min-height: 160px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 20px 32px 0; }
.testimonial header img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
.testimonial header h3 { margin: 0; color: var(--text); font-family: "Zen Maru Gothic", sans-serif; font-size: 28px; font-weight: 600; line-height: 1.1; }
.testimonial header p { margin: 8px 0 0; color: var(--blue); font-family: "Roboto Slab", serif; font-size: 24px; }
.testimonial blockquote { position: relative; min-height: 251px; margin: 0; padding: 32px; background: #f7f7f7; color: var(--text); text-align: center; font-family: "Sora", sans-serif; font-size: 18px; font-style: italic; line-height: 1.55; }
.testimonial blockquote::before { content: ""; position: absolute; top: -12px; left: 50%; border-right: 12px solid transparent; border-bottom: 12px solid #f7f7f7; border-left: 12px solid transparent; transform: translateX(-50%); }
.carousel-arrow { position: absolute; z-index: 2; top: 64%; border: 0; color: #ddd; background: transparent; font-size: 38px; line-height: 1; cursor: pointer; }
.carousel-arrow.previous { left: 4px; }
.carousel-arrow.next { right: 4px; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; padding-top: 25px; }
.carousel-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #ccc; cursor: pointer; }
.carousel-dots button.active { background: #111; }

.actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; min-height: 118px; padding: 0 10px; }
.actions .outline-button { justify-self: center; }

.faq { padding-top: 1.5%; padding-bottom: 1.5%; }
.faq .section-title { padding: 25px 0; }
.faq-shell { width: 106.067%; max-width: 106.067%; }
.faq-tabs { display: flex; }
.faq-tabs button { padding: 18px 25px; border: 1px solid transparent; border-bottom: 0; color: var(--blue); background: transparent; font-family: "Zen Maru Gothic", sans-serif; font-weight: 600; line-height: 1; cursor: pointer; }
.faq-tabs button.active { position: relative; z-index: 2; border-color: #d5d8dc; color: var(--green); background: #fff; }
.faq-mobile-tabs { display: none; }
.faq-panel { min-height: 477px; padding: 30px 10%; border: 1px solid #d5d8dc; }
.faq-item { border: 1px solid #d5d8dc; border-bottom: 0; }
.faq-item:last-child { border-bottom: 1px solid #d5d8dc; }
.faq-item > button { width: 100%; padding: 15px 20px; border: 0; color: var(--blue); background: #fff; text-align: left; font-family: "Zen Maru Gothic", sans-serif; font-weight: 600; line-height: 1; cursor: pointer; }
.faq-item > button[aria-expanded="true"] { color: var(--green); }
.faq-item > button span { display: inline-block; width: 1.5em; }
.faq-answer-wrap { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows 400ms ease, visibility 0s linear 400ms; }
.faq-answer-wrap.open { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows 400ms ease, visibility 0s linear; }
.faq-answer { min-height: 0; overflow: hidden; padding: 0 20px; border-top: 0 solid #d5d8dc; color: var(--text); font-family: "Sora", sans-serif; font-weight: 400; line-height: 1.5; transition: padding 400ms ease, border-top-width 400ms ease; }
.faq-answer-wrap.open .faq-answer { padding: 15px 20px; border-top-width: 1px; }
.faq-answer p { margin: 0 0 1em; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: 0 0 1em; padding-left: 2em; }
.faq-answer a { color: #c36; text-decoration: none; }

footer { min-height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 1.5% 4%; color: #e5e5e5; background: var(--teal); }
footer p { margin: 0; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 300; line-height: 1; }
footer nav { display: flex; align-items: center; gap: 15px; }
footer a { display: block; width: 15px; height: 15px; }
footer svg { display: block; width: 100%; height: 100%; fill: #fff; }

@media (max-width: 1024px) {
  .hero { padding: 10% 4% 0; }
  .hero h1, .hero h2 { font-size: 65px; }
  .features { margin-top: 20%; }
  .section-title { font-size: 36px; }
  .feature-grid { flex-direction: column; gap: 60px; }
  .feature { width: 100%; }
  .feature-number { font-size: 100px; }
  .feature h3 { font-size: 22px; }
  .feature p { font-size: 14px; }
  .activities { margin-top: 20%; }
  .activity-grid { gap: 3%; margin-top: 50px; }
  .activity-copy h3 { font-size: 22px; }
  .activity-copy p { font-size: 14px; }
  .teaching { min-height: 550px; margin-top: 20%; padding-top: 10%; }
  .teaching h2 { font-size: 45px; }
  .teaching-content > p { font-size: 14px; }
  .testimonials { margin-top: 20%; }
  .faq { margin-top: 15%; padding-top: 3%; padding-bottom: 3%; }
  footer { margin-top: 15%; padding-top: 3%; padding-bottom: 3%; }
}

@media (max-width: 767px) {
  .hero { min-height: 100vh; display: flex; align-items: flex-start; justify-content: center; padding: 25% 4% 0; text-align: center; }
  .hero-content { width: 100%; }
  .hero h1, .hero h2 { font-size: 45px; }
  .hero h1 { margin-bottom: 20px; }
  .hero h2 { margin-bottom: 20px; }
  .hero-copy { margin-inline: auto; }
  .hero .outline-button { margin-top: 14px; }
  .features { margin-top: 35%; }
  .section-title { font-size: 28px; text-align: center; }
  .feature-grid { gap: 60px; }
  .feature { display: block; text-align: center; }
  .feature { min-height: 203px; }
  .feature-number { display: block; width: 100%; font-size: 100px; }
  .feature h3 { font-size: 18px; }
  .feature p { font-size: 14px; }
  .activities { margin-top: 35%; }
  .activity-grid { grid-template-columns: 1fr; gap: 50px; margin-top: calc(5% + 50px); }
  .activity-copy { min-height: 153px; text-align: center; }
  .activity-3 .activity-copy { min-height: 174px; }
  .activity-copy h3 { font-size: 18px; }
  .teaching { min-height: 550px; margin-top: 35%; padding: 25% 4% 0; text-align: center; }
  .teaching h2 { font-size: 36px; }
  .teaching-content > p { width: 100%; margin: 10px 0; }
  .teaching .outline-button { margin-top: 0; }
  .testimonials { margin-top: 35%; }
  .testimonial-grid { display: block; }
  .testimonial { display: none; }
  .testimonial.mobile-active { display: block; }
  .testimonial header { min-height: 170px; padding: 15px 12px 0; }
  .testimonial header h3 { font-size: 24px; }
  .testimonial header p { font-size: 20px; }
  .testimonial blockquote { min-height: 395px; padding: 32px; font-size: 15px; }
  .carousel-arrow { top: 67%; }
  .actions { grid-template-columns: 1fr; gap: 30px; min-height: 188px; padding: 20px 10px; }
  .outline-button.large { font-size: 22px; }
  .faq { margin-top: 10%; padding-top: 7%; padding-bottom: 7%; }
  .faq .section-title { padding: 25px 0; }
  .faq-shell { width: 100%; max-width: 100%; }
  .faq-tabs { display: none; }
  .faq-mobile-tabs { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #d5d8dc; border-bottom: 0; }
  .faq-mobile-tabs button { padding: 12px 8px; border: 0; border-right: 1px solid #d5d8dc; border-bottom: 1px solid #d5d8dc; color: var(--blue); background: #fff; font-family: "Zen Maru Gothic", sans-serif; font-weight: 600; }
  .faq-mobile-tabs button.active { color: var(--green); }
  .faq-panel { min-height: 618px; padding: 10px; }
  .faq-item > button { padding: 12px 15px; }
  .faq-answer { padding-inline: 15px; font-size: 14px; }
  .faq-answer-wrap.open .faq-answer { padding: 7px 15px; }
  footer { min-height: 114px; margin-top: 10%; padding: 7% 4%; gap: 20px; }
  footer p { max-width: 250px; line-height: 1.4; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .background-slide, .outline-button { transition: none; }
}
