/* =============================================
   park-map.css — Park Map page styles
   ============================================= */

/* Page wrapper */
.map-page {
  min-height: 100vh;
  background-color: #062726;
  display: flex;
  flex-direction: column;
}

/* ---- Hero section ---- */
.map-hero-section {
  width: 100%;
  background-color: #062726;
  padding: 3rem 2rem 2.5rem;
}

@media (min-width: 768px) {
  .map-hero-section {
    padding: 4rem 3rem 3rem;
  }
}

@media (min-width: 1024px) {
  .map-hero-section {
    padding: 5rem 4rem 3.5rem;
  }
}

.map-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.map-small-title {
  font-family: 'Muli', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.75rem;
}

.map-large-title {
  font-family: 'IvyJournal', serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

/* ---- Map image section ---- */
.map-image-section {
  width: 100%;
  background-color: #F2F3F4;
  display: flex;
  justify-content: center;
  padding: 0;
}

.map-image {
  width: 100%;
  display: block;
}
