.page-home {
  --home-white: #FFFFFF;
  --home-soft-ivory: #FFFBF2;
  --home-navy-soft: #12314F;
  --home-gold-light: #D9BF8C;
  --home-ink-soft: #2B3441;
  --home-line: #E2E8F0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
}

.page-home .page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-index);
  font-size: 0.8rem;
  color: var(--slate);
  padding: 1rem 0 0;
  max-width: var(--container-width);
  margin: 0 auto;
}

.page-home .page-breadcrumb a {
  color: var(--gold);
  text-decoration: none;
}

.page-home .page-breadcrumb a:hover,
.page-home .page-breadcrumb a:focus-visible {
  text-decoration: underline;
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.page-home .page-breadcrumb-sep {
  color: var(--mist);
}

.page-home .hero-section {
  padding: var(--space-xl) 0;
  margin-top: var(--space-md);
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy) 0%, var(--home-navy-soft) 100%);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-home .hero-container {
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}

.page-home .hero-grid {
  display: grid;
  gap: var(--space-xl);
  align-items: center;
}

.page-home .hero-copy {
  position: relative;
  z-index: 5;
}

.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-index);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 var(--space-lg);
}

.page-home .hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--pale-ivory);
  margin: 0 0 var(--space-lg);
}

.page-home .hero-lead {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 251, 242, 0.85);
  max-width: 36rem;
  margin: 0 0 var(--space-xl);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.page-home .hero-footnotes {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.page-home .hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.page-home .hero-visual-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.page-home .hero-pitch {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 0 var(--space-md);
  margin: auto;
  z-index: 2;
}

.page-home .pitch-ground {
  fill: rgba(15, 42, 67, 0.55);
  stroke: var(--gold);
  stroke-width: 3;
}

.page-home .pitch-line,
.page-home .pitch-circle,
.page-home .pitch-box {
  fill: none;
  stroke: rgba(201, 169, 110, 0.75);
  stroke-width: 2;
}

.page-home .pitch-spot {
  fill: var(--gold);
}

.page-home .hero-float-card {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 6;
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
  background: rgba(255, 251, 242, 0.94);
  padding: var(--space-md) var(--space-lg);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-float);
}

.page-home .hero-float-label {
  font-family: var(--font-index);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--slate);
}

.page-home .hero-float-value {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
}

.page-home .hero-float-status {
  font-size: 0.8rem;
  color: var(--success);
  font-weight: 700;
}

.page-home .timetable-section {
  padding: var(--space-2xl) 0;
}

.page-home .section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
}

.page-home .section-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2.6rem;
  padding: 0 var(--space-sm);
  border-radius: var(--radius-pill);
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-index);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.page-home .section-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
}

.page-home .section-title--dark {
  color: var(--pale-ivory);
}

.page-home .section-lead {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--slate);
  max-width: 48rem;
  margin: 0;
}

.page-home .fixture-list {
  list-style: none;
  margin: 0;
  padding: var(--space-lg) 0 0;
  display: grid;
  gap: var(--space-md);
}

.page-home .fixture-item {
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--pale-ivory);
  border: 1px solid var(--mist);
  padding: var(--space-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .fixture-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
}

.page-home .fixture-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-md);
  border-bottom: 1px dashed var(--mist);
}

.page-home .fixture-time {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
}

.page-home .fixture-dot {
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: var(--radius-pill);
}

.page-home .fixture-teams {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-sm);
}

.page-home .fixture-vs {
  font-weight: 400;
  color: var(--slate);
  padding: 0 0.25rem;
}

.page-home .fixture-meta {
  margin-bottom: var(--space-sm);
}

.page-home .fixture-note {
  font-size: 0.85rem;
  color: var(--slate);
  margin: 0;
}

.page-home .timetable-note {
  margin: var(--space-lg) 0 0;
  font-size: 0.9rem;
  color: var(--slate);
  padding: var(--space-md) var(--space-lg);
  background: var(--mist);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--gold);
}

