/* ===== FONT ===== */
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@300;400;500;600&display=swap');

:root{
  --bg:#000000;
  --orange:#ef6c47;
  --white:#f5f5f5;
  --gray:#bdbdbd;
}

/* ===== RESET ===== */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:var(--bg);
  color:var(--white);
  font-family:Helvetica, Arial, sans-serif;
  overflow-x:hidden;
}

/* =========================
   TOP BAR
========================= */

.top-bar{
  width:100%;
  height:88px;
  background:#000;
  border-top:4px solid var(--orange);
  border-bottom:4px solid var(--orange);

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 40px;

  position:relative;
}

.top-left{
  font-size:20px;
  letter-spacing:6px;
  text-transform:capitalize;
}

.top-right img{
  height:58px;
  object-fit:contain;
}

/* =========================
   TITOLO VERTICALE
========================= */

.vertical-title{
  position:absolute;

  left:20px;
  top:110px;

  writing-mode:vertical-rl;
  transform:rotate(180deg);

  white-space:nowrap;

  font-family:"Fahkwang", sans-serif;
  font-size:64px;
  font-weight:300;
  line-height:1;

  z-index:20;
}

/* =========================
   MENU DESTRO
========================= */

.side-menu{
  position:absolute;

  right:20px;
  top:140px;

  width:fit-content;

  z-index:50;
}

.side-menu ul{
  list-style:none;
}

.side-menu li{
  margin-bottom:14px;
}

.side-menu a{
  color:var(--white);
  font-size:18px;
  transition:.2s;
  text-decoration:none;
}

.side-menu a:hover,
.side-menu a:active{
  color:var(--gray);
}

.dropdown-header{
  display:flex;

  align-items:center;

  gap:10px;
}

.dropdown-link{
  color:var(--white);

  text-decoration:none;

  font:inherit;
}

.dropdown-btn{
  background:none;
  border:none;
  color:var(--white);

  font-size:18px;
  font-family:inherit;

  cursor:pointer;

  padding:0;
}

.dropdown-btn:hover{
  color:var(--gray);
}


/* sotto-menu */

.submenu{
  display:none;

  margin-top:8px;
  margin-left:10px;
}

.submenu a{
  font-size:15px;

  opacity:.8;
}

.submenu.open{
  display:block;
}

/* =========================
   HERO SECTION
========================= */

.section{
  width:100%;
  padding:60px 0;

  border-top:10px solid #ec6b40;
  border-bottom:10px solid #ec6b40;
}

.section-1{
  border-top:none;
}

.section-1{
  display:flex;
  justify-content:center;
  align-items:center;

  Padding:4px 0 80px 0;
}

.section-1 img{
  width:70%;
  max-width:1200px;

  display:block;

  margin-top:65px;
}

/* =========================
   CONTENT SECTIONS
========================= */

.section-2,
.section-3{
  display:flex;
  align-items:center;
  justify-content:center;

  gap:80px;

  padding:70px 140px;
}

.section-2 img,
.section-3 img{
  width:45%;
  max-width:650px;
}

.text-block{
  width:100%;
}

.text-column{
  width:40%;
}

.secondary-text{
  margin-top:30px;
}

.secondary-text p{
  text-align:justify;
}

.text-block h2{
  font-family:"Fahkwang", sans-serif;
  font-size:38px;
  font-weight:400;

  margin-bottom:30px;
}

.text-block p{
  font-size:18px;
  line-height:1.8;
  color:var(--white);

  white-space:normal;
}

.contact-block p{
  font-size:20px;
}

.manifesto-text p{
  text-align:justify;
}

.text-block a{
  color:var(--white);
  text-decoration:none;
}

.text-block a:hover{
  opacity:.7;
}

/* =========================
   TRASPARENZA PAGE
========================= */

.trasparenza-section{
  display:flex;
  justify-content:center;

  padding-top:240px;
  padding-bottom:40px;

  margin-top:-190px;
}

.trasparenza-content{
  width:55%;
  max-width:700px;

  margin:0 auto
}

.trasparenza-content h2{
  font-family:"Fahkwang", sans-serif;

  font-size:42px;
  font-weight:400;

  margin-bottom:40px;
}

.trasparenza-content h3{
  font-family:"Fahkwang", sans-serif;

  font-size:24px;
  font-weight:400;

  margin-bottom:18px;
}

