.portal-links{display:flex;justify-content:flex-end;align-items:center;gap:24px;flex-wrap:wrap;padding:26px 0;border-bottom:1px solid rgba(128,128,128,.25)}
.portal-links a{font-size:14px;font-weight:600;text-decoration:none;min-height:44px;display:inline-flex;align-items:center;gap:8px}
.portal-links a:hover{text-decoration:underline;text-underline-offset:5px}
.portal-links a:focus-visible{outline:2px solid currentColor;outline-offset:6px}
.lighting-story .lighting-composition{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px;align-items:start}
.lighting-story .lighting-composition .lighting-shot{grid-column:auto;margin:0!important;min-width:0}
.lighting-story .lighting-shot a{display:block;overflow:hidden;border-radius:4px;cursor:zoom-in}
.lighting-story .lighting-shot img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}
.lighting-story .lighting-shot a:hover img{transform:scale(1.025)}
.lighting-story .lighting-shot a:focus-visible{outline:3px solid #9278e0;outline-offset:5px}
.lighting-story .lighting-shot figcaption{margin:12px 0 0;line-height:1.45;font-size:13px;min-height:3em}
.lighting-viewer{box-sizing:border-box;width:min(1120px,96vw);max-width:96vw;max-height:96dvh;padding:0;border:1px solid #41434c;border-radius:12px;background:#111319;color:#fff;box-shadow:0 20px 90px #0009;overflow:hidden}
.lighting-viewer::backdrop{background:rgba(0,0,0,.88)}
.lighting-viewer-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;height:60px;box-sizing:border-box}
.lighting-viewer-count{font:14px/1.5 system-ui,sans-serif;color:#ddd}
.lighting-viewer button{font:inherit;color:#fff;border:0;cursor:pointer}
.lighting-viewer-close{background:transparent;min-width:44px;min-height:44px;border-radius:6px;font-size:27px!important}
.lighting-viewer-stage{height:min(65dvh,660px);position:relative;background:#08090c;display:flex;align-items:center;justify-content:center}
.lighting-viewer-image{display:block;width:100%;height:100%;object-fit:contain}
.lighting-viewer-stage .lighting-viewer-step{position:absolute;top:0;bottom:0;width:50%;padding:18px;background:transparent;display:flex;align-items:center}
.lighting-viewer-prev{left:0;justify-content:flex-start}
.lighting-viewer-next{right:0;justify-content:flex-end}
.lighting-viewer-step span{display:grid;place-items:center;width:44px;height:44px;background:#14151dcc;border:1px solid #ffffff50;border-radius:50%;font-size:32px;line-height:1}
.lighting-viewer-step:hover span{background:#4e3c75}
.lighting-viewer button:focus-visible{outline:3px solid #c6adff;outline-offset:-4px}
.lighting-viewer-caption{height:84px;box-sizing:border-box;padding:14px 20px;margin:0;font:14px/1.5 system-ui,sans-serif;overflow:auto;color:#e9e9ef}
.lighting-viewer-error{position:absolute;max-width:70%;text-align:center;background:#111b;padding:16px;pointer-events:none}
html.lighting-viewer-open{overflow:hidden}
@media(max-width:900px){.lighting-story .lighting-composition{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}}
@media(max-width:480px){.portal-links{justify-content:flex-start;gap:28px}.lighting-story .lighting-composition{gap:20px 12px}.lighting-story .lighting-shot figcaption{font-size:12px}.lighting-viewer-stage .lighting-viewer-step{padding:8px}.lighting-viewer-step span{width:36px;height:36px}.lighting-viewer-caption{height:102px;font-size:13px}}
@media(prefers-reduced-motion:reduce){.lighting-story .lighting-shot img{transition:none}}
