.stationary-wrap{
  --stationary-paper:#ffffff;
  --stationary-ink:#161512;
  --stationary-red:#c1272d;
  --stationary-hairline:#e4e1d8;
  --stationary-muted:#8a8578;

  background: transparent;
  color:var(--stationary-ink);
  font-family:'ClashDisplay', sans-serif;
  font-weight:400;
  text-align:left;
}

.stationary-wrap *{ box-sizing:border-box; }

/* ---------- Nagłówek sekcji (wyśrodkowany, bez logo) ---------- */

.stationary-header{
  text-align:center;
  margin-bottom:40px;
  padding-bottom:24px;
  border-bottom:1px solid var(--stationary-hairline);
}

.stationary-eyebrow{
  font-size:13px;
  font-weight:600;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--stationary-red);
  margin-bottom:10px;
}

.stationary-title{
  font-family:'ClashDisplay', sans-serif;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.01em;
  font-size:clamp(28px, 4vw, 42px);
  color:var(--stationary-ink);
  line-height:0.98;
  margin:0;
}

/* ---------- Powtarzalny boks sklepu ---------- */

.stationary-card{
  background:var(--stationary-paper);
  border:1px solid var(--stationary-hairline);
  margin:0px 0px 28px !important;
  position:relative;
  overflow:hidden;
}

.stationary-details{
  padding:40px 44px 36px;
  position:relative;
  border-right:1px dashed var(--stationary-hairline);
}

.stationary-map{
  position:relative;
  min-height:340px;
}

@media (max-width:991.98px){
  .stationary-details{ border-right:none; border-bottom:1px dashed var(--stationary-hairline); }
}

/* logo danego salonu */

.stationary-stamp{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:30px;
}

.stationary-logo{
  max-height:64px;
  max-width:220px;
  width:auto;
  height:auto;
  display:block;
}

.stationary-logo-box-placeholder{
  height:64px;
  min-width:180px;
  border:1px dashed var(--stationary-red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--stationary-muted);
  padding:0 14px;
  text-align:center;
}

.stationary-tag{
  font-size:13px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--stationary-muted);
  margin-bottom:28px;
  display:block;
}

.stationary-info-list{
  list-style:none;
  padding:0;
  margin:0 0 26px;
}

.stationary-info-list li{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:12px 0;
  border-top:1px solid var(--stationary-hairline);
  font-size:15px;
  font-weight:400;
}

.stationary-info-list li:first-child{ border-top:none; }

.stationary-info-list a{
  color:var(--stationary-ink);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .15s ease;
}
.stationary-info-list a:hover{ border-color:var(--stationary-red); }

.stationary-label{
  color:var(--stationary-muted);
  display:block;
  font-size:11px;
  font-weight:500;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:2px;
}

/* ---------- Flaga "dostawa" - zmniejszona ---------- */

.stationary-delivery-flag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:var(--stationary-red);
  color:#fff;
  padding:6px 12px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* ---------- Mapa ---------- */

.stationary-map iframe,
.stationary-map img{
  width:100%;
  height:100%;
  min-height:340px;
  display:block;
  border:0;
  object-fit:cover;
  filter:grayscale(.35) contrast(1.02);
}

/* ---------- Przycisk "Otwórz w Google Maps" - zmniejszony ---------- */

.stationary-map-link{
  position:absolute;
  right:12px;
  bottom:12px;
  background:var(--stationary-paper);
  border:1px solid var(--stationary-ink);
  color:var(--stationary-ink);
  font-size:10px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  padding:6px 10px;
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.stationary-map-link:hover{ background:var(--stationary-red); border-color:var(--stationary-red); color:#fff; }

@media (max-width:991.98px){
  .stationary-map{ min-height:280px; }
  .stationary-map iframe,
  .stationary-map img{ min-height:280px; }
}

/* ---------- Ikony - Material Icons (spójne ze stroną /kontakt) ---------- */
/* Klient zmienia ikonę edytując słowo w HTML (np. "phone" -> "call"),
   a wygląd (rozmiar/kolor) steruje się tutaj, w CSS. */

.stationary-ico.material-icons{
  flex:0 0 auto;
  font-size:18px;
  line-height:1;
  color:var(--stationary-red);
}

.stationary-delivery-flag .stationary-ico.material-icons{
  color:#fff;
  font-size:15px;
}

.stationary-map-link .stationary-ico.material-icons{
  color:var(--stationary-ink);
  font-size:14px;
}
.stationary-map-link:hover .stationary-ico.material-icons{
  color:#fff;
}
