/* v95 — Ujęcia z drona, spójne z podstronami usług */
.v95-drone-page{background:#111315;color:#f1f0ec}
.v95-drone-page .container{width:min(1080px,calc(100% - 40px));margin:0 auto}
.v95-drone-page .v95-drone-narrow{width:min(1080px,calc(100% - 40px));margin:0 auto}
.v95-drone-hero{background:#0d0f11;padding:clamp(72px,9vw,128px) 0 clamp(64px,8vw,112px)}
.v95-drone-hero h1{margin:0;max-width:900px}
.v95-drone-lead{max-width:760px;margin:24px 0 0;color:#b9bab6;font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.7}
.v95-drone-video{background:#17191b;padding:clamp(68px,8vw,112px) 0}
.v95-drone-section-head{max-width:760px;margin-bottom:34px}
.v95-drone-section-head h2{margin:0 0 18px}
.v95-drone-section-head>p:last-child{margin:0;color:#b9bab6;line-height:1.7}
.v95-video-slot{position:relative;aspect-ratio:16/9;overflow:hidden;background:#0d0f11}
.v95-video-slot img{width:100%;height:100%;display:block;object-fit:cover;filter:brightness(.58) saturate(.84)}
.v95-video-slot-overlay{position:absolute;inset:auto 0 0 0;padding:clamp(26px,4vw,46px);background:linear-gradient(180deg,transparent,rgba(9,10,11,.82));display:flex;flex-direction:column;gap:10px}
.v95-video-slot-overlay strong{font-size:clamp(1.25rem,2.4vw,2rem);font-weight:620}
.v95-drone-proof{background:#1d2023;padding:clamp(68px,8vw,112px) 0}
.v95-drone-gallery{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.72fr);gap:22px;align-items:stretch}
.v95-drone-shot{margin:0;overflow:hidden;background:#111315}
.v95-drone-shot-wide{aspect-ratio:16/10}
.v95-drone-shot-tall{aspect-ratio:4/5}
.v95-drone-shot img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease,filter .35s ease}
.v95-drone-shot-tall img{object-position:center 45%}
.v95-project-link{display:inline-block;margin-top:24px;color:#d7d8d4;text-decoration:none;font-size:.9rem;font-weight:600}
.v95-project-link:hover{text-decoration:underline}
.v95-drone-scope{background:#111315;padding:clamp(68px,8vw,112px) 0}
.v95-drone-scope-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(34px,6vw,80px);align-items:end;margin-bottom:44px}
.v95-drone-scope-head h2{margin:0}
.v95-drone-scope-head>p{margin:0;color:#b9bab6;line-height:1.7}
.v95-drone-scope-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.12)}
.v95-drone-scope-list li{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);gap:32px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.v95-drone-scope-list strong{font-size:1.05rem}
.v95-drone-scope-list p{margin:0;color:#b9bab6;line-height:1.65}
.v95-drone-cta{background:#e1ddd5;color:#111315;padding:clamp(68px,8vw,104px) 0}
.v95-drone-cta h2{margin:0 0 18px;max-width:760px}
.v95-drone-cta>div>p:not(.eyebrow){max-width:720px;color:#565753;line-height:1.7;margin-bottom:28px}
@media(hover:hover) and (pointer:fine){.v95-drone-shot:hover img{transform:scale(1.018);filter:brightness(.94)}}
@media(max-width:760px){
 .v95-drone-page .container,.v95-drone-page .v95-drone-narrow{width:calc(100% - 36px)}
 .v95-drone-gallery{grid-template-columns:1fr;gap:16px}
 .v95-drone-shot-wide,.v95-drone-shot-tall{aspect-ratio:4/3}
 .v95-drone-scope-head{grid-template-columns:1fr;gap:18px}
 .v95-drone-scope-list li{grid-template-columns:1fr;gap:8px;padding:21px 0}
}

/* v105 — rozszerzona galeria zdjęć z drona */
.v105-drone-gallery{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
}
.v105-drone-gallery .v95-drone-shot-wide,
.v105-drone-gallery .v95-drone-shot-tall{
  aspect-ratio:4/3;
}
.v105-drone-gallery .v95-drone-shot img{
  object-position:center;
}
@media(max-width:760px){
  .v105-drone-gallery{
    grid-template-columns:1fr;
  }
}
