.page-home {
  --hero-frame: #1E1E1E;
  --hero-line: rgba(255, 46, 108, 0.55);
  --hero-glow: rgba(255, 46, 108, 0.22);
  --cat-gap: 0.25rem;
  color: var(--color-text);
  overflow-x: hidden;
}

.page-home .home-hero {
  position: relative;
  padding: 6.5rem 1.25rem 3.5rem;
  min-height: 92vh;
  display: flex;
  align-items: stretch;
}

.page-home .hero-frame {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: clamp(1.75rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 3.5rem);
  background: var(--glass-bg);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 60px rgba(255, 46, 108, 0.1), 0 30px 70px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  mix-blend-mode: screen;
  filter: saturate(1.1) contrast(1.08);
}

.page-home .hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.68) 46%, rgba(155, 77, 202, 0.28) 100%);
}

.page-home .hero-ticks {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  fill: none;
  stroke: var(--color-text);
  stroke-opacity: 0.28;
  stroke-width: 1;
}

.page-home .hero-panel {
  position: relative;
  z-index: 2;
  max-width: 52rem;
  padding: clamp(0.5rem, 3vw, 2rem) 0;
}

.page-home .hero-index {
  font-family: var(--font-body);
  font-size: 0.875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-home .hero-index::after {
  content: "";
  width: 4.5rem;
  height: 1px;
  background: var(--color-primary);
  display: inline-block;
}

.page-home .hero-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2rem, 5.2vw, 4.4rem);
  line-height: 1.18;
  letter-spacing: 0.04em;
  margin: 0 0 1.5rem;
  color: var(--color-text);
  text-shadow: 0 0 34px var(--hero-glow), 0 2px 0 rgba(0, 0, 0, 0.6);
}

.page-home .hero-title span {
  color: var(--color-primary);
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.08em;
}

.page-home .hero-desc {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.6vw, 1.125rem);
  line-height: 1.9;
  color: var(--color-text);
  max-width: 43rem;
  margin: 0 0 2.25rem;
  opacity: 0.88;
}

.page-home .hero-cockpit {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  align-items: flex-end;
  margin-top: 1rem;
}

.page-home .hero-count {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem 1.5rem 1rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.page-home .hero-count-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--color-muted);
}

.page-home .hero-count-time {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.page-home .hero-count-note {
  font-size: 0.85rem;
  color: var(--color-accent);
  letter-spacing: 0.08em;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-bottom: 0.4rem;
}

.page-home .hero-corner {
  position: absolute;
  z-index: 3;
  font-size: 1.4rem;
  color: var(--color-primary);
  text-shadow: 0 0 18px var(--hero-line);
  opacity: 0.85;
}

.page-home .hero-corner--tl { top: 0.8rem; left: 1rem; }
.page-home .hero-corner--br { bottom: 0.8rem; right: 1rem; transform: rotate(180deg); }

.page-home .container {
  width: min(1200px, 100% - 2.5rem);
  margin-inline: auto;
}

.page-home .section {
  padding: clamp(3rem, 8vw, 6.5rem) 0;
}

.page-home .section-head {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.page-home .section-index {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-home .section-index::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: var(--color-secondary);
  display: inline-block;
}

.page-home .section-title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin: 0 0 1rem;
}

.page-home .section-note {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--color-muted);
  max-width: 42rem;
  margin: 0;
}

.page-home .home-cats {
  position: relative;
}

.page-home .home-cats::before {
  content: "♠";
  position: absolute;
  right: -1rem;
  top: 1.5rem;
  font-size: 11rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 46, 108, 0.1);
  pointer-events: none;
  z-index: 0;
}

.page-home .cat-list {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .cat-row {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.75rem 1.25rem;
  align-items: baseline;
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.page-home .cat-row:hover,
.page-home .cat-row:focus-within {
  background: linear-gradient(90deg, rgba(255, 46, 108, 0.1), transparent 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 46, 108, 0.3);
}

.page-home .cat-no {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--color-muted);
  text-align: right;
}

.page-home .cat-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0.06em;
}

.page-home .cat-count {
  font-size: 0.85rem;
  color: var(--color-primary);
  background: rgba(255, 46, 108, 0.1);
  border: 1px solid rgba(255, 46, 108, 0.25);
  padding: 0.2rem 0.6rem;
  white-space: nowrap;
}

.page-home .cat-date {
  grid-column: 2 / -1;
  font-size: 0.8rem;
  color: var(--color-muted);
  letter-spacing: 0.05em;
}

.page-home .cat-total {
  margin-top: 1.5rem;
  text-align: right;
  font-family: var(--font-head);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.page-home .section--panel {
  background: var(--color-panel);
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .archive-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.page-home .archive-paper {
  width: 100%;
  max-width: 26rem;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  align-self: start;
}

.page-home .archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .archive-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  align-items: baseline;
  transition: padding-left 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-home .archive-row:hover {
  padding-left: 0.6rem;
  border-color: var(--color-primary);
}

.page-home .archive-name {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-home .archive-duration {
  font-size: 0.9rem;
  color: var(--color-primary);
  font-variant-numeric: tabular-nums;
}

.page-home .archive-device {
  font-size: 0.82rem;
  color: var(--color-accent);
  letter-spacing: 0.06em;
}

.page-home .archive-date {
  font-size: 0.82rem;
  color: var(--color-muted);
}

.page-home .home-schedule {
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.page-home .schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.page-home .schedule-cockpit {
  border-left: 3px solid var(--color-secondary);
  padding: 1rem 1.25rem;
  background: var(--glass-bg);
}

.page-home .schedule-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-home .schedule-cal {
  width: 100%;
  height: auto;
  max-height: 20rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.page-home .schedule-bars {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.page-home .bar {
  display: block;
  padding: 0.65rem 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  border-left: 3px solid var(--color-muted);
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-muted);
}

.page-home .bar--weekend {
  border-left-color: var(--color-secondary);
  color: var(--color-text);
  background: rgba(155, 77, 202, 0.12);
}

.page-home .bar--live {
  border-left-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(255, 46, 108, 0.12);
  font-weight: 600;
}

.page-home .schedule-foot {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 2;
}

.page-home .schedule-foot a {
  color: var(--color-accent);
  text-underline-offset: 0.3em;
}

.page-home .schedule-foot a:hover {
  color: var(--color-primary);
}

@media (min-width: 720px) {
  .page-home .cat-row {
    grid-template-columns: 3.5rem minmax(11rem, 1fr) auto auto;
    align-items: center;
  }

  .page-home .cat-date {
    grid-column: auto;
    text-align: right;
  }

  .page-home .archive-inner {
    grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.8fr);
    gap: 3.5rem;
  }

  .page-home .archive-row {
    grid-template-columns: minmax(15rem, 1.5fr) auto auto auto;
  }

  .page-home .archive-date {
    text-align: right;
  }

  .page-home .schedule-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }
}

@media (min-width: 1200px) {
  .page-home .hero-cockpit {
    align-items: center;
  }

  .page-home .hero-desc {
    font-size: 1.125rem;
  }
}
