/* Open-park sections — ported from design/parques/barakaldo.html.
   Scoped under .limon-park so nothing leaks onto Elementor pages. */

.limon-park section {
  padding: 60px 0;
}

/* Hero (Neon Arcade) */
.limon-park .hero {
  position: relative;
  background: var(--c-night-1);
  padding: 60px 0 50px;
  overflow: hidden;
}
.limon-park .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.limon-park .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(27, 12, 41, 0.92) 0%,
    rgba(27, 12, 41, 0.7) 50%,
    rgba(27, 12, 41, 0.4) 100%
  );
  z-index: 1;
}
.limon-park .hero .container {
  position: relative;
  z-index: 2;
}
.limon-park .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.limon-park .hero h1 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 0.98;
  margin: 0;
  color: #fff;
}
.limon-park .hero h1 .highlight {
  color: var(--c-pink);
}
.limon-park .hero-address {
  font-size: 17px;
  font-weight: 700;
  color: #ebd9f5;
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.limon-park .hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.limon-park .hero-tag {
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}
.limon-park .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.limon-park .hero-buttons a {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  border-radius: 999px;
  padding: 16px 30px;
  border: var(--border-ink);
  box-shadow: 0 6px 0 var(--c-ink);
  transition:
    transform 0.08s,
    box-shadow 0.08s;
  text-decoration: none;
}
.limon-park .hero-buttons a:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 var(--c-ink);
}
.limon-park .hero-buttons .primary {
  background: var(--c-pink);
  color: #fff;
}
.limon-park .hero-buttons .secondary {
  background: var(--c-yellow);
  color: var(--c-ink);
}

/* Google reviews badge */
.limon-park .google-reviews {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 2px solid var(--c-ink);
  border-radius: 12px;
  padding: 8px 14px;
  box-shadow: 0 4px 0 rgba(42, 19, 56, 0.12);
  margin-top: 16px;
  text-decoration: none;
}
.limon-park .google-reviews-logo {
  height: 18px;
  width: auto;
}
.limon-park .google-reviews-rating {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-ink);
}
.limon-park .google-reviews-stars {
  display: flex;
  gap: 1px;
}
.limon-park .google-reviews-stars svg {
  width: 14px;
  height: 14px;
  fill: #fbbc04;
  stroke: none;
}
.limon-park .google-reviews-count {
  font-size: 12px;
  font-weight: 700;
  color: #5b4a66;
}

/* Zones */
.limon-park .zones {
  background: #fff;
  border-top: var(--border-ink);
  border-bottom: var(--border-ink);
}
.limon-park .zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
}
.limon-park .zone-card {
  text-align: center;
  border: var(--border-ink);
  border-radius: 20px;
  padding: 20px 14px;
  box-shadow: 0 6px 0 rgba(42, 19, 56, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.limon-park .zone-card h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px;
}

/* Info grid */
.limon-park .park-info {
  background: var(--c-cream);
}
.limon-park .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.limon-park .info-card {
  background: #fff;
  border: var(--border-ink);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 0 rgba(42, 19, 56, 0.1);
}
.limon-park .info-card.purple {
  background: var(--c-purple);
  color: #fff;
}
.limon-park .info-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.limon-park .hours-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 2px dashed #eadff0;
}
.limon-park .hours-row:last-child {
  border-bottom: none;
}
.limon-park .hours-row.closed {
  color: #b9a9c4;
}
.limon-park .hours-row span:first-child {
  font-weight: 800;
}
.limon-park .hours-row span:last-child {
  font-family: var(--font-head);
  font-weight: 600;
}
.limon-park .price-row {
  display: flex;
  justify-content: space-between;
  background: #ffffff18;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 10px;
}
.limon-park .price-row.highlight {
  background: var(--c-yellow);
  color: var(--c-ink);
}
.limon-park .price-row span:first-child {
  font-weight: 800;
}
.limon-park .price-row span:last-child {
  font-family: var(--font-head);
  font-weight: 700;
}
.limon-park .info-link {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-ink);
  background: #fff;
  border: 2.5px solid var(--c-ink);
  border-radius: 999px;
  padding: 12px;
  box-shadow: 0 4px 0 var(--c-ink);
  text-decoration: none;
}
.limon-park .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.limon-park .service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
}