.page-home .feature-section {
  padding: var(--space-2xl) 0;
  background: linear-gradient(180deg, var(--paper) 0%, var(--pale-ivory) 100%);
}

.page-home .feature-grid {
  display: grid;
  gap: var(--space-lg);
}

.page-home .feature-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid var(--mist);
  padding: var(--space-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
}

.page-home .feature-card--wide {
  gap: var(--space-lg);
}

.page-home .feature-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--navy);
}

.page-home .feature-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.page-home .media-caption {
  font-family: var(--font-index);
  font-size: 0.8rem;
  color: var(--slate);
  margin-top: var(--space-sm);
}

.page-home .feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-sm);
}

.page-home .feature-code {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold);
  background: var(--navy);
  border-radius: var(--radius-pill);
  padding: 0.3rem 0.75rem;
}

.page-home .feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}

.page-home .feature-card p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--slate);
  margin: 0;
}

.page-home .feature-card .btn {
  margin-top: var(--space-sm);
}

.page-home .feature-link {
  display: inline-block;
  margin-top: var(--space-sm);
  font-family: var(--font-index);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.page-home .feature-link:hover,
.page-home .feature-link:focus-visible {
  border-bottom-color: var(--orange);
  outline: none;
}

.page-home .mini-chart {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: var(--space-md) 0;
}

.page-home .mini-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-home .sync-status {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-top: var(--space-sm);
}

.page-home .sync-text {
  font-size: 0.85rem;
  color: var(--success);
  font-weight: 700;
}

.page-home .round-strip {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-sm);
}

.page-home .round-chip {
  display: inline-flex;
  align-items: center;
  background: var(--navy);
  color: var(--paper);
  font-family: var(--font-index);
  font-size: 0.8rem;
  border-radius: var(--radius-pill);
  padding: 0.3rem 0.75rem;
}

.page-home .dashboard-section {
  padding: var(--space-2xl) 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--home-navy-soft) 100%);
  color: var(--pale-ivory);
}

.page-home .dashboard-header .section-lead {
  color: rgba(255, 251, 242, 0.7);
}

.page-home .dashboard-layout {
  display: grid;
  gap: var(--space-xl);
}

.page-home .dashboard-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--home-navy-soft);
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: var(--space-lg);
}

.page-home .dashboard-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}

.page-home .ring-set {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
  justify-content: center;
  background: rgba(15, 42, 67, 0.72);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  backdrop-filter: blur(6px);
}

.page-home .ring-wrap {
  position: relative;
  width: 92px;
  height: 92px;
}

.page-home .ring-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-home .ring-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 8;
}

.page-home .ring-fill {
  fill: none;
  stroke: var(--gold);
  stroke-width: 8;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
}

.page-home .ring-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-home .dashboard-section .stat-number {
  color: var(--pale-ivory);
}

.page-home .dashboard-section .stat-label {
  color: rgba(255, 251, 242, 0.65);
}

.page-home .stat-number {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--navy);
}

.page-home .stat-label {
  font-family: var(--font-index);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--slate);
  margin-top: 0.2rem;
}

.page-home .dashboard-metrics {
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 242, 0.08);
  border: 1px solid rgba(255, 251, 242, 0.12);
  padding: var(--space-lg);
}

.page-home .dashboard-status {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  background: rgba(255, 251, 242, 0.1);
  border-radius: var(--radius-pill);
  padding: var(--space-sm) var(--space-md);
  margin-bottom: var(--space-md);
  font-size: 0.9rem;
}

.page-home .dashboard-status strong {
  color: var(--pale-ivory);
}

.page-home .dashboard-status span:last-child {
  color: rgba(255, 251, 242, 0.65);
  margin-left: auto;
}

.page-home .dashboard-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  animation: dashPulse 3s ease-in-out infinite;
}

@keyframes dashPulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 3px rgba(47, 143, 107, 0.35);
  }
  50% {
    opacity: 0.65;
    box-shadow: 0 0 0 6px rgba(47, 143, 107, 0.12);
  }
}

.page-home .metric-list {
  margin: 0;
}

