/* =========================
   /assets/css/shop.css
   Nur Shop Coming Soon
   ========================= */

.page--shop .eyebrow{
  /* soll wie H2 wirken */
  color: var(--taupe-dark, rgba(111,100,90,0.95));
}

.shopSoon__head{
  text-align: center;
  max-width: 78ch;
  margin: 0 auto;
}

.shopSoon__hero{
  margin: 18px 0 0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--line, rgba(0,0,0,0.10));
  background: rgb(var(--ed-ivory, 249,245,239));
  aspect-ratio: 16 / 9;
}
.shopSoon__hero img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopSoon__box{
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.06);
  background: rgba(249,245,239,0.55);
  padding: clamp(16px, 2.4vw, 22px);
}

.shopSoon__h2{
  margin: 0;
}

.shopSoon__text{
  margin-top: 10px;
  max-width: 78ch;
}

.shopSoon__form{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}
@media (max-width: 720px){
  .shopSoon__form{
    grid-template-columns: 1fr;
  }
}

.shopSoon__ctas{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shopSoon__why{
  max-width: 86ch;
}
.shopSoon__form{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: stretch; /* wichtig: gleiche Höhe */
  margin-top: 14px;
}

/* Input + Button bekommen identische Höhe */
.shopSoon__form .input{
  height: 48px;
}

.shopSoon__form .btn{
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shopSoon__why--center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.shopSoon__why--center .shopSoon__text{
  margin-left: auto;
  margin-right: auto;
}
.page--shop .shopSoonForm{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: stretch;
  margin-top: 14px;
}

.page--shop .shopSoonForm .input{ height: 48px; }
.page--shop .shopSoonForm .btn{
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Überschrift-Block über dem Hero wirklich mittig */
.page--shop .shopSoonHead--center{
  text-align: center;
}

.page--shop .shopSoonHead--center .eyebrow,
.page--shop .shopSoonHead--center h1,
.page--shop .shopSoonHead--center .lede{
  margin-left: auto;
  margin-right: auto;
}

.page--shop .shopSoonHead--center .lede{
  max-width: 70ch;
}
