.elementor-3571 .elementor-element.elementor-element-e1b4087{width:var( --container-widget-width, 139.916% );max-width:139.916%;--container-widget-width:139.916%;--container-widget-flex-grow:0;}@media(max-width:968px){.elementor-3571 .elementor-element.elementor-element-e1b4087{width:100%;max-width:100%;}}@media(max-width:800px){.elementor-3571 .elementor-element.elementor-element-e1b4087{width:100%;max-width:100%;}.elementor-3571 .elementor-element.elementor-element-e1b4087 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-e1b4087 *//* =========================================
   MICHAŁÓWEK 2016 - GÓRNA BELKA INFO
   wersja czysta: białe tło, przedziałki, bez zaokrągleń
   kolor główny: #00694e
========================================= */

.mk-info-bar,
.mk-info-bar * {
  box-sizing: border-box;
}

/* Ukrycie nagłówka strony "Nowa lokalizacja" */
body:has(.mk-info-bar) h1.entry-title,
body:has(.mk-info-bar) .entry-header,
body:has(.mk-info-bar) .page-header,
body:has(.mk-info-bar) .page-title {
  display: none !important;
}

/* Usunięcie pustego odstępu po nagłówku */
body:has(.mk-info-bar) .site-content,
body:has(.mk-info-bar) .content-area,
body:has(.mk-info-bar) main,
body:has(.mk-info-bar) article,
body:has(.mk-info-bar) .entry-content,
body:has(.mk-info-bar) .site-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Główna belka */
.mk-info-bar {
  width: calc(100vw - 48px);
  max-width: 1380px;
  margin: 0 auto 24px auto;
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  overflow: visible;
}

/* Wnętrze belki */
.mk-info-inner {
  width: 100%;
  margin: 0 auto;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #ffffff;
}

/* Pojedynczy element */
.mk-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 28px;
  border-right: 1px solid rgba(0, 105, 78, 0.14);
  background: #ffffff;
  transition: background-color 0.25s ease;
  min-height: 72px;
}

.mk-info-item:last-child {
  border-right: none;
}

.mk-info-item:hover {
  background-color: rgba(0, 105, 78, 0.035);
}

/* Ikony */
.mk-info-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #00694e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mk-info-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Tekst obok ikony */
.mk-info-item > div:last-child {
  min-width: 0;
}

/* Nagłówki */
.mk-info-item h3 {
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00694e;
}

/* Tekst */
.mk-info-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #1d1d1b;
}

/* Linki */
.mk-info-item a {
  color: #1d1d1b;
  text-decoration: none;
}

.mk-info-item a:hover {
  color: #00694e;
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 1024px) {
  .mk-info-bar {
    width: calc(100vw - 32px);
    max-width: 960px;
    margin: 0 auto 22px auto;
  }

  .mk-info-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 28px;
  }

  .mk-info-item {
    padding: 20px 24px;
    justify-content: center;
  }

  .mk-info-item:nth-child(2) {
    border-right: none;
  }

  .mk-info-item:nth-child(3),
  .mk-info-item:nth-child(4) {
    border-top: 1px solid rgba(0, 105, 78, 0.14);
  }
}

/* Telefon */
@media (max-width: 640px) {
  .mk-info-bar {
    width: calc(100vw - 24px);
    margin: 0 auto 20px auto;
  }

  .mk-info-inner {
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }

  .mk-info-item {
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid rgba(0, 105, 78, 0.14);
    padding: 18px 0;
    min-height: auto;
  }

  .mk-info-item:last-child {
    border-bottom: none;
  }

  .mk-info-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .mk-info-icon svg {
    width: 28px;
    height: 28px;
  }

  .mk-info-item h3 {
    font-size: 12px;
  }

  .mk-info-item p {
    font-size: 14px;
  }
}


</* =========================================
   MICHAŁÓWEK 2016 - HERO LOKALIZACJI
   wersja bez :has(), z wrapperem full width
========================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.mk-location-bleed,
.mk-location-bleed * {
  box-sizing: border-box;
}

/* Wrapper wyciąga sekcję poza kontener WordPressa */
.mk-location-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #00694e;
}

