.page-home {
  --home-gray: #7a8a8f;
  --home-moss: #6b7b6d;
  --home-terracotta: #b5654d;
  --home-border: 2px solid rgba(212, 175, 55, 0.35);
  --home-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  background: var(--color-primary);
  color: var(--color-text-light);
}

.page-home .mono-font,
.page-home .mono-font * {
  font-family: var(--font-mono);
}

.page-home .container {
  width: min(1200px, 92%);
  margin-inline: auto;
  position: relative;
}

/* ===== HERO ===== */
.page-home .home-hero {
  position: relative;
  min-height: 680px;
  padding: 90px 0 120px;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(13, 43, 69, 0.9) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 85% 75%, rgba(13, 43, 69, 0.85) 0%, transparent 70%),
    linear-gradient(135deg, #050e1a 0%, #0a1a2f 55%, #0d2b45 100%);
  overflow: hidden;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #d4af37 30%, #d4af37 70%, transparent 100%);
}

.page-home .hero-starfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 8% 22%, rgba(245, 247, 250, 0.8) 0, transparent 100%),
    radial-gradient(1px 1px at 22% 65%, rgba(245, 247, 250, 0.5) 0, transparent 100%),
    radial-gradient(1.5px 1.5px at 38% 12%, rgba(212, 175, 55, 0.7) 0, transparent 100%),
    radial-gradient(1px 1px at 55% 38%, rgba(245, 247, 250, 0.6) 0, transparent 100%),
    radial-gradient(1px 1px at 68% 82%, rgba(245, 247, 250, 0.45) 0, transparent 100%),
    radial-gradient(1.5px 1.5px at 75% 18%, rgba(212, 175, 55, 0.6) 0, transparent 100%),
    radial-gradient(1px 1px at 90% 55%, rgba(245, 247, 250, 0.5) 0, transparent 100%),
    radial-gradient(1px 1px at 12% 88%, rgba(245, 247, 250, 0.4) 0, transparent 100%);
}

.page-home .star {
  position: absolute;
  border-radius: 50%;
  background: #f5f7fa;
  opacity: 0.6;
}
.page-home .star-1 { width: 2px; height: 2px; top: 15%; left: 10%; }
.page-home .star-2 { width: 2px; height: 2px; top: 25%; left: 80%; }
.page-home .star-3 { width: 3px; height: 3px; top: 12%; left: 55%; background: #d4af37; opacity: 0.85; }
.page-home .star-4 { width: 2px; height: 2px; top: 60%; left: 5%; }
.page-home .star-5 { width: 1px; height: 1px; top: 78%; left: 30%; }
.page-home .star-6 { width: 2px; height: 2px; top: 65%; left: 92%; }
.page-home .star-7 { width: 1px; height: 1px; top: 45%; left: 45%; }
.page-home .star-8 { width: 2px; height: 2px; top: 35%; left: 68%; opacity: 0.4; }
.page-home .star-9 { width: 1px; height: 1px; top: 82%; left: 72%; }
.page-home .star-10 { width: 2px; height: 2px; top: 8%; left: 35%; background: #d4af37; opacity: 0.7; }
.page-home .star-11 { width: 1px; height: 1px; top: 50%; left: 15%; }
.page-home .star-12 { width: 2px; height: 2px; top: 70%; left: 60%; opacity: 0.5; }

.page-home .hero-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

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

.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  color: #d4af37;
  margin-bottom: 22px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 8px 14px;
  background: rgba(212, 175, 55, 0.06);
}

.page-home .hero-kicker__dot {
  width: 6px;
  height: 6px;
  background: #d4af37;
  display: inline-block;
  border-radius: 1px;
}

.page-home .hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}

.page-home .hero-title em {
  font-style: normal;
  color: #d4af37;
  position: relative;
}

