.page-home {
  --home-panel: rgba(16, 34, 75, 0.72);
  --home-border: rgba(255, 255, 255, 0.08);
  --home-glow-purple: rgba(123, 47, 191, 0.28);
  --home-glow-blue: rgba(0, 212, 255, 0.14);
  position: relative;
  background: var(--bg-deep);
  color: var(--text-primary);
  overflow-x: hidden;
}

/* ===== 首屏：常亮时刻 ===== */
.page-home .luminous-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 56px 0 48px;
}

.page-home .hero-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.page-home .hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .hero-veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(118deg, rgba(8, 15, 36, 0.94) 0%, rgba(11, 26, 58, 0.84) 40%, rgba(16, 34, 75, 0.52) 70%, rgba(11, 26, 58, 0.25) 100%),
    radial-gradient(90% 70% at 15% 20%, rgba(123, 47, 191, 0.36) 0%, transparent 65%);
}

.page-home .hero-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  right: -70px;
  top: 12%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}

.page-home .hero-fragment {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 40px;
}

.page-home .hero-fragment--a {
  width: 320px;
  height: 320px;
  right: -60px;
  top: 12%;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.08) 0%, rgba(164, 76, 240, 0.2) 100%);
  transform: rotate(22deg) skewX(-8deg);
}

.page-home .hero-fragment--b {
  width: 160px;
  height: 160px;
  left: -32px;
  bottom: 10%;
  background: linear-gradient(135deg, rgba(198, 244, 50, 0.12) 0%, rgba(0, 212, 255, 0.16) 100%);
  transform: rotate(-14deg) skewX(10deg);
  border-radius: 28px;
}

.page-home .hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.page-home .hero-magazine {
  display: grid;
  gap: 40px;
}

.page-home .hero-title {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(2.05rem, 7.5vw, 5.4rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 20px 0 24px;
  color: var(--white);
  transform: skewX(-5deg);
}

.page-home .title-lime {
  display: block;
  color: var(--lime);
  background: linear-gradient(105deg, var(--lime) 20%, var(--electric-blue) 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not ((background-clip: text) or (-webkit-background-clip: text)) {
  .page-home .title-lime {
    color: var(--lime);
    -webkit-text-fill-color: var(--lime);
    background: none;
  }
}

.page-home .hero-abstract {
  max-width: 640px;
  font-size: 0.98rem;
  line-height: 1.9;
  color: var(--text-secondary);
  margin: 0;
}

.page-home .hero-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-home .index-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 16px 16px;
  border-radius: var(--radius-md);
  background: var(--home-panel);
  border: 1px solid rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--text-primary);
  text-decoration: none;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.page-home .index-tile:hover,
.page-home .index-tile:focus-visible {
  border-color: var(--neon-bright);
  background: rgba(123, 47, 191, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px var(--home-glow-purple);
  outline: none;
}

.page-home .index-tile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.page-home .index-num {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--electric-blue);
  font-weight: 600;
}

.page-home .index-arrow {
  font-size: 1.1rem;
  color: var(--text-muted);
  transition: transform var(--transition), color var(--transition);
}

.page-home .index-tile:hover .index-arrow,
.page-home .index-tile:focus-visible .index-arrow {
  transform: translateX(4px);
  color: var(--lime);
}

.page-home .index-label {
  font-size: 1.02rem;
  font-weight: 600;
}

.page-home .index-desc {
  font-size: 0.84rem;
  color: var(--text-secondary);
}

.page-home .hero-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .trustbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.page-home .trustbar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.page-home .trustbar-dot--blue {
  background: var(--electric-blue);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.7);
}

.page-home .trustbar-dot--lime {
  background: var(--lime);
  box-shadow: 0 0 10px rgba(198, 244, 50, 0.6);
}

/* ===== 堆叠画板通用 ===== */
.page-home .section-board {
  position: relative;
  border-radius: var(--radius-lg);
  margin: 0 16px 32px;
  padding: clamp(44px, 7vw, 80px) clamp(20px, 4vw, 48px);
  overflow: hidden;
}

.page-home .section-board h2 {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 12px 0 20px;
  color: var(--white);
}

.page-home .section-lead {
  font-size: 0.98rem;
  line-height: 1.85;
  color: var(--text-secondary);
  max-width: 640px;
  margin: 0 0 28px;
}

.page-home .media-frame {
  margin: 0;
}

.page-home .media-frame figcaption {
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-align: center;
}

.page-home .link-arrow {
  color: var(--electric-blue);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition);
}

