/* /css/pages/home/home-hero.css */
/* ===== HERO SECTION ENHANCED - Modern & Professional ===== */

#hero_section {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - max(var(--navbar-h), env(safe-area-inset-top)) - max(var(--footer-h), env(safe-area-inset-bottom)));
  overflow: hidden;
  background: #000;
  margin: 0;

  /* Scale tipografica */
  --hero-name-size: clamp(2.4rem, 6.5vw, 4.8rem);
  --hero-role-size: clamp(1.05rem, 2.8vw, 1.65rem);
  --hero-claim-size: clamp(1.05rem, 2.6vw, 1.45rem);
}

/* Immagine con parallax effect */
#hero_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 20%;
  z-index: 1;
  user-select: none;
  pointer-events: none;

  /* Effetto zoom subtle al caricamento */
  animation: hero-zoom-in 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;

  /* Parallax sarà gestito con JS ma prepariamo il transform */
  will-change: transform;
  transition: transform 0.1s linear;
}

@keyframes hero-zoom-in {
  0% {
    transform: scale(1.08);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Overlay gradient per migliorare leggibilità */
#hero_section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Contenitore testi */
#hero_box {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  max-width: 680px;
  width: min(92vw, 680px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9em;
  z-index: 2;
  color: #fff;
  text-align: center;
  pointer-events: auto;

  /* Animazioni fade-in staggered */
  opacity: 0;
  animation: hero-fade-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

@keyframes hero-fade-up {
  0% {
    opacity: 0;
    transform: translate(-50%, -45%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Nome - gradient text uniformato */
#hero_name {
  font-family: 'Cormorant Garamond', serif;
  font-size: var(--hero-name-size);
  letter-spacing: 0.12em;
  font-weight: 800;
  margin: 0;
  line-height: 1.15;

  /* Gradient text professionale (uniformato con altre pagine) */
  background: linear-gradient(135deg, #ffffff 0%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* Animazione ritardata */
  opacity: 0;
  animation: hero-text-reveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
}

/* Ruolo - uppercase elegante */
#hero_role {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0.15em 0 0 0;
  font-size: var(--hero-role-size);
  font-weight: 300;
  line-height: 1.2;
  opacity: 0;

  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.8),
    0 4px 16px rgba(0, 0, 0, 0.5);

  animation: hero-text-reveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
}

/* Claim - accent color con glow */
#hero_claim {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  color: var(--accent-color);
  font-size: var(--hero-claim-size);
  margin-top: 1.4em;
  letter-spacing: 0.13em;
  opacity: 0;

  /* Glow effect dorato */
  text-shadow:
    0 0 10px rgba(212, 175, 55, 0.5),
    0 2px 14px rgba(0, 0, 0, 0.8),
    0 4px 24px rgba(0, 0, 0, 0.5);

  animation: hero-text-reveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}

@keyframes hero-text-reveal {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* Telefoni verticali */
@media (max-aspect-ratio: 3/4) {
  #hero_section {
    min-height: calc(100dvh - max(var(--navbar-h), env(safe-area-inset-top)) - max(var(--footer-h), env(safe-area-inset-bottom)) - 6vh);
  }
  #hero_img { object-position: 50% 18%; }
  #hero_box { gap: 0.7em; }
}

@media (max-aspect-ratio: 2/3) {
  #hero_section {
    min-height: calc(100dvh - max(var(--navbar-h), env(safe-area-inset-top)) - max(var(--footer-h), env(safe-area-inset-bottom)) - 10vh);
  }
  #hero_img { object-position: 50% 20%; }
}

/* Wide desktop */
@media (min-aspect-ratio: 16/9) {
  #hero_img { object-position: 50% 50%; }
}

/* Landscape */
@media (orientation: landscape) {
  #hero_box {
    transform: translate(-50%, -40%);
    width: min(85vw, 640px);
  }
}

/* Landscape bassa altezza */
@media (orientation: landscape) and (max-height: 480px) {
  #hero_img { object-position: 50% 25%; }
  #hero_box { transform: translate(-50%, -10%); }
}

/* Mobile touch: riduci animazioni per performance */
@media (prefers-reduced-motion: reduce) {
  #hero_img,
  #hero_box,
  #hero_name,
  #hero_role,
  #hero_claim {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== HERO FOOTER - Status & Stats Discreti ===== */

.hero-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;

  /* Sfumatura sottile dal basso */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    transparent 100%
  );

  /* Animazione fade-in ritardata */
  opacity: 0;
  animation: hero-footer-fade 0.8s ease-out 1.1s forwards;
}

@keyframes hero-footer-fade {
  to { opacity: 1; }
}

/* Status (Award line) */
.hero-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

.hero-status__award {
  color: var(--accent-color, #d4af37);
  font-weight: 500;
}

.hero-status__separator {
  opacity: 0.5;
}

.hero-status__org {
  opacity: 0.7;
}

/* Stats row */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
}

.hero-stat strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 0.2em;
}

.hero-stats__dot {
  opacity: 0.4;
  margin: 0 0.3rem;
}

/* ===== HERO FOOTER RESPONSIVE ===== */

@media (max-width: 600px) {
  .hero-footer {
    padding: 1rem 1rem 1.5rem;
    gap: 0.5rem;
  }

  .hero-status {
    flex-direction: column;
    gap: 0.2rem;
    text-align: center;
    font-size: 0.65rem;
  }

  .hero-status__separator {
    display: none;
  }

  .hero-stats {
    font-size: 0.62rem;
    gap: 0.3rem;
  }

  .hero-stats__dot {
    margin: 0 0.2rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hero-footer {
    padding: 0.8rem 1rem;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }

  .hero-status,
  .hero-stats {
    font-size: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-footer {
    animation: none !important;
    opacity: 1 !important;
  }
}

/* /css/pages/home/home-redesign-2026.css */
/* ===== HOME PAGE REDESIGN 2026 - Dark Modern Design System ===== */
/* Uniformed with concerts.css, news-base.css, and buttons-base.css styles */

:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #1a1a1a;
  --bg-elevated: #252525;
  --bg-glass: rgba(26, 26, 26, 0.6);
  --accent-gold: #d4af37;
  --accent-gold-glow: rgba(212, 175, 55, 0.25);
  --text-primary: #ffffff;
  --text-secondary: #a0a0a0;
  --text-muted: #666666;
  --border-subtle: rgba(212, 175, 55, 0.2);
  --gradient-gold: linear-gradient(135deg, #ffffff 0%, #d4af37 100%);
}

/* ===== UTILITY CLASSES ===== */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* .section-title gestito da base.css */

.section-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  margin: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

/* ===== PERSONAL INTRO SECTION ===== */
.intro-personal-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);
  position: relative;
  overflow: hidden;
}

.intro-personal-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.intro-personal-section::after {
  content: '"';
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20rem;
  font-weight: 700;
  color: rgba(212, 175, 55, 0.05);
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}

.intro-personal-grid {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.intro-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  padding: 3.5rem 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.intro-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
  border-radius: 20px 20px 0 0;
}

.intro-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  line-height: 2;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.intro-cta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

