:root {
  --bg: #f2f7f5;
  --surface: #ffffff;
  --text: #13231f;
  --muted: #49635b;
  --line: #dbe8e2;
  --accent: #771223;
  --shadow: 0 10px 30px rgba(19, 35, 31, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 20%, #e9f3ee 0%, transparent 35%),
    radial-gradient(circle at 90% 0%, #ffe9df 0%, transparent 30%),
    var(--bg);
  min-height: 100vh;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--surface);
  color: var(--text);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 2px solid var(--accent);
  z-index: 1000;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(242, 247, 245, 0.84));
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 84px;
}

.header-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  column-gap: 0.7rem;
  width: 100%;
  padding: 0.55rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0.9rem;
  text-decoration: none;
}

.brand-mobile {
  display: none;
}

.brand-logo {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-left {
  justify-self: end;
}

.nav-right {
  justify-self: start;
}

.nav-group a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.83rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.42rem 0.78rem 0.5rem;
  position: relative;
  transition: color 0.2s ease;
}

.nav-group a::after {
  content: "";
  position: absolute;
  left: 0.78rem;
  right: 0.78rem;
  bottom: 0.18rem;
  height: 1.5px;
  background: #204b3f;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.nav-group a:hover,
.nav-group a:focus-visible {
  color: #103f34;
  outline: none;
}

.nav-group a:hover::after,
.nav-group a:focus-visible::after {
  transform: scaleX(1);
}

.social-link {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #cadfd6;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(17, 44, 37, 0.08);
  flex-shrink: 0;
  justify-self: end;
  margin-left: auto;
}

.social-link svg {
  width: 0.98rem;
  height: 0.98rem;
  fill: #21463b;
}

.menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--surface);
  cursor: pointer;
  box-shadow: var(--shadow);
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 1.8px;
  background: var(--text);
  margin: 4.5px auto;
  border-radius: 999px;
  transform-origin: center;
  transition: transform 0.28s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.menu-toggle:hover {
  border-color: #bdd5cb;
  box-shadow: 0 8px 22px rgba(17, 44, 37, 0.12);
}

.menu-toggle:focus-visible {
  outline: none;
  border-color: #9fbeaf;
  box-shadow:
    0 0 0 3px rgba(188, 216, 204, 0.5),
    0 8px 22px rgba(17, 44, 37, 0.12);
}

.menu-toggle:active {
  transform: scale(0.97);
}

.menu-toggle[aria-expanded="true"] {
  border-color: #aac8bb;
  box-shadow: 0 10px 24px rgba(17, 44, 37, 0.14);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.55);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.3px) rotate(-45deg);
}

.hero {
  padding: 4.1rem 0 3.4rem;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.4rem;
  align-items: center;
}

.eyebrow {
  color: #2f6354;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.73rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}

h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.9vw, 4.1rem);
  line-height: 1.03;
  margin: 0;
}

.hero-lead {
  color: #35544b;
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 62ch;
  margin: 1.05rem 0 0;
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.78rem 1.18rem;
  transition: transform 0.2s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.button-primary {
  background: #D11F3E;
  color: #f6fff9;
  box-shadow: 0 12px 24px rgba(20, 64, 52, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-1px);
  background: #771223;
  outline: none;
}

.button-secondary {
  color: #1c473b;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #c8ddd5;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-1px);
  background: #ffffff;
  outline: none;
}

.hero-stats {
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.hero-stats li {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #d8e8e1;
  border-radius: 0.95rem;
  padding: 0.7rem 0.82rem;
}

.hero-stats strong {
  display: block;
  font-size: 1rem;
  color: #173f34;
}

.hero-stats span {
  color: #456258;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.hero-media {
  position: relative;
  min-height: 460px;
}

.hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid #d9e8e1;
  box-shadow: 0 18px 38px rgba(17, 44, 37, 0.16);
  background: #fff;
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-main {
  width: min(100%, 430px);
  height: 420px;
}

.hero-photo-side {
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 185px;
  height: 228px;
}

.hero-badge {
  position: absolute;
  left: -14px;
  bottom: 24px;
  border-radius: 0.95rem;
  padding: 0.72rem 0.85rem;
  background: rgba(209, 31, 62, 0.9);
  color: #f3fff9;
  box-shadow: 0 14px 28px rgba(209, 31, 62, 0.28);
}

.hero-badge-label,
.hero-badge-date {
  margin: 0;
}

.hero-badge-label {
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.85;
}

.hero-badge-date {
  margin-top: 0.2rem;
  font-size: 1.02rem;
  font-weight: 700;
}

.programs {
  padding: 1rem 0 3.8rem;
}

.section-head {
  max-width: 70ch;
}

.section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
}

.section-head p {
  margin: 0.9rem 0 0;
  color: #3f5f56;
  line-height: 1.65;
}

.program-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.program-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 249, 0.94));
  border: 1px solid #d6e6df;
  border-radius: 1rem;
  padding: 1.1rem 1.05rem 1.15rem;
  box-shadow: 0 14px 26px rgba(17, 44, 37, 0.08);
}