.page-home .hero-title em::after {
  content: "";
  display: block;
  width: 68%;
  height: 4px;
  margin-top: 6px;
  background: linear-gradient(90deg, #d4af37 0%, transparent 100%);
}

.page-home .hero-lead {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(0.92rem, 1.3vw, 1.05rem);
  line-height: 1.9;
  color: rgba(245, 247, 250, 0.88);
  margin: 0 0 34px;
  max-width: 540px;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 13px 24px;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  line-height: 1.2;
}

.page-home .btn--primary {
  background: #d4af37;
  border-color: #d4af37;
  color: #050e1a;
  font-weight: 700;
}

.page-home .btn--primary:hover {
  background: #e5c558;
  border-color: #e5c558;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 rgba(212, 175, 55, 0.3);
}

.page-home .btn--outline {
  background: transparent;
  border-color: rgba(245, 247, 250, 0.55);
  color: #f5f7fa;
}

.page-home .btn--outline:hover {
  border-color: #d4af37;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
}

.page-home .btn-arrow {
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.page-home .btn--primary:hover .btn-arrow {
  transform: translate(2px, -2px);
}

.page-home .hero-visual {
  position: relative;
  z-index: 2;
}

.page-home .hero-figure {
  margin: 0;
  position: relative;
}

.page-home .hero-screen {
  background: #0d2b45;
  border: 3px solid #f4ebd9;
  box-shadow: 12px 12px 0 rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  position: relative;
  overflow: visible;
}

.page-home .screen-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #0a1a2f;
  padding: 10px 14px;
  border-bottom: 2px solid #0d2b45;
}

.page-home .screen-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.page-home .screen-dot--gold {
  background: #d4af37;
}

.page-home .screen-dot--gray {
  background: #7a8a8f;
}

.page-home .screen-topbar__url {
  margin-left: 12px;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(245, 247, 250, 0.6);
}

.page-home .screen-body {
  display: grid;
  grid-template-columns: 0.22fr 1fr;
  min-height: 260px;
}

.page-home .screen-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 12px;
  background: #0a1a2f;
  border-right: 1px solid rgba(245, 247, 250, 0.1);
}

.page-home .screen-nav__item {
  display: block;
  height: 6px;
  background: rgba(245, 247, 250, 0.2);
  border-radius: 2px;
}

