/* JAPI CSS Manager - menu ID 672 */


/* =========================================================
   INTIMO GALERIA 2026
   BLOK 01: HERO GALERII
   ========================================================= */

#intimo-gallery-hero,
#intimo-gallery-hero * {
  box-sizing: border-box;
}

#intimo-gallery-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(30, 9, 18, 0.9) 0%,
      rgba(54, 15, 33, 0.78) 44%,
      rgba(70, 20, 43, 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.22) 100%
    ),
    url("/images/intimo/galeria/intimo-galeria-hero.jpg")
    center center / cover no-repeat;
}

#intimo-gallery-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 23%,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 28%
    );
  content: "";
  pointer-events: none;
}

#intimo-gallery-hero .igha-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 94px 28px;
}

#intimo-gallery-hero .igha-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(330px, 0.66fr);
  gap: 58px;
  align-items: center;
  min-height: 590px;
}

#intimo-gallery-hero .igha-content {
  max-width: 810px;
}

#intimo-gallery-hero .igha-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

#intimo-gallery-hero h1 {
  margin: 24px 0 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(60px, 6.5vw, 98px);
  font-weight: 400;
  letter-spacing: -4.2px;
  line-height: 0.94;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
}

#intimo-gallery-hero h1 span {
  display: block;
  color: #f1bfd4;
}

#intimo-gallery-hero .igha-lead {
  max-width: 750px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.76;
}

#intimo-gallery-hero .igha-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

#intimo-gallery-hero .igha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

#intimo-gallery-hero .igha-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

#intimo-gallery-hero .igha-btn-primary {
  background: #a0195b;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(58, 7, 32, 0.34);
}

#intimo-gallery-hero .igha-btn-primary:hover {
  background: #7d1247;
  color: #ffffff;
}

#intimo-gallery-hero .igha-btn-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(9px);
}

#intimo-gallery-hero .igha-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.17);
  color: #ffffff;
}

#intimo-gallery-hero .igha-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 27px;
}

#intimo-gallery-hero .igha-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.4;
}

#intimo-gallery-hero .igha-meta-item i {
  color: #f1bfd4;
}

/* =========================================================
   KARTA PO PRAWEJ
   ========================================================= */

#intimo-gallery-hero .igha-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 35px rgba(18, 5, 11, 0.2);
}

#intimo-gallery-hero .igha-card-label {
  color: #f1bfd4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.85px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-gallery-hero .igha-card h2 {
  margin: 13px 0 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.9px;
  line-height: 1.07;
}

#intimo-gallery-hero .igha-brands {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

#intimo-gallery-hero .igha-brands a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

#intimo-gallery-hero .igha-brands a:hover {
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  text-decoration: none;
}

#intimo-gallery-hero .igha-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 12px;
  line-height: 1.58;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1020px) {
  #intimo-gallery-hero .igha-container {
    padding: 76px 24px;
  }

  #intimo-gallery-hero .igha-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
  }

  #intimo-gallery-hero .igha-card {
    max-width: 680px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-gallery-hero {
    background:
      linear-gradient(
        180deg,
        rgba(30, 9, 18, 0.84) 0%,
        rgba(52, 15, 32, 0.76) 100%
      ),
      url("/images/intimo/galeria/intimo-galeria-hero.jpg")
      center center / cover no-repeat;
  }

  #intimo-gallery-hero .igha-container {
    padding: 58px 19px;
  }

  #intimo-gallery-hero h1 {
    margin-top: 19px;
    font-size: clamp(49px, 15vw, 71px);
    letter-spacing: -2.8px;
  }

  #intimo-gallery-hero .igha-lead {
    margin-top: 19px;
    font-size: 15px;
    line-height: 1.66;
  }

  #intimo-gallery-hero .igha-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 26px;
  }

  #intimo-gallery-hero .igha-btn {
    width: 100%;
    min-height: 51px;
    font-size: 11px;
  }

  #intimo-gallery-hero .igha-meta {
    display: grid;
    gap: 8px;
    margin-top: 21px;
  }

  #intimo-gallery-hero .igha-card {
    padding: 21px;
    border-radius: 17px;
  }

  #intimo-gallery-hero .igha-card h2 {
    font-size: 27px;
  }
}


