.about-page-main{
  background:
    radial-gradient(circle at top right, rgba(240,138,44,.09), transparent 26%),
    radial-gradient(circle at bottom left, rgba(47,128,237,.08), transparent 28%),
    #fbf7f2;
}

.about-hero{
  padding: 64px 0 34px;
}

.about-hero__inner{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 34px;
  align-items: center;
}

.about-hero__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: #fff0e7;
  color: #f07d4f;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-hero__title{
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.08;
  color: #15233d;
  font-weight: 900;
}

.about-hero__lead{
  margin: 0;
  color: #5f6d80;
  line-height: 1.95;
  font-size: 1rem;
}

.about-hero__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-hero__chips span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #efe5d8;
  color: #344054;
  font-size: .88rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(24,39,63,.04);
}

.about-hero__photo{
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24,39,63,.08);
}

.about-hero__photo img{
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  display: block;
}

.about-section-heading{
  text-align: center;
  margin-bottom: 24px;
}

.about-section-heading--row{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
}

.about-section-heading__sub{
  margin: 0 0 8px;
  color: #f07d4f;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-section-heading__title{
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.25;
  color: #15233d;
  font-weight: 900;
}

.about-intro__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 28px;
  align-items: start;
}

.about-intro__text{
  background: #fff;
  border: 1px solid #efe5d8;
  border-radius: 28px;
  padding: 28px 24px;
  box-shadow: 0 14px 34px rgba(24,39,63,.06);
}

.about-intro__text p{
  margin: 0 0 16px;
  color: #5f6d80;
  line-height: 1.95;
}

.about-intro__text p:last-child{
  margin-bottom: 0;
}

.about-intro__cards{
  display: grid;
  gap: 16px;
}

.about-mini-card{
  background: linear-gradient(180deg, #fff, #fffaf6);
  border: 1px solid #efe5d8;
  border-radius: 22px;
  padding: 20px 18px;
  box-shadow: 0 10px 24px rgba(24,39,63,.05);
}

.about-mini-card h3{
  margin: 0 0 10px;
  color: #15233d;
  font-size: 1.12rem;
}

.about-mini-card p{
  margin: 0;
  color: #5f6d80;
  line-height: 1.8;
}

.about-feature-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-feature-card{
  background: #fff;
  border: 1px solid #efe5d8;
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: 0 12px 28px rgba(24,39,63,.05);
}

.about-feature-card__num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9f5d, #ff7e57);
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
}

.about-feature-card h3{
  margin: 0 0 10px;
  color: #15233d;
  font-size: 1.14rem;
}

.about-feature-card p{
  margin: 0;
  color: #5f6d80;
  line-height: 1.85;
}

.about-more-link{
  color: #1d2945;
  font-weight: 800;
  text-decoration: none;
}

.about-event-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-event-card{
  background: #fff;
  border: 1px solid #efe5d8;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(24,39,63,.06);
}

.about-event-card__link{
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.about-event-card__thumb{
  background: #f5f7fb;
}

.about-event-card__thumb img{
  width: 100%;
  aspect-ratio: 4 / 2.8;
  object-fit: cover;
  display: block;
}

.about-event-card__placeholder{
  width: 100%;
  aspect-ratio: 4 / 2.8;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eaf2ff, #fff0e7);
  color: #1d2945;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.about-event-card__body{
  padding: 18px 18px 20px;
}

.about-event-card__date{
  display: block;
  margin-bottom: 10px;
  font-size: .86rem;
  color: #7a8698;
  font-weight: 700;
}

.about-event-card h3{
  margin: 0 0 10px;
  color: #15233d;
  font-size: 1.08rem;
  line-height: 1.5;
}

.about-event-card p{
  margin: 0;
  color: #5f6d80;
  line-height: 1.8;
  font-size: .94rem;
}

.about-empty{
  text-align: center;
  background: #fff;
  border: 1px solid #efe5d8;
  border-radius: 24px;
  padding: 34px 20px;
  box-shadow: 0 12px 28px rgba(24,39,63,.05);
}

.about-empty p{
  margin: 0;
  color: #344054;
  font-weight: 700;
}

.about-empty__sub{
  margin-top: 8px !important;
  color: #6b7280 !important;
  font-weight: 500 !important;
}

.about-cta__box{
  text-align: center;
  background: linear-gradient(135deg, #fff0e5, #fff8f3);
  border: 1px solid #f5e1d2;
  border-radius: 32px;
  padding: 52px 28px;
  box-shadow: 0 14px 30px rgba(24,39,63,.05);
}

.about-cta__sub{
  margin: 0 0 10px;
  color: #f08a2c;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-cta__box h2{
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.3;
  color: #1d2945;
}

.about-cta__box p{
  margin: 0 auto 24px;
  max-width: 700px;
  color: #5f6d80;
  line-height: 1.9;
}

.about-cta__actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1100px){
  .about-event-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px){
  .about-hero__inner,
  .about-intro__grid{
    grid-template-columns: 1fr;
  }

  .about-feature-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .about-hero{
    padding: 48px 0 24px;
  }

  .about-hero__lead br{
    display: none;
  }

  .about-section-heading--row{
    display: block;
    text-align: center;
  }

  .about-more-link{
    display: inline-block;
    margin-top: 12px;
  }

  .about-event-grid{
    grid-template-columns: 1fr;
  }

  .about-intro__text,
  .about-cta__box{
    border-radius: 24px;
  }

  .about-cta__box{
    padding: 38px 18px;
  }
}