/* =============================================
   PANINARO DAI LIBRA — Main Styles
   ============================================= */

/* Bebas Neue */
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-latin-ext.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  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: 'Bebas Neue';
  src: url('../fonts/BebasNeue-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  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;
}

/* DM Sans italic */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-italic-latin-ext.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  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: 'DM Sans';
  src: url('../fonts/DMSans-italic-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  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;
}

/* DM Sans normale — variable font, copre pesi 400–700 */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-normal-latin-ext.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  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: 'DM Sans';
  src: url('../fonts/DMSans-normal-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  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;
}

:root {
  --red:       #8B2020;
  --red-dark:  #6b1818;
  --yellow:    #D4A017;
  --dark:      #1A1A1A;
  --dark-2:    #242424;
  --cream:     #F5F0E8;
  --cream-2:   #EDE8DC;
  --text:      #2C2C2C;
  --text-light:#666;
  --white:     #ffffff;
  --green-wa:  #25D366;
  --green-wa-d:#1da851;

  --font-head: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  --radius:    12px;
  --shadow:    0 4px 24px rgba(0,0,0,.10);
  --shadow-lg: 0 8px 48px rgba(0,0,0,.18);
  --transition:all .3s ease;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  overflow-x: clip;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== CONTAINER ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== SECTION ===== */
.section { padding: 96px 0; }
.dark-section { background: var(--dark); color: var(--white); }

/* ===== SECTION HEADER ===== */
.section-header { text-align: center; margin-bottom: 56px; }
.section-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(139,32,32,.08);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.section-badge.light { color: var(--yellow); background: rgba(212,160,23,.12); }
.section-title {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: .02em;
  color: var(--dark);
}
.section-title.light { color: var(--white); }
.section-sub { font-size: 1.1rem; color: var(--text-light); margin-top: 12px; }
.section-sub.light { color: rgba(255,255,255,.7); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 100px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(139,32,32,.35); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.6);
}
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); transform: translateY(-2px); }
.btn-outline-dark {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--dark);
}
.btn-outline-dark:hover { background: var(--dark); color: var(--white); transform: translateY(-2px); }
.btn-whatsapp {
  background: var(--green-wa);
  color: var(--white);
  border-color: var(--green-wa);
}
.btn-whatsapp:hover { background: var(--green-wa-d); border-color: var(--green-wa-d); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.35); }
.btn-large { padding: 18px 40px; font-size: 1.1rem; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background .4s ease, box-shadow .4s ease;
  padding: 20px 0;
}
.navbar.scrolled {
  background: rgba(26,26,26,.97);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
  padding: 12px 0;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-logo .logo-text {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: var(--white);
  letter-spacing: .05em;
}
.nav-logo .logo-sub {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 600;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: var(--transition);
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.08); }
.nav-whatsapp {
  background: var(--green-wa) !important;
  color: var(--white) !important;
  border-radius: 100px !important;
  padding: 8px 18px !important;
}
.nav-whatsapp:hover { background: var(--green-wa-d) !important; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.3) 0%,
    rgba(0,0,0,.55) 60%,
    rgba(0,0,0,.8) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 0 24px;
  max-width: 900px;
}
.hero-pretitle {
  font-size: .85rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 16px;
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(3.5rem, 9vw, 8rem);
  line-height: .95;
  letter-spacing: .02em;
  margin-bottom: 24px;
  text-shadow: 0 4px 30px rgba(0,0,0,.5);
}
.hero-desc {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: rgba(255,255,255,.85);
  max-width: 540px;
  margin: 0 auto 36px;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.scroll-arrow {
  display: block;
  width: 24px; height: 24px;
  border-right: 2px solid rgba(255,255,255,.6);
  border-bottom: 2px solid rgba(255,255,255,.6);
  transform: rotate(45deg);
  animation: bounce 2s infinite;
}

/* ===== TICKER ===== */
.ticker-wrap {
  background: var(--red);
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
}
.ticker {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  animation: ticker 30s linear infinite;
}
.ticker span {
  font-family: var(--font-head);
  font-size: 1.1rem;
  letter-spacing: .08em;
  color: var(--white);
}
.ticker .dot { color: var(--yellow); }

/* ===== CHI SIAMO ===== */
.chi-siamo { background: var(--cream); }
.chi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 72px;
}
.chi-text .section-badge { display: inline-block; margin-bottom: 16px; }
.chi-text .section-title { text-align: left; margin-bottom: 24px; }
.chi-text p { color: var(--text-light); margin-bottom: 16px; font-size: 1.05rem; }
.chi-text p strong { color: var(--text); }
.chi-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
.chi-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.chi-img-wrap:hover img { transform: scale(1.04); }
.chi-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.stat {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  box-shadow: var(--shadow);
}
.stat-num {
  display: block;
  font-family: var(--font-head);
  font-size: 2.4rem;
  color: var(--red);
  line-height: 1;
}
.stat-label {
  font-size: .8rem;
  color: var(--text-light);
  font-weight: 500;
  margin-top: 4px;
  display: block;
}
.valori {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.valore {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.valore:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.valore-icon {
  width: 60px; height: 60px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  color: var(--white);
}
.valore h3 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  letter-spacing: .04em;
  margin-bottom: 10px;
  color: var(--dark);
}
.valore p { color: var(--text-light); font-size: .95rem; }

/* ===== TORN EDGE ===== */
.torn-edge {
  height: 60px;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.torn-edge.dark {
  background-color: var(--cream);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 L0,30 Q50,0 100,20 Q150,40 200,15 Q250,-10 300,25 Q350,50 400,10 Q450,-15 500,30 Q550,55 600,20 Q650,-5 700,35 Q750,60 800,15 Q850,-10 900,30 Q950,55 1000,20 Q1050,-5 1100,25 Q1150,45 1200,10 L1200,60Z' fill='%231A1A1A'/%3E%3C/svg%3E");
}
.torn-edge.light {
  background-color: var(--dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 L0,30 Q50,0 100,20 Q150,40 200,15 Q250,-10 300,25 Q350,50 400,10 Q450,-15 500,30 Q550,55 600,20 Q650,-5 700,35 Q750,60 800,15 Q850,-10 900,30 Q950,55 1000,20 Q1050,-5 1100,25 Q1150,45 1200,10 L1200,60Z' fill='%23F5F0E8'/%3E%3C/svg%3E");
}

/* ===== MENU ===== */
.menu-filters {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.filter-btn {
  padding: 10px 24px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255,.25);
  background: transparent;
  color: rgba(255,255,255,.7);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.filter-btn:hover { border-color: var(--yellow); color: var(--yellow); }
.filter-btn.active { background: var(--yellow); border-color: var(--yellow); color: var(--dark); }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 28px;
  margin-bottom: 48px;
}
.menu-card {
  background: #2C2C2C;
  border-radius: var(--radius);
  border-left: 4px solid var(--red);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
}
.menu-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.menu-card.hidden { display: none; }
.card-badge {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.card-badge.veggie { background: #2d7a2d; }
.card-body { padding: 20px; }
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.card-name {
  font-family: var(--font-head);
  font-size: 1.5rem;
  letter-spacing: .04em;
  color: var(--white);
}
.card-price {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--yellow);
  flex-shrink: 0;
}
.card-ingredients { font-size: .88rem; color: rgba(255,255,255,.55); line-height: 1.5; }

/* Contorni */
.contorni {
  background: #2C2C2C;
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-bottom: 48px;
}
.contorni h3 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  letter-spacing: .04em;
  color: var(--white);
  margin-bottom: 16px;
}
.contorno-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.75);
  font-size: 1rem;
}
.contorno-price { font-weight: 700; color: var(--yellow); }
.menu-cta { text-align: center; }
.menu-cta p { color: rgba(255,255,255,.65); margin-bottom: 16px; font-size: 1.05rem; }

/* ===== DOVE SIAMO ===== */
.dove-siamo { background: var(--cream-2); }
.dove-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}
.dove-info { display: flex; flex-direction: column; gap: 20px; }
.orari-card, .indirizzo-card, .social-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: var(--shadow);
}
.orari-icon {
  width: 44px; height: 44px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.orari-card h3, .indirizzo-card h3, .social-card h3 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.orari-list { display: flex; flex-direction: column; gap: 8px; }
.orario-row {
  display: flex;
  justify-content: space-between;
  font-size: .95rem;
  padding: 6px 0;
  border-bottom: 1px solid var(--cream);
}
.giorno { color: var(--text-light); }
.ora { font-weight: 700; color: var(--dark); }
.indirizzo-card p, .social-card p { color: var(--text-light); line-height: 1.6; margin-bottom: 16px; }
.social-card .btn { margin-top: 4px; }
.dove-map iframe {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 100%;
  min-height: 400px;
}

/* ===== EVENTI ===== */
.eventi { background: var(--dark-2); }
.eventi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.eventi-text .section-badge { margin-bottom: 16px; }
.eventi-text .section-title { text-align: left; margin-bottom: 24px; }
.light-text { color: rgba(255,255,255,.7); margin-bottom: 28px; font-size: 1.05rem; }
.eventi-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.eventi-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.8);
  font-size: 1rem;
}
.eventi-list i { color: var(--yellow); font-size: .9rem; }
.eventi-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.eventi-img img { width: 100%; height: auto; object-fit: contain; display: block; transition: transform .6s ease; }
.eventi-img:hover img { transform: scale(1.04); }

