.about-hero {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: transparent;
  text-align: center;
}

.about-hero .hero-headline {
  margin: 0 auto;
  max-width: 72rem;
  color: #0f2b30;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.02em;
  font-size: 2.25rem;
}

.about-hero .hero-headline .emphasis {
  color: #0a8b83;
  font-style: italic;
}

.about-hero .hero-sub {
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .about-hero .hero-headline {
    font-size: 3.25rem;
  }
  .about-hero .hero-sub {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .about-hero .hero-headline {
    font-size: 4rem;
  }
  .about-hero .hero-sub {
    font-size: 1.125rem;
  }
}

.about-hero .headline-break {
  display: none;
}
@media (min-width: 768px) {
  .about-hero .headline-break {
    display: inline;
  }
}

.about-hero-section {
  position: relative;
  overflow: visible;
  padding: 0;
}

.about-hero-section__image {
  width: 100%;
  height: 60vh;
  min-height: 420px;
  max-height: 820px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(16, 24, 32, 0.06);
  display: block;
}

.about-hero-section__image--placeholder {
  background: linear-gradient(180deg, #f3f8f8, #ffffff);
}

.about-hero-section__card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 10%));
  width: 88%;
  max-width: 980px;
  z-index: 12;
  pointer-events: auto;
}

.about-hero-section__card-inner {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(250, 250, 251, 0.98)
  );
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 22px 60px rgba(16, 24, 32, 0.08);
  border: 1px solid rgba(6, 78, 73, 0.06);
  text-align: center;
}

.about-hero-section__title {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  color: #0f2b30;
}

.about-hero-section__title .emphasis {
  color: #0a8b83;
  font-style: italic;
}

.about-hero-section__sub {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .about-hero-section__image {
    height: 45vh;
    min-height: 300px;
  }
  .about-hero-section__card {
    width: 94%;
    transform: translate(-50%, calc(-50% - 8%));
  }
  .about-hero-section__card-inner {
    padding: 22px 20px;
    border-radius: 12px;
  }
  .about-hero-section__title {
    font-size: 1.6rem;
  }
  .about-hero-section__sub {
    font-size: 0.95rem;
  }
}

@media (max-width: 640px) {
  .about-hero-section__image {
    height: 40vh;
    min-height: 260px;
    border-radius: 10px;
  }
  .about-hero-section__card {
    top: 52%;
    transform: translate(-50%, calc(-50% - 6%));
  }
  .about-hero-section__card-inner {
    padding: 18px;
  }
  .about-hero-section__title {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

.about-swiper .swiper-wrapper {
  align-items: center;
}

.about-swiper .swiper-slide {
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  transform-origin: center center;
  opacity: 0.95;
  transform: scale(0.82);
  box-shadow: none;
}

.about-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
  box-shadow: 0 24px 44px rgba(16, 24, 32, 0.12);
}

.about-swiper .swiper-slide-prev,
.about-swiper .swiper-slide-next {
  transform: scale(0.88);
}

.about-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-swiper .swiper-slide {
  height: 16rem;
}
@media (min-width: 1024px) {
  .about-swiper .swiper-slide {
    height: 20rem;
  }
}

@media (max-width: 640px) {
  .about-swiper .swiper-slide {
    transform: scale(0.92);
  }
  .about-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}

.about-text-swiper .swiper-wrapper {
  align-items: center;
}

.about-text-swiper .swiper-slide {
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  transform-origin: center center;
  transform: scale(0.82);
  opacity: 0.95;
  box-shadow: none;
}

.about-text-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
  box-shadow: 0 20px 40px rgba(16, 24, 32, 0.08);
}

.about-text-swiper .swiper-slide-prev,
.about-text-swiper .swiper-slide-next {
  transform: scale(0.9);
}

.about-text-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-text-swiper .swiper-slide {
  height: 16rem;
}
@media (min-width: 1024px) {
  .about-text-swiper .swiper-slide {
    height: 20rem;
  }
}
