/* =========================================================
  PRZYSTAŃ DWA JEZIORA - PEŁNY CSS DO WORDPRESS / ASTRA
========================================================= */

/* =========================================================
  1. ASTRA RESET I FULL WIDTH
========================================================= */

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  background: #0d1412 !important;
}

#masthead,
.site-header,
.main-header-bar,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar,
.ast-mobile-header-wrap,
.ast-header-break-point .main-header-bar,
#colophon,
.site-footer,
.ast-footer-overlay,
.ast-small-footer,
.footer-adv,
.ast-builder-footer-wrap,
.entry-header,
.entry-title,
.page .entry-title,
.single .entry-title,
.wp-block-post-title,
.ast-breadcrumbs-wrapper,
.ast-breadcrumbs,
.post-navigation,
.comments-area,
#secondary,
.sidebar-main,
.widget-area {
  display: none !important;
}

#page,
.site,
.site-content,
#content,
.ast-container,
.content-area,
.site-main,
#primary,
article,
.ast-article-single,
.ast-article-post,
.entry-content,
.wp-block-post-content,
.wp-block-group,
.wp-block-cover,
.wp-block-html,
.is-layout-constrained,
.is-layout-flow,
.alignwide,
.alignfull,
.ast-page-builder-template .site-content,
.ast-page-builder-template .entry-content,
body.ast-page-builder-template .site-content,
body.ast-page-builder-template .ast-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.entry-content > *,
.wp-block-post-content > *,
.is-layout-constrained > * {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ast-container {
  display: block !important;
}

/* =========================================================
  2. ZMIENNE KOLORÓW I BAZA
========================================================= */

:root {
  --pdj-bg: #0d1412;
  --pdj-bg-2: #101917;
  --pdj-bg-3: #14201c;
  --pdj-card: rgba(18, 28, 24, 0.92);
  --pdj-card-soft: rgba(255, 255, 255, 0.045);
  --pdj-line: rgba(255, 255, 255, 0.08);
  --pdj-line-gold: rgba(201, 171, 101, 0.22);
  --pdj-gold: #c9ab65;
  --pdj-gold-strong: #e2c98a;
  --pdj-sand: #f2c7ac;
  --pdj-green: #6e8b74;
  --pdj-green-dark: #31443d;
  --pdj-water: #2e6270;
  --pdj-text: #eef3ef;
  --pdj-muted: #aeb7b2;
  --pdj-dark: #080d0c;
  --pdj-shadow: 0 22px 64px rgba(0, 0, 0, 0.38);
  --pdj-shadow-soft: 0 14px 36px rgba(0, 0, 0, 0.24);
  --pdj-radius: 24px;
  --pdj-radius-lg: 34px;
  --pdj-max: 1540px;
  --pdj-transition: 0.25s ease;
}

.pdj-site,
.pdj-site * {
  box-sizing: border-box;
}

.pdj-site {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  color: var(--pdj-text);
  background:
    radial-gradient(circle at top left, rgba(201, 171, 101, 0.10), transparent 28%),
    radial-gradient(circle at top right, rgba(46, 98, 112, 0.12), transparent 30%),
    linear-gradient(180deg, #0a100f 0%, var(--pdj-bg) 42%, #101917 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

.pdj-site img {
  max-width: 100%;
  display: block;
}

.pdj-site a {
  color: inherit !important;
  text-decoration: none !important;
}

.pdj-site h1,
.pdj-site h2,
.pdj-site h3,
.pdj-site h4,
.pdj-site p,
.pdj-site figure {
  margin-top: 0;
}

.pdj-container {
  width: min(100% - 64px, var(--pdj-max));
  margin: 0 auto;
}

.pdj-section {
  position: relative;
  padding: 88px 0;
}

/* =========================================================
  3. ELEMENTY WSPÓLNE
========================================================= */

.pdj-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--pdj-gold-strong) !important;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.pdj-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pdj-gold), transparent);
}

.pdj-section-title {
  margin-bottom: 16px;
  color: var(--pdj-text) !important;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.pdj-section-subtitle {
  max-width: 940px;
  margin-bottom: 32px;
  color: var(--pdj-muted) !important;
  font-size: 1.06rem;
  line-height: 1.74;
}

.pdj-section-center {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.pdj-section-center .pdj-eyebrow,
.pdj-section-center .pdj-section-title,
.pdj-section-center .pdj-section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.pdj-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.pdj-btn,
.pdj-submit {
  min-height: 54px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    transform var(--pdj-transition),
    border-color var(--pdj-transition),
    background var(--pdj-transition),
    box-shadow var(--pdj-transition);
}

.pdj-btn:hover,
.pdj-submit:hover {
  transform: translateY(-2px);
}

.pdj-btn-primary,
.pdj-submit {
  color: #121212 !important;
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
  box-shadow: 0 16px 40px rgba(201, 171, 101, 0.22);
}

.pdj-btn-secondary {
  color: var(--pdj-text) !important;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.13);
}

/* =========================================================
  4. MENU GÓRNE
========================================================= */

.pdj-topbar {
  position: sticky;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  z-index: 80;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background: rgba(8, 13, 12, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.pdj-nav {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 92px;
  margin: 0 !important;
  padding: 10px clamp(14px, 2.4vw, 34px) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(8, 13, 12, 0.82);
  backdrop-filter: blur(18px);
}

.pdj-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  color: var(--pdj-text) !important;
  font-weight: 950;
}

.pdj-logo-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 2px solid rgba(226, 201, 138, 0.55);
  border-radius: 50%;
  background: var(--pdj-sand);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 0 6px rgba(201, 171, 101, 0.08);
}

.pdj-logo span {
  font-size: 1.08rem;
}

.pdj-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1;
  color: var(--pdj-muted);
  font-size: 0.94rem;
}

.pdj-nav-links a {
  position: relative;
  color: var(--pdj-muted) !important;
  font-weight: 800;
  transition: color 0.2s ease;
}

.pdj-nav-links a:hover {
  color: var(--pdj-text) !important;
}

.pdj-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--pdj-gold);
  transition: width 0.25s ease;
}

.pdj-nav-links a:hover::after {
  width: 100%;
}

.pdj-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.pdj-icon-link {
  width: 50px;
  height: 50px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 171, 101, 0.24);
  border-radius: 999px;
  color: var(--pdj-text) !important;
  background:
    linear-gradient(180deg, rgba(201, 171, 101, 0.11), rgba(255, 255, 255, 0.03)),
    rgba(8, 13, 12, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: visible !important;
  line-height: 1 !important;
  transition:
    transform var(--pdj-transition),
    border-color var(--pdj-transition),
    background var(--pdj-transition);
}

.pdj-icon-link:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 201, 138, 0.52);
}

.pdj-phone-link {
  color: #111 !important;
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold));
}

.pdj-icon {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}

/* =========================================================
  5. HERO
========================================================= */

.pdj-hero {
  min-height: calc(100vh - 70px);
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 13, 12, 0.94), rgba(13, 20, 18, 0.72), rgba(13, 20, 18, 0.22)),
    var(--pdj-hero-image) center / cover no-repeat;
}

.pdj-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(13, 20, 18, 0), var(--pdj-bg));
  pointer-events: none;
}

.pdj-hero-grid {
  position: relative;
  z-index: 2;
}

.pdj-hero-content {
  max-width: 1180px;
}

.pdj-hero-content h1 {
  max-width: 1180px;
  margin-bottom: 24px;
  color: var(--pdj-text) !important;
  font-size: clamp(3.1rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.pdj-hero-content p {
  max-width: 780px;
  color: rgba(238, 243, 239, 0.82) !important;
  font-size: 1.18rem;
  line-height: 1.75;
}

.pdj-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.pdj-hero-point {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  color: #e1e8e3;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.95rem;
  font-weight: 800;
}

/* =========================================================
  6. O NAS
========================================================= */

.pdj-about-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(201, 171, 101, 0.11), transparent 30%),
    radial-gradient(circle at 88% 30%, rgba(110, 139, 116, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(13, 20, 18, 0.98), rgba(15, 25, 21, 0.98));
}

.pdj-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 48px;
  align-items: center;
}

.pdj-about-lead {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--pdj-text) !important;
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.68;
}

.pdj-about-text {
  max-width: 800px;
  color: var(--pdj-muted) !important;
  font-size: 1.04rem;
  line-height: 1.82;
}

.pdj-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pdj-about-tags span {
  padding: 10px 14px;
  border: 1px solid var(--pdj-line-gold);
  border-radius: 999px;
  color: var(--pdj-gold-strong);
  background: rgba(201, 171, 101, 0.08);
  font-weight: 900;
}

.pdj-about-media {
  display: grid;
  gap: 18px;
}

.pdj-about-photo {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--pdj-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(226, 201, 138, 0.20), transparent 38%),
    linear-gradient(135deg, rgba(49, 68, 61, 0.88), rgba(8, 13, 12, 0.96));
  box-shadow: var(--pdj-shadow);
}

.pdj-about-photo-main {
  min-height: 460px;
}

.pdj-about-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.pdj-about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.72) 100%);
}

.pdj-about-photo figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 16px 18px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(8, 13, 12, 0.72);
  backdrop-filter: blur(14px);
}

.pdj-about-photo figcaption strong {
  color: #fff;
  font-size: 1.04rem;
}

.pdj-about-photo figcaption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.pdj-about-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pdj-about-mini-grid .pdj-about-photo {
  min-height: 245px;
  border-radius: 22px;
}

.pdj-about-highlights {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pdj-about-highlight {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(201, 171, 101, 0.16);
  border-radius: var(--pdj-radius);
  background:
    linear-gradient(180deg, rgba(201, 171, 101, 0.07), rgba(255, 255, 255, 0.02)),
    var(--pdj-card);
  box-shadow: var(--pdj-shadow);
}

.pdj-about-highlight span {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pdj-line-gold);
  border-radius: 14px;
  color: var(--pdj-gold-strong);
  background: rgba(201, 171, 101, 0.09);
  font-weight: 950;
}

.pdj-about-highlight h3,
.pdj-info-card h3,
.pdj-info-card h4,
.pdj-review-card h3,
.pdj-price-card h3,
.pdj-panel h3 {
  color: var(--pdj-text) !important;
}

.pdj-about-highlight p {
  margin-bottom: 0;
  color: var(--pdj-muted) !important;
}

/* =========================================================
  7. PRYWATNE ŁOWISKO
========================================================= */

.pdj-fishing-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 171, 101, 0.14), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(46, 98, 112, 0.20), transparent 34%),
    linear-gradient(135deg, #0b1110 0%, #13231d 48%, #0d1412 100%);
}

#lowisko .pdj-fishing-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr) !important;
  gap: 34px !important;
  align-items: stretch !important;
}

#lowisko .pdj-fishing-copy {
  padding: 46px !important;
  border-radius: 34px !important;
  border: 1px solid var(--pdj-line);
  background:
    linear-gradient(180deg, var(--pdj-card-soft), rgba(255, 255, 255, 0.018)),
    var(--pdj-card);
  box-shadow: var(--pdj-shadow);
}

#lowisko .pdj-service-strip {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(300px, 1fr)) !important;
  gap: 18px !important;
  margin-top: 30px !important;
}

#lowisko .pdj-service-pill {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 175px !important;
  height: auto !important;
  padding: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 26px !important;
  border: 1px solid rgba(201, 171, 101, 0.18);
  background:
    linear-gradient(180deg, rgba(201, 171, 101, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--pdj-shadow-soft);
}

#lowisko .pdj-service-pill > div {
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  display: block !important;
}

#lowisko .pdj-service-pill h3 {
  max-width: 100% !important;
  margin: 0 0 12px !important;
  font-size: 1.22rem !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

#lowisko .pdj-service-pill p {
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--pdj-muted) !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

#lowisko .pdj-fishing-gallery {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 22px !important;
}

#lowisko .pdj-fishing-gallery .pdj-gallery-card {
  min-height: 370px !important;
  height: 370px !important;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid var(--pdj-line);
  background: var(--pdj-card);
  box-shadow: var(--pdj-shadow);
}