/* =========================================================
   INTIMO GALERIA 2026
   BLOK 02: OGÓLNE WPROWADZENIE
   WERSJA FINALNA
   ========================================================= */

#intimo-gallery-intro,
#intimo-gallery-intro * {
  box-sizing: border-box;
}

#intimo-gallery-intro {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #fffdfd 0%,
      #fff8fb 100%
    );
}

#intimo-gallery-intro::before {
  position: absolute;
  top: -140px;
  right: -110px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-gallery-intro::after {
  position: absolute;
  bottom: -170px;
  left: -130px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(160, 25, 91, 0.06);
  border-radius: 50%;
  content: "";
}

#intimo-gallery-intro .igi-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 96px 28px 102px;
}

#intimo-gallery-intro .igi-head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

#intimo-gallery-intro .igi-eyebrow {
  margin-bottom: 14px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-gallery-intro h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 1;
}

#intimo-gallery-intro h2 span {
  display: block;
  color: #c86a96;
}

#intimo-gallery-intro .igi-head p {
  max-width: 760px;
  margin: 20px auto 0;
  color: #5a4b52;
  font-size: 16px;
  line-height: 1.7;
}

/* =========================================================
   KAFELKI
   ========================================================= */

#intimo-gallery-intro .igi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

#intimo-gallery-intro .igi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 11px 27px rgba(74, 27, 50, 0.05);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

#intimo-gallery-intro .igi-card::after {
  position: absolute;
  right: -46px;
  bottom: -47px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

/* Hover tylko dla zwykłych kafli */
#intimo-gallery-intro .igi-card:not(.igi-card-featured):hover {
  transform: translateY(-6px);
  border-color: rgba(160, 25, 91, 0.27);
  background: #ffffff;
  box-shadow: 0 18px 35px rgba(74, 27, 50, 0.1);
}

/* Wyróżniony kafel */
#intimo-gallery-intro .igi-card-featured {
  border-color: rgba(160, 25, 91, 0.2);
  background:
    linear-gradient(
      145deg,
      #a0195b 0%,
      #7d1247 100%
    );
  box-shadow: 0 15px 31px rgba(97, 15, 54, 0.16);
}

#intimo-gallery-intro .igi-card-featured::after {
  border-color: rgba(255, 255, 255, 0.12);
}

/* Osobny hover dla wyróżnionego kafla */
#intimo-gallery-intro .igi-card-featured:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(
      145deg,
      #a0195b 0%,
      #7d1247 100%
    );
  box-shadow: 0 20px 38px rgba(97, 15, 54, 0.24);
}

#intimo-gallery-intro .igi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #b44f80;
  font-size: 22px;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease;
}

#intimo-gallery-intro .igi-card:hover .igi-icon {
  transform: scale(1.06);
}

#intimo-gallery-intro .igi-card-featured .igi-icon {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

#intimo-gallery-intro .igi-card h3 {
  margin: 19px 0 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.65px;
  line-height: 1.1;
}

#intimo-gallery-intro .igi-card p {
  margin: 12px 0 0;
  color: #65565d;
  font-size: 14px;
  line-height: 1.64;
}

#intimo-gallery-intro .igi-card-featured h3 {
  color: #ffffff;
}

#intimo-gallery-intro .igi-card-featured p {
  color: rgba(255, 255, 255, 0.8);
}

#intimo-gallery-intro .igi-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

#intimo-gallery-intro .igi-card-link:hover {
  color: #7d1247;
  text-decoration: none;
}

#intimo-gallery-intro .igi-card-link i {
  transition: transform 0.2s ease;
}

#intimo-gallery-intro .igi-card-link:hover i {
  transform: translateX(5px);
}

/* =========================================================
   NOTATKA POD KAFELKAMI
   ========================================================= */

#intimo-gallery-intro .igi-note {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 13px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

#intimo-gallery-intro .igi-note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #a0195b;
  font-size: 18px;
}

#intimo-gallery-intro .igi-note div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#intimo-gallery-intro .igi-note strong {
  color: #4a1b32;
  font-size: 14px;
  line-height: 1.35;
}

/* Tylko zwykły opis, bez ingerowania w tekst przycisku */
#intimo-gallery-intro .igi-note div:nth-child(2) span {
  color: #65565d;
  font-size: 13px;
  line-height: 1.45;
}

