.page-home {
  --home-hero-size: clamp(3.4rem, 9vw, 8.4rem);
  --home-gold-soft: rgba(201, 160, 99, 0.16);
  --home-line: rgba(201, 160, 99, 0.36);
  --home-glass: rgba(244, 237, 228, 0.06);
  --home-deep-line: rgba(11, 59, 46, 0.18);
}

.page-home .breadcrumb {
  margin: 0 0 28px;
}
.page-home .breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.page-home .breadcrumb li {
  color: var(--stone);
  font-size: 0.875rem;
}
.page-home .breadcrumb li[aria-current="page"] {
  color: var(--gold-light);
  font-weight: 700;
}

.page-home .lead-section {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  background:
    radial-gradient(circle at 85% 12%, var(--home-gold-soft), transparent 32%),
    var(--deep-green);
}
.page-home .lead-section::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -140px;
  width: 460px;
  height: 460px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(201, 160, 99, 0.26), transparent 62%);
  transform: rotate(14deg);
  pointer-events: none;
}

.page-home .lead-layout {
  display: grid;
  gap: 28px;
}
.page-home .lead-copy h1 {
  font-family: var(--heading-font);
  font-size: var(--home-hero-size);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--ivory);
}
.page-home .lead-copy .lead-declaration {
  font-size: 1.0625rem;
  color: var(--stone);
  max-width: 36em;
  margin: 0 0 26px;
  line-height: 1.8;
}
.page-home .lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .lead-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 540px;
}
.page-home .lead-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .lead-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 59, 46, 0.02), rgba(13, 17, 23, 0.5));
}

.page-home .lead-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 38px;
}
.page-home .metric-item {
  background: var(--home-glass);
  border: 1px solid var(--home-line);
  border-radius: 14px;
  padding: 16px 18px;
}
.page-home .metric-item strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--gold);
}
.page-home .metric-item span {
  color: var(--stone);
  font-size: 0.875rem;
}

.page-home .toc-zone {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--home-line);
}
.page-home .toc-index {
  margin: 0 0 16px;
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.page-home .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-home .toc-list li a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid rgba(201, 160, 99, 0.42);
  border-radius: var(--radius-pill);
  background: rgba(244, 237, 228, 0.06);
  color: var(--ivory);
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.28s var(--ease), background 0.28s var(--ease), border-color 0.28s var(--ease);
}
.page-home .toc-list li a span {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.04em;
}
.page-home .toc-list li a:hover {
  background: var(--home-gold-soft);
  border-color: var(--gold);
}

.page-home .section--tint {
  background: var(--mist);
}
.page-home .section--tint .kicker {
  color: var(--green-bright);
}
.page-home .section--tint .section-title {
  color: var(--deep-green);
}
.page-home .section--tint .section-subtitle {
  color: var(--deep-green);
}

.page-home .split-row {
  display: grid;
  gap: 28px;
  margin-top: 32px;
  align-items: center;
}
.page-home .split-row .table-wrap {
  margin: 0;
  overflow-x: auto;
  border: 1px solid var(--home-deep-line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(244, 237, 228, 0.6);
}
.page-home .split-row table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  min-width: 360px;
}
.page-home .split-row th,
.page-home .split-row td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(11, 59, 46, 0.14);
  text-align: left;
}
.page-home .split-row th {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--deep-green);
}
.page-home .split-row td {
  color: var(--ink-black);
}
.page-home .split-row tbody tr:last-child th,
.page-home .split-row tbody tr:last-child td {
  border-bottom: 0;
}

.page-home .fact-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-top: 32px;
  padding: 20px 22px;
  border-radius: 16px;
  background: rgba(11, 59, 46, 0.07);
}
.page-home .fact-strip p {
  margin: 0;
  max-width: 46rem;
  color: var(--ink-black);
  font-size: 0.95rem;
  line-height: 1.7;
}
.page-home .section--tint .btn--ghost {
  border-color: var(--deep-green);
  color: var(--deep-green);
}

.page-home .eval-grid {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}
.page-home .eval-copy {
  display: grid;
  gap: 18px;
}
.page-home .eval-copy .glow-card {
  padding: 26px;
  background: rgba(244, 237, 228, 0.05);
  border: 1px solid rgba(201, 160, 99, 0.3);
}
.page-home .eval-copy h3 {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: 1.25rem;
}
.page-home .eval-copy p {
  margin: 0;
  color: var(--stone);
  line-height: 1.75;
}
.page-home .eval-visual {
  position: relative;
}
.page-home .eval-visual .urgency-chip {
  position: absolute;
  top: 14px;
  left: 14px;
}

.page-home .compare-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}
.page-home .compare-grid .glow-card {
  padding: 24px;
  background: rgba(13, 17, 23, 0.34);
  border: 1px solid rgba(201, 160, 99, 0.32);
}
.page-home .compare-grid h3 {
  margin: 0 0 10px;
  color: var(--ivory);
  font-size: 1.15rem;
}
.page-home .compare-grid p {
  margin: 0;
  color: var(--stone);
  line-height: 1.7;
}
.page-home .timeline-strip {
  display: grid;
  gap: 14px;
  margin-top: 44px;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(13, 17, 23, 0.4);
}
.page-home .timeline-item {
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.page-home .timeline-item span {
  min-width: 4.2em;
  font-family: var(--heading-font);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
}
.page-home .timeline-item p {
  margin: 0;
  color: var(--ivory);
  line-height: 1.5;
}

.page-home .guide-row {
  display: grid;
  gap: 28px;
  margin-top: 34px;
  align-items: center;
}
.page-home .guide-steps ol {
  display: grid;
  gap: 14px;
  padding-left: 22px;
  margin: 0 0 24px;
  color: var(--ink-black);
}
.page-home .guide-steps li::marker {
  color: var(--green-bright);
  font-weight: 800;
}
.page-home .guide-steps ol li {
  line-height: 1.7;
}

.page-home .home-cta {
  text-align: center;
}
.page-home .home-cta .section-title {
  color: var(--ivory);
}
.page-home .home-cta p {
  margin: 0 auto 28px;
  max-width: 42rem;
  color: var(--stone);
  line-height: 1.8;
}
.page-home .cta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (min-width: 720px) {
  .page-home .lead-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .toc-list li:nth-child(2) {
    transform: translateX(32px);
  }
  .page-home .toc-list li:nth-child(3) {
    transform: translateX(64px);
  }
  .page-home .toc-list li:nth-child(4) {
    transform: translateX(96px);
  }
  .page-home .toc-list li:nth-child(5) {
    transform: translateX(128px);
  }
  .page-home .compare-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 920px) {
  .page-home .lead-layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
  .page-home .lead-visual {
    aspect-ratio: auto;
    max-height: none;
    min-height: 560px;
  }
  .page-home .split-row {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .page-home .eval-grid {
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
  }
  .page-home .guide-row {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .page-home .timeline-strip {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .page-home .timeline-item {
    flex-direction: column;
    gap: 8px;
    padding-left: 16px;
    border-left: 2px solid rgba(201, 160, 99, 0.38);
  }
}