.page-home .data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-md) 0;
  border-bottom: 1px solid rgba(255, 251, 242, 0.1);
}

.page-home .data-row:last-child {
  border-bottom: none;
}

.page-home .data-row dt {
  font-size: 0.9rem;
  color: rgba(255, 251, 242, 0.7);
}

.page-home .data-row dd {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0;
}

.page-home .support-section {
  padding: var(--space-2xl) 0;
}

.page-home .support-layout {
  display: grid;
  gap: var(--space-xl);
  align-items: center;
}

.page-home .support-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy);
}

.page-home .support-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.page-home .faq-list {
  list-style: none;
  margin: var(--space-md) 0 var(--space-lg);
  padding: 0;
  display: grid;
  gap: var(--space-sm);
}

.page-home .faq-list li {
  border-radius: var(--radius-md);
  background: var(--pale-ivory);
  border: 1px solid var(--mist);
}

.page-home .faq-list a {
  display: block;
  padding: var(--space-md) var(--space-lg);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.page-home .faq-list a:hover,
.page-home .faq-list a:focus-visible {
  background: var(--gold);
  color: var(--navy);
  outline: none;
}

.page-home .trust-section {
  padding: var(--space-2xl) 0 var(--space-xl);
}

.page-home .trust-panel {
  display: grid;
  gap: var(--space-xl);
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl) var(--space-lg);
  color: var(--pale-ivory);
  box-shadow: var(--shadow-float);
}

.page-home .trust-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md);
}

.page-home .trust-brand .section-index {
  background: var(--gold);
  color: var(--navy);
}

.page-home .trust-lead {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 251, 242, 0.75);
  max-width: 30rem;
  margin: 0;
}

.page-home .trust-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md);
}

.page-home .trust-list {
  margin: 0;
  display: grid;
  gap: var(--space-sm);
}

.page-home .trust-list div {
  display: flex;
  gap: var(--space-md);
  padding: var(--space-sm) 0;
  border-bottom: 1px solid rgba(255, 251, 242, 0.12);
}

.page-home .trust-list dt {
  color: rgba(255, 251, 242, 0.6);
  font-size: 0.9rem;
  min-width: 5rem;
}

.page-home .trust-list dd {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gold);
}

.page-home .trust-note {
  font-size: 0.9rem;
  color: rgba(255, 251, 242, 0.7);
  margin: 0;
}

.page-home .page-note {
  font-size: 0.8rem;
  color: var(--slate);
  margin-top: var(--space-md);
  text-align: center;
}

.page-home a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (min-width: 900px) {
  .page-home .hero-container {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }

  .page-home .hero-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: var(--space-2xl);
  }

  .page-home .hero-visual {
    min-height: 480px;
  }

  .page-home .hero-title {
    font-size: clamp(2.8rem, 6vw, 4.6rem);
  }

  .page-home .hero-lead {
    font-size: 1.1rem;
  }

  .page-home .fixture-list {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-md);
  }

  .page-home .fixture-item {
    padding: var(--space-md);
  }

  .page-home .fixture-head {
    justify-content: center;
    flex-direction: column;
    gap: var(--space-sm);
  }

  .page-home .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
  }

  .page-home .feature-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }

  .page-home .feature-card--wide .feature-media {
    flex: 1.1 1 0%;
  }

  .page-home .feature-card--wide .feature-content {
    flex: 0.9 1 0%;
    padding: var(--space-md) var(--space-lg);
  }

  .page-home .dashboard-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: var(--space-xl);
  }

  .page-home .dashboard-visual {
    min-height: 480px;
  }

  .page-home .ring-set {
    padding: var(--space-lg);
  }

  .page-home .ring-wrap {
    width: 110px;
    height: 110px;
  }

  .page-home .dashboard-metrics {
    padding: var(--space-xl);
  }

  .page-home .support-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: var(--space-2xl);
  }

  .page-home .trust-panel {
    grid-template-columns: 1fr 1fr;
    padding: var(--space-2xl);
    gap: var(--space-2xl);
  }

  .page-home .trust-contact {
    align-items: flex-start;
  }
}
