.page-home {
  background: var(--black);
  color: var(--text-light);
}

.page-home img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .home-section {
  padding: 56px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 18px;
}

.page-home .breadcrumb [aria-current="page"] {
  color: var(--gold);
}

.page-home .home-hero {
  background: var(--black);
  position: relative;
  overflow: hidden;
}

.page-home .home-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.page-home .home-hero-copy {
  background: var(--dark-green);
  color: var(--text-light);
  padding: 48px 24px;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.page-home .home-hero-copy h1 {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--text-light);
}

.page-home .home-hero-lead {
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 28px;
}

.page-home .home-paths {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-path-item {
  background: rgba(0, 0, 0, 0.22);
  border-left: 3px solid var(--gold);
  transition: transform var(--transition-base), background var(--transition-base);
}

.page-home .home-path-item:hover {
  transform: translateX(4px);
  background: rgba(0, 0, 0, 0.35);
}

.page-home .home-path-item a {
  display: block;
  padding: 16px 18px;
  text-decoration: none;
  color: var(--text-light);
}

.page-home .home-path-meta {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald);
  font-weight: 700;
}

.page-home .home-path-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--gold);
  margin: 4px 0 6px;
}

.page-home .home-path-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.page-home .home-hero-visual {
  background: var(--black);
  padding: 24px;
  display: grid;
  gap: 20px;
}

.page-home .home-hero-visual > img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.page-home .home-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.page-home .home-stat-card {
  border-top: 2px solid var(--gold);
  padding-top: 12px;
}

.page-home .home-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--gold);
}

.page-home .home-stat-label {
  display: block;
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-top: 2px;
}

.page-home .home-section-header {
  margin-bottom: 32px;
}

.page-home .home-eyebrow {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 8px;
  font-weight: 900;
}

.page-home .home-section-header h2,
.page-home .home-explore > .container > h2,
.page-home .home-venue-copy h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.2;
}

.page-home .home-section-lead {
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 640px;
}

.page-home .home-panel {
  background: var(--black);
}

.page-home .home-panel-grid {
  display: grid;
  gap: 24px;
}

.page-home .home-panel-board,
.page-home .home-panel-aside {
  background: var(--forest);
  border: 1px solid rgba(212, 175, 55, 0.18);
  padding: 24px;
}

.page-home .home-board-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.page-home .home-board-top h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold);
}

.page-home .home-board-tag {
  font-size: 0.8rem;
  color: var(--emerald);
  border: 1px solid rgba(46, 139, 87, 0.5);
  padding: 4px 10px;
  border-radius: 20px;
}

.page-home .home-rank-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.page-home .home-rank-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 8px 12px;
}

.page-home .home-rank-pos {
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--gold);
  font-size: 1.1rem;
}

.page-home .home-rank-name {
  color: var(--text-light);
  font-size: 0.92rem;
}

.page-home .home-rank-metric {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.page-home .home-rank-track {
  grid-column: 1 / -1;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.page-home .home-rank-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--emerald));
  border-radius: 4px;
}

.page-home .home-board-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-home .home-panel-aside {
  display: grid;
  gap: 18px;
}

.page-home .home-panel-aside img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}

.page-home .home-panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-home .home-panel-stat {
  border-top: 1px solid var(--gold);
  padding-top: 10px;
}

.page-home .home-panel-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold);
}

.page-home .home-panel-stat span {
  display: block;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.page-home .home-panel-note {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  border-left: 3px solid var(--dark-green);
  padding-left: 12px;
}

.page-home .home-transfer {
  background: linear-gradient(135deg, rgba(15, 42, 32, 0.85) 0%, var(--black) 70%);
}

.page-home .home-transfer-grid {
  display: grid;
  gap: 24px;
}

.page-home .home-subscribe-window {
  background: var(--forest);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.page-home .home-subscribe-window::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, transparent 50%, var(--gold) 50%);
  opacity: 0.6;
}

.page-home .home-subscribe-window img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 18px;
}

.page-home .home-subscribe-window h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 8px;
}