.page-home .link-arrow:hover {
  color: var(--neon-bright);
}

/* ===== 新版导航升级 ===== */
.page-home .nav-upgrade-layer {
  background:
    radial-gradient(120% 100% at 85% 20%, rgba(123, 47, 191, 0.28) 0%, transparent 60%),
    linear-gradient(155deg, var(--bg-space-2) 0%, var(--bg-space) 100%);
  border: 1px solid rgba(164, 76, 240, 0.16);
}

.page-home .upgrade-grid {
  display: grid;
  gap: 36px;
}

.page-home .triple-groups {
  display: grid;
  gap: 12px;
  margin: 32px 0 24px;
}

.page-home .group-panel {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: rgba(11, 26, 58, 0.62);
  border: 1px solid var(--home-border);
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.page-home .group-panel:hover {
  border-color: var(--electric-blue);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px var(--home-glow-blue);
}

.page-home .group-name {
  font-size: 0.88rem;
  color: var(--text-secondary);
  letter-spacing: 0.08em;
}

.page-home .group-count {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-home .group-panel--frequent .group-count {
  color: var(--lime);
}

.page-home .group-panel--core .group-count {
  color: var(--electric-blue);
}

.page-home .group-panel--extend .group-count {
  color: var(--neon-bright);
}

.page-home .group-note {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.page-home .upgrade-total {
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-home .upgrade-total p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin: 0;
}

.page-home .upgrade-total strong {
  color: var(--lime);
  font-size: 1.15rem;
}

.page-home .upgrade-total-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--lime), var(--electric-blue));
  border-radius: 2px;
  flex-shrink: 0;
}

.page-home .upgrade-media {
  width: 100%;
  max-width: 560px;
  justify-self: center;
}

/* ===== 老用户固定分类 ===== */
.page-home .fixed-personal-layer {
  background:
    radial-gradient(100% 100% at 8% 10%, rgba(0, 212, 255, 0.14) 0%, transparent 55%),
    linear-gradient(155deg, var(--bg-space) 0%, var(--ink-blue) 100%);
  border: 1px solid rgba(0, 212, 255, 0.14);
}

.page-home .personal-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-home .personal-visual {
  display: flex;
  justify-content: center;
}

.page-home .personal-list-card {
  width: 100%;
  max-width: 440px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(16, 34, 75, 0.9) 0%, rgba(11, 26, 58, 0.95) 100%);
  border: 1px solid rgba(0, 212, 255, 0.24);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.page-home .personal-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.page-home .personal-card-title {
  font-weight: 600;
  font-size: 1.05rem;
}

.page-home .personal-card-tag {
  font-size: 0.72rem;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(123, 47, 191, 0.3);
  border: 1px solid rgba(164, 76, 240, 0.35);
  color: var(--neon-bright);
  letter-spacing: 0.08em;
}

.page-home .personal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .personal-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.94rem;
  color: var(--text-primary);
}

.page-home .personal-list li:last-child {
  border-bottom: none;
}

.page-home .pl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(198, 244, 50, 0.6);
  flex-shrink: 0;
}

.page-home .personal-card-foot {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  text-align: center;
}

.page-home .feature-strip {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .feature-strip li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.page-home .fs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(198, 244, 50, 0.16);
  color: var(--lime);
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* ===== 平板进站预览 ===== */
.page-home .tablet-preview-layer {
  background:
    radial-gradient(100% 100% at 90% 85%, rgba(164, 76, 240, 0.24) 0%, transparent 58%),
    linear-gradient(155deg, var(--bg-space-2) 0%, var(--bg-space) 100%);
  border: 1px solid rgba(164, 76, 240, 0.15);
}

.page-home .tablet-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-home .tablet-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.page-home .tablet-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(11, 26, 58, 0.5);
  border: 1px solid var(--home-border);
  transition: border-color var(--transition), transform var(--transition);
}