#lowisko .pdj-fishing-gallery .pdj-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
  8. WSPÓLNE KARUZELE
========================================================= */

.pdj-carousel {
  position: relative;
  width: 100%;
}

.pdj-carousel-heading {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}

.pdj-carousel-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
}

.pdj-carousel-btn {
  width: 54px;
  height: 54px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(201, 171, 101, 0.26);
  border-radius: 999px;
  color: var(--pdj-text);
  background:
    linear-gradient(180deg, rgba(201, 171, 101, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(8, 13, 12, 0.68);
  cursor: pointer;
  line-height: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), var(--pdj-shadow-soft);
  transition:
    transform var(--pdj-transition),
    border-color var(--pdj-transition),
    background var(--pdj-transition);
}

.pdj-carousel-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 201, 138, 0.52);
}

.pdj-carousel-btn svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
}

.pdj-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

.pdj-carousel-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 18px;
  cursor: grab;
}

.pdj-carousel-track.pdj-dragging {
  cursor: grabbing;
}

/* =========================================================
  9. RYBY NA ŁOWISKU - NAPRAWIONE POD INFINITE LOOP
========================================================= */

.pdj-fish-species-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 171, 101, 0.10), transparent 32%),
    linear-gradient(180deg, #0d1412, #101917);
}

#ryby .pdj-carousel {
  position: relative;
  width: 100%;
}

#ryby .pdj-carousel-heading {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#ryby .pdj-carousel-viewport {
  width: 100%;
  overflow: hidden !important;
}

#ryby .pdj-carousel-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;

  gap: 18px !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: auto !important;

  padding: 8px 4px 18px !important;

  cursor: grab !important;
  touch-action: pan-y !important;

  will-change: scroll-position !important;
  transition: none !important;
}

#ryby .pdj-carousel-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

#ryby .pdj-carousel-track.pdj-dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
}

#ryby .pdj-carousel-track.pdj-infinite-ready {
  scroll-snap-type: none !important;
}

#ryby .pdj-fish-tile {
  flex: 0 0 300px !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;

  height: 245px !important;
  min-height: 245px !important;
  max-height: 245px !important;

  padding: 24px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  scroll-snap-align: none !important;

  border: 1px solid rgba(201, 171, 101, 0.18);
  border-radius: 24px !important;

  background:
    radial-gradient(circle at center, rgba(226, 201, 138, 0.10), transparent 46%),
    linear-gradient(180deg, rgba(201, 171, 101, 0.06), rgba(255, 255, 255, 0.02)),
    var(--pdj-card);

  box-shadow: var(--pdj-shadow-soft);
  overflow: hidden;
}

#ryby .pdj-fish-art {
  width: 100%;
  height: 150px;
  padding: 4px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#ryby .pdj-fish-art img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
}

#ryby .pdj-fish-tile h3 {
  margin: 18px 0 0 !important;
  color: var(--pdj-text) !important;
  font-size: 1.3rem !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

/* =========================================================
  10. GALERIA POŁOWÓW
========================================================= */

.pdj-catch-gallery-section {
  background:
    radial-gradient(circle at 86% 16%, rgba(110, 139, 116, 0.13), transparent 30%),
    linear-gradient(180deg, #101917, #0d1412);
}

#galeria-polowow .pdj-carousel-viewport {
  width: 100% !important;
  overflow: hidden !important;
}

#galeria-polowow .pdj-carousel-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 0 20px;
}

#galeria-polowow .pdj-carousel-track::-webkit-scrollbar {
  display: none;
}

#galeria-polowow .pdj-catch-card {
  flex: 0 0 360px !important;
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--pdj-card);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  scroll-snap-align: start;
}

#galeria-polowow .pdj-catch-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

#galeria-polowow .pdj-catch-card:hover img {
  transform: scale(1.05);
}

#galeria-polowow .pdj-catch-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
}

#galeria-polowow .pdj-catch-card figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 5;
}

#galeria-polowow .pdj-catch-card strong {
  display: block;
  margin: 0 0 8px;
  color: #fff !important;
  font-size: 1.35rem;
  font-weight: 800;
}

#galeria-polowow .pdj-catch-card span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, .82) !important;
  font-size: .95rem;
  line-height: 1.5;
}

/* =========================================================
  11. POBYT I IMPREZY
========================================================= */

.pdj-stay-events-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(201, 171, 101, .12), transparent 35%),
    radial-gradient(circle at 85% 15%, rgba(46, 98, 112, .14), transparent 35%),
    linear-gradient(180deg, #0d1412, #101917);
}

.pdj-stay-events-section .pdj-container {
  width: min(100% - 80px, 1700px) !important;
  max-width: 1700px !important;
}

.pdj-stay-events-section .pdj-section-center {
  max-width: 1100px;
  margin: 0 auto 70px;
}

.pdj-stay-events-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px !important;
  align-items: stretch;
}

.pdj-panel {
  padding: 48px !important;
  min-height: 620px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)),
    rgba(16, 25, 23, .95);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow:
    0 25px 70px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

.pdj-panel h3 {
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 24px;
}

.pdj-panel p {
  color: var(--pdj-muted) !important;
  font-size: 1.15rem;
  line-height: 1.9;
}

.pdj-stay-panel {
  display: flex !important;
  flex-direction: column !important;
}

.pdj-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pdj-stay-mini-grid {
  margin-top: 42px;
  flex: 1;
  align-content: stretch;
}

.pdj-info-card {
  min-height: 170px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(201, 171, 101, .08), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .016));
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    0 14px 32px rgba(0, 0, 0, .18);
}

.pdj-info-card h4 {
  font-size: 1.13rem;
  line-height: 1.18;
  margin-bottom: 10px;
}

.pdj-info-card p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.55;
}

.pdj-wigwam-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pdj-stay-collage {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 240px;
  gap: 20px;
}

.pdj-collage-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--pdj-line);
  background: var(--pdj-card);
  box-shadow: var(--pdj-shadow-soft);
}

.pdj-collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdj-collage-large {
  grid-column: span 6;
  grid-row: span 2;
}

.pdj-collage-card:not(.pdj-collage-large) {
  grid-column: span 3;
}

.pdj-collage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.68) 100%);
}

.pdj-collage-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-weight: 900;
}

/* =========================================================
  12. CENNIK
========================================================= */

.pdj-pricing-section {
  background:
    radial-gradient(circle at 50% 8%, rgba(201, 171, 101, 0.12), transparent 28%),
    linear-gradient(180deg, #0d1412, #101917);
}

.pdj-price-grid {
  display: grid;
  gap: 20px;
}

.pdj-price-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.pdj-price-card {
  min-height: 230px;
  padding: 30px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  border: 1px solid var(--pdj-line);
  border-radius: var(--pdj-radius-lg);
  background:
    linear-gradient(180deg, var(--pdj-card-soft), rgba(255, 255, 255, 0.018)),
    var(--pdj-card);
  box-shadow: var(--pdj-shadow);
}

.pdj-price-card-featured {
  border-color: rgba(226, 201, 138, 0.38);
}

.pdj-price {
  margin-bottom: 16px;
  color: var(--pdj-gold-strong);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 950;
}

.pdj-price-card p {
  color: var(--pdj-muted) !important;
}

/* =========================================================
  13. OPINIE
========================================================= */

.pdj-reviews-section {
  background:
    radial-gradient(circle at 12% 80%, rgba(110, 139, 116, 0.12), transparent 30%),
    linear-gradient(180deg, #101917, #0d1412);
}

.pdj-review-heading {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.pdj-review-heading h3 {
  margin: 0 0 8px;
  color: var(--pdj-text) !important;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.1;
}

.pdj-review-intro {
  max-width: 760px;
  margin: 0;
  color: var(--pdj-muted) !important;
  font-size: 1rem;
  line-height: 1.65;
}

#opinie .pdj-carousel-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 8px 2px 18px !important;
}

#opinie .pdj-carousel-track::-webkit-scrollbar {
  height: 6px;
}

#opinie .pdj-carousel-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(201, 171, 101, 0.45);
}

.pdj-review-card {
  flex: 0 0 400px !important;
  width: 400px !important;
  min-width: 400px !important;
  min-height: 310px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(201, 171, 101, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(201, 171, 101, 0.10), transparent 34%),
    linear-gradient(180deg, var(--pdj-card-soft), rgba(255, 255, 255, 0.018)),
    var(--pdj-card);
  box-shadow: var(--pdj-shadow);
  scroll-snap-align: start !important;
}

.pdj-review-top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.pdj-review-top span {
  display: block;
  color: var(--pdj-text);
  font-size: 1.05rem;
  font-weight: 950;
}