.trasparenza-content p{
  font-size:18px;
  line-height:2;

  letter-spacing:0,8px;
  font-weight:300;

  text-align:justify;
}

.trasparenza-docs{
  display:flex;
  justify-content:center;

  padding:40px 0 80px 0;
}

.docs-content{
  width:55%;
  max-width:700px;
}

.docs-content h2{
  font-family:"Fahkwang", sans-serif;

  font-size:38px;
  font-weight:400;

  margin-bottom:40px;
}

.docs-list{
  list-style:none;
}

.docs-list li{
  margin-bottom:22px;
}

.docs-list a{
  color:var(--white);

  font-size:18px;
  letter-spacing:0.5px;
  font-weight:300;

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-bottom:1px solid rgba(255,255,255,0.2);

  padding-bottom:10px;

  transition:0.2s;
}

.docs-list a:hover{
  opacity:0.6;
}

.download-icon{
  font-size:20px;
}

.disabled-doc{
  color:rgba(255,255,255,0.4);

  font-size:18px;
  letter-spacing:0.5px;
  font-weight:300;

  display:flex;
  justify-content:space-between;

  border-bottom:1px solid rgba(255,255,255,0.1);

  padding-bottom:10px;

  cursor:default;
}

.founders-section{
  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:60px;

  margin-top:15px;
}

.founders-text{
  width:70%;
}

.founders-text p{
  text-align:left;

  line-height:1.6;
}

.founders-text h3{
  text-align:left;
}

.founders-section .founders-logo{
  width:300px !important;

  height:auto;

  flex-shrink:0;

  display:block;

  align-self:flex-start;

  margin-top:0px;
}

/* =========================
   LENGUAGE PAGE
========================= */

.lenguage-content{
  width:72%;

  margin:0 auto;

  padding-top:120px;
}

.lenguage-content h2{
  font-family:"Fahkwang", sans-serif;

  font-size:64px;
  font-weight:400;

  margin-bottom:50px;

  text-align:center;

  color:var(--white);
}

.lenguage-content p{
  font-size:18px;

  line-height:1.9;

  letter-spacing:0.5px;

  font-weight:300;

  text-align:justify;

  margin:0 auto;

  color:var(--white);
}

.lenguage-image{
  width:100%;

  margin:70px 0;

  margin-left:auto;
  margin-right:auto;

  display:block;
}

.modalita-block{
  width:70%;

  margin:0 auto;

  text-align:center;
}

.modalita-block h3{
  font-family:"Fahkwang", sans-serif;

  font-size:42px;
  font-weight:400;

  text-align:center;

  margin-bottom:35px;

  color:var(--white);
}

.lenguage-programs{
  padding:60px 10%;
}

.lenguage-text{
  width:100%;
}

.program-block{
  margin-bottom:80px;
}

.program-block h3{
  font-family:"Fahkwang", sans-serif;

  font-size:25px;
  font-weight:400;

  margin-bottom:30px;

  text-align:center;

  color:var(--white);
}

.program-block p{
  width:70%;

  margin:0 auto;

  font-size:18px;

  line-height:1.9;

  letter-spacing:0.5px;

  font-weight:300;

  text-align:justify;

  color:var(--white);
}

.program-block .mostra-btn{
  display:block;

  width:fit-content;

  margin:35px auto 0 auto;
}

.programma-link{
  display:block;

  width:fit-content;

  margin:25px auto 20px auto;

  font-size:16px;

  letter-spacing:1px;

  text-decoration:none;

  color:var(--white);

  transition:.2s;
}

.programma-link:hover{
  opacity:.7;
}

/* =========================
   LENGUAGE GALLERY
========================= */

.lenguage-page .gallery-grid{
  grid-template-columns:repeat(2, 1fr);

  width:70%;

  margin:0 auto;
}

.gallery-caption{
  pointer-events:none;
}

.gallery-item{
  display:block;

  position:relative;

  z-index:10;
}

.gallery-item img{
  display:block;

  width:100%;
}

.gallery-item *{
  pointer-events:none;
}

/* =========================
   MOSTRE PAGE
========================= */

.mostre-page .text-block p{
  text-align:justify;
}

.hero-wrapper{
  position:relative;

  width:100%;
  height:420px;

  overflow:hidden;

  display:flex;
  justify-content:center;
  align-items:center;
}