/* ===== NEXT CONCERT HERO ===== */
.next-concert-hero {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.concert-hero-card {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.concert-hero-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #f0d478 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.concert-hero-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(212, 175, 55, 0.6);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(212, 175, 55, 0.2);
}

.concert-hero-card:hover::before {
  transform: scaleX(1);
}

.concert-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concert-hero-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.concert-hero-card:hover .concert-hero-media img {
  transform: scale(1.05);
}

.concert-hero-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.concert-meta-large {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.concert-date-large {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.concert-place-large {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.concert-title-large {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.concert-description-preview {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 1.5rem 0 2rem;
  max-width: 800px;
}

.concert-actions-hero {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ===== ANIMATED STATS BAR ===== */
.stats-section {
  padding: 5rem 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--accent-gold) 50%,
    transparent 100%
  );
}

.stats-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #f0d478 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(212, 175, 55, 0.6);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(212, 175, 55, 0.2);
}

.stat-card:hover::before {
  transform: scaleX(1);
}

.stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 1rem;
}

.stat-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Counter animation */
@keyframes count-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.stat-number.counting {
  animation: count-up 0.6s ease-out;
}

/* ===== LATEST UPDATES GRID ===== */
.latest-updates-section {
  padding: 6rem 0;
  background: var(--bg-primary);
}

.updates-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.update-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.update-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #f0d478 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.update-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(212, 175, 55, 0.6);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(212, 175, 55, 0.2);
}

.update-card:hover::before {
  transform: scaleX(1);
}

.update-type {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.update-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.update-excerpt,
.update-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.empty-message {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: var(--text-muted);
  text-align: center;
  padding: 2rem 0;
}

.update-media {
  margin: 0 0 1.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.update-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.update-card:hover .update-media img {
  transform: scale(1.05);
}

/* Bandcamp embed responsive nella card release */
.update-media--audio {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, #0a0a0a 100%);
  min-height: 300px;
}

.update-media--audio iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 300px;
  aspect-ratio: 350 / 470;
  border: none !important;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .update-media--audio {
    min-height: 350px;
  }

  .update-media--audio iframe {
    min-height: 350px;
    aspect-ratio: 1 / 1.4;
  }
}

/* ===== PROJECTS SECTION ===== */
.projects-section {
  padding: 6rem 0;
  background: var(--bg-secondary);
}

.projects-grid-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 2rem;
}

.project-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.project-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #f0d478 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.project-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(212, 175, 55, 0.6);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(212, 175, 55, 0.2);
}

.project-card:hover::before {
  transform: scaleX(1);
}

.project-card--coming-soon {
  opacity: 0.6;
}

.project-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #d4af37 0%, #f0d478 100%);
  color: #0a0a0a;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.project-image {
  width: 100%;
  min-height: 140px;
  max-height: 220px;
  background: rgba(26, 26, 26, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-image img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-content {
  padding: 1.5rem;
}

.project-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 1rem;
}

.project-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.project-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ===== REPERTOIRE SECTION ===== */
.repertoire-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.composers-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.composer-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-decoration: none;
  display: block;
  color: inherit;
}

.composer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #f0d478 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.composer-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(212, 175, 55, 0.6);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(212, 175, 55, 0.2);
}

.composer-card:hover::before {
  transform: scaleX(1);
}

/* Featured composer (Mozart) */
.composer-card--featured {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 32px rgba(212, 175, 55, 0.2);
}

.composer-card--featured:hover {
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(212, 175, 55, 0.3);
}

.composer-portrait {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.composer-card--featured .composer-portrait {
  height: 400px;
}

.composer-portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.composer-card:hover .composer-portrait img {
  transform: scale(1.08);
}

.composer-portrait--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-secondary);
}

.composer-initial {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.composer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 1.5rem 1.5rem 0.5rem;
  line-height: 1.2;
}

.composer-card--featured .composer-name {
  font-size: 2rem;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.composer-stats {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 1rem;
  margin: 0 1.5rem 1.5rem;
}

.composer-works {
  font-weight: 600;
}

.composer-badge {
  margin: 0 1.5rem 1.5rem;
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #d4af37 0%, #f0d478 100%);
  color: #0a0a0a;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.section-cta {
  text-align: center;
  margin-top: 3rem;
}

/* ===== UPCOMING CONCERTS SECTION ===== */
.upcoming-concerts-section {
  padding: 6rem 0;
  background: var(--bg-primary);
}

.concerts-list-compact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.concert-card-compact {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(26, 26, 26, 0.6) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 0;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.concert-card-compact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #f0d478 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.concert-card-compact:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.6);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(26, 26, 26, 0.8) 100%);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(212, 175, 55, 0.2);
}

.concert-card-compact:hover::before {
  transform: scaleX(1);
}

.concert-compact-media {
  width: 250px;
  height: 100%;
  overflow: hidden;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concert-compact-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.concert-card-compact:hover .concert-compact-media img {
  transform: scale(1.05);
}

.concert-compact-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.concert-compact-meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.concert-compact-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.concert-compact-place {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.concert-compact-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.concert-compact-actions {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

/* ===== SOCIAL PROOF SECTION ===== */
.social-proof-section {
  padding: 3rem 0 3.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(15, 15, 15, 0.95) 15%, rgba(15, 15, 15, 0.95) 85%, transparent 100%);
  position: relative;
}

.social-proof-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
}

.social-proof-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Layout: quote left, collaborations right */
.social-proof-layout {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

/* === Quote Block === */
.social-proof__quote-block {
  flex: 1.2;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.social-proof__quote-icon {
  flex-shrink: 0;
  color: var(--accent-color, #d4af37);
  opacity: 0.4;
  margin-top: 0.2rem;
}

.press-quote {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.press-quote__text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin: 0 0 0.75rem;
}

.press-quote__footer {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.press-quote__source {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-color, #d4af37);
  font-style: normal;
  letter-spacing: 0.02em;
}

.press-quote__role {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  font-style: normal;
}

.press-quote__role::before {
  content: '—';
  margin-right: 0.4rem;
  opacity: 0.5;
}

/* === Collaborations Block === */
.social-proof__collab-block {
  flex: 1;
  padding-left: 3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.collaborations__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 1rem;
}

/* Legacy list style (kept for backward compatibility) */
.collaborations__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0;
  line-height: 1.9;
}

.collaborations__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  padding: 0;
  border: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.collaborations__name:hover {
  color: var(--accent-color, #d4af37);
}

.collaborations__separator {
  color: rgba(255, 255, 255, 0.2);
  margin: 0 0.5rem;
  font-size: 0.9rem;
  user-select: none;
}

/* ===== NEW: Collaboration Chips Design ===== */
@keyframes chipFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Title link */
.collaborations__title-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.collaborations__title-link:hover {
  color: var(--accent-gold, #d4af37);
}

.collaborations__title-arrow {
  font-size: 0.6rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.25s ease;
}

.collaborations__title-link:hover .collaborations__title-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Chips container */
.collaborations__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.4rem;
}

/* Single chip - elegant minimal style */
.collab-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.25s ease;
  animation: chipFadeIn 0.4s ease forwards;
  opacity: 0;
}

.collab-chip:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.4);
  color: var(--accent-gold, #d4af37);
}

.collab-chip__name {
  white-space: nowrap;
}

.collab-chip__count {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(212, 175, 55, 0.7);
  opacity: 0.8;
}

.collab-chip__count::before {
  content: '×';
  margin-right: 0.1rem;
}

/* === Responsive === */
@media (max-width: 968px) {
  .social-proof-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .social-proof__collab-block {
    padding-left: 0;
    border-left: none;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
  }
}

@media (max-width: 640px) {
  .social-proof-section {
    padding: 2rem 0 2.5rem;
  }

  .social-proof__quote-icon svg {
    width: 24px;
    height: 24px;
  }

  .press-quote__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .press-quote__role::before {
    display: none;
  }

  .collaborations__list {
    gap: 0.1rem 0;
  }

  .collaborations__name {
    font-size: 0.75rem;
  }

  .collaborations__separator {
    margin: 0 0.4rem;
  }

  /* Chips responsive */
  .collaborations__chips {
    gap: 0.35rem;
  }

  .collab-chip {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
    border-radius: 3px;
  }

  .collab-chip__count {
    font-size: 0.62rem;
  }

  .collaborations__title-arrow {
    display: none;
  }
}

/* ===== NEXT CONCERT SECTION (Featured) ===== */
.next-concert-section {
  padding: 4rem 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(15, 15, 15, 0.98) 100%);
}

.next-concert-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 2.5rem;
  align-items: stretch;
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.95), rgba(20, 20, 20, 0.98));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.next-concert__poster {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
}

.next-concert__poster img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s ease;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.next-concert-card:hover .next-concert__poster img {
  transform: scale(1.05);
}

.next-concert__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #d4af37, #b8941f);
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  margin-bottom: 1.25rem;
}