/* Główna sekcja */
.mk-location-clean {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 52px 0;
  padding: 0;
  overflow: hidden;
  background: #00694e;
}

/* Zdjęcie */
.mk-location-clean-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.mk-location-clean-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* =========================================
   DESKTOP - tekst na zdjęciu
========================================= */

@media screen and (min-width: 1025px) {
  .mk-location-clean {
    min-height: 600px;
  }

  .mk-location-clean-image {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .mk-location-clean-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(
        90deg,
        rgba(0, 45, 34, 0.68) 0%,
        rgba(0, 83, 62, 0.42) 42%,
        rgba(0, 0, 0, 0.04) 100%
      );
  }

  .mk-location-clean-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mk-location-clean-content {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100% - 48px));
    margin-left: max(32px, calc((100vw - 1380px) / 2 + 78px));
    padding: 86px 0;
    color: #ffffff;
  }
}

/* =========================================
   TABLET I TELEFON
========================================= */

@media screen and (max-width: 1024px) {
  .mk-location-bleed {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow: hidden !important;
  }

  .mk-location-clean {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 42px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .mk-location-clean-image {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .mk-location-clean-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .mk-location-clean-content {
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: 100% !important;
    margin: -70px 0 0 0 !important;
    padding: 46px 42px 46px 42px !important;
    overflow: hidden;
    color: #ffffff;
    background: rgba(0, 105, 78, 0.76) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .mk-location-clean-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.04) 36%,
        rgba(0, 83, 62, 0.28) 100%
      );
  }

  .mk-location-clean-content > * {
    position: relative;
    z-index: 1;
  }
}

/* =========================================
   TYPOGRAFIA
========================================= */

.mk-location-clean-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mk-location-clean h1,
.mk-location-clean h1 span,
.mk-location-clean h1 a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.mk-location-clean h1::before,
.mk-location-clean h1::after {
  display: none !important;
  content: none !important;
}

.mk-location-clean h1 {
  margin: 0 0 22px 0;
  padding: 0;
  max-width: 760px;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #ffffff;
}

.mk-location-clean h1 span {
  display: block;
}

.mk-location-clean h1 span:first-child {
  white-space: nowrap;
}

.mk-location-clean p {
  margin: 0;
  max-width: 620px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.90);
}

/* =========================================
   PRZYCISKI
========================================= */

.mk-location-clean-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.mk-location-clean-btn,
.mk-location-clean-btn:hover,
.mk-location-clean-btn:focus,
.mk-location-clean-btn:visited {
  text-decoration: none !important;
  box-shadow: none !important;
}

.mk-location-clean-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 50px;
  padding: 15px 23px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mk-location-clean-btn-primary {
  background: #00694e;
  color: #ffffff !important;
  border: 1px solid #00694e;
}

.mk-location-clean-btn-primary:hover {
  background: #005640;
  border-color: #005640;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.mk-location-clean-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.mk-location-clean-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* =========================================
   IKONY
========================================= */

.mk-location-clean-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
}

/* Ikona lokalizacji */
.mk-location-clean-route-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.mk-location-clean-route-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}

/* Ikona pofałdowanej mapy */
.mk-location-clean-map-icon {
  width: 21px;
  height: 18px;
  min-width: 21px;
}

.mk-location-clean-map-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 19px;
  height: 14px;
  border: 2px solid currentColor;
  clip-path: polygon(
    0 8%,
    32% 0,
    66% 8%,
    100% 0,
    100% 92%,
    66% 100%,
    32% 92%,
    0 100%
  );
}

.mk-location-clean-map-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 13px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: skewY(-9deg);
}

/* =========================================
   TELEFON
========================================= */

