/* Generated by tools/build-theme-css.py. Do not edit directly. */
.about-page {
  --about-navy: #1b2655;
  --about-red: #b8292d;
  --about-cream: #f8f5f0;
  --about-warm: #e8e2d8;
  --about-muted: #8a8475;
  --about-dark: #1a1f1c;
  --about-white: #ffffff;
  --about-max-w: 1120px;
  --about-pad: clamp(1.5rem, 5vw, 5rem);
  color: var(--about-dark);
  background: var(--about-white);
  font-family: "DM Sans", sans-serif;
}

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

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

.about-page a {
  color: inherit;
  text-decoration: none;
}

.about-page .sec-inner {
  max-width: var(--about-max-w);
  margin: 0 auto;
  padding: 0 var(--about-pad);
}

.about-page .sec {
  padding: 5rem 0;
}

.about-page .sec-cream {
  background: var(--about-cream);
}

.about-page .sec-white {
  background: var(--about-white);
}

.about-page .eyebrow {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.25rem;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--about-muted);
}

.about-page .eyebrow a {
  color: var(--about-red);
}

.about-page .eyebrow .sep {
  color: var(--about-warm);
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--about-cream);
}

.about-hero-stripe {
  width: 100%;
  height: 4px;
  background: var(--about-red);
}

.about-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: var(--about-max-w);
  margin: 0 auto;
  padding: 5rem var(--about-pad);
}

.about-hero-h1 {
  margin-bottom: 1.5rem;
  color: var(--about-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.01em;
}

.about-hero-h1 em {
  color: var(--about-red);
  font-style: italic;
}

.hero-divider,
.about-page .sec-divider {
  width: 3rem;
  height: 2px;
  background: var(--about-red);
}

.hero-divider {
  margin-bottom: 1.5rem;
}

.about-hero-sub,
.about-page .sec-lead {
  max-width: 560px;
  color: #4a4a4a;
  line-height: 1.75;
}

.about-hero-sub {
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}

.about-page .sec-lead {
  font-size: 1rem;
}

.about-hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.hstat-n {
  color: var(--about-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.hstat-l {
  margin-top: .25rem;
  color: var(--about-muted);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-btns,
.cta-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary,
.btn-ghost,
.btn-white,
.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .9rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: opacity .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.about-page .btn-primary {
  border: none;
  background: var(--about-red);
  color: var(--about-white);
}

.about-page .btn-primary:hover,
.about-page .btn-white:hover {
  opacity: .9;
}

.about-page .btn-ghost {
  border: 1px solid var(--about-navy);
  color: var(--about-navy);
}

.about-page .btn-ghost:hover {
  background: var(--about-navy);
  color: var(--about-white);
}

.about-hero-visual {
  position: relative;
}

.hero-img-frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--about-warm);
}

.hero-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img-frame::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(27, 38, 85, .35), transparent);
}

.hero-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  z-index: 2;
  max-width: 220px;
  padding: 1.5rem 2rem;
  background: var(--about-navy);
  color: var(--about-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.4;
}

