.page-home {
  --hero-bg-1: #0B1D3A;
  --hero-bg-2: #1B3A5C;
  --hero-bg-3: #D4AF37;
  --hero-glow: rgba(212, 175, 55, 0.14);
  --panel-pad: clamp(20px, 3vw, 40px);
  --diag-angle: 74deg;
  color: #2E2727;
  overflow-x: hidden;
  background: #F9F6F0;
}

/* ============ Hero ============ */
.page-home .home-hero {
  position: relative;
  min-height: 624px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(var(--diag-angle), transparent 46%, var(--hero-bg-3) 46.2%, var(--hero-bg-3) 48%, var(--hero-bg-2) 48.2%),
    linear-gradient(180deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
  isolation: isolate;
  padding-top: 0;
  padding-bottom: 0;
}
.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 32%, var(--hero-glow), transparent 52%);
  z-index: 0;
  pointer-events: none;
  animation: homeGlow 1.6s ease-out both;
}
@keyframes homeGlow {
  from { opacity: 0; }
  to { opacity: 1; }
}
.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  z-index: -1;
}
.page-home .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 56px;
}
.page-home .hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 18px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 6px 12px;
  width: fit-content;
}
.page-home .hero-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #F9F6F0;
  margin: 0 0 20px;
  max-width: 680px;
}
.page-home .hero-lead {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(249, 246, 240, 0.78);
  max-width: 580px;
  margin-bottom: 28px;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-home .hero-board {
  background: rgba(11, 29, 58, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-color: rgba(212, 175, 55, 0.38);
  padding: 24px 22px;
  position: relative;
}
.page-home .hero-board::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(212, 175, 55, 0.3);
  top: 8px;
  left: 8px;
  z-index: -1;
  pointer-events: none;
}
.page-home .hero-board-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-home .board-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  color: #F9F6F0;
  letter-spacing: 0.04em;
}
.page-home .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D4AF37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.7);
}
.page-home .board-version {
  font-family: var(--font-heading);
  font-size: 11px;
  color: rgba(212, 175, 55, 0.9);
  letter-spacing: 0.08em;
}
.page-home .board-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 10px;
  margin-bottom: 20px;
}
.page-home .board-metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 2px solid rgba(212, 175, 55, 0.6);
  padding-left: 10px;
}
.page-home .board-num {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(22px, 3vw, 34px);
  color: #D4AF37;
  line-height: 1;
}
.page-home .board-num em {
  font-style: normal;
  font-size: 0.58em;
  margin-left: 2px;
  color: rgba(212, 175, 55, 0.7);
}
.page-home .board-label {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(249, 246, 240, 0.65);
}
.page-home .board-meta {
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-home .board-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(249, 246, 240, 0.72);
}
.page-home .board-meta-row svg {
  flex: 0 0 auto;
}