.page-home .home-subscribe-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-home .home-subscribe-box {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.page-home .home-email-input {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--dark-green);
  color: var(--text-light);
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 1rem;
}

.page-home .home-email-input::placeholder {
  color: var(--text-muted);
}

.page-home .home-email-input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-color: transparent;
}

.page-home .home-subscribe-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .home-subscribe-note {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.page-home .home-transfer-info {
  background: rgba(255, 255, 255, 0.03);
  border-top: 2px solid var(--gold);
  padding: 24px;
}

.page-home .home-transfer-info h3 {
  font-family: var(--font-display);
  color: var(--text-light);
  margin-bottom: 10px;
}

.page-home .home-transfer-intro {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.page-home .home-transfer-list {
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .home-transfer-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-light);
  font-size: 0.9rem;
}

.page-home .home-transfer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}

.page-home .home-text-arrow {
  display: inline-block;
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

.page-home .home-text-arrow:hover {
  color: var(--text-light);
}

.page-home .home-expert-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.page-home .home-filter-chip {
  display: inline-flex;
  padding: 6px 14px;
  font-size: 0.8rem;
  background: var(--forest);
  color: var(--text-muted);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  font-family: var(--font-body);
}

.page-home .home-filter-chip.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
  font-weight: 700;
}

.page-home .home-expert-grid {
  display: grid;
  gap: 20px;
}

.page-home .home-expert-card {
  background: var(--forest);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-top: 3px solid var(--gold);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.page-home .home-expert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.page-home .home-expert-tag {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
  font-weight: 700;
  margin-bottom: 14px;
}

.page-home .home-expert-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--text-light);
  margin-bottom: 10px;
}

.page-home .home-expert-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.page-home .home-venue-grid {
  display: grid;
  gap: 24px;
}

.page-home .home-venue-visual img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
}

.page-home .home-venue-copy {
  background: var(--forest);
  border-left: 4px solid var(--gold);
  padding: 24px;
}

.page-home .home-venue-list {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-home .home-venue-list li {
  color: var(--text-muted);
  font-size: 0.9rem;
  padding-left: 20px;
  position: relative;
}

.page-home .home-venue-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: var(--emerald);
  transform: rotate(45deg);
}

.page-home .home-venue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}

.page-home .home-explore-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.page-home .home-explore-card {
  display: block;
  background: var(--dark-green);
  padding: 24px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  text-decoration: none;
  color: var(--text-light);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.page-home .home-explore-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
  border-color: var(--gold);
}

.page-home .home-explore-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--gold);
  margin-bottom: 8px;
}

.page-home .home-explore-card span {
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.page-home .home-trust {
  padding: 36px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.page-home .home-trust p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.65;
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

@keyframes homeFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-home .home-hero-copy h1,
.page-home .home-hero-copy .home-hero-lead,
.page-home .home-hero-copy .home-paths {
  animation: homeFadeIn 0.25s ease-out both;
}

.page-home .home-hero-copy .home-hero-lead {
  animation-delay: 0.08s;
}

.page-home .home-hero-copy .home-paths {
  animation-delay: 0.16s;
}

@media (min-width: 600px) {
  .page-home .home-subscribe-box {
    grid-template-columns: 1fr auto;
  }
}

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

  .page-home .home-hero-copy {
    padding: 72px 48px 72px 0;
  }

  .page-home .home-hero-visual {
    padding: 56px 0 56px 24px;
    align-content: center;
  }

  .page-home .home-hero-copy h1 {
    font-size: 3.4rem;
  }

  .page-home .home-panel-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    align-items: start;
  }

  .page-home .home-transfer-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    align-items: start;
  }

  .page-home .home-subscribe-window {
    padding: 32px;
  }

  .page-home .home-expert-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .home-venue-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    align-items: stretch;
  }

  .page-home .home-venue-copy {
    padding: 40px;
  }

  .page-home .home-explore-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero-copy h1,
  .page-home .home-hero-copy .home-hero-lead,
  .page-home .home-hero-copy .home-paths,
  .page-home .home-path-item,
  .page-home .home-expert-card,
  .page-home .home-explore-card {
    animation: none;
    transition: none;
  }
}
