.page-home {
  --ph-clip-lg: 20px;
  --ph-clip-md: 14px;
  --ph-clip-sm: 8px;
  background: var(--color-deep-blue);
  color: var(--color-text-white);
}

.page-home .ph-hero {
  position: relative;
  padding: 2rem 0 3rem;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(26, 58, 107, 0.45), transparent 42%),
    linear-gradient(180deg, var(--color-deep-blue), var(--color-dark-slate));
}

.page-home .ph-hero-bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.page-home .ph-hero-bg-pitch,
.page-home .ph-hero-bg-circle {
  fill: none;
  stroke: var(--color-line-muted);
  stroke-width: 2;
}

.page-home .ph-hero-bg-diag {
  fill: none;
  stroke: var(--color-line-green);
  stroke-width: 3;
}

.page-home .ph-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

.page-home .ph-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--color-muted-blue);
  margin-bottom: 1rem;
}

.page-home .ph-breadcrumb a {
  color: var(--color-muted-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .ph-breadcrumb a:hover {
  color: var(--color-neon-green);
}

.page-home .ph-hero-kicker {
  font-family: var(--font-data);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--color-neon-green);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.page-home .ph-hero-title {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.08;
  font-size: clamp(2.1rem, 5vw, 3.75rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.page-home .ph-hero-title-slogan {
  display: block;
}

.page-home .ph-hero-sub {
  color: var(--color-muted-blue);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 36em;
  margin-bottom: 1.5rem;
}

.page-home .ph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.page-home .ph-update-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .ph-update-strip li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--color-line-muted);
  border-radius: 999px;
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--color-muted-blue);
}

.page-home .ph-update-strip strong {
  color: var(--color-text-white);
}

.page-home .ph-update-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-neon-green);
}

.page-home .ph-hero-pack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.page-home .ph-hero-media {
  position: relative;
  margin: 0;
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-lg)) 0, 100% var(--ph-clip-lg), 100% 100%, 0 100%);
  overflow: hidden;
  background: var(--color-elevated-blue);
}

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

.page-home .ph-hero-refresh {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  background: var(--color-orange-red);
  color: var(--color-text-white);
  font-family: var(--font-data);
  text-align: left;
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-sm)) 0, 100% var(--ph-clip-sm), 100% 100%, 0 100%);
}

.page-home .ph-hero-refresh-num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.page-home .ph-hero-refresh-label {
  font-size: 0.68rem;
  line-height: 1.4;
}

.page-home .ph-hero-score {
  position: relative;
  padding: 1.25rem;
  background: linear-gradient(145deg, var(--color-elevated-blue), var(--color-mid-blue));
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-md)) 0, 100% var(--ph-clip-md), 100% 100%, 0 100%);
  border-left: 2px solid var(--color-neon-green);
}

.page-home .ph-hero-score-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.page-home .ph-hero-score-title {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.95rem;
}

.page-home .ph-hero-score-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 0.4rem 1rem;
  margin: 0 0 0.5rem;
  font-family: var(--font-data);
}

.page-home .ph-hero-score-row dt {
  font-size: 0.8rem;
  color: var(--color-muted-blue);
}

.page-home .ph-hero-score-team {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-text-white);
}

.page-home .ph-hero-score-record {
  font-size: 0.8rem;
  color: var(--color-muted-blue);
  grid-column: 2 / 4;
}

.page-home .ph-hero-score-points {
  font-size: 1rem;
  color: var(--color-neon-green);
  font-weight: 700;
}

.page-home .ph-hero-score-points span {
  font-size: 1.6rem;
  color: var(--color-text-white);
}

.page-home .ph-hero-score-foot {
  margin: 0.5rem 0 0;
  padding-top: 0.6rem;
  border-top: 1px solid var(--color-line-muted);
  font-family: var(--font-data);
  font-size: 0.72rem;
  color: var(--color-muted-blue);
  letter-spacing: 0.02em;
}

.page-home .ph-pipeline {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  position: relative;
  z-index: 3;
  margin-top: -1.5rem;
  background: var(--color-elevated-blue);
  border-left: 3px solid var(--color-orange-red);
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-md)) 0, 100% var(--ph-clip-md), 100% 100%, 0 100%);
  font-family: var(--font-data);
  font-size: 0.8rem;
  color: var(--color-muted-blue);
}

