﻿.store-hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  padding: 9rem clamp(1rem, 5vw, 5rem) 5rem;
  overflow: hidden;
  color: #fff;
}

.store-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(15, 34, 56, .88), rgba(25, 67, 118, .58), rgba(15, 34, 56, .18));
}

.store-hero-media {
  position: absolute;
  inset: 0;
}

.store-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.store-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.store-hero-content h1 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.15rem, 4.5vw, 4rem);
  line-height: 1.05;
}

.store-hero-content p:not(.eyebrow) {
  max-width: 670px;
  margin: 1rem 0 1.5rem;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.7;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.store-actions .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .68);
}

.store-coming {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.store-coming-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 67, 118, .1);
  text-align: center;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .9rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(255, 131, 68, .14);
  color: #ff8344;
  font-weight: 900;
}

.store-coming-card h2 {
  margin: 0 0 .75rem;
  color: #055D82;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.store-coming-card p {
  max-width: 760px;
  margin: 0 auto 1.4rem;
  color: #5c6b7e;
  line-height: 1.75;
}

.store-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1.4rem;
}

.store-roadmap article {
  display: grid;
  gap: .55rem;
  justify-items: center;
  padding: 1.1rem;
  border: 1px solid rgba(25, 67, 118, .12);
  border-radius: 8px;
  background: #f8fbff;
  color: #055D82;
  font-weight: 800;
}

.store-roadmap i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: #ff8344;
  color: #fff;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .store-hero {
    min-height: 58vh;
    padding: 6.4rem 1rem 2.5rem;
  }

  .store-hero::after {
    background: linear-gradient(180deg, rgba(15, 34, 56, .62), rgba(25, 67, 118, .76));
  }

  .store-hero-content h1 {
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }

  .store-hero-content p:not(.eyebrow) {
    font-size: .95rem;
    line-height: 1.55;
  }

  .store-actions {
    gap: .55rem;
  }

  .store-actions a {
    flex: 0 1 auto;
    min-width: 0;
    padding: .72rem .9rem;
    font-size: .9rem;
  }

  .store-roadmap {
    grid-template-columns: 1fr;
  }
}

/* Mobile hero buttons: compact and left aligned */
@media (max-width: 640px) {
  .store-hero .store-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: .48rem;
  }

  .store-hero .store-actions a,
  .store-hero .store-actions button {
    width: auto;
    min-height: 36px;
    justify-content: center;
    padding: .52rem .82rem;
    font-size: .78rem;
    line-height: 1.1;
  }
}
/* === Hero uniform responsive patch === */
/* Hero ordenado y uniforme */
.store-hero {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 7.5rem clamp(1rem, 5vw, 4.5rem) 4.5rem;
  text-align: center;
}

.store-hero::after {
  background: linear-gradient(180deg, rgba(6, 22, 43, .64), rgba(25, 67, 118, .48) 52%, rgba(6, 22, 43, .52));
}

.store-hero-content {
  width: min(900px, 100%);
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.store-hero-content h1 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(1.78rem, 4.6vw, 3.35rem);
  line-height: 1.05;
  text-wrap: balance;
}

.store-hero-content p {
  display: none;
}

.store-actions {
  justify-content: center;
  margin-top: .15rem;
}

.store-actions a,
.store-actions button {
  width: auto;
  min-height: 42px;
  padding: .64rem .95rem;
  border-radius: 8px;
  font-size: .84rem;
}

@media (max-width: 900px) {
  .store-hero {
    min-height: 440px;
    padding: 6.6rem 1rem 3.2rem;
  }
}

@media (max-width: 640px) {
  .store-hero {
    min-height: 360px;
    padding: 5.9rem .9rem 2.4rem;
  }

  .store-hero-content h1 {
    max-width: 19rem;
    font-size: clamp(1.32rem, 6.1vw, 1.78rem);
    line-height: 1.08;
  }

  .store-hero .store-actions {
    width: min(100%, 20rem);
    justify-content: center;
  }

  .store-hero .store-actions a,
  .store-hero .store-actions button {
    width: auto;
    min-height: 32px;
    padding: .42rem .62rem;
    font-size: .72rem;
  }
}
/* === End hero uniform responsive patch === */
/* === Hero H1 slide motion patch === */
/* Movimiento suave de entrada para H1 del hero */
.store-hero-content h1 {
  animation: heroTitleSlideIn 1.05s ease both;
  will-change: opacity, transform, filter;
}

@keyframes heroTitleSlideIn {
  from {
    opacity: 0;
    transform: translateX(-34px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-hero-content h1 {
    animation: none;
  }
}
/* === End hero H1 slide motion patch === */

/* === Hero unique subtitle patch === */
.hero-subtitle {
  max-width: min(760px, 92vw);
  margin: clamp(.65rem, 1.5vw, 1rem) 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-shadow: 0 12px 28px rgba(4, 18, 38, .58);
  animation: heroSubtitleSoftIn 1.35s ease both .28s;
}

.contact-hero-content .hero-subtitle,
.about-hero-content .hero-subtitle,
.store-hero-content .hero-subtitle {
  margin-left: auto;
  margin-right: auto;
}

@keyframes heroSubtitleSoftIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 640px) {
  .hero-subtitle {
    max-width: min(320px, 88vw);
    margin-top: .55rem;
    font-size: .9rem;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-subtitle {
    animation: none;
  }
}
/* === End hero unique subtitle patch === */