/* ===== GALLERIA ===== */
.galleria { background: var(--cream); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery-item:first-child,
.gallery-item:nth-child(4) {
  grid-column: span 2;
  aspect-ratio: 16/9;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 2rem;
  transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { background: rgba(0,0,0,.45); }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-cta { text-align: center; }

/* ===== LIGHTBOX ===== */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,.95);
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 0 80px rgba(0,0,0,.8);
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 28px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 3rem;
  cursor: pointer;
  line-height: 1;
  opacity: .7;
  transition: var(--transition);
}
.lightbox-close:hover { opacity: 1; }

/* ===== FOOTER ===== */
.footer { background: #111; color: rgba(255,255,255,.7); padding: 72px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 16px;
}
.footer-logo .logo-text {
  font-family: var(--font-head);
  font-size: 2.4rem;
  color: var(--white);
  letter-spacing: .05em;
}
.footer-logo .logo-sub {
  font-size: .65rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 600;
}
.footer-slogan { font-style: italic; margin-bottom: 8px; color: rgba(255,255,255,.5); }
.footer-copy { font-size: .85rem; color: rgba(255,255,255,.35); }
.footer-nav h4, .footer-contact h4, .footer-social h4 {
  font-family: var(--font-body);
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 20px;
  font-weight: 700;
}
.footer-nav ul { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { color: rgba(255,255,255,.6); font-size: .95rem; transition: var(--transition); }
.footer-nav a:hover { color: var(--white); }
.footer-contact h4 { margin-top: 20px; }
.footer-contact h4:first-child { margin-top: 0; }
.footer-contact p { font-size: .95rem; line-height: 1.7; }
.social-links { display: flex; gap: 14px; }
.social-links a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  font-size: 1.1rem;
  transition: var(--transition);
}
.social-links a:hover { border-color: var(--yellow); color: var(--yellow); }
.footer-bottom {
  padding: 24px 0;
  text-align: center;
  font-size: .82rem;
  color: rgba(255,255,255,.25);
}