@media screen and (max-width: 640px) {
  .mk-location-clean {
    margin-bottom: 34px !important;
  }

  .mk-location-clean-content {
    margin-top: -54px !important;
    padding: 38px 24px 38px 24px !important;
    background: rgba(0, 105, 78, 0.80) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .mk-location-clean-content::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(255, 255, 255, 0.03) 38%,
        rgba(0, 83, 62, 0.28) 100%
      );
  }

  .mk-location-clean-kicker {
    font-size: 11px;
    margin-bottom: 14px;
  }

  .mk-location-clean h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .mk-location-clean h1 span:first-child {
    white-space: normal;
  }

  .mk-location-clean p {
    font-size: 16px;
    line-height: 1.58;
  }

  .mk-location-clean-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .mk-location-clean-btn {
    width: 100%;
  }
}
/* =========================================
   USUNIĘCIE ZIELONEGO PASKA POD HERO
========================================= */

.mk-location-bleed {
  background: transparent !important;
  margin-bottom: 52px !important;
}

.mk-location-clean {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .mk-location-bleed {
    margin-bottom: 42px !important;
  }

  .mk-location-clean {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .mk-location-bleed {
    margin-bottom: 34px !important;
  }

  .mk-location-clean {
    margin-bottom: 0 !important;
  }
}

/* =========================================
   POPRAWKA PRZYCISKÓW NA TABLETACH I TELEFONACH
   "Wyznacz trasę" jako jasny, czytelny przycisk
========================================= */

@media screen and (max-width: 1024px) {
  .mk-location-clean-btn-primary,
  .mk-location-clean-btn-primary:visited {
    background: rgba(255, 255, 255, 0.94) !important;
    color: #00694e !important;
    border: 1px solid rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .mk-location-clean-btn-primary:hover,
  .mk-location-clean-btn-primary:focus {
    background: #ffffff !important;
    color: #005640 !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
  }

  .mk-location-clean-btn-secondary,
  .mk-location-clean-btn-secondary:visited {
    background: rgba(255, 255, 255, 0.07) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.74) !important;
  }

  .mk-location-clean-btn-secondary:hover,
  .mk-location-clean-btn-secondary:focus {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
  }
}


/* =========================================
   MICHAŁÓWEK 2016 - SEKCJA 3 KAFLE INFO
   9 kortów / dojazd / lokalizacja
========================================= */

.mk-features-bleed,
.mk-features-bleed * {
  box-sizing: border-box;
}

.mk-features-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  overflow: hidden;
}

.mk-features-section {
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 58px 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #ffffff;
}

.mk-feature-item {
  text-align: center;
  padding: 0 48px;
  border-right: 1px solid rgba(0, 105, 78, 0.16);
}

.mk-feature-item:last-child {
  border-right: none;
}

.mk-feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00694e;
}

.mk-feature-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mk-feature-item h3 {
  margin: 0 0 14px 0;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #003f31;
}

.mk-feature-item p {
  margin: 0 auto;
  max-width: 280px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #1d1d1b;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .mk-features-section {
    padding: 46px 32px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mk-feature-item {
    padding: 30px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 105, 78, 0.14);
  }

  .mk-feature-item:first-child {
    padding-top: 0;
  }

  .mk-feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .mk-feature-item p {
    max-width: 520px;
  }
}

/* Telefon */
@media screen and (max-width: 640px) {
  .mk-features-section {
    padding: 38px 24px;
  }

  .mk-feature-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
  }

  .mk-feature-icon svg {
    width: 42px;
    height: 42px;
  }

  .mk-feature-item h3 {
    font-size: 14px;
  }

  .mk-feature-item p {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* =========================================
   MICHAŁÓWEK 2016 - SEKCJA O OŚRODKU
   zdjęcie + zielony panel
========================================= */

.mk-about-bleed,
.mk-about-bleed * {
  box-sizing: border-box;
}

.mk-about-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  overflow: hidden;
}

.mk-about-section {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  background: #00694e;
}

/* Lewa strona - zdjęcie */
.mk-about-image {
  min-height: 380px;
  position: relative;
  overflow: hidden;
  background: #f4f4f0;
}

.mk-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

/* Prawa strona - zielony panel */
.mk-about-content {
  position: relative;
  min-height: 380px;
  padding: 70px 72px;
  background:
    radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.10) 0, rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #00694e 0%, #004f3b 100%);
  color: #ffffff;
  overflow: hidden;
}