.next-concert__badge .badge-icon {
  font-size: 0.85rem;
}

.next-concert__info {
  padding: 2.5rem 2.5rem 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.next-concert__date-location {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.next-concert__date,
.next-concert__location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.next-concert__date i,
.next-concert__location i {
  color: var(--accent-color, #d4af37);
  font-size: 1rem;
}

.next-concert__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.next-concert__description {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.next-concert__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: auto;
}

.next-concert__actions .btn-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}

.next-concert__actions .btn-lg i {
  margin-right: 0.5rem;
}

/* Next Concert Responsive */
@media (max-width: 768px) {
  .next-concert-section {
    padding: 2.5rem 0;
  }

  .next-concert-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .next-concert__poster {
    min-height: 360px;
    max-height: 70vh;
    padding: 1.25rem 1.25rem 0;
  }

  .next-concert__info {
    padding: 1.5rem;
  }

  .next-concert__date-location {
    flex-direction: column;
    gap: 0.75rem;
  }

  .next-concert__actions {
    flex-direction: column;
  }

  .next-concert__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== NEXT CONCERT TEASER (no poster yet) ===== */
.next-concert-card--teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3.5rem 2rem;
  gap: 0;
}

.next-concert-card--teaser .next-concert__badge {
  position: static;
  display: inline-flex;
  margin-bottom: 2rem;
}

.next-concert__teaser-icon {
  font-size: 2.75rem;
  color: var(--accent-color, #d4af37);
  opacity: 0.55;
  margin-bottom: 1.25rem;
}

.next-concert-card--teaser .next-concert__title {
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  margin-bottom: 1.5rem;
}

.next-concert-card--teaser .next-concert__date-location {
  justify-content: center;
  margin-bottom: 2rem;
}

.next-concert-card--teaser .next-concert__actions {
  justify-content: center;
}

/* ===== HIGHLIGHTS SECTION (Content-Rich Previews) ===== */
.highlights-section {
  padding: 4rem 0 3rem;
  background: transparent;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

/* Highlight Card */
.highlight-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.highlight-card:hover {
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.highlight-card__image {
  position: relative;
  width: 100%;
  min-height: 140px;
  max-height: 220px;
  background: #1a1a1a;
}

.highlight-card__image img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
  background: #111;
  transition: transform 0.4s ease;
}

.highlight-card:hover .highlight-card__image img {
  transform: scale(1.05);
}

/* Press card - newspaper vignette effect */
.highlight-card__image--press {
  position: relative;
}

.highlight-card__image--press::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 30%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
}

.highlight-card__image--press img {
  filter: sepia(15%) contrast(1.05);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.highlight-card--press:hover .highlight-card__image--press img {
  filter: sepia(5%) contrast(1.1);
}

.highlight-card__content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.highlight-card__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-color, #d4af37);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.highlight-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.highlight-card__excerpt {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.5;
}

.highlight-card__cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent-color, #d4af37);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.5rem;
  transition: gap 0.3s ease;
}

.highlight-card:hover .highlight-card__cta {
  gap: 0.6rem;
}

/* Quick Links Grid - Premium Cards with Hero Images */
.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.quick-link-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-link-card__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.quick-link-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0a0a0a;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-link-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.3) 100%
  );
  transition: background 0.4s ease;
}

.quick-link-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.quick-link-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

.quick-link-card__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

/* Hover Effects */
.quick-link-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-8px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(212, 175, 55, 0.15);
}

.quick-link-card:hover .quick-link-card__bg img {
  transform: scale(1.08);
}

.quick-link-card:hover .quick-link-card__overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.quick-link-card:hover .quick-link-card__title {
  color: var(--accent-gold, #d4af37);
}

/* Gold accent line on hover */
.quick-link-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold, #d4af37), transparent);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-link-card:hover::after {
  transform: scaleX(1);
}

/* Repertoire Card - 3 Composers Collage */
.quick-link-card--composers .quick-link-card__bg--composers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  height: 100%;
}

.composer-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0a0a0a;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  filter: grayscale(30%);
}

.quick-link-card--composers:hover .composer-portrait-img {
  filter: grayscale(0%);
}

.quick-link-card--composers:hover .composer-portrait-img {
  transform: scale(1.05);
}