.hero-overlay{
  position:absolute;
  z-index:2;

  top:50%;
  left:50%;

  transform:translate(-50%, -50%);

  background:rgba(0,0,0,0.92);

  padding:36px 42px;

  width:720px;

  text-align:left;
}

.hero-overlay h2{
  font-family:"Fahkwang", sans-serif;

  font-size:56px;
  font-weight:400;

  text-align:center;

  margin-bottom:30px;

  color:var(--white);
}

.hero-overlay p{
  margin:0;

  font-size:19px;
  line-height:1.9;

  letter-spacing:0.6px;
  font-weight:300;

  text-align:justify;

  color:var(--white);
}

.hero-image{
  position:relative;
  z-index:1;

  width:100%;
  height:auto;

  display:block;
}

.mostre-section{
  padding-top:70px;
}

.mostra-btn{
  display:inline-block;

  margin-top:40px;

  font-size:16px;
  letter-spacing:1px;
  font-weight:300;

  padding:12px 26px;

  border:1px solid var(--white);

  color:var(--white) !important;

  background-color:transparent;

  text-decoration:none;

  transition:0.2s;
}

.mostra-btn:hover{
  background-color:#ffffff !important;

  color:#000000 !important;

  border:1px solid #ffffff;

  opacity:1;
}

/* =========================
   CREPE PAGE
========================= */

.crepe-content{
  width:70%;

  margin:0 auto;

  padding-top:120px;
}

.crepe-content h2{
  font-family:"Fahkwang", sans-serif;

  font-size:64px;
  font-weight:400;

  margin-bottom:50px;

  text-align:left;

  color:var(--white);
}

.crepe-content p{
  font-size:19px;

  line-height:1.9;

  letter-spacing:0.6px;

  font-weight:300;

  text-align:left;

  color:var(--white);
}

.crepe-content .autore{
  margin-top:50px;

  font-size:18px;

  letter-spacing:1px;

  text-align:right;
}

.crepe-content .mostra-btn{
  display:block;

  width:fit-content;

  margin:60px auto 0 auto;
}

.crepe-page .mostra-btn{
  font-size:18px;

  padding:16px 38px;

  letter-spacing:1px;
}

.crepe-image-section{
  display:flex;
  flex-direction:column;

  align-items:center;

  padding:40px 1%;
}

.crepe-image{
  width:72%;
  max-width:none;

  height:300px;

  object-fit:cover;

  display:block;
}

.crepe-text{
  width:72%;

  margin-top:10px;
}

.crepe-text p{
  font-size:18px;

  line-height:1.9;

  letter-spacing:0.5px;

  font-weight:300;

  text-align:justify;

  color:var(--white);
}

/* =========================
   CREPE GALLERY
========================= */

.gallery-section{
  padding:140px 8%;
}

.gallery-title{
  font-family:"Fahkwang", sans-serif;

  font-size:64px;
  font-weight:400;

  text-align:center;

  margin-bottom:90px;

  color:var(--white);
}

.gallery-grid{
  display:grid;

  grid-template-columns:repeat(3, 1fr);

  gap:50px;
}

.gallery-item{
  text-decoration:none;

  color:var(--white);
}

.gallery-item img{
  width:100%;

  aspect-ratio:1/1;

  object-fit:cover;

  display:block;

  transition:0.3s;
}

.gallery-item:hover img{
  opacity:0.8;
}

.gallery-caption{
  margin-top:18px;

  display:flex;
  flex-direction:column;

  gap:6px;
}

.gallery-caption strong{
  font-size:18px;

  font-weight:600;

  letter-spacing:0.5px;
}

.gallery-caption span{
  font-size:15px;

  font-weight:300;

  letter-spacing:0.5px;
}

/* =========================
   EVENTI PAGE
========================= */

.eventi-page *{
  box-sizing:border-box;
}

.eventi-section{
  padding:90px 8% 140px 8%;
}

.eventi-wrapper{
  width:100%;

  max-width:1400px;

  margin:0 auto;
}

.evento-card{
  width:100%;

  margin-bottom:160px;
}

.evento-data{
  font-family:"Fahkwang", sans-serif;

  font-size:36px;
  font-weight:400;

  line-height:1.1;

  margin:0 0 -50px 0;

  text-align:left;

  color:var(--white);
}