/* Delikatny motyw liścia w tle */
.mk-about-content::after {
  content: "";
  position: absolute;
  right: 54px;
  bottom: 34px;
  width: 170px;
  height: 170px;
  opacity: 0.22;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 58%, rgba(255,255,255,0.55) 59%, transparent 61%),
    linear-gradient(45deg, transparent 48%, rgba(255,255,255,0.55) 49%, rgba(255,255,255,0.55) 51%, transparent 52%);
  transform: rotate(-18deg);
}

/* Mały napis */
.mk-about-kicker {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

/* Tytuł */
.mk-about-content h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 24px 0;
  padding: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #ffffff;
}

.mk-about-content h2::before,
.mk-about-content h2::after {
  display: none !important;
  content: none !important;
}

/* Opis */
.mk-about-content p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 540px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.90);
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .mk-about-section {
    grid-template-columns: 1fr;
  }

  .mk-about-image {
    min-height: 360px;
  }

  .mk-about-image img {
    min-height: 360px;
  }

  .mk-about-content {
    min-height: auto;
    padding: 54px 42px 62px 42px;
  }

  .mk-about-content h2 {
    font-size: 48px;
  }

  .mk-about-content p {
    max-width: 680px;
  }
}

/* Telefon */
@media screen and (max-width: 640px) {
  .mk-about-image {
    min-height: 280px;
  }

  .mk-about-image img {
    min-height: 280px;
  }

  .mk-about-content {
    padding: 42px 24px 50px 24px;
  }

  .mk-about-kicker {
    font-size: 11px;
    margin-bottom: 14px;
  }

  .mk-about-content h2 {
    font-size: 40px;
    line-height: 1.02;
  }

  .mk-about-content p {
    font-size: 16px;
    line-height: 1.62;
  }

  .mk-about-content::after {
    right: 12px;
    bottom: 16px;
    width: 120px;
    height: 120px;
    opacity: 0.14;
  }
}

/* =========================================
   ZMNIEJSZENIE ODSTĘPU MIĘDZY SEKCJĄ HERO A 3 KAFELKAMI
========================================= */

.mk-location-bleed {
  margin-bottom: 0px !important;
}

.mk-features-section {
  padding-top: 30px !important;
}

@media screen and (max-width: 1024px) {
  .mk-location-bleed {
    margin-bottom: 14px !important;
  }

  .mk-features-section {
    padding-top: 34px !important;
  }
}

@media screen and (max-width: 640px) {
  .mk-location-bleed {
    margin-bottom: 10px !important;
  }

  .mk-features-section {
    padding-top: 28px !important;
  }
}

/* Usunięcie ozdobnego elementu z prawej strony 4. sekcji */

.mk-about-content::after {
  display: none !important;
  content: none !important;
}




/* =========================================
   MICHAŁÓWEK 2016 - JAK DOJECHAĆ
   wersja jak w projekcie: tekst + 3 kafle
========================================= */

.mk-directions-bleed,
.mk-directions-bleed * {
  box-sizing: border-box;
}

.mk-directions-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f7f5ef;
  overflow: hidden;
}

.mk-directions-section {
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 64px 48px 70px 48px;
  display: grid;
  grid-template-columns: 0.95fr 2.25fr;
  gap: 54px;
  align-items: center;
}

/* Lewy blok */

.mk-directions-intro span {
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00694e;
}

.mk-directions-intro h2 {
  margin: 0 0 22px 0;
  padding: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 3.6vw, 56px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #003f31;
}

.mk-directions-intro h2::before,
.mk-directions-intro h2::after {
  display: none !important;
  content: none !important;
}

.mk-directions-intro p {
  margin: 0;
  max-width: 360px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1d1d1b;
}

/* Kafelki */

.mk-directions-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mk-directions-card {
  min-height: 230px;
  padding: 32px 30px 30px 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 105, 78, 0.18);
  box-shadow: 0 18px 44px rgba(0, 63, 49, 0.06);
  text-align: center;
}