.pdj-review-top small {
  display: block;
  margin-top: 4px;
  color: var(--pdj-gold-strong);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pdj-stars {
  color: var(--pdj-gold-strong);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.pdj-review-card p {
  margin-bottom: 0;
  color: var(--pdj-muted) !important;
  font-size: 1rem;
  line-height: 1.7;
}

/* =========================================================
  14. REZERWACJA I KONTAKT
========================================================= */

.pdj-booking-contact-section {
  background:
    radial-gradient(circle at 12% 14%, rgba(226, 201, 138, 0.14), transparent 30%),
    radial-gradient(circle at 90% 78%, rgba(46, 98, 112, 0.16), transparent 30%),
    linear-gradient(135deg, #0b1110 0%, #13231d 52%, #0d1412 100%);
}

.pdj-booking-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 26px;
  align-items: start;
}

.pdj-form {
  width: 100%;
  margin: 0;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  border: 1px solid var(--pdj-line);
  border-radius: var(--pdj-radius-lg);
  background:
    linear-gradient(180deg, rgba(201, 171, 101, 0.10), rgba(255, 255, 255, 0.02)),
    var(--pdj-card);
  box-shadow: var(--pdj-shadow);
}

.pdj-form label {
  display: grid;
  gap: 8px;
  color: var(--pdj-text);
  font-weight: 900;
}

.pdj-form input,
.pdj-form select,
.pdj-form textarea {
  width: 100% !important;
  min-height: 52px;
  padding: 13px 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 16px !important;
  color: var(--pdj-text) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  font: inherit;
  outline: none;
}

.pdj-form textarea {
  resize: vertical;
}

.pdj-form input:focus,
.pdj-form select:focus,
.pdj-form textarea:focus {
  border-color: rgba(201, 171, 101, 0.50) !important;
  box-shadow: 0 0 0 4px rgba(201, 171, 101, 0.12);
}

.pdj-form-wide {
  grid-column: 1 / -1;
}

.pdj-consent {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
}

.pdj-consent input {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin-top: 4px;
  flex: 0 0 18px;
}

.pdj-submit {
  width: 100%;
}

.pdj-contact-card {
  padding: 34px;
  border: 1px solid var(--pdj-line);
  border-radius: var(--pdj-radius-lg);
  background:
    linear-gradient(180deg, var(--pdj-card-soft), rgba(255, 255, 255, 0.018)),
    var(--pdj-card);
  box-shadow: var(--pdj-shadow);
}

.pdj-contact-card p {
  color: var(--pdj-muted) !important;
}

.pdj-contact-items {
  display: grid;
  gap: 14px;
}

.pdj-contact-item {
  padding: 18px 20px;
  border: 1px solid var(--pdj-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.pdj-contact-item small {
  display: block;
  margin-bottom: 6px;
  color: var(--pdj-muted);
  font-size: 0.84rem;
}

.pdj-contact-item strong,
.pdj-contact-item a {
  color: var(--pdj-text) !important;
  font-weight: 800;
}

.pdj-map-wrap {
  margin-top: 26px;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid var(--pdj-line);
  border-radius: var(--pdj-radius-lg);
  box-shadow: var(--pdj-shadow);
}

.pdj-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: block;
  border: 0;
  filter: grayscale(0.22) contrast(1.05) saturate(0.86);
}

/* =========================================================
  15. STOPKA
========================================================= */

.pdj-footer {
  padding: 28px 0 42px;
  color: var(--pdj-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #0d1412;
}

.pdj-footer-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

/* =========================================================
  16. WP CODE - ANIMACJE, SCROLL UP, BURGER MOBILE
========================================================= */

.pdj-animate {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
  will-change: opacity, transform;
}

.pdj-animate.pdj-visible {
  opacity: 1;
  transform: translateY(0);
}

.pdj-animate-left {
  opacity: 0;
  transform: translateX(-34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.pdj-animate-right {
  opacity: 0;
  transform: translateX(34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.pdj-animate-left.pdj-visible,
.pdj-animate-right.pdj-visible {
  opacity: 1;
  transform: translateX(0);
}

.pdj-scroll-up {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 171, 101, 0.35);
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #e2c98a, #c9ab65);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.35),
    0 0 0 6px rgba(201, 171, 101, 0.08);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.pdj-scroll-up.pdj-scroll-up-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pdj-scroll-up svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.pdj-scroll-up:hover {
  transform: translateY(-3px);
}

.pdj-burger {
  display: none;
}


/* =========================================================
  17. RESPONSIVE - CZYSTA WERSJA FINALNA
  Desktop zostaje z poprzednich sekcji. Poniżej naprawiamy tablet/mobile.
========================================================= */

@media (max-width: 1320px) {
  .pdj-nav {
    gap: 16px;
  }

  .pdj-nav-links {
    gap: 16px;
    font-size: 0.88rem;
  }

  #lowisko .pdj-fishing-layout,
  .pdj-booking-contact-layout {
    grid-template-columns: 1fr !important;
  }

  #lowisko .pdj-fishing-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 1200px) {
  .pdj-stay-events-layout {
    grid-template-columns: 1fr !important;
  }

  .pdj-panel {
    min-height: auto;
  }

  .pdj-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .pdj-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99990 !important;
    width: 100vw !important;
    min-height: 96px !important;
    background: rgba(8, 13, 12, 0.98) !important;
    border-bottom: 1px solid rgba(201, 171, 101, 0.14) !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.42) !important;
  }

  .pdj-site {
    padding-top: 96px !important;
  }

  .pdj-nav {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 96px !important;
    height: 96px !important;
    padding: 12px 18px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto auto auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    overflow: visible !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
      rgba(8, 13, 12, 0.95) !important;
    backdrop-filter: blur(18px) !important;
  }

  .pdj-logo {
    grid-column: 1 / 3 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  .pdj-logo-img {
    width: 62px !important;
    height: 62px !important;
    flex: 0 0 62px !important;
  }

  .pdj-logo span {
    min-width: 0 !important;
    font-size: clamp(1rem, 3vw, 1.25rem) !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    white-space: normal !important;
  }

  .pdj-burger {
    grid-column: 3 !important;
    width: 54px !important;
    height: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 6px !important;
    border: 1px solid rgba(201, 171, 101, 0.30) !important;
    border-radius: 999px !important;
    background:
      linear-gradient(180deg, rgba(201, 171, 101, 0.13), rgba(255, 255, 255, 0.035)),
      rgba(10, 16, 15, 0.94) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 10px 26px rgba(0, 0, 0, 0.30) !important;
    cursor: pointer !important;
  }

  .pdj-burger span {
    width: 23px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: #e2c98a !important;
    transition: transform 0.25s ease, opacity 0.25s ease !important;
  }

  .pdj-burger.pdj-burger-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .pdj-burger.pdj-burger-active span:nth-child(2) {
    opacity: 0 !important;
  }

  .pdj-burger.pdj-burger-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .pdj-nav-actions {
    grid-column: 4 / 7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  .pdj-nav-actions .pdj-icon-link {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
  }

  .pdj-nav-links {
    position: fixed !important;
    top: 108px !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-height: calc(100vh - 135px) !important;
    padding: 18px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    border: 1px solid rgba(201, 171, 101, 0.22) !important;
    border-radius: 28px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.018)),
      rgba(8, 13, 12, 0.985) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55) !important;
    backdrop-filter: blur(18px) !important;
    overflow-y: auto !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-12px) !important;
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease !important;
  }

  .pdj-nav-links.pdj-menu-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .pdj-nav-links a {
    width: 100% !important;
    padding: 15px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 18px !important;
    color: #eef3ef !important;
    background: rgba(255, 255, 255, 0.04) !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .pdj-nav-links a::after {
    display: none !important;
  }

  .pdj-about-layout,
  .pdj-booking-contact-layout,
  #lowisko .pdj-fishing-layout {
    grid-template-columns: 1fr !important;
  }

  .pdj-about-highlights,
  .pdj-price-grid-three {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 840px) {
  .pdj-container,
  .pdj-stay-events-section .pdj-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pdj-section {
    padding: 60px 0 !important;
  }

  .pdj-section-center {
    max-width: 100% !important;
    margin-bottom: 36px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .pdj-section-title {
    font-size: clamp(2rem, 9vw, 2.85rem) !important;
    line-height: 1.08 !important;
  }

  .pdj-section-subtitle {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .pdj-hero {
    min-height: auto !important;
    padding: 80px 0 88px !important;
  }

  .pdj-hero-content h1 {
    font-size: clamp(2.35rem, 11vw, 4.3rem) !important;
    line-height: 0.98 !important;
  }

  .pdj-hero-content p {
    font-size: 1rem !important;
  }

  .pdj-btn,
  .pdj-submit {
    width: 100% !important;
  }

  .pdj-about-media,
  .pdj-about-mini-grid,
  #lowisko .pdj-service-strip,
  #lowisko .pdj-fishing-gallery,
  .pdj-form {
    grid-template-columns: 1fr !important;
  }

  .pdj-about-photo,
  .pdj-about-photo-main,
  .pdj-about-mini-grid .pdj-about-photo {
    width: 100% !important;
    min-height: 320px !important;
    height: 320px !important;
  }

  .pdj-about-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  #lowisko .pdj-fishing-gallery {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    justify-items: center !important;
  }

  #lowisko .pdj-fishing-gallery .pdj-gallery-card {
    width: min(100%, 640px) !important;
    min-height: 420px !important;
    height: 420px !important;
    margin: 0 auto !important;
    border-radius: 30px !important;
  }

  #lowisko .pdj-fishing-gallery .pdj-gallery-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  #lowisko .pdj-service-strip {
    gap: 16px !important;
  }

  #lowisko .pdj-service-pill {
    width: 100% !important;
    min-height: 150px !important;
    padding: 24px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  #lowisko .pdj-service-pill > div {
    max-width: 100% !important;
    margin: 0 !important;
  }

  #lowisko .pdj-service-pill h3,
  #lowisko .pdj-service-pill p {
    text-align: left !important;
  }

  .pdj-panel,
  .pdj-form,
  .pdj-contact-card,
  .pdj-price-card,
  .pdj-about-highlight {
    width: 100% !important;
    padding: 26px !important;
    border-radius: 28px !important;
  }

  .pdj-stay-events-layout {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .pdj-panel {
    min-height: auto !important;
  }

  .pdj-panel h3 {
    font-size: clamp(1.75rem, 8vw, 2.4rem) !important;
    line-height: 1.12 !important;
  }

  .pdj-panel p {
    font-size: 1rem !important;
    line-height: 1.72 !important;
  }

  .pdj-info-grid,
  .pdj-price-grid,
  .pdj-price-grid-three {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .pdj-info-card {
    min-height: 135px !important;
    padding: 22px !important;
    justify-content: center !important;
  }

  .pdj-info-card h4 {
    font-size: 1.22rem !important;
  }

  .pdj-info-card p {
    font-size: 1rem !important;
  }

  .pdj-price-card {
    min-height: 230px !important;
    text-align: center !important;
  }

  .pdj-price {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }

  .pdj-carousel-heading,
  .pdj-review-heading {
    align-items: center !important;
    flex-direction: row !important;
    justify-content: center !important;
  }

  .pdj-carousel-controls {
    width: auto !important;
    justify-content: center !important;
  }

  #ryby .pdj-carousel-viewport {
    min-height: 245px !important;
    overflow: hidden !important;
  }

  #ryby .pdj-carousel-track {
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    scrollbar-width: none !important;
    transform: none !important;
    padding: 8px 0 18px !important;
  }

  #ryby .pdj-carousel-track::-webkit-scrollbar {
    display: none !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 78vw !important;
    width: 78vw !important;
    min-width: 78vw !important;
    max-width: 78vw !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    padding: 24px !important;
  }

  #ryby .pdj-fish-art {
    height: 135px !important;
  }

  #galeria-polowow .pdj-carousel-track,
  #opinie .pdj-carousel-track {
    gap: 16px !important;
    padding: 10px 0 20px !important;
    scroll-snap-type: x mandatory !important;
  }

  #galeria-polowow .pdj-catch-card,
  .pdj-review-card {
    flex: 0 0 calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    scroll-snap-align: center !important;
  }

  #galeria-polowow .pdj-catch-card {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }

  .pdj-review-card {
    min-height: 320px !important;
    padding: 24px !important;
  }

  .pdj-review-card p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .pdj-stay-collage {
    width: min(100%, 640px) !important;
    margin: 34px auto 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 185px !important;
    gap: 12px !important;
  }

  .pdj-collage-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    width: 100% !important;
    min-height: 185px !important;
    border-radius: 22px !important;
  }

  .pdj-collage-large {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
    min-height: 382px !important;
  }

  .pdj-collage-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .pdj-collage-card figcaption {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    font-size: 1.25rem !important;
    line-height: 1.12 !important;
  }

  .pdj-map-wrap,
  .pdj-map-wrap iframe {
    min-height: 350px !important;
  }

  .pdj-scroll-up {
    width: 54px !important;
    height: 54px !important;
    right: 18px !important;
    bottom: 88px !important;
  }
}

@media (max-width: 520px) {
  .pdj-site {
    padding-top: 108px !important;
  }

  .pdj-topbar {
    min-height: 108px !important;
  }

  .pdj-nav {
    height: 108px !important;
    min-height: 108px !important;
    padding: 12px 12px !important;
    grid-template-columns: 58px minmax(0, 1fr) 50px 50px 50px 50px !important;
    gap: 8px !important;
  }

  .pdj-logo-img {
    width: 56px !important;
    height: 56px !important;
    flex-basis: 56px !important;
  }

  .pdj-logo span {
    font-size: 1.05rem !important;
  }

  .pdj-burger {
    width: 50px !important;
    height: 50px !important;
  }

  .pdj-nav-actions {
    gap: 8px !important;
  }

  .pdj-nav-actions .pdj-icon-link {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }

  .pdj-nav-links {
    top: 120px !important;
    left: 12px !important;
    right: 12px !important;
    max-height: calc(100vh - 150px) !important;
  }

  .pdj-section {
    padding: 56px 0 !important;
  }

  .pdj-section-title {
    font-size: 2rem !important;
  }

  .pdj-container,
  .pdj-stay-events-section .pdj-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .pdj-panel,
  .pdj-form,
  .pdj-contact-card,
  .pdj-price-card,
  .pdj-about-highlight {
    padding: 22px !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    height: 220px !important;
  }

  #galeria-polowow .pdj-catch-card {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
  }

  .pdj-review-card {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    min-height: 300px !important;
    padding: 22px !important;
  }

  .pdj-stay-collage {
    width: 100% !important;
    grid-auto-rows: 160px !important;
    gap: 10px !important;
  }

  .pdj-collage-card {
    min-height: 160px !important;
    border-radius: 20px !important;
  }

  .pdj-collage-large {
    min-height: 330px !important;
  }

  .pdj-collage-card figcaption {
    font-size: 1.15rem !important;
  }

  .pdj-scroll-up {
    right: 16px !important;
    bottom: 86px !important;
    width: 50px !important;
    height: 50px !important;
  }

  .pdj-footer-row {
    justify-content: center;
    text-align: center;
  }
}



/* =========================================================
  FINALNY PATCH MOBILE - TOPBAR / CENTROWANIE / RYBY
  WKLEIĆ NA SAM KONIEC CSS
========================================================= */

