/* ── FONTI GLOBALI E CONFIGURAZIONE VARIABILI ── */
:root {
  --rose:      #c8516a;
  --rose-lt:   #f7e8ec;
  --rose-mid:  #e8a0ad;
  --gold:      #c09b5a;
  --gold-lt:   #f7f0e3;
  --ink:       #1a1018;
  --ink-mid:   #4a3a44;
  --ink-soft:  #8a7280;
  --cream:     #fdf8f5;
  --white:     #ffffff;
  --radius:    20px;
  --max:       1400px;
}

body {
  background: var(--cream);
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


/* ── HEADER & NAV BAR STYLING ── */
.header.container {
  padding-top: 20px;
  padding-bottom: 10px;
}

.navbar {
  background: var(--white);
  border-bottom: 1px solid var(--rose-lt);
  margin-bottom: 0;
  padding: 10px 0;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none !important;
  width: 100%;
}

.navbar-nav > li {
  float: none !important;
  display: inline-block;
}

.navbar-nav > li > a {
  color: var(--ink-mid) !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 15px !important;
  transition: color 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.selected > a {
  color: var(--rose) !important;
  background: transparent !important;
}

.logo {
  margin-right: 30px;
  transition: transform 0.3s ease;
}
.logo:hover {
  transform: scale(1.03);
}
/* Stile per la barra delle lingue */
.language-bar {
  display: flex;
  justify-content: center;
  gap: 15px; /* Spazio orizzontale tra un cerchio e l'altro */
  margin: 15px 0;
}

/* Trasforma le bandiere in cerchi perfetti */
.language-bar .flag-icon {
  width: 35px !important;       /* Larghezza del cerchio */
  height: 35px !important;      /* Altezza identica alla larghezza */
  border-radius: 50% !important; /* Arrotonda gli angoli al 100% creando il cerchio */
  object-fit: cover !important;  /* Impedisce che la bandiera si distorca dentro il cerchio */
  border: 1px solid #ddd;       /* Opzionale: un leggero bordino grigio per staccare dallo sfondo */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Opzionale: un'ombra leggera per dare profondità */
  transition: transform 0.2s ease;
}

/* Effetto zoom quando ci si passa sopra con il mouse */
.language-bar .flag-icon:hover {
  transform: scale(1.1);
}

/* Language Switcher */
.language-wrapper {
  margin-top: 15px;
}
.language-bar a {
  margin: 0 8px;
  display: inline-block;
}
.flag-icon {
  width: 40px;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.flag-icon:hover {
  opacity: 1;
}
/*==========================DROPDOWN========================*/
/* ======================================================= */
/* REFRESH STRUTTURALE: STRUTTURA DISTINTA DESKTOP / MOBILE*/
/* ======================================================= */

/* --- STILE COMUNE DROPDOWN --- */
.fe-dropdown .dropdown-menu {
  background-color: #1A1018 !important; /* Sfondo scuro del brand */
  border-radius: 0px !important;
}

/* --- 🖥️ REGOLE PER COMPUTER (DESKTOP) --- */
@media (min-width: 768px) {
  /* Apri al passaggio del mouse */
  .fe-dropdown.hidden-xs:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
  }
  
  .fe-dropdown.hidden-xs .dropdown-menu li a {
    color: #FFFFFF !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    display: block !important;
  }

  .fe-dropdown.hidden-xs .dropdown-menu li a:hover {
    background-color: #C8516A !important;
  }
}

/* --- 📱 REGOLE PER SMARTPHONE (MOBILE) --- */
@media (max-width: 767px) {
  /* Evidenzia il link della pagina principale su mobile */
  .fe-dropdown .dropdown-menu .fe-mobile-link a {
    color: #C8516A !important; /* Colore rosa Fokus Elles */
    font-weight: bold !important;
  }

  /* Forza Bootstrap a mostrare la tendina aperta quando rileva il click (.open) */
  .navbar-nav .fe-dropdown.open .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    position: static !important;
    float: none !important;
    width: auto !important;
    background-color: #1A1018 !important;
    margin-top: 5px !important;
    padding: 10px 0 !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* TESTO BIANCO CORRETTO E LEGGINILE AL TOCCO SU MOBILE */
  #mobileMenu .navbar-nav .fe-dropdown.open .dropdown-menu li a {
    color: #FFFFFF !important; /* Forza il bianco splendente */
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 12px 0 12px 30px !important; /* Spostato a destra per gerarchia */
    display: block !important;
    opacity: 1 !important;
    background: transparent !important;
  }

  /* Colore quando si clicca un link interno su mobile */
  #mobileMenu .navbar-nav .fe-dropdown.open .dropdown-menu li a:active {
    background-color: #C8516A !important;
    color: #FFFFFF !important;
  }
}

/*-------------------TRADUZIONE-------------------------*/
.goog-te-banner-frame,
.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}
/*-----------------TRADUZIONE END------------------------*/


/*-----------------about presentazione servizi-------------------*/
/* ======================================================= */
/* CONFIGURATION PREMIUM DE LA GRILLE BALANCÉE (3 + 3)    */
/* ======================================================= */

/* Fond rose poudré officiel demandé */
.events-overview-section {
  padding: 80px 20px;
  background-color: #f7e8ec; /* Votre couleur de fond */
  position: relative;

  /* TRUCCO PER ESTENDERE IL FONDO A TUTTA LARGHEZZA */
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Rimuove lo spazio vuoto tra l'ultima sezione e il footer */
.events-overview-section, 
#media-publications-section,
main,
.main-content-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 20px !important; /* Mantiene solo il rientro interno controllato */
}

#custom-footer {
  margin-top: 0 !important; /* Elimina qualsiasi spinta verso l'alto ereditata dal footer */
}

/* Griglia e allineamento ereditati dalla struttura fluida dei programmi */
.events-premium-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

/* Struttura simmetrica a 3 colonne su Desktop */
.row-of-3-balanced .event-preview-card {
  flex: 1 1 calc(33.333% - 30px);
  min-width: 300px;
  max-width: 380px;
}

/* RETTANGOLO / CARD : Adapté pour fond clair */
.event-preview-card {
  background-color: rgba(255, 255, 255, 0.4); /* Fond de carte semi-transparent pour un effet soft-premium */
  border: 1px solid rgba(26, 16, 24, 0.1); /* Fine bordure sombre pour structurer le bloc */
  border-radius: 30px; /* Style géométrique à angle droit respecté */
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  display: flex;
}

.card-inner {
  padding: 40px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px; /* Aligne géométriquement les boutons */
}

/* SOPRATITOLO / TAG */
.card-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1A1018; /* Texte sombre pour un contraste optimal */
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  opacity: 0.8;
}

/* TITOLO : Teinte sombre héritée de l'identité visuelle */
.event-preview-card h3 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 33px;
  line-height: 1.3;
  color: #1A1018; /* Écrit en foncé pour ressortir parfaitement */
  margin: 0 0 15px 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Italique d'accentuation */
.event-preview-card h3 em {
   font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
  color: #C8516A; /* Accentuation rose soutenu d'origine */
}

/* TESTO DESCRITTIVO */
.card-text-short {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(21px, 5vw, 16px);
  line-height: 1.6;
  color: #000000; /* Gris très sombre pour un confort de lecture maximal */
  margin-bottom: 30px;
  flex-grow: 1;
}

/* BOTTONE D'ACTION : Contraste Premium Noir */
.card-action-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF !important;
  background-color: #1A1018; /* Bouton noir profond pour structurer la carte */
  padding: 14px 24px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease;
  border: 1px solid #1A1018;
}

.card-action-link span {
  margin-left: 10px;
  font-size: 16px;
  transition: transform 0.2s ease;
}

/* INTERAZIONI AL SURVOLO (HOVER EFFECTS) */
.event-preview-card:hover {
  transform: translateY(-5px);
  background-color: #FFFFFF; /* Devient blanc pur au survol */
  border-color: #1A1018; /* La bordure devient nette */
  box-shadow: 0 20px 40px rgba(26, 16, 24, 0.25); /* Ombre douce et élégante */
}

/* Inversion du bouton au survol */
.event-preview-card:hover .card-action-link {
  background-color: transparent;
  color: #1A1018 !important;
  border-color: #1A1018;
}

.event-preview-card:hover .card-action-link span {
  transform: translateX(6px);
  color: #1A1018;
}

