.page-home {
  --ph-skew: -8deg;
  --ph-gap: 20px;
  overflow-x: hidden;
}
.page-home .ph-hero {
  position: relative;
  padding: 32px 0 72px;
  background: var(--deep-blue);
  color: #fff;
  overflow: hidden;
}
.page-home .ph-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 166, 81, 0.22), transparent 42%),
    radial-gradient(circle at 15% 88%, rgba(30, 74, 111, 0.4), transparent 48%);
  pointer-events: none;
}
.page-home .ph-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: var(--paper-light);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.page-home .ph-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}
.page-home .ph-hero .breadcrumbs {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.page-home .ph-hero .breadcrumbs a {
  color: rgba(255, 255, 255, 0.85);
}
.page-home .ph-hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-bright);
  margin: 20px 0 16px;
}
.page-home .ph-hero-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(44px, 14vw, 96px);
  line-height: 0.9;
  margin: 0;
  letter-spacing: -0.02em;
  transform: skewX(-8deg);
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.28);
}
.page-home .ph-hero-title span {
  display: block;
}
.page-home .ph-hero-title .ph-hero-title-sub {
  color: var(--brand-green);
  font-size: 0.46em;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
.page-home .ph-hero-tagline {
  font-family: var(--font-mono);
  font-size: clamp(15px, 2vw, 21px);
  letter-spacing: 0.12em;
  color: var(--gold-accent);
  margin: 22px 0 16px;
}
.page-home .ph-hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
  max-width: 60ch;
  margin: 0;
}
.page-home .ph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.page-home .ph-hero-media {
  margin: 0;
  position: relative;
}
.page-home .ph-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  clip-path: polygon(0 4%, 100% 0, 94% 100%, 0 92%);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.page-home .ph-hero-index {
  margin-top: 20px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  padding: 16px 18px;
}
.page-home .ph-hero-index-title {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-bright);
  margin: 0 0 8px;
}
.page-home .ph-hero-index a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
  font-size: 15px;
  transition: color var(--duration), padding-left var(--duration);
}
.page-home .ph-hero-index a:last-child {
  border-bottom: 0;
}
.page-home .ph-hero-index a:hover {
  color: var(--gold-bright);
  padding-left: 6px;
}
.page-home .ph-hero-index a b {
  font-family: var(--font-mono);
  font-weight: 500;
  color: var(--brand-green);
  min-width: 28px;
}
.page-home .ph-metrics {
  background: var(--paper-light);
  padding: 6px 0 16px;
}
.page-home .ph-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.page-home .ph-metric {
  border-left: 4px solid var(--brand-green);
  padding: 18px 0 18px 14px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(10, 37, 64, 0.08);
}
.page-home .ph-metric-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--deep-blue);
}
.page-home .ph-metric-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--ink-dark);
  opacity: 0.75;
}
.page-home .ph-section {
  position: relative;
  padding: 72px 0;
}
.page-home .ph-section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 36px;
}
.page-home .ph-chapter-num {
  font-family: var(--font-mono);
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: var(--brand-green);
  flex-shrink: 0;
  min-width: 68px;
}
.page-home .ph-section-heading-group {
  min-width: 0;
  flex: 1 1 260px;
}
.page-home .ph-section-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--brand-green);
  margin: 0 0 6px;
}
.page-home .ph-section-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink-dark);
  margin: 0;
}
.page-home .ph-section-desc {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(26, 25, 24, 0.72);
  max-width: 66ch;
}
.page-home .ph-panel-section {
  background: var(--paper-light);
}
.page-home .ph-panel-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
.page-home .ph-panel-visual .media-frame {
  box-shadow: var(--shadow-hard);
  border: 2px solid var(--deep-blue);
}
.page-home .ph-panel-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .ph-panel-charts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .ph-chart-card {
  background: #fff;
  border: 2px solid var(--deep-blue);
  box-shadow: var(--shadow-hard);
  padding: 20px;
}
.page-home .ph-chart-title {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--deep-blue);
}
.page-home .ph-ring-wrap {
  position: relative;
  width: 170px;
  margin: 16px auto 8px;
}
.page-home .ph-ring {
  width: 100%;
  height: auto;
  display: block;
}
.page-home .ph-ring-bg {
  fill: none;
  stroke: #e8e9e7;
  stroke-width: 12;
}
.page-home .ph-ring-fg {
  fill: none;
  stroke-width: 12;
}
.page-home .ph-ring-home {
  stroke: var(--brand-green);
}
.page-home .ph-ring-away {
  stroke: var(--gold-accent);
}
.page-home .ph-ring-value {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.page-home .ph-ring-value b {
  font-family: var(--font-mono);
  font-size: 28px;
  color: var(--ink-dark);
  line-height: 1;
}
.page-home .ph-ring-value span {
  font-size: 12px;
  color: rgba(26, 25, 24, 0.6);
  margin-top: 4px;
}
.page-home .ph-ring-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  font-size: 13px;
  color: var(--ink-dark);
}
.page-home .ph-legend-home::before,
.page-home .ph-legend-away::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border: 1px solid var(--deep-blue);
}
.page-home .ph-legend-home::before {
  background: var(--brand-green);
}
.page-home .ph-legend-away::before {
  background: var(--gold-accent);
}
.page-home .ph-bars {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.page-home .ph-bar-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
}
.page-home .ph-bar-name {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-dark);
}
.page-home .ph-bar-track {
  background: #f0efe9;
  border: 1px solid var(--deep-blue);
  height: 30px;
  overflow: hidden;
}
.page-home .ph-bar-fill {
  display: block;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 28px;
  white-space: nowrap;
}
.page-home .ph-bar-a {
  background: var(--brand-green);
}
.page-home .ph-bar-b {
  background: var(--blue-bright);
}
.page-home .ph-chart-note {
  margin: 12px 0 0;
  font-size: 13px;
  color: rgba(26, 25, 24, 0.6);
}
.page-home .ph-panel-charts .btn {
  align-self: flex-start;
}
.page-home .ph-sub-section {
  background: var(--deep-blue);
  color: #fff;
}
.page-home .ph-sub-section .ph-chapter-num {
  color: var(--brand-green);
}
.page-home .ph-sub-section .ph-section-label {
  color: var(--gold-bright);
}
.page-home .ph-sub-section .ph-section-title {
  color: #fff;
}
.page-home .ph-sub-section .ph-section-desc {
  color: rgba(255, 255, 255, 0.72);
}
.page-home .ph-sub-grid {
  display: grid;
  gap: 32px;
}
.page-home .ph-sub-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-home .ph-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.page-home .ph-feature-icon {
  color: var(--gold-bright);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
.page-home .ph-feature-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.page-home .ph-feature-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}
.page-home .ph-faq-grid {
  display: grid;
  gap: 14px;
  margin-top: 4px;
}
.page-home .ph-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--gold-accent);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
}
.page-home .ph-faq-q {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-bright);
}
.page-home .ph-faq-a {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}
.page-home .ph-sub-card {
  align-self: start;
  background: var(--paper-light);
  color: var(--ink-dark);
  border-left: 6px solid var(--gold-accent);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.35);
  padding: 24px;
}
.page-home .ph-sub-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.page-home .ph-sub-card-num {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--green-deep);
  font-weight: 700;
}
.page-home .ph-sub-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}
.page-home .ph-sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-home .ph-sub-list li {
  position: relative;
  padding: 7px 0 7px 22px;
  font-size: 15px;
  border-bottom: 1px solid rgba(26, 25, 24, 0.08);
}
.page-home .ph-sub-list li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: var(--brand-green);
}
.page-home .ph-sub-list li:last-child {
  border-bottom: 0;
}
.page-home .ph-schedule-section {
  background: var(--paper-light);
}
.page-home .ph-schedule-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
.page-home .ph-schedule-mobile img {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  margin: 0 auto;
  border: 2px solid var(--deep-blue);
  box-shadow: var(--shadow-hard);
}
.page-home .ph-date-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.page-home .ph-date-switch button {
  border: 2px solid var(--deep-blue);
  background: #fff;
  color: var(--ink-dark);
  font-family: var(--font-mono);
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background var(--duration), color var(--duration), transform var(--duration);
}
.page-home .ph-date-switch button:hover {
  transform: translateY(-2px);
}
.page-home .ph-date-switch button.is-active {
  background: var(--brand-green);
  color: #fff;
  border-color: var(--green-deep);
}
.page-home .ph-schedule-points {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.page-home .ph-schedule-points li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 25, 24, 0.1);
  font-size: 15px;
}
.page-home .ph-sp-key {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--green-deep);
  flex-shrink: 0;
  min-width: 72px;
}
.page-home .ph-sp-value {
  color: var(--ink-dark);
  min-width: 0;
}
.page-home .ph-schedule-card {
  border: 2px solid var(--deep-blue);
  border-left: 8px solid var(--gold-accent);
  background: #fff;
  box-shadow: var(--shadow-hard);
  padding: 18px 20px;
  margin-bottom: 24px;
}
.page-home .ph-schedule-key {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-dark);
  margin: 0 0 6px;
}
.page-home .ph-schedule-card p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(26, 25, 24, 0.72);
}
.page-home .ph-team-section {
  background: var(--deep-blue);
  color: #fff;
}
.page-home .ph-team-section .ph-chapter-num {
  color: var(--brand-green);
}
.page-home .ph-team-section .ph-section-label {
  color: var(--gold-bright);
}
.page-home .ph-team-section .ph-section-title {
  color: #fff;
}
.page-home .ph-team-section .ph-section-desc {
  color: rgba(255, 255, 255, 0.72);
}
.page-home .ph-team-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
.page-home .ph-team-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}
.page-home .ph-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}
.page-home .ph-step-num {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
  flex-shrink: 0;
}
.page-home .ph-step h3 {
  margin: 0 0 4px;
  font-size: 17px;
  color: #fff;
}
.page-home .ph-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.page-home .ph-team-visual .media-frame {
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.35);
}
.page-home .ph-team-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .ph-final {
  background: var(--ink-dark);
  color: #fff;
  padding: 56px 0 0;
}
.page-home .ph-final-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.page-home .ph-final-trust {
  font-family: var(--font-mono);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 60ch;
  margin: 0;
}
.page-home .ph-final-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.page-home .ph-final-links a {
  color: var(--gold-bright);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 9px 16px;
  font-size: 14px;
  transition: background var(--duration), color var(--duration);
}
.page-home .ph-final-links a:hover {
  background: var(--gold-accent);
  color: var(--deep-blue);
  border-color: var(--gold-accent);
}
.page-home .ph-final-line {
  margin-top: 40px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-green) 0%, var(--gold-accent) 60%, var(--blue-bright) 100%);
}
@media (min-width: 640px) {
  .page-home .ph-hero-inner {
    gap: 44px;
  }
  .page-home .ph-metric-num {
    font-size: 38px;
  }
  .page-home .ph-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .ph-schedule-mobile img {
    max-width: 300px;
  }
}
@media (min-width: 980px) {
  .page-home .ph-hero {
    padding: 56px 0 104px;
  }
  .page-home .ph-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 60px;
    align-items: center;
  }
  .page-home .ph-hero-title {
    font-size: clamp(64px, 7vw, 104px);
  }
  .page-home .ph-hero-desc {
    font-size: 17px;
  }
  .page-home .ph-metrics {
    padding: 10px 0 20px;
  }
  .page-home .ph-metrics-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
  .page-home .ph-metric {
    padding: 22px 0 22px 18px;
  }
  .page-home .ph-section {
    padding: 88px 0;
  }
  .page-home .ph-section-head {
    gap: 28px;
    margin-bottom: 48px;
  }
  .page-home .ph-chapter-num {
    font-size: 64px;
    min-width: 88px;
  }
  .page-home .ph-panel-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }
  .page-home .ph-ring-wrap {
    width: 190px;
  }
  .page-home .ph-sub-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 48px;
  }
  .page-home .ph-schedule-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 56px;
  }
  .page-home .ph-schedule-mobile img {
    max-width: 340px;
  }
  .page-home .ph-team-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }
  .page-home .ph-final-trust {
    font-size: 16px;
  }
}
