.home-page {
  --home-night: #11140f;
  --home-forest: #223126;
  --home-cream: #f4efe4;
  overflow: hidden;
}

.home-hero { position: relative; }
.home-hero .hero-hero {
  height: min(790px, calc(100svh - 117px));
  min-height: 620px;
  max-width: none;
  margin: 0;
  border-radius: 0;
}
.home-hero .hero-hero .bg img { object-position: center 68%; filter: saturate(1.08) contrast(1.04); }
.home-hero .hero-hero::after {
  background:
    linear-gradient(90deg, rgba(10,12,9,.94) 0%, rgba(10,12,9,.7) 42%, rgba(10,12,9,.12) 76%),
    linear-gradient(0deg, rgba(10,12,9,.58), transparent 42%);
}
.home-hero .hero-copy { width: 100%; max-width: 1320px; margin: 0 auto; left: 50%; right: auto; transform: translateX(-50%); padding: clamp(42px, 7vw, 92px) 24px; }
.home-hero .hero-hero h1 { max-width: 820px; font-size: clamp(48px, 6.8vw, 88px); line-height: .96; letter-spacing: -.055em; margin-top: 18px; }
.home-hero .hero-hero p { max-width: 630px; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; color: rgba(255,255,255,.76); }

.home-proof { background: var(--home-night); color: #fff; }
.home-proof .wrap { padding-top: 0; padding-bottom: 0; }
.home-proof .stats-5 { gap: 0; }
.home-proof .stat-box { padding: 28px 24px; border: 0; border-right: 1px solid rgba(255,255,255,.12); border-radius: 0; background: transparent; }
.home-proof .stat-box:last-child { border-right: 0; }
.home-proof .stat-n { color: var(--gold-2); font-size: 32px; }
.home-proof .stat-l { color: rgba(255,255,255,.55); line-height: 1.45; }

.home-section { padding-top: 104px !important; padding-bottom: 104px !important; }
.home-section .h-sect { font-size: clamp(40px, 4.8vw, 64px); letter-spacing: -.045em; }
.home-highlights .spread { margin-bottom: 36px !important; }
.home-highlights .highlight-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-highlights .highlight-tile { min-height: 200px; padding: 24px; text-align: left; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; }
.home-highlights .highlight-tile:nth-child(2),
.home-highlights .highlight-tile:nth-child(5) { background: var(--gold-soft); border-color: rgba(201,168,76,.42); }
.home-highlights .highlight-icon { width: 54px; height: 54px; margin: 0; border-radius: 14px; background: var(--home-night); color: #fff; border: 0; }
.home-highlights .highlight-top { display: flex; justify-content: space-between; align-items: flex-start; }
.home-highlights .highlight-check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--av-soft); color: var(--av); font-size: 14px; font-weight: 700; }
.home-highlights .highlight-tile.is-progress .highlight-check { background: var(--gold-soft); color: #8c6c17; }
.home-highlights .highlight-tile .lbl { font-family: 'Work Sans', sans-serif; font-size: 20px; line-height: 1.12; font-weight: 650; letter-spacing: -.02em; }
.home-highlights .highlight-progress-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 17px; color: var(--ink-3); font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.home-highlights .highlight-progress-head strong { color: var(--ink); font-size: 11px; }
.home-highlights .highlight-progress { height: 5px; margin-top: 8px; overflow: hidden; border-radius: 999px; background: var(--rule-2); }
.home-highlights .highlight-progress span { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--gold-2)); }

