/* ========================================
   ABOUT
======================================== */
.page-about {
  padding-top: 108px;
  padding-bottom: 88px;
}

.about-wrap {
  width: 100%;
  padding: 0 24px;
}

.about-panel {
  width: min(100%, 700px);
  margin: 0 auto;
  padding: 34px 26px 42px;
  border-radius: 30px;
  background: #fff;
}

/* ========================================
   ABOUT SWITCH
======================================== */
.about-switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 8px);
  margin: 0 auto 22px;
  padding: 4px;
  gap: 1px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #fff;
}

.about-switch__thumb {
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: calc(100% - 8px);
  border-radius: 999px;
  background: #39ff14;
  transform: translateX(0);
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, width;
  z-index: 0;
  pointer-events: none;
}

.about-switch__button {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0.55;
}

.about-switch__button.is-active {
  background: transparent;
  opacity: 1;
}

/* ========================================
   PROFILE PANEL
======================================== */
.about-profile {
  display: none;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.about-profile.is-active {
  display: grid;
}

.about-profile--paradi {
  grid-template-columns: 1fr;
  gap: 0;
}

.about-profile__media {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #ddd;
}

.about-profile__media img {
  display: block;
  width: 100%;
  height: auto;
}

.about-profile__body {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 6px;
}

.about-profile--paradi .about-profile__body {
  max-width: none;
  padding-top: 0;
}

.about-profile__name {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.about-profile__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.78);
}

.about-profile__text-group {
  display: grid;
  gap: 18px;
}

.about-profile__text-group p {
  margin: 0;
}

.about-profile__text-group--en {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.about-profile__text-group--en p {
  opacity: 0.72;
}

.about-profile__credit {
  margin: 20px 0 0;
  padding-top: 16px;
  font-size: 11px;
  line-height: 1.6;
  opacity: 0.62;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.about-profile__credit-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.about-profile__credit-link:hover {
  opacity: 0.6;
}

/* ========================================
   ABOUT PROFILE ENTER
======================================== */
.about-profile.is-active.is-entering {
  animation: aboutProfileEnter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes aboutProfileEnter {
  from {
    opacity: 0;
    transform: translateY(72px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* ========================================
   ABOUT LOGO LINKS
======================================== */
.about-profile__links {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.about-profile__logo-link {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  column-gap: 12px;
  width: fit-content;
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.about-profile__logo-link:hover {
  opacity: 0.58;
  transform: translateY(-1px);
}

.about-profile__logo-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.about-profile__logo-label {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #000;
  white-space: nowrap;
}

.about-profile__logo-link--instagram img {
  height: 24px;
  max-width: 24px;
}

.about-profile__logo-link--soundwave img {
  height: 48px;
  max-width: 56px;
}

.about-profile__logo-link--bandcamp img {
  height: 28px;
  max-width: 56px;
}

/* ========================================
   ABOUT COMING SOON
======================================== */
.about-profile--coming {
  display: none;
}

.about-profile--coming.is-active {
  display: block;
}

.about-profile__coming {
  position: relative;
  width: 100%;
  height: 58vh;
  min-height: 420px;
  max-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-profile__coming-text {
  display: block;
  white-space: nowrap;
  font-size: clamp(56px, 16vw, 84px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.08em;
  color: #000;
  transform: rotate(90deg);
  transform-origin: center center;
}

/* ========================================
   MOBILE
======================================== */
@media (max-width: 640px) {
  .page-about {
    padding-top: 84px;
    padding-bottom: 56px;
  }

  .about-wrap {
    padding: 0 8px;
  }

  .about-panel {
    padding: 20px 12px 40px;
    border-radius: 24px;
  }

  .about-switch {
    margin-bottom: 22px;
    padding: 2px;
    gap: 1px;
    border-width: 0.5px;
  }

   .about-switch__button {
    min-width: 0;
    min-height: 24px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
    opacity: 0.55;
  }

  .about-switch__button.is-active {
    opacity: 1;
  }

  .about-profile {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-profile__body {
    gap: 36px;
    padding-top: 0;
  }

  .about-profile__name {
    margin: 0;
    font-size: clamp(28px, 8vw, 42px);
  }

  .about-profile__text {
    font-size: 11px;
    line-height: 1.9;
  }

  .about-profile__text-group {
    gap: 14px;
  }

  .about-profile__text-group--en {
    margin-top: 20px;
    padding-top: 14px;
  }

  .about-profile__credit {
    margin-top: 18px;
    padding-top: 14px;
    font-size: 10px;
  }

  .about-profile__links {
    gap: 12px;
    margin-top: 10px;
  }

  .about-profile__logo-link--instagram {
    height: 24px;
    max-width: 24px;
    transform: translateY(-4px);
  }

  .about-profile__coming {
    height: 54vh;
    min-height: 360px;
    max-height: 520px;
  }

  .about-profile__coming-text {
    font-size: clamp(44px, 14vw, 68px);
    line-height: 0.82;
    letter-spacing: -0.07em;
  }
}