
/* PAKET 08 — real-photo gallery */
.p08-gallery{background:#071824;color:#fff;padding:28px 0 34px;border-bottom:1px solid rgba(255,183,0,.24)}
.p08-gallery .container{max-width:1240px;margin:auto;padding:0 20px}.p08-gallery-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:18px}.p08-gallery-head span{color:#ffb000;font-weight:800;letter-spacing:.14em;font-size:.76rem}.p08-gallery-head h2{font-size:clamp(1.5rem,3vw,2.35rem);margin:.3rem 0}.p08-gallery-head p{max-width:660px;color:#b8c6cf;margin:0}.p08-gallery-grid{display:grid;grid-template-columns:1.75fr 1fr 1fr;grid-template-rows:220px 220px;gap:10px}.p08-shot{position:relative;overflow:hidden;border:1px solid rgba(255,183,0,.26);background:#0d2533;cursor:zoom-in;border-radius:8px}.p08-shot:first-child{grid-row:1/3}.p08-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.p08-shot:hover img{transform:scale(1.035)}.p08-shot figcaption{position:absolute;left:0;right:0;bottom:0;padding:34px 14px 12px;background:linear-gradient(transparent,rgba(2,12,18,.92));font-size:.84rem;font-weight:700}.p08-badge{position:absolute;top:10px;left:10px;background:#ffb000;color:#071824;padding:6px 9px;border-radius:4px;font-size:.7rem;font-weight:900;z-index:2}.p08-lightbox{position:fixed;inset:0;background:rgba(0,7,12,.94);z-index:10000;display:grid;place-items:center;padding:24px}.p08-lightbox[hidden]{display:none}.p08-lightbox img{max-width:min(1200px,96vw);max-height:88vh;object-fit:contain}.p08-lightbox button{position:absolute;right:22px;top:16px;background:#ffb000;border:0;width:44px;height:44px;font-size:30px;cursor:pointer}.p08-credit{font-size:.72rem;color:#9db0ba;margin-top:12px}.p08-credit a{color:#ffbd24}
@media(max-width:820px){.p08-gallery-head{display:block}.p08-gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.p08-shot,.p08-shot:first-child{flex:0 0 84vw;height:300px;scroll-snap-align:start}.p08-gallery-grid::-webkit-scrollbar{height:5px}.p08-gallery-grid::-webkit-scrollbar-thumb{background:#ffb000}}
