.page-home {
  --home-wrap-width: min(100% - 40px, 1320px);
  --home-line-gold: linear-gradient(90deg, rgba(230,194,90,0.9), rgba(122,90,248,0.9));
  position: relative;
  overflow-x: hidden;
  background: var(--c-bg-deep);
  color: var(--c-text-primary);
}

.page-home .home-wrap {
  width: var(--home-wrap-width);
  margin-inline: auto;
}

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

.page-home .home-hero {
  position: relative;
  padding: calc(var(--header-h-mobile) + 24px) 0 64px;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 80% 10%, rgba(122,90,248,0.22), transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 90%, rgba(230,194,90,0.12), transparent 60%);
  pointer-events: none;
}

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

.page-home .breadcrumb {
  width: var(--home-wrap-width);
  margin: 0 auto 20px;
}

.page-home .home-quickbar {
  width: var(--home-wrap-width);
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(122,90,248,0.35);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(27,58,107,0.85), rgba(10,20,40,0.65));
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-card);
}

.page-home .home-quickbar-label {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--c-accent-gold);
  text-transform: uppercase;
}

.page-home .home-quickbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .home-quickbar-link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(27,58,107,0.8);
  border-radius: var(--radius-md);
  background: rgba(13,27,46,0.85);
  color: var(--c-text-primary);
  text-decoration: none;
  transition: border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.page-home .home-quickbar-link:hover,
.page-home .home-quickbar-link:focus-visible {
  border-color: var(--c-accent-gold);
  color: var(--c-accent-gold);
  box-shadow: 0 0 16px rgba(230,194,90,0.2);
}

.page-home .home-quickbar-name {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
}

.page-home .home-quickbar-note {
  font-size: 12px;
  color: var(--c-text-secondary);
}

.page-home .home-hero-grid {
  width: var(--home-wrap-width);
  margin-inline: auto;
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-home .home-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.page-home .home-hero-eyebrow {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--c-accent-purple);
  text-transform: uppercase;
}

.page-home .home-hero-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(30px, 6vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  color: var(--c-text-primary);
}

.page-home .home-hero-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-text-secondary);
  max-width: 56ch;
}

.page-home .home-hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .home-hero-points li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text-primary);
}

.page-home .home-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--c-accent-gold);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.page-home .home-hero-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(230,194,90,0.35);
  background: var(--c-bg-secondary);
  box-shadow: var(--shadow-card);
}

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

.page-home .home-hero-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.page-home .home-hero-scan {
  position: absolute;
  z-index: 2;
  top: -10%;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(230,194,90,0.16), transparent);
  pointer-events: none;
  animation: home-sweep 4s ease-in-out infinite;
}

.page-home .home-quickcards {
  padding: 72px 0;
  background: var(--c-bg-secondary);
  border-top: 1px solid rgba(27,58,107,0.6);
  border-bottom: 1px solid rgba(27,58,107,0.6);
}

.page-home .home-section-head {
  margin-bottom: 36px;
}

.page-home .home-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--c-accent-purple);
  text-transform: uppercase;
}

.page-home .home-section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 600;
  line-height: 1.2;
}

.page-home .home-section-desc {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text-secondary);
}

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

.page-home .home-quickcard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  border: 1px solid rgba(27,58,107,0.75);
  border-radius: var(--radius-lg);
  background: var(--c-bg-deep);
  overflow: hidden;
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.page-home .home-quickcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--home-line-gold);
  opacity: 0.7;
}

.page-home .home-quickcard:hover,
.page-home .home-quickcard:focus-within {
  transform: translateY(-4px);
  border-color: rgba(230,194,90,0.6);
  box-shadow: 0 0 32px rgba(230,194,90,0.14);
}

.page-home .home-quickcard-img {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  object-fit: cover;
  border: 1px solid rgba(230,194,90,0.35);
  margin-bottom: 18px;
}

.page-home .home-quickcard-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.page-home .home-quickcard-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--c-text-primary);
}