/* ADAPTATION RESPONSIVE FLUIDA */
@media (max-width: 991px) {
  .row-of-3-balanced .event-preview-card {
    flex: 1 1 calc(50% - 30px);
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .events-overview-section {
    padding: 60px 15px;
  }
  
  .events-premium-row {
    gap: 20px;
  }

  .row-of-3-balanced .event-preview-card {
    flex: 1 1 100%;
  }
  
  .card-inner {
    min-height: auto;
    padding: 35px 25px;
  }
}
/*-----------------about presentazione servizi  end-------------------*/



/* ===== SLIDER ===== */

.custom-slider {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== INNER ===== */

.slider-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ===== SLIDE ===== */

.slider-item {
  position: absolute;
  inset: 0;

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

  opacity: 0;
  transform: scale(1.2);

  transition:
    opacity 1.2s ease,
    transform 1.8s ease;

  overflow: hidden;
}

/* ACTIVE */

.slider-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* ===== TEXT ===== */

.slider-caption {
  font-size: clamp(2rem, 5vw, 6.5rem);

  font-weight: 500;

  text-transform: none;

  letter-spacing: 1px;

  color: white;

  text-align: center;
  letter-spacing: -5px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  opacity: 0;

  transform:
    translateY(60px)
    scale(0.95);

  filter: blur(10px);

  transition:
    all 1.4s cubic-bezier(.19,1,.22,1);

  text-shadow:
    0 10px 30px rgba(0,0,0,0.15);
}

/* TEXT ANIMATION */

.slider-item.active .slider-caption {
  opacity: 1;

  transform:
    translateY(0)
    scale(1);

  filter: blur(0);
}

/* ===== EXTRA FLOAT EFFECT ===== */

.slider-item.active .slider-caption {
  opacity: 1;

  transform:
    translateY(0)
    scale(1);

  filter: blur(0);
}

/* FLOAT SOLO DOPO L'ENTRATA */

.slider-item.active .slider-caption::after {
  content: "";
  animation: none;
}

@keyframes floatText {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

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

@media (max-width: 768px) {

  .slider-caption {
    padding: 0 20px;
    letter-spacing: -1px;
    font-size: 40px;
  }

}
/* Wrapper di protezione per evitare tagli delle sezioni */
.main-content-wrapper {
  width: 100%;
  position: relative;
  clear: both;
}

/* ── NUOVO FOOTER COMPLETO ED ELEGANTE ── */
#custom-footer {
  background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
  color: var(--white);
  padding: 80px 0 0 0;
  margin-top: 120px;
  font-family: 'DM Sans', sans-serif;
  position: relative;

}

.footer-top-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 40px 60px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 60px;
}

.footer-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--rose-mid);
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Colonna Logo e Brand */
.footer-logo {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1); /* Rende il logo bianco se scuro */
}
.brand-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  max-width: 320px;
  margin-bottom: 25px;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-socials a:hover {
  background: var(--rose);
  transform: translateY(-3px);
}

/* Colonna Link */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 12px;
}
.footer-links-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-links-list a:hover {
  color: var(--rose-mid);
  padding-left: 4px;
}

/* Colonna Contatti */
.contact-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.list-contact li {
  font-size: 20px;
}
.contact-item i {
  color: var(--rose);
  font-size: 16px;
}
.footer-badge-box {
  margin-top: 25px;
  display: inline-block;
  border: 1px solid rgba(200, 81, 106, 0.3);
  padding: 8px 16px;
  border-radius: 50px;
}
.badge-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--rose-mid);
}

/* Footer Bottom */
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 30px 0;
  background: #130a11;
}

.footer-bottom-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-text .agency-link {
  color: #C5A880 !important; /* Colore oro istituzionale come i dettagli del sito */
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.copyright-text .agency-link:hover {
  color: #C8516A !important; /* Diventa rosa d'accento quando ci passi sopra */
  text-decoration: underline;
}

.footer-legal-links a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 13px;
  margin-left: 25px;
  transition: color 0.3s;
}
.footer-legal-links a:hover {
  color: var(--white);
}