/* ============ Dashboard ============ */
.page-home .home-dashboard {
  background: #F9F6F0;
  position: relative;
}
.page-home .chart-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.page-home .dashboard-note {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(46, 39, 39, 0.66);
  max-width: 360px;
  border-left: 3px solid #D4AF37;
  padding-left: 16px;
  margin-top: 4px;
}
.page-home .dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.page-home .dashboard-card {
  padding: var(--panel-pad);
}
.page-home .dashboard-card-main {
  background: #F9F6F0;
  box-shadow: 0 14px 40px rgba(11, 29, 58, 0.08);
  border: 1px solid #E5E9F0;
  position: relative;
}
.page-home .dashboard-card-side {
  background: #0B1D3A;
  color: #F9F6F0;
  padding: var(--panel-pad);
  position: relative;
}
.page-home .dashboard-card-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #D4AF37, #E67E22);
}
.page-home .dashboard-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.page-home .radar-wrap {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.page-home .radar-chart {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .radar-bg {
  fill: #F9F6F0;
  stroke: #E5E9F0;
  stroke-width: 1;
}
.page-home .radar-ring {
  fill: none;
  stroke: rgba(11, 29, 58, 0.12);
  stroke-width: 1;
  stroke-dasharray: 3 3;
}
.page-home .radar-segment {
  fill: rgba(44, 90, 140, 0.2);
  stroke: #2C5A8C;
  stroke-width: 1.5;
  transition: fill 0.3s ease-out;
}
.page-home .radar-segment-2 {
  fill: rgba(212, 175, 55, 0.22);
  stroke: #D4AF37;
}
.page-home .radar-segment-3 {
  fill: rgba(230, 126, 34, 0.18);
  stroke: #E67E22;
}
.page-home .radar-core {
  fill: #D4AF37;
}
.page-home .radar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.page-home .radar-number {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 34px;
  color: #0B1D3A;
  line-height: 1;
  display: block;
}
.page-home .radar-number small {
  font-size: 0.5em;
  color: #B8860B;
}
.page-home .radar-caption {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(46, 39, 39, 0.56);
  margin-top: 4px;
}
.page-home .radar-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.page-home .radar-tag {
  font-family: var(--font-heading);
  font-size: 11px;
  color: #0B1D3A;
  border: 1px solid #E5E9F0;
  background: rgba(249, 246, 240, 0.85);
  padding: 5px 10px;
  letter-spacing: 0.03em;
}
.page-home .side-head {
  margin-bottom: 22px;
}
.page-home .stat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.page-home .stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(249, 246, 240, 0.12);
}
.page-home .stat-row:last-child {
  border-bottom: 0;
}
.page-home .stat-row-label {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(249, 246, 240, 0.7);
}
.page-home .stat-row-value {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  color: #D4AF37;
}
.page-home .stat-row-value small {
  font-size: 0.65em;
  color: rgba(212, 175, 55, 0.72);
  margin-left: 2px;
}

/* ============ Mobile ============ */
.page-home .home-mobile {
  background: #0B1D3A;
  position: relative;
}
.page-home .home-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.02));
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-home .mobile-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.page-home .mobile-visual {
  position: relative;
}
.page-home .mobile-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(212, 175, 55, 0.34);
}
.page-home .mobile-visual::after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  z-index: -1;
}
.page-home .visual-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(11, 29, 58, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #F9F6F0;
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 8px 14px;
  border-left: 3px solid #D4AF37;
}
.page-home .mobile-copy .section-label,
.page-home .mobile-copy .section-title {
  color: #F9F6F0;
}
.page-home .mobile-copy .text-block {
  color: rgba(249, 246, 240, 0.75);
  max-width: 620px;
}
.page-home .feature-list {
  list-style: none;
  margin: 28px 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-home .feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(249, 246, 240, 0.1);
  padding-bottom: 18px;
}
.page-home .feature-num {
  font-family: var(--font-accent);
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  color: #D4AF37;
  line-height: 1;
  margin-top: 4px;
  min-width: 36px;
}
.page-home .feature-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #F9F6F0;
  margin: 0 0 4px;
}
.page-home .feature-desc {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(249, 246, 240, 0.66);
  line-height: 1.65;
  margin: 0;
}

/* ============ Desktop Archive ============ */
.page-home .home-desktop {
  background: #F9F6F0;
}
.page-home .desktop-heading {
  margin-bottom: 40px;
  max-width: 720px;
}
.page-home .desktop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.page-home .desktop-img-block img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #E5E9F0;
  background: #0B1D3A;
}
.page-home .desktop-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .desktop-quote {
  margin-bottom: 4px;
}
.page-home .archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.page-home .archive-item {
  background: #0B1D3A;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 3px solid #D4AF37;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.page-home .archive-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(11, 29, 58, 0.16);
}
.page-home .archive-count {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 28px;
  color: #D4AF37;
  line-height: 1;
}
.page-home .archive-count small {
  font-size: 0.5em;
  color: rgba(212, 175, 55, 0.7);
  margin-left: 2px;
}
.page-home .archive-label {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(249, 246, 240, 0.68);
}
.page-home .archive-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(46, 39, 39, 0.74);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-home .archive-desc p {
  margin: 0;
}

/* ============ Rules ============ */
.page-home .home-rules {
  background: linear-gradient(140deg, #0B1D3A 0%, #1B3A5C 75%, #2C5A8C 100%);
  position: relative;
}
.page-home .home-rules::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(212, 175, 55, 0.05), 0 0 0 54px rgba(212, 175, 55, 0.03);
  pointer-events: none;
}
.page-home .rules-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.page-home .rules-copy .section-title {
  color: #F9F6F0;
}
.page-home .rules-copy .text-block {
  color: rgba(249, 246, 240, 0.75);
  max-width: 620px;
}
.page-home .rules-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0;
}
.page-home .rules-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.page-home .rules-point-num {
  font-family: var(--font-accent);
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  color: #D4AF37;
  min-width: 30px;
  line-height: 1;
  margin-top: 2px;
}
.page-home .rules-point p {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(249, 246, 240, 0.8);
  margin: 0;
  line-height: 1.7;
}
.page-home .rules-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(212, 175, 55, 0.4);
}

/* ============ Version ============ */
.page-home .home-version {
  background: #F9F6F0;
}
.page-home .version-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #F9F6F0;
  border: 1px solid #E5E9F0;
  box-shadow: 0 16px 44px rgba(11, 29, 58, 0.08);
}
.page-home .version-index {
  background: #0B1D3A;
  color: #D4AF37;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(80px, 12vw, 150px);
  line-height: 1;
  letter-spacing: -0.04em;
  padding: 32px 28px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  word-break: break-word;
  min-height: 140px;
}
.page-home .version-body {
  padding: var(--panel-pad);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .version-body .section-label {
  margin-bottom: 0;
}
.page-home .version-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 12px 0 4px;
}
.page-home .version-meta-item {
  flex: 1 1 150px;
  background: #E5E9F0;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home .version-meta-label {
  font-family: var(--font-heading);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(46, 39, 39, 0.55);
}
.page-home .version-meta-value {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  color: #0B1D3A;
}
.page-home .version-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

