:root {
  --color-primary: #233A6E;
  --color-accent: #E38B29;
  --color-bg: #FDFDFD;
  --color-light-alt: #E8ECF4;
  --color-footer: #1A2A4D;
  --font-main: 'Montserrat', sans-serif;
  /*--h1-font-size: 68px;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
}

/*h1 {
  font-size: var(--h1-font-size);
}*/

a {
  display: inline-block;
  color: var(--testoChiaro);
  text-decoration: none;
}
body {
  font-family: var(--font-main);
  background-color: var(--color-bg);
}

/* Navbar */
#mainHeader {
  transition: background-color 0.3s ease;
}

#mainNav.navbar {
  /*padding: 15px 0;*/
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  background-color: rgba(253, 253, 253, 0.8); /* var(--color-bg) + trasparenza */
}

#mainNav.navbar.scrolled {
  background-color: var(--color-bg) !important;
  /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* più morbida e naturale */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.nav-link {
  font-size: x-large;
  color: var(--color-primary) !important;
  font-weight: 700;
}
.nav-link.active {
  color: var(--color-accent) !important; /* colore del link attivo */
  font-weight: bold;
}

/* Hero */
.hero {
  height: 85vh;
  /*background: url('../img/hero.webp') center/cover no-repeat;*/
  background: url('../img/hero.jpg') center/cover no-repeat;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* Buttons */
.btn-accent {
  background-color: var(--color-primary)!important;
  color: var(--color-bg)!important;
  font-weight: 600;
  border-radius: 6px;
}

.btn-accent:hover {
  opacity: 0.9;
}

/* Sections */
.bg-light-alt {
  background-color: var(--color-light-alt);
}

/* ─────────────────────────────────────────
   Banner evento in homepage
   ───────────────────────────────────────── */
.evento-banner-link {
  color: inherit;
  transition: opacity .2s ease;
}
.evento-banner-link:hover {
  opacity: .85;
}
.evento-banner-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  flex-shrink: 0;
}
.evento-banner-link .badge.bg-accent {
  background-color: var(--color-accent);
  color: #fff;
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: .3px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .evento-banner-img {
    width: 64px;
    height: 64px;
  }
}

#HomeContainer section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#HomeContainer section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Footer */
.footer-dark {
  background-color: var(--color-footer);
}

/*Pagina Evento*/
/* ===== Hero ===== */
.heroEvento {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh;
    filter: brightness(0.6) blur(1.5px); /* sfocata e scurita per testo leggibile */
}
.heroEvento::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25); /* overlay */
    z-index: 1;
}
.heroEvento .hero-inner {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
    padding: 80px 15px;
    color: #fff;
}

/* ===== Pagina evento ===== */
.evento-page {
    background: #eee;
    color: #000;
    padding-bottom: 40px;
}

/* Card */
.card.shadow-sm { 
    border: none; 
    border-radius: 12px; 
}

/* Sticky aside */
.sticky-top { position: sticky; }

/* Descrizione evento */
.evento-descrizione p { line-height: 1.6; }

/* Prenotazione form */
#prenotazioneCard { margin-top: 10px; }
/*#prenotazioneCard input,*/
#prenotazioneCard textarea { width: 100%; }

.btn-accent { border-radius: 8px; padding: 10px 14px; }

/* Locandina intera */
.img-fluid { max-width: 100%; height: auto; border-radius: 8px; }

/* Responsive */
@media (max-width: 991px){
    .sticky-top { position: static; }
    .heroEvento { min-height: 25vh; filter: brightness(0.6) blur(0.5px); }
    .heroEvento .hero-inner { padding: 40px 15px; }
}

/* ===== NO EVENT VERSION ===== */

/* Hero no-event */
.noevento-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #ffffff 0%, #e8ecf4 60%, #d0d9ee 100%);
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 60px;
}

/* Cerchi decorativi di sfondo */
.noevento-bg-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(35, 58, 110, 0.06);
}

.deco-circle-1 {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -100px;
}

.deco-circle-2 {
    width: 260px;
    height: 260px;
    bottom: -80px;
    left: -60px;
    background: rgba(35, 58, 110, 0.04);
}

.deco-circle-3 {
    width: 140px;
    height: 140px;
    top: 30%;
    left: 10%;
    background: rgba(227, 139, 41, 0.07);
}

/* Contenuto hero */
.noevento-inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

/* Icona animata */
.noevento-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 32px rgba(35, 58, 110, 0.14), 0 2px 8px rgba(35, 58, 110, 0.08);
    animation: noevento-float 3.5s ease-in-out infinite;
}

@keyframes noevento-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}

.noevento-icon {
    font-size: 2.6rem;
    color: var(--color-primary);
}

/* Titolo */
.noevento-title {
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
}

