/* ========================================
   NEOCHI Girl page styles
   ======================================== */

.page--girl {
  background: var(--color-bg-studio);
  font-family: var(--font-en);
}

/* ----------------------------------------
   Hero
   ---------------------------------------- */

.girl-hero {
  overflow: hidden;
}

.girl-hero__inner {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 48px 24px 0;
  min-height: 680px;
}

.girl-hero__left {
  position: relative;
  z-index: 3;
}

/* ----------------------------------------
   Logo
   ---------------------------------------- */

.girl-hero__logo {
  display: block;
  width: 72%;
  max-width: 280px;
  height: auto;
  margin: 0 auto 36px;
}

/* ----------------------------------------
   About
   ---------------------------------------- */

.girl-about {
  margin-bottom: 40px;
}

.girl-about__body {
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.girl-about__jp {
  font-family: var(--font-jp);
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: 0.03em;
}

/* ----------------------------------------
   Channel links
   ---------------------------------------- */

.girl-channels {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding-right: 42%;
}

.girl-channel-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(102, 124, 153, 0.08);
  border-radius: 12px;
  padding: 10px 16px;
  transition: opacity var(--tr-base);
}

.girl-channel-link__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.girl-channel-link__icon img {
  width: 36px;
  height: 36px;
}

.girl-channel-link__body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.girl-channel-link__platform {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.girl-channel-link__handle {
  font-size: 12px;
  opacity: 0.55;
  letter-spacing: 0.02em;
}

/* ----------------------------------------
   Character profile
   ---------------------------------------- */

.girl-profile {
  padding-top: 20px;
  padding-bottom: 64px;
  padding-right: 42%;
  position: relative;
}

.girl-profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 1px;
  background: rgba(102, 124, 153, 0.18);
}

.girl-profile__name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.girl-profile__detail {
  font-size: 14px;
  line-height: 2.0;
  opacity: 0.5;
  letter-spacing: 0.02em;
}

/* ----------------------------------------
   Illustration (mobile: absolute right)
   ---------------------------------------- */

.girl-hero__right {
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 68%;
  max-width: 300px;
  pointer-events: none;
  z-index: 2;
}

.girl-hero__illust {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------
   App section
   ---------------------------------------- */

.girl-app {
  background: #000;
  padding: 52px 0 56px;
}

.girl-app__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.girl-app__desc {
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}

.girl-app__card {
  display: inline-flex;
  align-items: flex-end;
  gap: 20px;
  text-align: left;
}

.girl-app__icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  flex-shrink: 0;
}

.girl-app__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.girl-app__name {
  font-family: var(--font-jp);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.girl-app__cta img {
  width: 140px;
  height: auto;
}

/* ----------------------------------------
   Footer
   ---------------------------------------- */

.girl-footer {
  padding: 24px 0 28px;
}

.girl-footer__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.girl-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.girl-footer__sep {
  opacity: 0.25;
}

.girl-footer .copyright {
  padding-top: 8px;
  padding-bottom: 0;
}

/* ========================================
   PC layout (768px+)
   ======================================== */

@media (min-width: 768px) {

  .girl-hero__inner {
    max-width: 960px;
    padding: 80px 64px 0;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 0 64px;
    align-items: end;
    min-height: 720px;
  }

  .girl-hero__left {
    padding-right: 0;
    padding-bottom: 64px;
    align-self: center;
  }

  .girl-hero__logo {
    width: 85%;
    max-width: 380px;
    margin: 0 0 36px;
  }

  .girl-about__body {
    font-size: 16px;
  }

  .girl-channels {
    flex-direction: row;
    gap: 16px;
    padding-right: 0;
    margin-bottom: 48px;
  }

  .girl-profile {
    padding-bottom: 0;
    padding-right: 0;
  }

  .girl-profile::before {
    width: 100%;
  }

  /* Illustration: right column, bottom-aligned */
  .girl-hero__right {
    position: static;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    z-index: 1;
    align-self: end;
  }

  .girl-hero__illust {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
  }

  .girl-app__inner {
    max-width: 960px;
    padding: 0 64px;
  }

  .girl-footer__inner {
    max-width: 960px;
    padding: 0 64px;
  }
}
