/* ==========================================================================
   Pagina Location – hero, menu, gallery, come raggiungerci
   Stile allineato a home.css (oro, cream, Outfit, Great Vibes)
   ========================================================================== */

.page-location .location-main {
  background: var(--cream, #faf9f6);
}

/* ---------- Hero location ---------- */
.location-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.location-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.location-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.35) 0%, rgba(15, 15, 15, 0.6) 100%);
}

.location-hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem;
  max-width: 42rem;
}

/* Logo subito sotto hero */
.location-logo-block {
  background: var(--cream, #faf9f6);
  padding: 1.5rem 1rem 2rem;
  text-align: center;
}

.location-logo-wrap {
  max-width: 20rem;
  margin: 0 auto;
}

.location-logo-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.location-hero-title {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(3rem, 10vw, 5rem);
  font-weight: 400;
  color: #fff;
  margin: 0 0 0.5rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.location-hero-date {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 1.5rem;
}

.location-hero-cta {
  display: inline-block;
  margin-top: 0.5rem;
}

/* ---------- Blocchi generici ---------- */
.location-block {
  padding: clamp(3rem, 8vw, 4.5rem) 1.5rem;
}

.location-block.reveal {
  opacity: 1;
}

/* ---------- Storia / presentazione ristorante ---------- */
.location-story {
  background: var(--white, #fff);
  border-top: 1px solid rgba(15, 15, 15, 0.06);
}

.location-story-content {
  max-width: 40rem;
  margin: 0 auto;
}

.location-story-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft, #3d3d3d);
  margin: 0 0 1.25rem;
}

.location-story-content p:last-child {
  margin-bottom: 0;
}

.location-intro-text {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--ink-soft, #3d3d3d);
  margin: 0 0 2rem;
  max-width: 42rem;
}

.location-menu-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft, #3d3d3d);
  white-space: pre-line;
  max-width: 36rem;
  margin: 0 auto;
}

/* ---------- Gallery grid ---------- */
.location-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}

.location-gallery-item {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ink-soft, #3d3d3d);
}

.location-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Come raggiungerci + mappa ---------- */
.location-map .block-inner {
  max-width: 56rem;
  margin: 0 auto;
}

.location-map-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 1.5rem;
}

@media (max-width: 720px) {
  .location-map-layout {
    grid-template-columns: 1fr;
  }
}

.location-map-info .location-addr {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink, #0f0f0f);
  margin: 0 0 1rem;
}

.location-map-info .location-contact {
  margin: 0.5rem 0;
}

.location-map-info .location-contact a {
  color: var(--gold, #b8860b);
  text-decoration: none;
}

.location-map-info .location-contact a:hover {
  text-decoration: underline;
}

.location-map-info .btn {
  margin-top: 1rem;
}

.location-map-embed-wrap {
  background: rgba(15, 15, 15, 0.04);
  border-radius: 12px;
  overflow: hidden;
  min-height: 280px;
}

.location-map-iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.location-map-fallback {
  margin: 0;
  padding: 2rem;
  font-size: 0.95rem;
  color: var(--ink-soft, #3d3d3d);
  text-align: center;
}

/* ---------- CTA finale ---------- */
.location-cta {
  padding-top: 2rem;
  padding-bottom: 3rem;
  text-align: center;
}

.location-cta .btn {
  display: inline-block;
}
