/* Homepage computational scene. Rain's silver / graphite palette. */
html .page--home .neural-hero {
    padding: 40px 0 30px; background: #1E262C; isolation: isolate;
    border-bottom: 1px solid #394A55;
}
html .page--home .neural-hero .hero__inner {
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    gap: 24px; min-height: 660px; align-items: center;
}
.neural-hero::before {
    content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: radial-gradient(ellipse at 77% 43%, #2B3D49 0, transparent 52%);
}
.neural-hero .hero__copy { position: relative; z-index: 2; padding-block: 22px; }
.neural-hero__eyebrow { display: flex; align-items: center; gap: 12px; color: #ACBDC9; font-size: 12px; letter-spacing: .07em; margin-bottom: 28px; }
.neural-hero__eyebrow::before { content: ''; width: 24px; height: 1px; background: #B9CCD9; }
html .neural-hero .hero__title { font-size: clamp(44px, 5.15vw, 72px); font-weight: 300; line-height: 1.06; letter-spacing: -.038em; margin: 0 0 27px; }
.neural-hero .hero__title span { display: block; }
html .neural-hero .hero__lead { max-width: 470px; font-size: 17px; line-height: 1.7; margin-bottom: 30px; color: #B8C5CF; }
html .neural-hero .hero__cta { gap: 12px; margin-bottom: 23px; }
html .neural-hero .hero__cta .btn { padding-inline: 20px; }
html .neural-hero .hero__bullets { gap: 10px 19px; margin-bottom: 27px; color: #A8B8C3; }
.neural-hero__chat { display: inline-flex; align-items: center; gap: 13px; padding: 4px 0; border: 0; border-bottom: 1px solid #617480; background: none; color: #C3D2DC; font: 14px/1.5 var(--font-sans); cursor: pointer; }
.neural-hero__chat:hover { color: #F0F6FA; border-color: #B8CDD9; }
.neural-hero__chat span { font-size: 18px; }

.neural-scene { position: relative; min-width: 0; width: 100%; margin: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.neural-scene__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 12px; position: relative; z-index: 2; }
.neural-scene__label { display: flex; gap: 10px; align-items: center; color: #A9BBC8; font: 11px/1.3 Consolas, monospace; letter-spacing: .07em; text-transform: uppercase; }
.neural-scene__label::before { content: ''; width: 5px; height: 5px; background: #C1D8E8; }
.neural-scene__pause { display: inline-flex; flex-shrink: 0; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid #4C6372; border-radius: 2px; background: transparent; color: #B6CBD9; cursor: pointer; }
.neural-scene__pause:hover { background: #334650; border-color: #97ADBC; }
.neural-scene__pause:disabled { visibility: hidden; }
.neural-scene__pause svg { width: 14px; height: 14px; }
.neural-scene__play { display: none; }
.neural-scene__pause[aria-pressed="true"] .neural-scene__play { display: block; }
.neural-scene__pause[aria-pressed="true"] .neural-scene__stop { display: none; }
.neural-scene__viewport { position: relative; width: calc(100% + 64px); margin: -8px -32px -14px; aspect-ratio: 1.3; }
.neural-scene canvas, .neural-scene__fallback { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.neural-scene canvas { opacity: 0; transition: opacity .6s; pointer-events: none; }
.neural-scene[data-ready="true"] canvas { opacity: 1; }
.neural-scene[data-ready="true"] .neural-scene__fallback { opacity: 0; }
.neural-scene__fallback { object-fit: contain; transition: opacity .6s; }
.neural-scene__caption { position: relative; z-index: 2; padding: 0 12px; }
.neural-scene__modes { display: flex; width: 100%; border-bottom: 1px solid #506573; }
.neural-scene__mode { position: relative; flex: 1; display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; border: 0; padding: 15px 7px; background: transparent; color: #94A8B7; font: 14px/1.3 var(--font-sans); cursor: pointer; }
.neural-scene__mode span { font: 10px/1 Consolas, monospace; opacity: .7; }
.neural-scene__mode:hover { background: #2C3B45; color: #D9E6EF; }
.neural-scene__mode[aria-pressed="true"] { color: #E1EDF5; }
.neural-scene__mode[aria-pressed="true"]::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: #C1D9E9; }
.neural-scene__mode:disabled { cursor: default; }
.neural-scene__path { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 18px; color: #A8BDC9; font: 11px/1.5 Consolas, monospace; }
.neural-scene__path span { position: relative; transition: color .5s; }
.neural-scene__path span.is-active { color: #EFF8FF; }
.neural-scene__path i { display: block; flex: 1; max-width: 38px; height: 1px; background: #536F81; }
.neural-scene__note { display: block; margin-top: 16px; color: #A0B4C2; font: 11px/1.5 var(--font-sans); }
.neural-hero__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 28px; color: #8FA5B3; font: 11px/1.4 Consolas, monospace; }
.neural-hero__foot a { display: inline-flex; align-items: center; gap: 15px; color: #B5C6D2; }
.neural-hero__foot svg { width: 14px; height: 14px; }

@media (min-width: 1440px) {
    html .page--home .neural-hero .hero__inner { min-height: 700px; }
    .neural-scene__viewport { width: calc(100% + 100px); margin-inline: -50px; }
}
@media (max-width: 1050px) {
    html .page--home .neural-hero .hero__inner { gap: 10px; min-height: 610px; grid-template-columns: 1fr 1fr; }
    html .neural-hero .hero__title { font-size: clamp(43px, 5.1vw, 57px); }
    html .neural-hero .hero__lead { font-size: 16px; }
    html .neural-hero .hero__cta .btn { font-size: 14px; padding-inline: 14px; }
    .neural-scene__head, .neural-scene__caption { padding-inline: 4px; }
    .neural-scene__mode { font-size: 13px; gap: 6px; }
    .neural-scene__path { font-size: 10px; gap: 5px; }
}
@media (max-width: 760px) {
    html .page--home .neural-hero { padding-top: 24px; padding-bottom: 22px; }
    html .page--home .neural-hero .hero__inner { grid-template-columns: 1fr; gap: 0; min-height: 0; }
    .neural-hero .hero__copy { display: contents; }
    .neural-hero__eyebrow { order: 0; margin-bottom: 21px; font-size: 11px; }
    html .neural-hero .hero__title { order: 1; font-size: clamp(42px, 9vw, 64px); margin-bottom: 21px; }
    .neural-hero .hero__title span:nth-child(2), .neural-hero .hero__title span:nth-child(3) { display: inline; }
    .neural-hero .hero__title span:nth-child(2)::after { content: ' '; }
    html .neural-hero .hero__lead { order: 3; font-size: 15px; margin-top: 26px; margin-bottom: 23px; }
    html .neural-hero .hero__cta { order: 4; flex-direction: row; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
    html .neural-hero .hero__cta .btn { width: auto; min-height: 44px; font-size: 14px; padding: 12px 16px; }
    html .neural-hero .hero__bullets { display: none; }
    .neural-hero__chat { order: 5; justify-self: start; font-size: 13px; }
    .neural-scene { order: 2; max-width: 560px; justify-self: center; margin-top: 2px; }
    .neural-scene__viewport { width: calc(100% + 32px); margin: -5px -16px -8px; aspect-ratio: 1.18; }
    .neural-scene__label { font-size: 10px; }
    .neural-scene__head, .neural-scene__caption { padding: 0; }
    .neural-scene__mode { padding-block: 13px; font-size: 13px; }
    .neural-scene__path { font-size: 10px; padding-top: 14px; }
    .neural-scene__note { margin-top: 12px; font-size: 10px; }
    .neural-hero__foot { padding-top: 28px; font-size: 10px; }
    .neural-hero__foot > span { max-width: 180px; }
}
@media (prefers-reduced-motion: reduce) {
    .neural-scene canvas, .neural-scene__fallback, .neural-scene__path span { transition: none; }
}
