.menu-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(182, 122, 62, .25);
  background: radial-gradient(circle at 50% 20%, rgba(182, 122, 62, .09), transparent 38rem), #0b0a09;
  text-align: center;
}

.menu-section::before {
  position: absolute;
  top: 28px;
  right: max(5vw, 24px);
  left: max(5vw, 24px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--copper), transparent);
  content: "";
}

.menu-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.menu-heading h2 {
  font-size: clamp(3rem, 5.5vw, 6rem);
}

.menu-heading > p:last-child {
  margin: 24px auto 0;
  color: #c8baa6;
}

.menu-sheet {
  display: block;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(5px, .7vw, 10px);
  border: 1px solid var(--copper);
  background: #080706;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .55);
}

.menu-sheet img {
  width: 100%;
  height: auto;
}

.wine-menu {
  margin-top: clamp(56px, 8vw, 96px);
}

.wine-menu h3 {
  margin: 0 0 clamp(28px, 4vw, 44px);
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 520px) {
  .menu-heading h2 {
    font-size: 2.75rem;
  }

  .menu-heading {
    margin-bottom: 32px;
  }
}

/* Acceso directo a reservas en la cabecera móvil */
.mobile-reserve {
  display: none;
}

@media (max-width: 800px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: clamp(7px, 2.5vw, 14px);
    padding-right: 14px;
    padding-left: 14px;
  }

  .site-header .brand {
    min-width: 0;
    gap: 7px;
    font-size: clamp(.86rem, 3.7vw, 1.1rem);
    letter-spacing: .035em;
    white-space: nowrap;
  }

  .site-header .brand img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .mobile-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px clamp(9px, 2.8vw, 14px);
    border: 1px solid var(--copper);
    color: var(--copper-bright);
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .site-header .menu-toggle {
    justify-self: end;
    margin: 0;
    padding: 5px 0;
  }

  .mobile-reserve:active {
    background: var(--copper);
    color: #0b0a09;
  }
}

/* Imágenes principales */
.hero-image {
  background: #050403 url("imagenes/abanico.png") center / cover no-repeat;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, .75) 0%, rgba(5, 4, 3, .3) 48%, rgba(5, 4, 3, .16)),
    linear-gradient(0deg, rgba(5, 4, 3, .72), transparent 62%);
}

.intro {
  background:
    linear-gradient(90deg, rgba(7, 6, 5, .72) 0%, rgba(7, 6, 5, .5) 48%, rgba(7, 6, 5, .38)),
    linear-gradient(0deg, rgba(7, 6, 5, .12), rgba(7, 6, 5, .12)),
    url("imagenes/entrada principal.jpg") center 52% / cover no-repeat;
}

.intro h2 {
  text-shadow: 0 3px 26px rgba(0, 0, 0, .8);
}

.intro-copy {
  color: #eadfcd;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .9);
}