.evento-content{
  display:grid;

  grid-template-columns:
  4fr
  2fr
  220px;

  column-gap:5px;

  align-items:start;
}

.eventi-header{
  width:100%;

  display:flex;
  flex-direction:column;

  align-items:flex-end;

  margin-bottom:160px;

  padding-top:110px;

  padding-right:120px;
}

.eventi-header h1{
  font-family:"Fahkwang", sans-serif;

  font-size:38px;
  font-weight:300;

  letter-spacing:3px;

  text-transform:uppercase;

  color:var(--white);
}

.header-line{
  width:60px;
  height:4px;

  background:var(--white);

  margin-top:20px;
}

/* IMMAGINE */

.evento-image-wrapper{
  width:100%;

  max-width:100%;

  display:flex;

  flex-direction:column;

  gap:10px;
}

.evento-image{
  width:100%;

  height:auto;

  display:block;
}

.evento-location{
  display:inline-block;

  margin-top:6px;

  font-size:18px;

  letter-spacing:1px;

  text-decoration:none;

  color:var(--white);

  transition:0.2s;
}

.evento-location:hover{
  opacity:0.7;
}

/* TESTI */

.evento-info h3{
  font-family:"Fahkwang", sans-serif;

  font-size:30px;
  font-weight:400;

  line-height:1.1;

  margin-bottom:18px;

  color:var(--white);
}

.evento-info{
  width:100%;

  padding-left:0;

  margin-left:-150px;

  display:flex;
  flex-direction:column;
}

.evento-description{
  font-size:18px;

  line-height:1.6;

  margin-bottom:20px;

  color:var(--white);
}

.evento-details{
  font-size:18px;

  line-height:1.7;

  font-weight:300;

  color:var(--white);
}

.evento-price{
  margin-top:20px;

  font-size:18px;

  line-height:1.6;

  color:var(--white);
}

/* ORARI */

.evento-times{
  display:flex;

  flex-direction:column;

  justify-content:center;

  align-items:center;

  gap:40px;

  height:100%;
}

.evento-slot{
  display:flex;

  flex-direction:column;

  align-items:center;

  text-align:center;
}

.evento-slot p{
  margin:0 0 -6px 0;

  font-size:20px;

  color:var(--white);
}

.slot-label{
  margin-bottom:8px !important;

  font-size:14px;

  letter-spacing:1px;

  text-transform:uppercase;
}

/* ANCORAGGIO */

#crepe-evento{
  scroll-margin-top:120px;
}

/* =========================
   PRENOTAZIONI
========================= */

/* SFONDO SCURO */

#prenotazione-modal{
  position:fixed;

  inset:0;

  background:rgba(0,0,0,.75);

  display:none;

  justify-content:center;

  align-items:center;

  z-index:9999;

  padding:30px;
}


/* POPUP */

.prenotazione-box{
  width:100%;

  max-width:650px;

  background:#111;

  border:2px solid #ec6b40;

  padding:50px;

  position:relative;

  overflow-y:auto;

  max-height:90vh;
}

.form-label{
  display:block;

  margin-bottom:-8px;

  font-size:15px;

  color:var(--white);

  opacity:.9;
}

/* SELECT NUMERO PARTECIPANTI */

#numero-partecipanti{
  width:100%;

  padding:12px;

  font-size:16px;

  border:none;

  border-radius:4px;

  font-family:"Fahkwang", sans-serif;
}

/* CHIUSURA */

.close-modal{
  position:absolute;

  top:18px;

  right:22px;

  background:none;

  border:none;

  color:var(--white);

  font-size:32px;

  cursor:pointer;
}


/* TITOLO */

.prenotazione-box h2{
  font-family:"Fahkwang", sans-serif;

  font-size:34px;

  font-weight:300;

  text-align:center;

  margin-bottom:40px;

  color:var(--white);
}


/* DATI EVENTO */

.evento-riepilogo{
  margin-bottom:40px;
}

.evento-riepilogo p{
  margin-bottom:12px;

  font-size:18px;

  line-height:1.6;
}

.evento-riepilogo strong{
  color:#ec6b40;
}


/* FORM */

.prenotazione-form{
  display:flex;

  flex-direction:column;

  gap:18px;
}


/* INPUT */

.prenotazione-form input{
  width:100%;

  padding:14px 16px;

  background:transparent;

  border:1px solid rgba(255,255,255,.3);

  color:var(--white);

  font-size:16px;
}