/* Testo lead */
.noevento-lead {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Linea decorativa */
.noevento-divider {
    width: 60px;
    height: 4px;
    background: var(--color-accent);
    border-radius: 2px;
    margin: 1.8rem auto 0;
}

/* Sezione card */
.noevento-cards-section {
    padding: 3rem 0 4rem;
    background: #fdfdfd;
}

/* Card generica */
.noevento-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1.8rem;
    box-shadow: 0 4px 24px rgba(35, 58, 110, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.noevento-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 36px rgba(35, 58, 110, 0.13);
}

/* Icona card */
.noevento-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--color-light-alt);
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    color: var(--color-primary);
}

.noevento-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.6rem;
}

.noevento-card-text {
    font-size: 0.97rem;
    color: #5a6476;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

/* Bottoni social */
.noevento-social-btns {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.noevento-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    color: #fff !important;
}

.noevento-social-btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.noevento-social-ig {
    background: linear-gradient(135deg, #e1306c, #c13584, #833ab4);
}

.noevento-social-fb {
    background: #1877f2;
}

/* Bottone gallery */
.noevento-gallery-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.4rem;
    border-radius: 8px;
    background: var(--color-primary);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.noevento-gallery-btn:hover {
    background: var(--color-accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(227, 139, 41, 0.35);
}

/* Responsive */
@media (max-width: 576px) {
    .noevento-hero { min-height: 50vh; padding-top: 100px; }
    .noevento-icon-wrap { width: 80px; height: 80px; }
    .noevento-icon { font-size: 2rem; }
    .noevento-card { padding: 1.5rem 1.3rem; }
}


/* ---------- Gallery specific styles (append to style.css) ---------- */
.heroGallery {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* overlay sfumato */
.heroGallery .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.55)
    );
    z-index: 1;
}

/* contenuto */
.heroGallery .hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 3rem 1.5rem;
    padding-top: 7rem;
}

.heroGallery h1 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
}

.heroGallery .lead {
    font-size: 1.2rem;
    opacity: .9;
    margin-top: .8rem;
}

/* linea decorativa */
.hero-divider {
    width: 60px;
    height: 3px;
    background: #ffd85e;
    margin: 1.4rem auto 0 auto;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .heroGallery h1 { font-size: 2.2rem; }
}


.gallery-list{ display:grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap:1rem; padding:1rem }
.gallery-item{ background: #fff; border-radius:10px; overflow:hidden; box-shadow: 0 6px 18px rgba(0,0,0,.06); transition: transform .18s ease, box-shadow .18s ease }
.gallery-item:hover{ transform: translateY(-6px); box-shadow: 0 12px 30px rgba(0,0,0,.1) }
.gallery-preview{ display:block; color:inherit; text-decoration:none }
.gallery-preview img{ width:100%; height:200px; object-fit:cover; display:block }
.gallery-item .meta{ padding:.75rem }
.gallery-item h3{ margin:.25rem 0; font-size:1.05rem }
.gallery-item time{ font-size:.85rem; color:#888 }
.gallery-item .excerpt{ margin:.5rem 0 0; color:#666; font-size:.95rem }
.load-more-wrap{ text-align:center; padding:1rem }
.btn{ background:#0b76ef; color:#fff; border:none; padding:.6rem 1rem; border-radius:8px; cursor:pointer }
.btn:hover{ filter:brightness(.95) }

/* Lightbox */
.lightbox{ display:none; position:fixed; inset:0; z-index:10000; }
.lightbox[aria-hidden="false"]{ display:block }
.lb-backdrop{ position:absolute; inset:0; background:linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.9)); }
.lb-shell{ position:relative; width:100%; height:100%; display:flex; align-items:center; justify-content:center; padding:2rem }
.lb-content{ max-width:1100px; width:100%; max-height:90vh; background:transparent; display:flex; flex-direction:column; align-items:center }
.lb-content figure{ margin:0; width:100%; text-align: center; }
.lb-content img{ max-width:100%; max-height:75vh; border-radius:8px; box-shadow:0 10px 30px rgba(0,0,0,.4) }
.lb-close{ position:absolute; top:1rem; right:1rem; background:transparent; border:none; color:#fff; font-size:2rem; cursor:pointer }
.lb-controls{ display:flex; align-items:center; gap:.5rem; margin-top:.6rem }
.lb-btn{ background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); color:#fff; padding:.5rem .7rem; border-radius:6px; cursor:pointer }
.lb-actions{ margin-left:auto; display:flex; gap:.4rem }
.lb-action{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); color:#fff; padding:.4rem .6rem; border-radius:6px; text-decoration:none }
#LbCaption {
    color: #fff;
    font-size: 1rem;
    margin-top: .8rem;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0,0,0,.5);
    max-width: 90%;
    line-height: 1.4;
}


@media (max-width:720px){
  .gallery-preview img{ height:150px }
  .lb-content img{ max-height:60vh }
  .lb-controls{ flex-wrap:wrap }
}

/* Subtle entrance animation */
.gallery-item{ opacity:0; transform:translateY(8px); animation: enter .36s ease forwards }
@keyframes enter{ to{ opacity:1; transform:none } }




.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
  height: 100vh;
  text-align: center;
}
    
.hero-section .container {
  position: relative;
  z-index: 9;
}
  
/* Slider container */
#hero-slider {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Schermo intero */
}