.program-level {
  margin: 0;
  color: #29584b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.69rem;
}

.program-card h3 {
  margin: 0.35rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1.05;
}

.program-summary {
  margin: 0.65rem 0 0;
  color: #3f5e54;
  line-height: 1.62;
}

.program-meta {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.program-meta li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.9rem;
  border-bottom: 1px solid #e8f1ed;
  padding-bottom: 0.45rem;
}

.program-meta li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.program-meta span {
  color: #4f6c63;
  font-size: 0.82rem;
}

.program-meta strong {
  color: #183f34;
  font-size: 0.84rem;
  text-align: right;
}

.program-actions {
  margin-top: 1rem;
  display: block;
}

.program-actions .button {
  min-width: 170px;
}

.class-activity {
  padding: 0.25rem 0 4rem;
}

.class-activity-head {
  margin-bottom: 1.1rem;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.activity-card {
  margin: 0;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #d8e8e1;
  box-shadow: 0 14px 30px rgba(17, 44, 37, 0.12);
  background: #ffffff;
  min-height: 238px;
}

.activity-card-wide {
  grid-column: span 2;
  min-height: 286px;
}

.activity-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activity-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.1rem 0.9rem 0.82rem;
  color: #f6fffb;
  font-size: 0.8rem;
  line-height: 1.45;
  letter-spacing: 0.015em;
  background: linear-gradient(to top, rgba(14, 35, 30, 0.78), rgba(14, 35, 30, 0.05));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.activity-card:hover .activity-caption,
.activity-card:focus-within .activity-caption {
  opacity: 1;
  transform: translateY(0);
}

.activity-image-1 {
  object-position: center 34%;
}

.activity-image-2 {
  object-position: center 42%;
}

.activity-image-3 {
  object-position: center 30%;
}

.activity-image-4 {
  object-position: center 38%;
}

.activity-image-5 {
  object-position: center 41%;
}

.activity-image-6 {
  object-position: center 36%;
}

.faq {
  padding: 0.2rem 0 4.4rem;
}

.faq-head {
  margin-bottom: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.62rem;
}

.faq-list details {
  border: 1px solid #d9e8e2;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 20px rgba(17, 44, 37, 0.06);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #173f34;
  padding: 0.9rem 1rem;
  position: relative;
  padding-right: 2.3rem;
  transition: color 0.22s ease, background-color 0.22s ease;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: 0.95rem;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-right: 2px solid #285a4d;
  border-bottom: 2px solid #285a4d;
  transform: translateY(-58%) rotate(45deg);
  color: #285a4d;
  transition: transform 0.24s ease, border-color 0.22s ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-34%) rotate(-135deg);
}

.faq-list details[open] summary {
  border-bottom: 1px solid #e7f1ec;
  background: rgba(233, 245, 239, 0.62);
  color: #103f34;
}

.faq-list details[open] {
  border-color: #c8ddd4;
  box-shadow: 0 10px 24px rgba(17, 44, 37, 0.1);
}

.faq-list details p {
  margin: 0;
  padding: 0 1rem;
  color: #3f5f56;
  line-height: 1.62;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition:
    max-height 0.3s ease,
    opacity 0.22s ease,
    transform 0.22s ease,
    padding 0.24s ease;
}

.faq-list details[open] p {
  padding: 0.78rem 1rem 0.95rem;
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
}

.contact {
  padding: 0.3rem 0 4rem;
}

.contact-head {
  margin-bottom: 1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.contact-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(247, 252, 249, 0.92));
  border: 1px solid #d7e7e1;
  border-radius: 0.95rem;
  padding: 0.95rem 0.95rem 1rem;
  box-shadow: 0 10px 22px rgba(17, 44, 37, 0.08);
}

.contact-card h3 {
  margin: 0;
  color: #173f34;
  font-size: 1rem;
}

.contact-card p {
  margin: 0.52rem 0 0;
  color: #3f5f56;
  line-height: 1.6;
}

.contact-card a {
  display: inline-block;
  margin-top: 0.65rem;
  color: #124336;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.wset-page {
  padding-top: 2.2rem;
  padding-bottom: 3.2rem;
}

.wset-hero {
  max-width: 74ch;
}