.prenotazione-form input:focus{
  outline:none;

  border-color:#ec6b40;
}


/* PRIVACY */

.privacy-row{
  margin-top:10px;

  display:flex;

  align-items:flex-start;

  gap:12px;

  font-size:15px;

  line-height:1.5;
}

.privacy-row input{
  width:auto;

  margin-top:4px;
}

.privacy-row a{
  color:#ec6b40;

  text-decoration:none;
}

.privacy-row a:hover{
  opacity:.7;
}


/* PULSANTE */

.conferma-btn{
  margin-top:20px;

  align-self:center;

  background:transparent;

  border:2px solid #ec6b40;

  color:var(--white);

  padding:14px 32px;

  font-size:16px;

  cursor:pointer;

  transition:.2s;
}

.conferma-btn:hover{
  background:#ec6b40;
}

/* =========================
   ARCHIVIO PAGE
========================= */

/* HERO PAGE-SECTION 1 */

.archivio-section{
  display:none;
}

.archivio-hero{
  display:flex;

  align-items:center;

  justify-content:center;

  gap:60px;

  padding:180px 10% 120px 10%;
}

.archivio-text{
  width:40%;

  margin-left:60px;
}

.archivio-text h1{
  font-family:"Fahkwang", sans-serif;

  font-size:70px;

  font-weight:400;

  margin-bottom:20px;
}

.archivio-text p{
  font-size:30px;

  line-height:1.6;
}

.archivio-title{
  display:block;

  width:fit-content;

  margin:60px auto 50px auto;

  font-family:"Fahkwang", sans-serif;

  font-size:42px;

  font-weight:400;

  letter-spacing:2px;

  text-align:center;

  text-decoration:none;

  color:var(--white);

  transition:.2s;
}

.archivio-title:hover{
  opacity:.7;
}

.archivio-image{
  width:45%;

  max-width:420px;

  margin-left:-60px;
}

.archivio-slider{
  position:relative;

  width:100%;

  display:flex;

  align-items:center;

  justify-content:center;
}

/* SCROLL ORIZZONTALE ARCHIVIO */

.archivio-scroll{
  display:flex;

  justify-content:center;

  gap:30px;

  overflow-x:auto;

  width:100%;

  padding:20px 80px;

  scroll-behavior:smooth;

  scrollbar-width:none;
}

.archivio-scroll::-webkit-scrollbar{
  display:none;
}

.archivio-arrow{
  position:absolute;

  top:40%;

  transform:translateY(-50%);

  font-size:40px;

  font-weight:300;

  color:var(--white);

  opacity:.5;

  z-index:10;

  cursor:pointer;

  transition:.2s;
}

.archivio-arrow:hover{
  opacity:1;
}

.archivio-arrow.left{
  left:10px;
}

.archivio-arrow.right{
  right:10px;
}

/* CARD ARCHIVIO */

.archivio-item{
  width:260px;

  flex-shrink:0;
}

.archivio-thumb{
  width:260px;

  aspect-ratio:1/1;

  overflow:hidden;

  margin-bottom:18px;
}

.archivio-thumb img{
  width:100%;
  height:100%;

  object-fit:cover;

  display:block;
}

/* TESTI ARCHIVIO */

.archivio-data,
.archivio-luogo{
  font-size:15px;

  margin-bottom:4px;
}

.archivio-review{
  display:inline-block;

  margin-top:14px;

  text-decoration:none;

  color:var(--white);
}

/* =========================
   ARCHIVIO LIGHTBOX
========================= */

.lightbox{
  position:fixed;

  inset:0;

  background:rgba(0,0,0,.92);

  display:none;

  align-items:center;

  justify-content:center;

  z-index:999;
}

.lightbox.open{
  display:flex;
}

.lightbox-img{
  max-width:85%;

  max-height:85%;
}

.lightbox-close{
  position:absolute;

  top:30px;
  right:40px;

  font-size:40px;

  cursor:pointer;

  color:white;
}

.lightbox-prev,
.lightbox-next{
  position:absolute;

  top:50%;

  transform:translateY(-50%);

  font-size:50px;

  cursor:pointer;

  color:var(--white);

  z-index:1000;

  user-select:none;
}

.lightbox-prev{
  left:40px;
}

.lightbox-next{
  right:40px;
}