.page-home .screen-nav__item:nth-child(1) { width: 70%; background: #d4af37; }
.page-home .screen-nav__item:nth-child(2) { width: 85%; }
.page-home .screen-nav__item:nth-child(3) { width: 55%; }
.page-home .screen-nav__item:nth-child(4) { width: 75%; }

.page-home .screen-main {
  padding: 22px;
  overflow: hidden;
}

.page-home .screen-hero-block {
  margin-bottom: 24px;
}

.page-home .screen-hero-line {
  display: block;
  background: #f4ebd9;
  border-radius: 2px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.page-home .screen-hero-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: #d4af37;
  opacity: 0.85;
}

.page-home .screen-hero-line--lg { width: 92%; height: 14px; }
.page-home .screen-hero-line--md { width: 70%; height: 10px; margin-left: 8%; }
.page-home .screen-hero-line--sm { width: 45%; height: 8px; margin-left: 8%; background: #7a8a8f; }

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

.page-home .screen-cell {
  background: rgba(245, 247, 250, 0.12);
  border-radius: 2px;
  height: 42px;
}

.page-home .screen-cell--gold {
  background: rgba(212, 175, 55, 0.7);
}

.page-home .screen-float-card {
  position: absolute;
  right: -18px;
  top: 40px;
  background: #d4af37;
  color: #050e1a;
  border-radius: var(--radius);
  border: 2px solid #f4ebd9;
  box-shadow: var(--home-shadow);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 92px;
}

.page-home .float-card__label {
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.page-home .float-card__num {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.page-home .float-card__unit {
  font-size: 0.6rem;
  font-family: var(--font-body);
  font-weight: 600;
}

.page-home .screen-float-badge {
  position: absolute;
  left: -14px;
  bottom: 28px;
  background: #f4ebd9;
  color: #0a1a2f;
  border-radius: var(--radius);
  border: 2px solid #0a1a2f;
  box-shadow: var(--home-shadow);
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
}

.page-home .screen-float-badge svg {
  color: #d4af37;
  width: 18px;
  height: 18px;
}

.page-home .hero-figure__caption {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  font-size: 0.78rem;
  color: rgba(245, 247, 250, 0.65);
  border-left: 3px solid #d4af37;
  padding-left: 14px;
  line-height: 1.6;
}

.page-home .hero-figure__caption .mono-font {
  color: #d4af37;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
}

.page-home .hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(245, 247, 250, 0.5);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  z-index: 2;
}

.page-home .hero-scroll-hint span:first-child {
  width: 2px;
  height: 36px;
  background: linear-gradient(180deg, #d4af37, transparent);
  display: block;
}

.page-home .hero-index {
  position: absolute;
  right: 30px;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  z-index: 3;
  font-size: 0.7rem;
}

.page-home .hero-index a {
  color: rgba(245, 247, 250, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .hero-index a:hover {
  color: #d4af37;
}

/* ===== divider band ===== */
.page-home .home-divider-band {
  height: 3px;
  background: repeating-linear-gradient(90deg, #d4af37 0 12px, transparent 12px 28px);
  opacity: 0.35;
}

/* ===== global section style ===== */
.page-home .home-section {
  padding: 95px 0;
  position: relative;
}

.page-home .section-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 56px;
  position: relative;
}

.page-home .section-index {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: #d4af37;
  padding-top: 8px;
  position: relative;
  border-top: 2px solid #d4af37;
  padding-top: 10px;
}

.page-home .section-subtitle {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: #7a8a8f;
  margin: 0 0 8px;
  font-family: var(--font-mono);
}

.page-home .section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.page-home .section-header--light .section-subtitle {
  color: rgba(245, 247, 250, 0.55);
}

.page-home .vertical-text {
  writing-mode: vertical-rl;
  font-size: 0.68rem;
  letter-spacing: 0.4em;
  color: #7a8a8f;
  opacity: 0.65;
  margin-left: auto;
  align-self: stretch;
  padding-block: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.page-home .starfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 10% 25%, rgba(245, 247, 250, 0.3) 0, transparent 100%),
    radial-gradient(1px 1px at 30% 75%, rgba(245, 247, 250, 0.22) 0, transparent 100%),
    radial-gradient(1.5px 1.5px at 60% 25%, rgba(212, 175, 55, 0.3) 0, transparent 100%),
    radial-gradient(1px 1px at 85% 50%, rgba(245, 247, 250, 0.18) 0, transparent 100%),
    radial-gradient(1px 1px at 50% 85%, rgba(245, 247, 250, 0.25) 0, transparent 100%);
}

/* ===== whats-new ===== */
.page-home .home-whats-new {
  background: linear-gradient(165deg, #050e1a 0%, #0a1a2f 60%, #0d2b45 100%);
  color: var(--color-text-light);
}

.page-home .whats-new-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 30px;
  margin-bottom: 60px;
}

.page-home .card {
  background: #f4ebd9;
  color: #1a1a1a;
  border: 3px solid #1a1a1a;
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.35);
  padding: 32px;
  position: relative;
}

.page-home .card--dark {
  background: #0d2b45;
  color: #f5f7fa;
  border-color: #d4af37;
  box-shadow: 8px 8px 0 rgba(212, 175, 55, 0.18);
}

.page-home .feature-card {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

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

.page-home .card--dark.feature-card:hover {
  box-shadow: 12px 12px 0 rgba(212, 175, 55, 0.3);
}

.page-home .feature-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page-home .feature-card__num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #d4af37;
}

.page-home .card:not(.card--dark) .feature-card__num {
  color: #0a1a2f;
}

.page-home .feature-card__tag {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  padding: 5px 10px;
  border: 1px solid currentColor;
  border-radius: 2px;
  opacity: 0.7;
}

.page-home .feature-card__title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 12px;
}

.page-home .feature-card__text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.85;
  margin: 0 0 20px;
  opacity: 0.85;
}

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

.page-home .feature-card__list li {
  font-size: 0.84rem;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}

.page-home .feature-card__list li::before {
  content: "◆";
  color: #d4af37;
  font-size: 0.6rem;
  margin-top: 5px;
  flex-shrink: 0;
}

.page-home .card:not(.card--dark) .feature-card__list li::before {
  color: #b5654d;
}

.page-home .feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d4af37;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-home .feature-card__link:hover,
.page-home .feature-card__link:focus-visible {
  color: #e5c558;
  border-bottom-color: #d4af37;
}

.page-home .card:not(.card--dark) .feature-card__link {
  color: #0a1a2f;
}

.page-home .card:not(.card--dark) .feature-card__link:hover {
  color: #b5654d;
  border-bottom-color: #b5654d;
}

.page-home .feature-card__link .mono-font {
  transition: padding-left 0.2s ease;
}

.page-home .feature-card__link:hover .mono-font {
  padding-left: 4px;
}

.page-home .nav-list-preview {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.page-home .nav-list-preview span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  border: 1px solid rgba(26, 26, 26, 0.3);
  padding: 6px 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.page-home .nav-list-preview span:nth-child(1)::before,
.page-home .nav-list-preview span:nth-child(2)::before,
.page-home .nav-list-preview span:nth-child(3)::before,
.page-home .nav-list-preview span:nth-child(4)::before,
.page-home .nav-list-preview span:nth-child(5)::before,
.page-home .nav-list-preview span:nth-child(6)::before,
.page-home .nav-list-preview span:nth-child(7)::before,
.page-home .nav-list-preview span:nth-child(8)::before {
  content: "▪";
  color: #b5654d;
  font-size: 0.6rem;
}

/* stats strip */
.page-home .stats-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(13, 43, 69, 0.45);
}

.page-home .stat-item {
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  border-right: 1px solid rgba(212, 175, 55, 0.25);
}

.page-home .stat-item:last-child {
  border-right: none;
}

.page-home .stat-item__num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d4af37;
  line-height: 1.1;
}

.page-home .stat-item__label {
  font-size: 0.68rem;
  font-family: var(--font-body);
  color: rgba(245, 247, 250, 0.7);
}

/* ===== quick-entry ===== */
.page-home .home-quick-entry {
  background:
    radial-gradient(ellipse 50% 40% at 85% 15%, rgba(13, 43, 69, 0.6) 0%, transparent 70%),
    linear-gradient(135deg, #0a1a2f 0%, #050e1a 60%, #0d2b45 100%);
  color: var(--color-text-light);
  position: relative;
}

.page-home .home-quick-entry .container {
  position: relative;
  z-index: 2;
}

.page-home .section-header--light .section-title {
  color: #f5f7fa;
}

.page-home .quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 52px;
}

.page-home .quick-card {
  background: rgba(13, 43, 69, 0.7);
  border: 2px solid rgba(245, 247, 250, 0.2);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  position: relative;
}

.page-home .quick-card:hover,
.page-home .quick-card:focus-within {
  border-color: #d4af37;
  background: rgba(13, 43, 69, 0.95);
  box-shadow: 6px 6px 0 rgba(212, 175, 55, 0.18);
}

.page-home .quick-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  color: #d4af37;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 1.1rem;
  background: rgba(212, 175, 55, 0.08);
}