/* =========================================================
   PRZYCISK TELEFONU
   ========================================================= */

#intimo-gallery-intro .igi-note > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 11px;
  background: #a0195b;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

#intimo-gallery-intro .igi-note > a span,
#intimo-gallery-intro .igi-note > a i {
  color: #ffffff !important;
}

#intimo-gallery-intro .igi-note > a:hover {
  transform: translateY(-2px);
  background: #7d1247;
  color: #ffffff !important;
  text-decoration: none;
}

#intimo-gallery-intro .igi-note > a:hover span,
#intimo-gallery-intro .igi-note > a:hover i {
  color: #ffffff !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
  #intimo-gallery-intro .igi-container {
    padding: 78px 24px 84px;
  }

  #intimo-gallery-intro .igi-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-gallery-intro .igi-container {
    padding: 62px 19px 68px;
  }

  #intimo-gallery-intro .igi-head {
    margin-bottom: 30px;
  }

  #intimo-gallery-intro .igi-eyebrow {
    font-size: 10px;
    letter-spacing: 0.9px;
  }

  #intimo-gallery-intro h2 {
    font-size: clamp(41px, 12vw, 55px);
    letter-spacing: -1.7px;
  }

  #intimo-gallery-intro .igi-head p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.62;
  }

  #intimo-gallery-intro .igi-grid {
    gap: 12px;
  }

  #intimo-gallery-intro .igi-card {
    min-height: auto;
    padding: 19px;
    border-radius: 17px;
  }

  #intimo-gallery-intro .igi-icon {
    width: 51px;
    height: 51px;
    font-size: 19px;
  }

  #intimo-gallery-intro .igi-card h3 {
    margin-top: 15px;
    font-size: 23px;
  }

  #intimo-gallery-intro .igi-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.58;
  }

  #intimo-gallery-intro .igi-note {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
  }

  #intimo-gallery-intro .igi-note-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  #intimo-gallery-intro .igi-note strong {
    font-size: 13px;
  }

  #intimo-gallery-intro .igi-note div:nth-child(2) span {
    font-size: 12px;
  }

  #intimo-gallery-intro .igi-note > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}



/* =========================================================
   INTIMO GALERIA 2026
   BLOK 03: KOŃCOWE CTA
   ========================================================= */

#intimo-gallery-final,
#intimo-gallery-final * {
  box-sizing: border-box;
}

#intimo-gallery-final {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

#intimo-gallery-final .igf-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 28px 88px;
}

#intimo-gallery-final .igf-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: 26px;
  overflow: hidden;
  padding: 42px;
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 11% 9%,
      rgba(255, 255, 255, 0.14) 0,
      rgba(255, 255, 255, 0) 27%
    ),
    linear-gradient(
      135deg,
      #a0195b 0%,
      #86134c 52%,
      #681039 100%
    );
  box-shadow: 0 19px 40px rgba(92, 13, 49, 0.18);
}

#intimo-gallery-final .igf-panel::before {
  position: absolute;
  top: -120px;
  left: -90px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

#intimo-gallery-final .igf-panel::after {
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

#intimo-gallery-final .igf-content,
#intimo-gallery-final .igf-side {
  position: relative;
  z-index: 2;
}

#intimo-gallery-final .igf-content {
  align-self: center;
}

#intimo-gallery-final .igf-eyebrow {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-gallery-final h2 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.8vw, 66px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 0.98;
}

#intimo-gallery-final h2 span {
  display: block;
  color: #f2bdd2;
}

#intimo-gallery-final p {
  max-width: 690px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.81);
  font-size: 15px;
  line-height: 1.7;
}

#intimo-gallery-final .igf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

#intimo-gallery-final .igf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 51px;
  padding: 13px 17px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

#intimo-gallery-final .igf-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#intimo-gallery-final .igf-btn-light {
  background: #ffffff;
  color: #86134c;
}

#intimo-gallery-final .igf-btn-light:hover {
  background: #fff1f6;
  color: #73103f;
}

#intimo-gallery-final .igf-btn-outline {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

#intimo-gallery-final .igf-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

/* =========================================================
   PRAWA STRONA
   ========================================================= */

#intimo-gallery-final .igf-side {
  display: grid;
  gap: 9px;
}

