/* ============================================================================
   UNDER 30 — stile dedicato (ispirato a under26.it), tutto sotto .under30
   CLAUDE: ogni regola è scoped sotto .under30 per non interferire con il sito
   (e viceversa). Immagini decorative via url(../img/under30/…) → path portabili
   (relativi a questo file in /css/). Le immagini di contenuto sono <img> nel
   template con token {{BASE_URL}}. Nessun JavaScript: layout statico.
   ============================================================================ */
/* font del sito, serviti localmente */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/urbanist/urbanist_var_latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/urbanist/urbanist_var_latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans/open-sans_var_latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans/open-sans_var_latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

.under30 {
  --u30-bg:    #0a0a0a;
  --u30-green: #559559;
  --u30-pink:  #cc3366;
  --u30-text:  #ffffff;
  --u30-muted: #bdbdbd;
  --u30-tile:  #559559;
  background: var(--u30-bg);
  color: var(--u30-text);
  font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  overflow: hidden;
}
.under30 *, .under30 *::before, .under30 *::after { box-sizing: border-box; }
.under30 img { max-width: 100%; height: auto; display: block; }
.under30 a { color: var(--u30-text); text-decoration: none; }
.under30 a:hover { color: var(--u30-green); }

/* ── Layout ──────────────────────────────────────────────────────────────── */
.under30 .u30-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.under30 .u30-section { padding: 64px 0; position: relative; }
/* CLAUDE: sezioni "alt" — top come prima (#121212), bagliore grigio leggermente
   più chiaro in basso al centro */
