/* ============================================================
   感情の星座 — POKA Page Styles
   (Shares structure with about.css, POKA gold accent theme)
   ============================================================ */

/* --- Main layout ------------------------------------------ */
#about-main {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  padding: 130px 24px 80px;
  z-index: 20;
}

.about-container {
  max-width: 680px;
  margin: 0 auto;
}

/* --- Hero -------------------------------------------------- */
.about-hero {
  text-align: center;
  padding-bottom: 72px;
}

.about-eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  color: var(--text-muted);
  opacity: 0.6;
  margin-bottom: 22px;
}

/* POKA headline: gold tint instead of default white */
.poka-hero .about-headline {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--accent-yellow, #fcdda3);
  text-shadow: 0 0 40px rgba(252, 221, 163, 0.22);
  margin-bottom: 22px;
  line-height: 1.4;
}

.about-tagline {
  font-size: 1.08rem;
  font-weight: 300;
  color: var(--accent-yellow, #fcdda3);
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-shadow: 0 0 28px rgba(252, 221, 163, 0.25);
}

/* --- Sections --------------------------------------------- */
.about-section {
  margin-bottom: 60px;
}

.about-section-title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent-yellow, #fcdda3);
  opacity: 0.9;
  margin-bottom: 28px;
  padding-bottom: 10px;
}

/* --- Body text -------------------------------------------- */
.about-body {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--text-primary);
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

.about-body:last-child {
  margin-bottom: 0;
}

/* --- POKA name highlight ---------------------------------- */
strong.text-poka {
  font-weight: 700;
  color: var(--accent-yellow, #fcdda3);
  letter-spacing: 0.14em;
  text-shadow: 0 0 18px rgba(252, 221, 163, 0.38);
}

/* --- Emphasis paragraph ----------------------------------- */
.about-emphasis {
  font-size: 1.02rem;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 2.1;
  letter-spacing: 0.07em;
  margin-bottom: 22px;
  opacity: 0.92;
}

/* Closing line: slightly larger, gold tint */
.poka-closing {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--accent-yellow, #fcdda3);
  opacity: 0.85;
  text-align: center;
  letter-spacing: 0.09em;
  text-shadow: 0 0 24px rgba(252, 221, 163, 0.22);
}

/* --- POKA closing GIF ------------------------------------- */
.poka-gif-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.poka-closing-gif {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.88;
}

/* --- Company card ----------------------------------------- */
.about-company-card {
  margin-top: 72px;
  padding: 32px 40px;
  text-align: center;
}

.company-logo {
  display: block;
  margin: 0 auto 16px;
  height: 36px;
  width: auto;
  opacity: 0.85;
  filter: brightness(1.1);
}

.company-label {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.55;
  margin-bottom: 14px;
}

.company-name {
  font-size: 1.08rem;
  font-weight: 500;
  color: var(--text-primary);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.company-link {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--text-muted);
  letter-spacing: 0.07em;
  text-decoration: none;
  opacity: 0.65;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.company-link:hover {
  color: var(--accent-yellow, #fcdda3);
  opacity: 1;
}

/* --- Back link -------------------------------------------- */
.poka-back-wrap {
  margin-top: 64px;
  margin-bottom: 48px;
  text-align: center;
}

.poka-back-link {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-decoration: none;
  opacity: 0.65;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.poka-back-link:hover {
  color: var(--accent-yellow, #fcdda3);
  opacity: 1;
}

/* --- Mobile ------------------------------------------- */
@media (max-width: 599px) {
  #about-main {
    padding: 110px 20px 60px;
  }

  .poka-hero .about-headline {
    font-size: 1.35rem;
  }

  .about-tagline {
    font-size: 0.95rem;
  }

  .about-body {
    font-size: 0.93rem;
  }

  .about-emphasis {
    font-size: 0.97rem;
  }
}