#intimo-gallery-final .igf-item,
#intimo-gallery-final .igf-online {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 83px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(8px);
}

#intimo-gallery-final .igf-online {
  grid-template-columns: 46px 1fr 18px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

#intimo-gallery-final .igf-online:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

#intimo-gallery-final .igf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 17px;
}

#intimo-gallery-final .igf-item div:last-child,
#intimo-gallery-final .igf-online div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#intimo-gallery-final .igf-item span,
#intimo-gallery-final .igf-online span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-gallery-final .igf-item strong,
#intimo-gallery-final .igf-online strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 1.15;
}

#intimo-gallery-final .igf-item small,
#intimo-gallery-final .igf-online small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.35;
}

#intimo-gallery-final .igf-online-arrow {
  color: #ffffff;
  font-size: 14px;
  transition: transform 0.2s ease;
}

#intimo-gallery-final .igf-online:hover .igf-online-arrow {
  transform: translate(3px, -3px);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {
  #intimo-gallery-final .igf-container {
    padding: 62px 24px 72px;
  }

  #intimo-gallery-final .igf-panel {
    grid-template-columns: 1fr;
  }

  #intimo-gallery-final .igf-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #intimo-gallery-final .igf-item,
  #intimo-gallery-final .igf-online {
    grid-template-columns: 1fr;
    align-content: start;
  }

  #intimo-gallery-final .igf-online-arrow {
    display: none;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-gallery-final .igf-container {
    padding: 46px 19px 58px;
  }

  #intimo-gallery-final .igf-panel {
    gap: 21px;
    padding: 23px 19px;
    border-radius: 20px;
  }

  #intimo-gallery-final .igf-eyebrow {
    font-size: 9px;
    letter-spacing: 0.82px;
  }

  #intimo-gallery-final h2 {
    font-size: clamp(40px, 12vw, 54px);
    letter-spacing: -1.7px;
  }

  #intimo-gallery-final p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.62;
  }

  #intimo-gallery-final .igf-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 20px;
  }

  #intimo-gallery-final .igf-btn {
    width: 100%;
    min-height: 48px;
    font-size: 10px;
  }

  #intimo-gallery-final .igf-side {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #intimo-gallery-final .igf-item,
  #intimo-gallery-final .igf-online {
    grid-template-columns: 41px 1fr;
    min-height: auto;
    padding: 11px;
    border-radius: 12px;
  }

  #intimo-gallery-final .igf-icon {
    width: 39px;
    height: 39px;
    font-size: 15px;
  }

  #intimo-gallery-final .igf-item strong,
  #intimo-gallery-final .igf-online strong {
    font-size: 16px;
  }

  #intimo-gallery-final .igf-item small,
  #intimo-gallery-final .igf-online small {
    font-size: 10px;
  }
}



/* =========================================================
   INTIMO GALERIA 2026
   SHOWTIME IMAGE GALLERY - STYLE DYNAMICZNE
   Wersja uniwersalna: bez nazw marek, bez zmian w logice dodatku
   Zakres: wyłącznie strona z klasą .intimo-gallery-page
   ========================================================= */

.intimo-gallery-page .showtime,
.intimo-gallery-page .showtime * {
  box-sizing: border-box;
}

.intimo-gallery-page .showtime {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 34px;
  padding: 0 28px;
}

/* =========================================================
   TYTUŁ DYNAMICZNEJ GALERII / KATEGORII
   ========================================================= */

.intimo-gallery-page .showtime .showtime-title {
  position: relative;
  margin: 0 0 21px;
  padding: 0 0 13px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.2vw, 44px);
  font-weight: 400;
  letter-spacing: -1.15px;
  line-height: 1.05;
}

.intimo-gallery-page .showtime .showtime-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 3px;
  border-radius: 999px;
  background: #a0195b;
  content: "";
}

/* =========================================================
   WSPÓLNE STYLE MINIATUREK
   ========================================================= */

.intimo-gallery-page .showtime .showtime-image {
  position: relative;
}

.intimo-gallery-page .showtime .showtime-image > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 17px;
  background: #fdf4f7;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(74, 27, 50, 0.07);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.intimo-gallery-page .showtime .showtime-image > a::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: border-color 0.24s ease;
}

