/* xl - DESKTOP STYLES */ 
/* BOTIGUES HERO */
.botigues-hero {
  background: var(--brown-dark);
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
	margin:64px 0;
}

.botigues-hero .hero-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(196,168,130,0.6);
}

.botigues-hero .label-tag {
  color: var(--brown-pale);
}

.botigues-hero .label-tag::before {
  background: var(--brown-pale);
}

.botigues-hero .section-headline {
  color: var(--cream);
}

.botigues-hero .section-headline em {
  color: var(--sand);
}

/* MAPA */
.botigues-mapa {
  height: 380px;
  background: var(--parchment);
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.botigues-mapa-inner {
  text-align: center;
}

.botigues-mapa-inner .label-tag {
  justify-content: center;
  margin-bottom: 8px;
}

.botigues-mapa-inner h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--brown-dark);
}

/* GRID */
.botigues-grid-section {
  padding: 64px 80px;
	margin-top:64px;
}

.botigues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.07);
}

.botiga-card {
  background: var(--cream);
  padding: 32px 28px;
  transition: background 0.2s;
}

.botiga-card:hover { background: var(--parchment); }

.botiga-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 300;
  color: rgba(0,0,0,0.07);
  margin-bottom: 14px;
  line-height: 1;
}

.botiga-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 4px;
}

.botiga-loc {
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
}

.botiga-detalls {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.botiga-detall {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #6b5c4e;
  line-height: 1.5;
}

.botiga-detall svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-top: 2px;
  stroke: var(--brown-light);
}

.botiga-detall a {
  color: #6b5c4e;
  text-decoration: none;
  transition: color 0.2s;
}

.botiga-detall a:hover { color: var(--brown-dark); }

.botiga-link {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brown-light);
  text-decoration: none;
  display: inline-block;
  margin-top: 14px;
  transition: color 0.2s;
}

.botiga-link:hover { color: var(--brown-dark); }

/* CTA CARD */
.botiga-cta-card {
  background: var(--brown-dark);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--sand);
  margin-bottom: 8px;
}

.cta-desc {
  font-size: 13px;
  color: rgba(196,168,130,0.5);
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-btn {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 11px 22px;
  background: var(--sand);
  color: var(--brown-dark);
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
  width: fit-content;
}

.cta-btn:hover { background: var(--parchment); }

/* STRIP */
.distribucio-strip {
  background: var(--charcoal);
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.distribucio-label {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 6px;
}

.distribucio-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--cream);
}

.distribucio-title em { font-style: italic; color: var(--sand); }

.btn-strip {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 28px;
  background: var(--sand);
  color: var(--brown-dark);
  text-decoration: none;
  transition: background 0.2s;
}

.btn-strip:hover { background: var(--parchment); }

/* TABLET */
@media (max-width: 1024px) {
  .botigues-hero {
    padding: 64px 48px;
    gap: 48px;
  }
  .botigues-grid-section {
    padding: 48px 48px;
  }
  .botigues-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .distribucio-strip {
    padding: 40px 48px;
  }
}

/* MÒBIL */
@media (max-width: 768px) {
  .botigues-hero {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 24px;
    margin: 80px 0 0;
  }
  .botigues-mapa {
    height: 280px;
  }
  .botigues-grid-section {
    padding: 40px 24px;
    margin-top: 0;
  }
  .botigues-grid {
    grid-template-columns: 1fr;
  }
  .distribucio-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 24px;
  }
  .btn-strip {
    width: 100%;
    text-align: center;
  }
}