@media (max-width: 768px) {

  .pdj-site {
    padding-top: 78px !important;
  }

  .pdj-topbar {
    min-height: 78px !important;
    height: 78px !important;
    background: rgba(8, 13, 12, 0.985) !important;
    border-bottom: 1px solid rgba(201, 171, 101, 0.18) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.46) !important;
  }

  .pdj-nav {
    height: 78px !important;
    min-height: 78px !important;
    padding: 8px 12px !important;

    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;

    align-items: center !important;
    gap: 10px !important;

    background:
      linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
      rgba(8,13,12,.96) !important;
  }

  .pdj-logo {
    grid-column: 1 / 3 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 10px !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .pdj-logo-img {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
  }

  .pdj-logo span {
    font-size: .95rem !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    max-width: 145px !important;
  }

  .pdj-burger {
    grid-column: 3 !important;

    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;

    border-radius: 999px !important;
  }

  .pdj-nav-actions {
    grid-column: 4 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 0 !important;
    margin: 0 !important;
  }

  .pdj-nav-actions .pdj-icon-link {
    display: none !important;
  }

  .pdj-nav-actions .pdj-phone-link {
    display: grid !important;

    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
  }

  .pdj-nav-links {
    top: 88px !important;
    left: 12px !important;
    right: 12px !important;

    max-height: calc(100vh - 110px) !important;
    border-radius: 24px !important;
  }

  #lowisko .pdj-fishing-gallery {
    width: 100% !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;

    display: grid !important;
    justify-items: center !important;
  }

  #lowisko .pdj-fishing-gallery .pdj-gallery-card {
    width: 100% !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pdj-stay-collage {
    width: 100% !important;
    max-width: 640px !important;
    margin: 34px auto 0 !important;

    justify-content: center !important;
    align-items: stretch !important;
  }

  .pdj-collage-card {
    width: 100% !important;
    margin: 0 auto !important;
  }

  #ryby .pdj-carousel-viewport {
    width: 100% !important;
    overflow: hidden !important;
  }

  #ryby .pdj-carousel-track,
  #ryby .pdj-carousel-track.pdj-marquee-ready,
  #ryby .pdj-carousel-track.pdj-infinite-ready {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    transform: none !important;
    transition: none !important;

    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    scrollbar-width: none !important;

    -webkit-overflow-scrolling: auto !important;

    touch-action: pan-y !important;
    cursor: grab !important;
  }

  #ryby .pdj-carousel-track::-webkit-scrollbar {
    display: none !important;
  }

  #ryby .pdj-fish-tile {
    scroll-snap-align: none !important;
    flex-shrink: 0 !important;
  }
}

/* =========================================================
  18. FINAL CLIENT UPDATE - TOPBAR / SOCIAL / DOJAZD / POBYT TABS / MOBILE / RYBY
  Dopisane jako pełna finalna warstwa nad wcześniejszym CSS.
  Obsługuje finalny HTML: FB / IG / TikTok / Jak dojechać / Domek / Pole namiotowe i kemping / Wigwam.
========================================================= */

.pdj-topbar {
  z-index: 99990 !important;
}

.pdj-nav {
  min-height: 78px !important;
  height: 78px !important;
  padding: 8px clamp(14px, 2.2vw, 30px) !important;
  gap: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(8, 13, 12, 0.94) !important;
}

.pdj-logo-img {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
}

.pdj-logo span {
  font-size: 1.02rem !important;
  line-height: 1.08 !important;
  max-width: 180px !important;
}

.pdj-nav-links {
  gap: 17px !important;
  font-size: 0.88rem !important;
}

.pdj-nav-actions {
  gap: 8px !important;
}

.pdj-icon-link {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
}

.pdj-icon {
  width: 19px !important;
  height: 19px !important;
}

.pdj-route-link {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  border: 1px solid rgba(201, 171, 101, 0.32) !important;
  border-radius: 999px !important;
  color: #111 !important;
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
  box-shadow:
    0 12px 28px rgba(201, 171, 101, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  font-size: 0.84rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  transition:
    transform var(--pdj-transition),
    box-shadow var(--pdj-transition),
    filter var(--pdj-transition) !important;
}

.pdj-route-link:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.04) !important;
  box-shadow:
    0 16px 34px rgba(201, 171, 101, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.pdj-hero-content h1 {
  max-width: 980px !important;
  font-size: clamp(3rem, 6vw, 5.65rem) !important;
  line-height: 0.96 !important;
}

.pdj-hero-lead {
  max-width: 760px !important;
  margin-bottom: 18px !important;
  color: #ffffff !important;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem) !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
}

/* =========================================================
  19. POBYT I NOCLEGI - ZAKŁADKI ONE PAGE
========================================================= */

.pdj-stay-tabs {
  width: min(100%, 980px) !important;
  margin: 0 auto 34px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  border: 1px solid rgba(201, 171, 101, 0.18) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 13, 12, 0.62) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.pdj-stay-tab {
  min-height: 54px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: var(--pdj-muted) !important;
  background: transparent !important;
  font: inherit !important;
  font-size: 0.96rem !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition:
    color var(--pdj-transition),
    background var(--pdj-transition),
    border-color var(--pdj-transition),
    transform var(--pdj-transition),
    box-shadow var(--pdj-transition) !important;
}

.pdj-stay-tab:hover {
  color: var(--pdj-text) !important;
  border-color: rgba(201, 171, 101, 0.18) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.pdj-stay-tab.is-active {
  color: #111 !important;
  border-color: rgba(226, 201, 138, 0.55) !important;
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
  box-shadow: 0 14px 34px rgba(201, 171, 101, 0.19) !important;
}

.pdj-stay-dynamic {
  width: 100% !important;
}

.pdj-stay-content {
  display: none !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
  gap: 30px !important;
  align-items: stretch !important;
}

.pdj-stay-content.is-active {
  display: grid !important;
}

.pdj-stay-text-panel {
  min-height: auto !important;
  padding: 42px !important;
}

.pdj-stay-text-panel h3 {
  margin-bottom: 20px !important;
  font-size: clamp(2rem, 2.6vw, 3rem) !important;
  line-height: 1.08 !important;
}

.pdj-stay-text-panel p {
  margin-bottom: 18px !important;
}

.pdj-stay-text-panel .pdj-info-grid {
  margin-top: 28px !important;
  grid-template-columns: 1fr !important;
}

.pdj-stay-text-panel .pdj-info-card {
  min-height: 126px !important;
}

.pdj-stay-content .pdj-stay-collage {
  margin-top: 0 !important;
  min-height: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-auto-rows: 210px !important;
  gap: 16px !important;
}

.pdj-stay-content .pdj-collage-card {
  grid-column: span 3 !important;
  grid-row: span 1 !important;
  min-height: 210px !important;
}

.pdj-stay-content .pdj-collage-large {
  grid-column: span 6 !important;
  grid-row: span 2 !important;
  min-height: 436px !important;
}

.pdj-stay-content .pdj-collage-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* =========================================================
  20. CENNIK FINAL - 4 KARTY
========================================================= */

.pdj-price-grid-three {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* =========================================================
  21. RYBY - FINALNE USTAWIENIA POD JS INFINITE LOOP
========================================================= */

#ryby .pdj-carousel-viewport {
  overflow: hidden !important;
  touch-action: pan-y !important;
}

#ryby .pdj-carousel-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 18px !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  transform: none !important;
  transition: none !important;
  cursor: grab !important;
  overscroll-behavior-x: contain !important;
}

#ryby .pdj-carousel-track::-webkit-scrollbar {
  display: none !important;
}

#ryby .pdj-carousel-track.pdj-dragging {
  cursor: grabbing !important;
}

#ryby .pdj-fish-tile {
  flex-shrink: 0 !important;
  scroll-snap-align: none !important;
  user-select: none !important;
}

#ryby .pdj-fish-tile,
#ryby .pdj-fish-tile * {
  -webkit-user-drag: none !important;
}

/* =========================================================
  22. GALERIA POŁOWÓW - MOBILE PREVIEW
========================================================= */

#galeria-polowow .pdj-carousel-track {
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
}

/* =========================================================
  23. RESPONSIVE FINAL
========================================================= */

@media (max-width: 1500px) {
  .pdj-nav-links {
    gap: 13px !important;
    font-size: 0.82rem !important;
  }

  .pdj-route-link {
    padding: 0 14px !important;
    font-size: 0.78rem !important;
  }
}

@media (max-width: 1320px) {
  .pdj-nav-links {
    display: none !important;
  }

  .pdj-burger {
    display: inline-flex !important;
  }

  .pdj-price-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pdj-stay-content {
    grid-template-columns: 1fr !important;
  }

  .pdj-stay-content .pdj-stay-collage {
    margin-top: 0 !important;
  }
}

@media (max-width: 1080px) {
  .pdj-topbar {
    min-height: 78px !important;
    height: 78px !important;
  }

  .pdj-site {
    padding-top: 78px !important;
  }

  .pdj-nav {
    min-height: 78px !important;
    height: 78px !important;
    padding: 8px 14px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto auto auto auto !important;
    gap: 8px !important;
  }

  .pdj-logo {
    grid-column: 1 / 3 !important;
    min-width: 0 !important;
    gap: 10px !important;
  }

  .pdj-logo-img {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
  }

  .pdj-logo span {
    max-width: 150px !important;
    font-size: 0.96rem !important;
    line-height: 1.05 !important;
  }

  .pdj-burger {
    grid-column: 3 !important;
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
  }

  .pdj-nav-actions {
    grid-column: 4 / 8 !important;
    gap: 7px !important;
  }

  .pdj-nav-actions .pdj-icon-link {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
  }

  .pdj-route-link {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 13px !important;
    font-size: 0.76rem !important;
  }

  .pdj-nav-links {
    display: grid !important;
    top: 90px !important;
  }
}