/* Highlights Responsive */
@media (max-width: 900px) {
  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .highlight-card {
    flex-direction: row;
  }

  .highlight-card__image {
    width: 140px;
    height: auto;
    min-height: 140px;
    flex-shrink: 0;
  }

  .highlight-card__content {
    padding: 1rem;
  }

  .quick-links-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .quick-link-card {
    aspect-ratio: 21 / 9;
  }

  .quick-link-card__content {
    padding: 1.25rem;
  }

  .quick-link-card__title {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .highlights-section {
    padding: 3rem 0 2rem;
  }

  .highlight-card {
    flex-direction: column;
  }

  .highlight-card__image {
    width: 100%;
    height: 160px;
  }

  .quick-links-grid {
    gap: 0.75rem;
    padding: 1.5rem 0;
  }

  .quick-link-card {
    aspect-ratio: 16 / 7;
  }

  .quick-link-card__content {
    padding: 1rem;
  }

  .quick-link-card__title {
    font-size: 1.15rem;
  }

  .quick-link-card__subtitle {
    font-size: 0.75rem;
  }
}

/* ===== PROJECTS COMPACT ===== */
.projects-section--compact {
  padding: 3rem 0;
  background: rgba(0, 0, 0, 0.2);
}

.projects-grid-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.project-card-compact {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.project-card-compact:hover {
  border-color: rgba(212, 175, 55, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.project-card-compact--coming-soon {
  opacity: 0.7;
}

.project-badge-small {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(212, 175, 55, 0.2);
  color: var(--accent-color, #d4af37);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  z-index: 1;
}

.project-image-compact {
  min-height: 100px;
  max-height: 180px;
}

.project-image-compact img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
  background: #111;
}

.project-card-compact:hover .project-image-compact img {
  transform: scale(1.08);
}

.project-content-compact {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.project-title-compact {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.project-desc-compact {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin: 0;
}

.project-content-compact .btn-small {
  align-self: flex-start;
  margin-top: 0.5rem;
}

/* Projects Responsive */
@media (max-width: 600px) {
  .projects-section--compact {
    padding: 2.5rem 0;
  }

  .projects-grid-compact {
    grid-template-columns: 1fr;
  }

  .project-image-compact {
    height: 120px;
  }
}

/* ===== NEWSLETTER SECTION ===== */
.newsletter-section {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, rgba(25, 25, 25, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.newsletter-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.newsletter-box h2,
.newsletter-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.newsletter-box p,
.newsletter-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto 1.5rem;
}

.newsletter-input {
  flex: 1;
  padding: 1rem 1.5rem;
  background: rgba(26, 26, 26, 0.8);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: var(--text-primary);
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--accent-gold);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.3);
}

.newsletter-input::placeholder {
  color: var(--text-muted);
}

.newsletter-message {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.newsletter-message--success {
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  color: #4caf50;
}

.newsletter-message--error {
  background: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.3);
  color: #f44336;
}

/* Newsletter button - fix text visibility */
.newsletter-btn {
  min-width: 140px;
  padding: 1rem 1.5rem;
}

.newsletter-btn .btn-text,
.newsletter-btn .btn-loading {
  color: #181818 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 700;
}

.newsletter-btn .btn-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.newsletter-btn .loading-inline__dot {
  background: #181818;
}

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

@media (max-width: 1200px) {
  .composer-card--featured {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .intro-personal-section::after {
    font-size: 12rem;
    left: -10%;
  }

  .intro-content {
    padding: 2.5rem 2rem;
  }

  .intro-text {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .concert-hero-card {
    grid-template-columns: 1fr;
  }

  .concert-hero-media {
    min-height: 300px;
  }

  .concert-hero-content {
    padding: 2rem;
  }

  .concert-card-compact {
    grid-template-columns: 1fr;
  }

  .concert-compact-media {
    width: 100%;
    height: 200px;
  }

  .concert-compact-content {
    padding: 1.5rem;
  }

  .concert-compact-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  /* Fix projects cards in mobile */
  .projects-grid-new {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .intro-personal-section::after {
    font-size: 8rem;
    left: -20%;
  }

  .intro-content {
    padding: 2rem 1.5rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .updates-grid {
    grid-template-columns: 1fr;
  }

  .concert-actions-hero {
    flex-direction: column;
  }

  /* Fix projects cards - force single column on small screens */
  .projects-grid-new {
    grid-template-columns: 1fr !important;
    padding: 0 1rem;
  }

  .project-card {
    max-width: 100%;
  }

  /* Reduce font-size for card titles on mobile */
  .update-title,
  .project-title,
  .composer-name,
  .concert-compact-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .concert-title-large {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .concert-description-preview {
    font-size: 1rem;
    margin: 1rem 0 1.5rem;
  }
}

/* ===== GALLERY PREVIEW SECTION ===== */

.gallery-preview-section {
  padding: 6rem 0;
  background: var(--bg-primary);
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.gallery-photo-card {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 12px;
  background: #0a0a0a;
  border: 1px solid var(--border-subtle);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-photo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.gallery-photo-card:hover::before {
  opacity: 1;
}

.gallery-photo-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-gold);
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.2);
}

.gallery-photo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-photo-card:hover .gallery-photo-img {
  transform: scale(1.08);
}

.gallery-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, transparent 100%);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.gallery-photo-card:hover .gallery-photo-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-collection-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}

/* ===== GALLERY COLLECTIONS GRID (2026) ===== */
.gallery-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery-collection-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.gallery-collection-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-collection-card:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.15);
}

.gallery-collection-card:hover::before {
  opacity: 1;
}

.gallery-collection-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.gallery-collection-card__icon i {
  font-size: 1.5rem;
  color: var(--accent-gold);
  transition: transform 0.3s ease;
}

.gallery-collection-card:hover .gallery-collection-card__icon {
  background: rgba(212, 175, 55, 0.2);
}

.gallery-collection-card:hover .gallery-collection-card__icon i {
  transform: scale(1.15);
}

.gallery-collection-card__content {
  flex: 1;
  min-width: 0;
}

.gallery-collection-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 0.25rem;
  letter-spacing: 0.01em;
}

.gallery-collection-card__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  margin: 0;
}

.gallery-collection-card__arrow {
  color: rgba(212, 175, 55, 0.5);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.gallery-collection-card:hover .gallery-collection-card__arrow {
  color: var(--accent-gold);
  transform: translateX(4px);
}

/* Type-specific accents */
.gallery-collection-card--photos .gallery-collection-card__icon {
  background: rgba(212, 175, 55, 0.12);
}

.gallery-collection-card--videos .gallery-collection-card__icon {
  background: rgba(220, 38, 38, 0.08);
}

.gallery-collection-card--videos .gallery-collection-card__icon i {
  color: #ef4444;
}

.gallery-collection-card--audio .gallery-collection-card__icon {
  background: rgba(139, 92, 246, 0.08);
}

.gallery-collection-card--audio .gallery-collection-card__icon i {
  color: #8b5cf6;
}

/* Responsive gallery collections */
@media (max-width: 900px) {
  .gallery-collections-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 500px;
  }

  .gallery-collection-card {
    padding: 1.25rem 1.5rem;
  }

  .gallery-collection-card__icon {
    width: 48px;
    height: 48px;
  }

  .gallery-collection-card__icon i {
    font-size: 1.25rem;
  }

  .gallery-collection-card__title {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  .gallery-preview-section {
    padding: 4rem 0;
  }
}

/* ===== DYNAMIC GALLERY COLLECTIONS WITH COVER IMAGES ===== */
.gallery-collections-grid--dynamic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
}

.gallery-collections-grid--dynamic .gallery-collection-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  aspect-ratio: 3/4;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.gallery-collection-card__cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
}

.gallery-collection-card__cover img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.gallery-collection-card:hover .gallery-collection-card__cover img {
  transform: scale(1.08);
}

.gallery-collection-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.1) 100%
  );
  transition: opacity 0.3s ease;
}

.gallery-collection-card:hover .gallery-collection-card__overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.gallery-collection-card__cover--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-elevated) 100%);
}

.gallery-collection-card__cover--placeholder i {
  font-size: 4rem;
  color: var(--accent-gold);
  opacity: 0.5;
}

.gallery-collection-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gallery-collection-card__type {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-gold);
  opacity: 0.9;
}

.gallery-collection-card__type i {
  font-size: 0.65rem;
}