.page-home .tablet-feature:hover {
  border-color: rgba(164, 76, 240, 0.4);
  transform: translateY(-2px);
}

.page-home .tablet-feature-index {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--electric-blue);
  background: rgba(0, 212, 255, 0.12);
  padding: 4px 8px;
  border-radius: 8px;
  flex-shrink: 0;
}

.page-home .tablet-feature strong {
  display: block;
  font-size: 0.96rem;
  margin-bottom: 4px;
}

.page-home .tablet-feature span {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.page-home .tablet-media {
  width: 100%;
  max-width: 560px;
  justify-self: center;
}

/* ===== 会员中心加载优化 ===== */
.page-home .member-speed-layer {
  background:
    radial-gradient(100% 120% at 20% 90%, rgba(0, 212, 255, 0.14) 0%, transparent 55%),
    linear-gradient(155deg, var(--bg-space) 0%, var(--bg-space-2) 100%);
  border: 1px solid rgba(0, 212, 255, 0.16);
}

.page-home .member-layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-home .loading-demo {
  max-width: 420px;
  margin: 28px 0;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(11, 26, 58, 0.55);
  border: 1px solid rgba(0, 212, 255, 0.18);
}

.page-home .loading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

.page-home .loading-label {
  font-size: 0.88rem;
  color: var(--text-primary);
}

.page-home .loading-state {
  font-size: 0.76rem;
  color: var(--electric-blue);
  letter-spacing: 0.06em;
}

.page-home .loading-track {
  position: relative;
  height: 8px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.page-home .loading-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lime) 0%, var(--electric-blue) 100%);
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.4);
  animation: home-load-pulse 2.2s ease-in-out infinite alternate;
}

@keyframes home-load-pulse {
  0% {
    opacity: 0.72;
    width: 72%;
  }
  100% {
    opacity: 1;
    width: 86%;
  }
}

.page-home .speed-metrics {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-home .speed-metric {
  display: flex;
  flex-direction: column;
}

.page-home .speed-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

.page-home .speed-label {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.page-home .member-media {
  width: 100%;
  max-width: 480px;
  justify-self: center;
}

/* ===== 收藏分类直达 ===== */
.page-home .favorite-layer {
  background:
    radial-gradient(100% 100% at 80% 10%, rgba(198, 244, 50, 0.12) 0%, transparent 55%),
    linear-gradient(155deg, var(--bg-space-2) 0%, var(--bg-space) 100%);
  border: 1px solid rgba(198, 244, 50, 0.14);
}

.page-home .favorite-layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

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

.page-home .fav-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.94rem;
  color: var(--text-secondary);
}

.page-home .fav-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(198, 244, 50, 0.14);
  color: var(--lime);
  font-weight: 700;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.page-home .favorite-demo-card {
  width: 100%;
  max-width: 480px;
  justify-self: center;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, rgba(16, 34, 75, 0.92) 0%, rgba(11, 26, 58, 0.95) 100%);
  border: 1px solid rgba(198, 244, 50, 0.2);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.page-home .fav-demo-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  background: rgba(198, 244, 50, 0.05);
  border-bottom: 1px solid rgba(198, 244, 50, 0.1);
}

.page-home .fav-star {
  color: var(--lime);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.page-home .fav-demo-head strong {
  flex: 1;
  font-size: 1.02rem;
}

.page-home .fav-state {
  font-size: 0.78rem;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  background: rgba(198, 244, 50, 0.16);
  color: var(--lime);
  border: 1px solid rgba(198, 244, 50, 0.24);
}

.page-home .fav-demo-list {
  list-style: none;
  margin: 0;
  padding: 8px 22px;
}

.page-home .fav-demo-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
}

