/* About page styles. Loaded only by about.php. */

.about-page {
  background: #050505;
  color: #fff;
  margin-top: -1px;
}

.about-body *,
.about-body *::before,
.about-body *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

.about-page .container {
  max-width: min(1720px, calc(100% - 32px));
}

.about-hero {
  overflow: hidden;
  padding: 132px 0 70px;
  background: #080808;
}

.about-hero-grid,
.about-two-column,
.about-director-grid,
.about-founders-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 40px;
}

.about-kicker {
  margin: 0 0 12px;
  color: #f4a51c;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.about-page .about-card > .about-kicker,
.about-page .about-panel > .about-kicker,
.about-page .about-feature-card > .about-kicker,
.about-page .about-director-profile > .about-kicker,
.about-page .about-cta-inner > .about-kicker {
  color: #f4a51c !important;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 2.4px;
}

.about-title {
  max-width: 1100px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.about-lead,
.about-copy,
.about-section p,
.about-cta p {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.72;
}

.about-lead {
  max-width: 790px;
  font-size: clamp(18px, 2vw, 23px);
}

.about-copy {
  max-width: 790px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 850px;
  margin-top: 28px;
}

.about-stat {
  min-height: 116px;
  border: 1px solid rgba(244,165,28,.26);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  padding: 18px;
}

.about-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #f4a51c;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.05;
  font-weight: 900;
}

.about-stat span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.42;
}

.about-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 22px;
}

.about-link-row a {
  color: #f4a51c;
  font-weight: 800;
  text-decoration: none;
}

.about-link-row a:hover {
  color: #fff;
  text-decoration: underline;
}

.about-outline-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244,165,28,.72);
  border-radius: 30px;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.about-outline-btn:hover {
  background: #f4a51c;
  color: #080808;
}

.about-hero-image {
  overflow: hidden;
  border: 1px solid rgba(244,165,28,.2);
  border-radius: 8px;
  background: #0b0b0b;
}

.about-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center 42%;
}

.about-section {
  padding: 76px 0;
}

.about-story,
.about-journey,
.about-values,
.about-faq {
  background: #080808;
}

.about-mission,
.about-director,
.about-training,
.about-credentials,
.about-founders {
  background: #050505;
}

.about-section-heading {
  max-width: 940px;
  margin-bottom: 32px;
}

.about-section h2,
.about-panel h2,
.about-card h2,
.about-cta h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.about-panel,
.about-card,
.about-feature-card,
.about-director-profile,
.about-value-card,
.about-cta-inner {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #101010;
  padding: clamp(24px, 3vw, 42px);
}

.about-founders-image {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(244,165,28,.2);
  border-radius: 8px;
  background: #101010;
}

.about-founders-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 44%;
}

.about-feature-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #26071f;
}

.about-feature-card span {
  color: #f4a51c;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-feature-card strong {
  display: block;
  max-width: 650px;
  margin: 18px 0 28px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.16;
}

.about-mission-grid,
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-director-profile {
  text-align: center;
}

.about-director-profile img {
  display: block;
  width: min(260px, 70vw);
  aspect-ratio: 1;
  margin: 0 auto 22px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  border: 4px solid #f4a51c;
}

.about-profile-name {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.1;
}

.about-director-profile p {
  margin: 0 0 6px;
  color: rgba(255,255,255,.82);
}

.about-journey-layout {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(340px, .82fr);
  align-items: start;
  gap: 38px;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 22px;
  padding-left: 0;
}

.about-timeline::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(255,255,255,.18);
}

.about-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
}

.about-timeline-marker {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(244,165,28,.52);
  border-radius: 4px;
  background: #050505;
  color: #f4a51c;
  font-size: 14px;
  font-weight: 900;
  z-index: 1;
}

.about-timeline-content {
  padding: 0 0 4px;
}

.about-timeline-content span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
}

.about-value-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.16;
  font-weight: 850;
}

.about-timeline-content p {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.62;
}

.about-timeline-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #f4a51c;
}

.about-journey-collage {
  margin: 0;
  align-self: stretch;
  display: flex;
  justify-content: center;
}

.about-journey-collage img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 980px;
  object-fit: contain;
  border: 1px solid rgba(244,165,28,.24);
  border-radius: 8px;
  background: #101010;
}

.about-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-check-list li {
  position: relative;
  min-height: 34px;
  padding-left: 34px;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.55;
}

.about-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4a51c;
  border: 5px solid #78155b;
}

.about-credential-list {
  grid-template-columns: 1fr;
}

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

.about-accordion {
  display: grid;
  gap: 12px;
}

.about-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.about-accordion .accordion-button {
  min-height: 64px;
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.about-accordion .accordion-button:not(.collapsed) {
  background: rgba(120,21,91,.48);
  color: #fff;
}

.about-accordion .accordion-button::after {
  opacity: .85;
}

.about-accordion .accordion-body {
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.72;
  background: rgba(0,0,0,.18);
}

.about-cta {
  padding: 86px 0 96px;
  background: #160512;
}

.about-cta-inner {
  max-width: 1080px;
  background: rgba(5,5,5,.72);
}

@media (max-width: 1199px) {
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .about-hero {
    padding-top: 118px;
  }

  .about-hero-grid,
  .about-two-column,
  .about-director-grid,
  .about-founders-grid,
  .about-mission-grid,
  .about-check-list {
    grid-template-columns: 1fr;
  }

  .about-journey-layout {
    grid-template-columns: 1fr;
  }

  .about-stat-strip {
    grid-template-columns: 1fr;
  }

  .about-journey-collage img {
    width: min(100%, 520px);
    height: auto;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .about-page .container {
    max-width: calc(100% - 24px);
  }

  .about-hero {
    padding: 108px 0 52px;
  }

  .about-section {
    padding: 54px 0;
  }

  .about-title {
    font-size: 32px;
  }

  .about-lead,
  .about-copy,
  .about-section p,
  .about-cta p {
    font-size: 16px;
  }

  .about-journey-layout,
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-timeline-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .about-timeline-marker {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .about-timeline::before {
    left: 15px;
  }

  .about-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-actions .btn,
  .about-outline-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .about-title {
    font-size: 29px;
  }

  .about-section h2,
  .about-panel h2,
  .about-card h2,
  .about-cta h2 {
    font-size: 27px;
  }
}

.about-page .about-kicker {
  color: #f4a51c !important;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