.gallery-collections-grid--dynamic .gallery-collection-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.gallery-collection-card__count {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Dynamic grid with >3 collections: first 3 larger */
.gallery-collections-grid--dynamic:has(:nth-child(4)) {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.gallery-collections-grid--dynamic:has(:nth-child(4)) .gallery-collection-card {
  aspect-ratio: 4/3;
}

/* Responsive dynamic gallery */
@media (max-width: 900px) {
  .gallery-collections-grid--dynamic {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .gallery-collections-grid--dynamic {
    grid-template-columns: 1fr;
  }

  .gallery-collections-grid--dynamic .gallery-collection-card {
    aspect-ratio: 16/9;
  }

  .gallery-collections-grid--dynamic .gallery-collection-card__title {
    font-size: 1.3rem;
  }
}

/* Legacy gallery photo grid (keep for fallback) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.gallery-cta {
  text-align: center;
  margin-top: 3rem;
}

/* ===== ACCESSIBILITY ===== */

@media (prefers-reduced-motion: reduce) {
  .stat-card,
  .update-card,
  .composer-card,
  .concert-hero-card,
  .concert-card-compact,
  .project-card,
  .gallery-photo-card {
    transition: none !important;
    animation: none !important;
  }

  .stat-card::before,
  .update-card::before,
  .composer-card::before,
  .concert-hero-card::before,
  .concert-card-compact::before,
  .project-card::before,
  .gallery-photo-card::before {
    transition: none !important;
  }

  .gallery-photo-img,
  .gallery-photo-overlay {
    transition: none !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .stat-card,
  .update-card,
  .composer-card,
  .concert-hero-card,
  .concert-card-compact,
  .project-card,
  .gallery-photo-card {
    border-width: 2px;
  }
}

/* ===== IMAGE PRESERVATION - CLS Prevention ===== */
/* Ensures images maintain aspect ratio and don't get cut or deformed */
/* Using object-fit: contain to show full image without cutting */

/* Concert poster - show full image */
.next-concert__poster img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Card images - contain to show full image */
.highlight-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Quick link background images - contain */
.quick-link-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Composer portraits - these can be cover since they're circular crops */
.composer-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Project images - contain to show full */
.project-image-compact img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* News cover images - contain */
.news-card__image img,
.update-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Gallery images - contain */
.gallery-photo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* /css/pages/home/home-projects.css */
/* ===== PROJECTS SECTION - Modern Glassmorphism Cards ===== */
/* MODIFIED: 2025-11-10 14:30 - TESTING CACHE ISSUE */

/* Griglia progetti */
.projects_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  justify-items: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

/* Card con glassmorphism e gradient border */
.project_box {
  position: relative;
  width: 100%;
  max-width: 380px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  /* Glassmorphism background - usa variables */
  background: var(--card-bg-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Gradient border effect */
  border-radius: 14px;
  border: var(--card-border);

  /* Multi-layer shadows for depth */
  box-shadow: var(--card-shadow);

  /* Smooth transitions */
  transition: all 0.4s var(--ease-smooth);
  cursor: pointer;

  /* Prepare for animations */
  will-change: transform, box-shadow, border-color;
}

/* Hover overlay - Portfolio style */
.project_box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  opacity: 0;
  transition: opacity 0.4s var(--ease-smooth);
  pointer-events: none;
  z-index: 1;
}

/* Icona link centrale overlay */
.project_box::after {
  content: '↗';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  font-size: 3.5rem;
  color: var(--accent-color);
  font-weight: 300;
  opacity: 0;
  transition: all 0.4s var(--ease-smooth);
  pointer-events: none;
  z-index: 2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

/* Hover effects - uniformato con overlay */
.project_box:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: var(--card-shadow-hover);
}

/* Mostra overlay scuro */
.project_box:hover::before {
  opacity: 1;
}

/* Mostra icona link */
.project_box:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Focus state for accessibility */
.project_box:focus-within {
  outline: 2px solid rgba(212, 175, 55, 0.5);
  outline-offset: 4px;
}

/* Project image with glow effect */
.project_img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5em;
  background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;

  /* Enhanced shadow with gold accent */
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.25),
    0 0 0 3px rgba(212, 175, 55, 0.1),
    0 0 20px rgba(212, 175, 55, 0.08);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project_box:hover .project_img {
  transform: scale(1.08) rotate(2deg);
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.35),
    0 0 0 4px rgba(212, 175, 55, 0.2),
    0 0 32px rgba(212, 175, 55, 0.15);
}

.project_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

.project_box h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-family: 'Montserrat', sans-serif;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 0.6em;
  margin-top: 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
  position: relative;
  z-index: 0;

  /* Subtle text glow */
  text-shadow: 0 2px 12px rgba(212, 175, 55, 0.15);

  transition: text-shadow 0.3s ease;
}

.project_box:hover h3 {
  text-shadow: 0 2px 16px rgba(212, 175, 55, 0.3);
}

.project_desc {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: rgba(244, 238, 212, 0.9);
  margin-bottom: 1.5em;
  min-height: 3em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 0;
}

/* Nascondi pulsanti visivamente ma mantienili nel DOM per il JS */
.project_links {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ===== CARD CORO RARO - Stile Collaborazione ===== */
/* Card differente per Coro Raro (meno "mio progetto", più "collaborazione") */

/* Nascondi cerchietto logo */
#project_cororaro .project_img {
  display: none;
}

/* Nascondi titolo e descrizione - il logo parla da solo */
#project_cororaro h3,
#project_cororaro .project_desc {
  display: none;
}

/* Background più scuro per contrastare con logo trasparente */
#project_cororaro {
  background: linear-gradient(
    135deg,
    rgba(15, 15, 15, 0.98) 0%,
    rgba(20, 20, 20, 0.95) 100%
  );
  padding: 3rem 2rem 2.5rem;
  overflow: hidden;
  min-height: 280px; /* Mantieni altezza per il logo */
}

/* Logo centrale - ben visibile */
#project_cororaro::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 200px;
  height: 80%;
  background-image: url('/img/projects/cororaro_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Al hover diventa completamente opaco */
#project_cororaro:hover::before {
  opacity: 1;
}

/* Badge Coming Soon */
.project_badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.project_badge--coming-soon {
  background: linear-gradient(135deg, #d4af37 0%, #c9a227 100%);
  color: #1a1a1a;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.7);
  }
}

/* Coming Soon card - disabilita hover effects */
.project_box--coming-soon {
  cursor: default;
  opacity: 0.85;
}

.project_box--coming-soon:hover {
  transform: none;
  box-shadow: var(--card-shadow);
}