.page-home .ph-pipeline p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
}

.page-home .ph-pipeline strong {
  color: var(--color-neon-green);
  white-space: nowrap;
}

.page-home .ph-pipeline-arrow {
  color: var(--color-neon-green);
}

.page-home .ph-section-head {
  display: grid;
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 2.25rem;
}

.page-home .ph-section-index {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--color-neon-green);
  letter-spacing: 0.04em;
}

.page-home .ph-section-copy h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0.4rem;
}

.page-home .ph-section-copy p {
  color: var(--color-muted-blue);
  max-width: 42em;
  margin: 0;
}

.page-home .ph-section-head .btn {
  justify-self: start;
}

.page-home .ph-standings-grid {
  display: grid;
  gap: 1.5rem;
}

.page-home .ph-standings-media {
  margin: 0;
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-lg)) 0, 100% var(--ph-clip-lg), 100% 100%, 0 100%);
  background: var(--color-elevated-blue);
}

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

.page-home .ph-standings-list {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.page-home .ph-standings-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(145deg, var(--color-elevated-blue), rgba(26, 58, 107, 0.3));
  border: 1px solid var(--color-line-muted);
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-md)) 0, 100% var(--ph-clip-md), 100% 100%, 0 100%);
}

.page-home .ph-standings-num {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--color-neon-green);
  line-height: 1;
  min-width: 3.2rem;
}

.page-home .ph-standings-item p {
  margin: 0;
  color: var(--color-text-white);
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-home .ph-standings-list .btn {
  justify-self: start;
}

.page-home .ph-panels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.page-home .ph-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.1rem;
  background: var(--color-elevated-blue);
  border: 1px solid var(--color-line-muted);
  text-decoration: none;
  color: var(--color-text-white);
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-md)) 0, 100% var(--ph-clip-md), 100% 100%, 0 100%);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.page-home .ph-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-neon-green), var(--color-orange-red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.page-home .ph-panel:hover,
.page-home .ph-panel:focus-visible {
  border-color: var(--color-line-green);
  transform: translateY(-2px);
}

.page-home .ph-panel:hover::after,
.page-home .ph-panel:focus-visible::after {
  transform: scaleX(1);
}

.page-home .ph-panel-code {
  font-family: var(--font-data);
  font-size: 0.72rem;
  color: var(--color-neon-green);
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}

.page-home .ph-panel strong {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-home .ph-panel-region {
  font-family: var(--font-data);
  font-size: 0.72rem;
  color: var(--color-muted-blue);
  margin-top: 0.35rem;
}

.page-home .ph-panel-cup {
  background: linear-gradient(145deg, rgba(255, 77, 0, 0.12), var(--color-elevated-blue));
}

.page-home .ph-archive-grid {
  display: grid;
  gap: 1.5rem;
}

.page-home .ph-archive-count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--color-elevated-blue), var(--color-dark-slate));
  border: 1px solid var(--color-line-muted);
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-lg)) 0, 100% var(--ph-clip-lg), 100% 100%, 0 100%);
}

.page-home .ph-archive-big {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-heading);
  color: var(--color-neon-green);
  letter-spacing: 2px;
}

.page-home .ph-archive-unit {
  font-family: var(--font-data);
  font-size: 0.9rem;
  color: var(--color-muted-blue);
  margin-top: 0.35rem;
}

.page-home .ph-archive-count p {
  margin: 1rem 0;
  color: var(--color-text-white);
  line-height: 1.7;
  max-width: 40em;
}

.page-home .ph-archive-media {
  margin: 0;
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-lg)) 0, 100% var(--ph-clip-lg), 100% 100%, 0 100%);
  background: var(--color-elevated-blue);
}

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

.page-home .ph-live-grid {
  display: grid;
  gap: 1.5rem;
}

.page-home .ph-live-flow {
  display: grid;
  gap: 1.2rem;
}

.page-home .ph-live-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.6rem;
}

.page-home .ph-live-steps li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.8rem;
  background: var(--color-elevated-blue);
  border: 1px solid var(--color-line-muted);
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-sm)) 0, 100% var(--ph-clip-sm), 100% 100%, 0 100%);
}

.page-home .ph-live-step-num {
  font-family: var(--font-data);
  font-size: 0.8rem;
  color: var(--color-neon-green);
}