.wset-hero p {
  margin-top: 0.8rem;
  color: #3f5f56;
  line-height: 1.65;
}

.wset-layout {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.wset-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #d8e8e2;
  border-radius: 0.95rem;
  padding: 0.95rem 0.95rem 1rem;
  box-shadow: 0 10px 20px rgba(17, 44, 37, 0.06);
}

.wset-card h2 {
  margin: 0;
  font-size: 1.1rem;
  color: #173f34;
}

.wset-card ul {
  margin: 0.72rem 0 0;
  padding-left: 1.1rem;
  color: #3f5f56;
  line-height: 1.55;
}

.wset-card p {
  margin: 0.72rem 0 0;
  color: #3f5f56;
  line-height: 1.6;
}

.wset-card p.price {
  margin: 0.6rem 0 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
}

.wset-cta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.wset-source {
  margin: 1rem 0 0;
  color: #567068;
  font-size: 0.82rem;
}

.educator-profiles {
  padding: 1.1rem 0 0.2rem;
}

.educator-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.educator-card {
  position: relative;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 249, 0.92));
  border: 1px solid #d8e8e2;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(17, 44, 37, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.educator-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d11f3e, #ed6a4b);
  opacity: 0.75;
}

.educator-card:hover,
.educator-card:focus-within {
  transform: translateY(-4px);
  border-color: #c7ddd3;
  box-shadow: 0 18px 34px rgba(17, 44, 37, 0.12);
}

.educator-photo {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #f1f7f4;
}

.educator-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.educator-card:hover .educator-photo img,
.educator-card:focus-within .educator-photo img {
  transform: scale(1.045);
}

.educator-card:first-child .educator-photo img {
  object-position: center 26%;
}

.educator-card:last-child .educator-photo img {
  object-position: center 24%;
}

.educator-content {
  padding: 0.95rem 0.95rem 1rem;
}

.educator-role {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d5e7df;
  border-radius: 999px;
  padding: 0.28rem 0.52rem;
  background: rgba(245, 251, 248, 0.92);
  color: #29584b;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-size: 0.66rem;
}

.educator-content h3 {
  margin: 0.5rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  line-height: 1.04;
  color: #163b32;
}

.educator-content p {
  margin: 0.62rem 0 0;
  color: #3f5f56;
  line-height: 1.62;
}

.site-footer {
  border-top: 1px solid #d8e8e1;
  background: linear-gradient(to bottom, rgba(247, 252, 249, 0.92), rgba(242, 248, 245, 0.96));
}

.footer-wrap {
  padding: 1.4rem 0 1rem;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #123e33;
  text-decoration: underline;
  outline: none;
}

.footer-bottom {
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: #4a685f;
  text-decoration: none;
  font-size: 0.86rem;
}

