/* 2026-08-29: 公開トップへのブラウザコメント反映 */

.home-page #experience,
.home-page #programs,
.home-page #join,
.home-page #member-auth {
  scroll-margin-top: 96px;
}

.home-page .purpose-nav > a {
  cursor: pointer;
}

.home-page .purpose-arrow {
  transition: transform 180ms ease-out;
}

.home-page .purpose-nav > a:hover .purpose-arrow,
.home-page .purpose-nav > a:focus-visible .purpose-arrow {
  transform: translate(3px, 3px);
}

.home-page .program-story-copy li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  padding-left: 0;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.home-page .program-story-copy li::before {
  content: "↳";
  position: static;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  color: var(--vnp-terracotta);
  background: transparent;
  font-size: 15px;
  line-height: 1.9;
}

.home-page .voice-featured-column {
  display: grid;
  align-content: start;
  gap: 48px;
  min-width: 0;
}

.home-page .voice-community-visual {
  margin: 0;
}

.home-page .voice-community-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  opacity: .64;
  filter: saturate(.76) contrast(.94);
}

.home-page .report-gallery figcaption {
  min-height: 48px;
  padding: 13px 16px 14px;
  line-height: 1.7;
}

.home-page .report-takeaways li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 16px 0;
  line-height: 1.8;
}

.home-page .report-takeaways li::before {
  content: "✓";
  position: static;
  display: block;
  width: auto;
  height: auto;
  color: var(--vnp-brand);
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.home-page .access-plan-premium {
  align-content: start;
}

.home-page .access-plan-premium h3 {
  max-width: 15em;
  line-height: 1.6;
}

.home-page .access-plan-note {
  max-width: 30em;
  margin: 24px 0 0;
  color: var(--vnp-muted);
  line-height: 1.9;
}

.home-page .access-plan-premium .access-coming {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--vnp-line);
}

.home-page .auth-carrier-note {
  margin-top: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--vnp-terracotta);
  color: var(--vnp-ink);
  background: #f2efe7;
}

.home-page .auth-carrier-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--vnp-ink);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home-page .program-story {
    align-items: stretch;
  }

  .home-page .program-story-copy,
  .home-page .program-story-reverse .program-story-copy {
    display: flex;
    min-height: 100%;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    padding: 32px !important;
  }

  .home-page .program-story-copy ul {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .home-page #experience,
  .home-page #programs,
  .home-page #join,
  .home-page #member-auth {
    scroll-margin-top: 80px;
  }

  .home-page .purpose-nav small,
  .home-page .purpose-nav > a > span:nth-child(2) {
    white-space: normal;
  }

  .home-page .voice-featured-column {
    gap: 32px;
  }

  .home-page .voice-community-visual img {
    aspect-ratio: 4 / 3;
  }

  .home-page .report-gallery figcaption {
    min-height: 48px;
    padding: 13px 16px 14px;
  }

  .home-page .auth-carrier-note {
    padding: 14px 16px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .home-page .purpose-arrow {
    transition: none;
  }
}