.under30 .u30-section--alt {
  background: radial-gradient(120% 80% at 50% 100%, #2a2a2a 0%, #121212 55%);
}

/* striscia "sipario" come separatore */
.under30 .u30-curtain {
  height: 26px;
  background: url(../img/under30/U26-TestataSfondo-scaled-e1750957048847.jpg) repeat-x center / auto 100%;
}

/* ── Tipografia ──────────────────────────────────────────────────────────── */
.under30 .u30-heading {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.02;
  color: var(--u30-green);
  text-transform: uppercase;
  margin: 0 0 28px;
  letter-spacing: -.5px;
}
.under30 .u30-heading .pink { color: var(--u30-pink); }
.under30 .u30-lead { font-size: clamp(1.05rem, 1.6vw, 1.4rem); max-width: 70ch; margin: 0 0 18px; }
.under30 .u30-lead--big { font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 600; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
/* CLAUDE: decoro geometrico sopra il fondo nero — il PNG ha lo sfondo trasparente,
   quindi restano visibili solo le forme colorate ai lati. Nessun background-color
   qui: il nero arriva da .under30. */
.under30 .u30-hero {
  padding: 72px 0 0;
  text-align: center;
  /* background: url(../img/under30/bg-under30-2026-green.png) no-repeat top center; */
  background-size: 100% auto;
}
.under30 .u30-hero-title {
  font-family: 'Urbanist', sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 13vw, 11rem);
  line-height: .9;
  letter-spacing: -2px;
  margin: 0 0 8px;
  color: var(--u30-text);
  text-transform: uppercase;
}
.under30 .u30-hero-title .pink { color: var(--u30-pink); display: block; }
.under30 .u30-hero-claim { max-width: 60ch; margin: 24px auto 32px; }
.under30 .u30-hero-img { max-width: 360px; margin: 32px auto 0; }

/* ── Bottoni ─────────────────────────────────────────────────────────────── */
.under30 .u30-btn {
  display: inline-block;
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: var(--u30-pink);
  color: #fff !important;
  padding: 16px 38px;
  border-radius: 40px;
  font-size: 1.37rem; /* CLAUDE: testo tasti +30% (era 1.05rem) */
  transition: transform .12s, background .12s;
}
.under30 .u30-btn:hover { background: #b82b59; transform: translateY(-2px); color: #fff !important; }
.under30 .u30-btn--green { background: var(--u30-green); }
.under30 .u30-btn--green:hover { background: #47804b; }
.under30 .u30-btn--outline {
  background: transparent; border: 2px solid #fff; color: #fff !important;
}
.under30 .u30-btn--outline:hover { background: #fff; color: #0a0a0a !important; }
.under30 .u30-cta-row { margin-top: 28px; }

/* ── Lista "perché" ──────────────────────────────────────────────────────── */
.under30 .u30-why { display: grid; grid-template-columns: 1fr; gap: 18px; margin: 0; padding: 0; list-style: none; }
@media (min-width: 768px) { .under30 .u30-why { grid-template-columns: 1fr 1fr; } }
.under30 .u30-why li {
  font-size: 1.45rem; line-height: 1.5; padding-left: 40px; position: relative;
}
.under30 .u30-why li::before {
  content: "—"; position: absolute; left: 0; color: var(--u30-pink); font-weight: 800;
}
.under30 .u30-perche { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
@media (min-width: 900px) { .under30 .u30-perche { grid-template-columns: 1.1fr .9fr; } }

/* ── Nav ancore ──────────────────────────────────────────────────────────── */
.under30 .u30-anchors {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  background: var(--u30-green); padding: 16px;
}
.under30 .u30-anchors a {
  font-family: 'Urbanist', sans-serif; font-weight: 800; text-transform: uppercase;
  color: #0a0a0a; padding: 6px 22px; letter-spacing: 1px;
}
.under30 .u30-anchors a:hover { color: #fff; }

/* ── Griglia spettacoli ──────────────────────────────────────────────────── */
.under30 .u30-shows { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 600px) { .under30 .u30-shows { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .under30 .u30-shows { grid-template-columns: repeat(4, 1fr); } }
.under30 .u30-show { background: #141414; }
.under30 .u30-show img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.under30 .u30-show-body { padding: 16px; }
.under30 .u30-show-title {
  font-family: 'Urbanist', sans-serif; font-weight: 800; text-transform: uppercase;
  font-size: 1.1rem; margin: 0 0 4px; color: #fff;
}
.under30 .u30-show-venue { color: var(--u30-muted); text-transform: lowercase; font-size: .92rem; margin: 0 0 12px; }
.under30 .u30-show-link {
  font-family: 'Urbanist', sans-serif; font-weight: 800; text-transform: uppercase;
  color: var(--u30-green); font-size: .85rem; letter-spacing: 1px;
}
.under30 .u30-show-link::after { content: " →"; }

/* ── Griglia teatri (tile foto) ──────────────────────────────────────────── */
.under30 .u30-theaters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 600px) { .under30 .u30-theaters { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .under30 .u30-theaters { grid-template-columns: repeat(4, 1fr); } }
.under30 .u30-theater { margin: 0; }
.under30 .u30-theater img { width: 100%; }
/* CLAUDE: foto+nome teatro cliccabili → niente underline, sempre bianco */
.under30 .u30-theater-link { display: block; text-decoration: none; color: #fff; }
.under30 .u30-theater-link:hover { color: #fff; text-decoration: none; }
.under30 .u30-theater-name {
  font-family: 'Urbanist', sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: 1.15rem; letter-spacing: .3px; color: #fff; margin-top: 8px; line-height: 1.2;
}

/* ── Festival ────────────────────────────────────────────────────────────── */
.under30 .u30-festivals { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 600px) { .under30 .u30-festivals { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .under30 .u30-festivals { grid-template-columns: repeat(4, 1fr); } }
.under30 .u30-festival { color: #fff; padding: 24px; min-height: 180px; display: flex; flex-direction: column; }
/* CLAUDE: 4 colori coordinati per i festival (verde/rosa brand + teal + viola) */
.under30 .u30-festival--1 { background: #4e8b52; }
.under30 .u30-festival--2 { background: #c43464; }
.under30 .u30-festival--3 { background: #3f8a8c; }
.under30 .u30-festival--4 { background: #7d5ba6; }
.under30 .u30-festival h3 { font-family: 'Urbanist', sans-serif; font-weight: 900; text-transform: uppercase; margin: 0 0 8px; font-size: 1.3rem; }
.under30 .u30-festival .u30-fest-meta { font-weight: 700; font-size: .9rem; }
/* CLAUDE: tasto "Scopri" in fondo a ogni box festival, centrato (outline bianco, ridotto) */
.under30 .u30-festival .u30-btn { margin-top: auto; align-self: center; font-size: 1rem; padding: 9px 24px; }
.under30 .u30-btn--ghost { background: transparent; border: 2px solid #fff; color: #fff !important; }
.under30 .u30-btn--ghost:hover { background: #fff; color: #0a0a0a !important; }

/* ── Subheading sezioni teatri/festival ──────────────────────────────────── */
.under30 .u30-subhead {
  font-family: 'Urbanist', sans-serif; font-weight: 900; text-transform: uppercase;
  color: var(--u30-pink); font-size: 2.08rem; margin: 40px 0 20px; text-align: center; /* CLAUDE: +30% (era 1.6rem) */
}

/* ── Tessera ─────────────────────────────────────────────────────────────── */
.under30 .u30-tessera { max-width: 480px; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.under30 .u30-footer { background: #000; padding: 48px 0; text-align: center; }
.under30 .u30-footer-logos { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; align-items: center; margin-bottom: 28px; }
.under30 .u30-footer-logos img { max-height: 60px; width: auto; }
.under30 .u30-footer p { color: var(--u30-muted); font-size: .9rem; margin: 6px 0; }
.under30 .u30-footer a { color: var(--u30-green); }

/* ── Utility ─────────────────────────────────────────────────────────────── */
.under30 .u30-center { text-align: center; }
.under30 .u30-mt { margin-top: 28px; }
