/* Scoped to the restored homepage story. Other pages keep their shared design. */
.site-shell .perspectives{--perspective-top:82px;--perspective-height:700px;--perspective-travel:720px;position:relative;border-top:1px solid var(--edge,#354459);border-bottom:1px solid var(--edge,#354459);background:radial-gradient(ellipse at 20% 45%,#24374d38,transparent 65%),#101821;scroll-margin-top:82px}
.site-shell .perspective-stage{padding:32px 0;display:flex;flex-direction:column;gap:24px}
.site-shell .perspectives[data-pinned=true]{height:calc(var(--perspective-height) + var(--perspective-travel))}
.site-shell .perspectives[data-pinned=true] .perspective-stage{position:sticky;top:var(--perspective-top);height:var(--perspective-height)}
.site-shell .perspective-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#c1d0e2}
.site-shell .perspective-heading p{font:500 11px/1.6 var(--sans,Arial,sans-serif);text-transform:uppercase;letter-spacing:.16em}
.site-shell .perspective-count{font:400 11px/1.6 var(--sans,Arial,sans-serif)}
.site-shell .perspective-layout{display:grid;grid-template-columns:48% 1fr;gap:8%;align-items:center;flex:1;min-height:0}
.site-shell .perspective-portrait{height:100%;min-height:490px;position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#1a2a3c,#101b2a);border-radius:3px;transition:background .6s}
.site-shell .perspective-portrait img{position:absolute;inset:12px 11% 0;width:78%;height:calc(100% - 12px);max-width:none;object-fit:cover;object-position:50% 22%;filter:none;mask-image:linear-gradient(0deg,transparent 0%,#000 25%,#000 92%,transparent 100%)}
.site-shell .perspective-shade{position:absolute;inset:0;background:linear-gradient(0deg,#101a28 1%,#101a2880 17%,transparent 55%);pointer-events:none;z-index:2}
.site-shell .perspective-orbits{position:absolute;inset:0;pointer-events:none;z-index:3;perspective:700px}
.site-shell .perspective-orbit{position:absolute;inset:7% 15%;border:1px solid #aaccec55;border-radius:50%;transform:rotate(-16deg) rotateY(25deg);animation:perspective-orbit 18s ease-in-out infinite}
.site-shell .perspective-orbit::before{content:'';position:absolute;left:49%;top:-4px;width:5px;height:8px;background:#c4e7ff;border-radius:50%;box-shadow:0 0 12px #b6e0ff55}
.site-shell .perspective-orbit.second{inset:3% 24%;border-color:#87abc727;animation:perspective-orbit-second 24s ease-in-out infinite}
.site-shell .perspective-orbit.second::before{display:none}
.site-shell .perspective-caption{position:absolute;left:25px;right:25px;bottom:24px;z-index:4;pointer-events:none}
.site-shell .perspective-caption>span{font:500 10px/1.7 var(--sans,Arial,sans-serif);letter-spacing:.12em;text-transform:uppercase;color:#d8e4f1}
.site-shell .perspective-caption strong{display:block;font:italic 400 clamp(47px,4.7vw,67px)/1.13 var(--serif,Georgia,serif);letter-spacing:-.055em;color:#f5f4f0;margin:7px 0 22px}
.site-shell .perspective-caption p{font:400 11px/1.65 var(--sans,Arial,sans-serif);color:#dce9f8;max-width:95%}
.site-shell .perspective-copy{min-width:0;padding:12px 0}
.site-shell .perspective-panel{outline:none}
.site-shell .perspective-panel:focus-visible{outline:2px solid #d9ecff;outline-offset:8px}
.site-shell .perspective-organization{font:500 11px/1.6 var(--sans,Arial,sans-serif);letter-spacing:.13em;text-transform:uppercase;color:#bed5ed}
.site-shell .perspective-panel h2{font:400 clamp(38px,4.4vw,63px)/1.08 var(--sans,Arial,sans-serif);letter-spacing:-.05em;color:#f4f3ef;margin:26px 0 22px;min-height:2.2em}
.site-shell .perspective-position{font:500 12px/1.7 var(--sans,Arial,sans-serif);color:#e3e9f2;margin:0 0 18px}
.site-shell .perspective-description{font:400 16px/1.8 var(--sans,Arial,sans-serif);color:#c5d2e2;max-width:46ch;min-height:116px}
.site-shell .perspective-link{display:inline-flex;gap:16px;align-items:center;font:500 13px/1.6 var(--sans,Arial,sans-serif);min-height:44px;margin-top:12px;color:#f0f3f8;border-bottom:1px solid transparent}
.site-shell .perspective-link:hover{color:#c1defa;border-color:#88b1d0}
.site-shell .perspective-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:27px}
.site-shell .perspective-tabs button{font:400 12px/1.5 var(--sans,Arial,sans-serif);border:0;border-top:1px solid #43536a;background:transparent;min-height:61px;padding:11px 0;text-align:left;color:#b8c8dc;cursor:pointer}
.site-shell .perspective-tabs button>span{display:block;font-size:9px;color:#8c9fb5;margin-bottom:7px}
.site-shell .perspective-tabs button[aria-selected=true]{border-top-color:#f3f4f5;color:#fff}
.site-shell .perspective-tabs button:hover{color:#fff;border-color:#d1e4f5}
.site-shell .perspective-hint,.site-shell .perspective-fallback{font:400 11px/1.7 var(--sans,Arial,sans-serif);color:#aebed3;margin-top:13px}
.site-shell .perspective-progress{height:1px;background:#3a485b;flex-shrink:0}
.site-shell .perspective-progress span{display:block;height:1px;background:#c6dff6;transform:scaleX(var(--perspective-progress,.25));transform-origin:left;transition:transform .2s linear}
.site-shell [data-perspective-state=security]{background:linear-gradient(135deg,#23394b,#111e2d)}
.site-shell [data-perspective-state=teaching]{background:linear-gradient(135deg,#2d3540,#111c29)}
.site-shell [data-perspective-state=research]{background:linear-gradient(135deg,#25344c,#101a2c)}
@keyframes perspective-orbit{0%,100%{transform:rotate(-16deg) rotateY(25deg)}50%{transform:rotate(13deg) rotateY(46deg)}}
@keyframes perspective-orbit-second{0%,100%{transform:rotate(15deg) rotateY(-25deg)}50%{transform:rotate(-18deg) rotateY(15deg)}}
.site-shell .perspectives[data-in-view=false] .perspective-orbit{animation-play-state:paused}
[data-motion=off] .perspectives *,[data-motion=off] .perspectives *::before{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media(max-width:1100px){.site-shell .perspective-layout{gap:6%;grid-template-columns:46% 1fr}.site-shell .perspective-panel h2{font-size:43px}.site-shell .perspective-description{font-size:15px;min-height:135px}.site-shell .perspective-caption strong{font-size:54px}}
@media(max-width:900px){.site-shell .perspectives{scroll-margin-top:68px}.site-shell .perspective-stage{padding:26px 0;gap:19px}.site-shell .perspective-layout{grid-template-columns:1fr;gap:26px}.site-shell .perspective-portrait{height:390px;min-height:0;width:100%;max-width:590px;margin:0 auto}.site-shell .perspective-portrait img{inset:0 14% 0;width:72%;height:100%;object-position:50% 24%}.site-shell .perspective-caption{left:22px;bottom:20px}.site-shell .perspective-caption strong{font-size:49px;margin-bottom:15px}.site-shell .perspective-copy{padding:0}.site-shell .perspective-panel h2{font-size:clamp(33px,6.2vw,48px);min-height:0;margin:18px 0 19px}.site-shell .perspective-description{font-size:16px;min-height:0;max-width:65ch}.site-shell .perspective-tabs{margin-top:20px;gap:11px}.site-shell .perspective-position{font-size:12px}.site-shell .perspective-heading p{font-size:9px}.site-shell .perspective-organization{font-size:10px}.site-shell .perspective-hint{margin-top:9px}.site-shell .perspective-count{font-size:10px}}
@media(max-width:480px){.site-shell .perspective-portrait{height:325px}.site-shell .perspective-portrait img{inset:0 10%;width:80%;object-position:50% 22%}.site-shell .perspective-caption strong{font-size:44px}.site-shell .perspective-caption p{font-size:10px}.site-shell .perspective-panel h2{font-size:35px}.site-shell .perspective-tabs button{font-size:11px}.site-shell .perspective-description{font-size:15px;line-height:1.8}.site-shell .perspective-link{font-size:13px}}
@media(prefers-reduced-motion:reduce){.site-shell .perspectives *,.site-shell .perspectives *::before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:900px){.site-shell .perspective-copy{display:flex;flex-direction:column}.site-shell .perspective-tabs{order:-1;margin:0 0 23px}.site-shell .perspective-hint{margin-top:12px}}