.intimo-gallery-page .showtime .showtime-image > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 34px rgba(74, 27, 50, 0.14);
}

.intimo-gallery-page .showtime .showtime-image > a:hover::after {
  border-color: rgba(160, 25, 91, 0.34);
}

.intimo-gallery-page .showtime .showtime-image picture {
  display: block;
}

.intimo-gallery-page .showtime .showtime-image img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transition: transform 0.36s ease;
}

.intimo-gallery-page .showtime .showtime-image > a:hover img {
  transform: scale(1.045);
}

/* =========================================================
   TYTUŁ I OPIS POD MINIATURĄ, JEŚLI WŁĄCZONE W SHOWTIME
   ========================================================= */

.intimo-gallery-page .showtime .showtime-image > div[itemprop~="caption"] {
  padding: 12px 3px 2px;
}

.intimo-gallery-page .showtime .showtime-image > div[itemprop~="caption"] h3 {
  margin: 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1.16;
}

.intimo-gallery-page .showtime .showtime-image > div[itemprop~="caption"] div {
  margin-top: 6px;
  color: #65565d;
  font-size: 13px;
  line-height: 1.55;
}

/* =========================================================
   LAYOUT DEFAULT
   ========================================================= */

.intimo-gallery-page .showtime-default .showtime-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.intimo-gallery-page .showtime-default .showtime-image {
  display: flex;
  flex-direction: column;
  width: auto !important;
  padding: 0 !important;
}

/* =========================================================
   LAYOUT WALL / MASONRY
   Nie zmieniamy logiki Macy, tylko wygląd
   ========================================================= */

