.about-page,
.about-page * {
  letter-spacing: 0;
}

.about-page {
  background: #000;
  color: #fff !important;
  overflow: hidden;
}

.about-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
}

.about-hero {
  position: relative;
  min-height: clamp(620px, 55.81vw, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(88px, 6vw, 112px) 0;
  background: #000;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/about-hero-2560.webp") center top / 100% auto no-repeat;
  opacity: 0.92;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 30% at 50% 48%, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.60) 44%, rgba(0,0,0,0.14) 82%, rgba(0,0,0,0) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.72) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.10) 42%, rgba(0,0,0,0.10) 70%, rgba(0,0,0,0.22) 100%);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(1160px, 100vw);
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 56px);
  text-align: center;
}

.about-hero-copy {
  max-width: none;
  margin: 0 auto;
}

.about-hero-title {
  max-width: none;
  margin: 0 auto 18px;
  font-size: 42px;
  line-height: 1.24;
  font-weight: 600;
  color: #fff !important;
  text-wrap: balance;
  text-shadow: 0 10px 42px rgba(0,0,0,0.88), 0 0 22px rgba(0,0,0,0.82);
}

.about-hero-sub {
  max-width: 920px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 400;
  opacity: 0.94;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 8px 34px rgba(0,0,0,0.9), 0 0 16px rgba(0,0,0,0.72);
}

.about-section {
  padding: 96px 0 132px;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(420px, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(46px, 4.4vw, 70px);
  align-items: center;
}

.about-story-media {
  position: relative;
  min-height: 360px;
  aspect-ratio: 1.56 / 1;
  border-radius: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.24);
}

.about-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.12), rgba(0,0,0,0) 42%, rgba(0,0,0,0.28)),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.42));
  pointer-events: none;
}

.about-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 44% center;
  filter: saturate(0.95) brightness(0.9);
}

.about-story-copy {
  max-width: 660px;
}

.about-prose {
  display: grid;
  gap: 22px;
  max-width: 660px;
}

.about-prose p {
  margin: 0;
  font-size: 16px;
  line-height: 1.96;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 1080px) {
  .about-story {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-story-media {
    min-height: 360px;
  }

}

@media (max-width: 760px) {
  .about-hero {
    min-height: min(620px, 74vh);
    padding: 82px 0;
    align-items: center;
  }

  .about-hero::before {
    background-position: 62% top;
    opacity: 0.82;
  }

  .about-hero::after {
    background:
      radial-gradient(ellipse 74% 24% at 50% 48%, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.64) 48%, rgba(0,0,0,0.18) 84%, rgba(0,0,0,0) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.24) 48%, rgba(0,0,0,0.76) 100%);
  }

  .about-hero-inner {
    max-width: 100%;
    padding: 0 22px;
  }

  .about-hero-title {
    max-width: 348px;
    font-size: 32px;
    line-height: 1.34;
    margin-bottom: 18px;
  }

  .about-hero-sub {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.86;
  }

  .about-section {
    padding: 56px 0 84px;
  }

  .about-story {
    gap: 30px;
  }

  .about-story-media {
    min-height: 230px;
  }

  .about-prose {
    gap: 16px;
  }

  .about-prose p {
    font-size: 15px;
    line-height: 1.88;
  }

}