/* ===== FLOATING WHATSAPP ===== */
.fab-whatsapp {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 999;
  width: 60px; height: 60px;
  background: var(--green-wa);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: var(--transition);
}
.fab-whatsapp:hover { transform: scale(1.1); background: var(--green-wa-d); }
body.cookie-visible .fab-whatsapp { bottom: 108px; }

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9998;
  background: var(--dark);
  border-top: 3px solid var(--red);
  padding: 18px 24px;
  transform: translateY(100%);
  transition: transform .4s ease;
  box-shadow: 0 -4px 30px rgba(0,0,0,.35);
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-content p { color: rgba(255,255,255,.8); font-size: .93rem; margin: 0; }
.cookie-content p strong { color: var(--white); }
.cookie-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.cookie-policy-link {
  color: var(--yellow);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
  transition: var(--transition);
}
.cookie-policy-link:hover { color: var(--white); }
.cookie-accept { padding: 10px 28px !important; font-size: .9rem !important; }

@media (max-width: 600px) {
  .cookie-content { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; justify-content: space-between; }
  body.cookie-visible .fab-whatsapp { bottom: 155px; }
}

/* ===== FOOTER BOTTOM LINKS ===== */
.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px 0;
}
.footer-bottom-links a,
.cookie-reset {
  color: rgba(255,255,255,.35);
  font-size: .82rem;
  transition: var(--transition);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  padding: 0;
}
.footer-bottom-links a:hover,
.cookie-reset:hover { color: var(--yellow); }
.footer-sep { color: rgba(255,255,255,.15); font-size: .82rem; }

