.content-page--about .rich-content p,
.content-page--about p {
  font-size: 12px;
  line-height: 1.6;
}

.content-page--about h2 {
  font-weight: 800;
  margin-bottom: 30px;
}

.content-hero-media {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #000;
}

.content-hero-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.content-section {
  padding: 40px 0;
}

.content-split__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

.content-split__row--reverse {
  flex-direction: row-reverse;
}

.content-split__copy,
.content-feature-pair__items {
  flex: 0 0 560px;
  max-width: 560px;
}

.content-split__media {
  flex: 0 0 450px;
  width: 450px;
  height: 280px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.content-split .rich-content {
  color: #555;
  line-height: 1.8;
  text-align: justify;
}

.content-feature-pair {
  padding: 30px 40px;
  border-radius: 20px;
}

.content-feature-pair__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-feature h3 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.content-feature .rich-content {
  color: #444;
  line-height: 1.6;
  max-width: 90%;
  padding-left: 20px;
  border-left: 4px solid #eb690b;
  text-align: justify;
}

.content-team {
  background: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 50px;
}

.team-slider {
  overflow: hidden;
  position: relative;
  padding: 20px 5px;
  margin: -20px -5px;
}

.team-slider__track {
  display: flex;
  gap: 16px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.team-card {
  flex: 0 0 calc(25% - 12px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-4px);
}

.team-card__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.team-card__image {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 12px 12px 0 0;
}

.team-card__body {
  padding: 14px 16px 18px;
  text-align: center;
  background: #fff;
}

.team-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.team-card__role {
  font-size: 11px;
  color: #666;
}

.team-slider__dots,
.event-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.team-slider__dot,
.event-slider__dot {
  width: 9px;
  height: 9px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  border: 0;
}

.team-slider__dot.active,
.event-slider__dot.active {
  background: #eb690b;
  transform: scale(1.3);
}

.content-events {
  padding-top: 30px;
  padding-bottom: 40px;
}

.event-slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 420px;
}

.event-card {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border: 1px solid #f0f0f0;
}

.event-card__grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.event-card__media {
  flex: 0 0 450px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.event-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.event-card__body {
  flex: 1;
}

.event-card__title {
  font-weight: 800;
  color: #000;
  margin-bottom: 8px;
}

.event-card__organization {
  font-weight: 700;
  color: #eb690b;
  margin-bottom: 5px;
}

.event-card__location {
  display: block;
  color: #888;
  margin-bottom: 25px;
}

.event-card__description p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.content-videos {
  background: #000;
  padding: 100px 0;
  color: #fff;
}

.content-videos .section-title {
  color: #fff;
  margin-bottom: 60px;
  text-transform: none;
}

.video-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.video-carousel__viewport {
  overflow: hidden;
  padding: 8px 2px 18px;
}

.video-carousel__track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.video-card {
  flex: 0 0 calc((100% - 60px) / 3);
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
}

.video-carousel__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.video-carousel__btn:hover {
  background: #eb690b;
  border-color: #eb690b;
}

.video-carousel__btn--prev {
  left: -18px;
}

.video-carousel__btn--next {
  right: -18px;
}

.video-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.video-carousel__dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.video-carousel__dot.active {
  background: #eb690b;
  transform: scale(1.3);
}

.video-card iframe,
.video-card .video-local-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card .video-local-player {
  object-fit: contain;
  background: #000;
}

@media (max-width: 991px) {
  .content-split__row,
  .event-card__grid {
    flex-direction: column !important;
    gap: 30px;
  }

  .event-card__media {
    flex: auto;
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .team-card {
    flex: 0 0 calc(50% - 10px);
  }

  .video-card {
    flex-basis: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .team-card {
    flex: 0 0 100%;
  }

  .video-card {
    flex-basis: 100%;
  }

  .video-carousel__btn--prev {
    left: 4px;
  }

  .video-carousel__btn--next {
    right: 4px;
  }
}