.page-home .home-quickcard-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-secondary);
}

.page-home .home-quickcard-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--c-accent-gold);
}

.page-home .home-quickcard-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent-gold);
  box-shadow: 0 0 8px rgba(230,194,90,0.7);
}

.page-home .home-quickcard-link {
  margin-top: auto;
  padding-top: 14px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--c-accent-purple);
  text-decoration: none;
  border-top: 1px solid rgba(27,58,107,0.6);
  transition: color var(--transition-fast);
}

.page-home .home-quickcard-link:hover,
.page-home .home-quickcard-link:focus-visible {
  color: var(--c-accent-gold);
}

.page-home .home-season {
  padding: 80px 0;
}

.page-home .home-season-layout {
  display: grid;
  gap: 32px;
}

.page-home .home-season-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.page-home .home-season-note {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--c-accent-purple);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(27,58,107,0.28);
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-primary);
}

.page-home .home-season-tabs {
  width: 100%;
}

.page-home .home-season-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(27,58,107,0.8);
}

.page-home .home-season-tab {
  appearance: none;
  border: 1px solid rgba(27,58,107,0.8);
  border-radius: var(--radius-md);
  padding: 9px 18px;
  background: var(--c-bg-secondary);
  color: var(--c-text-secondary);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.page-home .home-season-tab:hover,
.page-home .home-season-tab:focus-visible {
  color: var(--c-text-primary);
  border-color: var(--c-accent-purple);
}

.page-home .home-season-tab.is-active {
  color: var(--c-accent-gold);
  border-color: var(--c-accent-gold);
  background: rgba(230,194,90,0.08);
}

.page-home .home-season-panel {
  display: block;
  padding: 4px 0 0;
}

.page-home .home-news-item {
  display: grid;
  gap: 6px;
  padding: 18px 18px 18px 20px;
  margin-bottom: 14px;
  border-left: 3px solid var(--c-accent-purple);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--c-bg-secondary);
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.page-home .home-news-item:hover {
  transform: translateX(4px);
  border-color: var(--c-accent-gold);
}

.page-home .home-news-tag {
  display: inline-block;
  justify-self: start;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(122,90,248,0.16);
  border: 1px solid rgba(122,90,248,0.4);
  font-size: 12px;
  font-weight: 600;
  color: var(--c-accent-purple);
}

.page-home .home-news-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 600;
  color: var(--c-text-primary);
}

.page-home .home-news-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-text-secondary);
}

.page-home .home-news-meta {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--c-text-secondary);
  opacity: 0.8;
}

.page-home .home-guide {
  padding: 80px 0;
  background: var(--c-bg-secondary);
  border-top: 1px solid rgba(27,58,107,0.6);
  border-bottom: 1px solid rgba(27,58,107,0.6);
}

.page-home .home-guide-layout {
  display: grid;
  gap: 32px;
  align-items: start;
}

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

.page-home .home-panel {
  border: 1px solid rgba(27,58,107,0.8);
  border-radius: var(--radius-md);
  background: var(--c-bg-deep);
  overflow: hidden;
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.page-home .home-panel.is-open,
.page-home .home-panel:hover {
  border-color: rgba(230,194,90,0.45);
  box-shadow: 0 0 20px rgba(230,194,90,0.08);
}

.page-home .home-panel-trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 16px;
  border: 0;
  background: transparent;
  color: var(--c-text-primary);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.page-home .home-panel-trigger:hover,
.page-home .home-panel-trigger:focus-visible {
  background: rgba(27,58,107,0.22);
}

.page-home .home-panel-index {
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--c-accent-gold);
}

.page-home .home-panel-title {
  flex: 1;
}

.page-home .home-panel-icon {
  font-size: 22px;
  font-weight: 300;
  color: var(--c-accent-purple);
  transition: transform var(--transition-base);
}

.page-home .home-panel.is-open .home-panel-icon {
  transform: rotate(45deg);
  color: var(--c-accent-gold);
}