.mk-directions-card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 24px;
}

.mk-directions-number {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 999px;
  background: #00694e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

.mk-directions-icon {
  width: 58px;
  height: 58px;
  color: #00694e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mk-directions-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mk-directions-card h3 {
  margin: 0 0 14px 0;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #003f31;
}

.mk-directions-card p {
  margin: 0 auto;
  max-width: 250px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #1d1d1b;
}

/* Tablet */

@media screen and (max-width: 1024px) {
  .mk-directions-section {
    padding: 56px 42px 62px 42px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mk-directions-intro {
    text-align: center;
  }

  .mk-directions-intro p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .mk-directions-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mk-directions-card {
    min-height: auto;
    padding: 30px 28px;
  }

  .mk-directions-card p {
    max-width: 520px;
  }
}

/* Telefon */

@media screen and (max-width: 640px) {
  .mk-directions-section {
    padding: 46px 24px 52px 24px;
    gap: 32px;
  }

  .mk-directions-intro h2 {
    font-size: 38px;
    line-height: 1.02;
  }

  .mk-directions-intro p {
    font-size: 15px;
    line-height: 1.65;
  }

  .mk-directions-card {
    padding: 28px 24px;
  }

  .mk-directions-card-top {
    gap: 22px;
    margin-bottom: 22px;
  }

  .mk-directions-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
  }

  .mk-directions-icon {
    width: 52px;
    height: 52px;
  }

  .mk-directions-icon svg {
    width: 46px;
    height: 46px;
  }

  .mk-directions-card h3 {
    font-size: 14px;
  }

  .mk-directions-card p {
    font-size: 14px;
    line-height: 1.62;
  }
}

/* Białe tło w sekcji 5 - Jak dojechać */

.mk-directions-bleed {
  background: #ffffff !important;
}

.mk-directions-section {
  background: #ffffff !important;
}



/* =========================================
   MICHAŁÓWEK 2016 - OSTATNIA SEKCJA
   3 kafelki: mapa kortów / wydarzenia / kontakt
========================================= */

.mk-links-bleed,
.mk-links-bleed * {
  box-sizing: border-box;
}

.mk-links-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  overflow: hidden;
}

.mk-links-section {
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 34px 48px 72px 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Kafelek */

.mk-link-card,
.mk-link-card:visited {
  position: relative;
  min-height: 178px;
  padding: 28px 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  text-decoration: none !important;
  color: #ffffff !important;
  background:
    linear-gradient(
      115deg,
      rgba(0, 45, 34, 0.94) 0%,
      rgba(0, 83, 62, 0.78) 45%,
      rgba(0, 0, 0, 0.38) 100%
    ),
    var(--card-img);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 46px rgba(0, 63, 49, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mk-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 34%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.34) 100%
    );
  pointer-events: none;
}

.mk-link-card:hover,
.mk-link-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(0, 63, 49, 0.18);
  color: #ffffff !important;
  text-decoration: none !important;
}

.mk-link-card-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

/* Ikona */

.mk-link-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: #ffffff;
}

.mk-link-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Tekst */

.mk-link-card h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.mk-link-card h3::before,
.mk-link-card h3::after {
  display: none !important;
  content: none !important;
}