/* Singola slide */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1); /* Nessun zoom iniziale */
  transition: transform 5s ease-in-out; /* Effetto zoom */
  opacity: 0; /* Nascondi per iniziare */
  transition: opacity 1s ease, transform 5s ease-in-out;
}

/* Slide visibile */
.slide.active {
  opacity: 1; /* Mostra */
  transform: scale(1.1); /* Zoom */
}

.slide-logo{
  background-color:  var(--sfondoEvidenza);
}
@media (max-width: 576px) {
  .hero-section{
    height: 50vh;
  }
  #hero-slider {
    height: 50vh;
  }
  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 200%;
    background-position: top;
    background-repeat: no-repeat;
    transform: scale(1); /* Nessun zoom iniziale */
    transition: transform 5s ease-in-out; /* Effetto zoom */
    opacity: 0; /* Nascondi per iniziare */
    transition: opacity 1s ease, transform 5s ease-in-out;
  }
}

/*FOOTER*/

.footer-social {
    color: rgba(255,255,255,0.7);
    font-size: 1.4rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.site-footer-link {
  color: rgba(245, 237, 228, 0.75);
  font-size: var(--btn-font-size);
}
  
.site-footer-link {
  color: rgba(245, 237, 228, 0.75);
  font-size: var(--btn-font-size);
  transition: all 0.3s;
}

.site-footer-link:hover {
  color: var(--testoLink);
  text-decoration: none;
}

/* Icone Social */
.social-icon {
  margin: 0;
  padding: 0;
}
  
.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
  
.social-icon-link {
  background: var(--testoChiaro);
  border-radius: var(--border-radius-large);
  color: var(--testoScuro);
  font-size: var(--menu-font-size);
  display: block;
  margin: 0 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: background 0.2s, color 0.2s;
}
  
.social-icon-link:hover {
  background: var(--testoChiaro);
  color: var(--testoLink-Hover);
}
  
.social-icon-link span {
  display: block;
} 

.event-poster-wrapper {
    position: relative;
    display: inline-block;
}

.sold-out-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    color: #9b0101;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 8px solid #9b0101;
    padding: 0.3em 0.6em;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    pointer-events: none;
}

.sold-out .event-poster {
    filter: grayscale(100%) brightness(0.7);
}

/* ===================================== */
/* GALLERY PAGE - VERSIONE MIGLIORATA   */
/* ===================================== */

/* Hero Gallery Migliorato */
.heroGallery {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-image 1s ease-in-out;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(35, 58, 110, 0.85),
        rgba(227, 139, 41, 0.75)
    );
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 4rem 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.hero-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.heroGallery h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.4);
    margin-bottom: 1rem;
    color: #fff;
}

.heroGallery .lead {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    opacity: 0.95;
    margin-top: 1rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hero-divider {
    width: 80px;
    height: 4px;
    background: var(--color-accent);
    margin: 2rem auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(227, 139, 41, 0.4);
}

.hero-count {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 1.5rem;
    font-weight: 500;
}

/* Griglia Gallery Migliorata */
.gallery-list-improved {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    padding: 3rem 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .gallery-list-improved {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 1rem;
    }
}

/* Card Gallery Migliorata */
.gallery-item-improved {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-item-improved .gallery-preview {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: inherit;
    position: relative;
}

.gallery-item-improved .gallery-preview:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

/* Badge numero foto */
.photo-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 3;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.photo-badge i {
    font-size: 1rem;
}

/* Wrapper immagine con overlay */
.gallery-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f0f0f0;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item-improved .gallery-preview:hover .gallery-image-wrapper img {
    transform: scale(1.1);
}

/* Overlay con icona */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(35, 58, 110, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item-improved .gallery-preview:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 3rem;
    color: #fff;
    animation: zoomPulse 1s ease-in-out infinite;
}

@keyframes zoomPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Metadati gallery */
.gallery-meta {
    padding: 1.5rem;
}

.gallery-meta h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.gallery-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--color-accent);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.gallery-date i {
    font-size: 1rem;
}

.gallery-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Pulsante Carica Altri Migliorato */
.btn-load-more {
    background: var(--color-primary);
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(35, 58, 110, 0.3);
}

.btn-load-more:hover {
    background: var(--color-accent);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 139, 41, 0.4);
}

.btn-load-more i {
    transition: transform 0.3s ease;
}

.btn-load-more:hover i {
    transform: translateY(4px);
}

/* Lightbox Migliorato */
.lb-counter {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.lb-close {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.lb-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.lb-action i {
    font-size: 1.2rem;
}

/* Responsive */
@media (max-width: 576px) {
    .heroGallery {
        min-height: 50vh;
    }
    
    .hero-icon {
        font-size: 3rem;
    }
    
    .gallery-image-wrapper {
        height: 220px;
    }
    
    .gallery-meta h3 {
        font-size: 1.1rem;
    }
}

/* Stato vuoto */
.gallery-empty {
    text-align: center;
    padding: 4rem 2rem;
    color: #999;
}

.gallery-empty i {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    opacity: 0.3;
}

.gallery-empty h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
