/* Vantage Point: an interactive editorial front door. */
.vp-home h1, .vp-home h2, .vp-home h3, .vp-home p { margin: 0; }
.vp-home h1, .vp-home h2, .vp-home h3 { font-family: var(--font-display); }
.vp-home a { text-decoration: none; }
.vp-home .wrap { max-width: 1200px; margin-inline: auto; }
.vp-home .section { padding: 88px 24px; }
.vp-home .eyebrow, .vp-home .section-label { color: var(--gold-light); font-size: 14px; letter-spacing: .035em; margin-bottom: 18px; }
.vp-home .section-heading { font-size: clamp(30px, 3.5vw, 44px); font-weight: 600; letter-spacing: -.045em; line-height: 1.17; max-width: 700px; }
.vp-home .section-body { color: var(--white-dim); font-size: 18px; max-width: 550px; margin-top: 18px; }
.vp-home .section-top { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.vp-home .text-link { color: var(--gold-light); font-size: 16px; display: inline-flex; gap: 16px; align-items: center; }
.vp-home .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.vp-home .button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 20px; min-height: 50px; border: 1px solid var(--border-hover); border-radius: 6px; color: var(--white); font-size: 16px; font-weight: 500; transition: background 180ms, border-color 180ms; }
.vp-home .button.primary { background: var(--gold); color: var(--bg-deep); border-color: var(--gold); }
.vp-home .button.primary:hover { background: var(--gold-light); }
.vp-home .button:hover { border-color: var(--gold); }
.vp-home .hero { padding: 150px 24px 64px; }
.vp-home .hero-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; }
.vp-home h1 { font-size: clamp(42px, 4.8vw, 66px); font-weight: 600; letter-spacing: -.06em; line-height: 1.09; }
.vp-home h1 span { color: var(--gold-light); }
.vp-home .hero-description { font-size: 18px; line-height: 1.7; color: var(--white-dim); max-width: 455px; margin: 26px 0 28px; }
.vp-home .cta-group { display: flex; gap: 12px; flex-wrap: wrap; }
.vp-home .hero-note { color: var(--white-faint); font-size: 14px; margin-top: 22px; }
.vp-home .lesson { position: relative; border: 1px solid var(--border-hover); border-radius: 14px; background: var(--bg-primary); padding: 27px; box-shadow: 0 22px 60px #0003; }
.vp-home .lesson-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--border-subtle); font-size: 14px; }
.vp-home .lesson-top span { color: var(--white-dim); }
.vp-home .live-dot { display: inline-block; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; margin-right: 7px; }
.vp-home .lesson h2 { font-size: 20px; font-weight: 500; letter-spacing: -.025em; margin-top: 22px; }
.vp-home .lesson-value { font: 600 clamp(32px, 3.5vw, 46px)/1.3 var(--font-display); color: var(--gold-light); letter-spacing: -.045em; }
.vp-home .lesson-caption { font-size: 14px; color: var(--white-dim); }
.vp-home .chart { width: 100%; height: auto; display: block; margin-top: 18px; overflow: visible; }
.vp-home .chart-grid { stroke: var(--border-hover); stroke-width: 1; }
.vp-home .chart-line { fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.vp-home .chart-line.delayed { stroke: var(--white-faint); stroke-dasharray: 5 5; stroke-width: 2; }
.vp-home .chart-axis { display: flex; justify-content: space-between; color: var(--white-faint); font-size: 13px; }
.vp-home .chart-legend { display: flex; gap: 18px; font-size: 13px; margin-top: 14px; color: var(--white-dim); }
.vp-home .legend-key { display: inline-block; width: 15px; height: 2px; margin-right: 5px; background: var(--gold); vertical-align: middle; }
.vp-home .legend-key.delayed { background: var(--white-faint); }
.vp-home .delay-control { border-top: 1px solid var(--border-subtle); margin-top: 20px; padding-top: 16px; }
.vp-home .delay-control label { display: flex; justify-content: space-between; font-size: 14px; }
.vp-home .delay-control output { color: var(--gold-light); }
.vp-home input[type=range] { width: 100%; height: 28px; margin: 10px 0 0; accent-color: var(--gold); cursor: pointer; }
.vp-home .assumptions { font-size: 13px; line-height: 1.6; color: var(--white-faint); margin-top: 12px; }
.vp-home .lesson-result { margin-top: 12px; font-size: 14px; color: var(--white-dim); }
.vp-home .lesson-result strong { color: var(--gold-light); font-weight: 500; }
.vp-home .principles { border-block: 1px solid var(--border-subtle); padding: 22px 24px; }
.vp-home .principles .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; color: var(--white-dim); }
.vp-home .principles strong { color: var(--white); font-weight: 400; }
.vp-home .tool-bento { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }
.vp-home .tool-tile { grid-column: span 2; display: flex; flex-direction: column; position: relative; padding: 28px; border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-primary); color: var(--white); transition: border-color 200ms, transform 200ms; min-width: 0; }
.vp-home .tool-tile.wide { grid-column: span 3; }
.vp-home .tool-tile:hover { border-color: var(--gold-dim); transform: translateY(-3px); }
.vp-home .tile-meta { color: var(--white-faint); font-size: 13px; display: flex; justify-content: space-between; gap: 12px; }
.vp-home .tool-tile h3 { font-size: 22px; font-weight: 500; letter-spacing: -.03em; line-height: 1.35; margin: 20px 0 12px; }
.vp-home .tool-tile p { font-size: 16px; color: var(--white-dim); line-height: 1.6; }
.vp-home .tile-link { margin-top: auto; padding-top: 22px; color: var(--gold-light); font-size: 15px; }
.vp-home .tile-visual { display: flex; align-items: center; justify-content: center; height: 150px; margin-top: 24px; padding: 18px; border-radius: 8px; background: var(--bg-deep); border: 1px solid var(--border-subtle); overflow: hidden; }
.vp-home .score-visual { gap: 30px; }
.vp-home .score-ring { width: 112px; height: 112px; flex-shrink: 0; border: 7px solid var(--border-hover); border-top-color: var(--gold); border-right-color: var(--gold); border-radius: 50%; display: grid; place-content: center; text-align: center; }
.vp-home .score-ring b { font: 500 25px var(--font-display); color: var(--gold-light); }
.vp-home .score-ring small { font-size: 13px; color: var(--white-dim); }
.vp-home .score-categories { display: grid; gap: 5px; font-size: 14px; color: var(--white-dim); }
.vp-home .flow-visual { gap: 12px; text-align: center; }
.vp-home .flow-node { border: 1px solid var(--border-hover); border-radius: 7px; padding: 14px 12px; font-size: 14px; }
.vp-home .flow-node.highlight { border-color: var(--gold-dim); color: var(--gold-light); }
.vp-home .flow-arrow { color: var(--gold); font-size: 20px; }
.vp-home .mini-bars { display: flex; align-items: end; height: 100%; gap: 12px; width: 85%; }
.vp-home .mini-bars i { flex: 1; height: var(--bar); background: var(--gold-dim); border-radius: 3px 3px 0 0; }
.vp-home .mini-bars i:nth-child(even) { background: var(--gold-light); }
.vp-home .audit-visual { flex-direction: column; align-items: stretch; gap: 10px; }
.vp-home .audit-line { display: flex; justify-content: space-between; font-size: 14px; border-bottom: 1px solid var(--border-subtle); padding-bottom: 6px; }
.vp-home .audit-line span:last-child { color: var(--gold-light); }
.vp-home .flag-visual { gap: 12px; flex-wrap: wrap; }
.vp-home .flag-visual span { padding: 7px 10px; border: 1px solid var(--border-hover); color: var(--white-dim); border-radius: 5px; font-size: 13px; }
.vp-home .more-tools { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 18px; gap: 18px; }
.vp-home .compact-tool { padding: 20px; border: 1px solid var(--border-subtle); border-radius: 8px; color: var(--white); font-size: 16px; }
.vp-home .compact-tool:hover { border-color: var(--gold-dim); }
.vp-home .compact-tool small { display: block; color: var(--white-dim); font-size: 14px; margin-top: 6px; }
.vp-home .mission-section { background: var(--bg-primary); border-block: 1px solid var(--border-subtle); }
.vp-home .mission-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.vp-home .pixel-steps { width: 192px; height: 104px; margin-top: 32px; image-rendering: pixelated; }
.vp-home .mission-list { padding: 26px; border: 1px solid var(--border-hover); border-radius: 12px; background: var(--bg-deep); }
.vp-home .mission-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.vp-home .mission-header h3 { font-size: 18px; font-weight: 500; }
.vp-home .mission-header span { color: var(--gold-light); font-size: 14px; }
.vp-home progress { appearance: none; display: block; width: 100%; height: 4px; border: 0; border-radius: 3px; background: var(--border-hover); accent-color: var(--gold); }
.vp-home progress::-webkit-progress-bar { background: var(--border-hover); border-radius: 3px; }
.vp-home progress::-webkit-progress-value { background: var(--gold); border-radius: 3px; transition: width 200ms; }
.vp-home .mission-row { display: grid; grid-template-columns: 22px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--border-subtle); }
.vp-home .mission-row input { width: 19px; height: 19px; margin: 4px 0 0; accent-color: var(--gold); cursor: pointer; }
.vp-home .mission-row label { font-size: 17px; cursor: pointer; }
.vp-home .mission-row input:checked + div label { text-decoration: line-through; color: var(--white-dim); }
.vp-home .mission-row p { font-size: 14px; color: var(--white-dim); margin: 5px 0 10px; }
.vp-home .mission-row a { font-size: 14px; color: var(--gold-light); }
.vp-home .mission-foot { font-size: 13px; color: var(--white-faint); margin-top: 16px; }
.vp-home .videos-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.vp-home .video-card { display: block; color: var(--white); overflow: hidden; }
.vp-home .video-thumb { aspect-ratio: 16 / 9; position: relative; overflow: hidden; border-radius: 8px; border: 1px solid var(--border-subtle); }
.vp-home .video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms; }
.vp-home .video-card:hover img { transform: scale(1.04); }
.vp-home .video-play { position: absolute; right: 10px; bottom: 8px; display: grid; place-items: center; padding: 5px; background: #06060edd; border-radius: 5px; }
.vp-home .video-play svg { width: 22px; height: 22px; fill: var(--white); }
.vp-home .video-title { font-size: 17px; line-height: 1.5; margin-top: 16px; }
.vp-home .video-date { font-size: 13px; color: var(--white-faint); margin-top: 8px; }
.vp-home .closing { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--border-subtle); padding: 42px 0 0; margin-top: 60px; }
.vp-home .closing p { max-width: 650px; font-family: var(--font-display); font-size: 25px; letter-spacing: -.03em; line-height: 1.4; }
.vp-home footer { margin-top: 0; }
.vp-home footer p { margin-bottom: 10px; }
@media (max-width: 1050px) {
  .vp-home .hero-layout { gap: 30px; }
  .vp-home .mission-layout { gap: 40px; }
  .vp-home .score-visual { gap: 15px; }
  .vp-home .flow-node { padding: 12px 8px; }
}
@media (max-width: 800px) {
  .vp-home .hero { padding: 112px 20px 40px; }
  .vp-home .hero-layout, .vp-home .mission-layout { grid-template-columns: 1fr; gap: 36px; }
  .vp-home h1 { max-width: 620px; }
  .vp-home .hero-description { max-width: 530px; }
  .vp-home .lesson { max-width: 600px; width: 100%; }
  .vp-home .principles .wrap { flex-wrap: wrap; gap: 8px 24px; }
  .vp-home .principles strong { width: 100%; }
  .vp-home .section { padding: 56px 20px; }
  .vp-home .tool-bento { grid-template-columns: 1fr 1fr; }
  .vp-home .tool-tile, .vp-home .tool-tile.wide { grid-column: auto; }
  .vp-home .tool-tile:first-child { grid-column: 1 / -1; }
  .vp-home .more-tools { grid-template-columns: 1fr; }
  .vp-home .videos-grid { grid-template-columns: 1fr 1fr; }
  .vp-home .closing { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 540px) {
  .vp-home .section-top { align-items: flex-start; flex-direction: column; }
  .vp-home .tool-bento { grid-template-columns: 1fr; }
  .vp-home .tool-tile { padding: 24px; }
  .vp-home .lesson { padding: 22px; }
  .vp-home .lesson-top { font-size: 13px; }
  .vp-home .mission-list { padding: 22px; }
  .vp-home .section-body { font-size: 16px; }
  .vp-home .videos-grid { gap: 24px 14px; }
  .vp-home .video-title { font-size: 15px; }
  .vp-home .cta-group .button { width: 100%; }
}
