/* =========================================================
   BLUESTUDIO — ABOUT PAGE
   Save as: css/style-about.css
   ========================================================= */

.about-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #080808;
  color: #fff;
}

/* NAV */
.about-navbar {
  position: relative;
  z-index: 30;
  padding: 34px 48px 24px;
  background: rgba(8, 8, 8, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* HERO */
.about-hero {
  position: relative;
  min-height: 110vh;
  overflow: hidden;
  isolation: isolate;
  background: #080808;
}

.about-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.about-hero-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  opacity: 0.58;
  filter: blur(2px) brightness(0.72) contrast(1.08) saturate(1.08);
  transform: scale(1.06);
}

.about-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 140, 70, 0.10), transparent 42%),
    linear-gradient(to bottom, rgba(8, 8, 8, 0.20), rgba(8, 8, 8, 0.44) 45%, rgba(8, 8, 8, 0.93) 100%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.60), rgba(8, 8, 8, 0.14) 48%, rgba(8, 8, 8, 0.60));
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 96px));
  min-height: 110vh;
  margin: 0 auto;
  padding: 78px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-title {
  margin: 0 0 34px;
  color: #fff;
}

.about-title-bold {
  display: block;
  max-width: 900px;
  font-family: "Inter", sans-serif;
  font-size: clamp(56px, 7vw, 110px);
  font-weight: 800;
  letter-spacing: -4px;
  line-height: 0.9;
}

.about-long-text {
  max-width: 980px;
  display: grid;
  gap: 25px;
}

.about-long-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Aeonik", "Inter", sans-serif;
  font-size: 21px;
  line-height: 1.5;
}

/* PROCESS SLIDER */
.about-slider-section {
  position: relative;
  z-index: 3;
  width: min(1480px, calc(100% - 96px));
  margin: -58px auto 90px;
  padding: 40px 0 70px;
}

.about-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.6px;
}

.about-slider-head p {
  margin: 0;
}

.about-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.38);
}

.about-track {
  display: flex;
  will-change: transform;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-panel {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 780px;
}

.about-panel-media {
  position: relative;
  overflow: hidden;
  background: #111;
}

.about-panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.45)),
    linear-gradient(to right, rgba(0, 0, 0, 0.24), transparent);
}

.about-panel-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.72) contrast(1.06) saturate(1.05);
  transform: scale(1.03);
}

.about-panel-content {
  position: relative;
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(255, 130, 65, 0.10), transparent 42%),
    rgba(8, 8, 8, 0.86);
}

.about-panel-label {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3.8px;
}

.about-panel-content h2 {
  margin: 0 0 34px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 5vw, 92px);
  font-weight: 800;
  letter-spacing: -5px;
  line-height: 0.92;
}

.about-panel-content h2 em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
}

.about-panel-content > p {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Aeonik", "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.about-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-tags span,
.about-list span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}

.about-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-steps div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 140, 70, 0.35);
}

.about-steps span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 140, 70, 0.78);
  font-size: 11px;
  letter-spacing: 2px;
}

.about-steps strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-list {
  display: grid;
  justify-items: start;
  gap: 13px;
}

.about-slide-cta {
  display: inline-flex;
  width: fit-content;
  padding: 16px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease;
}

.about-slide-cta:hover {
  transform: translateY(-3px);
  background: #fff;
}

/* ARROWS + DOTS */
.about-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background 0.25s ease, color 0.25s ease;
}

.about-arrow:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #111;
}

.about-prev { left: 22px; }
.about-next { right: 22px; }

.about-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.about-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.about-dots button.active {
  width: 24px;
  border-radius: 999px;
  background: rgba(255, 140, 70, 0.9);
}

/* TABLET + MOBILE */
@media (max-width: 900px) {
  .about-navbar {
    padding: 20px 16px;
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero-content {
    width: calc(100% - 32px);
    min-height: 760px;
    padding: 110px 0 128px;
  }

  .about-kicker {
    font-size: 10px;
  }

  .about-title-bold {
    font-size: clamp(52px, 14vw, 86px);
    letter-spacing: -2px;
  }

  .about-long-text {
    gap: 20px;
  }

  .about-long-text p {
    font-size: 16px;
    line-height: 1.65;
  }

  .about-slider-section {
    width: calc(100% - 32px);
    margin: -38px auto 68px;
    padding: 34px 0 50px;
  }

  .about-slider {
    border-radius: 24px;
  }

  .about-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-panel-media {
    min-height: 330px;
  }

  .about-panel-content {
    padding: 38px 26px 46px;
  }

  .about-panel-content h2 {
    font-size: clamp(42px, 12vw, 68px);
    letter-spacing: -3px;
  }

  .about-panel-content > p {
    font-size: 16px;
  }

  .about-tags,
  .about-steps {
    grid-template-columns: 1fr;
  }

  .about-arrow {
    width: 44px;
    height: 44px;
  }

  .about-prev { left: 10px; }
  .about-next { right: 10px; }
}

@media (max-width: 640px) {
  .about-hero-content {
    min-height: 690px;
    padding: 90px 0 112px;
  }

  .about-title {
    margin-bottom: 24px;
  }

  .about-title-bold {
    font-size: clamp(48px, 13vw, 68px);
    line-height: 0.92;
  }

  .about-slider-head {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 1.55px;
  }

  .about-panel-label {
    font-size: 10px;
    letter-spacing: 2.3px;
  }

  .about-panel-media {
    min-height: 280px;
  }

  .about-panel-content h2 {
    margin-bottom: 24px;
  }

  .about-panel-content > p {
    margin-bottom: 28px;
    line-height: 1.7;
  }

  .about-tags span,
  .about-list span {
    font-size: 10px;
    letter-spacing: 0.65px;
  }

  .about-slide-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (hover: none) {
  .about-arrow:hover,
  .about-slide-cta:hover {
    transform: none;
  }
}