.project_box--coming-soon:hover::before,
.project_box--coming-soon:hover::after {
  opacity: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .projects_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .project_box {
    max-width: 100%;
    padding: 2rem 1.5rem;
  }

  /* Show full images on mobile */
  .project_img img {
    object-fit: contain;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project_box,
  .project_box::before,
  .project_box::after,
  .project_img,
  .project_box h3 {
    transition: none !important;
    animation: none !important;
  }
}

/* /css/pages/home/home-contact.css */
/* ==========================================================================
   Home – Mini Contacts
   Convenzioni: ID snake_case, classi kebab-case
   Sezione: #contact_home
   ========================================================================== */

/* In rari casi (lightbox chiusa male) lo scroll può restare bloccato:
   qui lo riabilitiamo in modo non invasivo per la sola Home. */
   html, body { overflow-y: auto !important; }

   /* Se il footer è fixed/sticky, teniamo margine/padding di sicurezza anche su <main>.
      (Questo file è caricato SOLO in Home, quindi non impatta le altre pagine.) */
   #main_content { padding-bottom: calc(var(--footer-safe, 120px) + 16px); }
   
   /* Sezione contatti */
   #contact_home {
     max-width: var(--max-width);
     margin: 0 auto;
     padding: var(--section-padding);
   }
   
   /* titolo sezione usa già .section-title dal tuo base.css */
   
   /* riga contatti compatta e centrata */
   #contact_home .contact-mini {
     margin-top: 0.75rem;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 0.75rem;
     flex-wrap: wrap;
     font-family: var(--font-ui, Montserrat, Arial, sans-serif);
     font-size: 1.05rem;
   }
   
   /* email evidenziata */
   #contact_home .contact-mail {
     font-weight: 700;
     color: #fffbe9;
     text-decoration: none;
     border-bottom: 1px dotted transparent;
   }
   #contact_home .contact-mail:hover { border-bottom-color: currentColor; }
   
   /* separatore semplice */
   #contact_home .separator { opacity: .6; user-select: none; }
   
   /* link “tutti i contatti” come link-bottone sottile (stili bottoni già globali) */
   #contact_home .contact-all {
     text-decoration: none;
     border-bottom: 1px dotted transparent;
   }
   #contact_home .contact-all:hover { border-bottom-color: currentColor; }
   
   /* Spaziatore anti-footer (semplice e robusto) */
   .footer-spacer { height: 0; }
   
   /* Responsive */
   @media (max-width: 640px) {
     #contact_home { padding: 2rem 1rem; }
     #contact_home .contact-mini { font-size: 1rem; gap: 0.6rem; }
   }
   
/* /css/pages/home/home-z-enhancements.css */
/* ===== HOME PAGE 2025 ENHANCEMENTS ===== */
/* Visible, attractive improvements that work */

/* Subtle background to create depth */
body {
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1510 100%);
}

/* Better spacing and visual hierarchy */
#projects,
#news_section,
#latest_videos,
#bandcamp_section,
#upcoming_concerts,
#contact_home {
  margin-bottom: 8rem;
  padding: 3rem 1.5rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.02) 0%, rgba(212,175,55,0.03) 100%);
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

/* Section title enhancements - font styles from base.css */
.section-title {
  margin-bottom: 3.5rem;
  position: relative;
  padding-bottom: 1.5rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
  border-radius: 2px;
}

/* Cards with better depth and hover */
.project_box,
.news-grid article,
.video-item,
.concert-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project_box:hover,
.news-grid article:hover,
.video-item:hover,
.concert-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2),
              0 0 0 1px rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.05);
  border-color: rgba(212, 175, 55, 0.4);
}

/* Much more visible CTAs */
.section-cta {
  text-align: center;
  margin-top: 4rem;
}

.btn-link {
  padding: 1.2rem 3rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(212,175,55,0.1), rgba(212,175,55,0.2));
  border: 2px solid var(--accent-color);
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.btn-link:hover::before {
  left: 100%;
}

.btn-link:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.3));
  border-color: #f4eed4;
}

/* ===== EMPTY STATES - MORE ELEGANT ===== */
.empty-state {
  padding: 4rem 2rem;
  text-align: center;
  color: rgba(244, 238, 212, 0.5);
  font-size: 1.05rem;
  font-style: italic;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* ===== SUBTLE PARALLAX DEPTH ===== */
/* Different sections move at slightly different speeds on scroll */
@media (prefers-reduced-motion: no-preference) {
  #projects {
    transform: translateZ(0);
    will-change: transform;
  }

  #news_section {
    transform: translateZ(0);
    will-change: transform;
  }
}

/* ===== MICRO-INTERACTIONS ===== */
/* Enhanced hover states for all interactive elements */
a, button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth focus states for accessibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Removed overly dramatic separators */

/* ===== GRID IMPROVEMENTS ===== */
/* Better spacing and alignment for all grids */
.projects_grid,
.news-grid,
.video-grid,
.concerts-list {
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

/* ===== LOADING STATES ===== */
/* Skeleton screens for better perceived performance */
@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.4;
  }
}

/* ===== SCROLLBAR STYLING (subtle, premium) ===== */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.6) 0%,
    rgba(212, 175, 55, 0.3) 100%
  );
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.8) 0%,
    rgba(212, 175, 55, 0.5) 100%
  );
}

/* ===== ENHANCED TYPOGRAPHY ===== */
/* Better readability and visual hierarchy */
p {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* ===== ACCESSIBILITY ===== */
/* Respect user preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  main section {
    animation: none !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .section-title::after {
    height: 4px;
  }

  a:focus-visible,
  button:focus-visible {
    outline-width: 3px;
  }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
/* GPU acceleration for smooth animations */
main section,
.btn-link,
.project_box,
.news-grid article,
.video-item {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Cleanup will-change after animation */
@media (hover: hover) {
  .btn-link:not(:hover),
  .project_box:not(:hover),
  .news-grid article:not(:hover),
  .video-item:not(:hover) {
    will-change: auto;
  }
}

/* /css/pages/home/home-reset.css */
/* Reset base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, html {
  min-height: 100vh;
  height: 100%;
  margin: 0;
  padding: 0;
}

main {
  min-height: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 100vw;
  background: none;
}

section {
  max-width: 100vw;
}
/* /css/pages/home/home-bandcamp.css */
/* ===== BANDCAMP SECTION - Modern & Elegant ===== */

#bandcamp_section {
  max-width: var(--max-width, 1400px);
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, #0f0f0f 0%, #181818 100%);
  position: relative;
  text-align: center;
}

/* Subtle background glow */
#bandcamp_section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 30%, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

#bandcamp_section .bandcamp-embed {
  position: relative;
  z-index: 1;
}

#bandcamp_section .bandcamp-embed__inner {
  display: flex;
  justify-content: center;
  align-items: center;

  /* Modern container with glassmorphism - usa variables */
  background: var(--card-bg-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: var(--card-border);
  border-radius: 14px;
  padding: 2rem;

  /* Enhanced shadows */
  box-shadow: var(--card-shadow);

  max-width: 800px;
  margin: 0 auto;
  transition: box-shadow 0.3s var(--ease-smooth), border-color 0.3s var(--ease-smooth);
}

#bandcamp_section .bandcamp-embed__inner:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: var(--card-shadow-hover);
}

/* Forza l'iframe di Bandcamp a essere responsive sovrascrivendo stili inline */
#bandcamp_section iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 120px;
  aspect-ratio: 350 / 470; /* aspect ratio tipico album */
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