/* ===== PRIVACY POLICY PAGE ===== */
.policy-page { padding-top: 100px; padding-bottom: 80px; background: var(--cream); min-height: 70vh; }
.policy-page .container { max-width: 820px; }
.policy-title {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  color: var(--dark);
  letter-spacing: .02em;
  margin-bottom: 8px;
  line-height: 1;
}
.policy-date { color: var(--text-light); font-size: .88rem; margin-bottom: 48px; }
.policy-section { margin-bottom: 40px; }
.policy-section h2 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  letter-spacing: .04em;
  color: var(--dark);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cream-2);
}
.policy-section p { color: var(--text-light); line-height: 1.75; margin-bottom: 12px; font-size: .97rem; }
.policy-section ul { padding-left: 20px; margin-bottom: 12px; }
.policy-section ul li { color: var(--text-light); line-height: 1.75; font-size: .97rem; list-style: disc; margin-bottom: 4px; }
.policy-section strong { color: var(--text); }
.policy-section a { color: var(--red); text-decoration: underline; }
.policy-section a:hover { color: var(--red-dark); }
.policy-highlight {
  background: var(--white);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  margin-bottom: 16px;
}
.policy-highlight p { margin: 0; }

/* ===== REVEAL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .chi-grid { grid-template-columns: 1fr; gap: 40px; }
  .chi-text .section-title { text-align: center; }
  .chi-text { text-align: center; }
  .chi-stats { max-width: 400px; margin: 24px auto 0; }
  .eventi-grid { grid-template-columns: 1fr; gap: 40px; }
  .eventi-text .section-title { text-align: center; }
  .eventi-text { text-align: center; }
  .eventi-list { align-items: center; }
  .dove-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }

  /* Navbar mobile */
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 0; right: -100%;
    height: 100vh; width: 280px;
    background: var(--dark);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 32px;
    gap: 8px;
    transition: right .35s ease;
    box-shadow: -4px 0 30px rgba(0,0,0,.4);
  }
  .nav-links.open { right: 0; }
  .nav-links a { font-size: 1.1rem; padding: 12px 0; width: 100%; }
  .nav-whatsapp { display: inline-flex; align-items: center; gap: 8px; width: auto !important; margin-top: 12px; }

  /* Hero */
  .hero { height: 70svh; min-height: 400px; }
  .hero-img { object-position: center center; }
  .hero-cta { flex-direction: column; align-items: center; }

  /* Valori */
  .valori { grid-template-columns: 1fr; }

  /* Menu grid */
  .menu-grid { grid-template-columns: 1fr; }

  /* Gallery */
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:first-child,
  .gallery-item:nth-child(4) { grid-column: span 2; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }

  /* FAB */
  .fab-whatsapp { bottom: 20px; right: 20px; width: 54px; height: 54px; font-size: 1.5rem; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item:first-child,
  .gallery-item:nth-child(4) { grid-column: span 1; aspect-ratio: 4/3; }
  .chi-stats { grid-template-columns: repeat(3, 1fr); max-width: 100%; }
}
