.edu-page {
  --edu-navy: #12334a;
  --edu-sky: #eef8ff;
  --edu-warm: #fff8e7;
}

.edu-page .site-header {
  scroll-margin-top: 0;
}

.edu-page .menu-toggle {
  flex: 0 0 auto;
  border-radius: 999px;
  white-space: nowrap;
}

.edu-page .directory-nav {
  border: 2px solid #ef7d00;
  background: #ef7d00;
  color: #fff;
  box-shadow: 0 8px 18px rgba(239, 125, 0, 0.22);
}

.edu-page .directory-nav:hover,
.edu-page .directory-nav:focus-visible {
  border-color: #d66f00;
  background: #d66f00;
  color: #fff;
}

.edu-page .program-nav {
  border: 2px solid #d71920;
  background: #d71920;
  color: #fff;
  box-shadow: 0 8px 18px rgba(215, 25, 32, 0.2);
}

.edu-page .program-nav:hover,
.edu-page .program-nav:focus-visible {
  border-color: #b51218;
  background: #b51218;
  color: #fff;
}

.edu-page .nav-home {
  border: 2px solid #f2cd00;
  background: #f2cd00;
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(242, 205, 0, 0.24);
}

.edu-page .nav-home:hover,
.edu-page .nav-home:focus-visible {
  border-color: #d7b600;
  background: #d7b600;
  color: var(--ink);
}

.edu-page .teacher-account-nav {
  border: 2px solid #0f7a52;
  background: #0f7a52;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 122, 82, 0.18);
}

.edu-page .teacher-account-nav:hover,
.edu-page .teacher-account-nav:focus-visible {
  background: #0b6544;
}

.edu-page .rental-nav {
  border: 2px solid #d71920;
  background: #d71920;
  color: #fff;
  box-shadow: 0 8px 18px rgba(215, 25, 32, 0.18);
}

.edu-page .rental-nav:hover,
.edu-page .rental-nav:focus-visible {
  border-color: #b51218;
  background: #b51218;
  color: #fff;
}

.edu-page .lesson-nav {
  border: 2px solid #7a4ab0;
  background: #7a4ab0;
  color: #fff;
  box-shadow: 0 8px 18px rgba(122, 74, 176, 0.2);
}

.edu-page .lesson-nav:hover,
.edu-page .lesson-nav:focus-visible {
  border-color: #633594;
  background: #633594;
  color: #fff;
}

.edu-page .contact-nav {
  border: 2px solid #1d79b8;
  background: #1d79b8;
  color: #fff;
  box-shadow: 0 8px 18px rgba(29, 121, 184, 0.2);
}

.edu-page .contact-nav:hover,
.edu-page .contact-nav:focus-visible {
  border-color: #155f92;
  background: #155f92;
  color: #fff;
}

@media (min-width: 781px) and (max-width: 2000px) {
  .edu-page .site-header {
    gap: 18px;
    padding-inline: 24px;
  }

  .edu-page .brand img {
    width: 180px;
  }

  .edu-page .main-nav {
    flex: 1;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
  }

  .edu-page .main-nav a {
    padding: 9px 10px;
    white-space: nowrap;
  }
}

@media (max-width: 780px) {
  .js .edu-page .site-header {
    flex-wrap: wrap;
  }

  .js .edu-page .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .js .edu-page .main-nav {
    display: none;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }

  .js .edu-page .main-nav.is-open {
    display: grid;
  }

  .js .edu-page .main-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 999px;
    line-height: 1.2;
  }

  .js .edu-page .main-nav a:not(.directory-nav):not(.program-nav):not(.lesson-nav):not(.rental-nav):not(.contact-nav):not(.teacher-account-nav):not(.nav-home) {
    border: 1px solid #dfe5ec;
    background: #f5f7fa;
  }
}

.breadcrumbs {
  padding: 20px clamp(20px, 5vw, 76px) 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 8px;
  color: #9aa2ad;
  content: "/";
}