/* LimonPass */
.limon-park .limonpass {
  background: linear-gradient(135deg, var(--c-purple) 0%, #5a1e6f 100%);
  padding: 70px 0;
  color: #fff;
  border-top: var(--border-ink);
  border-bottom: var(--border-ink);
}
.limon-park .limonpass-header {
  text-align: center;
  margin-bottom: 40px;
}
.limon-park .limonpass-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-yellow);
  color: var(--c-ink);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  border: var(--border-ink);
  margin-bottom: 16px;
}
.limon-park .limonpass-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 10px;
}
.limon-park .limonpass-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #ebd9f5;
  max-width: 600px;
  margin: 0 auto;
}
.limon-park .limonpass-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.limon-park .pass-card {
  position: relative;
  background: #fff;
  color: var(--c-ink);
  border: var(--border-ink);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: transform 0.12s;
}
.limon-park .pass-card:hover {
  transform: translateY(-6px);
}
.limon-park .pass-card.featured {
  background: #fff;
  box-shadow: 0 10px 0 rgba(236, 30, 156, 0.28);
}
.limon-park .pass-badge {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12px;
  background: var(--c-purple);
  color: #fff;
  padding: 5px 12px;
  border-radius: 8px;
  margin-bottom: 14px;
  align-self: flex-start;
}
.limon-park .pass-card.featured .pass-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: var(--c-pink);
  border: 2.5px solid var(--c-ink);
  border-radius: 999px;
}
.limon-park .pass-features li::before {
  content: "✓";
  color: var(--c-green);
  font-weight: 800;
}
.limon-park .limonpass::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#ffffff15 2px, transparent 2px);
  background-size: 30px 30px;
  pointer-events: none;
}
.limon-park .limonpass {
  position: relative;
}
.limon-park .limonpass > .container {
  position: relative;
  z-index: 1;
}
.limon-park .pass-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: var(--border-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.limon-park .pass-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
}
.limon-park .pass-price {
  margin: 16px 0;
}
.limon-park .pass-price strong {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 38px;
}
.limon-park .pass-price span {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-muted-2);
  display: block;
  margin-top: 2px;
}
.limon-park .pass-features {
  flex: 1;
  margin: 0 0 18px;
  padding: 0;
}
.limon-park .pass-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  list-style: none;
}
.limon-park .pass-cta {
  display: block;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: var(--c-pink);
  border: var(--border-ink);
  border-radius: 999px;
  padding: 12px;
  box-shadow: 0 4px 0 var(--c-ink);
  text-decoration: none;
  transition:
    transform 0.08s,
    box-shadow 0.08s;
}
.limon-park .pass-cta:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--c-ink);
}

/* CTA band */
.limon-park .cta {
  background: var(--c-yellow);
  text-align: center;
  border-top: var(--border-ink);
}
.limon-park .cta h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
}
.limon-park .cta p {
  font-size: 18px;
  font-weight: 700;
  color: #4a3a55;
  margin: 12px 0 24px;
}
.limon-park .cta a {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: var(--c-pink);
  border: var(--border-ink);
  border-radius: 999px;
  padding: 18px 40px;
  box-shadow: 0 6px 0 var(--c-ink);
  text-decoration: none;
}

/* Gallery */
.limon-park .gallery {
  padding: 20px 0 40px;
}
.limon-park .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 12px;
  height: 220px;
}
.limon-park .gallery-item {
  position: relative;
  border: var(--border-ink);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.15s;
}
.limon-park .gallery-item:hover {
  transform: scale(1.02);
  z-index: 2;
}
.limon-park .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.limon-park .gallery-more {
  position: absolute;
  inset: 0;
  background: rgba(42, 19, 56, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

/* Lightbox */
.limon-park .lightbox {
  position: fixed;
  inset: 0;
  background: rgba(42, 19, 56, 0.95);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.limon-park .lightbox.active {
  display: flex;
}
.limon-park .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: var(--border-ink);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 0 var(--c-ink);
}
.limon-park .lightbox-close:hover,
.limon-park .lightbox-close:focus {
  color: #c36;
}
.limon-park .lightbox-content {
  max-width: 90vw;
  max-height: 80vh;
  display: flex;
  align-items: center;
  gap: 20px;
}
.limon-park .lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  border: 4px solid #fff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.limon-park .lightbox-nav {
  width: 56px;
  height: 56px;
  background: #fff;
  border: var(--border-ink);
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 0 var(--c-ink);
  flex-shrink: 0;
}
.limon-park .lightbox-nav:hover,
.limon-park .lightbox-nav:focus {
  color: #c36;
}
.limon-park .lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  border-radius: 999px;
}

