.st-phototheque{position:relative;min-height:70vh;padding:1.5rem 0 3rem;overflow:hidden;background:linear-gradient(180deg,#f6f9fc 0%,#eef4f9 48%,#f8fbfd 100%)}.st-phototheque:before{content:"";position:absolute;inset:0 0 auto;height:360px;pointer-events:none;background:radial-gradient(circle at 22% 0%,rgba(42,197,237,.24),transparent 34%),linear-gradient(135deg,rgba(4,18,38,.96),rgba(11,62,92,.88))}.st-phototheque .st-container{position:relative;z-index:1}.st-phototheque__hero{display:grid;gap:.55rem;margin-bottom:1.4rem;padding:clamp(1.35rem,3vw,2.4rem);border:1px solid rgba(133,226,255,.18);border-radius:28px;color:#fff;background:linear-gradient(145deg,rgba(9,28,52,.82),rgba(8,58,88,.54));box-shadow:0 26px 70px rgba(4,18,38,.24),inset 0 1px 0 rgba(255,255,255,.16);backdrop-filter:blur(18px)}.st-phototheque__eyebrow,.st-photo-chip{display:inline-flex;width:fit-content;align-items:center;min-height:30px;padding:0 .75rem;border:1px solid rgba(122,231,255,.3);border-radius:999px;color:#d9f6ff;background:rgba(7,22,42,.34);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.st-phototheque__title{margin:0;font-size:clamp(2.45rem,6vw,5rem);line-height:.95;letter-spacing:0}.st-phototheque__lede{max-width:62ch;margin:0;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.55}.st-phototheque__loading,.st-photo-state{display:grid;place-items:center;gap:.9rem;min-height:260px;padding:2rem;border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 18px 42px rgba(15,23,42,.08);text-align:center}.st-phototheque__spinner{width:42px;height:42px;border:3px solid rgba(16,163,217,.18);border-top-color:#10a3d9;border-radius:999px;animation:st-photo-spin .8s linear infinite}@keyframes st-photo-spin{to{transform:rotate(360deg)}}.st-photo-state h2,.st-photo-state h3{margin:0}.st-photo-state p{max-width:54ch;margin:0;color:var(--text-muted)}.st-photo-state button,.st-photo-button{min-height:42px;padding:0 1rem;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end));font-weight:800}.st-photo-list{display:grid;gap:1rem}.st-photo-gallery-card{display:grid;grid-template-columns:minmax(260px,42%) 1fr;gap:1.25rem;padding:.75rem;border:1px solid rgba(21,54,88,.08);border-radius:26px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(9,24,47,.1);color:inherit;transition:transform .18s ease,box-shadow .18s ease}.st-photo-gallery-card:hover{transform:translateY(-2px);box-shadow:0 24px 58px rgba(9,24,47,.14)}.st-photo-gallery-card__media,.st-photo-detail__cover,.st-photo-tile{position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#dfe9f2,#f8fbfd)}.st-photo-gallery-card__media{aspect-ratio:1.72}.st-photo-gallery-card__media img,.st-photo-detail__cover img,.st-photo-tile img{width:100%;height:100%;object-fit:cover;display:block}.st-photo-fallback{display:grid;place-items:center;width:100%;height:100%;color:rgba(16,68,102,.52);font-weight:800}.st-photo-gallery-card__body{display:flex;flex-direction:column;justify-content:center;gap:.8rem;padding:.35rem .5rem}.st-photo-gallery-card__body h2{margin:0;font-size:clamp(1.45rem,2.4vw,2.3rem);line-height:1.04}.st-photo-gallery-card__body p{margin:0;color:var(--text-muted);line-height:1.5}.st-photo-chips{display:flex;flex-wrap:wrap;gap:.45rem}.st-photo-chip{color:#126887;background:rgba(16,163,217,.08);border-color:rgba(16,163,217,.18);text-transform:none;letter-spacing:0}.st-photo-detail{display:grid;gap:1.2rem}.st-photo-detail__progress{height:3px;border-radius:999px;background:linear-gradient(90deg,#10a3d9,#7cecff);animation:st-photo-progress 1s ease-in-out infinite alternate}@keyframes st-photo-progress{from{transform:scaleX(.2);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.st-photo-detail__back{width:fit-content;color:#e9fbff;font-weight:800}.st-photo-detail__hero{display:grid;grid-template-columns:minmax(300px,48%) 1fr;gap:1.4rem;padding:1rem;border-radius:28px;background:rgba(255,255,255,.95);box-shadow:0 22px 62px rgba(8,24,48,.14)}.st-photo-detail__cover{aspect-ratio:1.72}.st-photo-detail__body{display:grid;align-content:center;gap:.8rem;padding:.5rem}.st-photo-detail__body h2{margin:0;font-size:clamp(2rem,4.4vw,4rem);line-height:.98}.st-photo-detail__body p{margin:0;color:var(--text-muted);line-height:1.55}.st-photo-detail__content{padding:1.2rem;border-radius:22px;background:rgba(255,255,255,.92);color:var(--text-main);line-height:1.75}.st-photo-detail__content p{margin:0 0 1rem}.st-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.st-photo-tile{aspect-ratio:1;border:0;padding:0;cursor:zoom-in;box-shadow:0 12px 26px rgba(8,24,48,.12)}.st-photo-lightbox{position:fixed;inset:0;z-index:10000;display:grid;grid-template-rows:auto 1fr auto;background:#020408;color:#fff}.st-photo-lightbox[hidden]{display:none}.st-photo-lightbox__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;background:linear-gradient(180deg,rgba(0,0,0,.78),transparent)}.st-photo-lightbox__title{margin:0;font-size:1rem}.st-photo-lightbox__meta{color:rgba(255,255,255,.68);font-size:.9rem}.st-photo-lightbox__actions{display:flex;gap:.5rem}.st-photo-lightbox button,.st-photo-lightbox a{min-height:38px;padding:0 .8rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-weight:800}.st-photo-lightbox__stage{position:relative;display:grid;place-items:center;overflow:hidden;touch-action:none}.st-photo-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;transition:transform .12s ease}.st-photo-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;padding:0!important;font-size:2rem}.st-photo-lightbox__prev{left:1rem}.st-photo-lightbox__next{right:1rem}.st-photo-lightbox__caption{justify-self:center;max-width:min(900px,calc(100% - 2rem));margin:0 0 1rem;padding:.75rem 1rem;border-radius:16px;background:rgba(0,0,0,.52);color:rgba(255,255,255,.86)}@media(max-width:1099px){.st-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:759px){.st-photo-gallery-card,.st-photo-detail__hero{grid-template-columns:1fr}.st-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.st-photo-lightbox__bar{align-items:flex-start;flex-direction:column}.st-photo-lightbox__actions{flex-wrap:wrap}}
