/* ================================================
   FOI Senigallia – Stylesheet
   ================================================ */

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:    #6bb8e7;
  --gold-lt: #9fd0f0;
  --dark:    #000000;
  --dark2:   #0a0a0a;
  --dark3:   #111111;
  --mid:     #1e1e1e;
  --light:   #f0f4f8;
  --accent:  #6bb8e7;
  --accent2: #4a90c4;
  --text:    #ffffff;
  --radius:  6px;
  --transition: .3s ease;
  --font-body: 'Avenir', 'Avenir Next', 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
  --font-head: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  min-height: 100vh;
}

/* ---------- Google Fonts import ---------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--gold);
  line-height: 1.2;
  font-weight: 400;
}

a { color: var(--gold-lt); text-decoration: none; transition: color var(--transition); }
a:hover { color: #fff; }

p { margin-bottom: 1em; }

/* ---------- Utility ---------- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section + .section:not(.sponsors-section) { border-top: 1px solid rgba(255,255,255,0.07); }
.sponsors-section { border-top: 3px solid rgba(107,184,231,.2); }
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
  margin-bottom: 0.5rem;
}
.section-subtitle {
  text-align: center;
  color: var(--text);
  opacity: .7;
  margin-bottom: 2.5rem;
  font-style: italic;
}
.divider {
  width: 80px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0.8rem auto 2.5rem;
}
.btn {
  display: inline-block;
  padding: .65rem 1.6rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-family: var(--font-body);
  font-size: .9rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: all var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-gold { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-lt); border-color: var(--gold-lt); color: var(--dark); }
.btn-outline { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--dark); }
.tag {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-size: .72rem;
  font-weight: 700;
  padding: .2rem .6rem;
  border-radius: 3px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ---------- Navigation ---------- */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(13,13,13,.96);
  border-bottom: 1px solid rgba(168,169,173,.25);
  backdrop-filter: blur(8px);
  transition: background var(--transition);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
}
.nav-logo {
  display: flex; align-items: center; gap: .8rem;
  color: var(--gold); font-family: var(--font-head); font-size: 1.1rem; font-weight: 700;
}
.nav-logo img { height: 44px; }
.nav-logo span { line-height: 1.2; }
.nav-logo span small { display: block; font-size: .65rem; font-family: var(--font-body); color: var(--text); opacity: .8; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a {
  font-size: .85rem; letter-spacing: .07em; text-transform: uppercase;
  color: var(--text); font-weight: 700;
  padding-bottom: 3px; border-bottom: 2px solid transparent;
  transition: all var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); border-color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .3rem; }
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--gold); margin: 5px 0;
  transition: all var(--transition);
}

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding-top: 70px;
  background:
    radial-gradient(ellipse at 30% 60%, rgba(74,144,196,.12) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 30%, rgba(168,169,173,.10) 0%, transparent 60%),
    var(--dark);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a8a9ad' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
}
.hero-content { position: relative; z-index: 1; padding: 2rem 1rem; }
.hero-content--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.hero-left { flex: 1; text-align: left; }
.hero-left .hero-anniversary,
.hero-left .hero-subtitle,
.hero-left .hero-edition,
.hero-left .hero-cta { text-align: left; }
.hero-right { flex: 0 0 auto; display: flex; align-items: center; justify-content: flex-end; }
.hero-title--small {
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .2rem;
}
@media (max-width: 768px) {
  .hero-content--split { flex-direction: column; padding: 2rem 1rem; }
  .hero-right { display: none; }
  .hero-title--small { font-size: clamp(1.6rem, 6vw, 2.4rem); }
}
.hero-anniversary {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(168,169,173,.12); border: 1px solid rgba(168,169,173,.3);
  padding: .4rem 1.2rem; border-radius: 50px;
  font-size: .85rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-lt); margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2.5rem, 8vw, 6rem);
  line-height: 1;
  color: #fff;
  margin-bottom: .2rem;
}
.hero-title span { color: var(--gold); display: block; }
.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-family: var(--font-head); font-style: italic;
  color: var(--text); margin-bottom: 0.5rem;
}
.hero-edition {
  font-size: clamp(.9rem, 2vw, 1.1rem);
  color: var(--gold-lt); letter-spacing: .2em; text-transform: uppercase;
  margin-bottom: 2rem;
}
.hero-dates {
  display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.hero-date-item {
  text-align: center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(168,169,173,.2);
  border-radius: var(--radius); padding: .8rem 1.5rem;
}
.hero-date-item .date { font-size: 1.4rem; font-family: var(--font-head); color: var(--gold); font-weight: 700; }
.hero-date-item .label { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Calendario (Home) ---------- */
.calendar-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
@media(max-width:700px){ .calendar-grid { grid-template-columns: 1fr; } }
.calendar-month { }
.calendar-month-title {
  font-size: 1.3rem; text-transform: uppercase; letter-spacing: .15em;
  color: var(--gold); border-bottom: 1px solid rgba(168,169,173,.3);
  padding-bottom: .5rem; margin-bottom: 1rem;
}
.event-card {
  background: var(--dark3);
  border: 1px solid rgba(168,169,173,.15);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
  margin-bottom: .85rem;
  transition: transform var(--transition), border-color var(--transition);
}
.event-card:hover { transform: translateX(4px); border-left-color: var(--gold-lt); }
.event-day { font-size: 1rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: .3rem; }
.event-location { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: .1rem; }
.event-venue { font-size: .95rem; color: var(--text); opacity: .8; margin-bottom: .35rem; }
.event-artist { font-size: 1.05rem; color: var(--gold-lt); }
.event-note { font-size: .8rem; color: var(--text); opacity: .7; margin-top: .3rem; font-style: italic; }

/* ---------- Sponsors ---------- */
.sponsors-section { background: var(--dark2); }
.sponsors-row {
  display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; align-items: center;
  margin-top: 2rem;
}
.sponsor-item {
  background: var(--dark3);
  border: 1px solid rgba(168,169,173,.15);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  text-align: center;
  min-width: 140px;
  transition: border-color var(--transition);
}
.sponsor-item:hover { border-color: var(--gold); }
.sponsor-item .sponsor-name { font-size: .9rem; font-weight: 700; color: var(--gold-lt); }
.sponsor-item .sponsor-type { font-size: .75rem; color: var(--text); opacity: .6; text-transform: uppercase; letter-spacing: .08em; }
.sponsor-5x1000 {
  margin-top: 2.5rem; text-align: center;
  background: rgba(168,169,173,.08); border: 1px solid rgba(168,169,173,.2);
  border-radius: var(--radius); padding: 1.2rem 2rem; display: inline-block;
}
.sponsor-5x1000 strong { color: var(--gold); }

/* ---------- Card grids (general) ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--dark3);
  border: 1px solid rgba(168,169,173,.15);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
  cursor: pointer;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.5); }
.card .card-footer a::after { content: ''; position: absolute; inset: 0; }
.card-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--mid); display: flex; align-items: center; justify-content: center; }
.card-img-placeholder {
  width: 100%; aspect-ratio: 4/3; background: var(--mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
}
.card-body { padding: 1.2rem; }
.card-title { font-size: 1.1rem; color: var(--gold); margin-bottom: .3rem; }
.card-text { font-size: .88rem; line-height: 1.6; }
.card-footer { padding: .8rem 1.2rem; border-top: 1px solid rgba(168,169,173,.1); }

/* ---------- Chi Siamo ---------- */
.mission-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
@media(max-width:700px){ .mission-block { grid-template-columns: 1fr; } }
.mission-text h3 { font-size: 1.4rem; margin-bottom: .8rem; }
.stat-row { display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 1.5rem; }
.stat { text-align: center; }
.stat .num { font-size: 2.5rem; font-family: var(--font-head); color: var(--gold); font-weight: 700; }
.stat .lbl { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.mission-visual {
  text-align: center;
}

/* ---------- Organi detail ---------- */
.organ-hero {
  background: var(--dark2); border: 1px solid rgba(168,169,173,.2);
  border-radius: var(--radius); overflow: hidden; margin-bottom: 2rem;
}
.organ-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media(max-width:700px){ .organ-detail-grid { grid-template-columns: 1fr; } }
.organ-spec-table { width: 100%; border-collapse: collapse; }
.organ-spec-table tr { border-bottom: 1px solid rgba(168,169,173,.1); }
.organ-spec-table td { padding: .6rem .8rem; font-size: .9rem; }
.organ-spec-table td:first-child { color: var(--gold-lt); font-weight: 700; width: 40%; }

/* ---------- Artisti detail ---------- */
.artist-profile {
  display: grid; grid-template-columns: 300px 1fr; gap: 3rem;
}
@media(max-width:700px){ .artist-profile { grid-template-columns: 1fr; } }
.artist-profile .artist-photo {
  width: 100%; aspect-ratio: 2/3; object-fit: cover;
  border-radius: 0; border: none; background: var(--mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem; opacity: 1;
}

/* ---------- Edizioni ---------- */
.editions-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem;
}
.edition-card {
  background: var(--dark3); border: 1px solid rgba(168,169,173,.15);
  border-radius: var(--radius); overflow: hidden;
  transition: transform var(--transition);
}
.edition-card:hover { transform: translateY(-4px); }
.edition-poster {
  width: 100%; aspect-ratio: 2/3; object-fit: cover;
  background: var(--mid); display: flex; align-items: center; justify-content: center;
  font-size: 2rem; opacity: .3;
}
.edition-info { padding: .8rem 1rem; }
.edition-year { font-size: 1.2rem; font-family: var(--font-head); color: var(--gold); }
.edition-title { font-size: .85rem; opacity: .8; }

/* ---------- Contatti ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
@media(max-width:700px){ .contact-grid { grid-template-columns: 1fr; } }
.contact-form { }
.form-group { margin-bottom: 1.2rem; }
.form-label { display: block; font-size: .85rem; font-weight: 700; color: var(--gold-lt); margin-bottom: .4rem; letter-spacing: .05em; text-transform: uppercase; }
.form-control {
  width: 100%; padding: .75rem 1rem;
  background: var(--dark3); border: 1px solid rgba(168,169,173,.25);
  border-radius: var(--radius); color: var(--text);
  font-family: var(--font-body); font-size: .95rem;
  transition: border-color var(--transition);
}
.form-control:focus { outline: none; border-color: var(--gold); }
textarea.form-control { min-height: 130px; resize: vertical; }
.contact-info h3 { font-size: 1.3rem; margin-bottom: 1rem; }
.contact-item { display: flex; gap: .8rem; margin-bottom: 1.2rem; align-items: flex-start; }
.contact-icon { font-size: 1.2rem; margin-top: .1rem; }
.contact-text small { display: block; font-size: .8rem; opacity: .6; text-transform: uppercase; letter-spacing: .08em; }
.form-success {
  display: none; background: rgba(74,144,196,.15); border: 1px solid var(--accent);
  border-radius: var(--radius); padding: 1rem; text-align: center; color: var(--accent); margin-top: 1rem;
}

/* ---------- Page Hero ---------- */
.page-hero {
  padding: 120px 0 60px;
  background:
    linear-gradient(135deg, rgba(168,169,173,.08) 0%, transparent 60%),
    var(--dark2);
  text-align: center;
  border-bottom: 1px solid rgba(168,169,173,.15);
}
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
.page-hero p { font-size: 1.1rem; opacity: .8; max-width: 600px; margin: .5rem auto 0; }
.breadcrumb { font-size: .82rem; opacity: .6; margin-bottom: 1rem; }
.breadcrumb a { color: var(--gold-lt); }

/* ---------- Footer ---------- */
footer {
  background: var(--dark2);
  border-top: 1px solid rgba(168,169,173,.2);
  padding: 3rem 0 1.5rem;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
@media(max-width:700px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-logo { font-family: var(--font-head); font-size: 1.2rem; color: var(--gold); margin-bottom: .6rem; }
.footer-desc { font-size: .88rem; opacity: .7; line-height: 1.7; }
.footer-col h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-lt); margin-bottom: .8rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: .4rem; }
.footer-links a { font-size: .88rem; opacity: .7; transition: opacity var(--transition); }
.footer-links a:hover { opacity: 1; color: var(--gold-lt); }
.footer-bottom {
  border-top: 1px solid rgba(168,169,173,.1);
  padding-top: 1.2rem; text-align: center;
  font-size: .8rem; opacity: .5;
}
.social-links { display: flex; gap: .8rem; margin-top: .8rem; }
.social-link {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(168,169,173,.12); border: 1px solid rgba(168,169,173,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; transition: all var(--transition);
  color: var(--gold);
}
.social-link:hover { background: var(--gold); color: var(--dark); border-color: var(--gold); }

/* ---------- Responsive nav ---------- */
@media(max-width:860px){
  .nav-links { display: none; flex-direction: column; gap: 0; position: absolute; top: 70px; left: 0; right: 0; background: rgba(13,13,13,.98); padding: 1rem 0; border-bottom: 1px solid rgba(168,169,173,.2); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8rem 2rem; border-bottom: none; font-size: .95rem; }
  .nav-toggle { display: block; }
}

/* ---------- Highlight box ---------- */
.highlight-box {
  background: rgba(168,169,173,.08); border: 1px solid rgba(168,169,173,.2);
  border-radius: var(--radius); padding: 1.5rem 2rem; margin: 2rem 0;
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Artists carousel ---------- */
.artists-track-wrapper {
  overflow: hidden;
}
.artists-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: artists-scroll 35s linear infinite;
}
.artists-track:hover { animation-play-state: paused; }
@keyframes artists-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.artist-slide {
  flex: 0 0 auto;
  width: 160px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.artist-photo {
  width: 140px;
  height: 180px;
  margin: 0 auto 0.7rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(107,184,231,.2);
  transition: border-color .3s ease;
}
.artist-slide:hover .artist-photo { border-color: rgba(107,184,231,.7); }
.artist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 1 !important;
  filter: none !important;
  transition: transform .4s ease;
}
.artist-slide:hover .artist-photo img { transform: scale(1.05); }
.artist-name {
  font-family: var(--font-body);
  font-size: .95rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  transition: color .3s ease;
}
.artist-slide:hover .artist-name { color: var(--gold-lt); }
.artist-instrument {
  font-size: .75rem;
  color: var(--gold-lt);
  margin-top: .2rem;
  font-style: normal;
}

/* ── Accordion concert cards ─────────────────────────────── */
.accordion-card { cursor: pointer; user-select: none; }
.event-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.accordion-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--gold-lt);
  transition: transform .3s ease;
  margin-top: .2rem;
}
.accordion-card.open .accordion-chevron { transform: rotate(180deg); }
.accordion-body {
  display: none;
  padding: 1.2rem 1.5rem .8rem;
  margin-top: 1.2rem;
  background: rgba(107,184,231,.08);
  border: 1px solid rgba(107,184,231,.3);
  border-radius: 8px;
  font-size: .85rem;
}
.accordion-card.open .accordion-body { display: block; }
.accordion-title {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold-lt);
  font-size: 1rem;
  margin-bottom: .8rem;
}
.accordion-program { display: flex; flex-direction: column; gap: .6rem; }
.program-entry { font-size: .88rem; line-height: 1.5; }
.composer { font-weight: 700; }
.date-range { opacity: .55; font-size: .8rem; margin-left: .3rem; }

/* ── Mobile fixes (≤600px) ───────────────────────────────── */
@media(max-width:600px){

  /* Navbar logo più piccolo */
  .nav-logo img { height: 40px; }

  /* Hero */
  .hero-content--split { padding: 1.5rem 1rem 2rem; }
  .hero-title--small { font-size: clamp(1.8rem, 8vw, 2.6rem) !important; }

  /* Event cards: testo più compatto */
  .event-card { padding: .8rem 1rem; }
  .event-day { font-size: .85rem; }
  .event-location { font-size: 1rem; }
  .event-venue { font-size: .85rem; }
  .event-artist { font-size: .9rem; }

  /* Accordion body */
  .accordion-body { padding: .9rem 1rem .5rem; font-size: .82rem; }

  /* Spec tables nelle pagine organo (grid 2col inline) */
  div[style*="grid-template-columns:1fr 1fr"] {
    display: block !important;
  }
  div[style*="grid-template-columns:1fr 1fr"] > div {
    margin-bottom: 1rem;
  }

  /* Registri organi: 2 colonne invece di 3 */
  div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Artisti: foto non gigante su mobile */
  .artist-profile .artist-photo { max-height: 320px; }

  /* Sponsor patrocinio: loghi più piccoli su mobile stretto */
  .sponsors-section img[style*="height:100px"] { height: 70px !important; }
  .sponsors-section img[style*="height:130px"] { height: 90px !important; }
  .sponsors-section img[style*="height:90px"]  { height: 70px !important; }
  .sponsors-section img[style*="height:80px"]  { height: 60px !important; }

  /* Gap sponsor più stretto */
  .sponsors-section div[style*="gap:2rem"] { gap: 1.2rem !important; }
  .sponsors-section div[style*="gap:1.5rem"] { gap: 1rem !important; }

  /* Page hero */
  .page-hero { padding: 100px 0 40px; }
  .page-hero h1 { font-size: clamp(1.6rem, 7vw, 2.5rem); }

  /* Footer */
  .footer-grid { gap: 1.5rem; }

  /* Contatti grid spazio */
  .contact-grid { gap: 2rem; }
}