.page-home .ph-live-steps li span:last-child {
  color: var(--color-text-white);
  font-weight: 600;
  font-size: 0.9rem;
}

.page-home .ph-live-schedule {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .ph-live-schedule li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--color-line-muted);
  font-family: var(--font-data);
  font-size: 0.8rem;
  color: var(--color-muted-blue);
}

.page-home .ph-live-schedule li span {
  color: var(--color-neon-green);
  font-weight: 700;
}

.page-home .ph-live-team {
  color: var(--color-muted-blue);
  font-size: 0.88rem;
  line-height: 1.6;
}

.page-home .ph-live-media {
  margin: 0;
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-lg)) 0, 100% var(--ph-clip-lg), 100% 100%, 0 100%);
  background: var(--color-elevated-blue);
}

.page-home .ph-live-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
}

.page-home .ph-live-notes {
  display: grid;
  gap: 0.75rem;
}

.page-home .ph-live-note {
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--color-neon-green);
  background: linear-gradient(90deg, var(--color-elevated-blue), transparent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-muted-blue);
  font-size: 0.9rem;
}

.page-home .ph-live-note-num {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-text-white);
  line-height: 1;
}

.page-home .ph-team-grid {
  display: grid;
  gap: 1.5rem;
}

.page-home .ph-team-board {
  background: linear-gradient(145deg, var(--color-elevated-blue), var(--color-dark-slate));
  border: 1px solid var(--color-line-muted);
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-lg)) 0, 100% var(--ph-clip-lg), 100% 100%, 0 100%);
  padding: 1.25rem;
}

.page-home .ph-team-board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid var(--color-line-muted);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.page-home .ph-team-board-head span:first-child {
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--color-muted-blue);
}

.page-home .ph-team-board-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.page-home .ph-team-board-list div {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(138, 163, 199, 0.15);
}

.page-home .ph-team-board-list dt {
  color: var(--color-muted-blue);
  font-size: 0.85rem;
}

.page-home .ph-team-board-list dd {
  margin: 0;
  color: var(--color-text-white);
  font-family: var(--font-data);
  font-size: 0.9rem;
}

.page-home .ph-team-explain h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.page-home .ph-team-explain p {
  color: var(--color-muted-blue);
  line-height: 1.7;
  max-width: 36em;
  margin: 0 0 1rem;
}

.page-home .ph-trust-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--color-elevated-blue);
  border-left: 3px solid var(--color-orange-red);
  clip-path: polygon(0 0, calc(100% - var(--ph-clip-lg)) 0, 100% var(--ph-clip-lg), 100% 100%, 0 100%);
}

.page-home .ph-trust-inner .ph-section-index {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.page-home .ph-trust-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0.5rem;
}

.page-home .ph-trust-inner p {
  color: var(--color-muted-blue);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

.page-home .ph-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .page-home .ph-panels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 920px) {
  .page-home .ph-hero {
    padding: 3rem 0 5rem;
  }

  .page-home .ph-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
  }

  .page-home .ph-hero-main {
    padding-right: 2rem;
  }

  .page-home .ph-hero-pack {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-home .ph-hero-media {
    margin-bottom: 0;
    box-shadow: var(--shadow-card);
  }

  .page-home .ph-hero-refresh {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    text-align: center;
    flex-direction: column;
  }

  .page-home .ph-hero-score {
    margin-top: -1.5rem;
    box-shadow: var(--shadow-card);
  }

  .page-home .ph-pipeline {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }

  .page-home .ph-section-head {
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 1rem 1.5rem;
  }

  .page-home .ph-section-head .btn {
    justify-self: end;
  }

  .page-home .ph-standings-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
  }

  .page-home .ph-standings-list {
    gap: 0.85rem;
  }

  .page-home .ph-panels-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
  }

  .page-home .ph-archive-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
  }

  .page-home .ph-live-grid {
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: start;
    gap: 1.5rem;
  }

  .page-home .ph-live-flow {
    order: 0;
  }

  .page-home .ph-live-media {
    order: 0;
  }

  .page-home .ph-live-notes {
    order: 0;
  }

  .page-home .ph-team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }

  .page-home .ph-team-explain p {
    max-width: 28em;
  }

  .page-home .ph-trust-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}

.page-home {
  --color-line-green: var(--color-neon-green);
  --color-line-muted: var(--color-orange-red);
}