.home-life { display: grid; grid-template-columns: 1.16fr .84fr; min-height: 680px; background: var(--home-night); color: #fff; }
.home-life__image { min-height: 680px; overflow: hidden; }
.home-life__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.home-life:hover .home-life__image img { transform: scale(1.025); }
.home-life__copy { padding: clamp(48px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.home-kicker { color: var(--gold-2); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.home-life h2 { max-width: 580px; margin: 16px 0 22px; font-size: clamp(42px, 5vw, 68px); line-height: .99; letter-spacing: -.05em; }
.home-life p { max-width: 570px; margin: 0 0 30px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.68; }

.home-featured { padding-top: 110px !important; }
.home-featured .spread { margin-bottom: 34px !important; }
.home-featured .featured-grid { gap: 20px !important; }

.home-journey { max-width: none; padding: 105px 24px 115px !important; background: var(--home-night); color: #fff; }
.home-journey .map-steps { max-width: 1320px; margin: 0 auto; grid-template-columns: 1.18fr .82fr; gap: 42px; }
.home-journey .mini-map-tabs { margin-bottom: 12px; }
.home-journey .mini-map-tab { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: rgba(255,255,255,.7); }
.home-journey .mini-map-tab.on { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.home-journey .map-steps > div:first-child > div:last-child { background: rgba(255,255,255,.06) !important; border-color: rgba(255,255,255,.16) !important; border-radius: 22px !important; }
.home-journey .mini-map-canvas { border-radius: 15px; }
.home-journey .hand { color: #fff; }
.home-journey .h-sect { color: #fff; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.04em; }
.home-journey .step-card { min-height: 112px; padding: 22px 24px; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.15); border-radius: 16px; }
.home-journey .step-card:hover { background: rgba(255,255,255,.09); border-color: rgba(232,201,110,.48); }
.home-journey .step-card > div:last-child { color: rgba(255,255,255,.72) !important; font-size: 16px !important; }
.home-journey .step-n { color: var(--gold-2); }

.home-closing { padding: 110px 24px; text-align: center; background: var(--gold-soft); }
.home-closing h2 { max-width: 880px; margin: 14px auto 22px; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.home-closing p { max-width: 650px; margin: 0 auto 30px; color: var(--ink-3); font-size: 18px; line-height: 1.65; }
.home-closing__actions { justify-content: center; }

@media (max-width: 900px) {
  .home-proof .stats-5 { grid-template-columns: repeat(3, 1fr); }
  .home-proof .stat-box:nth-child(3) { border-right: 0; }
  .home-proof .stat-box:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .home-highlights .highlight-grid { grid-template-columns: repeat(2,1fr); }
  .home-life { grid-template-columns: 1fr; }
  .home-life__image { min-height: 520px; }
  .home-life__copy { min-height: 520px; }
  .home-journey .map-steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .home-hero .hero-hero { min-height: 640px; height: calc(100svh - 102px); border-radius: 0; }
  .home-hero .hero-hero .bg img { object-position: 58% 72%; }
  .home-hero .hero-hero::after { background: linear-gradient(0deg, rgba(10,12,9,.96) 5%, rgba(10,12,9,.58) 68%, rgba(10,12,9,.18)); }
  .home-hero .hero-copy { justify-content: flex-end; padding: 180px 18px 56px; }
  .home-hero .hero-hero h1 { font-size: 46px; }
  .home-hero .hero-hero p { font-size: 16px; }
  .home-proof .wrap { padding: 0; }
  .home-proof .stats-5 { grid-template-columns: repeat(2,1fr); }
  .home-proof .stat-box { padding: 22px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .home-proof .stat-box:nth-child(even) { border-right: 0; }
  .home-proof .stat-box:last-child { grid-column: 1 / -1; border-bottom: 0; text-align: center; }
  .home-section { padding-top: 76px !important; padding-bottom: 76px !important; }
  .home-highlights .highlight-grid { grid-template-columns: 1fr; }
  .home-highlights .highlight-tile { min-height: 175px; }
  .home-life__image { min-height: 420px; }
  .home-life__copy { min-height: 0; padding: 64px 20px 72px; }
  .home-life h2 { font-size: 43px; }
  .home-featured .featured-grid { grid-template-columns: 1fr !important; }
  .home-journey { padding: 76px 16px 86px !important; }
  .home-journey .map-steps > div:first-child > .spread { align-items: flex-start; }
  .home-journey .map-steps > div:first-child > .spread .row { gap: 5px !important; }
  .home-journey .chip { padding: 4px 7px; font-size: 9px; }
  .home-closing { padding: 82px 18px; }
  .home-closing h2 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-life__image img { transition: none; }
}