/* Adatta aspect ratio in base all'altezza originale dell'embed */
@supports (aspect-ratio: 1) {
  #bandcamp_section iframe[style*="height:470"] {
    aspect-ratio: 350 / 470;
  }
  #bandcamp_section iframe[style*="height:588"] {
    aspect-ratio: 350 / 588;
  }
  #bandcamp_section iframe[style*="height:786"] {
    aspect-ratio: 350 / 786;
  }
  #bandcamp_section iframe[style*="height:42"] {
    aspect-ratio: 350 / 42;
    min-height: 42px;
  }
}

/* Placeholder quando marketing non consentito */
#bandcamp_section .consent-placeholder {
  text-align: center;
  padding: 3rem 2rem;
  margin: 2rem auto;
  max-width: 600px;

  /* Glassmorphism - usa variables */
  background: var(--card-bg-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: var(--card-border);
  border-radius: 14px;
  box-shadow: var(--card-shadow);
}

#bandcamp_section .consent-placeholder .bc-placeholder-text {
  color: rgba(231, 219, 182, 0.9);
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

@media (max-width: 640px) {
  #bandcamp_section {
    padding: 2.5rem 1rem;
  }

  #bandcamp_section .bandcamp-embed__inner {
    padding: 1rem 0.75rem;
  }

  #bandcamp_section .consent-placeholder {
    padding: 2rem 1.5rem;
  }

  /* Embed Bandcamp responsive su mobile */
  #bandcamp_section iframe {
    min-height: 350px;
    aspect-ratio: 1 / 1.4; /* proporzione più compatta su mobile */
  }
}
  
/* /css/pages/home/home-concerts.css */
/* ===== CONCERTS SECTION - Modern & Elegant ===== */

#upcoming_concerts {
  max-width: var(--max-width, 1400px);
  margin: auto;
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, #181818 0%, #0f0f0f 100%);
  position: relative;
  text-align: center;
}

/* Subtle radial glow */
#upcoming_concerts::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.025) 0%, transparent 65%);
  pointer-events: none;
}

/* Griglia card */
#concerts_list.concerts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.5rem, 3vw, 2rem);
  align-items: stretch;
  position: relative;
  z-index: 1;
}

/* Card concerto con glassmorphism */
.concert-card {
  /* Glassmorphism background - usa variables */
  background: var(--card-bg-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Gold accent border */
  border: var(--card-border);
  border-radius: 14px;

  /* Multi-layer shadows */
  box-shadow: var(--card-shadow);

  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--ease-smooth);
  cursor: pointer;
  will-change: transform, box-shadow, border-color;
}

.concert-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: var(--card-shadow-hover);
}
  
