/* === TYPOGRAPHY RESET (FONDAMENTALE) === */
html, body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #f2f2f2;
}


<style>
  /* SFONDO SOLO PER QUESTA PAGINA */
  body.pizza-curiosity{
    background: linear-gradient(
      180deg,
      #8c1d18 0%,
      #b53a1d 35%,
      #d3541f 65%,
      #8c1d18 100%
    ) !important;
  }

  .narrow{
    max-width: 980px;
  }

  .article{
    background: rgba(20,20,20,.85);
    backdrop-filter: blur(2px);
  }

  .article h1{
    color: #f2b705;
    margin-bottom: 14px;
  }

  .article h2{
    color: #f2b705;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .article p{
    margin-bottom: 14px;
    line-height: 1.7;
  }

  .twoLang{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 18px;
  }

  .langCard{
    border-radius: 18px;
    padding: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.18);
  }

  .langLabel{
    display:inline-block;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color: #f2b705;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .highlight{
    margin: 18px 0;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(
      180deg,
      rgba(242,183,5,.25),
      rgba(242,183,5,.08)
    );
    border: 1px solid rgba(242,183,5,.45);
    color: #fff;
  }
h1, h2, h3 {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}

h1 {
  font-size: 46px;
  line-height: 1.1;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 16px;
  opacity: .95;
}

.lead {
  font-size: 18px;
  line-height: 1.7;
}


  @media (max-width: 900px){
    .twoLang{
      grid-template-columns: 1fr;
    }
  }
</style>
/* =========================
   UI COMPONENTS – DEFINITIVI
   ========================= */

/* TOPBAR */
.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(20,20,20,0.9);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* LOGO */
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
}

.brand .name {
  font-size: 20px;
  font-weight: 600;
}

.brand .sub {
  font-size: 12px;
  opacity: .7;
}

/* MENU */
.navlinks {
  display: flex;
  gap: 22px;
}

.navlinks a {
  text-decoration: none;
  color: #f2f2f2;
  font-size: 15px;
  position: relative;
  padding: 6px 0;
  opacity: .85;
}

.navlinks a:hover {
  opacity: 1;
}

.navlinks a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #f2b705;
  transition: width .25s ease;
}

.navlinks a:hover::after {
  width: 100%;
}

/* BOTTONI */
.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  background: transparent;
  transition: all .25s ease;
}

.btn:hover {
  background: rgba(255,255,255,0.1);
}

/* BOTTONE PRIMARIO */
.btn.primary {
  background: linear-gradient(135deg, #f2b705, #e08a00);
  border: none;
  color: #1b1b1b;
  font-weight: 600;
}

.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(242,183,5,0.35);
}

/* CTA A DESTRA */
.cta {
  display: flex;
  gap: 12px;
/* =========================
   MOBILE REFINEMENT
   ========================= */

@media (max-width: 900px) {

  /* CONTAINER */
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* TOPBAR */
  .topbar {
    position: sticky;
    top: 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .brand {
    flex: 1 1 100%;
  }

  .brand .name {
    font-size: 18px;
  }

  .brand .sub {
    font-size: 11px;
  }

  /* NASCONDI MENU DESKTOP */
  .navlinks {
    display: none;
  }

  /* CTA MOBILE */
  .cta {
    width: 100%;
    justify-content: space-between;
  }

  .cta .btn {
    flex: 1;
    text-align: center;
    padding: 14px 0;
  }

  /* HERO */
  .hero-magazine .split {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-magazine h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .hero-magazine .lead {
    font-size: 17px;
  }

  /* IMMAGINI HERO */
  .split-image img {
    border-radius: 18px;
  }

  /* SEZIONI */
  .section {
    padding: 60px 0;
  }

  /* CARD */
  .card {
    padding: 24px;
  }

  .card h2 {
    font-size: 26px;
  }

  /* GRID PIZZE */
  .grid3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* GALLERIA */
  .page-gallery h1 {
    font-size: 32px;
  }

  .gallery-grid {
    gap: 14px;
  }

  /* BOTTONI */
  .btn {
    font-size: 15px;
  }
}
}
/* =========================
   SEZIONE ALCUNE PIZZE
   ========================= */

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}

/* CARD PIZZA */
.grid3 .card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 26px;
  transition: all .25s ease;
}

/* HOVER */
.grid3 .card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

/* TITOLO PIZZA */
.grid3 h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

/* DESCRIZIONE */
.grid3 p {
  font-size: 15px;
  opacity: .85;
  line-height: 1.5;
}

/* MOBILE */
@media (max-width: 900px) {
  .grid3 {
    grid-template-columns: 1fr;
  }
}
/* =========================
   ISOLAMENTO GALLERIA
   ========================= */

.page-gallery img {
  width: 100%;
  height: auto;
  max-width: none;
}

.page-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.page-gallery .gallery-item {
  overflow: hidden;
  border-radius: 18px;
}

.page-gallery .gallery-item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
/* =========================
   STILE VISIVO GALLERIA
   ========================= */

.page-gallery {
  background: linear-gradient(
    180deg,
    #2a2a2a 0%,
    #1f1f1f 60%,
    #1b1b1b 100%
  );
  color: #f2f2f2;
}

.page-gallery .section {
  padding: 80px 0;
}

.page-gallery h1 {
  font-size: 42px;
  margin-bottom: 14px;
  color: #ffffff;
}

.page-gallery .kicker {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: 10px;
}

.page-gallery .gallery-grid {
  margin-top: 36px;
}

/* =========================
   FIX PAGINA CHI SIAMO
   ========================= */

.page-about {
  background: linear-gradient(
    180deg,
    #2a2a2a 0%,
    #1f1f1f 60%,
    #1b1b1b 100%
  );
  color: #f2f2f2;
}

/* FORZA TESTI VISIBILI */
.page-about h1,
.page-about h2,
.page-about h3,
.page-about p,
.page-about strong,
.page-about li {
  color: #f2f2f2 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* SEZIONI */
.page-about .section {
  padding: 80px 0;
}

/* CARD / BLOCCHI TESTO */
.page-about .card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
}

/* PARAGRAFI */
.page-about p {
  line-height: 1.7;
  font-size: 16px;
}

/* TITOLI */
.page-about h1 {
  font-size: 42px;
  margin-bottom: 16px;
}

.page-about h2 {
  font-size: 28px;
  margin-top: 32px;
  margin-bottom: 12px;
}