.page-home .home-panel-content {
  padding: 0 16px 18px 48px;
}

.page-home .home-panel-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-secondary);
}

.page-home .home-guide-figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122,90,248,0.35);
  background: var(--c-bg-deep);
}

.page-home .home-guide-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.page-home .home-guide-figure figcaption {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-text-secondary);
  background: rgba(13,27,46,0.9);
}

.page-home .home-stats {
  padding: 80px 0;
  position: relative;
}

.page-home .home-stats::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse 70% 50% at 100% 30%, rgba(75,46,131,0.35), transparent 70%);
  pointer-events: none;
}

.page-home .home-stats-layout {
  position: relative;
  display: grid;
  gap: 36px;
}

.page-home .home-stats-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.page-home .home-trust-line {
  margin: 8px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--c-accent-gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(230,194,90,0.06);
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-secondary);
}

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

.page-home .home-stat-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 18px;
  border: 1px solid rgba(27,58,107,0.7);
  border-radius: var(--radius-md);
  background: rgba(13,27,46,0.7);
  overflow: hidden;
}

.page-home .home-stat-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 2px;
  background: var(--home-line-gold);
  opacity: 0.6;
}

.page-home .home-stat-num {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: var(--c-accent-gold);
  line-height: 1;
}

.page-home .home-stat-label {
  font-size: 13px;
  color: var(--c-text-secondary);
}

.page-home .home-cta-strip {
  padding: 0 0 80px;
}

.page-home .home-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122,90,248,0.4);
  background:
    linear-gradient(135deg, rgba(27,58,107,0.7), rgba(13,27,46,0.9)),
    radial-gradient(circle at 80% 0%, rgba(230,194,90,0.14), transparent 50%);
}

.page-home .home-cta-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-text-primary);
  max-width: 62ch;
}

.page-home .home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-hero-scan {
  animation: home-sweep 4s ease-in-out infinite;
}

@keyframes home-sweep {
  0% {
    transform: translateY(-10%);
  }
  70%,
  100% {
    transform: translateY(380%);
  }
}

.page-home .home-hero-svg .home-svg-grid {
  animation: home-grid-fade 6s ease-in-out infinite alternate;
}

@keyframes home-grid-fade {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero-scan,
  .page-home .home-hero-svg .home-svg-grid {
    animation: none;
  }

  .page-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .page-home .home-quickbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-home .home-quickbar-links {
    flex-wrap: nowrap;
  }

  .page-home .home-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .page-home .home-section-head {
    margin-bottom: 44px;
  }

  .page-home .home-quickcard-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
  }

  .page-home .home-quickcard {
    padding: 26px 24px;
  }

  .page-home .home-quickcard-team {
    transform: translateY(0);
  }

  .page-home .home-quickcard-member {
    margin-top: 20px;
  }

  .page-home .home-quickcard-patch {
    margin-top: 40px;
  }

  .page-home .home-season-layout {
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start;
  }

  .page-home .home-season-panel {
    display: block;
  }

  .page-home .home-guide-layout {
    grid-template-columns: 1fr 360px;
    gap: 48px;
  }

  .page-home .home-guide-figure {
    margin-top: 40px;
  }

  .page-home .home-stats-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
  }

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

  .page-home .home-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding-top: calc(var(--header-h-desktop) + 48px);
  }

  .page-home .home-hero-title {
    max-width: 18ch;
  }

  .page-home .home-quickbar {
    margin-bottom: 48px;
  }

  .page-home .home-quickcard:nth-child(2) {
    margin-top: 24px;
  }

  .page-home .home-quickcard:nth-child(3) {
    margin-top: 48px;
  }
}

@media (min-width: 1280px) {
  .page-home .home-hero-lead {
    font-size: 17px;
  }

  .page-home .home-quickcard-body p,
  .page-home .home-news-desc,
  .page-home .home-panel-content p {
    font-size: 15px;
  }
}