.page-home .fav-demo-list li:last-child {
  border-bottom: none;
}

.page-home .fav-index {
  font-size: 0.8rem;
  color: var(--electric-blue);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.page-home .fav-demo-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  color: var(--text-muted);
}

.page-home .fav-mini-star {
  color: var(--lime);
  font-size: 0.86rem;
  flex-shrink: 0;
}

/* ===== 信任指标 ===== */
.page-home .trust-layer {
  background:
    radial-gradient(120% 130% at 50% 0%, rgba(123, 47, 191, 0.3) 0%, transparent 62%),
    linear-gradient(155deg, var(--ink-blue) 0%, var(--bg-space) 100%);
  border: 1px solid rgba(164, 76, 240, 0.18);
}

.page-home .trust-inner {
  text-align: center;
}

.page-home .trust-inner .eyebrow {
  display: inline-flex;
}

.page-home .trust-lead {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 0.98rem;
  line-height: 1.9;
  color: var(--text-secondary);
}

.page-home .trust-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.page-home .trust-item {
  padding: 28px 18px;
  border-radius: var(--radius-md);
  background: rgba(11, 26, 58, 0.5);
  border: 1px solid var(--home-border);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.page-home .trust-item:hover {
  border-color: rgba(164, 76, 240, 0.4);
  background: rgba(123, 47, 191, 0.1);
  transform: translateY(-3px);
}

.page-home .trust-num {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

.page-home .trust-item:nth-child(1) .trust-num,
.page-home .trust-item:nth-child(4) .trust-num {
  color: var(--lime);
}

.page-home .trust-item:nth-child(2) .trust-num,
.page-home .trust-item:nth-child(3) .trust-num {
  color: var(--electric-blue);
}

.page-home .trust-label {
  font-size: 0.84rem;
  color: var(--text-muted);
}

.page-home .cert-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.page-home .cert-chip {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  color: var(--text-secondary);
  background: rgba(16, 34, 75, 0.6);
  border: 1px solid rgba(164, 76, 240, 0.22);
}

/* ===== 延伸入口 ===== */
.page-home .explore-layer {
  padding: 40px 0 64px;
}

.page-home .explore-head {
  margin-bottom: 28px;
}

.page-home .explore-head h2 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  margin: 10px 0 0;
  color: var(--white);
}

.page-home .explore-grid {
  display: grid;
  gap: 12px;
}

.page-home .explore-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: rgba(16, 34, 75, 0.55);
  border: 1px solid var(--home-border);
  text-decoration: none;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
  color: var(--text-primary);
  position: relative;
}

.page-home .explore-card:hover {
  border-color: var(--neon-bright);
  background: rgba(123, 47, 191, 0.22);
  transform: translateX(5px);
}

.page-home .explore-label {
  font-weight: 600;
  font-size: 1.02rem;
}

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

.page-home .explore-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 1.2rem;
  transition: right var(--transition), color var(--transition);
}

.page-home .explore-card:hover .explore-arrow {
  color: var(--lime);
  right: 14px;
}

/* ===== 响应式增强 ===== */
@media (min-width: 560px) {
  .page-home .triple-groups {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .page-home .hero-orbit {
    width: 420px;
    height: 420px;
  }
}

@media (min-width: 860px) {
  .page-home .section-board {
    margin: 0 32px 40px;
    padding: clamp(56px, 8vw, 88px) clamp(40px, 6vw, 80px);
  }

  .page-home .hero-magazine {
    grid-template-columns: 1.25fr 1fr;
    gap: 48px;
    align-items: end;
  }

  .page-home .hero-index {
    gap: 14px;
  }

  .page-home .upgrade-grid,
  .page-home .member-layout,
  .page-home .favorite-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }

  .page-home .personal-grid,
  .page-home .tablet-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .page-home .tablet-media {
    order: -1;
  }

  .page-home .tablet-copy {
    order: 2;
  }

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

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

@media (min-width: 1200px) {
  .page-home .explore-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
