:root{
  --bg:#0f1115;
  --card:#151822;
  --muted:#a8b0c0;
  --text:#f4f6fb;
  --accent:#f1b400;
  --line:rgba(255,255,255,.08);
  --radius:18px;
  --shadow:0 18px 45px rgba(0,0,0,.35);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 30% -10%, rgba(241,180,0,.18), transparent 60%),
              radial-gradient(900px 500px at 80% 10%, rgba(83,121,255,.14), transparent 60%),
              var(--bg);
  color:var(--text);
}

a{ color:inherit; text-decoration:none; }

.hero__logo{
  width: 240px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.4)) brightness(1.05);
}
.hero__logo:hover{ transform: scale(1.04); }

.hero{
  position:relative;
  min-height: 44vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 56px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,.35));
  overflow:hidden;
}

.hero--small{
  min-height: 34vh;
  padding: 44px 18px;
}

.hero__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(700px 400px at 50% 20%, rgba(241,180,0,.12), transparent 65%),
    url("../img/menu-bg.jpg") center/cover no-repeat;
  filter:saturate(1.05) contrast(1.05);
  opacity:.55;
}

.hero__content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width: 980px;
}

.hero__title{
  font-family: Parisienne, cursive;
  font-size: clamp(48px, 7vw, 86px);
  letter-spacing:.3px;
}

.hero__logo--sm{
  width: 200px;
}

.hero__subtitle{
  margin-top:8px;
  color:var(--muted);
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size: 13px;
}

.hero__nav{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.hero__nav a{
  border:1px solid var(--line);
  background: rgba(0,0,0,.25);
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--text);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.hero__nav a:hover{
  transform: translateY(-2px);
  border-color: rgba(241,180,0,.45);
  background: rgba(241,180,0,.08);
}

.wrap{
  width:min(1100px, 92vw);
  margin: 0 auto;
  padding: 36px 0 64px;
}

.section{ position:relative; }

.section__title{
  font-size: 24px;
  letter-spacing:.4px;
  margin-bottom: 14px;
  display:flex;
  align-items:center;
  gap:10px;
}
.section__title::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(241,180,0,.12);
}

.note{
  border:1px solid var(--line);
  background: rgba(0,0,0,.25);
  padding: 12px 14px;
  border-radius: var(--radius);
  color: var(--muted);
  margin-bottom: 14px;
}

.card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0,0,0,.18);
  box-shadow: var(--shadow);
  padding: 16px;
}

.footer{
  border-top:1px solid var(--line);
  color: var(--muted);
  text-align:center;
  padding: 22px 14px;
}

/* ====== MENÙ DEL GIORNO (layout) ====== */
.dg-grid{
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 14px;
  align-items:start;
}

.dg-left{
  display:flex;
  flex-direction:column;
  gap: 14px;
}

.dg-right{
  display:flex;
  flex-direction:column;
  gap: 14px;
}

.dg-card__head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:baseline;
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--accent);
  letter-spacing:.3px;
  text-transform: uppercase;
}

.dg-card__head span:last-child{
  color: var(--text);
  opacity:.9;
  font-weight:700;
  text-transform:none;
}

.dg-cols{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.dg-cols--2{
  grid-template-columns: 1fr .55fr;
}

.dg-label{
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(244,246,251,.70);
  margin-bottom: 8px;
  font-weight: 700;
}

.dg-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap: 8px;
}

.dg-list li{
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255,255,255,.10);
  line-height: 1.25;
}

.dg-list li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.dg-text{
  line-height:1.35;
  color: rgba(244,246,251,.90);
}

.dg-text--muted{
  color: rgba(244,246,251,.70);
  margin-top: 8px;
  font-size: 12px;
}

.dg-price{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-end;
  text-align:right;
}

.dg-price__value{
  margin-top: 6px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing:.2px;
}

/* Specialità */
.dg-special{
  text-align:center;
}

.dg-special__title{
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(244,246,251,.78);
}

.dg-special__name{
  margin-top: 10px;
  font-weight: 800;
  font-size: 18px;
}

.dg-special__photo{
  margin: 12px auto 0;
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: rgba(0,0,0,.18);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

/* Bevande */
.dg-drinks{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.dg-drinks li{
  display:flex;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px dashed rgba(255,255,255,.10);
  padding-bottom:10px;
}

.dg-drinks li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.dg-drinks strong{
  white-space:nowrap;
}

/* Responsive */
@media (max-width: 980px){
  .dg-grid{
    grid-template-columns: 1fr;
  }
  .dg-cols{
    grid-template-columns: 1fr;
  }
  .dg-cols--2{
    grid-template-columns: 1fr;
  }
  .dg-price{
    align-items:flex-start;
    text-align:left;
  }
}
/* ====== Pizza del mese: upload foto (añadir al final) ====== */

.dg-special__photo{
  /* ya lo tienes, solo aseguramos no-repeat */
  background-repeat: no-repeat;
}

/* Placeholder bonito cuando NO hay foto cargada */
.dg-special__photo:not(.has-photo){
  background-image:
    radial-gradient(700px 400px at 30% 20%, rgba(241,180,0,.14), transparent 60%),
    radial-gradient(700px 400px at 80% 40%, rgba(83,121,255,.14), transparent 60%);
}

/* Acciones (botones) */
.dg-special__actions{
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.dg-btn{
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.28);
  color: rgba(244,246,251,.95);
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.dg-btn:hover{
  transform: translateY(-1px);
  background: rgba(241,180,0,.12);
  border-color: rgba(241,180,0,.45);
}

.dg-btn--ghost{
  background: transparent;
}

/* Nombre editable (si usas contenteditable en #pizzaName) */
.dg-special__name[contenteditable="true"]{
  outline: none;
  border-radius: 12px;
  padding: 6px 8px;
}

.dg-special__name[contenteditable="true"]:focus{
  box-shadow: 0 0 0 4px rgba(241,180,0,.14);
}

/* Texto pequeño de ayuda */
.dg-special__hint{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(244,246,251,.70);
}