@media (max-width: 840px) {
  .pdj-hero {
    padding: 74px 0 82px !important;
  }

  .pdj-hero-content h1 {
    max-width: 100% !important;
    font-size: clamp(2.15rem, 10vw, 3.55rem) !important;
    line-height: 1.02 !important;
  }

  .pdj-hero-lead {
    font-size: 1.08rem !important;
    line-height: 1.45 !important;
  }

  .pdj-stay-tabs {
    width: 100% !important;
    padding: 7px !important;
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }

  .pdj-stay-tab {
    min-height: 50px !important;
    border-radius: 18px !important;
  }

  .pdj-stay-content {
    gap: 20px !important;
  }

  .pdj-stay-text-panel {
    padding: 26px !important;
  }

  .pdj-stay-content .pdj-stay-collage {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 170px !important;
    gap: 12px !important;
  }

  .pdj-stay-content .pdj-collage-card {
    grid-column: span 1 !important;
    min-height: 170px !important;
  }

  .pdj-stay-content .pdj-collage-large {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
    min-height: 352px !important;
  }

  #ryby .pdj-carousel-viewport {
    min-height: 236px !important;
  }

  #ryby .pdj-carousel-track {
    gap: 14px !important;
    padding: 8px 0 18px !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 76vw !important;
    width: 76vw !important;
    min-width: 76vw !important;
    max-width: 76vw !important;
    height: 222px !important;
    min-height: 222px !important;
    max-height: 222px !important;
  }

  #ryby .pdj-fish-art {
    height: 136px !important;
  }

  #galeria-polowow .pdj-catch-card {
    flex: 0 0 78vw !important;
    width: 78vw !important;
    min-width: 78vw !important;
    max-width: 78vw !important;
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }

  .pdj-price-grid-three {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .pdj-site {
    padding-top: 74px !important;
  }

  .pdj-topbar {
    min-height: 74px !important;
    height: 74px !important;
  }

  .pdj-nav {
    min-height: 74px !important;
    height: 74px !important;
    padding: 7px 10px !important;
    grid-template-columns: auto minmax(0, 1fr) 44px 44px 44px 44px !important;
    gap: 6px !important;
  }

  .pdj-logo-img {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
  }

  .pdj-logo span {
    max-width: 112px !important;
    font-size: 0.82rem !important;
    line-height: 1.05 !important;
  }

  .pdj-burger {
    width: 44px !important;
    height: 44px !important;
    grid-column: 3 !important;
  }

  .pdj-nav-actions {
    grid-column: 4 / 7 !important;
    gap: 6px !important;
  }

  .pdj-nav-actions .pdj-icon-link {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
  }

  .pdj-nav-actions .pdj-icon-link:not(.pdj-phone-link):nth-of-type(3) {
    display: none !important;
  }

  .pdj-route-link {
    display: none !important;
  }

  .pdj-nav-links {
    top: 84px !important;
    left: 10px !important;
    right: 10px !important;
    max-height: calc(100vh - 110px) !important;
  }

  .pdj-section-title {
    font-size: clamp(1.85rem, 9vw, 2.35rem) !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  #galeria-polowow .pdj-catch-card {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }
}

@media (max-width: 430px) {
  .pdj-nav {
    grid-template-columns: auto minmax(0, 1fr) 42px 42px 42px !important;
  }

  .pdj-logo span {
    max-width: 98px !important;
    font-size: 0.78rem !important;
  }

  .pdj-burger {
    width: 42px !important;
    height: 42px !important;
  }

  .pdj-nav-actions {
    grid-column: 4 / 6 !important;
  }

  .pdj-nav-actions .pdj-icon-link {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  .pdj-nav-actions .pdj-icon-link:not(.pdj-phone-link):nth-of-type(n+3) {
    display: none !important;
  }

  .pdj-icon {
    width: 18px !important;
    height: 18px !important;
  }
}

/* =========================================================
  18. FINAL CLIENT PATCH - DESKTOP PREMIUM, TOPBAR, ZAKŁADKI,
      GALERIE POBYTU, MOBILE SOCIAL, STOPKA KS STUDIO
========================================================= */

/* ---------- TOPBAR DESKTOP ---------- */

.pdj-route-link {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 171, 101, 0.32);
  border-radius: 999px;
  color: var(--pdj-gold-strong) !important;
  background:
    linear-gradient(180deg, rgba(201, 171, 101, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(8, 13, 12, 0.55);
  font-size: 0.88rem;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transition:
    transform var(--pdj-transition),
    border-color var(--pdj-transition),
    background var(--pdj-transition),
    color var(--pdj-transition);
}

.pdj-route-link:hover {
  transform: translateY(-2px);
  color: #111 !important;
  border-color: rgba(226, 201, 138, 0.62);
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold));
}

.pdj-nav-actions .pdj-icon-link[aria-label*="TikTok"] .pdj-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 1081px) {
  .pdj-topbar {
    background: rgba(8, 13, 12, 0.93) !important;
  }

  .pdj-nav {
    min-height: 78px !important;
    height: 78px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    gap: 18px !important;
  }

  .pdj-logo-img {
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
  }

  .pdj-logo span {
    font-size: 1.02rem !important;
    letter-spacing: -0.015em;
  }

  .pdj-nav-links {
    gap: clamp(12px, 1.15vw, 20px) !important;
    font-size: 0.88rem !important;
  }

  .pdj-nav-actions {
    gap: 8px !important;
  }

  .pdj-icon-link {
    width: 46px !important;
    height: 46px !important;
  }

  .pdj-icon {
    width: 19px !important;
    height: 19px !important;
  }
}

/* ---------- HERO FINAL ---------- */

.pdj-hero-content h1 {
  max-width: 980px !important;
  font-size: clamp(3rem, 5.8vw, 5.8rem) !important;
  line-height: 0.96 !important;
}

.pdj-hero-lead {
  max-width: 820px !important;
  margin-bottom: 18px !important;
  color: #fff !important;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem) !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
}

/* ---------- POBYT I NOCLEGI - ZAKŁADKI PREMIUM ---------- */

.pdj-stay-tabs {
  width: min(100%, 1080px);
  margin: 0 auto 32px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(201, 171, 101, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 12, 0.62);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.pdj-stay-tab {
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--pdj-muted);
  background: transparent;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 950;
  cursor: pointer;
  text-align: center;
  transition:
    color var(--pdj-transition),
    background var(--pdj-transition),
    border-color var(--pdj-transition),
    transform var(--pdj-transition),
    box-shadow var(--pdj-transition);
}

.pdj-stay-tab:hover {
  color: var(--pdj-text);
  border-color: rgba(201, 171, 101, 0.26);
  background: rgba(255, 255, 255, 0.035);
}

.pdj-stay-tab.is-active {
  color: #111;
  border-color: rgba(226, 201, 138, 0.68);
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold));
  box-shadow:
    0 14px 32px rgba(201, 171, 101, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.pdj-stay-dynamic {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
}

.pdj-stay-content {
  display: none;
}

.pdj-stay-content.is-active {
  display: block;
}

.pdj-stay-text-panel {
  min-height: auto !important;
  padding: clamp(28px, 3.2vw, 54px) !important;
  overflow: hidden;
}

.pdj-stay-copy {
  max-width: 1180px;
  margin: 0 auto 34px;
  text-align: left;
}

.pdj-stay-copy .pdj-eyebrow {
  margin-bottom: 12px;
}

.pdj-stay-copy h3 {
  margin-bottom: 18px !important;
  font-size: clamp(2rem, 3.2vw, 3.8rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.035em;
}

.pdj-stay-copy > p {
  max-width: 1180px;
  color: rgba(238, 243, 239, 0.78) !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
  line-height: 1.78 !important;
}

.pdj-stay-copy .pdj-info-grid {
  margin-top: 28px;
}

.pdj-stay-copy .pdj-info-card {
  min-height: 150px;
}

/* ---------- GALERIE W ZAKŁADKACH ---------- */

.pdj-stay-gallery {
  width: 100%;
  max-width: 1360px;
  margin: 32px auto 0;
}

.pdj-stay-gallery .pdj-carousel-heading {
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}

.pdj-stay-gallery .pdj-carousel-heading h4 {
  margin: 0;
  color: var(--pdj-text) !important;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.pdj-stay-gallery .pdj-carousel-viewport {
  overflow: hidden !important;
}

.pdj-stay-gallery .pdj-carousel-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 2px 20px !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.pdj-stay-gallery .pdj-carousel-track::-webkit-scrollbar {
  display: none;
}

.pdj-stay-gallery-card {
  flex: 0 0 420px;
  width: 420px;
  min-width: 420px;
  height: 420px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background: var(--pdj-card);
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  scroll-snap-align: start;
}

.pdj-stay-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.pdj-stay-gallery-card:hover img {
  transform: scale(1.045);
}

.pdj-stay-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.74) 100%);
  pointer-events: none;
}

.pdj-stay-gallery-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 3;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -0.02em;
}

/* ---------- DESKTOP POBYT FIX ---------- */

@media (min-width: 1081px) {
  .pdj-stay-events-section .pdj-section-center {
    margin-bottom: 44px !important;
  }

  .pdj-stay-events-section .pdj-section-title {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.6rem, 3.8vw, 4.4rem) !important;
  }

  .pdj-stay-events-section .pdj-section-subtitle {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .pdj-stay-dynamic .pdj-panel {
    border-radius: 34px !important;
  }
}

/* ---------- CENNIK 4 KARTY ---------- */

.pdj-price-grid-three {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1180px) {
  .pdj-price-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ---------- STOPKA KS STUDIO ---------- */

.pdj-footer-credit {
  color: var(--pdj-muted);
  font-weight: 800;
}

.pdj-footer-credit a {
  color: var(--pdj-gold-strong) !important;
  font-weight: 950;
  text-decoration: none !important;
}

.pdj-footer-credit a:hover {
  color: #fff !important;
}

/* ---------- MOBILE TOPBAR FINAL ---------- */

@media (max-width: 1080px) {
  .pdj-topbar {
    min-height: 84px !important;
  }

  .pdj-site {
    padding-top: 84px !important;
  }

  .pdj-nav {
    min-height: 84px !important;
    height: 84px !important;
    padding: 10px 16px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    gap: 10px !important;
  }

  .pdj-logo {
    grid-column: 1 / 3 !important;
    gap: 10px !important;
  }

  .pdj-logo-img {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
  }

  .pdj-logo span {
    font-size: clamp(0.98rem, 3.6vw, 1.18rem) !important;
    line-height: 1.08 !important;
  }

  .pdj-burger {
    grid-column: 3 !important;
    width: 50px !important;
    height: 50px !important;
    order: initial !important;
  }

  .pdj-nav-actions {
    grid-column: 4 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 0 !important;
  }

  .pdj-nav-actions .pdj-icon-link:not(.pdj-phone-link),
  .pdj-nav-actions .pdj-route-link {
    display: none !important;
  }

  .pdj-nav-actions .pdj-phone-link {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
  }

  .pdj-nav-links {
    top: 94px !important;
    left: 14px !important;
    right: 14px !important;
    max-height: calc(100vh - 118px) !important;
    padding: 16px !important;
  }

  .pdj-nav-links::after {
    content: "Facebook  •  Instagram  •  TikTok  •  Jak dojechać";
    width: 100%;
    margin-top: 8px;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 171, 101, 0.20);
    border-radius: 18px;
    color: var(--pdj-gold-strong);
    background: rgba(201, 171, 101, 0.07);
    font-size: 0.82rem;
    font-weight: 950;
    text-align: center;
    letter-spacing: 0.02em;
  }

  .pdj-hero {
    padding-top: 72px !important;
  }

  .pdj-hero-content h1 {
    font-size: clamp(2.5rem, 10vw, 4.2rem) !important;
  }
}

/* ---------- MOBILE POBYT I GALERIE ---------- */

@media (max-width: 840px) {
  .pdj-stay-tabs {
    width: 100% !important;
    margin-bottom: 24px !important;
    padding: 7px !important;
    grid-template-columns: 1fr !important;
    border-radius: 26px !important;
  }

  .pdj-stay-tab {
    min-height: 52px !important;
    border-radius: 18px !important;
    font-size: 0.95rem !important;
  }

  .pdj-stay-text-panel {
    padding: 24px !important;
  }

  .pdj-stay-copy {
    margin-bottom: 26px !important;
  }

  .pdj-stay-copy h3 {
    font-size: clamp(1.9rem, 8.8vw, 2.7rem) !important;
  }

  .pdj-stay-gallery {
    margin-top: 28px !important;
  }

  .pdj-stay-gallery .pdj-carousel-heading {
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .pdj-stay-gallery .pdj-carousel-heading h4 {
    font-size: 1.12rem !important;
  }

  .pdj-stay-gallery .pdj-carousel-btn {
    width: 48px !important;
    height: 48px !important;
  }

  .pdj-stay-gallery .pdj-carousel-track {
    gap: 14px !important;
    padding: 8px 0 20px !important;
  }

  .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 56px) !important;
    width: calc(100vw - 56px) !important;
    min-width: calc(100vw - 56px) !important;
    height: 380px !important;
    border-radius: 26px !important;
    scroll-snap-align: center !important;
  }

  .pdj-stay-gallery-card figcaption {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    font-size: 1.24rem !important;
  }
}

@media (max-width: 520px) {
  .pdj-topbar {
    min-height: 86px !important;
  }

  .pdj-site {
    padding-top: 86px !important;
  }

  .pdj-nav {
    min-height: 86px !important;
    height: 86px !important;
    padding: 10px 12px !important;
    grid-template-columns: auto minmax(0, 1fr) 48px 48px !important;
    gap: 8px !important;
  }

  .pdj-logo-img {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
  }

  .pdj-logo span {
    font-size: 1rem !important;
  }

  .pdj-burger,
  .pdj-nav-actions .pdj-phone-link {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  .pdj-nav-links {
    top: 96px !important;
    left: 10px !important;
    right: 10px !important;
  }

  .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
    min-width: calc(100vw - 44px) !important;
    height: 340px !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
    min-width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
  }

  .pdj-footer-row {
    justify-content: center !important;
    text-align: center !important;
  }
}