.hero-badge strong {
  display: block;
  margin-bottom: .3rem;
  color: rgba(255, 255, 255, .6);
  font-family: "DM Sans", sans-serif;
  font-size: .7rem;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.trust-bar {
  padding: 3.5rem 0;
  background: var(--about-navy);
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: var(--about-max-w);
  margin: 0 auto;
  padding: 0 var(--about-pad);
}

.trust-item {
  padding: 0 1rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon svg {
  width: 100%;
  height: 100%;
}

.trust-title {
  margin-bottom: .3rem;
  color: var(--about-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.trust-desc {
  color: rgba(255, 255, 255, .55);
  font-size: .75rem;
  line-height: 1.5;
}

.about-page .sec-label {
  margin-bottom: .75rem;
  color: var(--about-red);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-page .sec-h2 {
  margin-bottom: 1.25rem;
  color: var(--about-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.01em;
}

.about-page .sec-h2 em {
  color: var(--about-red);
  font-style: italic;
}

.about-page .sec-divider {
  margin: 1.25rem 0;
}

.story-grid,
.teachers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.story-body p {
  margin-bottom: 1.25rem;
  color: #3a3a3a;
  line-height: 1.8;
}

.story-body p:last-child {
  margin-bottom: 0;
}

.story-aside {
  padding-top: 1rem;
}

.story-pull {
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid var(--about-red);
}

.story-pull blockquote {
  color: var(--about-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.4;
}

.founded-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--about-warm);
  background: var(--about-warm);
}

.founded-cell {
  padding: 1.25rem 1.5rem;
  background: var(--about-white);
}

.founded-cell .n {
  color: var(--about-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.founded-cell .l {
  margin-top: .2rem;
  color: var(--about-muted);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.teachers-grid {
  align-items: center;
}

.teachers-copy .sec-lead {
  margin-bottom: 2rem;
}

.qualification-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qualification-list li {
  display: flex;
  align-items: flex-start;
  gap: .875rem;
  color: #3a3a3a;
  line-height: 1.5;
}

.q-dot {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--about-red);
}

.q-dot svg {
  width: .6rem;
  height: .6rem;
}

.teacher-visual {
  position: relative;
}

.teacher-img-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--about-cream);
}

.teacher-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-stat-card {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  padding: 1.5rem 2rem;
  background: var(--about-red);
  color: var(--about-white);
  text-align: center;
}

.teacher-stat-card .big-n {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.teacher-stat-card .big-l {
  margin-top: .2rem;
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .8;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 3rem;
  border: 2px solid var(--about-warm);
  background: var(--about-warm);
}

.method-card {
  padding: 2.5rem 2rem;
  background: var(--about-cream);
}

.method-num {
  margin-bottom: 1rem;
  color: rgba(27, 38, 85, .12);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.method-title {
  margin-bottom: .75rem;
  color: var(--about-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.method-body {
  color: #555;
  font-size: .875rem;
  line-height: 1.7;
}

.partners-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.partner-card {
  padding: 2rem 1.5rem;
  border: 1px solid var(--about-warm);
  background: var(--about-white);
}

.partner-type {
  margin-bottom: .75rem;
  color: var(--about-red);
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.partner-name {
  margin-bottom: .5rem;
  color: var(--about-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}

.partner-desc {
  color: #666;
  font-size: .8rem;
  line-height: 1.6;
}

.cta-sec {
  padding: 5rem 0;
  background: var(--about-navy);
}

.cta-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 var(--about-pad);
  text-align: center;
}

.cta-inner .sec-h2 {
  margin-bottom: 1rem;
  color: var(--about-white);
}

.cta-inner .sec-lead {
  margin: 0 auto 2.5rem;
  color: rgba(255, 255, 255, .65);
}

.cta-btns {
  justify-content: center;
}

.about-page .btn-white {
  background: var(--about-white);
  color: var(--about-navy);
}

.about-page .btn-outline-white {
  border: 1px solid rgba(255, 255, 255, .4);
  color: var(--about-white);
}

.about-page .btn-outline-white:hover {
  border-color: rgba(255, 255, 255, .8);
  color: var(--about-white);
}

.about-page--rtl {
  direction: rtl;
}

.about-page--rtl .story-pull {
  padding-right: 1.5rem;
  padding-left: 0;
  border-right: 3px solid var(--about-red);
  border-left: 0;
}

.about-page--rtl .hero-badge {
  right: -1.5rem;
  left: auto;
}

.about-page--rtl .teacher-stat-card {
  right: auto;
  left: -1.5rem;
}

@media (max-width: 900px) {
  .about-hero-inner,
  .story-grid,
  .teachers-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-hero-visual {
    order: -1;
  }

  .hero-badge {
    bottom: 1rem;
    left: 1rem;
  }

  .about-page--rtl .hero-badge {
    right: 1rem;
    left: auto;
  }

  .teacher-stat-card {
    top: 1rem;
    right: 1rem;
  }

  .about-page--rtl .teacher-stat-card {
    right: auto;
    left: 1rem;
  }

  .trust-inner {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .method-grid,
  .partners-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-hero-inner {
    padding: 4rem 1.5rem 3.5rem;
  }

  .about-page .sec,
  .cta-sec {
    padding: 4rem 0;
  }

  .about-hero-stats {
    gap: 1.5rem;
  }

  .founded-strip,
  .trust-inner {
    grid-template-columns: 1fr;
  }

  .hero-badge,
  .teacher-stat-card {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }
}
