/*
Theme Name: Ultra-Visuel Plus18 V2
*/

body.dark-theme { background:#0b0b0f; color:#e6e6e6; margin:0; padding:0; font-family:'Segoe UI', sans-serif; }

.container { max-width:1200px; margin:auto; padding:20px; }

.hero { text-align:center; padding:40px 0; }
.hero h1 { font-size:2rem; }
.subtitle { color:#ccc; }

.gallery-section h2 { margin-bottom:12px; }
.gallery-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }

.gallery-item { border-radius:14px; overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,0.6); text-decoration:none; }
.img-wrap img { width:100%; transition:transform .45s ease, filter .35s ease; }
.gallery-item:hover img { transform:scale(1.06); filter:brightness(1.08); }

.cta { position:absolute; bottom:12px; left:12px; background:rgba(0,0,0,0.55); padding:8px 12px; border-radius:12px; color:#fff; font-size:0.9rem; }

.native-banner { margin:25px 0; text-align:center; }

@media(max-width:800px){
  .gallery-grid { grid-template-columns:1fr; }
  .cta { font-size:0.8rem; }
}