.breadcrumbs a {
  color: var(--blue);
  text-underline-offset: 3px;
}

.edu-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(34px, 5vw, 80px);
  min-height: calc(100svh - 210px);
  padding: clamp(32px, 5vw, 72px) clamp(20px, 5vw, 76px) 54px;
  overflow: hidden;
}

.edu-hero-copy {
  max-width: 760px;
}

.edu-hero h1 {
  color: var(--ink);
  font-size: clamp(62px, 6.5vw, 96px);
}

.edu-hero-lead,
.edu-heading > p:last-child,
.outcomes-copy > p:last-child {
  color: var(--muted);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.4;
}

.edu-hero-visual img {
  width: 100%;
  filter: drop-shadow(0 24px 48px rgba(27, 40, 54, 0.12));
}

.edu-momentum-lead strong {
  color: var(--ink);
}

.teacher-center-promo {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding: clamp(68px, 8vw, 112px) clamp(20px, 5vw, 76px);
  border-bottom: 1px solid #b7ddce;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(135deg, #effaf5 0%, #dff4ea 100%);
}

.teacher-center-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 70px);
}

.teacher-center-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.48;
}

.teacher-center-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.teacher-center-benefits div {
  padding: 18px;
  border: 1px solid rgba(15, 122, 82, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.teacher-center-benefits strong,
.teacher-center-benefits span {
  display: block;
}

.teacher-center-benefits strong {
  margin-bottom: 6px;
  color: #0b6544;
  font-size: 18px;
}

.teacher-center-benefits span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.teacher-center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button.teacher-account-button {
  border-color: #0f7a52;
  background: #0f7a52;
  color: #fff;
  box-shadow: 0 12px 26px rgba(15, 122, 82, 0.22);
}

.button.teacher-account-button:hover,
.button.teacher-account-button:focus-visible {
  border-color: #0b6544;
  background: #0b6544;
}

.teacher-center-preview {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(15, 122, 82, 0.22);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 64px rgba(18, 51, 74, 0.16);
  transform: rotate(0.4deg);
}

.teacher-center-preview img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.teacher-center-preview figcaption {
  padding: 12px 10px 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.edu-momentum {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: var(--edu-sky);
}

.edu-momentum-copy {
  max-width: 760px;
}

.edu-momentum-copy h2 {
  font-size: clamp(40px, 5.4vw, 74px);
}

.edu-momentum-lead {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.edu-community-invite {
  max-width: 680px;
  margin: -8px 0 24px;
  padding: 16px 18px;
  border-left: 5px solid #1877f2;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.edu-community-invite strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.edu-momentum-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.edu-signup-button {
  min-height: 58px;
  padding: 16px 26px;
  border-color: #d9252e;
  background: #d9252e;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(217, 37, 46, 0.18);
}

.button.edu-signup-button:hover,
.button.edu-signup-button:focus-visible {
  border-color: #b91d26;
  background: #b91d26;
}

.button.facebook-group-button {
  border-color: #1877f2;
  background: #1877f2;
  color: #fff;
}

.button.facebook-group-button:hover,
.button.facebook-group-button:focus-visible {
  border-color: #1264cc;
  background: #1264cc;
}

.edu-community-counter {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(25, 118, 201, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 118, 201, 0.13), transparent 36%),
    linear-gradient(145deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 24px 70px rgba(30, 72, 110, 0.13);
}

.edu-community-counter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(26px, 4vw, 48px);
}

.edu-community-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f7a52;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.edu-community-live > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18a56f;
  box-shadow: 0 0 0 6px rgba(24, 165, 111, 0.13);
}

.edu-community-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  transform: rotate(-7deg);
}

.edu-community-mark i {
  display: block;
  width: 28px;
  height: 28px;
  border: 5px solid #20242a;
  border-radius: 5px;
  background: #d9252e;
  box-shadow: 0 7px 12px rgba(28, 33, 40, 0.12);
}

.edu-community-mark i:nth-child(2) {
  background: #f4cf22;
}

.edu-community-mark i:nth-child(3) {
  background: #1976c9;
}

.edu-community-counter-label {
  margin: 0 0 4px;
  color: #1976c9;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 950;
}

.edu-community-total {
  display: block;
  color: var(--ink);
  font-size: clamp(92px, 13vw, 184px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.edu-community-total-caption {
  display: block;
  max-width: 520px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 800;
  line-height: 1.35;
}

.edu-community-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(28px, 4vw, 44px);
}

.edu-community-breakdown > div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.edu-community-breakdown strong,
.edu-community-breakdown span {
  display: block;
}

.edu-community-breakdown strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.edu-community-breakdown span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.edu-community-directory-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #1976c9;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.edu-community-directory-link:hover,
.edu-community-directory-link:focus-visible {
  background: #0e62ad;
}

.edu-community-directory-link span {
  font-size: 24px;
}

.edu-section-block {
  scroll-margin-top: 108px;
  padding: clamp(70px, 8vw, 110px) clamp(20px, 5vw, 76px);
}

.edu-heading {
  max-width: 980px;
  margin-bottom: 44px;
}

.edu-heading h2,
.outcomes-copy h2 {
  font-size: clamp(40px, 5.8vw, 78px);
}

.edu-why {
  background: #fff;
}

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

.edu-benefit-grid article {
  min-height: 286px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.edu-benefit-grid p,
.uses-grid p,
.variant-copy > p,
.start-steps p {
  color: var(--muted);
  font-size: 18px;
}

.edu-symbol {
  display: block;
  width: 52px;
  aspect-ratio: 1;
  margin-bottom: 24px;
  border-radius: 6px;
}

.symbol-blue {
  background: var(--blue);
}

.symbol-red {
  background: var(--red);
  border-radius: 50%;
}

.symbol-green {
  background: var(--green);
  transform: rotate(45deg);
}

.symbol-yellow {
  background: var(--yellow);
  clip-path: polygon(50% 0, 61% 32%, 95% 20%, 76% 50%, 95% 80%, 61% 68%, 50% 100%, 39% 68%, 5% 80%, 24% 50%, 5% 20%, 39% 32%);
}

.edu-path {
  border-block: 1px solid var(--line);
  background: var(--soft);
}

.variant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.variant-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.variant-media {
  display: grid;
  height: 260px;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.variant-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.variant-media.portrait-media img {
  object-fit: contain;
  object-position: top center;
}

.variant-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.variant-number {
  margin-bottom: 12px;
  color: var(--blue) !important;
  font-size: 14px !important;
  font-weight: 900;
  text-transform: uppercase;
}

.variant-copy dl {
  display: grid;
  gap: 0;
  margin: 10px 0 26px;
}

.variant-copy dl div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.variant-copy dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.variant-copy dd {
  margin: 0;
  font-weight: 800;
}

.text-link {
  margin-top: auto;
  padding-top: 4px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text-link::after {
  content: " ↓";
}

.text-link.external::after {
  content: " ↗";
}

.variant-links {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.variant-links .text-link {
  margin-top: 0;
}

.edu-outcomes {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
  color: #fff;
  background: var(--edu-navy);
}

.edu-outcomes .eyebrow {
  color: #74c6ff;
}

.edu-outcomes .outcomes-copy > p:last-child {
  color: #d7e5ee;
}

.outcomes-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.outcomes-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.38fr) 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.outcomes-list strong {
  color: #fff;
  font-size: 20px;
}

.outcomes-list span {
  color: #d7e5ee;
  font-size: 18px;
}

.edu-uses {
  background: #fff;
}

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

.uses-grid article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 8px solid var(--blue);
  border-radius: 8px;
  background: #fff;
}

.uses-grid article:nth-child(2) { border-top-color: var(--red); }
.uses-grid article:nth-child(3) { border-top-color: var(--green); }
.uses-grid article:nth-child(4) { border-top-color: var(--orange); }

.uses-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.edu-directory {
  scroll-margin-top: 108px;
  padding: clamp(70px, 8vw, 110px) clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 38px;
}

.directory-heading h2 {
  font-size: clamp(40px, 5.8vw, 78px);
}

.directory-heading > p {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.directory-counters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.directory-counter {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
}

button.directory-counter {
  width: 100%;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

button.directory-counter:hover {
  border-color: currentColor;
  transform: translateY(-1px);
}

button.directory-counter:focus-visible {
  outline: 4px solid rgba(0, 126, 199, 0.24);
  outline-offset: 3px;
}

button.directory-counter.is-active {
  border-color: currentColor;
  box-shadow: 0 0 0 2px currentColor;
}

.directory-counter::after {
  display: none;
}

.directory-counter span {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 800;
}

.directory-counter strong {
  position: relative;
  z-index: 1;
  min-width: 3ch;
  color: var(--ink);
  font-family: inherit;
  font-size: clamp(30px, 3vw, 40px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: right;
}

.counter-schools { border-left-color: var(--red); background: #fff7f8; color: var(--red); }
.counter-institutions { border-left-color: var(--blue); background: #f3f9ff; color: var(--blue); }
.counter-total { border-left-color: #d4a900; background: #fffdf4; }

.directory-counter span,
.directory-counter strong {
  color: var(--ink);
}

.directory-overview {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.directory-overview-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.directory-overview-heading h2 {
  margin: 0;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.15;
}

.directory-overview-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.directory-overview-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.directory-kpi {
  min-height: 94px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--blue);
  border-radius: 8px;
  background: #f1f8ff;
}

.directory-kpi.kpi-regions {
  border-top-color: var(--green);
  background: #f2fbf7;
}

.directory-kpi.kpi-largest {
  border-top-color: var(--orange);
  background: #fff7ef;
}

.directory-kpi strong {
  display: block;
  color: #12369a;
  font-size: clamp(28px, 3vw, 38px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.directory-kpi span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.directory-region-chart {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 32px;
}

.directory-region-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.75fr) minmax(120px, 1.25fr) 34px;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.directory-region-label {
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.directory-region-track {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f7;
}

.directory-region-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transform-origin: left;
  animation: directoryBarGrow 500ms ease-out both;
}

.directory-region-bar.chart-color-1 { background: var(--green); }
.directory-region-bar.chart-color-2 { background: var(--orange); }
.directory-region-bar.chart-color-3 { background: #2045a5; }

.directory-region-row strong {
  color: #12369a;
  font-size: 13px;
  text-align: right;
}

@keyframes directoryBarGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.directory-filters {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(160px, 0.8fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.directory-filter-heading {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.directory-filter-heading h2,
.directory-filter-heading p {
  margin: 0;
}

.directory-filter-heading h2 {
  font-size: 21px;
}

.directory-filter-heading p {
  color: var(--muted);
  font-size: 14px;
}

.directory-filters label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.directory-filters label > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.directory-filters input,
.directory-filters select {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #cfd7e2;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.directory-filters input:focus,
.directory-filters select:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(0, 126, 199, 0.18);
  outline-offset: 1px;
}

.directory-reset {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #aab4c0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.directory-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 24px 0 14px;
}

.directory-status {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.directory-page-info {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.directory-list-title {
  margin: 0 0 5px;
  font-size: clamp(21px, 2vw, 26px);
}

.directory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.directory-actions .button {
  min-height: 42px;
  padding: 10px 16px;
  border-color: var(--blue);
  background: var(--blue);
  font-size: 14px;
  cursor: pointer;
}

.directory-table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.directory-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.directory-table th,
.directory-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.directory-table th {
  border-bottom-color: #c9d9ea;
  background: #eaf4fd;
  color: #23445d;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.directory-table th:first-child { width: 8%; }
.directory-table th:nth-child(2) { width: 30%; }
.directory-table th:nth-child(3) { width: 14%; }
.directory-table th:nth-child(4) { width: 15%; }
.directory-table th:nth-child(5) { width: 18%; }
.directory-table th:nth-child(6) { width: 15%; }

.directory-table tbody tr:last-child td {
  border-bottom: 0;
}

.directory-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.directory-table tbody tr:hover {
  background: #f0f7fd;
}

.directory-table td {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.directory-table td:nth-child(2) {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.directory-number {
  color: var(--blue) !important;
  font-weight: 800;
  white-space: nowrap;
}

.directory-page-main {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 72px;
}

.directory-page-main > .breadcrumbs {
  padding-right: 0;
  padding-left: 0;
}

.directory-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(34px, 4vw, 52px) 0 28px;
  border-bottom: 1px solid var(--line);
}

.directory-intro h1 {
  max-width: 900px;
  margin: 8px 0 16px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.05;
}

.directory-intro-copy > p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.45;
}

.directory-signup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 17px clamp(24px, 3vw, 38px);
  border: 2px solid var(--red);
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.22);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.directory-signup-cta:hover,
.directory-signup-cta:focus-visible {
  border-color: #b51218;
  background: #b51218;
  color: #fff;
  transform: translateY(-2px);
}

.directory-page .edu-directory {
  margin: 0;
  padding: 28px 0 0;
}

.edu-directory-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  margin: 0 clamp(20px, 5vw, 76px);
  padding: clamp(42px, 6vw, 76px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.edu-directory-link h2 {
  margin: 5px 0 14px;
  font-size: clamp(38px, 5vw, 68px);
}

.edu-directory-link p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.5;
}

.edu-directory-link .button {
  min-width: 250px;
}

.directory-empty,
.directory-noscript {
  padding: 30px;
  color: var(--muted);
  font-size: 18px;
  text-align: center;
}

.directory-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.directory-page-button {
  width: 40px;
  height: 40px;
  border: 1px solid #aab4c0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.directory-page-button:hover,
.directory-page-button:focus-visible {
  background: var(--soft);
}

[data-directory-view="school"] .directory-page-button[aria-current="page"] {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

[data-directory-view="institution"] .directory-page-button[aria-current="page"] {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.edu-start {
  border-block: 1px solid var(--line);
  background: var(--edu-warm);
}

.start-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.start-steps li {
  position: relative;
  display: grid;
  grid-template-rows: 64px auto;
  gap: 18px;
  padding-right: 28px;
}

.start-steps li::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 64px;
  right: 0;
  height: 2px;
  background: #e7c976;
}

.start-steps li:last-child::after {
  display: none;
}

.start-steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.edu-materials {
  background: #fff;
}

.download-strip {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.download-strip > h3 {
  margin-bottom: 8px;
}

.download-note {
  max-width: 850px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
}

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

.download-grid a {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 4px 16px;
  min-width: 0;
  padding: 20px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease;
}

.download-grid a:hover,
.resource-links a:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.download-grid a > span {
  grid-row: 1 / span 2;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.download-grid strong {
  align-self: end;
  font-size: 19px;
  line-height: 1.15;
}

.download-grid small {
  grid-column: 2;
  color: var(--muted);
  font-weight: 700;
}

.resource-groups {
  display: grid;
  gap: 62px;
  margin-top: 72px;
}

.resource-groups > section {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
}

.resource-title h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.resource-guide {
  max-width: 440px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.resource-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.resource-links a {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease;
}

.resource-links a::after {
  content: "↗";
  align-self: flex-end;
  margin-top: 14px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.resource-links span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.resource-links strong {
  font-size: 20px;
  line-height: 1.18;
}

.edu-faq {
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.faq-list {
  max-width: 1040px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 54px 25px 0;
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 820px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 18px;
}

.edu-rental {
  scroll-margin-top: 108px;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding: clamp(70px, 8vw, 108px) clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: var(--edu-sky);
}

.rental-visual {
  margin: 0;
}

.rental-visual img {
  width: 100%;
  border-radius: 8px;
}

.rental-content {
  min-width: 0;
}

.rental-content h2 {
  max-width: 820px;
  font-size: clamp(42px, 5vw, 72px);
}

.rental-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 23px);
}

.rental-counter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-block: 1px solid #cbddeb;
}

.rental-stat {
  min-width: 0;
  padding: 22px 18px 24px 0;
}

.rental-stat + .rental-stat {
  padding-left: 22px;
  border-left: 1px solid #cbddeb;
}

.rental-stat strong,
.rental-stat span {
  display: block;
}

.rental-stat strong {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
}

.rental-stat-free strong {
  color: var(--blue);
}

.rental-stat-booked strong {
  color: var(--red);
}

.rental-stat span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.rental-progress {
  height: 14px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 7px;
  background: #dcecf7;
}

.rental-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--red);
  transition: width 500ms ease;
}

.rental-status {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.rental-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.rental-actions .button {
  min-width: 0;
  padding-inline: 18px;
  text-align: center;
}

.lesson-program {
  scroll-margin-top: 108px;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding: clamp(70px, 8vw, 108px) clamp(20px, 5vw, 76px);
  border-top: 1px solid #d9eadf;
  background: #f3fbf6;
}

.lesson-program-visual {
  margin: 0;
}

.lesson-program-visual img {
  width: 100%;
  border-radius: 8px;
}

.lesson-program-content {
  min-width: 0;
}

.lesson-program-content .eyebrow {
  color: #117d4a;
}

.lesson-program-content h2 {
  max-width: 760px;
  font-size: clamp(46px, 5.5vw, 78px);
}

.lesson-program-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 23px);
}

.lesson-program-note {
  max-width: 720px;
  margin-top: 24px;
  padding-left: 18px;
  border-left: 5px solid #15995a;
  font-size: 18px;
  font-weight: 750;
}

.lesson-program-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.lesson-program-actions .button {
  min-width: 0;
  padding-inline: 18px;
  text-align: center;
}

.button.lesson-program-primary {
  border-color: #15995a;
  background: #15995a;
  color: #fff;
}

.button.lesson-program-primary:hover,
.button.lesson-program-primary:focus-visible {
  border-color: #117d4a;
  background: #117d4a;
  color: #fff;
}

.lesson-program-counter {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(8px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid #c9e4d3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 125, 74, 0.08);
}

.lesson-program-stat {
  min-width: 0;
  padding: clamp(22px, 2.5vw, 34px);
}

.lesson-program-stat + .lesson-program-stat {
  border-left: 1px solid #d9eadf;
}

.lesson-program-stat strong,
.lesson-program-stat span {
  display: block;
}

.lesson-program-stat strong {
  color: #117d4a;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
}

.lesson-program-stat > span {
  margin-top: 10px;
  color: var(--muted);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 850;
  line-height: 1.35;
}

.lesson-program-stat-signups strong {
  color: var(--red);
}

.lesson-program-stat-rounds strong {
  color: var(--blue);
}

.lesson-program-stat-slots strong {
  color: #c58a00;
}

.lesson-program-availability {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
  align-items: center;
  padding: 18px clamp(22px, 2.5vw, 34px);
  border-top: 1px solid #d9eadf;
  background: #f3fbf6;
}

.lesson-program-progress {
  height: 14px;
  overflow: hidden;
  border-radius: 7px;
  background: #d9eadf;
}

.lesson-program-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #15995a;
  transition: width 500ms ease;
}

.lesson-program-availability p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.lesson-program-availability strong {
  color: #117d4a;
}

.edu-contact {
  scroll-margin-top: 108px;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding: clamp(70px, 8vw, 108px) clamp(20px, 5vw, 76px);
  border-top: 1px solid #eadde0;
  background: #fff7f8;
}

.edu-contact-intro .eyebrow {
  color: var(--red);
}

.edu-contact-intro h2 {
  max-width: 780px;
  font-size: clamp(40px, 4.8vw, 68px);
}

.edu-contact-intro > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
}

.edu-contact-email {
  display: inline-grid;
  gap: 4px;
  min-width: min(100%, 390px);
  margin-top: 28px;
  padding: 20px 26px;
  border-radius: 16px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(215, 25, 32, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.edu-contact-email:hover,
.edu-contact-email:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(215, 25, 32, 0.24);
}

.edu-contact-email span {
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.edu-contact-email strong {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.1;
}

.edu-contact-cards {
  display: grid;
  gap: 18px;
}

.edu-contact-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #eadde0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31, 41, 55, 0.07);
}

.edu-contact-avatar {
  display: grid;
  width: 108px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #d71920, #a51218);
  color: #fff;
  font-size: 31px;
  font-weight: 950;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(215, 25, 32, 0.2);
}

.edu-contact-person {
  min-width: 0;
}

.edu-contact-label {
  margin: 0 0 5px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.edu-contact-person h3 {
  margin: 0;
  font-size: clamp(27px, 2.5vw, 38px);
  line-height: 1.05;
}

.edu-contact-person > p:not(.edu-contact-label) {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.edu-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 3px solid var(--red);
}

.edu-contact-links a {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(215, 25, 32, 0.45);
  text-underline-offset: 4px;
}

.edu-contact-links a:hover,
.edu-contact-links a:focus-visible {
  color: var(--red);
}

@media (max-width: 1120px) {
  .edu-benefit-grid,
  .uses-grid,
  .start-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .variant-grid {
    grid-template-columns: 1fr;
  }

  .variant-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }

  .variant-media {
    height: 100%;
    min-height: 420px;
  }

  .start-steps {
    gap: 28px 0;
  }

  .start-steps li:nth-child(2)::after,
  .start-steps li:last-child::after {
    display: none;
  }

  .download-grid,
  .resource-links {
    grid-template-columns: 1fr;
  }

  .resource-links a {
    min-height: 132px;
  }

  .edu-rental,
  .lesson-program,
  .edu-contact {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .rental-visual,
  .lesson-program-visual {
    max-width: 760px;
  }

  .rental-actions,
  .lesson-program-actions {
    grid-template-columns: 1fr;
  }

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

  .lesson-program-stat:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #d9eadf;
  }

  .lesson-program-stat:nth-child(4) {
    border-top: 1px solid #d9eadf;
  }

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

  .directory-search {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .edu-hero,
  .edu-outcomes,
  .edu-momentum,
  .teacher-center-promo,
  .directory-heading,
  .resource-groups > section {
    grid-template-columns: 1fr;
  }

  .edu-hero {
    min-height: 0;
  }

  .edu-hero-visual {
    max-width: 760px;
  }

  .teacher-center-preview {
    max-width: 1000px;
    transform: none;
  }

  .edu-community-counter {
    max-width: 760px;
  }

  .resource-groups > section {
    gap: 18px;
  }

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

  .directory-counter {
    min-height: 82px;
    padding: 14px 16px;
  }

  .directory-table-wrap {
    overflow-x: auto;
  }

  .directory-table {
    min-width: 920px;
  }
}

@media (max-width: 560px) {
  .rental-counter {
    grid-template-columns: 1fr;
  }

  .rental-stat,
  .rental-stat + .rental-stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
    border-left: 0;
  }

  .rental-stat + .rental-stat {
    border-top: 1px solid #cbddeb;
  }

  .rental-stat span {
    margin-top: 0;
    text-align: right;
  }

  .lesson-program-counter {
    grid-template-columns: 1fr;
  }

  .lesson-program-stat + .lesson-program-stat,
  .lesson-program-stat:nth-child(3),
  .lesson-program-stat:nth-child(4) {
    border-top: 1px solid #d9eadf;
    border-left: 0;
  }

  .lesson-program-stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
  }

  .lesson-program-stat > span {
    margin-top: 0;
    text-align: right;
  }

  .lesson-program-availability {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 20px;
  }

  .edu-contact-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 20px;
  }

  .edu-contact-avatar {
    width: 76px;
    font-size: 23px;
  }

  .edu-contact-links {
    grid-column: 1 / -1;
  }

  .edu-community-breakdown {
    grid-template-columns: 1fr;
  }

  .edu-community-breakdown > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
  }

  .edu-community-counter-head {
    align-items: flex-start;
  }

  .edu-community-mark i {
    width: 22px;
    height: 22px;
    border-width: 4px;
  }
}

@media (max-width: 720px) {
  .edu-page .nav-home {
    margin-top: 6px;
    text-align: center;
  }

  .edu-hero h1 {
    font-size: 58px;
  }

  .edu-benefit-grid,
  .uses-grid,
  .start-steps,
  .teacher-center-benefits {
    grid-template-columns: 1fr;
  }

  .teacher-center-actions .button {
    width: 100%;
  }

  .directory-filters {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .directory-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 0 22px;
  }

  .directory-intro h1 {
    font-size: 36px;
  }

  .directory-intro-copy > p:last-child {
    font-size: 15px;
  }

  .directory-signup-cta {
    width: 100%;
    min-height: 58px;
    white-space: normal;
  }

  .directory-page .edu-directory {
    padding-top: 20px;
  }

  .directory-counters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .directory-counter {
    min-height: 72px;
    padding: 12px 14px;
  }

  .directory-counter strong {
    font-size: 28px;
  }

  .directory-counter span {
    font-size: 13px;
  }

  .counter-total {
    grid-column: 1 / -1;
  }

  .directory-page-main {
    width: min(100% - 28px, 1440px);
  }

  .directory-overview {
    padding: 18px 14px;
  }

  .directory-overview-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .directory-overview-kpis,
  .directory-region-chart {
    grid-template-columns: 1fr;
  }

  .directory-overview-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .directory-kpi {
    min-height: 84px;
    padding: 14px;
  }

  .directory-kpi.kpi-largest {
    grid-column: 1 / -1;
  }

  .directory-kpi strong {
    font-size: 28px;
  }

  .directory-region-row {
    grid-template-columns: minmax(105px, 0.8fr) minmax(80px, 1fr) 32px;
    gap: 8px;
  }

  .directory-region-label {
    font-size: 12px;
  }

  .directory-search {
    grid-column: auto;
  }

  .directory-filter-heading {
    display: block;
  }

  .directory-filter-heading h2 {
    font-size: 19px;
  }

  .directory-filter-heading p {
    margin-top: 5px;
    font-size: 13px;
  }

  .directory-toolbar,
  .directory-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .directory-actions .button {
    width: 100%;
  }

  .directory-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .directory-table,
  .directory-table tbody,
  .directory-table tr,
  .directory-table td {
    display: block;
    width: 100%;
  }

  .directory-table {
    min-width: 0;
  }

  .directory-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .directory-table tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .directory-table td {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid var(--line);
  }

  .directory-table td::before {
    color: var(--muted);
    content: attr(data-label);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .directory-table td:nth-child(2) {
    display: block;
    padding-top: 0;
    font-size: 15px;
  }

  .directory-table td:nth-child(2)::before {
    display: none;
  }

  .directory-table td:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .variant-card {
    display: flex;
  }

  .variant-media {
    height: 250px;
    min-height: 0;
  }

  .variant-sprint .variant-media,
  .variant-classic .variant-media,
  .variant-solo .variant-media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .variant-sprint .variant-media img,
  .variant-classic .variant-media img,
  .variant-solo .variant-media img {
    object-fit: contain;
  }

  .variant-copy {
    padding: 24px;
  }

  .start-steps {
    gap: 26px;
  }

  .start-steps li {
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto;
    gap: 18px;
    padding-right: 0;
  }

  .start-steps li::after {
    display: none;
  }

  .start-steps li > span {
    width: 58px;
  }

  .outcomes-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .download-strip {
    padding: 20px;
  }

  .download-grid a {
    grid-template-columns: 50px 1fr;
  }

  .download-grid a > span {
    width: 50px;
  }

  .resource-links a {
    min-height: 150px;
  }
}