.page-home .quick-card__icon svg {
  width: 24px;
  height: 24px;
}

.page-home .quick-card__title {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

.page-home .quick-card__text {
  font-size: 0.78rem;
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245, 247, 250, 0.75);
  margin: 0 0 22px;
  flex-grow: 1;
}

.page-home .quick-card .btn {
  font-size: 0.76rem;
  padding: 9px 16px;
  border-width: 1px;
}

.page-home .quick-card .btn--outline {
  border-color: rgba(245, 247, 250, 0.5);
}

.page-home .quick-entry-figure {
  margin: 0;
  border-top: 2px solid rgba(212, 175, 55, 0.25);
  border-bottom: 2px solid rgba(212, 175, 55, 0.25);
  padding: 28px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-home .quick-entry-figure__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  border: 2px solid #f4ebd9;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: var(--radius);
  object-fit: cover;
}

.page-home .quick-entry-figure__caption {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  color: rgba(245, 247, 250, 0.6);
  border-left: 3px solid #d4af37;
  padding-left: 14px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.6;
}

.page-home .quick-entry-figure__caption .mono-font {
  color: #d4af37;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  flex-shrink: 0;
}

/* ===== member-center ===== */
.page-home .home-member-center {
  background: #f4ebd9;
  color: #1a1a1a;
}