/* Responsive Footer */
@media (max-width: 992px) {
  .footer-top-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer-top-container  {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px 40px 20px;
    justify-items: center; 
    text-align: center;
  }
  .footer-col.contact-col h4 {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  /* 2. Allinea il testo delle scritte a sinistra e crea un blocco compatto */
  .footer-col.contact-col .contact-item {
    text-align: left !important;
    display: block !important;
    width: fit-content !important; /* Il blocco si stringe intorno al testo */
    margin: 0 auto 10px auto !important; /* Centra il blocco nella pagina, ma il testo dentro resta a sinistra */
  }

  /* 3. Centra anche il badge finale in fondo */
  .footer-col.contact-col .footer-badge-box {
    text-align: center !important;
    margin-top: 15px !important;
  }
  
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
  .footer-legal-links a {
    margin: 0 10px;
    display: inline-block;
  }
}
/* ==========================================================================
   PAGINA SEZIONE ABOUT-HOME - ANIMAZIONI PREMIUM E LAYOUT STRUTTURATO
   ========================================================================== */

/* ── KEYFRAMES ANIMAZIONI ── */
@keyframes slickFadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleImage {
  from { transform: scale(1.15); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Effetto di apparizione fluida controllata via JS */
.reveal, .valeur-card, .objectif-card {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible, .valeur-card.visible, .objectif-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Ritardi progressivi automatici nella griglia dei valori */
.valeurs-grid .valeur-card:nth-child(1) { transition-delay: 0.1s; }
.valeurs-grid .valeur-card:nth-child(2) { transition-delay: 0.2s; }
.valeurs-grid .valeur-card:nth-child(3) { transition-delay: 0.3s; }
.valeurs-grid .valeur-card:nth-child(4) { transition-delay: 0.4s; }

/* Ritardi progressivi automatici nella griglia degli obiettivi */
.objectifs-grid .objectif-card:nth-child(1) { transition-delay: 0.15s; }
.objectifs-grid .objectif-card:nth-child(2) { transition-delay: 0.3s; }
.objectifs-grid .objectif-card:nth-child(3) { transition-delay: 0.45s; }


/* ── SEZIONE STRUTTURALE CONTENITORE ── */
#about-fokus {
  padding: 60px 0 100px 0;
  background: var(--cream, #FAF6F4);
  font-family: 'DM Sans', sans-serif;
  overflow: hidden;
}

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

/* ── HERO BAND SPLIT LAYOUT ── */
.hero-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* Lato Testuale (Sinistro) */
.hero-left .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--rose, #C8516A);
  font-weight: 500;
  margin-bottom: 15px;
}

.hero-left .eyebrow-line {
  width: 35px;
  height: 1px;
  background: var(--rose, #C8516A);
}

.hero-left h2 {
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-left h2 em {
  font-style: italic;
  font-weight: 400;
}
.subtitle {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

.description {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 25px;
}
.description-small {
  font-size: 1.05rem;
  line-height: 1.8;
  opacity: 0.85;
}

/* ===== LOGO SIDE ===== */

.logo-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-side img {
  width: 420px;
  max-width: 100%;

  filter:
    grayscale(100%)
    brightness(0);

  opacity: 0.08;

  animation: floatingLogo 8s ease-in-out infinite;
}

/* ===== FLOAT EFFECT ===== */

@keyframes floatingLogo {

  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* ===== MOBILE ===== */

@media (max-width: 992px) {

  .hero-band .cta-row{
    flex-direction: column;
    text-align: center;
    justify-content: center; /* <-- Questo allinea gli elementi al centro in orizzontale */
  align-items: center;
  }

  .hero-left h2 {
    font-size: 4rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .logo-side img {
    width: 250px;
    margin-top: 40px;
  }
}



.hero-left .subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  line-height: 1.4;
  color: var(--ink-mid, #4A3E47);
  margin-bottom: 25px;
  font-style: italic;
  animation: slickFadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-left .description {
  font-size: 20px;
  line-height: 1.7;
  color: var(--ink-mid, #4A3E47);
  margin-bottom: 20px;
}

.hero-left .description-small {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft, #8A7A85);
  margin-bottom: 35px;
}

/* Bottoni Premium Interattivi */
.cta-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-glow-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: pointer;
}

.btn-glow-primary.primary {
  background: var(--rose, #C8516A);
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(200, 81, 106, 0.2);
}

.btn-glow-primary.primary svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.btn-glow-primary.primary:hover {
  background: #b0435b;
  box-shadow: 0 12px 30px rgba(200, 81, 106, 0.35);
}

.btn-glow-primary.primary:hover svg {
  transform: translateX(4px);
}

.btn-glow-primary.secondary {
  background: transparent;
  color: var(--ink, #1A1018) !important;
  border: 1px solid rgba(26, 16, 24, 0.15);
}

.btn-glow-primary.secondary:hover {
  background: rgba(26, 16, 24, 0.03);
  border-color: var(--ink, #1A1018);
}

/* Lato Mosaico Fotografico (Destro) */
.hero-right .mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  height: 480px;
  position: relative;
}

.mosaic-img {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius, 16px);
  box-shadow: 0 15px 40px rgba(26, 16, 24, 0.04);
}

.mosaic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.mosaic-img:hover img {
  transform: scale(1.05);
}

.mosaic-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(26,16,24,0.1));
}

/* Posizionamento geometrico delle foto del mosaico */
.mosaic-img:nth-child(1) {
  grid-column: 1 / 8;
  grid-row: 1 / 11;
  z-index: 2;
  animation: scaleImage 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.mosaic-img:nth-child(2) {
  grid-column: 7 / 13;
  grid-row: 3 / 8;
  z-index: 1;
  animation: scaleImage 1.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.mosaic-img:nth-child(3) {
  grid-column: 5 / 12;
  grid-row: 8 / 13;
  z-index: 3;
  border: 4px solid var(--cream, #FAF6F4);
  animation: scaleImage 1.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Badge Statistico Fluttuante */
.stat-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  z-index: 9999;
  border-left: 3px solid var(--rose, #C8516A);
}

.stat-badge .num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: bold;
  color: var(--ink, #1A1018);
  line-height: 1;
  z-index: 9999;
}

.stat-badge .lbl {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--ink-soft, #8A7A85);
  letter-spacing: 1px;
  margin-top: 4px;
  z-index: 9999;
}


/* ── DIVISORI ESTETICI RADIALI ── */
.ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 60px 0;
}

.ornament-divider .orn-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200, 81, 106, 0.15), transparent);
}

.ornament-divider .orn-symbol {
  color: var(--rose-mid, #DDA7B3);
  font-size: 16px;
}


/* ── BLOCCO CITAZIONE FILOSOFICO ── */
.citation-block {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fff;
  padding: 50px;
  border-radius: var(--radius, 16px);
  box-shadow: 0 10px 35px rgba(26, 16, 24, 0.01);
  margin-bottom: 40px;
}

.citation-portrait {
  flex-shrink: 0;
  text-align: center;
  
}

.citation-portrait img {
  width: 220px;
  height: 320px;
  object-fit: cover;
  border-radius: 0;
  display: block;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.18);

  transition: transform 0.5s ease;
}

/* piccolo effetto premium hover */

.citation-portrait img:hover {
  transform: scale(1.03);
}

.portrait-caption {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink, #1A1018);
}

.portrait-caption span {
  display: block;
  font-size: 11px;
  color: var(--rose, #C8516A);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.citation-block blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1.5;
  color: var(--ink, #1A1018);
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.citation-block blockquote::before {
  content: "“";
  font-size: 80px;
  color: var(--rose-lt, #F6ECED);
  position: absolute;
  top: -40px; left: -25px;
  z-index: 0;
}

.citation-block blockquote .author {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ink-soft, #8A7A85);
  margin-top: 15px;
}


/* ── INTESTAZIONI DELLE SOTTO-SEZIONI ── */
.section-header {
  margin-bottom: 40px;
}

.section-header .section-counter {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--rose, #C8516A);
  display: block;
  margin-bottom: 6px;
}

.section-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 45px;
  font-weight: 300;
  color: var(--ink, #1A1018);
  margin-top: 0;
}

.section-header h3 em {
  font-style: italic;
  color: var(--rose, #C8516A);
}


/* ── GRIGLIA CARDS VALORI ── */
.valeurs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 80px;
}
.valeur-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: var(--radius, 16px);
  border: 1px solid rgba(200, 81, 106, 0.03);
  position: relative;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.valeur-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(200, 81, 106, 0.06);
  border-color: rgba(200, 81, 106, 0.12);
}

.valeur-card .valeur-num {
  font-family: 'Playfair Display', sans-serif;
  font-size: 38px;
  color: var(--rose-mid, #DDA7B3);
  display: block;
  margin-bottom: 15px;
}

.valeur-card h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--ink, #1A1018);
  margin-bottom: 12px;
}

.valeur-card p {
  font-size: 21px;
  line-height: 1.6;
  color: var(--ink-mid, #4A3E47);
  margin: 0;
}


/* ── BLOCCO MISSION SPLIT ── */
.mission-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  background: #fff;
  border-radius: var(--radius, 16px);
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(26, 16, 24, 0.01);
  margin-bottom: 90px;
}

.mission-image {
  height: 400px;
  position: relative;
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-image-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(26, 16, 24, 0.08);
}

.mission-text {
  padding: 40px 50px 40px 10px;
}

.mission-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--ink, #1A1018);
  margin-top: 10px;
}

.mission-text h3 em {
  font-style: italic;
  color: var(--rose, #C8516A);
}

.mission-text .divider-small {
  width: 40px;
  height: 2px;
  background: var(--rose, #C8516A);
  margin: 15px 0 20px 0;
}

.mission-text p {
  font-size: 21px;
  line-height: 1.7;
  color: var(--ink-mid, #4A3E47);
}


/* ── GRIGLIA CONTENUTI OBIETTIVI ── */
.objectifs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.objectif-card {
  background: #fff;
  border-radius: var(--radius, 16px);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(26, 16, 24, 0.01);
  border: 1px solid rgba(26, 16, 24, 0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.objectif-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(26, 16, 24, 0.06);
}

.objectif-img {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.objectif-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.objectif-card:hover .objectif-img img {
  transform: scale(1.06);
}

.objectif-img-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(26, 16, 24, 0.05);
}

.objectif-body {
  padding: 30px;
}

.objectif-tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--rose-lt, #F6ECED);
  color: var(--rose, #C8516A);
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.objectif-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--ink, #1A1018);
  margin-bottom: 12px;
}

.objectif-body p {
  font-size: 21px;
  line-height: 1.6;
  color: var(--ink-mid, #4A3E47);
  margin: 0;
}


/* ==========================================================================
   RESPONSIVE DESIGN ADATTIVO (MEDIA QUERIES)
   ========================================================================== */

@media (max-width: 1024px) {
  .hero-band {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hero-right .mosaic {
    height: 400px;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .valeurs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .objectifs-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #about-fokus {
    padding: 50px 10px 70px 10px;
  }
  
  .citation-block {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  
  .citation-block blockquote::before {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .mission-split {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .mission-image {
    height: 280px;
  }
  
  .mission-text {
    padding: 30px;
  }
  
  .valeurs-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PAGINA ACTIVITÉS - GRIGLIA EDITORIALE E BOX FOTOGRAFICI PREMIUM
   ========================================================================== */

#activities-section {
  padding: 80px 0 110px 0;
  background: var(--cream, #FAF6F4);
  font-family: 'DM Sans', sans-serif;
  justify-content: center;
  text-align: center;
}

/* Intestazione Sezione */
.activities-header {
  
  margin-bottom: 35px;
}
.subtitle-activités {
  font-size: 25px;
  font-family: 'Cormorant Garamond', serif; /* Font elegante per lo stile */
}

.activities-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(70px, 5vw, 56px);
  font-weight: 300;
  color: var(--ink, #1A1018);
  margin-bottom: 10px;
}

.activities-header h2 em {
  font-style: italic;
  color: var(--rose, #C8516A);
}

.activities-header .subtitle {
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--ink-soft, #8A7A85);
  margin-bottom: 15px;
}

.activities-header .ornament-line {
  color: var(--rose-mid, #DDA7B3);
  font-size: 18px;
}

/* Introduzione editoriale */
.activities-intro {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  
}

.activities-intro p {
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink-mid, #4A3E47);
  margin-bottom: 15px;
}

/* --- CONTENITORE  badge--- */
.iris-rect-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 40px 0;
  padding: 10px;
}

/* --- IL BADGE RETTANGOLARE --- */
.badge-rect {
  position: relative;
  display: inline-block;
  background-color: #1A1018; /* Sfondo scuro di base per un forte contrasto */
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 0px; /* Rettangolo perfetto, angoli vivi */
  cursor: pointer;
  overflow: hidden; /* Necessario per contenere l'effetto luce interno */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  
  /* Stato iniziale per l'animazione di ingresso */
  opacity: 0;
  transform: translateY(20px);
  animation: rectFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* --- ANIMAZIONE DI INGRESSO (A CASCATA) --- */
@keyframes rectFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ritardi progressivi per ogni rettangolo */
.badge-rect.delay-1 { animation-delay: 0.1s; }
.badge-rect.delay-2 { animation-delay: 0.2s; }
.badge-rect.delay-3 { animation-delay: 0.3s; }
.badge-rect.delay-4 { animation-delay: 0.4s; }
.badge-rect.delay-5 { animation-delay: 0.5s; }

/* --- EFFETTO HOVER (CAMBIO COLORE E BORDO) --- */
.badge-rect {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.badge-rect:hover {
  background-color: #FAF6F4; /* Lo sfondo diventa chiaro */
  color: #C8516A;            /* Il testo diventa rosa brand */
  border-color: #C8516A;      /* Compare il bordo rosa */
  transform: translateY(-3px); /* Si solleva leggermente */
}

/* --- ANIMAZIONE "RIFLESSO DI LUCE" AL PASSAGGIO DEL MOUSE --- */
.badge-rect::after {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 20%;
  height: 100%;
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0.3) 50%, 
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* Inclinazione del fascio di luce */
  transition: none;
}

/* Quando passi il mouse, la luce attraversa il rettangolo da sinistra a destra */
.badge-rect:hover::after {
  left: 120%;
  transition: left 0.6s ease-in-out;
}

/* Se l'elemento è in modalità hover chiaro, cambiamo il riflesso in scuro per farlo vedere */
.badge-rect:hover::after {
  background: linear-gradient(
    to right, 
    rgba(200, 81, 106, 0) 0%, 
    rgba(200, 81, 106, 0.15) 50%, 
    rgba(200, 81, 106, 0) 100%
  );
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .badge-rect {
    padding: 12px 20px;
    font-size: 12px;
    width: 100%; /* Su mobile diventano dei bei blocchi rettangolari a tutta larghezza */
    text-align: center;
  }
}

/* --- CONFIGURAZIONE STRUTTURA E SFONDO --- */
.program-fluid-layout {
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
  background: #FFF0F2; /* Fondo rosa chiaro */
  border: none;
  overflow: hidden;
}

/* --- STILE TITOLO E TESTO (COME DA SCREENSHOT) --- */
.program-fluid-header {
  margin-bottom: 50px;
  text-align: center; /* Centrato come da linee guida del brand */
  padding: 0 40px;
}

/* Sottotitolo in maiuscolo spaziato sotto il titolo principale */
.fluid-eyebrow {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E7F8E; /* Colore grigio/viola desaturato dello screenshot */
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.program-fluid-header h2 {
  font-size: 56px;
  font-weight: 400;
  color: #1A1A1A; /* Nero per il testo normale (es. "Lux World") */
  margin: 0;
  font-family: 'Cormorant Garamond', serif; /* Font elegante per lo stile */
}

/* Gestione del corsivo rosa scuro (es. "Women Forum" o "Activités") */
.program-fluid-header h2 em {
  font-style: italic;
  color: #E05275; /* Rosa scuro dallo screenshot */
  font-weight: 400;
}

/* --- GRIGLIA TESTI --- */
.program-fluid-body {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: flex-start;
  padding: 0 40px;
}

/* Richiesta testo principale minimo 22px */
.program-desc-premium {
  font-size: 21px; 
  line-height: 1.6;
  color: #1A1A1A;
  font-weight: 500;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.program-desc-sub {
  font-size:21px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 25px;
}

/* --- ANIMAZIONI ALL'ENTRATA (FADE-IN UP REVEAL) --- */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Applica l'animazione automatica a cascata sugli elementi */
.program-animated .reveal-item {
  opacity: 0;
  animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Ritardi (Delay) per creare l'effetto a cascata elegante */
.program-animated .reveal-item:nth-child(1) { animation-delay: 0.2s; }
.program-animated .fluid-text-main { animation-delay: 0.4s; }
.program-animated .fluid-text-details { animation-delay: 0.6s; }


/* --- ANIMAZIONI INTERATTIVE (HOVER) --- */

/* Movimento fluido del testo quando l'utente ci passa sopra */
.program-desc-premium:hover {
  transform: translateX(5px);
  color: #E05275; /* Il testo grande si evidenzia delicatamente in rosa scuro */
}

/* BOTTONI ANIMATI */
.program-buttons-fluid {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-top: 40px;
}

.btn-fluid {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}

/* Effetto linea che si espande da sinistra a destra sotto il bottone */
.btn-fluid::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s ease;
}

.btn-fluid:hover::before {
  width: 100%;
}

.btn-fluid.primary {
  color: #E05275;
}
.btn-fluid.primary::before {
  background-color: #E05275; /* Linea rosa scuro */
}
.btn-fluid.primary:hover {
  color: #1A1A1A;
}

.btn-fluid.secondary {
  color: #333333;
}
.btn-fluid.secondary::before {
  background-color: #1A1A1A; /* Linea nera */
}
.btn-fluid.secondary:hover {
  color: #E05275;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
  .program-fluid-header, .program-fluid-body {
    padding: 0 20px;
  }

  .program-fluid-header h2 {
    font-size: 36px;
  }

  .program-fluid-body {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .program-desc-premium {
    font-size: 21px; /* Mantiene i 22px minimi stabiliti su mobile */
  }

  .program-buttons-fluid {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* --- CONFIGURAZIONE BOTTONI AFFIANCATI (DESKTOP E MOBILE) --- */
.program-buttons-fluid-center {
  display: flex;
  flex-direction: row; /* Forzati su una sola riga */
  flex-wrap: wrap;     /* Permette di andare a capo solo su schermi piccolissimi se manca spazio */
  gap: 40px;           /* Spazio elegante tra i due bottoni */
  justify-content: center; /* Centrati rispetto alla colonna di testo */
  margin-top: 40px;
}

.btn-fluid {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap; /* Impedisce al testo del singolo bottone di spezzarsi */
}

/* Linea animata sotto i bottoni all'hover */
.btn-fluid::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s ease;
}

.btn-fluid:hover::before {
  width: 100%;
}

.btn-fluid.primary {
  color: #E05275; /* Rosa scuro dello screenshot */
}
.btn-fluid.primary::before {
  background-color: #E05275;
}
.btn-fluid.primary:hover {
  color: #1A1A1A;
}

.btn-fluid.secondary {
  color: #333333; /* Nero/Grigio scuro */
}
.btn-fluid.secondary::before {
  background-color: #1A1A1A;
}
.btn-fluid.secondary:hover {
  color: #E05275;
}

/* --- OTTIMIZZAZIONE RESPONSIVE --- */
@media (max-width: 991px) {
  .program-buttons-fluid-center {
    gap: 25px; /* Riduce leggermente lo spazio su mobile per farli stare comodamente affiancati */
    justify-content: center; /* Li mantiene centrati anche su schermi piccoli */
  }
  
}

/* ==========================================================================
   MISS IRIS
   ========================================================================== */

/* --- CONFIGURAZIONE STRUTTURA A COLONNA SINGOLA --- */
.single-column .program-fluid-body-single {
  display: flex;
  flex-direction: column;
  max-width: 1200px; /* Larghezza ideale editoriale per leggere a colonna singola senza stancare l'occhio */
  margin: 0 auto;
  padding: 0 40px;
}

/* Sfondo rosa chiaro globale */
.iris-section {
  background: #FFF0F2;
  padding: 80px 0;
  border-top: 1px solid rgba(224, 82, 117, 0.1);
}

/* --- STILE TIPOGRAFICO (SCREENSHOT COMPATIBLE) --- */
.program-fluid-header {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 40px;
}

.fluid-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E7F8E; /* Grigio/viola dello screenshot */
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.program-fluid-header h2 {
  font-size: 56px;
  font-weight: 400;
  color: #1A1A1A; /* Testo nero */
  margin: 0;
  font-family: 'Playfair Display', serif;
}

.program-fluid-header h2 em {
  font-style: italic;
  color: #E05275; /* Rosa scuro dello screenshot */
  font-weight: 400;
}

.project-link-sub {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}

.iris-link {
  color: #E05275;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.iris-link:hover {
  opacity: 0.8;
}

/* --- BLOCCHI DI CONTENUTO ANIMATI --- */
.iris-block {
  transition: transform 0.3s ease;
  text-align: left;
}

.block-num {
  font-size: 13px;
  text-transform: uppercase;
  color: #E05275; /* Rosa scuro */
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 5px;
}

.iris-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #1A1A1A;
  margin: 0 0 20px 0;
}

/* Testo Premium richiesto a minimo 22px (Impostato a 24px) */
.program-desc-premium {
  font-size: 21px;
  line-height: 1.5;
  color: #1A1A1A;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.3s ease;
}

.program-desc-premium:hover {
  color: #E05275; /* Cambia in rosa scuro all'hover */
}

.program-desc-sub {
  font-size: 21px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
}

/* --- DETTAGLI E LISTE --- */
.program-features-fluid-iris {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.program-features-fluid-iris li {
  font-size: 21px;
  line-height: 1.5;
  color: #333333;
  padding: 12px 0;
  border-bottom: 1px solid rgba(224, 82, 117, 0.08);
}

.program-features-fluid-iris li strong {
  color: #E05275;
}

/* Griglia dei punteggi su due colonne interne molto pulite */
.iris-score-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.iris-score-list li {
  font-size: 21px;
  font-weight: 600;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  gap: 10px;
}

.iris-score-list li span {
  color: #E05275;
}

.margin-top-md {
  margin-top: 50px; /* Spazio elegante tra i blocchi a cascata */
}

/* --- LOGICA ANIMAZIONI ALL'ENTRATA (REVEAL) --- */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.program-animated .reveal-item {
  opacity: 0;
  animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.program-animated .program-fluid-header { animation-delay: 0.1s; }
.program-animated .program-fluid-body-single { animation-delay: 0.3s; }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .single-column .program-fluid-body-single {
    padding: 0 20px;
  }
  
  .program-fluid-header h2 {
    font-size: 36px;
  }

  .program-desc-premium {
    font-size: 21px; /* Rispetta il minimo di 22px anche su smartphone */
  }

  .iris-score-list {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   SECTIONS CHARTE ET MEMBRES (ADHÉSION) - CLASSES DE PRESTIGE
   ========================================================================== */

#charte {
  padding: 80px 0;
  background: #ffffff;
}

.charte-header-box, .membership-header-box {
  margin-bottom: 45px;
}

.charte-header-box h2, .membership-header-box h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 52px);
  font-weight: 300;
  color: #1A1018;
}

.charte-header-box h2 em, .membership-header-box h2 em {
  font-style: italic;
  color: #C8516A;
  font-weight: 400;
}

.charte-header-box .subtitle, .membership-header-box .subtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8A7A85;
  margin-top: 8px;
}

.charte-header-box .ornament-line, .membership-header-box .ornament-line {
  color: #DDA7B3;
  margin-top: 10px;
  font-size: 16px;
}

.charte-intro {
  max-width: 800px;
  margin: 0 auto 55px auto;
}

.charte-intro p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #4A3E47;
  margin-bottom: 20px;
}

/* Grille Institutionnelle de la Charte */
.charte-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.charte-item {
  background: #FAF6F4;
  padding: 40px 30px;
  border-radius: 14px;
  border: 1px solid rgba(26, 16, 24, 0.02);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.charte-item:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(200, 81, 106, 0.05);
  border-color: rgba(200, 81, 106, 0.1);
}

.charte-icon-wrapper {
  width: 50px;
  height: 50px;
  background: rgba(200, 81, 106, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.charte-icon-wrapper i {
  color: #C8516A;
  font-size: 20px;
}

.charte-item h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1A1018;
  margin-top: 0;
  margin-bottom: 12px;
}

.charte-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #5C4E58;
  margin: 0;
}

/* Zone Témoignage et Citation Haute */
.charte-quote-box {
  max-width: 750px;
  margin: 40px auto 0 auto;
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.quote-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  color: rgba(200, 81, 106, 0.15);
  line-height: 1;
  position: absolute;
  top: -20px; left: 50%;
  transform: translateX(-50%);
}

.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
  color: #1A1018;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.quote-author {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4A3E47;
}

.quote-author span {
  font-weight: 400;
  color: #8A7A85;
}

/* ── CONFIGURAZIONE FORMULAIRE PREMIUM D'ADHÉSION ── */
#membership {
  padding: 90px 0 120px 0;
  background: #FAF6F4;
}

.custom-premium-form {
  max-width: 950px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(26, 16, 24, 0.03);
  border: 1px solid rgba(26, 16, 24, 0.02);
}

.form-section-block {
  position: relative;
  padding-left: 50px;
  margin-bottom: 55px;
}

.section-title-num {
  position: absolute;
  left: 0; top: -2px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  color: #C8516A;
  border-bottom: 2px solid rgba(200, 81, 106, 0.2);
  line-height: 1.1;
}

.form-section-block h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1A1018;
  margin-top: 0;
  margin-bottom: 8px;
}

.section-instruction {
  font-size: 18px;
  color: #8A7A85;
  margin-bottom: 25px;
  line-height: 1.5;
}

/* Gestion des Checkboxes Personnalisées */
.form-group-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group-checkboxes.models-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.custom-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
}

.custom-checkbox-label input[type="checkbox"] {
  display: none;
}

.checkbox-box {
  width: 20px;
  height: 20px;
  border: 2px solid #DDA7B3;
  border-radius: 5px;
  background: #ffffff;
  flex-shrink: 0;
  position: relative;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.custom-checkbox-label input[type="checkbox"]:checked + .checkbox-box {
  background: #C8516A;
  border-color: #C8516A;
}

.custom-checkbox-label input[type="checkbox"]:checked + .checkbox-box::after {
  content: "✓";
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-text {
  font-size: 14px;
  line-height: 1.5;
  color: #4A3E47;
}

/* Grille Inputs de Saisie Épouse */
.form-inputs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  color: #A3939F;
  font-size: 14px;
  transition: color 0.3s;
}

.input-wrapper input {
  width: 100%;
  padding: 14px 16px 14px 45px;
  border-radius: 8px;
  border: 1px solid rgba(26, 16, 24, 0.12);
  background: #ffffff;
  font-size: 14px;
  color: #1A1018;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.input-wrapper input:focus {
  border-color: #C8516A;
  outline: none;
  box-shadow: 0 0 0 4px rgba(200, 81, 106, 0.08);
}

.input-wrapper input:focus + .input-icon {
  color: #C8516A;
}

/* Zone Texte Libre Adhésion */
.form-text-area-wrapper {
  margin-top: 30px;
}

.textarea-label-text {
  font-size: 14px;
  font-weight: 500;
  color: #4A3E47;
  margin-bottom: 10px;
  display: block;
}

.form-text-area-wrapper textarea {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(26, 16, 24, 0.12);
  font-size: 14px;
  color: #1A1018;
  resize: vertical;
  transition: all 0.3s;
}

.form-text-area-wrapper textarea:focus {
  border-color: #C8516A;
  outline: none;
  box-shadow: 0 0 0 4px rgba(200, 81, 106, 0.08);
}

/* Pied de formulaire et Bouton */
.form-footer-submission {
  border-top: 1px solid rgba(26, 16, 24, 0.06);
  padding-top: 40px;
  margin-top: 20px;
}

.rgpd-notice {
  font-size: 12.5px;
  color: #8A7A85;
  max-width: 600px;
  margin: 0 auto 25px auto;
  line-height: 1.5;
}

/* ==========================================================================
   MEDIA QUERIES - ACCORD PARFAIT MOBILE / TABLETTE
   ========================================================================== */

@media (max-width: 1024px) {
  .charte-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-inputs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .custom-premium-form {
    padding: 35px 20px;
  }
  .form-section-block {
    padding-left: 0;
    padding-top: 35px;
  }
  .section-title-num {
    top: 0;
  }
  .charte-grid, .form-inputs-grid, .form-group-checkboxes.models-grid {
    grid-template-columns: 1fr;
  }
  #charte, #membership {
    padding: 60px 0;
  }
}

/* --- CONFIGURAZIONE FORM GRANDE ED ELEGANTE --- */
.form-fluid-large {
  max-width: 850px; /* Si allinea perfettamente alla larghezza della colonna di testo */
  margin: 40px auto;
  padding: 0 40px;
  width: 100%;
}

.form-group-large {
  margin-bottom: 25px; /* Più spazio tra i campi */
}

/* Ingrandimento dei campi di input e della textarea */
.form-control-large {
  width: 100%;
  font-size: 18px; /* Testo più grande e leggibile (prima era circa 14px) */
  padding: 18px 24px; /* Molto più spazio interno */
  background-color: #FFFFFF;
  color: #1A1A1A;
  border: 1px solid rgba(224, 82, 117, 0.2); /* Bordino leggero rosa scuro */
  border-radius: 8px; /* Angoli leggermente smussati moderni */
  font-family: 'DM Sans', sans-serif;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Effetto quando l'utente clicca all'interno del campo */
.form-control-large:focus {
  outline: none;
  border-color: #E05275; /* Il bordo diventa rosa scuro pieno */
  box-shadow: 0 0 12px rgba(224, 82, 117, 0.1); /* Micro-bagliore elegante */
}

/* Ingrandimento del testo segnaposto (Placeholder) */
.form-control-large::placeholder {
  color: #8E7F8E;
  opacity: 0.7;
}

/* Specifiche per la Textarea */
textarea.form-control-large {
  resize: vertical; /* Permette di allungarlo solo in verticale se serve */
  min-height: 180px;
}

/* --- IL BOTTONE DI INVIO GRANDE --- */
.form-submit-container {
  text-align: center; /* Centra il bottone sotto il form */
  margin-top: 35px;
}

.btn-fluid-submit {
  font-size: 16px; /* Più grande */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  background-color: #E05275; /* Sfondo Rosa Scuro premium */
  border: none;
  padding: 16px 50px; /* Bottone largo e importante */
  border-radius: 30px; /* Arrotondato stile badge */
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(224, 82, 117, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-fluid-submit:hover {
  background-color: #1A1A1A; /* Diventa nero all'hover */
  transform: translateY(-2px); /* Si solleva leggermente */
  box-shadow: 0 6px 20px rgba(26, 26, 26, 0.25);
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .form-fluid-large {
    padding: 0 20px;
  }
  
  .form-control-large {
    font-size: 16px; /* Leggermente ridotto su smartphone per non esagerare */
    padding: 14px 18px;
  }

  .btn-fluid-submit {
    width: 100%; /* Su mobile il bottone diventa a larghezza intera, comodissimo da cliccare */
    padding: 15px 0;
  }
}

/* --- BLOCCO CONTATTI PREMIUM --- */
.contact-info-premium {
  padding-right: 40px;
  font-family: 'DM Sans', sans-serif;
}

/* Micro-sopratitolo nello stile dello screenshot */
.fluid-eyebrow-left {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E7F8E;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

/* Titolo grande e di classe */
.contact-title-large {
  font-family: 'Playfair Display', serif;
  font-size: 42px; /* Più grande e d'impatto rispetto ai 30px originari */
  color: #1A1A1A;
  margin: 0 0 15px 0;
  font-weight: 400;
}

/* Sottotitolo elegante */
.contact-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 40px;
}

/* Lista contatti minimal e ariosa */
.list-contact-premium {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px; /* Spazio generoso tra i contatti */
}

.list-contact-premium li {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease;
}

/* Cerchio minimale attorno all'icona */
.contact-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border: 1px solid rgba(224, 82, 117, 0.15); /* Bordino rosa impercettibile */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(224, 82, 117, 0.03);
}

.contact-text-wrapper {
  display: flex;
  flex-direction: column;
}

/* Etichetta sopra il dato (es. Email, Téléphone) */
.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8E7F8E;
  margin-bottom: 2px;
  font-weight: 600;
}

/* Link interattivi */
.contact-link {
  font-size: 18px;
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-text-static {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 500;
}

/* --- EFFETTI HOVER SUI CONTATTI --- */
.list-contact-premium li:hover {
  transform: translateX(5px); /* Il blocco slitta dolcemente a destra */
}

.list-contact-premium li:hover .contact-icon-wrapper {
  background-color: #E05275; /* Il cerchio diventa rosa scuro */
  color: #FFFFFF;            /* L'icona diventa bianca */
  border-color: #E05275;
  box-shadow: 0 4px 12px rgba(224, 82, 117, 0.2);
}

.list-contact-premium li:hover .contact-link {
  color: #E05275; /* Il testo del link si accende di rosa */
}

/* --- ADATTAMENTO RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .contact-info-premium {
    padding-right: 0;
    margin-left: 25px;
    margin-bottom: 50px; /* Spazio di sicurezza se sotto ci sono altri elementi */
  }

  .contact-title-large {
    font-size: 32px; /* Si rimpicciolisce elegantemente sui telefoni */
  }

  .contact-link, .contact-text-static {
    font-size: 16px; /* Ottimizzazione lettura mobile */
  }
  
  .contact-icon-wrapper {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}

/* ------------------Festival-------------------------------------*/

/* --- CONFIGURAZIONE STRUTTURA LARGHEZZA FLUIDA --- */
.single-column .program-fluid-body-single {
  display: flex;
  flex-direction: column;
  max-width: 1100px; /* Massima ampiezza editoriale */
  margin: 0 auto;
  padding: 0 40px;
}

/* Sfondo rosa chiaro globale */
.feminnas-section {
  background: #FFF0F2;
  padding: 80px 0;
  border: none;
}

/* --- STILE TIPOGRAFICO (SCREENSHOT STYLE) --- */
.program-fluid-header {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 40px;
}

.fluid-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E7F8E;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.program-fluid-header h2 {
  font-size: 56px;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0;
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}

.program-fluid-header h2 em {
  font-style: italic;
  color: #E05275; /* Accento rosa scuro dello screenshot */
  font-weight: 400;
}

.project-link-sub {
  font-size: 18px;
  color: #4A3E47;
  margin-top: 20px;
  font-family: 'DM Sans', sans-serif;
}

.iris-link {
  color: #E05275;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
  border-bottom: 1px dashed #E05275;
}

.iris-link:hover {
  opacity: 0.8;
}

/* --- BLOCCHI DI CONTENUTO --- */
.iris-block {
  text-align: left;
}

.block-num {
  font-size: 12px;
  text-transform: uppercase;
  color: #E05275;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}

.iris-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #1A1A1A;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.sub-block-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  color: #1A1A1A;
  margin: 35px 0 15px 0;
  font-weight: 600;
}

/* Testo Premium a 24px */
.program-desc-premium {
  font-size: 24px;
  line-height: 1.5;
  color: #1A1A1A;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.3s ease;
}

.program-desc-premium:hover {
  color: #E05275;
}

.program-desc-sub {
  font-size: 21px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
}

/* --- LISTE EDITORIALI --- */
.program-features-fluid-iris {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.program-features-fluid-iris li {
  font-size: 22px;
  line-height: 1.5;
  color: #333333;
  padding: 16px 0;
  border-bottom: 1px solid rgba(224, 82, 117, 0.08);
}

.program-features-fluid-iris li strong {
  color: #E05275;
  font-weight: 600;
}

/* --- GRIGLIA PER CATEGORIE AWARDS (SOSTITUISCE TABELLA) --- */
.feminnas-awards-grid {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.feminnas-awards-grid li {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  border-radius: 8px;
  border-left: 3px solid #E05275;
  box-shadow: 0 4px 15px rgba(224, 82, 117, 0.02);
  transition: transform 0.3s ease;
}

.feminnas-awards-grid li:hover {
  transform: translateY(-3px);
}

.award-cat {
  font-size: 23px;
  font-weight: 600;
  color: #1A1A1A;
}

.award-desc {
  font-size: 21px;
  line-height: 1.5;
  color: #4A4A4A;
  margin: 10px 0 0 0;
}

/* Spaziatori controllati */
.margin-top-md { margin-top: 60px; }
.margin-top-sm { margin-top: 35px; }

/* --- BOTTONI AFFIANCATI --- */
.program-buttons-fluid-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}

.btn-fluid {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.btn-fluid::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s ease;
}

.btn-fluid:hover::before { width: 100%; }
.btn-fluid.primary { color: #E05275; }
.btn-fluid.primary::before { background-color: #E05275; }
.btn-fluid.primary:hover { color: #1A1A1A; }

.btn-fluid.secondary { color: #333333; }
.btn-fluid.secondary::before { background-color: #1A1A1A; }
.btn-fluid.secondary:hover { color: #E05275; }

/* --- ANIMAZIONI TEXT-REVEAL --- */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.program-animated .reveal-item {
  opacity: 0;
  animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.program-animated .program-fluid-header { animation-delay: 0.1s; }
.program-animated .program-fluid-body-single { animation-delay: 0.3s; }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .single-column .program-fluid-body-single {
    padding: 0 20px;
  }
  
  .program-fluid-header h2 {
    font-size: 36px;
  }

  .iris-block h3 {
    font-size: 26px;
  }

  .program-desc-premium {
    font-size: 21px;
  }

  .feminnas-awards-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .program-buttons-fluid-center {
    gap: 25px;
  }
}

/*---------------Fokus-elles-action-------------------------*/
/* --- CONFIGURAZIONE STRUTTURA FOUS-ELLES-ACTION --- */
.fous-elles-action .program-fluid-body-single {
  display: flex;
  flex-direction: column;
  max-width: 1100px; /* Perfetto respiro per il testo premium */
  margin: 0 auto;
  padding: 0 40px;
}

/* Sfondo coordinato rosa chiaro */
.fous-elles-action {
  background: #FFF0F2;
  padding: 80px 0;
  border: none;
}

/* --- STILE TIPOGRAFICO (IN LINEA CON MISS IRIS) --- */
.fous-elles-action .program-fluid-header {
  margin-bottom: 50px;
  text-align: center;
  padding: 0 40px;
}

.fous-elles-action .fluid-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E7F8E;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.fous-elles-action .program-fluid-header h2 {
  font-size: 56px;
  font-weight: 400;
  color: #1A1A1A;
  margin: 0;
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}

.fous-elles-action .program-fluid-header h2 em {
  font-style: italic;
  color: #E05275; /* Accento rosa scuro dello screenshot */
  font-weight: 400;
}

/* Blocchi di testo */
.fous-elles-action .iris-block {
  text-align: left;
}

.fous-elles-action .iris-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #1A1A1A;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.fous-elles-action .block-num {
  font-size: 12px;
  text-transform: uppercase;
  color: #E05275;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}

/* Testo Premium a 24px */
.fous-elles-action .program-desc-premium {
  font-size: 24px;
  line-height: 1.6;
  color: #1A1A1A;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.3s ease;
}

.fous-elles-action .program-desc-premium:hover {
  color: #E05275;
}

.fous-elles-action .program-desc-sub {
  font-size: 21px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}

/* Lista editoriale dei punti sensibili */
.fous-elles-action .program-features-fluid-iris {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.fous-elles-action .program-features-fluid-iris li {
  font-size: 21px;
  line-height: 1.5;
  color: #333333;
  padding: 18px 0;
  border-bottom: 1px solid rgba(224, 82, 117, 0.08);
}

.fous-elles-action .program-features-fluid-iris li strong {
  color: #E05275;
  font-weight: 600;
}

.fous-elles-action .margin-top-md {
  margin-top: 50px;
}

/* --- BOTTONI AFFIANCATI E INTERATTIVI --- */
.fous-elles-action .program-buttons-fluid-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 50px;
}

.fous-elles-action .btn-fluid {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.fous-elles-action .btn-fluid::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s ease;
}

.fous-elles-action .btn-fluid:hover::before {
  width: 100%;
}

.fous-elles-action .btn-fluid.primary { color: #E05275; }
.fous-elles-action .btn-fluid.primary::before { background-color: #E05275; }
.fous-elles-action .btn-fluid.primary:hover { color: #1A1A1A; }

.fous-elles-action .btn-fluid.secondary { color: #333333; }
.fous-elles-action .btn-fluid.secondary::before { background-color: #1A1A1A; }
.fous-elles-action .btn-fluid.secondary:hover { color: #E05275; }

/* --- ANIMAZIONI ALL'ENTRATA --- */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fous-elles-action.program-animated .reveal-item {
  opacity: 0;
  animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fous-elles-action.program-animated .program-fluid-header { animation-delay: 0.1s; }
.fous-elles-action.program-animated .program-fluid-body-single { animation-delay: 0.3s; }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .fous-elles-action .program-fluid-body-single {
    padding: 0 20px;
  }
  
  .fous-elles-action .program-fluid-header h2 {
    font-size: 36px;
  }

  .fous-elles-action .iris-block h3 {
    font-size: 26px;
  }

  .fous-elles-action .program-desc-premium {
    font-size: 20px;
    line-height: 1.5;
  }

  .fous-elles-action .program-buttons-fluid-center {
    gap: 25px;
    flex-direction: column;
    align-items: center;
  }
}
/* --- VERSIONE DESKTOP (Predefinita) --- */
.specialisations-rect-grid {
  display: flex;
  gap: 20px; /* Spazio uniforme tra le 3 schede */
  width: 100%;
  justify-content: space-between; /* Distribuisce le schede in modo omogeneo */
}

.spec-rect-card {
  flex: 1; /* Forza le 3 schede ad avere esattamente la stessa larghezza */
  background-color: #fcf8f5; /* Sfondo chiaro (adattalo ai colori di Fokus Elles) */
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease;
}

/* Effetto al passaggio del mouse su PC */
.spec-rect-card:hover {
  transform: translateY(-5px);
}

.spec-rect-card h4 {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  color: #333;
}

/* --- VERSIONE MOBILE (Sotto i 768px) --- */
@media (max-width: 768px) {
  .specialisations-rect-grid {
    flex-direction: column; /* Cambia la direzione: da sinistra-destra a alto-basso */
    gap: 15px; /* Spazio leggermente ridotto su mobile per ottimizzare gli spazi */
  }
  
  .spec-rect-card {
    width: 100%; /* La scheda occupa tutta la larghezza dello schermo dello smartphone */
  }
}

/*------------------------Forum--------------------------*/
/* --- CONFIGURAZIONE STRUTTURA FORUM INTERNATIONALE --- */
.forum-egalite-section .program-fluid-body-single {
  display: flex;
  flex-direction: column;
  max-width: 1100px; /* Stessa larghezza editoriale di Miss Iris */
  margin: 0 auto;
  padding: 0 40px;
}

/* Sfondo rosa chiaro dello screenshot */
.forum-egalite-section {
  background: #FFF0F2;
  padding: 80px 0;
  border: none;
}

/* --- STILE TIPOGRAFICO --- */
.forum-egalite-section .program-fluid-header {
  margin-bottom: 50px;
  text-align: center;
  padding: 0 40px;
}

.forum-egalite-section .fluid-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E7F8E;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.forum-egalite-section .program-fluid-header h2 {
  font-size: 48px; /* Ottimizzato per la lunghezza del titolo */
  font-weight: 400;
  color: #1A1A1A;
  margin: 0;
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}

/* Blocchi di testo */
.forum-egalite-section .iris-block {
  text-align: left;
}

.forum-egalite-section .iris-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #1A1A1A;
  margin: 0 0 15px 0;
  font-weight: 400;
}

.forum-egalite-section .block-num {
  font-size: 12px;
  text-transform: uppercase;
  color: #E05275;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}

/* Testo Premium a 24px */
.forum-egalite-section .program-desc-premium {
  font-size: 24px;
  line-height: 1.6;
  color: #1A1A1A;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.3s ease;
}

.forum-egalite-section .program-desc-premium:hover {
  color: #E05275;
}

.forum-egalite-section .program-desc-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

/* Spaziatori metrici */
.forum-egalite-section .margin-top-md { margin-top: 60px; }
.forum-egalite-section .margin-top-sm { margin-top: 20px; }

/* --- CONTENITORE TRE BOTTONI AFFIANCATI --- */
.forum-egalite-section .program-buttons-fluid-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 45px; /* Spazio elegante tra i bottoni */
  justify-content: center;
  margin: 50px 0;
}

.forum-egalite-section .btn-fluid {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.forum-egalite-section .btn-fluid::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s ease;
}

.forum-egalite-section .btn-fluid:hover::before { width: 100%; }
.forum-egalite-section .btn-fluid.primary { color: #E05275; }
.forum-egalite-section .btn-fluid.primary::before { background-color: #E05275; }
.forum-egalite-section .btn-fluid.primary:hover { color: #1A1A1A; }

.forum-egalite-section .btn-fluid.secondary { color: #333333; }
.forum-egalite-section .btn-fluid.secondary::before { background-color: #1A1A1A; }
.forum-egalite-section .btn-fluid.secondary:hover { color: #E05275; }

/* --- ANIMAZIONI TEXT-REVEAL --- */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.forum-egalite-section.program-animated .reveal-item {
  opacity: 0;
  animation: fadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.forum-egalite-section.program-animated .program-fluid-header { animation-delay: 0.1s; }
.forum-egalite-section.program-animated .program-fluid-body-single { animation-delay: 0.3s; }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .forum-egalite-section .program-fluid-body-single {
    padding: 0 20px;
  }
  
  .forum-egalite-section .program-fluid-header h2 {
    font-size: 32px;
  }

  .forum-egalite-section .iris-block h3 {
    font-size: 26px;
  }

  .forum-egalite-section .program-desc-premium {
    font-size: 20px;
    line-height: 1.5;
  }

  .forum-egalite-section .program-buttons-fluid-center {
    gap: 30px;
    flex-direction: column; /* Gli elementi si impilano ordinatamente su smartphone */
    align-items: center;
  }
}
/* ==========================================================================
   PAGINA SERVICES - DESIGN PREMIUM EDITORIALE CON IMMAGINI
   ========================================================================== */

#services-page-section {
  padding: 80px 0 120px 0;
  background: #ffffff;
}

.services-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: 300;
  color: #1A1018;
}

.services-header h2 em {
  font-style: italic;
  color: #C8516A;
  font-weight: 400;
}

.services-header .subtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8A7A85;
  margin-top: 8px;
}

.services-header .ornament-line {
  color: #DDA7B3;
  margin-top: 10px;
  font-size: 16px;
}

.services-intro {
  max-width: 1200px;
  margin: 0 auto 55px auto;
}

.services-intro p {
  font-size: 21px;
  line-height: 1.5;
  color: #4A3E47;
}
/* Ottimizzazione schede servizio senza immagine */
.services-premium-grid .service-premium-card {
  background: #FFFFFF;
  border: 1px solid rgba(26, 16, 24, 0.08);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px; /* Uniforma l'altezza dei box */
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.services-premium-grid .service-premium-card:hover {
  transform: translateY(-5px);
  border-color: #C8516A;
  box-shadow: 0 15px 35px rgba(26, 16, 24, 0.05);
}

.services-premium-grid .service-content-box {
  padding: 0; /* Rimuove i vecchi spazi destinati all'immagine */
  text-align: center;
}

/* Grille dei Servizi Immagine + Contenuto */
.services-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 70px;
}

.service-premium-card {
  background: #FAF6F4;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 16, 24, 0.03);
  box-shadow: 0 15px 45px rgba(26, 16, 24, 0.02);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(200, 81, 106, 0.07);
}

/* Scatola Immagini Interna */
.service-img-box {
  height: 240px;
  position: relative;
  overflow: hidden;
}

.service-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-premium-card:hover .service-img-box img {
  transform: scale(1.04);
}

.service-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(26, 16, 24, 0.2));
}

/* Scatola Testi e Contenuti dei Servizi */
.service-content-box {
  padding: 40px 35px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Cerchio Icona Sospeso */
.service-icon-circle {
  width: 54px;
  height: 54px;
  background: #C8516A;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  top: -27px;
  left: 10px;
  box-shadow: 0 8px 20px rgba(200, 81, 106, 0.3);
  border: 3px solid #ffffff;
}

.service-content-box h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1A1018;
  margin-top: 5px;
  margin-bottom: 15px;
}

.service-content-box p {
  font-size: 21px;
  line-height: 1.6;
  color: #5C4E58;
  margin-bottom: 25px;
}

.service-content-box .btn-glow-primary {
  margin-top: auto;
  align-self: flex-start;
}

/* Sezione Finale d'Impatto CTA */
.services-footer-cta {
  background: #FAF6F4;
  padding: 50px;
  border-radius: 16px;
  border: 1px dashed rgba(200, 81, 106, 0.2);
}

.services-footer-cta h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: #1A1018;
  margin-bottom: 10px;
}

.services-footer-cta p {
  font-size: 15px;
  color: #5C4E58;
  max-width: 650px;
  margin: 0 auto;
}

/* ==========================================================================
   RESPONSIVE DESIGN ADATTIVO
   ========================================================================== */

@media (max-width: 991px) {
  .services-premium-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

@media (max-width: 768px) {
  #services-page-section {
    padding: 60px 0;
  }
  .service-content-box {
    padding: 35px 20px 25px 20px;
  }
  .service-icon-circle {
    left: 20px;
  }
  .services-footer-cta {
    padding: 35px 20px;
  }
}

/* Sovrascrive i limiti di larghezza e imposta lo sfondo */
.partners-section { 
  padding: 40px 0; 
  background: #fff; 
  width: 100% !important;
  max-width: 100% !important;
}

/* Gestisce la tutta larghezza fluida con i giusti spazi ai bordi */
.partners-container-fluid {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 40px !important;  /* Spazio di sicurezza a sinistra */
  padding-right: 40px !important; /* Spazio di sicurezza a destra */
}

.partners-title { 
  font-size: 28px; 
  text-align: center; 
  margin-bottom: 40px; 
  color: #1A1018; 
  text-transform: uppercase; 
}

.partner-logo { 
  
  transition: 0.3s; 
  opacity: 0.7; 
  max-height: 70px; 
  margin-bottom: 20px; 
  display: inline-block;
}

.partner-logo:hover { 
  filter: grayscale(0%); 
  opacity: 1; 
}

/* Forza la centratura dei 3 sponsor */
.flex-row-centered {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

/* Ottimizzazione per Mobile */
@media (max-width: 768px) {
  .partners-container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .partner-logo {
    max-height: 50px; /* Riduce leggermente i loghi per farli stare comodamente su mobile */
  }
}






/* --- CONTAINER GLOBALE TEAM --- */
#team-horizontal {
  background: #FFF0F2; /* Sfondo rosa chiaro coordinato */
  padding: 90px 0;
  font-family: 'DM Sans', sans-serif;
}

.team-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* --- INTESTAZIONE --- */
.team-header {
  text-align: center;
  margin-bottom: 70px;
}

.team-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 400;
  color: #1A1018;
  margin: 10px 0 0 0;
}

.team-header h2 em {
  font-style: italic;
  color: #C8516A; /* Accento rosa scuro */
  font-weight: 400;
}

/* --- STRUTTURA DELLA RIGA ORIZZONTALE --- */
.team-rows-list {
  display: flex;
  flex-direction: column;
  gap: 40px; /* Spazio costante tra i membri */
}

.team-horizontal-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FAF6F4; /* Sfondo cartaceo dei pannelli originali */
  border: 1px solid rgba(26, 16, 24, 0.04);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-horizontal-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(200, 81, 106, 0.06);
}

/* --- IMMAGINE BLOCCHETTO --- */
.member-image-wrapper {
  width: 260px;
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.member-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-horizontal-row:hover .member-image-wrapper img {
  transform: scale(1.04);
}

/* --- DETTAGLI TESTUALI --- */
.member-details-wrapper {
  padding: 30px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.member-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.member-role {
  font-size: 12px;
  text-transform: uppercase;
  color: #C8516A;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.member-name {
  font-size: 24px;
  font-weight: 700;
  color: #1A1018;
  margin: 0;
}

.member-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #5C4E58;
  margin: 0;
  max-width: 680px;
}

/* --- TIMING DELLE ANIMAZIONI ALL'ENTRATA --- */
@keyframes fluidFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-animated .reveal-item {
  opacity: 0;
  animation: fluidFadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Ritardi progressivi per un caricamento armonioso dei membri */
.team-animated .team-header { animation-delay: 0.1s; }
.team-animated .team-horizontal-row:nth-child(1) { animation-delay: 0.2s; }
.team-animated .team-horizontal-row:nth-child(2) { animation-delay: 0.3s; }
.team-animated .team-horizontal-row:nth-child(3) { animation-delay: 0.4s; }
.team-animated .team-horizontal-row:nth-child(4) { animation-delay: 0.5s; }
.team-animated .team-horizontal-row:nth-child(5) { animation-delay: 0.6s; }
.team-animated .team-horizontal-row:nth-child(6) { animation-delay: 0.7s; }

/* --- REQUISITI RESPONSIVE (MOBILE-FIRST BREAKDOWN) --- */
@media (max-width: 850px) {
  .team-container {
    padding: 0 20px;
  }

  .team-header h2 {
    font-size: 38px;
  }

  .team-horizontal-row {
    flex-direction: column; /* L'immagine torna sopra il testo su schermi piccoli */
    align-items: flex-start;
  }

  .member-image-wrapper {
    width: 100%;
    height: 250px; /* Più altezza per valorizzare il ritratto su mobile */
  }

  .member-details-wrapper {
    padding: 25px 20px;
  }

  .member-name {
    font-size: 20px;
  }
}

/*----------- Medias---------------*/
/* Stile Eventi Premium */
.event-section-title {
    font-family: 'DM Sans', cursive; /* Manteniamo il tuo font */
    font-size: 38px;
    color: #1A1018;
    text-align: center;
    margin: 50px 0;
    
    letter-spacing: 2px;
    position: relative;
}

.event-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #C8516A;
    margin: 20px auto 0;
}

.event-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}

.event-img { width: 100%; height: 200px; object-fit: cover; }

.event-body { padding: 25px; }

.event-title { font-size: 20px; font-weight: bold; margin-bottom: 10px; color: #333; }

.btn-read-more {
    display: inline-block;
    padding: 10px 20px;
    background: #C8516A;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
    font-weight: bold;
}
/*----------------Contact---------------------_*/
/* ===== NAVBAR ===== */

.navbar {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

.navbar-nav li.selected a {
  color: #c2185b;
}

/* --- STILI RESPONSIVE PER IL BURGER MENU --- */

/* Nascondi il burger di default (su Desktop) */
.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto; /* Centra il pulsante burger sotto il logo */
}

.burger-menu .bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 70px;
  background-color: #333; /* Cambia con il colore del tuo testo/brand */
  transition: 0.3s;
}

/* Quando lo schermo è piccolo (Mobile e Tablet) */
@media (max-width: 991px) {
  .navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .burger-menu {
    display: flex;
  }

  /* Forza la comparsa della tendina mobile */
  .navbar-collapse.open {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    width: 100%;
    background-color: #ffffff !important; /* Forza lo sfondo bianco, o cambialo in #000000 se vuoi la tendina nera */
    padding: 20px 0;
  }

  /* Configurazione della lista dei link */
  .navbar-collapse.open .nav.navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }

  .navbar-collapse.open .nav.navbar-nav li {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }

  /* COLORAZIONE DEL TESTO: Forza i link a essere visibili */
  .navbar-collapse.open .nav.navbar-nav li a {
    color: #1a1a1a !important; /* Colore grigio scuro/nero per contrastare lo sfondo bianco */
    font-size: 1.9rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
  }

  /* Effetto al passaggio del mouse o voce selezionata */
  .navbar-collapse.open .nav.navbar-nav li a:hover,
  .navbar-collapse.open .nav.navbar-nav li.selected a {
    color: #c9a054 !important; /* Scegli un colore di accento per il brand (es. oro/rosso) */
    background-color: #f9f9f9;
  }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

 

  .desktop-logo {
    display: none;
  }

  .navbar-collapse {
    display: none;
    width: 100%;
  }

  .navbar-collapse.active {
    display: block;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-top: 20px;
  }

  .nav-container {
    flex-wrap: wrap;
  }
}
/* sponsor*/
.flex-row-centered {
    display: flex !important;
    justify-content: center !important; /* Centra le colonne orizzontalmente */
    flex-wrap: wrap;                    /* Permette ai loghi di andare a capo su mobile */
    float: none !important;             /* Rimuove il float di Bootstrap */
}


/*-------------------sfondo musicale-----------------------------_*/
/* Quando la musica è spenta (Stato base) */
/* Quando la musica è spenta (Stato base) */
.sfondo-musicale button {
  position: fixed !important;
  top: 11% !important;
  right: 19px !important;
  justify-content: center !important;
  transform: translateY(-50%);
  z-index: 99999;
  
  /* Struttura Quadrata Ottimizzata */
  width: 50px !important;       /* Portato a 60px per contenere la parola MUSIC */
  height: 50px !important;      /* Altezza identica per mantenerlo un quadrato perfetto */
  padding: 5px !important;      /* Un minimo di padding interno di sicurezza */
  border-radius: 5px !important;
  border: none;
  
  /* Stile e colori */
  background-color: #C8516A;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 9px !important;    /* Font rimpicciolito per non farlo uscire dai bordi */
  text-transform: uppercase;
  letter-spacing: 0.5px !important; /* Ridotto il distanziamento delle lettere */
  font-weight: 700;
  cursor: pointer;
  box-shadow: -4px 4px 15px rgba(200, 81, 106, 0.3);
  transition: all 0.3s ease;
  
  /* ALLINEAMENTO IN VERTICALE DELLE PAROLE */
  display: flex !important;
  flex-direction: column !important; /* Spinge "ON" o "OFF" a capo sotto "MUSIC" */
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.2 !important;       /* Avvicina le righe di testo */
}
/* Effetto Hover (Opzionale, dà un feedback premium quando ci passi sopra) */
.sfondo-musicale button:hover {
  transform: translateY(-50%) translateX(-3px); /* Si sposta leggermente a sinistra */
  background-color: #b03f56;
}

/* Quando la musica è accesa (ON) */
.sfondo-musicale button.audio-active {
  background-color: #1A1018;    /* Diventa nero elegante */
  box-shadow: -4px 4px 15px rgba(26, 16, 24, 0.3);
}

/* --- COMPONENTE EXTRA: CENTRE MULTIMÉDIA --- */
.centre-multimedia-section {
  background: #FFF0F2;
  padding: 90px 0;
  border-top: 1px solid rgba(26, 16, 24, 0.08);
}

.centre-multimedia-section .program-fluid-body-single {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.centre-multimedia-section .program-desc-sub strong {
  color: #C8516A;
  font-weight: 500;
}

/* Scatola geometrica scura per la chiusura emotiva */
.empowerment-rect-box {
  background-color: #1A1018;
  padding: 40px;
  margin-top: 30px;
  border: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.empowerment-rect-box p {
  font-family: 'DM Sans', sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;

}

/* Hover interattivo sul rettangolo di chiusura */
.empowerment-rect-box:hover {
  background-color: #FAF6F4;
  border-color: #C8516A;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(200, 81, 106, 0.1);
}

.empowerment-rect-box:hover p {
  color: #1A1018;
}

@media (max-width: 991px) {
  .centre-multimedia-section .program-fluid-body-single {
    padding: 0 20px;
  }
  .empowerment-rect-box {
    padding: 25px 20px;
  }
}

/*-------------------------------------------------EVENT--------------------------------------*/

/* --- EXTRA SECTION: ESPACE MEDIA POUR PAGE EVÉNEMENTS --- */
#media-publications-section {
  background: #FAF6F4; 
  padding: 100px 0;
  border-top: 1px solid rgba(26, 16, 24, 0.05);
}

.media-creative-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}

.media-box {
  background: #FFFFFF;
  border: 1px solid rgba(26, 16, 24, 0.06);
  border-radius: var(--radius, 16px);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.media-image-wrapper {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-color: #1A1018;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.media-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FFFFFF;
  color: #1A1018;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 14px;
  font-weight: 500;
}

.media-tag.highlight {
  background: #C8516A;
  color: #FFFFFF;
}

.media-content {
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.media-date {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #C8516A;
  margin-bottom: 12px;
}

.media-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #1A1018;
  margin: 0 0 15px 0;
  font-weight: 400;
  line-height: 1.2;
}

.media-text-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #50444C;
  margin-bottom: 30px;
  flex-grow: 1;
}

.btn-media-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1A1018;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}

.btn-media-link i {
  transition: transform 0.3s ease;
}

/* VERSIONE DARK PER IL BLOCCO DELLE PUBBLICAZIONI */
.media-box.publications-box.dark-theme {
  background: #1A1018;
  border-color: transparent;
}

.media-box.publications-box.dark-theme h3 {
  color: #FFFFFF;
}

.media-box.publications-box.dark-theme .media-text-desc {
  color: #D2C9CF;
}

.media-box.publications-box.dark-theme .btn-media-link {
  color: #FAF6F4;
}

/* ANIMAZIONI E HOVER EFFECT */
.media-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26, 16, 24, 0.08);
  border-color: rgba(200, 81, 106, 0.2);
}

.media-box:hover .media-img {
  transform: scale(1.08);
  opacity: 0.85;
}

.media-box:hover .btn-media-link {
  color: #C8516A;
}

.media-box:hover .btn-media-link i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .media-creative-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .media-content {
    padding: 30px 25px;
  }
}