/* ---------- USUNIĘCIE STAREGO KOLAŻU W NOWEJ SEKCJI, JEŚLI ZOSTAŁ W HTML ---------- */

.pdj-stay-content .pdj-stay-collage {
  display: none !important;
}

/* =========================================================
  19. FINALNA NAPRAWA GALERII W ZAKŁADKACH - DESKTOP / TABLET / MOBILE
  Ten blok musi być na samym końcu CSS.
  Naprawia sytuację, w której rozmiar mobilny nadpisywał desktop.
========================================================= */

/* ---------- KONTENER SEKCJI POBYTU ---------- */

.pdj-stay-events-section {
  overflow: hidden !important;
}

.pdj-stay-events-section .pdj-container {
  width: min(100% - 80px, 1700px) !important;
  max-width: 1700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pdj-stay-dynamic {
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pdj-stay-content {
  width: 100% !important;
}

.pdj-stay-content:not(.is-active) {
  display: none !important;
}

.pdj-stay-content.is-active {
  display: block !important;
}

.pdj-stay-text-panel {
  width: 100% !important;
  min-height: auto !important;
  overflow: hidden !important;
}

/* ---------- GALERIA W ZAKŁADKACH - BAZA ---------- */

.pdj-stay-gallery {
  width: 100% !important;
  max-width: none !important;
  margin: 34px auto 0 !important;
  overflow: hidden !important;
}

.pdj-stay-gallery .pdj-carousel-heading {
  width: 100% !important;
  margin-bottom: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.pdj-stay-gallery .pdj-carousel-heading h4 {
  margin: 0 !important;
  color: var(--pdj-text) !important;
  font-size: clamp(1.2rem, 1.55vw, 1.7rem) !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

.pdj-stay-gallery .pdj-carousel-viewport {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.pdj-stay-gallery .pdj-carousel-track {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 0 22px !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
}

.pdj-stay-gallery .pdj-carousel-track::-webkit-scrollbar {
  display: none !important;
}

.pdj-stay-gallery .pdj-carousel-track.pdj-dragging {
  cursor: grabbing !important;
}

/* ---------- DESKTOP - SZEROKIE KARTY, NIE MOBILNE ---------- */

@media (min-width: 1081px) {
  .pdj-stay-events-section .pdj-section-center {
    max-width: 1100px !important;
    margin-bottom: 44px !important;
  }

  .pdj-stay-events-section .pdj-section-title {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(2.7rem, 3.8vw, 4.55rem) !important;
    line-height: 1.02 !important;
  }

  .pdj-stay-events-section .pdj-section-subtitle {
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pdj-stay-tabs {
    width: min(100%, 1080px) !important;
    margin: 0 auto 34px !important;
    padding: 8px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    border: 1px solid rgba(201, 171, 101, 0.22) !important;
    border-radius: 999px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(8, 13, 12, 0.62) !important;
    box-shadow:
      0 20px 56px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  }

  .pdj-stay-tab {
    min-height: 54px !important;
    padding: 0 20px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    color: var(--pdj-muted) !important;
    background: transparent !important;
    font: inherit !important;
    font-size: 0.96rem !important;
    font-weight: 950 !important;
    cursor: pointer !important;
    text-align: center !important;
  }

  .pdj-stay-tab.is-active {
    color: #111 !important;
    border-color: rgba(226, 201, 138, 0.68) !important;
    background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
    box-shadow:
      0 14px 32px rgba(201, 171, 101, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
  }

  .pdj-stay-text-panel {
    padding: 46px !important;
    border-radius: 34px !important;
  }

  .pdj-stay-copy {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto 34px !important;
    text-align: left !important;
  }

  .pdj-stay-copy h3 {
    margin-bottom: 18px !important;
    font-size: clamp(2.25rem, 3vw, 3.65rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.035em !important;
  }

  .pdj-stay-copy > p {
    max-width: 1180px !important;
    color: rgba(238, 243, 239, 0.78) !important;
    font-size: 1.08rem !important;
    line-height: 1.78 !important;
  }

  .pdj-stay-copy .pdj-info-grid {
    margin-top: 28px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .pdj-stay-copy .pdj-info-card {
    min-height: 150px !important;
  }

  .pdj-stay-gallery {
    width: 100% !important;
    max-width: 1360px !important;
    margin-top: 34px !important;
  }

  .pdj-stay-gallery .pdj-carousel-track {
    gap: 22px !important;
  }

  .pdj-stay-gallery-card {
    flex: 0 0 420px !important;
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    position: relative !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 30px !important;
    background: var(--pdj-card) !important;
    box-shadow:
      0 20px 58px rgba(0, 0, 0, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    scroll-snap-align: start !important;
  }

  .pdj-stay-gallery-card img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .pdj-stay-gallery-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.74) 100%) !important;
    pointer-events: none !important;
  }

  .pdj-stay-gallery-card figcaption {
    position: absolute !important;
    left: 22px !important;
    right: 22px !important;
    bottom: 20px !important;
    z-index: 3 !important;
    color: #fff !important;
    font-size: 1.35rem !important;
    line-height: 1.16 !important;
    font-weight: 950 !important;
    letter-spacing: -0.02em !important;
  }
}

/* ---------- TABLET ---------- */

@media (max-width: 1080px) and (min-width: 841px) {
  .pdj-stay-events-section .pdj-container {
    width: min(100% - 48px, 980px) !important;
    max-width: 980px !important;
  }

  .pdj-stay-tabs {
    width: 100% !important;
    margin-bottom: 28px !important;
    padding: 8px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    border-radius: 28px !important;
  }

  .pdj-stay-tab {
    min-height: 54px !important;
    border-radius: 18px !important;
  }

  .pdj-stay-gallery-card {
    flex: 0 0 360px !important;
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    border-radius: 28px !important;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 840px) {
  .pdj-stay-tabs {
    width: 100% !important;
    margin-bottom: 24px !important;
    padding: 7px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    border-radius: 26px !important;
  }

  .pdj-stay-tab {
    min-height: 52px !important;
    border-radius: 18px !important;
    font-size: 0.95rem !important;
  }

  .pdj-stay-text-panel {
    padding: 24px !important;
  }

  .pdj-stay-gallery .pdj-carousel-heading {
    justify-content: space-between !important;
  }

  .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 56px) !important;
    width: calc(100vw - 56px) !important;
    min-width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
    border-radius: 26px !important;
    scroll-snap-align: center !important;
  }

  .pdj-stay-gallery-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .pdj-stay-gallery-card figcaption {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    font-size: 1.24rem !important;
  }
}

@media (max-width: 520px) {
  .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
    min-width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }
}

.pdj-mobile-menu-socials {
  display: none !important;
}

@media (max-width: 1080px) {
  .pdj-mobile-menu-socials {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .pdj-mobile-social-link {
    padding: 14px 12px !important;
    border: 1px solid rgba(201, 171, 101, 0.22) !important;
    border-radius: 18px !important;
    color: #e2c98a !important;
    background: rgba(201, 171, 101, 0.07) !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .pdj-nav-links::after {
    display: none !important;
    content: none !important;
  }
}

/* =========================================================
  18. FINAL FIX - ZAKŁADKI POBYTU, GALERIE, MOBILE, RYBY
  Wklejone na końcu pliku, żeby nadpisać wcześniejsze konflikty.
========================================================= */

/* ---------- ZAKŁADKI POBYTU - RESET PRZYCISKÓW HTML ---------- */

.pdj-stay-tabs {
  width: min(100%, 1080px) !important;
  margin: 0 auto 34px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  border: 1px solid rgba(201, 171, 101, 0.24) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 12, 0.72) !important;
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

.pdj-stay-tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 56px !important;
  width: 100% !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  outline: none !important;
  color: var(--pdj-muted) !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: 0.98rem !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition:
    color var(--pdj-transition),
    background var(--pdj-transition),
    border-color var(--pdj-transition),
    transform var(--pdj-transition),
    box-shadow var(--pdj-transition) !important;
}

.pdj-stay-tab:hover {
  color: var(--pdj-text) !important;
  border-color: rgba(201, 171, 101, 0.30) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.pdj-stay-tab.is-active {
  color: #111 !important;
  border-color: rgba(226, 201, 138, 0.72) !important;
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
  box-shadow:
    0 14px 34px rgba(201, 171, 101, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}

.pdj-stay-content {
  display: none !important;
  width: 100% !important;
}

.pdj-stay-content.is-active {
  display: block !important;
}

.pdj-stay-dynamic {
  width: 100% !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
}

.pdj-stay-text-panel {
  width: 100% !important;
  min-height: auto !important;
  overflow: hidden !important;
}

/* ---------- DESKTOP: GALERIE POBYTU DUŻE I WYŚRODKOWANE ---------- */

.pdj-stay-gallery {
  width: 100% !important;
  max-width: 1360px !important;
  margin: 34px auto 0 !important;
  overflow: hidden !important;
}

.pdj-stay-gallery .pdj-carousel-heading {
  width: 100% !important;
  margin-bottom: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.pdj-stay-gallery .pdj-carousel-heading h4 {
  margin: 0 !important;
  color: var(--pdj-text) !important;
  font-size: clamp(1.2rem, 1.55vw, 1.7rem) !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

.pdj-stay-gallery .pdj-carousel-viewport {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.pdj-stay-gallery .pdj-carousel-track {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 0 22px !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
}

.pdj-stay-gallery .pdj-carousel-track::-webkit-scrollbar {
  display: none !important;
}

.pdj-stay-gallery .pdj-carousel-track.pdj-dragging {
  cursor: grabbing !important;
}

.pdj-stay-gallery-card {
  flex: 0 0 420px !important;
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
  position: relative !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 30px !important;
  background: var(--pdj-card) !important;
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  scroll-snap-align: start !important;
}

.pdj-stay-gallery-card img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.pdj-stay-gallery-card figcaption {
  display: none !important;
}

/* ---------- WYŚRODKOWANIE TEKSTÓW I KART ---------- */

.pdj-stay-events-section .pdj-section-center {
  text-align: center !important;
}

.pdj-stay-copy {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 34px !important;
  text-align: left !important;
}

.pdj-stay-copy .pdj-eyebrow {
  justify-content: flex-start !important;
}

.pdj-stay-copy h3 {
  margin-bottom: 18px !important;
  font-size: clamp(2.25rem, 3vw, 3.65rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.035em !important;
}

.pdj-stay-copy > p {
  max-width: 1180px !important;
  color: rgba(238, 243, 239, 0.78) !important;
  font-size: 1.08rem !important;
  line-height: 1.78 !important;
}

.pdj-stay-copy .pdj-info-grid {
  margin-top: 28px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.pdj-stay-copy .pdj-info-card {
  min-height: 150px !important;
}

/* ---------- RYBY: MOBILE MA DZIAŁAĆ JAK OPINIE, BEZ BLOKUJĄCEGO LOOPA ---------- */

@media (max-width: 840px) {
  #ryby .pdj-carousel-viewport {
    width: 100% !important;
    min-height: 230px !important;
    overflow: hidden !important;
  }

  #ryby .pdj-carousel-track {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y !important;
    padding: 8px 0 20px !important;
    transform: none !important;
  }

  #ryby .pdj-carousel-track::-webkit-scrollbar {
    display: none !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    padding: 22px !important;
    scroll-snap-align: center !important;
  }

  #ryby .pdj-fish-art {
    height: 132px !important;
  }

  #ryby .pdj-fish-art img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

/* ---------- MOBILE: TOPBAR LŻEJSZY, SOCIAL SCHOWANY, PEŁNA SZEROKOŚĆ ---------- */

@media (max-width: 1080px) {
  .pdj-nav-actions .pdj-icon-link:not(.pdj-phone-link),
  .pdj-nav-actions .pdj-route-link {
    display: none !important;
  }

  .pdj-nav-actions {
    grid-column: 4 !important;
    gap: 0 !important;
  }

  .pdj-nav {
    grid-template-columns: auto minmax(0, 1fr) 52px 52px !important;
  }

  .pdj-mobile-menu-socials {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 10px !important;
  }

  .pdj-mobile-social-link {
    padding: 14px 12px !important;
    border: 1px solid rgba(201, 171, 101, 0.22) !important;
    border-radius: 18px !important;
    color: #e2c98a !important;
    background: rgba(201, 171, 101, 0.07) !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .pdj-nav-links::after {
    display: none !important;
    content: none !important;
  }
}

@media (min-width: 1081px) {
  .pdj-mobile-menu-socials {
    display: none !important;
  }
}

/* ---------- MOBILE: SEKCJA POBYTU I GALERIE PEŁNA SZEROKOŚĆ ---------- */

@media (max-width: 840px) {
  .pdj-stay-events-section .pdj-container,
  .pdj-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pdj-stay-tabs {
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 8px !important;
    grid-template-columns: 1fr !important;
    border-radius: 28px !important;
  }

  .pdj-stay-tab {
    min-height: 58px !important;
    border-radius: 20px !important;
    font-size: 1rem !important;
  }

  .pdj-stay-text-panel {
    width: 100% !important;
    padding: 24px !important;
    border-radius: 28px !important;
  }

  .pdj-stay-copy {
    text-align: left !important;
    margin-bottom: 26px !important;
  }

  .pdj-stay-copy h3 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  .pdj-stay-copy > p {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  .pdj-stay-copy .pdj-info-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .pdj-stay-gallery {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 28px !important;
  }

  .pdj-stay-gallery .pdj-carousel-heading {
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .pdj-stay-gallery .pdj-carousel-heading h4 {
    font-size: 1.12rem !important;
  }

  .pdj-stay-gallery .pdj-carousel-track {
    gap: 14px !important;
    padding: 8px 0 20px !important;
    scroll-snap-type: x mandatory !important;
  }

  .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
    min-width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
    border-radius: 26px !important;
    scroll-snap-align: center !important;
  }

  .pdj-stay-gallery-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  #galeria-polowow .pdj-catch-card,
  .pdj-review-card {
    flex: 0 0 calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
    min-width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
  }

  #lowisko .pdj-service-pill,
  .pdj-info-card,
  .pdj-price-card,
  .pdj-contact-item {
    text-align: center !important;
  }

  #lowisko .pdj-service-pill h3,
  #lowisko .pdj-service-pill p,
  .pdj-info-card h4,
  .pdj-info-card p {
    text-align: center !important;
  }
}

@media (max-width: 520px) {
  .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  #galeria-polowow .pdj-catch-card,
  .pdj-review-card {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }
}

/* =========================================================
  99. FINALNY FIX KS STUDIO
  Zakładki, galerie, mobile, desktop, ryby, centrowanie
  Ten blok musi być na samym końcu pliku CSS.
========================================================= */

/* ---------- GLOBALNE CENTROWANIE OBRAZÓW ---------- */

.pdj-site img,
.pdj-gallery-card img,
.pdj-catch-card img,
.pdj-stay-gallery-card img,
.pdj-about-photo img,
.pdj-fish-art img {
  object-position: center center !important;
}

.pdj-section-center {
  text-align: center !important;
}

.pdj-section-center .pdj-section-subtitle {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- ZAKŁADKI POBYTU - DZIAŁANIE I WYGLĄD ---------- */

.pdj-stay-dynamic {
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pdj-stay-content {
  display: none !important;
  width: 100% !important;
}

.pdj-stay-content.is-active {
  display: block !important;
}

.pdj-stay-tabs {
  width: min(100%, 1080px) !important;
  margin: 0 auto 34px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  border: 1px solid rgba(201, 171, 101, 0.24) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 12, 0.74) !important;
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

.pdj-stay-tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 56px !important;
  width: 100% !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  outline: none !important;
  color: var(--pdj-muted) !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: 0.98rem !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition:
    color var(--pdj-transition),
    background var(--pdj-transition),
    border-color var(--pdj-transition),
    transform var(--pdj-transition),
    box-shadow var(--pdj-transition) !important;
}

.pdj-stay-tab:hover {
  color: var(--pdj-text) !important;
  border-color: rgba(201, 171, 101, 0.30) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.pdj-stay-tab.is-active {
  color: #111 !important;
  border-color: rgba(226, 201, 138, 0.72) !important;
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
  box-shadow:
    0 14px 34px rgba(201, 171, 101, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}

/* ---------- TEKSTY W SEKCJI POBYTU ---------- */

.pdj-stay-text-panel {
  width: 100% !important;
  min-height: auto !important;
  overflow: hidden !important;
}

.pdj-stay-copy {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 34px !important;
  text-align: left !important;
}

.pdj-stay-copy .pdj-eyebrow {
  justify-content: flex-start !important;
}

.pdj-stay-copy h3 {
  margin-bottom: 18px !important;
  font-size: clamp(2.25rem, 3vw, 3.65rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.035em !important;
}

.pdj-stay-copy > p {
  max-width: 1180px !important;
  color: rgba(238, 243, 239, 0.78) !important;
  font-size: 1.08rem !important;
  line-height: 1.78 !important;
}

.pdj-stay-copy .pdj-info-grid {
  margin-top: 28px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.pdj-info-card {
  text-align: center !important;
}

.pdj-info-card h4,
.pdj-info-card p {
  text-align: center !important;
}

/* ---------- GALERIE POBYTU DESKTOP ---------- */

.pdj-stay-gallery {
  width: 100% !important;
  max-width: 1360px !important;
  margin: 34px auto 0 !important;
  overflow: hidden !important;
}

.pdj-stay-gallery .pdj-carousel-heading {
  width: 100% !important;
  margin-bottom: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.pdj-stay-gallery .pdj-carousel-heading h4 {
  margin: 0 !important;
  color: var(--pdj-text) !important;
  font-size: clamp(1.2rem, 1.55vw, 1.7rem) !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

.pdj-stay-gallery .pdj-carousel-viewport {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.pdj-stay-gallery .pdj-carousel-track {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 0 22px !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
}

.pdj-stay-gallery .pdj-carousel-track::-webkit-scrollbar {
  display: none !important;
}

.pdj-stay-gallery .pdj-carousel-track.pdj-dragging {
  cursor: grabbing !important;
}

.pdj-stay-gallery-card {
  flex: 0 0 420px !important;
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
  position: relative !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 30px !important;
  background: var(--pdj-card) !important;
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  scroll-snap-align: start !important;
}

.pdj-stay-gallery-card img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.pdj-stay-gallery-card figcaption {
  display: none !important;
}

/* ---------- KARUZELE OGÓLNE ---------- */

#galeria-polowow .pdj-catch-card img,
#lowisko .pdj-gallery-card img,
.pdj-about-photo img {
  object-fit: cover !important;
  object-position: center center !important;
}

#galeria-polowow .pdj-carousel-track,
#opinie .pdj-carousel-track,
.pdj-stay-gallery .pdj-carousel-track {
  scrollbar-width: none !important;
}

#galeria-polowow .pdj-carousel-track::-webkit-scrollbar,
#opinie .pdj-carousel-track::-webkit-scrollbar,
.pdj-stay-gallery .pdj-carousel-track::-webkit-scrollbar {
  display: none !important;
}

/* ---------- MOBILE TOPBAR ---------- */

@media (max-width: 1080px) {
  .pdj-nav-actions .pdj-icon-link:not(.pdj-phone-link),
  .pdj-nav-actions .pdj-route-link {
    display: none !important;
  }

  .pdj-nav {
    grid-template-columns: auto minmax(0, 1fr) 52px 52px !important;
  }

  .pdj-nav-actions {
    grid-column: 4 !important;
    gap: 0 !important;
  }

  .pdj-mobile-menu-socials {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 10px !important;
  }

  .pdj-mobile-social-link {
    padding: 14px 12px !important;
    border: 1px solid rgba(201, 171, 101, 0.22) !important;
    border-radius: 18px !important;
    color: #e2c98a !important;
    background: rgba(201, 171, 101, 0.07) !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .pdj-nav-links::after {
    display: none !important;
    content: none !important;
  }
}

@media (min-width: 1081px) {
  .pdj-mobile-menu-socials {
    display: none !important;
  }
}

/* ---------- MOBILE FULL WIDTH I GALERIE ---------- */

@media (max-width: 840px) {
  .pdj-container,
  .pdj-stay-events-section .pdj-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pdj-section {
    padding: 58px 0 !important;
  }

  .pdj-section-title {
    text-align: center !important;
  }

  .pdj-section-subtitle {
    text-align: center !important;
  }

  .pdj-stay-tabs {
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 8px !important;
    grid-template-columns: 1fr !important;
    border-radius: 28px !important;
  }

  .pdj-stay-tab {
    min-height: 58px !important;
    border-radius: 20px !important;
    font-size: 1rem !important;
  }

  .pdj-stay-text-panel {
    width: 100% !important;
    padding: 24px !important;
    border-radius: 28px !important;
  }

  .pdj-stay-copy {
    text-align: left !important;
    margin-bottom: 26px !important;
  }

  .pdj-stay-copy h3 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  .pdj-stay-copy > p {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  .pdj-stay-copy .pdj-info-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .pdj-stay-gallery {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 28px !important;
  }

  .pdj-stay-gallery .pdj-carousel-heading {
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .pdj-stay-gallery .pdj-carousel-heading h4 {
    font-size: 1.12rem !important;
  }

  .pdj-stay-gallery .pdj-carousel-track {
    gap: 14px !important;
    padding: 8px 0 20px !important;
    scroll-snap-type: x mandatory !important;
  }

  .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
    border-radius: 26px !important;
    scroll-snap-align: center !important;
  }

  .pdj-stay-gallery-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  #galeria-polowow .pdj-catch-card,
  .pdj-review-card {
    flex: 0 0 calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    scroll-snap-align: center !important;
  }

  #galeria-polowow .pdj-catch-card {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }
}

/* ---------- RYBY NA MOBILE JAK OPINIE ---------- */

@media (max-width: 840px) {
  #ryby .pdj-carousel-viewport {
    width: 100% !important;
    min-height: 230px !important;
    overflow: hidden !important;
  }

  #ryby .pdj-carousel-track {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y !important;
    padding: 8px 0 20px !important;
    transform: none !important;
  }

  #ryby .pdj-carousel-track::-webkit-scrollbar {
    display: none !important;
  }

  #ryby .pdj-fish-tile {
    flex: 0 0 calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    padding: 22px !important;
    scroll-snap-align: center !important;
  }

  #ryby .pdj-fish-art {
    height: 132px !important;
  }

  #ryby .pdj-fish-art img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 520px) {
  .pdj-container,
  .pdj-stay-events-section .pdj-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .pdj-stay-gallery-card,
  #ryby .pdj-fish-tile,
  #galeria-polowow .pdj-catch-card,
  .pdj-review-card {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .pdj-stay-gallery-card {
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
  }
}

/* =========================================================
  99. OSTATECZNY FIX CSS - SERWER / WORDPRESS / ASTRA
  Ten blok MUSI zostać na samym końcu pliku style.css.
  Naprawia:
  - zakładki Domek / Pole namiotowe i kemping / Wigwam
  - wygląd przycisków zakładek na desktopie i mobile
  - galerie w zakładkach
  - miniaturki zdjęć na desktopie
  - pełną szerokość na mobile
  - centrowanie zdjęć
  - ryby na mobile
========================================================= */


/* =========================================================
  A. POBYT I NOCLEGI - WYMUSZENIE UKRYWANIA ZAKŁADEK
========================================================= */

body .pdj-site #pobyt .pdj-stay-dynamic {
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
}

body .pdj-site #pobyt .pdj-stay-dynamic > article.pdj-stay-content,
body .pdj-site #pobyt .pdj-stay-dynamic > .pdj-stay-content,
body .pdj-site #pobyt [data-pdj-stay-content] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

body .pdj-site #pobyt .pdj-stay-dynamic > article.pdj-stay-content.is-active,
body .pdj-site #pobyt .pdj-stay-dynamic > .pdj-stay-content.is-active,
body .pdj-site #pobyt [data-pdj-stay-content].is-active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
  B. ZAKŁADKI - RESET DOMYŚLNEGO WYGLĄDU BUTTONÓW
========================================================= */

body .pdj-site #pobyt .pdj-stay-tabs {
  width: min(100%, 1080px) !important;
  max-width: 1080px !important;
  margin: 0 auto 34px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  border: 1px solid rgba(201, 171, 101, 0.24) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 12, 0.78) !important;
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

body .pdj-site #pobyt button.pdj-stay-tab,
body .pdj-site #pobyt .pdj-stay-tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  outline: none !important;
  color: var(--pdj-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  cursor: pointer !important;
  transition:
    color var(--pdj-transition),
    background var(--pdj-transition),
    border-color var(--pdj-transition),
    transform var(--pdj-transition),
    box-shadow var(--pdj-transition) !important;
}

body .pdj-site #pobyt button.pdj-stay-tab:hover,
body .pdj-site #pobyt .pdj-stay-tab:hover {
  color: var(--pdj-text) !important;
  border-color: rgba(201, 171, 101, 0.30) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

body .pdj-site #pobyt button.pdj-stay-tab.is-active,
body .pdj-site #pobyt .pdj-stay-tab.is-active {
  color: #111 !important;
  border-color: rgba(226, 201, 138, 0.72) !important;
  background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
  box-shadow:
    0 14px 34px rgba(201, 171, 101, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}


/* =========================================================
  C. PANEL TREŚCI W ZAKŁADKACH
========================================================= */

body .pdj-site #pobyt .pdj-stay-text-panel {
  width: 100% !important;
  max-width: 100% !important;
  min-height: auto !important;
  padding: 46px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
}

body .pdj-site #pobyt .pdj-stay-copy {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 34px !important;
  text-align: left !important;
}

body .pdj-site #pobyt .pdj-stay-copy .pdj-eyebrow {
  justify-content: flex-start !important;
  text-align: left !important;
}

body .pdj-site #pobyt .pdj-stay-copy h3 {
  margin: 0 0 18px !important;
  color: var(--pdj-text) !important;
  font-size: clamp(2.25rem, 3vw, 3.65rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
}

body .pdj-site #pobyt .pdj-stay-copy > p {
  max-width: 1180px !important;
  margin-bottom: 18px !important;
  color: rgba(238, 243, 239, 0.78) !important;
  font-size: 1.08rem !important;
  line-height: 1.78 !important;
  text-align: left !important;
}

body .pdj-site #pobyt .pdj-info-grid {
  width: 100% !important;
  margin-top: 28px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body .pdj-site #pobyt .pdj-info-card {
  width: 100% !important;
  min-height: 150px !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
}

body .pdj-site #pobyt .pdj-info-card h4,
body .pdj-site #pobyt .pdj-info-card p {
  text-align: left !important;
}


/* =========================================================
  D. GALERIE W ZAKŁADKACH - DESKTOP
========================================================= */

body .pdj-site #pobyt .pdj-stay-gallery {
  width: 100% !important;
  max-width: 1360px !important;
  margin: 34px auto 0 !important;
  overflow: hidden !important;
}

body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-heading {
  width: 100% !important;
  margin: 0 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-heading h4 {
  margin: 0 !important;
  color: var(--pdj-text) !important;
  font-size: clamp(1.2rem, 1.55vw, 1.7rem) !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-viewport {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-track {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 0 22px !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
}

body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-track::-webkit-scrollbar {
  display: none !important;
}

body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-track.pdj-dragging {
  cursor: grabbing !important;
}

body .pdj-site #pobyt .pdj-stay-gallery-card {
  flex: 0 0 420px !important;
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 30px !important;
  background: var(--pdj-card) !important;
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  scroll-snap-align: start !important;
}

body .pdj-site #pobyt .pdj-stay-gallery-card img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body .pdj-site #pobyt .pdj-stay-gallery-card figcaption {
  display: none !important;
}


/* =========================================================
  E. POZOSTAŁE ZDJĘCIA - CENTROWANIE
========================================================= */

body .pdj-site .pdj-gallery-card img,
body .pdj-site .pdj-catch-card img,
body .pdj-site .pdj-about-photo img,
body .pdj-site .pdj-collage-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}


/* =========================================================
  F. RYBY NA MOBILE - JAK ZWYKŁA KARUZELA
========================================================= */

@media (max-width: 840px) {
  body .pdj-site #ryby .pdj-carousel-viewport {
    width: 100% !important;
    min-height: 230px !important;
    overflow: hidden !important;
  }

  body .pdj-site #ryby .pdj-carousel-track {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y !important;
    padding: 8px 0 20px !important;
    transform: none !important;
  }

  body .pdj-site #ryby .pdj-carousel-track::-webkit-scrollbar {
    display: none !important;
  }

  body .pdj-site #ryby .pdj-fish-tile {
    flex: 0 0 calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    padding: 22px !important;
    scroll-snap-align: center !important;
  }

  body .pdj-site #ryby .pdj-fish-art {
    height: 132px !important;
  }

  body .pdj-site #ryby .pdj-fish-art img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}


/* =========================================================
  G. MOBILE - PEŁNA SZEROKOŚĆ I ZDJĘCIA
========================================================= */

@media (max-width: 840px) {
  body .pdj-site .pdj-container,
  body .pdj-site #pobyt .pdj-container,
  body .pdj-site .pdj-stay-events-section .pdj-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .pdj-site #pobyt .pdj-stay-tabs {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 8px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    border-radius: 28px !important;
  }

  body .pdj-site #pobyt button.pdj-stay-tab,
  body .pdj-site #pobyt .pdj-stay-tab {
    min-height: 58px !important;
    border-radius: 20px !important;
    font-size: 1rem !important;
  }

  body .pdj-site #pobyt .pdj-stay-text-panel {
    width: 100% !important;
    padding: 24px !important;
    border-radius: 28px !important;
  }

  body .pdj-site #pobyt .pdj-stay-copy {
    text-align: left !important;
    margin-bottom: 26px !important;
  }

  body .pdj-site #pobyt .pdj-stay-copy h3 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  body .pdj-site #pobyt .pdj-stay-copy > p {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  body .pdj-site #pobyt .pdj-info-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body .pdj-site #pobyt .pdj-info-card,
  body .pdj-site #pobyt .pdj-info-card h4,
  body .pdj-site #pobyt .pdj-info-card p {
    text-align: left !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 28px !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-heading {
    justify-content: space-between !important;
    gap: 12px !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-heading h4 {
    font-size: 1.12rem !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery .pdj-carousel-track {
    gap: 14px !important;
    padding: 8px 0 20px !important;
    scroll-snap-type: x mandatory !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery-card {
    flex: 0 0 calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
    border-radius: 26px !important;
    scroll-snap-align: center !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery-card img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 520px) {
  body .pdj-site .pdj-container,
  body .pdj-site #pobyt .pdj-container,
  body .pdj-site .pdj-stay-events-section .pdj-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery-card,
  body .pdj-site #ryby .pdj-fish-tile,
  body .pdj-site #galeria-polowow .pdj-catch-card,
  body .pdj-site .pdj-review-card {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    min-width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  body .pdj-site #pobyt .pdj-stay-gallery-card {
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
  }
}

/* =========================================================
  100. OSTATECZNY FIX - SOCIAL MEDIA W BURGERZE JAK PIKTOGRAMY
  Zmieniamy tylko linki sociali w rozwijanym menu mobilnym.
  Reszta strony zostaje bez zmian.
========================================================= */

@media (max-width: 1080px) {
  body .pdj-site .pdj-mobile-menu-socials {
    width: 100% !important;
    margin: 12px auto 0 !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    border: 1px solid rgba(201, 171, 101, 0.18) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(180deg, rgba(201, 171, 101, 0.08), rgba(255, 255, 255, 0.02)),
      rgba(255, 255, 255, 0.025) !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 1px solid rgba(201, 171, 101, 0.30) !important;
    border-radius: 999px !important;
    color: var(--pdj-text) !important;
    background:
      linear-gradient(180deg, rgba(201, 171, 101, 0.13), rgba(255, 255, 255, 0.035)),
      rgba(10, 16, 15, 0.94) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 10px 26px rgba(0, 0, 0, 0.30) !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
    white-space: nowrap !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-align: center !important;
    transition:
      transform var(--pdj-transition),
      border-color var(--pdj-transition),
      background var(--pdj-transition) !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(226, 201, 138, 0.56) !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link::before {
    content: "" !important;
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    background: currentColor !important;
    text-indent: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    mask-repeat: no-repeat !important;
    mask-position: center !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    -webkit-mask-size: contain !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link[href*="facebook"]::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.3V6.7c0-.77.18-1.2 1.25-1.2H17V2.2C16.16 2.1 15.45 2 14.6 2c-2.64 0-4.44 1.61-4.44 4.57V8.3H7v3.7h3.16v10H14V12h3.08l.46-3.7H14z'/%3E%3C/svg%3E") !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.3V6.7c0-.77.18-1.2 1.25-1.2H17V2.2C16.16 2.1 15.45 2 14.6 2c-2.64 0-4.44 1.61-4.44 4.57V8.3H7v3.7h3.16v10H14V12h3.08l.46-3.7H14z'/%3E%3C/svg%3E") !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link[href*="instagram"]::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4c0 3.2-2.6 5.8-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2zm-.1 2C5.66 4 4 5.66 4 7.7v8.6C4 18.34 5.66 20 7.7 20h8.6c2.04 0 3.7-1.66 3.7-3.7V7.7C20 5.66 18.34 4 16.3 4H7.7zm8.95 1.5a1.35 1.35 0 1 1 0 2.7 1.35 1.35 0 0 1 0-2.7zM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z'/%3E%3C/svg%3E") !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4c0 3.2-2.6 5.8-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2zm-.1 2C5.66 4 4 5.66 4 7.7v8.6C4 18.34 5.66 20 7.7 20h8.6c2.04 0 3.7-1.66 3.7-3.7V7.7C20 5.66 18.34 4 16.3 4H7.7zm8.95 1.5a1.35 1.35 0 1 1 0 2.7 1.35 1.35 0 0 1 0-2.7zM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z'/%3E%3C/svg%3E") !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link[href*="tiktok"]::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 3c.35 2.45 1.75 3.9 4.15 4.08v3.32c-1.38.13-2.63-.32-4.02-1.18v6.23c0 3.14-2.05 5.55-5.55 5.55-3.28 0-5.48-2.1-5.48-5.02 0-3.22 2.48-5.28 5.92-5.02v3.42c-1.38-.22-2.38.42-2.38 1.55 0 1.02.77 1.72 1.95 1.72 1.25 0 2.02-.77 2.02-2.32V3h3.39z'/%3E%3C/svg%3E") !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 3c.35 2.45 1.75 3.9 4.15 4.08v3.32c-1.38.13-2.63-.32-4.02-1.18v6.23c0 3.14-2.05 5.55-5.55 5.55-3.28 0-5.48-2.1-5.48-5.02 0-3.22 2.48-5.28 5.92-5.02v3.42c-1.38-.22-2.38.42-2.38 1.55 0 1.02.77 1.72 1.95 1.72 1.25 0 2.02-.77 2.02-2.32V3h3.39z'/%3E%3C/svg%3E") !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link[href*="google.com/maps"],
  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link[href*="maps"] {
    color: #111 !important;
    background: linear-gradient(135deg, var(--pdj-gold-strong), var(--pdj-gold)) !important;
    border-color: rgba(226, 201, 138, 0.56) !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link[href*="google.com/maps"]::before,
  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link[href*="maps"]::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") !important;
  }
}

@media (max-width: 520px) {
  body .pdj-site .pdj-mobile-menu-socials {
    gap: 10px !important;
    padding: 10px !important;
  }

  body .pdj-site .pdj-mobile-menu-socials .pdj-mobile-social-link {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }
}