.page-home .home-member-center .section-subtitle {
  color: #7a8a8f;
}

.page-home .home-member-center .section-title {
  color: #1a1a1a;
}

.page-home .home-member-center .vertical-text {
  color: #7a8a8f;
}

.page-home .member-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 64px;
}

.page-home .member-intro {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #1a1a1a;
  margin: 0 0 32px;
  padding-left: 20px;
  border-left: 4px solid #b5654d;
}

.page-home .member-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.page-home .member-feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  border: 1px solid rgba(26, 26, 26, 0.15);
  background: #fff;
  padding: 18px;
  border-radius: var(--radius);
  box-shadow: 3px 3px 0 rgba(26, 26, 26, 0.1);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.page-home .member-feature-list li:hover,
.page-home .member-feature-list li:focus-within {
  border-color: #0a1a2f;
  box-shadow: 6px 6px 0 rgba(26, 26, 26, 0.18);
  transform: translateY(-2px);
}

.page-home .member-feature-list__index {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: #b5654d;
  background: rgba(181, 101, 77, 0.1);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  align-self: start;
}

.page-home .member-feature-list strong {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.page-home .member-feature-list p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.75;
  margin: 0;
  color: rgba(26, 26, 26, 0.8);
}

.page-home .member-figure {
  margin: 0;
  position: relative;
}

.page-home .member-figure::before {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  background: rgba(10, 26, 47, 0.15);
  border-radius: var(--radius);
  z-index: 0;
}

.page-home .member-figure__img {
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid #0a1a2f;
  box-shadow: 10px 10px 0 rgba(10, 26, 47, 0.3);
  border-radius: var(--radius);
  background: #0a1a2f;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.page-home .member-figure__caption {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  color: rgba(26, 26, 26, 0.7);
  border-left: 3px solid #b5654d;
  padding-left: 14px;
  margin-top: 20px;
}

.page-home .member-figure__caption .mono-font {
  color: #b5654d;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
}

.page-home .member-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  counter-reset: member-flow;
}

.page-home .member-flow__line {
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #0a1a2f 0 8px, transparent 8px 16px);
  opacity: 0.25;
  z-index: 0;
}

.page-home .member-flow__step {
  background: #fff;
  border: 2px solid #0a1a2f;
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(10, 26, 47, 0.2);
  padding: 28px 20px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .member-flow__step:hover {
  transform: translateY(-3px);
  box-shadow: 7px 7px 0 rgba(10, 26, 47, 0.25);
}

.page-home .member-flow__num {
  font-size: 0.7rem;
  font-weight: 700;
  color: #b5654d;
  letter-spacing: 0.15em;
  background: rgba(181, 101, 77, 0.08);
  padding: 4px 10px;
  border-radius: 2px;
}

.page-home .member-flow__step h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  margin: 14px 0 8px;
}

.page-home .member-flow__step p {
  font-size: 0.74rem;
  font-weight: 300;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.7;
  margin: 0;
}

/* ===== latest news ===== */
.page-home .home-latest-news {
  background:
    radial-gradient(ellipse 55% 45% at 15% 80%, rgba(13, 43, 69, 0.7) 0%, transparent 70%),
    linear-gradient(145deg, #050e1a 0%, #0a1a2f 55%, #0d2b45 100%);
  color: #f5f7fa;
}

.page-home .section-header__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5f7fa;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  margin-left: auto;
  margin-right: 10%;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-home .section-header__more:hover {
  color: #d4af37;
  border-bottom-color: #d4af37;
}

.page-home .news-list {
  display: grid;
  gap: 0;
}

.page-home .news-item {
  border-bottom: 1px solid rgba(245, 247, 250, 0.14);
}

.page-home .news-item:first-child {
  border-top: 1px solid rgba(245, 247, 250, 0.14);
}

.page-home .news-item__inner {
  display: grid;
  grid-template-columns: 60px 1fr auto 44px;
  gap: 22px;
  align-items: center;
  padding: 24px 10px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.25s ease, padding-left 0.25s ease;
  background: transparent;
}

.page-home .news-item__inner:hover,
.page-home .news-item__inner:focus-visible {
  background: rgba(13, 43, 69, 0.7);
  padding-left: 22px;
}

.page-home .news-item__index {
  font-size: 0.8rem;
  color: #d4af37;
  font-weight: 600;
}

.page-home .news-item__body h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
  transition: color 0.2s ease;
}

