@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap");

/* Kill every blur / frosted overlay */
html, body, .master-top-bar, .effects-box, .effects-box-level2,
.w-section, section, .c-section, .c-section-home-second,
.home-second-paulina-img, .home-second-dominik-img,
[class*="effects"], [data-w-id] {
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.effects-box, .effects-box-level2 { opacity: 0 !important; pointer-events: none !important; }

html.w-mod-js [data-w-id] { opacity: 1 !important; visibility: visible !important; }

/* Brand overlay on logo slot */
.c-section-logo__box img.svg__logo-small { opacity: 0 !important; }
.c-section-logo__box {
  position: relative !important;
  min-width: min(90vw, 900px) !important;
  min-height: 120px !important;
}
.c-section-logo__box::after {
  content: "MERCORA";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0.15em;
  font-family: Figtree, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 13vw, 130px);
  letter-spacing: -0.04em;
  white-space: nowrap;
  color: #323129;
  text-shadow: 3px -3px 0 #f3bb0f, 6px -6px 0 #6b5cff, 9px -9px 0 #ff5c8a;
  pointer-events: none;
  z-index: 30;
}
.c-section-logo.logo-moved {
  overflow: visible !important;
  padding-left: 4vw !important;
  padding-right: 4vw !important;
}

.home-second-paulina-img,
.home-second-dominik-img {
  filter: none !important;
  opacity: 1 !important;
  object-fit: cover !important;
}

.c-footer-logo img { max-width: 240px; height: auto; }