/* Poster intero (letterbox) con effetto overlay */
.concert-card .concert-media {
  position: relative;
  background: linear-gradient(180deg, #0a0a0a 0%, #0f0f0f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  overflow: hidden;
}

/* Subtle vignette overlay on poster */
.concert-card .concert-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.concert-card:hover .concert-media::after {
  opacity: 0.5;
}

.concert-card .concert-poster {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease;
  filter: brightness(0.95);
}

.concert-card:hover .concert-poster {
  transform: scale(1.05);
  filter: brightness(1);
}
  
/* Testi con enhanced typography */
.concert-card .concert-content {
  padding: 1.2rem 1.3rem 1.3rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.concert-card .concert-meta {
  margin: 0 0 0.6rem;
  color: rgba(231, 219, 182, 0.9);
  line-height: 1.4;
}

.concert-card .concert-date {
  font-weight: 700;
  color: var(--accent-color);
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);

  /* Subtle glow */
  text-shadow: 0 2px 10px rgba(212, 175, 55, 0.15);
  transition: text-shadow 0.3s ease;
}

.concert-card:hover .concert-date {
  text-shadow: 0 2px 14px rgba(212, 175, 55, 0.25);
}

.concert-card .concert-place {
  font-size: clamp(0.92rem, 1.7vw, 1rem);
  opacity: 0.88;
  letter-spacing: 0.01em;
}

.concert-card .concert-title {
  margin: 0.5rem 0 0.7rem;
  color: #fffbe9;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* Azioni nella card (solo layout; stile bottoni ereditato) */
.concert-card .concert-actions {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}

/* CTA globale */
#upcoming_concerts .section-cta {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
  
  /* Responsive */
  @media (max-width: 960px) { .concert-card .concert-media { height: 230px; } }
  @media (max-width: 640px) { #upcoming_concerts { padding: 2.2rem 1rem; } .concert-card .concert-media { height: 210px; } }
  
  /* ==========================================================================
     LIGHTBOX (Home concerts)
     ========================================================================== */
  
  .concert-lightbox.hidden { display: none; }
  .concert-lightbox { position: fixed; inset: 0; z-index: 1100; }
  .concert-lightbox .lightbox-backdrop { position: absolute; inset: 0; background: rgba(10,10,10,.82); backdrop-filter: blur(2px); }
  .concert-lightbox .lightbox-dialog {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: min(980px, 92vw); max-height: 86vh; background: #171515;
    border: 2px solid var(--accent-color, #cba135); border-radius: 16px; box-shadow: 0 18px 52px rgba(0,0,0,.55);
    overflow: hidden; outline: none;
  }
  .concert-lightbox .lightbox-close { position: absolute; top: .4rem; right: .5rem; z-index: 2; }
  .concert-lightbox .lightbox-content { display: grid; grid-template-columns: 1fr 1.1fr; max-height: 86vh; overflow: auto; }
  .concert-lightbox .lb-body { display: contents; }
  .concert-lightbox .lb-media {
    background: #0f0f0f; padding: 1rem; display: flex; align-items: center; justify-content: center;
  }
  .concert-lightbox .lb-media img {
    max-width: 100%; max-height: 80vh; width: auto; height: auto; object-fit: contain; display: block;
    border-radius: 10px; box-shadow: 0 2px 16px rgba(0,0,0,.45);
  }
  .concert-lightbox .lb-info { padding: 1.1rem 1.2rem 1.2rem; overflow: auto; }
  .concert-lightbox .lb-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin: 0 0 .6rem; color: #fffbe9; }
  .concert-lightbox .lb-meta { list-style: none; padding: 0; margin: 0 0 .8rem; color: #e7dbb6; line-height: 1.4; }
  .concert-lightbox .lb-program h4, .concert-lightbox .lb-notes h4 { margin: .5rem 0 .3rem; color: var(--accent-color, #cba135); }
  .concert-lightbox .lb-program pre {
    white-space: pre-wrap; font-family: inherit; color: #f0e6c1; background: #111; border: 1px solid #2a2418;
    border-radius: 8px; padding: .6rem .75rem;
  }
  .concert-lightbox .lb-actions { margin-top: .8rem; display: flex; gap: .6rem; flex-wrap: wrap; }
  
  @media (max-width: 960px) { .concert-lightbox .lightbox-content { grid-template-columns: 1fr; } }
  
/* /css/pages/home/home-news.css */
/* ===== NEWS SECTION - Modern & Elegant ===== */
#news_section {
  width: 100%;
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, #0f0f0f 0%, #181818 100%);
  text-align: center;
  position: relative;
}

/* Subtle background pattern overlay */
#news_section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* Grid (modern glassmorphism cards) */
.home-news .news-grid {
  --col: minmax(300px, 1fr);
  display: grid;
  grid-template-columns: repeat(auto-fit, var(--col));
  gap: clamp(1.5rem, 3vw, 2rem);
  align-items: stretch;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

/* Single card still compact & centered */
.home-news .news-grid:only-child,
.home-news .news-grid:has(> :only-child) {
  max-width: 720px;
}

.home-news .news-card { margin: 0; }

.home-news .news-card__body {
  display: flex;
  gap: 1.2rem;
  padding: 1rem;

  /* Glassmorphism background - usa variables */
  background: var(--card-bg-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* Modern border with gold accent */
  border: var(--card-border);
  border-radius: 14px;

  /* Enhanced shadows */
  box-shadow: var(--card-shadow);

  transition: all 0.35s var(--ease-smooth);
  cursor: pointer;
}

.home-news .news-card__body:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: var(--card-shadow-hover);
}

.home-news .news-card__media {
  flex: 0 0 42%;
  max-width: 42%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Subtle border highlight */
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.3);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-news .news-card__body:hover .news-card__media {
  transform: scale(1.03);
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.2),
    0 6px 18px rgba(0, 0, 0, 0.4);
}

.home-news .news-card__media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

.home-news .news-card__body:hover .news-card__media img {
  transform: scale(1.05);
}

.home-news .news-card__content { flex: 1; min-width: 0; text-align: left; }

.home-news .news-card__title {
  font-size: clamp(1.1rem, 2.2vw, 1.25rem);
  line-height: 1.3;
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: var(--accent-color);

  /* Subtle glow */
  text-shadow: 0 2px 10px rgba(212, 175, 55, 0.1);

  transition: text-shadow 0.3s ease;
}

.home-news .news-card__body:hover .news-card__title {
  text-shadow: 0 2px 14px rgba(212, 175, 55, 0.2);
}

.home-news .news-card__meta {
  font-size: 0.88rem;
  color: rgba(212, 175, 55, 0.7);
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}

.home-news .news-card__excerpt {
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  line-height: 1.55;
  max-height: 4.2em; /* ~3 lines */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(244, 238, 212, 0.85);
}

.home-news .news-card__tags { display: none; }
.home-news .news-card__cta { margin-top: 0.6rem; }

@media (max-width: 880px){
  .home-news .news-card__body { flex-direction: column; }
  .home-news .news-card__media { flex-basis: auto; max-width: 100%; width: 100%; }
}

/* ===== Modal News (overlay) – kept from legacy for future use ===== */
.news-modal.hidden { display: none; }
.news-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  grid-template-rows: 1fr;
}
.news-modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.news-modal_dialog {
  position: relative;
  margin: 6vh auto;
  width: min(900px, 92vw);
  max-height: 88vh;
  overflow: auto;
  background: #1e1e1e;
  border-radius: 16px;
  padding: 1.2rem 1.2rem 1.4rem;
  box-shadow: 0 16px 50px rgba(0,0,0,0.35);
}
#news_modal_close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 10px;
}
.news-modal_body { color: #fff; }
.news_post_fragment .news_post_date { color: #ffefaa; margin: .25rem 0 .75rem; }
.news_post_fragment img { max-width: 100%; height: auto; display: block; margin: .4rem 0; }

/* Reset bullets/padding for teaser list */
.home-news .news-grid,
.home-news .news-grid > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* /css/pages/home/home-video.css */
/* ===== VIDEOS SECTION - Modern & Elegant ===== */

#latest_videos {
  text-align: center;
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem);
  max-width: var(--max-width, 1400px);
  margin: auto;
  background: linear-gradient(180deg, #181818 0%, #0f0f0f 100%);
  position: relative;
}

/* Subtle radial overlay */
#latest_videos::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 60%);
  pointer-events: none;
}

/* Titolo sezione: ereditato da .section-title globale */

/* Force grid layout on #youtube_videos with higher specificity */
#latest_videos #youtube_videos.video-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px)) !important;
  gap: clamp(1.5rem, 3vw, 2rem) !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-top: 2rem;
}

/* Ensure video items don't overflow */
#latest_videos #youtube_videos.video-grid .video-item {
  width: 100% !important;
  max-width: 340px !important;
}

/* CTA "Tutti i video" */
.section-cta {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
  
/* /css/pages/home/home-responsive.css */
/* Home Responsive */

/* Concerts */
@media (max-width: 700px) {
  .concerts_more_btn {
    padding: 0.48em 1.6em;
    font-size: 1em;
  }
  #concerts_home {
    flex-direction: column;
    gap: 4vw;
    max-width: 99vw;
  }
  #concerts_home .concert_block {
    max-width: 420px;
    margin: 0 auto 2vw auto;
  }
}

/* Hero adjustments — harmonized with home-hero.css */
@media (max-width: 700px) {
  /* Keep the box centered; fine-tune via translate only (no top override) */
  #hero_box {
    transform: translate(-50%, -48%);
    max-width: 92vw;
  }
  /* Hybrid scaling: bound by the smaller between vw and dvh */
  #hero_section {
    --hero-name-size: clamp(2rem, min(6.2vw, 7.5dvh), 3.8rem);
    --hero-role-size: clamp(0.95rem, min(2.9vw, 3.3dvh), 1.4rem);
    --hero-claim-size: clamp(0.95rem, min(2.7vw, 3.1dvh), 1.3rem);
  }
}

@media (max-width: 420px) {
  /* Maintain centered positioning; slight offset only */
  #hero_box { transform: translate(-50%, -46%); }
}

/* Landscape-wide harmonization: keep text proportional when height is small */
@media (orientation: landscape){
  #hero_section {
    --hero-name-size: clamp(2rem, min(4.8vw, 6.8dvh), 3.6rem);
    --hero-role-size: clamp(0.95rem, min(2.2vw, 2.8dvh), 1.35rem);
    --hero-claim-size: clamp(0.95rem, min(2.1vw, 2.6dvh), 1.25rem);
  }
  /* keep the torso framing: slightly lower and a bit narrower */
  #hero_box { transform: translate(-50%, -44%); width: min(80vw, 600px); }
}

/* Extra low-height landscape (phones rotated full-screen) */
@media (orientation: landscape) and (max-height: 480px){
  #hero_section {
    --hero-name-size: clamp(1.8rem, min(4.2vw, 6dvh), 3.2rem);
    --hero-role-size: clamp(0.9rem,  min(2.0vw, 2.6dvh), 1.25rem);
    --hero-claim-size: clamp(0.9rem,  min(1.9vw, 2.4dvh), 1.2rem);
  }
}

/* Videos list grid adjustments */
@media (max-width: 600px) {
  #youtube_videos .video-title {
    max-width: 90vw;
    font-size: 0.97rem;
  }
}

@media (max-width: 700px) {
  .video_list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .video_thumb {
    border-radius: 6px;
  }
  .lightbox_video_content {
    max-width: 99vw;
  }
}

/* News section responsive */
@media (max-width: 768px) {
  .news_list {
    max-width: 99vw;
  }
}

/* Contact mini adjustments */
@media (max-width: 600px) {
  .contatti_mini {
    flex-direction: column;
    gap: 1rem;
  }
}
