.page-home .hero-collage {
  position: relative;
  overflow: hidden;
  padding-block: clamp(1.75rem, 5vw, 3.5rem) clamp(2rem, 6vw, 4rem);
  background:
    radial-gradient(120% 80% at 82% 4%, rgba(56, 240, 216, 0.13), transparent 62%),
    radial-gradient(90% 60% at 6% 96%, rgba(255, 138, 61, 0.1), transparent 60%),
    linear-gradient(168deg, var(--ink-900) 0%, var(--ink-800) 62%, var(--ink-700) 100%);
}

.page-home .hero-collage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    115deg,
    rgba(167, 176, 206, 0.05) 0 1px,
    transparent 1px 22px
  );
}

.page-home .hero-collage > .shell {
  position: relative;
  z-index: 1;
}

.page-home .hero-collage__grid {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
  grid-template-columns: minmax(0, 1fr);
}

.page-home .collage-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border-radius: var(--r-lg);
  background: linear-gradient(158deg, rgba(30, 42, 94, 0.95) 0%, rgba(11, 16, 38, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(242, 245, 255, 0.06);
  transition: transform var(--t), box-shadow var(--t);
}

.page-home .collage-block:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(242, 245, 255, 0.1),
    0 18px 40px -28px rgba(56, 240, 216, 0.45);
}

.page-home .collage-block--login {
  gap: 1.1rem;
  background:
    radial-gradient(110% 80% at 88% 0%, rgba(56, 240, 216, 0.16), transparent 58%),
    linear-gradient(158deg, var(--ink-700) 0%, var(--ink-800) 52%, var(--ink-900) 100%);
}

.page-home .collage-block--login .display-title {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.05;
}

.page-home .collage-block--login .lede {
  margin: 0;
  max-width: 48ch;
}

.page-home .collage-block__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  letter-spacing: -0.01em;
  color: var(--star);
}

.page-home .collage-block__text {
  margin: 0;
  max-width: 42ch;
  color: var(--haze);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-home .collage-block__media {
  margin: auto 0 0;
  border-radius: var(--r-md);
  overflow: hidden;
}

.page-home .collage-block__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-home .rank-mini {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.page-home .rank-mini__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--line);
}

.page-home .rank-mini__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-home .rank-mini dt {
  color: var(--haze);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}

.page-home .rank-mini dd {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--cyan);
}

.page-home .fixture-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .fixture-strip__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: var(--r-sm);
  background: rgba(11, 16, 38, 0.5);
  transition: background var(--t);
}

.page-home .fixture-strip__item:hover {
  background: rgba(56, 240, 216, 0.08);
}

.page-home .fixture-strip__round {
  font-size: 0.9375rem;
}

.page-home .fixture-strip__venue {
  color: var(--haze);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.page-home .section {
  padding-block: clamp(3rem, 7vw, 6rem);
}

.page-home .split-section {
  background: linear-gradient(180deg, var(--ink-900) 0%, var(--ink-800) 100%);
}

.page-home .split-section__grid,
.page-home .save-section__grid,
.page-home .scene-section__grid {
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.page-home .split-section__grid,
.page-home .save-section__grid {
  margin-top: clamp(1.75rem, 4vw, 3rem);
}

.page-home .split-section__col,
.page-home .save-section__col,
.page-home .scene-section__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.page-home .split-section__media,
.page-home .save-section__media,
.page-home .scene-section__media {
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
}

.page-home .split-section__media img,
.page-home .save-section__media img,
.page-home .scene-section__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .split-section__media img {
  aspect-ratio: 3 / 2;
}

.page-home .save-section__media img {
  aspect-ratio: 4 / 3;
}

.page-home .scene-section__media img {
  aspect-ratio: 3 / 2;
}

.page-home .split-section__subtitle {
  margin: 0.25rem 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  letter-spacing: -0.01em;
  color: var(--star);
}

.page-home .fixture-rail {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5rem;
  display: grid;
  gap: 1.1rem;
}

.page-home .fixture-rail::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(180deg, var(--cyan) 0%, rgba(56, 240, 216, 0.12) 100%);
}

.page-home .fixture-rail__item {
  position: relative;
  display: grid;
  gap: 0.1rem;
}

.page-home .fixture-rail__item::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.45rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink-900);
  box-shadow: 0 0 0 2px var(--cyan);
}

.page-home .fixture-rail__item--done::before {
  box-shadow: 0 0 0 2px var(--line);
}

.page-home .fixture-rail__round {
  font-size: 1rem;
}

.page-home .fixture-rail__venue {
  color: var(--haze);
  font-size: 0.9375rem;
}

.page-home .rank-board {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.page-home .rank-board th {
  padding: 0.45rem 0.6rem;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--haze);
  border-bottom: 1px solid var(--line);
}

.page-home .rank-board td {
  padding: 0.6rem;
  border-bottom: 1px solid var(--line);
  color: var(--star);
}

.page-home .rank-board th:last-child,
.page-home .rank-board td:last-child {
  text-align: right;
}

.page-home .rank-board td.data-num {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--cyan);
}

.page-home .rank-board__row--self td {
  background: rgba(255, 138, 61, 0.12);
}

.page-home .rank-board__row--self td.data-num {
  color: var(--amber);
}

.page-home .rank-board__note {
  margin: 0;
  color: var(--haze);
  font-size: 0.875rem;
  line-height: 1.7;
}

.page-home .save-section {
  background: linear-gradient(180deg, var(--ink-800) 0%, var(--ink-900) 100%);
}

.page-home .save-section__plates {
  margin: 0;
}

.page-home .save-section__text {
  margin: 0;
  max-width: 46ch;
  color: var(--haze);
  font-size: 0.9375rem;
  line-height: 1.75;
}

.page-home .save-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.page-home .save-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--haze);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-home .save-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.55rem;
  height: 1px;
  background: var(--cyan);
}

.page-home .scene-section {
  background: linear-gradient(180deg, var(--ink-900) 0%, var(--ink-800) 100%);
}

.page-home .scene-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.page-home .scene-steps__item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: baseline;
}

.page-home .scene-steps__num {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--amber);
}

.page-home .scene-steps__text {
  color: var(--haze);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-home .trust-section {
  background: linear-gradient(180deg, var(--ink-800) 0%, var(--ink-900) 100%);
}

.page-home .trust-section__plates {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
}

.page-home .trust-section__notes {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  display: grid;
  gap: 0.9rem;
  max-width: 68ch;
}

.page-home .trust-section__notes p {
  margin: 0;
  color: var(--haze);
  font-size: 0.9375rem;
  line-height: 1.75;
}

.page-home .trust-section .cta-row {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

@media (min-width: 700px) {
  .page-home .fixture-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .hero-collage__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page-home .collage-block--login {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
  }

  .page-home .collage-block--return {
    grid-column: 8 / 13;
    grid-row: 1 / 2;
  }

  .page-home .collage-block--rank {
    grid-column: 8 / 13;
    grid-row: 2 / 3;
  }

  .page-home .collage-block--fixtures {
    grid-column: 1 / 13;
    grid-row: 3 / 4;
  }

  .page-home .save-section__plates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .collage-block,
  .page-home .fixture-strip__item {
    transition: none;
  }

  .page-home .collage-block:hover {
    transform: none;
  }
}
<<<END>>>
