.store-hero {
  padding: 6rem 0 4.5rem;
  background:
    linear-gradient(110deg, rgba(27, 94, 32, 0.85), rgba(27, 94, 32, 0.65)),
    url("../wp-content/uploads/2025/03/Alpro-OptiSaver-Centrio-300x240.webp") center / cover no-repeat;
  color: #fff;
}

.store-hero h1 span {
  color: var(--brand-yellow);
}

.store-hero p {
  margin: 0;
  max-width: 780px;
}

.store-hero-cta {
  margin: 1.35rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}

.store-hero-book-btn {
  flex-shrink: 0;
}

.store-hero-cta-hint {
  font-size: 0.92rem;
  line-height: 1.45;
  opacity: 0.92;
  max-width: 420px;
}

.store-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 1.1rem;
  align-items: start;
}

.store-list {
  display: grid;
  gap: 0.85rem;
}

.store-map-hint {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  color: #3d5246;
  line-height: 1.45;
}

.store-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  cursor: pointer;
}

.store-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.store-card--active {
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}

.store-card:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.store-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
}

.store-card p {
  margin: 0 0 0.55rem;
  color: #2f4235;
}

.store-time {
  font-size: 0.92rem;
}

.store-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--brand);
  color: var(--brand);
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.86rem;
  padding: 0.5rem 1rem;
  transition: var(--transition);
}

.store-link:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

.store-link.whatsapp {
  border-color: #1f9b5d;
  color: #1f9b5d;
}

.store-link.whatsapp:hover {
  background: #1f9b5d;
  color: #fff;
}

.map-panel {
  position: sticky;
  top: 90px;
  background: #fff;
  border: 1px solid #d8e2d3;
  border-radius: 14px;
  overflow: hidden;
}

.map-panel iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}

.map-panel p {
  margin: 0;
  padding: 0.75rem 0.9rem;
  font-size: 0.9rem;
  color: #46584c;
  border-top: 1px solid #edf2ea;
}

.map-panel-reviews {
  border-top: 1px solid #edf2ea;
  padding: 0.85rem 0.9rem 0.75rem;
  background: linear-gradient(180deg, #fafcf9 0%, #fff 40%);
}

.reviews-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.reviews-panel-title {
  margin: 0;
  font-size: 1rem;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  color: #1b2e22;
}

.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: #3d5246;
}

.reviews-stars {
  letter-spacing: 0.06em;
  color: #e6a700;
  font-size: 0.95rem;
}

.reviews-meta {
  font-weight: 500;
}

.reviews-placeholder {
  margin: 0;
  font-size: 0.88rem;
  color: #5a6b5f;
  line-height: 1.45;
}

.reviews-placeholder code {
  font-size: 0.82em;
  word-break: break-all;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 2px;
}

.review-card {
  background: #fff;
  border: 1px solid #e8efe4;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font-size: 0.86rem;
  line-height: 1.45;
}

.review-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.review-author {
  font-weight: 600;
  color: #1b2e22;
}

.review-when {
  font-size: 0.8rem;
  color: #6b7d72;
  flex-shrink: 0;
}

.review-stars-small {
  color: #e6a700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

.review-text {
  margin: 0;
  color: #2f4235;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-foot {
  margin: 0.65rem 0 0;
  padding: 0;
  border: 0;
  font-size: 0.86rem;
}

.reviews-maps-link {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}

.reviews-maps-link:hover {
  text-decoration: underline;
}

.google-attribution {
  margin: 0.75rem 0 0;
  padding-top: 0.65rem;
  border-top: 1px solid #edf2ea;
  font-size: 0.75rem;
  color: #6b7d72;
  line-height: 1.4;
}

.google-attribution a {
  color: #4285f4;
  font-weight: 600;
  text-decoration: none;
}

.google-attribution a:hover {
  text-decoration: underline;
}

.google-attribution-note {
  display: block;
  margin-top: 0.25rem;
}

@media (max-width: 980px) {
  .store-layout {
    grid-template-columns: 1fr;
  }

  .map-panel {
    position: static;
    order: -1;
  }

  .map-panel iframe {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .store-hero {
    padding: clamp(3.5rem, 10vw, 5rem) 0 clamp(2.5rem, 8vw, 4rem);
  }

  .map-panel iframe {
    height: min(320px, 55vh);
  }
}
