.scroll-scene{--scene-accent:var(--blue);background:radial-gradient(ellipse at 20% 40%,var(--depth-blue),transparent 60%),var(--soft);overflow:clip}
.scroll-scene-finance{--scene-accent:#965714;background:radial-gradient(ellipse at 90% 30%,var(--depth-blue),transparent 65%),var(--surface)}
[data-theme=dark] .scroll-scene-finance{--scene-accent:#eec27e}
.scene-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:clamp(32px,5vw,76px);align-items:start}
.scene-sticky{position:sticky;top:calc(var(--header-height,96px) + 26px);min-width:0}
.scene-viewport{position:relative;aspect-ratio:1.5;isolation:isolate;border-radius:22px;overflow:hidden;background:#0b1c34;border:1px solid var(--line);box-shadow:0 25px 65px #09182c24;--scene-shift:0%;--scene-scale:1.025;--focus-x:55%;--focus-y:65%}
.scene-camera{width:100%;height:100%;transform:translateX(var(--scene-shift)) scale(var(--scene-scale));transform-origin:center;will-change:transform}
.scene-art{display:block;width:100%;height:100%;object-fit:cover}
.scene-overlay{position:absolute;left:18px;bottom:18px;z-index:2;display:grid;gap:4px;padding:15px 18px;max-width:calc(100% - 36px);border:1px solid #ffffff40;border-radius:12px;background:#0a1c32ec;color:#f5f8ff;box-shadow:0 8px 24px #0002}
.scene-overlay>span{font-size:.75rem;letter-spacing:.08em;color:#b8d2f5}
.scene-overlay strong{font:700 clamp(1.2rem,2vw,1.8rem)/1.2 var(--display)}
.scene-overlay small{font-size:.875rem;line-height:1.4;color:#d0deef}
.scene-illustration{position:absolute;top:14px;right:14px;background:#0a1c32e8;color:#d0deef;border-radius:6px;padding:6px 9px;font-size:.75rem;line-height:1.4}
.scene-focus-marker{position:absolute;left:var(--focus-x);top:var(--focus-y);width:24px;height:24px;transform:translate(-50%,-50%);border:2px solid #f0c879;background:#f0c87935;border-radius:50%;box-shadow:0 0 0 7px #f0c87920;transition:left .55s ease,top .55s ease;pointer-events:none}
.scene-progress{height:3px;background:var(--line);margin:22px 0 18px;overflow:hidden;border-radius:5px}
.scene-progress>span{display:block;height:100%;background:var(--scene-accent);width:100%;transform:scaleX(var(--scene-progress,0));transform-origin:left}
.scene-stops{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.scene-stops>a{display:flex;flex-direction:column;gap:5px;justify-content:center;min-height:64px;padding:10px;border:1px solid var(--line);border-radius:10px;color:var(--ink);font-size:.875rem;line-height:1.3;text-decoration:none;background:var(--card)}
.scene-stops>a>span{font-size:.75rem;color:var(--muted)}
.scene-stops>a:hover,.scene-stops>a:focus-visible,.scene-stops>a[aria-current=step]{border-color:var(--scene-accent);background:var(--soft);box-shadow:inset 0 -3px var(--scene-accent)}
.scene-motion-toggle{margin-top:16px;min-height:44px}
.scene-chapter{display:flex;flex-direction:column;justify-content:center;min-height:64vh;padding:48px 0;border-bottom:1px solid var(--line);scroll-margin-top:calc(var(--header-height,96px) + 24px)}
.scene-chapter:last-child{border-bottom:0}
.scene-chapter h3{font-size:clamp(1.8rem,2.7vw,2.65rem);max-width:18ch;margin:12px 0 20px}
.scene-chapter p{font-size:1rem;line-height:1.85;color:var(--muted)}
.scene-chapter .text-link{align-self:flex-start;margin-top:14px;font-size:.9375rem}
.scene-chapter.is-current>.kicker{color:var(--scene-accent)}
.scene-next{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px;margin-top:50px;background:var(--card);border:1px solid var(--line);border-radius:16px}
.scene-next h3{font-size:1.5rem;margin:0 0 8px}.scene-next p{margin:0;color:var(--muted)}
.scroll-scene-finance .scene-viewport{aspect-ratio:1.35;border-radius:12px 12px 50px 12px}
.scroll-scene-finance .scene-stops>a{border-radius:0;border-width:0 0 1px;padding:10px 6px;background:transparent}
.scroll-scene.is-paused .scene-camera,.scroll-scene.reduced-motion .scene-camera{transform:none;will-change:auto}
.scroll-scene.is-paused .scene-focus-marker,.scroll-scene.reduced-motion .scene-focus-marker{transition:none}
.profile-directory .service-disclosure{margin-bottom:14px}.profile-parent-link{padding:18px 0;border-top:1px solid var(--line)}
@media(max-width:900px){.scene-layout{grid-template-columns:1fr;gap:10px}.scene-sticky{position:relative;top:auto}.scene-chapter{min-height:0;padding:32px 0}.scene-viewport,.scroll-scene-finance .scene-viewport{aspect-ratio:1.5}.scene-chapter h3{max-width:24ch}.scene-stops>a{min-height:60px}}
@media(min-width:761px) and (max-width:900px){.scene-viewport{max-width:680px;margin:auto}}
@media(max-width:760px){.scroll-scene.motion-ready:not(.reduced-motion) .scene-sticky{position:sticky;top:calc(var(--header-height,94px) + 4px);z-index:3;background:var(--soft);padding-bottom:8px}.scroll-scene.motion-ready:not(.reduced-motion) .scene-chapter{min-height:64svh;padding:36px 0;scroll-margin-top:calc(var(--header-height,94px) + 45svh)}.scene-viewport,.scroll-scene-finance .scene-viewport{max-height:29svh;aspect-ratio:1.6;border-radius:12px}.scene-overlay{left:10px;bottom:10px;padding:9px 11px;gap:3px}.scene-overlay>span,.scene-overlay small{display:none}.scene-overlay strong{font-size:1rem}.scene-illustration{top:8px;right:8px;font-size:.75rem;padding:4px 6px}.scene-focus-marker{width:18px;height:18px}.scene-progress{margin:10px 0}.scene-stops{gap:5px}.scene-stops>a{padding:7px 5px;font-size:.875rem;min-height:52px;gap:3px}.scene-stops>a>span{display:none}.scene-motion-toggle{margin-top:8px;min-height:44px;font-size:.875rem}.scene-next{display:block;padding:22px;margin-top:30px}.scene-next .btn{margin-top:18px;width:100%}}
@media(max-height:650px) and (max-width:900px){.scroll-scene.motion-ready:not(.reduced-motion) .scene-sticky{position:relative;top:auto}.scroll-scene.motion-ready:not(.reduced-motion) .scene-chapter{min-height:0;scroll-margin-top:calc(var(--header-height,94px) + 20px)}}
@media(prefers-reduced-motion:reduce){.scene-camera{transform:none!important;will-change:auto}.scene-focus-marker{transition:none}.scene-chapter{min-height:0;padding:32px 0}.scene-sticky{position:relative;top:auto}}
@media print{.scene-sticky{position:static}.scene-chapter{min-height:0;break-inside:avoid}.scene-layout{display:block}.scene-motion-toggle,.scene-stops,.scene-next{display:none}.scene-viewport{max-width:600px;break-inside:avoid}}