.mk-link-card p {
  margin: 0;
  max-width: 260px;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

/* Strzałka w kółku */

.mk-link-arrow {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.mk-link-arrow svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mk-link-card:hover .mk-link-arrow,
.mk-link-card:focus .mk-link-arrow {
  background: #00694e;
  border-color: #ffffff;
  transform: translateX(3px);
}

/* Tablet */

@media screen and (max-width: 1024px) {
  .mk-links-section {
    padding: 28px 42px 62px 42px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mk-link-card {
    min-height: 170px;
  }

  .mk-link-card p {
    max-width: 420px;
  }
}

/* Telefon */

@media screen and (max-width: 640px) {
  .mk-links-section {
    padding: 24px 24px 52px 24px;
    gap: 14px;
  }

  .mk-link-card {
    min-height: 164px;
    padding: 24px 22px;
  }

  .mk-link-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }

  .mk-link-icon svg {
    width: 30px;
    height: 30px;
  }

  .mk-link-card h3 {
    font-size: 29px;
  }

  .mk-link-card p {
    font-size: 13px;
    max-width: 230px;
  }

  .mk-link-arrow {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .mk-link-arrow svg {
    width: 19px;
    height: 19px;
  }
}

/* =========================================
   OSTATNIE KAFELKI - WERSJA BARDZIEJ SZEROKA I NISKA
========================================= */

.mk-links-section {
  padding-top: 22px !important;
  padding-bottom: 50px !important;
  gap: 14px !important;
}

.mk-link-card,
.mk-link-card:visited {
  min-height: 128px !important;
  padding: 22px 24px !important;
  align-items: flex-end !important;
}

.mk-link-icon {
  width: 28px !important;
  height: 28px !important;
  margin-bottom: 10px !important;
}

.mk-link-icon svg {
  width: 28px !important;
  height: 28px !important;
}

.mk-link-card h3 {
  font-size: 28px !important;
  margin-bottom: 6px !important;
}

.mk-link-card p {
  font-size: 13px !important;
  line-height: 1.38 !important;
  max-width: 250px !important;
}

.mk-link-arrow {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
}

.mk-link-arrow svg {
  width: 18px !important;
  height: 18px !important;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .mk-links-section {
    padding-top: 20px !important;
    padding-bottom: 46px !important;
    gap: 12px !important;
  }

  .mk-link-card {
    min-height: 126px !important;
    padding: 22px 24px !important;
  }

  .mk-link-card h3 {
    font-size: 28px !important;
  }

  .mk-link-card p {
    max-width: 380px !important;
  }
}

/* Telefon */
@media screen and (max-width: 640px) {
  .mk-links-section {
    padding: 18px 24px 42px 24px !important;
    gap: 12px !important;
  }

  .mk-link-card {
    min-height: 132px !important;
    padding: 22px 20px !important;
  }

  .mk-link-icon {
    width: 26px !important;
    height: 26px !important;
    margin-bottom: 9px !important;
  }

  .mk-link-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  .mk-link-card h3 {
    font-size: 27px !important;
  }

  .mk-link-card p {
    font-size: 13px !important;
    max-width: 220px !important;
  }

  .mk-link-arrow {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }
}



/* ========================================= MICHAŁÓWEK 2016 - SEKCJA MAPY bez pogody, z chmurkami lokalizacyjnymi ========================================= */ .mk-map-bleed, .mk-map-bleed * { box-sizing: border-box; } .mk-map-bleed { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: #ffffff; overflow: hidden; } .mk-map-section { width: min(1380px, 100%); margin: 0 auto; padding: 34px 48px 58px 48px; } /* Nagłówek */ .mk-map-header { max-width: 760px; margin: 0 auto 34px auto; text-align: center; } .mk-map-header span { display: inline-block; margin-bottom: 15px; font-family: "Inter", "Montserrat", Arial, sans-serif; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #00694e; } .mk-map-header h2 { margin: 0 0 18px 0; padding: 0; font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif; font-size: clamp(42px, 4vw, 62px); line-height: 1; font-weight: 400; letter-spacing: -0.025em; color: #003f31; } .mk-map-header h2::before, .mk-map-header h2::after { display: none !important; content: none !important; } .mk-map-header p { margin: 0 auto; max-width: 660px; font-family: "Inter", "Montserrat", Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #1d1d1b; } /* Karta mapy */ .mk-map-card { position: relative; width: 100%; min-height: 460px; overflow: hidden; background: #00694e; box-shadow: 0 24px 70px rgba(0, 63, 49, 0.14); } .mk-map-card iframe { display: block; width: 100%; height: 460px; border: 0; filter: saturate(0.82) contrast(0.95); } /* Gradient na mapie */ .mk-map-card::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient( 180deg, rgba(0, 63, 49, 0.28) 0%, rgba(0, 63, 49, 0.05) 38%, rgba(0, 45, 34, 0.36) 100% ); } /* Chmurki */ .mk-map-cloud { position: absolute; z-index: 3; padding: 11px 17px; background: rgba(255, 255, 255, 0.92); color: #00694e; border: 1px solid rgba(0, 105, 78, 0.16); border-radius: 999px; box-shadow: 0 12px 34px rgba(0, 63, 49, 0.14); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-family: "Inter", "Montserrat", Arial, sans-serif; font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; pointer-events: none; } .mk-map-cloud::after { content: ""; position: absolute; left: 28px; bottom: -7px; width: 14px; height: 14px; background: rgba(255, 255, 255, 0.92); border-right: 1px solid rgba(0, 105, 78, 0.10); border-bottom: 1px solid rgba(0, 105, 78, 0.10); transform: rotate(45deg); } .mk-map-cloud-a2 { left: 12%; top: 18%; } .mk-map-cloud-lodz { left: 24%; top: 58%; } .mk-map-cloud-warszawa { right: 16%; top: 22%; } .mk-map-cloud-main { left: 50%; top: 42%; transform: translateX(-50%); background: #00694e; color: #ffffff; border-color: rgba(255, 255, 255, 0.26); } .mk-map-cloud-main::after { background: #00694e; border-color: rgba(255, 255, 255, 0.16); } /* Dolny panel */ .mk-map-bottom { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 3; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; background: rgba(0, 63, 49, 0.88); border: 1px solid rgba(255, 255, 255, 0.18); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); } .mk-map-bottom h3 { margin: 0 0 6px 0; font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif; font-size: 34px; line-height: 1; font-weight: 400; color: #ffffff; } .mk-map-bottom h3::before, .mk-map-bottom h3::after { display: none !important; content: none !important; } .mk-map-bottom p { margin: 0; font-family: "Inter", "Montserrat", Arial, sans-serif; font-size: 14px; line-height: 1.45; color: rgba(255, 255, 255, 0.82); } .mk-map-bottom a, .mk-map-bottom a:visited { min-height: 48px; padding: 15px 22px; display: inline-flex; align-items: center; justify-content: center; background: #ffffff; color: #00694e !important; border: 1px solid #ffffff; font-family: "Inter", "Montserrat", Arial, sans-serif; font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: 0.045em; text-transform: uppercase; text-decoration: none !important; white-space: nowrap; transition: all 0.25s ease; } .mk-map-bottom a:hover, .mk-map-bottom a:focus { background: #f4f4f0; color: #005640 !important; transform: translateY(-2px); text-decoration: none !important; } /* Tablet */ @media screen and (max-width: 1024px) { .mk-map-section { padding: 30px 42px 52px 42px; } .mk-map-card, .mk-map-card iframe { min-height: 430px; height: 430px; } .mk-map-cloud-a2 { left: 8%; top: 16%; } .mk-map-cloud-lodz { left: 12%; top: 54%; } .mk-map-cloud-warszawa { right: 8%; top: 22%; } .mk-map-cloud-main { top: 39%; } } /* Telefon */ @media screen and (max-width: 640px) { .mk-map-section { padding: 26px 24px 46px 24px; } .mk-map-header { margin-bottom: 26px; } .mk-map-header h2 { font-size: 40px; } .mk-map-header p { font-size: 15px; line-height: 1.62; } .mk-map-card, .mk-map-card iframe { min-height: 500px; height: 500px; } .mk-map-cloud { padding: 9px 13px; font-size: 11px; } .mk-map-cloud-a2 { left: 7%; top: 13%; } .mk-map-cloud-lodz { left: 7%; top: 34%; } .mk-map-cloud-warszawa { right: 7%; top: 20%; } .mk-map-cloud-main { left: 50%; top: 45%; } .mk-map-bottom { left: 18px; right: 18px; bottom: 18px; padding: 22px 20px; display: block; } .mk-map-bottom h3 { font-size: 31px; } .mk-map-bottom p { font-size: 13px; } .mk-map-bottom a { width: 100%; margin-top: 18px; } }/* End custom CSS */