/* =========================
   COOKIE
========================= */

/* =========================
   COOKIE BANNER
========================= */

.cookie-banner{
  position:fixed;

  bottom:20px;
  left:50%;

  transform:translateX(-50%);

  width:90%;
  max-width:700px;

  background:rgba(0,0,0,.92);

  border:1px solid rgba(255,255,255,.15);

  padding:20px 25px;

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:20px;

  z-index:9999;
}

.cookie-banner p{
  font-size:14px;

  line-height:1.5;

  color:var(--white);
}

.cookie-banner button{
  background:none;

  border:1px solid var(--white);

  color:var(--white);

  padding:10px 18px;

  cursor:pointer;

  transition:.2s;
}

.cookie-banner button:hover{
  opacity:.7;
}

.cookie-banner.hide{
  display:none;
}

/* =========================
   MOBILE
========================= */

@media(max-width:900px){

  /* ===== HEADER ===== */

  .top-bar{
    height:70px;
    padding:0 20px;
  }

  .top-left{
    font-size:12px;
    letter-spacing:2px;
  }

  .top-right img{
    height:40px;
  }

  .vertical-title{
    font-size:30px;
    left:5px;
    top:90px;
  }

  /* ===== MENU ===== */

  .side-menu{
  position:relative;

  right:auto;
  top:auto;

  margin:30px 20px 0 auto;

  padding:0;

  z-index:auto;
}

  .side-menu a{
    font-size:16px;
  }

  /* ===== SECTIONS ===== */

  .section-2,
  .section-3{
    flex-direction:column;
    padding:80px 25px;
    gap:40px;
  }

  .section-2 img,
  .section-3 img{
    width:100%;
  }

  .text-block{
    width:100%;
  }

  .text-block h2{
    font-size:42px;
  }

  .text-block p{
    font-size:17px;
  }

  /* =========================
     HOME MOBILE
  ========================= */

  /* ===== HERO ===== */

  .home-page .section-1{
    display:flex;

    justify-content:center;

    align-items:center;

    padding:30px 20px 30px;
  }

  .home-page .section-1 img{
    width:100%;

    max-width:430px;

    display:block;
  }


  /* =========================
     SECTION 2 HOME MOBILE
  ========================= */

  .home-page .section-2{
    display:flex;

    flex-direction:column-reverse;

    align-items:stretch;

    gap:60px;

    padding:60px 20px;
  }


  /* COLONNA TESTI */

  .home-page .section-2 .text-column{
    width:100%;

    display:block;
  }


  /* BLOCCHI TESTO */

  .home-page .section-2 .text-block{
    width:100%;
  }


  /* SPAZIO TRA MANIFESTO ED EN */

  .home-page .section-2 .secondary-text{
    margin-top:60px;
  }


  /* TITOLI */

  .home-page .section-2 h2{
    text-align:center;

    font-size:36px;

    margin-bottom:20px;
  }


  /* TESTI */

.home-page .section-2 .manifesto-text p,
.home-page .section-2 .secondary-text p{
  font-size:17px;

  line-height:1.7;

  text-align:justify;
}


  /* IMMAGINE */

  .home-page .section-2 img{
    width:100%;

    max-width:430px;

    display:block;

    margin:0 auto;
  }


  /* =========================
     SECTION 3 HOME MOBILE
  ========================= */

  .home-page .section-3{
    display:flex;

    flex-direction:column;

    align-items:stretch;

    gap:60px;

    padding:60px 20px;
  }


  /* CONTATTI */

  .home-page .section-3 .contact-block{
    width:100%;
  }


  /* TITOLI */

  .home-page .section-3 h2{
    text-align:center;

    font-size:36px;

    margin-bottom:20px;
  }

  /* TESTI */

  .home-page .section-3 p{
    font-size:17px;

    line-height:1.7;

    text-align:justify;
  }

  .home-page .contact-block p{
  text-align:center;
}

  /* IMMAGINE */

  .home-page .section-3 img{
    width:100%;

    max-width:430px;

    display:block;

    margin:0 auto;
  }

/* =========================
   TRASPARENZA MOBILE
========================= */

.trasparenza-page .section-1{
  display:flex;

  flex-direction:column;

  justify-content:flex-start;

  padding-top:280px;

  padding-left:28px;

  padding-right:28px;

  padding-bottom:80px;
}


/* ===== CONTENUTO TRASPARENZA MOBILE ===== */

.trasparenza-page .trasparenza-content{
  width:100%;
}


/* ===== TITOLO TRASPARENZA MOBILE ===== */

.trasparenza-page .trasparenza-content h2{
  margin-bottom:35px;

  text-align:left;
}


/* ===== TESTI TRASPARENZA MOBILE ===== */

/* TESTO INTRO */
.trasparenza-page .trasparenza-content > p{
  text-align:justify;

  line-height:1.9;

  font-size:17px;
}


/* NOMI FONDATORI */
.trasparenza-page .founders-text p{
  text-align:left;

  line-height:1.9;

  font-size:17px;
}

/* ===== FOUNDERS SECTION TRASPARENZA MOBILE ===== */

.trasparenza-page .founders-section{
  display:flex;

  flex-direction:column;

  align-items:center;

  gap:50px;

  margin-top:60px;
}


/* ===== LOGO SEZIONE 1 TRASPARENZA MOBILE ===== */

.trasparenza-page .founders-logo{
  width:75%;

  max-width:260px;

  height:auto;

  display:block;

  margin:0 auto;
}


/* ===== DOCUMENTI TRASPARENZA MOBILE ===== */

.trasparenza-page .docs-content{
  width:100%;

  padding-left:28px;

  padding-right:28px;

  padding-bottom:80px;
}

.trasparenza-page .docs-content h2{
  margin-bottom:35px;
}

.trasparenza-page .docs-list a{
  word-break:break-word;
}


/* ===== SICUREZZA TRASPARENZA MOBILE ===== */

.trasparenza-page{
  overflow-x:hidden;
}

/* =========================
   MOSTRE MOBILE
========================= */

.mostre-section{
  padding-top:120px;

  padding-bottom:40px;
}


/* ===== HERO ===== */

.mostre-page .hero-wrapper{
  position:relative;

  width:100%;

  height:340px;

  margin-top:-60px;

  overflow:hidden;
}

.mostre-page .hero-wrapper img{
  width:100%;

  height:100%;

  object-fit:cover;

  display:block;
}

.mostre-page .hero-overlay{
  position:absolute;

  top:55%;

  left:50%;

  transform:translate(-50%, -50%);

  width:82%;

  padding:14px 18px;

  margin:0 auto;

  z-index:2;
}

.mostre-page .hero-overlay h2{
  font-size:30px;

  margin-bottom:12px;
}

.mostre-page .hero-overlay p{
  font-size:14px;

  line-height:1.7;

  letter-spacing:0.3px;
}

/* ===== SECTION 2 + 3 ===== */

.mostre-page .section-2,
.mostre-page .section-3{
  padding:50px 28px;
}

.mostre-page .text-column,
.mostre-page .text-block{
  width:100%;
}

.mostre-page .section-2 .text-block p{
  font-size:17px;

  line-height:1.9;
}

/* =========================
   EVENTI MOBILE
========================= */

  .eventi-section{
    padding:120px 7% 80px 7%;
  }

  .eventi-wrapper{
    max-width:100%;
  }

  .eventi-header{
    padding-top:40px;

    padding-right:0;

    margin-bottom:90px;

    align-items:flex-start;
  }

  .eventi-header h1{
    font-size:28px;

    letter-spacing:2px;
  }

  .evento-card{
    margin-bottom:120px;
  }

  .evento-content{
    display:flex;

    flex-direction:column;

    gap:0;
  }

  /* DATA */

  .evento-data{
    font-size:28px;

    margin-bottom:-10px;
  }

  /* IMMAGINE */

  .evento-image-wrapper{
    width:100%;

    max-width:100%;

    margin-bottom:25px;
  }

  .evento-image{
    width:100%;

    height:auto;
  }

  .evento-location{
    margin-top:12px;

    font-size:16px;
  }

  /* TESTI */

  .evento-info{
    margin-left:0;

    width:100%;

    padding-top:0;
  }

  .evento-info h3{
    font-size:28px;

    line-height:1.1;

    margin-bottom:18px;
  }

  .evento-description{
    font-size:16px;

    line-height:1.6;
  }

  .evento-details{
    font-size:15px;

    line-height:1.7;
  }

  .evento-price{
    margin-top:18px;

    font-size:15px;
  }

  /* SLOT */

  .evento-times{
    margin-left:0;

    padding-top:40px;

    gap:30px;

    align-items:flex-start;
  }

  .evento-slot{
    align-items:flex-start;
  }

  .evento-slot p{
    font-size:18px;

    margin-bottom:-10px;
  }

  /* =========================
     PRENOTAZIONI MOBILE
  ========================= */

  @media(max-width:900px){

    .prenotazione-box{
      padding:35px 25px;
    }

    .prenotazione-box h2{
      font-size:28px;
    }

    .evento-riepilogo p{
      font-size:16px;
    }

    .prenotazione-form input{
      font-size:16px;
    }

    .conferma-btn{
      width:100%;
    }

  }

  /* =========================
    CREPE MOBILE
  ========================= */

  .crepe-page .gallery-grid{
    grid-template-columns:1fr;

    width:100%;

    gap:40px;
  }

  .crepe-page .gallery-item{
  width:100%;
}

.crepe-page .gallery-item img{
  width:100%;

  aspect-ratio:1/1;

  object-fit:cover;

  display:block;
}

.crepe-page .gallery-section{
  overflow:hidden;
}

/* =========================
   ARCHIVIO MOBILE
========================= */

.archivio-page .archivio-hero{
  display:flex;

  flex-direction:column;

  align-items:center;

  justify-content:flex-start;

  text-align:center;

  min-height:100vh;

  padding-top:80px;

  padding-bottom:120px;

  gap:60px;

  position:relative;

  z-index:2;
}

.archivio-page .archivio-text{
  width:90%;

  margin:0 auto;
}

.archivio-page .archivio-text h1{
  margin-bottom:20px;
}

.archivio-page .archivio-image{
  width:75%;

  max-width:320px;

  margin:0 auto;

  display:block;
}

/* ===== ARCHIVIO SECTION 2 MOBILE ===== */

.archivio-page .archivio-section{
  padding-top:80px;
}

.archivio-page .archivio-arrow{
  display:none;
}

.archivio-page .archivio-scroll{
  display:flex;

  flex-direction:column;

  align-items:center;

  gap:50px;

  overflow:visible;

  padding:0;
}

.archivio-page .archivio-item{
  width:100%;

  max-width:320px;
}

.archivio-page .archivio-thumb{
  width:100%;
}

.archivio-page .archivio-thumb img{
  width:100%;

  aspect-ratio:1/1;

  object-fit:cover;

  display:block;
}

/* ===== LIGHTBOX CONTROLS ARCHIVIO MOBILE ===== */

.lightbox-prev,
.lightbox-next{
  position:absolute;

  bottom:40px;

  top:auto;

  transform:none;

  font-size:34px;

  cursor:pointer;

  color:white;
}

.lightbox-prev{
  left:35%;
}

.lightbox-next{
  right:35%;
}

/* =========================
  LENGUAGE MOBILE
========================= */

.lenguage-page h1{
  white-space:nowrap;
}

.lenguage-page h1{
  font-size:48px;
}

.lenguage-page .gallery-section{
  overflow:hidden;
}

.lenguage-page .gallery-title{
  font-size:42px;

  text-align:center;

  width:100%;
}

.lenguage-page .gallery-grid{
  grid-template-columns:1fr;

  justify-items:center;

  width:100%;
}

.lenguage-page .gallery-item{
  width:100%;

  max-width:320px;
}

.lenguage-page .lenguage-content h2{
  white-space:nowrap;

  font-size:48px;
}

.lenguage-page .modalita-block p{
  text-align:left;

  line-height:1.8;
}

/* =========================
   COOKIE MOBILE
========================= */

  .cookie-banner{
    flex-direction:column;

    text-align:center;
  }

/* =========================
   FIX DEFINITIVO HOME MOBILE
========================= */

  .home-page .section-2{
    display:flex !important;

    flex-direction:column !important;

    align-items:flex-start !important;
  }

  .home-page .section-2 .text-column{
    width:100% !important;

    max-width:none !important;

    display:block !important;
  }

  .home-page .manifesto-text,
  .home-page .secondary-text{
    width:100% !important;

    max-width:none !important;
  }

  .home-page .manifesto-text p,
  .home-page .secondary-text p{
    width:100% !important;

    max-width:none !important;

    font-size:17px;

    line-height:1.9;

    text-align:left;
  }