.page-home .news-item__body p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.7;
  color: rgba(245, 247, 250, 0.6);
  margin: 0;
}

.page-home .news-item__inner:hover .news-item__body h3 {
  color: #d4af37;
}

.page-home .news-item__tag {
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  font-family: var(--font-mono);
  color: rgba(245, 247, 250, 0.55);
  border: 1px solid rgba(245, 247, 250, 0.3);
  padding: 4px 10px;
  border-radius: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-home .news-item__inner:hover .news-item__tag {
  border-color: #d4af37;
  color: #d4af37;
}

.page-home .news-item__arrow {
  font-size: 0.9rem;
  color: rgba(245, 247, 250, 0.4);
  transition: color 0.2s ease, transform 0.2s ease;
}

.page-home .news-item__inner:hover .news-item__arrow {
  color: #d4af37;
  transform: translateX(4px);
}

/* ===== help support ===== */
.page-home .home-help-support {
  background: #f4ebd9;
  color: #1a1a1a;
}

.page-home .home-help-support .section-subtitle {
  color: #7a8a8f;
}

.page-home .home-help-support .section-title {
  color: #1a1a1a;
}

.page-home .home-help-support .vertical-text {
  color: #7a8a8f;
}

.page-home .support-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.5fr;
  gap: 34px;
  align-items: start;
}

.page-home .support-intro > p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #1a1a1a;
  margin: 0 0 28px;
}