.intimo-gallery-page .showtime-wall .showtime-image {
  overflow: visible !important;
  margin-bottom: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* =========================================================
   LAYOUT JUSTIFIED
   Nie ingerujemy w pozycjonowanie JS
   ========================================================= */

.intimo-gallery-page .showtime-justified .showtime-image {
  border-radius: 17px;
}

.intimo-gallery-page .showtime-justified .showtime-image > a {
  height: 100%;
}

.intimo-gallery-page .showtime-justified .showtime-image img {
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   LAYOUT CAROUSEL
   ========================================================= */

.intimo-gallery-page .showtime-carousel {
  padding-right: 44px;
  padding-left: 44px;
}

.intimo-gallery-page .showtime-carousel .showtime-image {
  margin: 8px !important;
  padding: 0 !important;
}

.intimo-gallery-page .showtime-carousel .slick-prev,
.intimo-gallery-page .showtime-carousel .slick-next {
  z-index: 4;
  width: 38px;
  height: 38px;
}

.intimo-gallery-page .showtime-carousel .slick-prev::before,
.intimo-gallery-page .showtime-carousel .slick-next::before {
  color: #a0195b !important;
  font-size: 28px;
}

.intimo-gallery-page .showtime-carousel .slick-dots li button::before {
  color: #a0195b;
}

/* =========================================================
   LAYOUT SLIDESHOW
   ========================================================= */

.intimo-gallery-page .showtime-slideshow {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 31px rgba(74, 27, 50, 0.1);
}

.intimo-gallery-page .showtime-slideshow .showtime-image img {
  border-radius: 20px;
}

.intimo-gallery-page .showtime-slideshow-navigation {
  margin-top: 13px;
  padding: 0 28px;
}

.intimo-gallery-page .showtime-slideshow-navigation .showtime-image {
  margin: 6px !important;
  padding: 0 !important;
}

.intimo-gallery-page .showtime-slideshow-navigation .showtime-image img {
  border: 0 !important;
  border-radius: 11px;
  box-shadow: none !important;
}

/* =========================================================
   ODSTĘPY MIĘDZY DYNAMICZNYMI GALERIAMI
   ========================================================= */

.intimo-gallery-page .showtime + .showtime {
  margin-top: 52px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
  .intimo-gallery-page .showtime {
    padding-right: 24px;
    padding-left: 24px;
  }

  .intimo-gallery-page .showtime-default .showtime-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .intimo-gallery-page .showtime + .showtime {
    margin-top: 42px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .intimo-gallery-page .showtime {
    margin-bottom: 26px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .intimo-gallery-page .showtime .showtime-title {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 30px;
    letter-spacing: -0.7px;
  }

  .intimo-gallery-page .showtime .showtime-title::after {
    width: 48px;
    height: 2px;
  }

  .intimo-gallery-page .showtime-default .showtime-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .intimo-gallery-page .showtime .showtime-image > a {
    border-radius: 13px;
  }

  .intimo-gallery-page .showtime-wall .showtime-image {
    margin-bottom: 12px !important;
  }

  .intimo-gallery-page .showtime-carousel {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intimo-gallery-page .showtime-carousel .showtime-image {
    margin: 5px !important;
  }

  .intimo-gallery-page .showtime-slideshow {
    border-radius: 15px;
  }

  .intimo-gallery-page .showtime-slideshow .showtime-image img {
    border-radius: 15px;
  }

  .intimo-gallery-page .showtime + .showtime {
    margin-top: 34px;
  }
}


/* =========================================================
   INTIMO GALERIA 2026
   SHOWTIME WALL - FINALNE DOPRACOWANIE
   ========================================================= */

/* Galeria wychodzi ze starego wąskiego kontenera artykułu,
   ale nadal zachowuje bezpieczny margines od krawędzi ekranu */
.intimo-gallery-page .showtime {
  width: min(1320px, calc(100vw - 56px)) !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-bottom: 54px !important;
  margin-left: 50% !important;
  padding: 27px 27px 29px !important;
  border: 1px solid rgba(160, 25, 91, 0.1);
  border-radius: 23px;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(74, 27, 50, 0.065);
  transform: translateX(-50%);
}

/* Większy odstęp przed pierwszą dynamiczną galerią */
.intimo-gallery-page .showtime:first-of-type {
  margin-top: 72px !important;
}

/* Kolejne galerie zachowują rytm strony */
.intimo-gallery-page .showtime + .showtime {
  margin-top: 28px !important;
}

/* =========================================================
   NAGŁÓWKI DYNAMICZNYCH GALERII
   ========================================================= */

.intimo-gallery-page .showtime .showtime-title {
  position: relative;
  margin: 0 0 23px !important;
  padding: 0 0 14px !important;
  color: #421329 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 3vw, 43px) !important;
  font-weight: 400 !important;
  letter-spacing: -1px !important;
  line-height: 1.06 !important;
}

.intimo-gallery-page .showtime .showtime-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: #a0195b;
  content: "";
}

/* =========================================================
   SHOWTIME WALL
   Macy nadal steruje szerokościami i kolejnością zdjęć
   ========================================================= */

.intimo-gallery-page .showtime-wall .showtime-gallery {
  width: 100% !important;
}

.intimo-gallery-page .showtime-wall .showtime-image {
  overflow: visible !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.intimo-gallery-page .showtime-wall .showtime-image > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 17px;
  background: #fdf4f7;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(74, 27, 50, 0.075);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.intimo-gallery-page .showtime-wall .showtime-image > a::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: border-color 0.24s ease;
}

.intimo-gallery-page .showtime-wall .showtime-image > a:hover {
  transform: translateY(-6px);
  box-shadow: 0 17px 34px rgba(74, 27, 50, 0.16);
}

.intimo-gallery-page .showtime-wall .showtime-image > a:hover::after {
  border-color: rgba(160, 25, 91, 0.34);
}

.intimo-gallery-page .showtime-wall .showtime-image picture,
.intimo-gallery-page .showtime-wall .showtime-image img {
  display: block;
  width: 100% !important;
}

.intimo-gallery-page .showtime-wall .showtime-image img {
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transition: transform 0.36s ease;
}

.intimo-gallery-page .showtime-wall .showtime-image > a:hover img {
  transform: scale(1.045);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
  .intimo-gallery-page .showtime {
    width: min(100%, calc(100vw - 48px)) !important;
    margin-bottom: 42px !important;
    padding: 21px !important;
    border-radius: 19px;
  }

  .intimo-gallery-page .showtime:first-of-type {
    margin-top: 58px !important;
  }

  .intimo-gallery-page .showtime .showtime-title {
    margin-bottom: 18px !important;
    font-size: 33px !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .intimo-gallery-page .showtime {
    width: calc(100vw - 30px) !important;
    margin-bottom: 30px !important;
    padding: 14px !important;
    border-radius: 16px;
  }

  .intimo-gallery-page .showtime:first-of-type {
    margin-top: 42px !important;
  }

  .intimo-gallery-page .showtime + .showtime {
    margin-top: 20px !important;
  }

  .intimo-gallery-page .showtime .showtime-title {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    font-size: 27px !important;
    letter-spacing: -0.6px !important;
  }

  .intimo-gallery-page .showtime .showtime-title::after {
    width: 48px;
    height: 2px;
  }

  .intimo-gallery-page .showtime-wall .showtime-image > a {
    border-radius: 12px;
  }
}

/* =========================================================
   INTIMO GALERIA 2026
   SHOWTIME - POSZERZENIE I FINALNE DOPRACOWANIE
   ========================================================= */

/* Wyciągnięcie dynamicznych galerii poza stary wąski kontener */
.intimo-gallery-page .showtime {
  position: relative !important;
  left: 50% !important;
  width: min(1240px, calc(100vw - 56px)) !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-bottom: 34px !important;
  margin-left: 0 !important;
  padding: 24px !important;
  border: 1px solid rgba(160, 25, 91, 0.11) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(74, 27, 50, 0.065) !important;
  transform: translateX(-50%) !important;
}

/* Pierwsza galeria nie może przyklejać się do sekcji powyżej */
.intimo-gallery-page .showtime:first-of-type {
  margin-top: 66px !important;
}

/* Równe odstępy między kolejnymi dynamicznymi galeriami */
.intimo-gallery-page .showtime + .showtime {
  margin-top: 26px !important;
}

/* =========================================================
   NAGŁÓWKI KATEGORII DODAWANYCH W SHOWTIME
   ========================================================= */

.intimo-gallery-page .showtime .showtime-title {
  position: relative !important;
  margin: 0 0 22px !important;
  padding: 0 0 13px !important;
  color: #421329 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(27px, 2.8vw, 39px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.9px !important;
  line-height: 1.06 !important;
}

.intimo-gallery-page .showtime .showtime-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: #a0195b;
  content: "";
}

/* =========================================================
   SHOWTIME WALL
   Nie ingerujemy w Macy ani lightbox
   ========================================================= */

.intimo-gallery-page .showtime-wall .showtime-gallery {
  width: 100% !important;
}

.intimo-gallery-page .showtime-wall .showtime-image {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.intimo-gallery-page .showtime-wall .showtime-image > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px !important;
  background: #fdf4f7;
  box-shadow: 0 8px 19px rgba(74, 27, 50, 0.075);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.intimo-gallery-page .showtime-wall .showtime-image > a::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: border-color 0.24s ease;
}

.intimo-gallery-page .showtime-wall .showtime-image > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 31px rgba(74, 27, 50, 0.15);
}

.intimo-gallery-page .showtime-wall .showtime-image > a:hover::after {
  border-color: rgba(160, 25, 91, 0.34);
}

.intimo-gallery-page .showtime-wall .showtime-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transition: transform 0.34s ease;
}

.intimo-gallery-page .showtime-wall .showtime-image > a:hover img {
  transform: scale(1.04);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
  .intimo-gallery-page .showtime {
    width: min(100%, calc(100vw - 40px)) !important;
    margin-bottom: 27px !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .intimo-gallery-page .showtime:first-of-type {
    margin-top: 52px !important;
  }

  .intimo-gallery-page .showtime .showtime-title {
    margin-bottom: 18px !important;
    font-size: 31px !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .intimo-gallery-page .showtime {
    width: calc(100vw - 24px) !important;
    margin-bottom: 20px !important;
    padding: 12px !important;
    border-radius: 15px !important;
  }

  .intimo-gallery-page .showtime:first-of-type {
    margin-top: 39px !important;
  }

  .intimo-gallery-page .showtime + .showtime {
    margin-top: 16px !important;
  }

  .intimo-gallery-page .showtime .showtime-title {
    margin-bottom: 14px !important;
    padding-bottom: 9px !important;
    font-size: 25px !important;
    letter-spacing: -0.55px !important;
  }

  .intimo-gallery-page .showtime .showtime-title::after {
    width: 45px;
    height: 2px;
  }

  .intimo-gallery-page .showtime-wall .showtime-image > a {
    border-radius: 11px !important;
  }
}