/* VR zone */
.limon-park .vr-zone {
  padding: 80px 0;
  background: linear-gradient(135deg, #1b0c29 0%, #2a1338 50%, #3d1a4f 100%);
  border-top: 3px solid var(--c-purple);
  position: relative;
  overflow: hidden;
}
.limon-park .vr-zone::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 300px;
  height: 300px;
  background: var(--c-purple);
  filter: blur(120px);
  opacity: 0.4;
  border-radius: 50%;
}
.limon-park .vr-zone::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 250px;
  height: 250px;
  background: var(--c-blue);
  filter: blur(100px);
  opacity: 0.3;
  border-radius: 50%;
}
.limon-park .vr-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.limon-park .vr-text {
  color: #fff;
}
.limon-park .vr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  background: var(--c-purple);
  padding: 10px 18px;
  border-radius: 999px;
  border: var(--border-ink);
  margin-bottom: 20px;
}
.limon-park .vr-zone h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(36px, 6vw, 52px);
  line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #fff 0%, #c9b3d9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.limon-park .vr-subtitle {
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 28px;
  color: var(--c-yellow);
  margin-bottom: 16px;
}
.limon-park .vr-zone p {
  font-size: 17px;
  font-weight: 600;
  color: #c9b3d9;
  line-height: 1.6;
  margin-bottom: 24px;
}
.limon-park .vr-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0;
}
.limon-park .vr-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.limon-park .vr-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 420px;
}
.limon-park .vr-img {
  border-radius: 20px;
  border: 4px solid var(--c-ink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s;
}
.limon-park .vr-img:hover {
  transform: scale(1.03);
}
.limon-park .vr-img-1 {
  grid-row: span 2;
}
.limon-park .vr-img-2 {
  grid-column: 2;
  grid-row: 1;
}
.limon-park .vr-img-3 {
  grid-column: 2;
  grid-row: 2;
}

/* Events (featured) */
.limon-park .events {
  background: #fff;
  border-top: var(--border-ink);
}
.limon-park .events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 16px;
}
.limon-park .events-header h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 36px);
}
.limon-park .events-link {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-purple);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.limon-park .events-link:hover {
  text-decoration: underline;
}
.limon-park .event-featured {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  background: var(--c-cream);
  border: var(--border-ink);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 0 rgba(42, 19, 56, 0.12);
  transition: transform 0.12s;
  text-decoration: none;
  color: inherit;
}
.limon-park .event-featured:hover {
  transform: translateY(-4px);
}
.limon-park .event-featured-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 280px;
}
.limon-park .event-featured-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: var(--c-pink);
  padding: 6px 14px;
  border-radius: 10px;
  border: 2px solid var(--c-ink);
}
.limon-park .event-featured-content {
  padding: 32px;
}
.limon-park .event-featured-date {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: var(--c-pink);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.limon-park .event-featured-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.limon-park .event-featured-desc {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-muted);
  line-height: 1.5;
  margin-bottom: 20px;
}
.limon-park .event-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.limon-park .event-featured-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-muted-2);
}
.limon-park .event-featured-cta {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: var(--c-pink);
  border: var(--border-ink);
  border-radius: 999px;
  padding: 12px 24px;
  box-shadow: 0 4px 0 var(--c-ink);
}

/* Reels */
.limon-park .reels {
  padding: 70px 0;
  background: linear-gradient(180deg, #1b0c29 0%, #2a1338 100%);
  overflow: hidden;
  border-top: var(--border-ink);
}
.limon-park .reels-header {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.limon-park .reels-hashtag {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 5vw, 42px);
  background: linear-gradient(90deg, #ffd21e, #ec1e9c, #7a2e8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.limon-park .reels-subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #c9b3d9;
  margin-top: 12px;
}
.limon-park .reels-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: reelsScroll 40s linear infinite;
}
.limon-park .reels-track:hover {
  animation-play-state: paused;
}
@keyframes reelsScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.limon-park .reel-item {
  flex-shrink: 0;
  width: 200px;
  height: 355px;
  border-radius: 20px;
  border: 3px solid #ffffff30;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.limon-park .reel-item:hover {
  transform: scale(1.05);
  border-color: var(--c-pink);
}
.limon-park .reel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.limon-park .reels-cta {
  text-align: center;
  margin-top: 40px;
}
.limon-park .reels-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #ec1e9c, #7a2e8f);
  border: 3px solid #fff;
  border-radius: 999px;
  padding: 14px 28px;
  box-shadow: 0 6px 20px rgba(236, 30, 156, 0.4);
  transition: transform 0.1s;
  text-decoration: none;
}
.limon-park .reels-cta a:hover {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .limon-park .reels-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }
}

/* Map / directions */
.limon-park .map-section {
  background: #fff;
  border-top: var(--border-ink);
}
.limon-park .map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.limon-park .map-placeholder {
  background: #ddebe0;
  border: var(--border-ink);
  border-radius: 24px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    linear-gradient(#c9dfce 2px, transparent 2px),
    linear-gradient(90deg, #c9dfce 2px, transparent 2px);
  background-size: 40px 40px;
}
.limon-park .map-placeholder span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  background: #fff;
  border: var(--border-ink);
  border-radius: 14px;
  padding: 14px 24px;
  box-shadow: 0 5px 0 var(--c-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.limon-park .map-embed {
  border: var(--border-ink);
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
}
.limon-park .map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}
.limon-park .directions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.limon-park .direction-card {
  background: var(--c-cream);
  border: var(--border-ink);
  border-radius: 20px;
  padding: 20px;
}
.limon-park .direction-card h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.limon-park .direction-card p {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-muted);
}

@media (max-width: 820px) {
  .limon-park .hero-grid {
    grid-template-columns: 1fr;
  }
  .limon-park .gallery-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
  .limon-park .gallery-item {
    height: 160px;
  }
  .limon-park .vr-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .limon-park .vr-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .limon-park .vr-img {
    height: 180px;
  }
  .limon-park .vr-img-1 {
    grid-row: auto;
  }
  .limon-park .event-featured {
    grid-template-columns: 1fr;
  }
  .limon-park .map-grid {
    grid-template-columns: 1fr;
  }
}
