/* Static recovery polish: keeps the recovered WP theme intact, but removes rough edges from static hosting. */
:root { --eisner-orange: #f9931f; --eisner-brown: #403833; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a[href="/category/psi-in-macke/"] .item_text::after { content: " / nasveti"; }
.mkdf-page-footer a, .mkdf-top-bar a { word-break: break-word; }
.mkdf-title-holder { background-position: center !important; }
.mkdf-title-holder .mkdf-title-wrapper .mkdf-page-title { line-height: 1.1; }
.mkdf-iwt.mkdf-iwt-icon-top { transition: transform .18s ease, box-shadow .18s ease; }
.mkdf-iwt.mkdf-iwt-icon-top:hover { transform: translateY(-3px); }
.mkdf-iwt-title-text { overflow-wrap: anywhere; }
.mkdf-btn { white-space: normal; }
.static-contact-block {
  width: 100%;
  margin: 20px 0 35px;
  padding: 42px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 46%, #f5eee8 100%);
  border: 1px solid rgba(249,147,31,.22);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(64,56,51,.10);
  color: var(--eisner-brown);
}
.static-contact-inner { max-width: 1180px; margin: 0 auto; }
.static-contact-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--eisner-orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.static-contact-copy h3 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 50px); line-height: 1.05; }
.static-contact-copy p { max-width: 760px; margin: 0 0 28px; font-size: 18px; line-height: 1.7; color: #6f625c; }
.static-contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.static-contact-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(64,56,51,.10);
  border-radius: 18px;
  color: var(--eisner-brown);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.static-contact-card:hover { transform: translateY(-3px); border-color: rgba(249,147,31,.55); box-shadow: 0 12px 28px rgba(64,56,51,.12); }
.static-contact-card strong { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; }
.static-contact-card span { color: #7a6e68; overflow-wrap: anywhere; }
.static-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.static-contact-primary,
.static-contact-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
}
.static-contact-primary { background: var(--eisner-orange); color: #fff; }
.static-contact-secondary { background: #fff; color: var(--eisner-brown); border: 1px solid rgba(64,56,51,.14); }
@media (max-width: 1024px) {
  .mkdf-row-grid-section { width: min(92vw, 1100px) !important; }
  .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
  .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner { padding-left: 18px; padding-right: 18px; }
  .mkdf-title-holder .mkdf-title-wrapper .mkdf-page-title { font-size: clamp(34px, 8vw, 58px) !important; }
}
@media (max-width: 768px) {
  .mkdf-mobile-header .mkdf-mobile-logo-wrapper img { max-width: 210px; height: auto !important; }
  .mkdf-section-title-holder .mkdf-st-title,
  .mkdf-iwt-title { text-align: center; }
  .mkdf-iwt.mkdf-iwt-icon-top { padding: 18px 10px; }
  .mkdf-btn.mkdf-btn-medium { padding-left: 26px !important; padding-right: 26px !important; }
  .vc_empty_space { height: 24px !important; }
  .static-contact-block { padding: 28px 18px; border-radius: 18px; }
  .static-contact-grid { grid-template-columns: 1fr; }
  .static-contact-actions a { width: 100%; }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .static-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
