/* Página Nosotros */

/* Intro */
.about-hero { position: relative; background: var(--green); color: var(--cream); overflow: hidden; padding-block: 30px 34px; text-align: center; }
.about-hero__arc { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 420px; height: 420px; border-radius: 50%; background: var(--green-2); opacity: .45; }
.about-hero__inner { position: relative; }
.about-hero__dog { width: 88px; margin: 0 auto 10px; filter: brightness(0) invert(1); opacity: .96; }
.about-hero__eyebrow { color: var(--gold); }
.about-hero__title { font-weight: 900; font-size: var(--fs-hero); margin: 6px 0 12px; }
.about-hero__lead { max-width: 560px; margin: 0 auto; color: rgba(247,241,217,.9); font-size: 15px; line-height: 1.6; }

/* Historia */
.about-story__grid { display: grid; gap: 18px; }
.about-story__photo { aspect-ratio: 4/3; background: linear-gradient(135deg,#e7dcb0,#d8cda0); border-radius: var(--r-lg); display: grid; place-items: center; color: #9a8f63; font-size: 12px; box-shadow: var(--shadow-card); }
.about-story__text p { margin-top: 10px; color: rgba(36,48,41,.85); line-height: 1.65; }

/* Valores */
.about-values__grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.value-card { background: var(--card); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--shadow-card); }
.value-card__ic { color: var(--green); font-size: 30px; margin-bottom: 8px; }
.value-card h3 { font-family: var(--font-display); font-size: var(--fs-h3); color: var(--green); margin-bottom: 4px; }
.value-card p { font-size: 14px; color: rgba(36,48,41,.8); line-height: 1.55; }

/* Visítanos */
.about-visit__grid { display: grid; gap: 18px; }
.about-visit__list { list-style: none; padding: 0; margin: 0 0 18px; }
.about-visit__list li { padding: 10px 0; border-bottom: 1px dashed rgba(59,91,68,.25); font-size: 14px; line-height: 1.5; }
.about-visit__list strong { color: var(--green); }
.about-visit__map { min-height: 220px; background: linear-gradient(135deg,#dfe6da,#cdd8c8); border-radius: var(--r-lg); display: grid; place-items: center; color: #7d8a78; font-size: 12px; box-shadow: var(--shadow-card); }

/* Cierre */
.about-cta { background: var(--gold); color: var(--ink); }
.about-cta__inner { text-align: center; padding-block: 34px; }
.about-cta__inner h2 { font-family: var(--font-display); font-size: var(--fs-h2); margin-bottom: 6px; }
.about-cta__inner p { margin-bottom: 16px; }

@media (min-width: 768px) {
  .about-hero { padding-block: 56px 60px; }
  .about-hero__dog { width: 110px; }
  .about-story__grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; }
  .about-values__grid { grid-template-columns: repeat(4, 1fr); }
  .about-visit__grid { grid-template-columns: 1fr 1fr; align-items: start; gap: 32px; }
}

/* ── Banda de cifras (35 años) ──
   La trayectoria es el argumento más fuerte de la tienda; se le da peso visual. */
.about-cifras { background: var(--green); color: var(--cream); padding-block: 34px; }
.about-cifras__grid { display: grid; grid-template-columns: 1fr; gap: 24px; text-align: center; }
.cifra { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.cifra__num { font-family: var(--font-display); font-size: 46px; line-height: 1; color: var(--gold); }
.cifra__txt { font-family: var(--font-ui); font-size: 14.5px; line-height: 1.45; max-width: 24ch; opacity: .92; }

@media (min-width: 768px) {
  .about-cifras { padding-block: 44px; }
  .about-cifras__grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .cifra__num { font-size: 58px; }
  .cifra__txt { font-size: 15.5px; }
}

/* ── Galería "Así es Rulos por dentro" ── */
.about-galeria__sub { color: rgba(36,48,41,.65); margin: 4px 0 18px; }
.about-galeria__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.about-galeria figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.about-galeria img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4 / 3; }
@media (min-width: 768px) {
  .about-galeria__grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .about-galeria img { aspect-ratio: 3 / 4; }
}
/* La foto vertical del mostrador llena su columna sin deformarse. */
.about-story__photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--r-lg); }

/* Mapa (OpenStreetMap, sin cookies): ocupa su caja y no desborda en móvil. */
.about-visit__map { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-card); background: var(--card); min-height: 280px; }
.about-visit__map iframe { display: block; width: 100%; height: 100%; min-height: 280px; border: 0; }
@media (min-width: 768px) { .about-visit__map, .about-visit__map iframe { min-height: 380px; } }
