.public-home {
  min-height: 100vh;
  margin: 0;
  color: #35223a;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.85), transparent 28rem),
    linear-gradient(135deg, #fff4fb 0%, #f7e8ff 48%, #fff8ed 100%);
}

.public-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 56px;
}

.site-brand-header {
  width: 100%;
  margin: 0 0 24px;
  line-height: 0;
  filter: drop-shadow(0 18px 28px rgba(31, 22, 83, 0.24));
}

.site-brand-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.hero,
.welcome-visual-card,
.watch-card,
.news-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(120, 76, 140, 0.18);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(84, 44, 112, 0.12);
}

.welcome-visual-card,
.hero {
  padding: 56px 32px;
  text-align: center;
}

.welcome-visual-card {
  position: relative;
  margin-top: 24px;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background: #fff;
  aspect-ratio: 16 / 9;
}

.welcome-visual,
.welcome-intro-video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.welcome-visual {
  position: relative;
  z-index: 1;
}

.welcome-intro-video {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.welcome-intro-video.is-playing {
  opacity: 1;
}

.welcome-intro-video.is-finished {
  opacity: 0;
}

.hero-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 218, 240, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero h1 {
  margin: 18px 0 10px;
  font-size: clamp(2.1rem, 7vw, 4.4rem);
  line-height: 1.05;
}

.hero-lead {
  margin: 0;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
}

.watch-card,
.news-card {
  margin-top: 24px;
  padding: 26px;
}

.watch-card {
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.watch-logo-link {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  outline: none;
}

.watch-logo-link:focus-visible {
  box-shadow: 0 0 0 4px rgba(141, 87, 232, 0.32);
}

.watch-logo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.news-heading-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.news-card h2 {
  margin: 0;
  font-size: 1.45rem;
}

.news-updated {
  color: #86708f;
  font-size: 0.82rem;
  white-space: nowrap;
}

.news-list {
  display: grid;
  gap: 12px;
}

.news-item {
  padding: 16px 18px;
  border: 1px solid rgba(120, 76, 140, 0.14);
  border-radius: 16px;
  background: rgba(255, 248, 253, 0.86);
}

.news-item-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.news-date {
  flex: 0 0 auto;
  color: #8d57a4;
  font-size: 0.86rem;
  font-weight: 800;
}

.news-item-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.4;
}

.news-body {
  margin: 8px 0 0;
  color: #6a5870;
  line-height: 1.75;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.news-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 10px;
  padding: 0 15px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #dd4eb0, #8d57e8);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.news-loading,
.news-empty,
.news-error {
  margin: 0;
  padding: 14px 0;
  color: #6a5870;
}

.news-error {
  color: #9a4055;
}

.site-footer {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 28px;
  color: #000;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 22px;
  font-size: 0.86rem;
  line-height: 1.6;
}

.site-footer-inner span:last-child {
  text-align: right;
}

@media (max-width: 640px) {
  .public-shell {
    width: min(100% - 20px, 1080px);
    padding: 18px 0 32px;
  }

  .site-brand-header {
    margin-bottom: 16px;
    filter: drop-shadow(0 10px 18px rgba(31, 22, 83, 0.2));
  }

  .hero,
  .welcome-visual-card,
  .watch-card,
  .news-card {
    border-radius: 18px;
  }

  .hero,
  .news-card {
    padding: 20px;
  }

  .welcome-visual-card {
    padding: 0;
  }

  .watch-card {
    width: 100%;
    padding: 0;
  }

  .watch-logo-link {
    border-radius: 18px;
  }

  .news-heading-row,
  .news-item-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .news-updated {
    white-space: normal;
  }

  .site-footer {
    width: min(100% - 20px, 1080px);
    padding-bottom: 20px;
  }

  .site-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 14px 8px;
    font-size: 0.78rem;
  }

  .site-footer-inner span:last-child {
    text-align: left;
  }
}