@keyframes heroMobileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  .nav-wrap {
    min-height: 70px;
    padding: 0.7rem 0;
    justify-content: space-between;
  }

  .brand-mobile {
    display: inline-flex;
    order: 1;
    margin: 0;
  }

  .menu-toggle {
    display: inline-block;
    order: 2;
  }

  .header-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    width: auto;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(247, 252, 249, 0.94));
    border: 1px solid #d5e6df;
    box-shadow:
      0 18px 36px rgba(17, 44, 37, 0.14),
      0 4px 12px rgba(17, 44, 37, 0.08);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.95rem 1rem 1rem;
    border-radius: 0.95rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top right;
    transition:
      opacity 0.22s ease,
      transform 0.26s ease,
      visibility 0s linear 0.26s;
  }

  .brand-logo {
    width: 2.25rem;
    height: 2.25rem;
  }

  .header-nav > .brand {
    display: none;
  }

  .nav-group {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-group a {
    padding: 0.8rem 0.35rem;
    border-bottom: 1px solid #eff5f2;
    transform: translateY(4px);
    opacity: 0;
    transition:
      color 0.2s ease,
      transform 0.24s ease,
      opacity 0.24s ease;
  }

  .nav-group a::after {
    display: none;
  }

  .nav-right a:last-child {
    border-bottom: 0;
  }

  .social-link {
    margin-top: 0.2rem;
    align-self: flex-end;
    justify-self: end;
  }

  .header-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

  .header-nav.is-open .nav-group a {
    transform: translateY(0);
    opacity: 1;
  }

  .header-nav.is-open .nav-group a:nth-child(1) {
    transition-delay: 0.03s;
  }

  .header-nav.is-open .nav-group a:nth-child(2) {
    transition-delay: 0.08s;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 1.65rem 0 2.1rem;
  }

  h1 {
    font-size: clamp(1.92rem, 10.2vw, 2.55rem);
    line-height: 1.06;
  }

  .eyebrow {
    margin-bottom: 0.5rem;
  }

  .hero-lead {
    font-size: 0.95rem;
    line-height: 1.62;
    margin-top: 0.72rem;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 1.05rem;
    gap: 0.58rem;
  }

  .button {
    width: 100%;
    min-width: 0;
    padding: 0.74rem 1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-top: 1.05rem;
  }

  .hero-media {
    min-height: 0;
    display: block;
    margin-top: 0.25rem;
  }

  .hero-photo-main {
    width: 100%;
    height: 260px;
    border-radius: 1rem;
  }

  .hero-badge {
    position: absolute;
    left: 0.55rem;
    bottom: 0.55rem;
    padding: 0.58rem 0.72rem;
    border-radius: 0.8rem;
    opacity: 0;
    animation: heroMobileFadeUp 0.75s ease-out 0.24s forwards;
  }

  .hero-badge-label {
    font-size: 0.62rem;
  }

  .hero-badge-date {
    font-size: 0.9rem;
  }

  .hero-photo-main {
    opacity: 0;
    animation: heroMobileFadeUp 0.75s ease-out 0.1s forwards;
  }

  .programs {
    padding: 0.7rem 0 2.7rem;
  }

  .section-head h2 {
    font-size: clamp(1.7rem, 8.6vw, 2.25rem);
  }

  .section-head p {
    font-size: 0.95rem;
    margin-top: 0.72rem;
  }

  .program-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .program-card {
    padding: 1rem 0.9rem 1.05rem;
  }

  .program-card h3 {
    font-size: 1.75rem;
  }

  .program-summary {
    font-size: 0.94rem;
  }

  .program-meta {
    gap: 0.48rem;
  }

  .program-meta li {
    padding-bottom: 0.42rem;
  }

  .program-meta strong {
    max-width: 56%;
    font-size: 0.8rem;
  }

  .program-actions {
    flex-direction: column;
    gap: 0.5rem;
  }

  .class-activity {
    padding: 0 0 2.8rem;
  }

  .activity-grid {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .activity-card,
  .activity-card-wide {
    grid-column: auto;
    min-height: 205px;
    border-radius: 0.88rem;
  }

  .activity-caption {
    opacity: 1;
    transform: none;
    padding: 0.9rem 0.78rem 0.72rem;
    font-size: 0.76rem;
  }

  .activity-image-1 {
    object-position: center 36%;
  }

  .activity-image-2 {
    object-position: center 44%;
  }

  .activity-image-3 {
    object-position: center 33%;
  }

  .activity-image-4 {
    object-position: center 40%;
  }

  .activity-image-5 {
    object-position: center 43%;
  }

  .activity-image-6 {
    object-position: center 38%;
  }

  .faq {
    padding: 0 0 3.1rem;
  }

  .contact {
    padding: 0 0 2.9rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .contact-card {
    padding: 0.85rem 0.84rem 0.9rem;
  }

  .contact-card p {
    font-size: 0.93rem;
  }

  .faq-list {
    gap: 0.52rem;
  }

  .faq-list summary {
    font-size: 0.94rem;
    line-height: 1.45;
    padding: 0.8rem 0.86rem;
    padding-right: 2.1rem;
  }

  .faq-list summary::after {
    right: 0.78rem;
  }

  .faq-list details p {
    font-size: 0.93rem;
    padding-inline: 0.86rem;
  }

  .faq-list details[open] p {
    padding-top: 0.72rem;
    padding-bottom: 0.88rem;
  }

  .wset-page {
    padding-top: 1.35rem;
    padding-bottom: 2.35rem;
  }

  .wset-layout {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-top: 1rem;
  }

  .wset-card {
    padding: 0.85rem 0.84rem 0.9rem;
  }

  .wset-card h2 {
    font-size: 1.02rem;
  }

  .wset-card ul,
  .wset-card p {
    font-size: 0.93rem;
  }

  .wset-cta {
    flex-direction: column;
  }

  .wset-source {
    font-size: 0.78rem;
  }

  .educator-profiles {
    padding-top: 0.85rem;
  }

  .educator-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 0.9rem;
  }

  .educator-content {
    padding: 0.82rem 0.85rem 0.9rem;
  }

  .educator-content h3 {
    font-size: 1.58rem;
  }

  .educator-content p {
    font-size: 0.93rem;
  }

  .footer-wrap {
    padding: 1.1rem 0 0.9rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    margin-top: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-main,
  .hero-badge {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .faq-list details,
  .faq-list summary,
  .faq-list summary::after,
  .faq-list details p,
  .educator-card,
  .educator-photo img {
    transition: none;
  }
}