.page-home .support-commit {
  border: 2px solid rgba(10, 26, 47, 0.2);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 14px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  box-shadow: 3px 3px 0 rgba(10, 26, 47, 0.12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .support-commit:hover {
  border-color: rgba(10, 26, 47, 0.6);
  box-shadow: 5px 5px 0 rgba(10, 26, 47, 0.15);
}

.page-home .support-commit__label {
  flex-basis: 100%;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #7a8a8f;
}

.page-home .support-commit__value {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-heading);
  color: #0a1a2f;
}

.page-home .support-commit__note {
  font-size: 0.76rem;
  color: #b5654d;
  font-weight: 600;
}

.page-home .support-channels {
  display: grid;
  gap: 18px;
}

.page-home .support-channel {
  display: grid;
  grid-template-columns: 46px 1fr 30px;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 2px solid rgba(26, 26, 26, 0.25);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(26, 26, 26, 0.12);
  padding: 22px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-home .support-channel:hover,
.page-home .support-channel:focus-visible {
  border-color: #0a1a2f;
  box-shadow: 7px 7px 0 rgba(26, 26, 26, 0.2);
  transform: translateY(-2px);
}

.page-home .support-channel__index {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(212, 175, 55, 0.18);
  color: #8a6d1a;
  font-weight: 700;
  font-size: 0.9rem;
}

.page-home .support-channel__body h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.page-home .support-channel__body p {
  font-size: 0.76rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  color: rgba(26, 26, 26, 0.75);
}

.page-home .support-channel__body .support-channel__sub {
  font-size: 0.68rem;
  color: #7a8a8f;
  margin-top: 4px;
}

.page-home .support-channel__arrow {
  color: #0a1a2f;
  font-size: 0.85rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.page-home .support-channel:hover .support-channel__arrow {
  color: #b5654d;
  transform: translateX(4px);
}

.page-home .support-figure {
  margin: 0;
  position: relative;
}

.page-home .support-figure::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: -18px;
  bottom: -18px;
  background: rgba(10, 26, 47, 0.25);
  border-radius: var(--radius);
  z-index: 0;
}

.page-home .support-figure__img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  border: 4px solid #0a1a2f;
  box-shadow: 8px 8px 0 rgba(10, 26, 47, 0.22);
  border-radius: var(--radius);
  object-fit: cover;
  background: #0a1a2f;
  position: relative;
  z-index: 1;
}

.page-home .support-figure__caption {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: rgba(26, 26, 26, 0.7);
  border-left: 3px solid #d4af37;
  padding-left: 12px;
  margin-top: 20px;
}

.page-home .support-figure__caption .mono-font {
  color: #8a6d1a;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
}

/* ===== cta band ===== */
.page-home .home-cta-band {
  background: linear-gradient(100deg, #d4af37 0%, #e9cf74 45%, #d4af37 100%);
  color: #050e1a;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-cta-band::before,
.page-home .home-cta-band::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 120%;
  background: #0a1a2f;
  opacity: 0.15;
  transform: translateY(-50%) rotate(20deg);
}

.page-home .home-cta-band::before {
  left: 12%;
}

.page-home .home-cta-band::after {
  right: 12%;
  width: 14px;
}

.page-home .home-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
  position: relative;
  z-index: 2;
}

.page-home .home-cta-band__label {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #050e1a;
  opacity: 0.7;
  border-right: 2px solid rgba(5, 14, 26, 0.3);
  padding-right: 28px;
}

.page-home .home-cta-band__text {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 700;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}

.page-home .home-cta-band .btn--primary {
  background: #0a1a2f;
  border-color: #0a1a2f;
  color: #f5f7fa;
}

.page-home .home-cta-band .btn--primary:hover {
  background: #0d2b45;
  border-color: #0d2b45;
  box-shadow: 4px 4px 0 rgba(5, 14, 26, 0.4);
}

/* ===== responsive ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .page-home .hero-container {
    grid-template-columns: 1fr 0.8fr;
    gap: 32px;
  }

  .page-home .hero-screen {
    transform: scale(0.95);
    transform-origin: center right;
  }

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

  .page-home .stats-strip {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }

  .page-home .whats-new-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .member-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .page-home .support-figure {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  .page-home .member-flow__line {
    top: 50%;
    display: none;
  }
}

@media (max-width: 767px) {
  .page-home .hero-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .page-home .home-hero {
    min-height: auto;
    padding: 70px 0 110px;
  }

  .page-home .hero-visual {
    order: -1;
  }

  .page-home .hero-screen {
    transform: scale(0.96);
  }

  .page-home .screen-float-card {
    right: 8px;
  }

  .page-home .hero-index {
    display: none;
  }

  .page-home .home-section {
    padding: 70px 0;
  }

  .page-home .section-header {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 38px;
  }

  .page-home .vertical-text {
    display: none;
  }

  .page-home .whats-new-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .page-home .stat-item {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding: 20px 10px;
  }

  .page-home .stat-item:nth-child(2n) {
    border-right: none;
  }

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

  .page-home .quick-card {
    padding: 24px;
  }

  .page-home .member-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-home .member-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-home .member-flow__line {
    display: none;
  }

  .page-home .news-item__inner {
    grid-template-columns: 40px 1fr 36px;
    gap: 12px;
    padding: 18px 6px;
  }

  .page-home .news-item__tag {
    display: none;
  }

  .page-home .section-header__more {
    margin-left: 0;
    margin-right: 0;
  }

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

  .page-home .support-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-home .support-figure__img {
    max-width: 260px;
  }

  .page-home .home-cta-band__inner {
    flex-direction: column;
    text-align: center;
  }

  .page-home .home-cta-band__label {
    border-right: none;
    padding-right: 0;
    border-bottom: 2px solid rgba(5, 14, 26, 0.3);
    padding-bottom: 12px;
  }

  .page-home .member-figure::before {
    display: none;
  }

  .page-home .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-home .hero-actions .btn {
    justify-content: center;
  }

  .page-home .screen-float-badge {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-home .stats-strip {
    grid-template-columns: 1fr;
  }

  .page-home .stat-item {
    border-right: none !important;
  }

  .page-home .hero-figure__caption {
    font-size: 0.68rem;
  }

  .page-home .home-cta-band {
    padding: 36px 0;
  }
}