/* ============ Trust ============ */
.page-home .home-trust {
  background: #0B1D3A;
  position: relative;
}
.page-home .home-trust::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}
.page-home .trust-heading {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 44px;
}
.page-home .trust-heading .section-title {
  color: #F9F6F0;
}
.page-home .trust-summary {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(249, 246, 240, 0.72);
  max-width: 480px;
  border-left: 3px solid #D4AF37;
  padding-left: 18px;
}
.page-home .trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .trust-card {
  background: rgba(249, 246, 240, 0.96);
  padding: 26px 24px;
  position: relative;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.page-home .trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}
.page-home .trust-card-mark {
  position: absolute;
  top: -12px;
  right: 18px;
  background: #D4AF37;
  color: #0B1D3A;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 4px 12px;
}
.page-home .trust-card-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 20px;
  color: #0B1D3A;
  margin: 0 0 10px;
}
.page-home .trust-card-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(46, 39, 39, 0.72);
  margin: 0;
}
.page-home .trust-footer {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(249, 246, 240, 0.14);
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(249, 246, 240, 0.68);
  line-height: 1.8;
}
.page-home .trust-footer a {
  color: #D4AF37;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
}
.page-home .trust-footer a:hover {
  border-bottom-color: rgba(212, 175, 55, 0.9);
}
.page-home .trust-footer .accent-text {
  color: rgba(249, 246, 240, 0.95);
}

/* ============ Shared class overrides in scope ============ */
.page-home .section-label {
  color: #B8860B;
}
.page-home .is-dark .section-label {
  color: #D4AF37;
}
.page-home .btn-gold {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #0B1D3A;
}
.page-home .btn-gold:hover {
  background: #B8860B;
  border-color: #B8860B;
  color: #F9F6F0;
}
.page-home .btn-dark {
  background: #0B1D3A;
  border-color: #0B1D3A;
  color: #F9F6F0;
}
.page-home .btn-dark:hover {
  background: #1B3A5C;
  border-color: #1B3A5C;
}
.page-home .btn-ghost {
  background: transparent;
  border-color: rgba(11, 29, 58, 0.35);
  color: #0B1D3A;
}
.page-home .home-mobile .btn-ghost,
.page-home .home-rules .btn-ghost,
.page-home .home-trust .btn-ghost {
  border-color: rgba(249, 246, 240, 0.4);
  color: #F9F6F0;
}
.page-home .home-mobile .btn-ghost:hover,
.page-home .home-rules .btn-ghost:hover,
.page-home .home-trust .btn-ghost:hover {
  border-color: rgba(249, 246, 240, 0.8);
}
.page-home .print-frame {
  border: 1px solid #0B1D3A;
}
.page-home .paper-layer {
  background: #F9F6F0;
}
.page-home .blockquote-note {
  font-family: var(--font-accent);
  font-size: 18px;
  font-style: italic;
  border-left: 3px solid #D4AF37;
  padding: 12px 20px;
  color: #0B1D3A;
  background: rgba(212, 175, 55, 0.06);
}

/* ============ Reveal ============ */
.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.page-home [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ============ Responsive ============ */
@media (min-width: 640px) {
  .page-home .board-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .page-home .hero-inner {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-home .dashboard-grid {
    grid-template-columns: 1.35fr 0.65fr;
    gap: 24px;
  }
  .page-home .chart-heading {
    flex-direction: row;
    align-items: flex-end;
  }
  .page-home .mobile-inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .page-home .mobile-copy {
    order: 2;
  }
  .page-home .mobile-visual {
    order: 1;
  }
  .page-home .desktop-grid {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 56px;
  }
  .page-home .rules-inner {
    grid-template-columns: 1fr 0.95fr;
    gap: 64px;
  }
  .page-home .version-panel {
    grid-template-columns: 0.7fr 1.3fr;
  }
  .page-home .version-index {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 48px 40px;
    min-height: 300px;
  }
  .page-home .version-body {
    padding: 48px 40px;
  }
  .page-home .trust-heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-home .trust-summary {
    text-align: right;
    border-left: 0;
    border-right: 3px solid #D4AF37;
    padding-left: 0;
    padding-right: 18px;
  }
  .page-home .trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
}

@media (min-width: 1200px) {
  .page-home .hero-board {
    padding: 34px 30px;
  }
  .page-home .board-metrics {
    gap: 20px 14px;
  }
}
</<PAGE_CSS>>>
