.gygabon-local-eyebrow {
  margin: 0 0 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: Quicksand, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.gygabon-local-hero-copy {
  max-width: 42rem;
  margin: -0.5rem auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: Quicksand, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.gygabon-local-page {
  padding: 2rem 1rem 3rem;
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.gygabon-local-shell {
  width: min(100%, 64rem);
  margin: 0 auto;
}

.gygabon-local-card {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(20, 91, 144, 0.12);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(20, 91, 144, 0.12);
}

.gygabon-local-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.35rem;
  background: linear-gradient(90deg, #0b5f9e 0%, #1f88c8 55%, #e5484d 100%);
  content: "";
}

.gygabon-local-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.3rem;
}

.gygabon-local-kicker {
  margin: 0;
  color: #e5484d;
  font-family: Quicksand, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gygabon-local-card h2 {
  margin: 0.3rem 0 0;
  color: #153b57;
  font-family: Quicksand, sans-serif;
  font-size: clamp(1.65rem, 5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.08;
}

.gygabon-local-city {
  flex: 0 0 auto;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: #eef7fc;
  color: #0b5f9e;
  font-family: Quicksand, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.gygabon-local-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.gygabon-local-info {
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f6fafc;
}

.gygabon-local-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 2.55rem;
  height: 2.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: #0b5f9e;
  color: #ffffff;
}

.gygabon-local-icon svg,
.gygabon-local-btn svg {
  width: 1.2rem;
  height: 1.2rem;
}

.gygabon-local-label {
  margin: 0;
  color: #6f8797;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gygabon-local-value {
  margin: 0.2rem 0 0;
  color: #173f5a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.gygabon-local-subvalue {
  margin: 0.25rem 0 0;
  color: #5f7786;
  font-size: 0.92rem;
  line-height: 1.4;
}

.gygabon-local-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin-top: 1rem;
}

.gygabon-local-btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border: 2px solid transparent;
  border-radius: 0.95rem;
  font-family: Quicksand, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.gygabon-local-btn:hover,
.gygabon-local-btn:focus-visible {
  transform: translateY(-1px);
}

.gygabon-local-btn-primary {
  background: #0b5f9e;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 95, 158, 0.22);
}

.gygabon-local-btn-primary:hover,
.gygabon-local-btn-primary:focus-visible {
  background: #084c80;
  color: #ffffff;
}

.gygabon-local-btn-secondary {
  border-color: rgba(11, 95, 158, 0.2);
  background: #ffffff;
  color: #0b5f9e;
}

.gygabon-local-btn-secondary:hover,
.gygabon-local-btn-secondary:focus-visible {
  background: #f3f9fc;
  color: #084c80;
}

/* Garça pilot: compact the hero without changing the other store pages. */
.gygabon-local-hero-garca .gygabon-local-hero-content {
  padding-bottom: 5rem;
}

.gygabon-local-hero-garca h1 {
  padding-bottom: 1rem;
  font-size: clamp(2.25rem, 5.2vw, 4rem);
  line-height: 1.12;
}

.gygabon-local-page.gygabon-local-page-garca {
  padding-top: 2rem;
}

/* Verified store photographs, with links to the complete originals. */
.gygabon-local-gallery {
  margin-top: 1.5rem;
}

.gygabon-local-gallery-hint {
  margin: 0.7rem 0 0;
  color: #5f7786;
  font-size: 0.92rem;
  line-height: 1.5;
}

.gygabon-local-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.gygabon-local-gallery-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e3edf3;
  border-radius: 1rem;
  background: #f6fafc;
}

.gygabon-local-gallery-item:first-child {
  grid-column: 1 / -1;
}

.gygabon-local-gallery-link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: #ffffff;
  cursor: zoom-in;
}

.gygabon-local-gallery-item:first-child .gygabon-local-gallery-link {
  aspect-ratio: 16 / 9;
}

.gygabon-local-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gygabon-local-gallery-item:first-child .gygabon-local-gallery-image {
  object-position: 50% 25%;
}

.gygabon-local-page-garca .gygabon-local-gallery-item:last-child .gygabon-local-gallery-image {
  object-position: 50% 75%;
}

.gygabon-local-gallery-item figcaption {
  margin: 0;
  padding: 0.7rem 0.85rem;
  color: #173f5a;
  font-family: Quicksand, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
}

.gygabon-local-gallery-expand {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(14, 44, 66, 0.8);
  color: #ffffff;
}

.gygabon-local-gallery-expand svg {
  width: 1.1rem;
  height: 1.1rem;
}

.gygabon-local-gallery-link:hover .gygabon-local-gallery-expand,
.gygabon-local-gallery-link:focus-visible .gygabon-local-gallery-expand {
  background: #0b5f9e;
}

.gygabon-local-gallery-link:focus-visible {
  outline: 3px solid #0b5f9e;
  outline-offset: -3px;
}

@media (max-width: 699px) {
  .gygabon-local-hero-garca .gygabon-local-hero-content {
    padding-bottom: 4rem;
  }

  .gygabon-local-hero-garca .gygabon-local-hero-copy {
    max-width: 26rem;
    font-size: 0.95rem;
  }

  .gygabon-local-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gygabon-local-gallery-item:first-child .gygabon-local-gallery-link {
    aspect-ratio: 4 / 3;
  }
}

.gygabon-local-note {
  margin-top: 0.9rem;
  padding: 0.8rem 1rem;
  border-radius: 0.9rem;
  background: #fff6e9;
  color: #7c5a22;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 700px) {
  .gygabon-local-page {
    padding: 3rem 1.5rem 4rem;
  }

  .gygabon-local-card {
    padding: 2rem;
  }

  .gygabon-local-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gygabon-local-actions {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (max-width: 520px) {
  .gygabon-local-card-head {
    flex-direction: column;
  }

  .gygabon-local-city {
    align-self: flex-start;
  }
}


/* WhatsApp: same visual treatment used on the store pages. */
.gygabon-local-btn-whatsapp {
  grid-column: 1 / -1;
  border-color: #d7eee0;
  background: #ffffff;
  color: #168b4e;
  box-shadow: none;
}

.gygabon-local-btn-whatsapp:hover,
.gygabon-local-btn-whatsapp:focus-visible {
  border-color: #25d366;
  background: #f2fcf6;
  color: #116c3d;
}

.gygabon-local-whatsapp-icon {
  display: inline-flex;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #16a34a;
}

.gygabon-local-btn-whatsapp .gygabon-local-whatsapp-icon img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: fill;
}

.gygabon-local-contact-card {
  max-width: 38rem;
  margin: 1.5rem auto 0;
}
