.pgbm-wrap {
  --pgbm-bg: #f5f1eb;
  --pgbm-paper: #ffffff;
  --pgbm-ink: #24211f;
  --pgbm-muted: #6f6862;
  --pgbm-line: #ded7ce;
  --pgbm-accent: #8d735b;
  --pgbm-accent-dark: #59483a;
  --pgbm-success: #2f6549;
  --pgbm-error: #8b2a2a;
  box-sizing: border-box;
  width: 100%;
  color: var(--pgbm-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.pgbm-wrap *, .pgbm-wrap *::before, .pgbm-wrap *::after { box-sizing: inherit; }
.pgbm-card {
  max-width: 860px;
  margin: 0 auto;
  background: var(--pgbm-paper);
  border: 1px solid var(--pgbm-line);
  box-shadow: 0 18px 50px rgba(42, 35, 29, .08);
}
.pgbm-card-head { padding: 42px 46px 28px; background: linear-gradient(180deg, #fbf8f4 0%, #fff 100%); border-bottom: 1px solid var(--pgbm-line); }
.pgbm-eyebrow { margin: 0 0 12px; color: var(--pgbm-accent); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pgbm-card h2 { margin: 0 0 12px; color: var(--pgbm-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 5vw, 46px); line-height: 1.08; font-weight: 500; }
.pgbm-card-head > p:not(.pgbm-eyebrow) { max-width: 690px; margin: 0; color: var(--pgbm-muted); font-size: 17px; line-height: 1.65; }
.pgbm-availability { display: inline-flex; margin-top: 22px; padding: 9px 13px; border-radius: 999px; font-size: 14px; line-height: 1.3; }
.pgbm-availability.is-open { color: #244f39; background: #eaf4ed; }
.pgbm-availability.is-full { color: #6e4d2c; background: #f8efe2; }
.pgbm-form { padding: 34px 46px 42px; }
.pgbm-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.pgbm-field-wide { grid-column: 1 / -1; }
.pgbm-field label { display: block; margin: 0 0 7px; color: var(--pgbm-ink); font-size: 14px; font-weight: 650; }
.pgbm-field label span, .pgbm-check strong { color: var(--pgbm-error); }
.pgbm-field label small { color: var(--pgbm-muted); font-weight: 400; }
.pgbm-field input, .pgbm-field textarea {
  width: 100%; min-height: 48px; margin: 0; padding: 11px 13px; color: var(--pgbm-ink); background: #fff; border: 1px solid #cfc6bc; border-radius: 2px; box-shadow: none; font: inherit; transition: border-color .15s, box-shadow .15s;
}
.pgbm-field textarea { resize: vertical; }
.pgbm-field input:focus, .pgbm-field textarea:focus { outline: none; border-color: var(--pgbm-accent); box-shadow: 0 0 0 3px rgba(141, 115, 91, .16); }
.pgbm-divider { height: 1px; margin: 28px 0 22px; background: var(--pgbm-line); }
.pgbm-check { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 13px; color: #3e3935; font-size: 14px; line-height: 1.5; cursor: pointer; }
.pgbm-check input { width: 18px; height: 18px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--pgbm-accent-dark); }
.pgbm-check a { color: var(--pgbm-accent-dark); text-decoration: underline; text-underline-offset: 2px; }
.pgbm-invoice { margin: 18px 0 26px; padding: 22px; background: var(--pgbm-bg); border: 1px solid var(--pgbm-line); }
.pgbm-invoice[hidden] { display: none !important; }
.pgbm-consents { margin: 28px 0 20px; padding-top: 22px; border-top: 1px solid var(--pgbm-line); }
.pgbm-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; width: 100%; padding: 14px 22px; color: #fff; background: var(--pgbm-ink); border: 1px solid var(--pgbm-ink); border-radius: 2px; font-size: 15px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: transform .15s, background .15s; }
.pgbm-submit:hover { background: #000; transform: translateY(-1px); }
.pgbm-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.pgbm-form-note { margin: 14px 0 0; color: var(--pgbm-muted); font-size: 12px; line-height: 1.55; text-align: center; }
.pgbm-notice { max-width: 860px; margin: 0 auto 18px; padding: 15px 18px; border: 1px solid; font-size: 15px; line-height: 1.5; }
.pgbm-notice.is-success { color: #234d37; background: #eef7f1; border-color: #a8cbb5; }
.pgbm-notice.is-error { color: #742020; background: #fff1f1; border-color: #dcb0b0; }
.pgbm-test-banner { max-width: 860px; margin: 0 auto 14px; padding: 12px 16px; color: #fff; background: #8b1e1e; text-align: center; font-size: 13px; letter-spacing: .02em; }
.pgbm-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }

/* Countdown */
.pgbm-countdown-body { padding: 36px 46px 44px; text-align: center; }
.pgbm-opening-date { margin: 0 0 24px; color: var(--pgbm-muted); font-size: 15px; }
.pgbm-opening-date strong { color: var(--pgbm-ink); }
.pgbm-countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 640px; margin: 0 auto; }
.pgbm-countdown > div { padding: 20px 8px 16px; background: var(--pgbm-bg); border: 1px solid var(--pgbm-line); }
.pgbm-countdown strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 6vw, 52px); font-weight: 500; line-height: 1; }
.pgbm-countdown span { display: block; margin-top: 8px; color: var(--pgbm-muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pgbm-countdown-note { margin: 22px 0 0; color: var(--pgbm-muted); font-size: 13px; }

/* Full landing page */
.pgbm-landing {
  --pgbm-bg: #f4f0ea;
  --pgbm-paper: #fffdf9;
  --pgbm-ink: #1f1d1b;
  --pgbm-muted: #6d655e;
  --pgbm-line: #ded5ca;
  --pgbm-accent: #9a7a61;
  --pgbm-accent-dark: #5b4738;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  color: var(--pgbm-ink);
  background: var(--pgbm-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.pgbm-landing *, .pgbm-landing *::before, .pgbm-landing *::after { box-sizing: inherit; }
.pgbm-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.pgbm-narrow { width: min(900px, calc(100% - 48px)); }
.pgbm-section { padding: 96px 0; }
.pgbm-section-light { background: #f7f3ee; }
.pgbm-section-kicker, .pgbm-kicker { margin: 0 0 16px; color: var(--pgbm-accent); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.pgbm-landing h1, .pgbm-landing h2, .pgbm-landing h3 { color: var(--pgbm-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.pgbm-landing h2 { max-width: 820px; margin: 0 0 40px; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; letter-spacing: -.025em; }
.pgbm-section-intro { max-width: 760px; margin: -20px 0 42px; color: var(--pgbm-muted); font-size: 17px; line-height: 1.7; }

.pgbm-hero { background: linear-gradient(120deg, #f8f5f0 0%, #efe8df 100%); }
.pgbm-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); min-height: 760px; align-items: stretch; }
.pgbm-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 88px 70px 88px 0; }
.pgbm-hero h1 { margin: 0; font-size: clamp(54px, 6.8vw, 94px); line-height: .94; letter-spacing: -.045em; }
.pgbm-hero-lead { max-width: 690px; margin: 32px 0 0; color: var(--pgbm-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.pgbm-event-line { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 28px; color: var(--pgbm-ink); font-size: 15px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.pgbm-event-line span + span::before { content: "•"; margin-right: 28px; color: var(--pgbm-accent); }
.pgbm-primary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; margin-top: 36px; padding: 16px 26px; color: #fff !important; background: var(--pgbm-ink); border: 1px solid var(--pgbm-ink); text-decoration: none !important; font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.pgbm-primary-cta:hover { background: #000; transform: translateY(-2px); }
.pgbm-hero-photo { min-height: 760px; background: #ddd4ca; }
.pgbm-hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }

.pgbm-facts { border-top: 1px solid var(--pgbm-line); border-bottom: 1px solid var(--pgbm-line); background: #fff; }
.pgbm-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pgbm-facts-grid > div { min-height: 150px; padding: 34px 28px; border-right: 1px solid var(--pgbm-line); }
.pgbm-facts-grid > div:last-child { border-right: 0; }
.pgbm-facts strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; }
.pgbm-facts span { display: block; margin-top: 8px; color: var(--pgbm-muted); font-size: 13px; line-height: 1.4; }

.pgbm-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--pgbm-line); border: 1px solid var(--pgbm-line); }
.pgbm-benefit-grid > div { position: relative; min-height: 118px; padding: 28px 30px 28px 56px; background: #fff; font-size: 17px; line-height: 1.55; }
.pgbm-benefit-grid > div::before { content: "✓"; position: absolute; left: 26px; top: 29px; color: var(--pgbm-accent); font-weight: 800; }

.pgbm-pillars-section { background: #fff; }
.pgbm-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pgbm-line); border-left: 1px solid var(--pgbm-line); }
.pgbm-pillars article { min-height: 380px; padding: 38px 34px; border-right: 1px solid var(--pgbm-line); border-bottom: 1px solid var(--pgbm-line); }
.pgbm-pillars article > span { color: var(--pgbm-accent); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.pgbm-pillars h3 { margin: 70px 0 24px; font-size: 36px; line-height: 1.05; }
.pgbm-pillars p { margin: 0; color: var(--pgbm-muted); font-size: 16px; line-height: 1.75; }

.pgbm-dark-section { color: #eee8e2; background: #211f1d; }
.pgbm-dark-section h2, .pgbm-dark-section h3 { color: #fff; }
.pgbm-dark-section .pgbm-section-kicker { color: #c5a88f; }
.pgbm-dark-intro { display: grid; grid-template-columns: .7fr 1.6fr; gap: 60px; align-items: start; }
.pgbm-dark-intro h2 { margin-bottom: 58px; }
.pgbm-extra-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.pgbm-extra-grid > div { min-height: 220px; padding: 32px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.pgbm-extra-grid h3 { margin: 0 0 16px; font-size: 28px; }
.pgbm-extra-grid p { margin: 0; color: #beb6af; font-size: 15px; line-height: 1.7; }

.pgbm-testimonials-section { background: #f7f3ee; }
.pgbm-testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pgbm-testimonials blockquote { min-height: 330px; margin: 0; padding: 36px 30px; background: #fff; border: 1px solid var(--pgbm-line); }
.pgbm-testimonials blockquote::before { content: "“"; display: block; height: 48px; color: var(--pgbm-accent); font-family: Georgia, "Times New Roman", serif; font-size: 72px; line-height: .8; }
.pgbm-testimonials p { margin: 20px 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.45; }
.pgbm-testimonials cite { color: var(--pgbm-muted); font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.pgbm-ticket-section { background: #fff; }
.pgbm-ticket-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.pgbm-ticket-grid h2 { margin-bottom: 0; }
.pgbm-ticket-grid ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--pgbm-line); }
.pgbm-ticket-grid li { position: relative; min-height: 86px; padding: 24px 22px 20px 40px; border-bottom: 1px solid var(--pgbm-line); font-size: 15px; line-height: 1.55; }
.pgbm-ticket-grid li::before { content: "•"; position: absolute; left: 12px; color: var(--pgbm-accent); font-size: 24px; line-height: 1; }

.pgbm-about-section { background: #efe8df; }
.pgbm-about-grid { display: grid; grid-template-columns: .72fr 1.1fr; gap: 82px; align-items: center; }
.pgbm-about-photo { aspect-ratio: 4 / 5; overflow: hidden; background: #ddd4ca; }
.pgbm-about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.pgbm-about-grid h2 { margin-bottom: 28px; }
.pgbm-about-grid p { max-width: 690px; margin: 0 0 20px; color: var(--pgbm-muted); font-size: 17px; line-height: 1.75; }
.pgbm-experience { display: flex; flex-wrap: wrap; gap: 16px 34px; margin-top: 34px; padding-top: 28px; border-top: 1px solid #d4c8bc; }
.pgbm-experience span { color: var(--pgbm-muted); font-size: 13px; }
.pgbm-experience strong { display: block; color: var(--pgbm-ink); font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; }

.pgbm-price-section { color: #fff; background: #211f1d; }
.pgbm-price-section h2 { color: #fff; }
.pgbm-price-section .pgbm-section-kicker { color: #c5a88f; }
.pgbm-price-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.pgbm-price-lead { color: #beb6af; font-size: 17px; }
.pgbm-payment-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.pgbm-payment-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.pgbm-payment-steps > li > span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.pgbm-payment-steps strong { display: block; color: #fff; font-size: 17px; }
.pgbm-payment-steps p { margin: 7px 0 0; color: #beb6af; font-size: 14px; line-height: 1.65; }

.pgbm-booking-section { padding: 96px 0; background: #f4f0ea; }
.pgbm-booking-section .pgbm-wrap { scroll-margin-top: 30px; }

.pgbm-faq-section { background: #fff; }
.pgbm-faq { border-top: 1px solid var(--pgbm-line); }
.pgbm-faq details { border-bottom: 1px solid var(--pgbm-line); }
.pgbm-faq summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; }
.pgbm-faq summary::-webkit-details-marker { display: none; }
.pgbm-faq summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--pgbm-accent); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.pgbm-faq details[open] summary::after { content: "–"; }
.pgbm-faq details p { max-width: 760px; margin: 0; padding: 0 40px 24px 0; color: var(--pgbm-muted); font-size: 16px; line-height: 1.7; }

.pgbm-landing-footer { padding: 34px 0; color: #d8d0c9; background: #161513; }
.pgbm-landing-footer .pgbm-shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 30px; align-items: center; }
.pgbm-landing-footer strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; }
.pgbm-legal-links { display: flex; flex-wrap: wrap; gap: 20px; }
.pgbm-legal-links a { color: #d8d0c9 !important; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .pgbm-hero-grid { grid-template-columns: 1fr .72fr; min-height: 680px; }
  .pgbm-hero-copy { padding-right: 42px; }
  .pgbm-hero-photo { min-height: 680px; }
  .pgbm-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .pgbm-facts-grid > div:nth-child(2) { border-right: 0; }
  .pgbm-facts-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--pgbm-line); }
  .pgbm-pillars { grid-template-columns: 1fr; }
  .pgbm-pillars article { min-height: auto; }
  .pgbm-pillars h3 { margin-top: 34px; }
  .pgbm-testimonials { grid-template-columns: 1fr; }
  .pgbm-testimonials blockquote { min-height: auto; }
  .pgbm-ticket-grid, .pgbm-about-grid, .pgbm-price-grid { grid-template-columns: 1fr; gap: 50px; }
  .pgbm-about-photo { max-width: 520px; }
}

@media (max-width: 760px) {
  .pgbm-shell, .pgbm-narrow { width: min(100% - 32px, 1180px); }
  .pgbm-section { padding: 70px 0; }
  .pgbm-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .pgbm-hero-copy { padding: 72px 0 56px; }
  .pgbm-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .pgbm-hero-photo { min-height: 540px; margin: 0 -16px; }
  .pgbm-event-line { display: grid; gap: 7px; }
  .pgbm-event-line span + span::before { display: none; }
  .pgbm-benefit-grid, .pgbm-extra-grid, .pgbm-ticket-grid ul { grid-template-columns: 1fr; }
  .pgbm-dark-intro { grid-template-columns: 1fr; gap: 0; }
  .pgbm-pillars article { padding: 30px 26px; }
  .pgbm-ticket-grid { gap: 36px; }
  .pgbm-about-grid { gap: 40px; }
  .pgbm-price-grid { gap: 36px; }
  .pgbm-countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pgbm-countdown-body { padding: 28px 24px 34px; }
  .pgbm-card-head { padding: 32px 24px 24px; }
  .pgbm-form { padding: 26px 24px 32px; }
  .pgbm-grid { grid-template-columns: 1fr; gap: 16px; }
  .pgbm-field-wide { grid-column: auto; }
  .pgbm-invoice { padding: 18px; }
}

@media (max-width: 520px) {
  .pgbm-facts-grid { grid-template-columns: 1fr; }
  .pgbm-facts-grid > div { border-right: 0; border-bottom: 1px solid var(--pgbm-line); }
  .pgbm-facts-grid > div:last-child { border-bottom: 0; }
  .pgbm-hero-photo { min-height: 460px; }
  .pgbm-testimonials p { font-size: 21px; }
}

/* --------------------------------------------------------------------------
 * v0.3.0 — spójność wizualna z patrycjaguzek.com
 * Fonty są już ładowane przez motyw OceanWP na stronie Patrycji.
 * -------------------------------------------------------------------------- */
.pgbm-wrap,
.pgbm-landing {
  --pgbm-bg: #f6f2ed;
  --pgbm-paper: #ffffff;
  --pgbm-ink: #1b1a19;
  --pgbm-muted: #706961;
  --pgbm-line: #e2dbd3;
  --pgbm-accent: #a58a70;
  --pgbm-accent-dark: #6d5745;
  --pgbm-success: #315f47;
  --pgbm-error: #8b2a2a;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.pgbm-landing {
  color: var(--pgbm-ink);
  background: #fff;
}

.pgbm-card h2,
.pgbm-countdown strong,
.pgbm-landing h1,
.pgbm-landing h2,
.pgbm-landing h3,
.pgbm-facts strong,
.pgbm-testimonials p,
.pgbm-testimonials blockquote::before,
.pgbm-experience strong,
.pgbm-landing-footer strong {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.pgbm-landing-test-banner {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 11px 24px;
  color: #fff;
  background: #8b1e1e;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .035em;
}

/* Landing page */
.pgbm-section { padding: 112px 0; }
.pgbm-section-light,
.pgbm-testimonials-section,
.pgbm-booking-section { background: #f7f3ee; }

.pgbm-section-kicker,
.pgbm-kicker,
.pgbm-eyebrow {
  color: var(--pgbm-accent-dark);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.pgbm-landing h2 {
  margin-bottom: 48px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -.018em;
}

.pgbm-section-intro,
.pgbm-hero-lead,
.pgbm-pillars p,
.pgbm-extra-grid p,
.pgbm-about-grid p,
.pgbm-price-lead,
.pgbm-payment-steps p,
.pgbm-faq details p {
  font-family: "Source Serif Pro", Georgia, "Times New Roman", serif;
}

.pgbm-hero {
  background: #f7f3ee;
  border-bottom: 1px solid var(--pgbm-line);
}
.pgbm-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  min-height: 770px;
}
.pgbm-hero-copy { padding: 94px 82px 94px 0; }
.pgbm-hero h1 {
  max-width: 760px;
  font-size: clamp(58px, 6.2vw, 90px);
  line-height: .98;
  letter-spacing: -.028em;
}
.pgbm-hero-lead {
  max-width: 680px;
  margin-top: 34px;
  color: var(--pgbm-muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.62;
}
.pgbm-event-line {
  margin-top: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.pgbm-primary-cta {
  min-height: 58px;
  margin-top: 38px;
  padding: 17px 31px;
  color: #fff !important;
  background: #1b1a19;
  border: 1px solid #1b1a19;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}
.pgbm-primary-cta:hover { background: #000; }
.pgbm-hero-photo { min-height: 770px; background: #e5dfd7; }

/* Odliczanie bezpośrednio w hero */
.pgbm-hero-countdown-panel {
  width: 100%;
  max-width: 620px;
  margin-top: 36px;
  padding-top: 27px;
  border-top: 1px solid var(--pgbm-line);
}
.pgbm-hero-countdown-title {
  margin: 0;
  color: var(--pgbm-ink);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 400;
  line-height: 1.18;
}
.pgbm-hero-opening-date {
  margin: 8px 0 0;
  color: var(--pgbm-muted);
  font-size: 15px;
  line-height: 1.55;
}
.pgbm-hero-opening-date strong { color: var(--pgbm-ink); font-weight: 600; }
.pgbm-countdown-hero {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 580px;
  margin: 20px 0 0;
  border: 1px solid var(--pgbm-line);
}
.pgbm-countdown-hero > div {
  min-width: 0;
  padding: 16px 8px 14px;
  background: rgba(255, 255, 255, .52);
  border: 0;
  border-right: 1px solid var(--pgbm-line);
}
.pgbm-countdown-hero > div:last-child { border-right: 0; }
.pgbm-countdown-hero strong {
  color: var(--pgbm-ink);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1;
}
.pgbm-countdown-hero span {
  margin-top: 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}
.pgbm-hero-countdown-note {
  margin: 13px 0 0;
  color: var(--pgbm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.pgbm-facts { background: #fff; }
.pgbm-facts-grid > div { min-height: 154px; padding: 38px 30px; }
.pgbm-facts strong { font-size: 38px; line-height: 1.05; }
.pgbm-facts span { font-size: 14px; line-height: 1.5; }

.pgbm-benefit-grid,
.pgbm-pillars,
.pgbm-extra-grid { border-color: var(--pgbm-line); }
.pgbm-benefit-grid > div {
  min-height: 124px;
  padding: 31px 32px 31px 58px;
  font-size: 18px;
  line-height: 1.55;
}
.pgbm-benefit-grid > div::before { color: var(--pgbm-accent-dark); }
.pgbm-pillars article { min-height: 390px; padding: 42px 38px; }
.pgbm-pillars h3 { font-size: 40px; line-height: 1.08; }
.pgbm-pillars p { font-size: 17px; line-height: 1.72; }

.pgbm-dark-section,
.pgbm-price-section { background: #1b1a19; }
.pgbm-dark-section .pgbm-section-kicker,
.pgbm-price-section .pgbm-section-kicker { color: #c6ad95; }

.pgbm-testimonials blockquote {
  padding: 42px 34px;
  border-radius: 0;
  box-shadow: none;
}
.pgbm-testimonials p { font-size: 25px; line-height: 1.48; }

.pgbm-about-section { background: #eee7df; }
.pgbm-ticket-section,
.pgbm-pillars-section,
.pgbm-faq-section { background: #fff; }

/* Formularz i karta rezerwacji — ten sam język wizualny co landing */
.pgbm-booking-section { padding: 112px 0; }
.pgbm-booking-section .pgbm-card,
.pgbm-card {
  max-width: 980px;
  background: #fff;
  border: 1px solid var(--pgbm-line);
  border-radius: 0;
  box-shadow: none;
}
.pgbm-card-head {
  padding: 54px 60px 38px;
  background: #fff;
  border-bottom: 1px solid var(--pgbm-line);
}
.pgbm-card h2 {
  margin-bottom: 16px;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.018em;
}
.pgbm-card-head > p:not(.pgbm-eyebrow) {
  max-width: 760px;
  color: var(--pgbm-muted);
  font-size: 18px;
  line-height: 1.65;
}
.pgbm-availability {
  margin-top: 25px;
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .045em;
}
.pgbm-form { padding: 44px 60px 56px; }
.pgbm-grid { gap: 24px 22px; }
.pgbm-field label {
  margin-bottom: 9px;
  color: var(--pgbm-ink);
  font-size: 15px;
  font-weight: 600;
}
.pgbm-field input,
.pgbm-field textarea {
  min-height: 56px;
  padding: 13px 15px;
  color: var(--pgbm-ink);
  background: #fff;
  border: 1px solid #d7cfc6;
  border-radius: 0;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.45;
}
.pgbm-field input:focus,
.pgbm-field textarea:focus {
  border-color: var(--pgbm-accent-dark);
  box-shadow: 0 0 0 2px rgba(109, 87, 69, .10);
}
.pgbm-check {
  color: #45403c;
  font-size: 15px;
  line-height: 1.55;
}
.pgbm-check input { accent-color: #1b1a19; }
.pgbm-invoice {
  padding: 28px;
  background: #f7f3ee;
  border-color: var(--pgbm-line);
}
.pgbm-submit {
  min-height: 58px;
  padding: 17px 24px;
  background: #1b1a19;
  border-color: #1b1a19;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}
.pgbm-form-note { margin-top: 16px; font-size: 13px; line-height: 1.6; }
.pgbm-notice,
.pgbm-test-banner { max-width: 980px; border-radius: 0; box-shadow: none; }
.pgbm-test-banner {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
}

/* Samodzielny licznik shortcode także wygląda jak część strony */
.pgbm-countdown-card .pgbm-card-head { background: #fff; }
.pgbm-countdown-body { padding: 40px 60px 52px; }
.pgbm-countdown > div {
  background: #f7f3ee;
  border-color: var(--pgbm-line);
  border-radius: 0;
}
.pgbm-opening-date,
.pgbm-countdown-note { font-size: 14px; }

.pgbm-faq summary {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}
.pgbm-landing-footer { background: #151413; }

@media (max-width: 980px) {
  .pgbm-hero-copy { padding-right: 48px; }
  .pgbm-hero-countdown-panel { max-width: 560px; }
}

@media (max-width: 760px) {
  .pgbm-section,
  .pgbm-booking-section { padding: 76px 0; }
  .pgbm-hero-copy { padding: 72px 0 58px; }
  .pgbm-hero h1 { font-size: clamp(50px, 14vw, 70px); line-height: 1; }
  .pgbm-hero-lead { font-size: 18px; }
  .pgbm-hero-countdown-panel { margin-top: 30px; padding-top: 24px; }
  .pgbm-countdown-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pgbm-countdown-hero > div:nth-child(2) { border-right: 0; }
  .pgbm-countdown-hero > div:nth-child(-n+2) { border-bottom: 1px solid var(--pgbm-line); }
  .pgbm-countdown-hero strong { font-size: 38px; }
  .pgbm-card-head { padding: 38px 26px 28px; }
  .pgbm-card h2 { font-size: clamp(36px, 11vw, 50px); }
  .pgbm-card-head > p:not(.pgbm-eyebrow) { font-size: 17px; }
  .pgbm-form { padding: 30px 26px 38px; }
  .pgbm-countdown-body { padding: 30px 26px 38px; }
}

/* Ensure Elementor/OceanWP global typography cannot turn the module into a
 * separate-looking sans-serif application. These selectors intentionally
 * have higher specificity than Elementor's global heading rules. */
body .elementor .pgbm-landing,
body .elementor .pgbm-wrap,
body .pgbm-landing,
body .pgbm-wrap {
  font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
}

body .elementor .pgbm-landing h1,
body .elementor .pgbm-landing h2,
body .elementor .pgbm-landing h3,
body .elementor .pgbm-card h2,
body .pgbm-landing h1,
body .pgbm-landing h2,
body .pgbm-landing h3,
body .pgbm-card h2,
body .pgbm-countdown strong,
body .pgbm-facts strong,
body .pgbm-testimonials p,
body .pgbm-experience strong,
body .pgbm-landing-footer strong {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
}

body .elementor .pgbm-landing p,
body .elementor .pgbm-landing li,
body .elementor .pgbm-landing summary,
body .elementor .pgbm-wrap p,
body .elementor .pgbm-wrap label,
body .elementor .pgbm-wrap input,
body .elementor .pgbm-wrap textarea,
body .pgbm-landing p,
body .pgbm-landing li,
body .pgbm-landing summary,
body .pgbm-wrap p,
body .pgbm-wrap label,
body .pgbm-wrap input,
body .pgbm-wrap textarea,
body .pgbm-kicker,
body .pgbm-section-kicker,
body .pgbm-eyebrow,
body .pgbm-event-line,
body .pgbm-primary-cta,
body .pgbm-submit,
body .pgbm-availability,
body .pgbm-countdown span {
  font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
}

body .pgbm-kicker,
body .pgbm-section-kicker,
body .pgbm-eyebrow,
body .pgbm-event-line,
body .pgbm-primary-cta,
body .pgbm-submit,
body .pgbm-availability,
body .pgbm-countdown span {
  font-weight: 600 !important;
}

/* Harmonise the standalone registration view with the full landing page. */
body .pgbm-wrap {
  background: transparent;
}
body .pgbm-wrap .pgbm-card {
  overflow: hidden;
}
body .pgbm-wrap .pgbm-card-head,
body .pgbm-wrap .pgbm-form {
  color: var(--pgbm-ink);
}
body .pgbm-wrap .pgbm-submit,
body .pgbm-landing .pgbm-primary-cta {
  box-shadow: none !important;
  text-shadow: none !important;
}
body .pgbm-wrap .pgbm-submit:hover,
body .pgbm-landing .pgbm-primary-cta:hover {
  color: #fff !important;
}

/* Final responsive correction: the tablet rule above must not keep the hero
 * in two columns on phones. */
@media (max-width: 760px) {
  body .pgbm-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  body .pgbm-hero-copy {
    width: 100%;
    padding: 66px 0 52px;
  }
  body .pgbm-hero-photo {
    width: auto;
    min-height: 520px;
    margin: 0 -16px;
  }
  body .pgbm-hero-countdown-panel {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
 * v0.4.0 — kontrast, rytm i dopracowanie sekcji publicznych
 * -------------------------------------------------------------------------- */

/* OceanWP i Elementor potrafią narzucać kolor oraz kapitalizację nagłówków.
 * Poniższe reguły celowo mają wysoką specyficzność. */
body .elementor .pgbm-landing h1,
body .elementor .pgbm-landing h2,
body .elementor .pgbm-landing h3,
body .pgbm-landing h1,
body .pgbm-landing h2,
body .pgbm-landing h3 {
  text-transform: none !important;
}

body .pgbm-landing {
  --pgbm-dark: #1a1917;
  --pgbm-dark-text: #f4eee8;
  --pgbm-dark-muted: #cbc2b9;
  --pgbm-dark-line: rgba(244, 238, 232, .20);
}

body .pgbm-landing .pgbm-section {
  padding-top: 94px;
  padding-bottom: 94px;
}
body .pgbm-landing .pgbm-section h2 {
  margin-bottom: 38px;
}

/* Pierwszy ekran i licznik */
body .pgbm-landing .pgbm-hero-grid {
  min-height: 720px;
}
body .pgbm-landing .pgbm-hero-copy {
  padding-top: 80px;
  padding-bottom: 80px;
}
body .pgbm-landing .pgbm-hero-photo {
  min-height: 720px;
}
body .pgbm-landing .pgbm-hero-countdown-panel {
  max-width: 590px;
  margin-top: 31px;
  padding-top: 23px;
}
body .pgbm-landing .pgbm-hero-countdown-title {
  font-size: clamp(24px, 2.35vw, 31px);
}
body .pgbm-landing .pgbm-hero-opening-date {
  margin-top: 6px;
  font-size: 14px;
}
body .pgbm-landing .pgbm-countdown-hero {
  max-width: 560px;
  margin-top: 17px;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--pgbm-line);
  border-bottom: 1px solid var(--pgbm-line);
}
body .pgbm-landing .pgbm-countdown-hero > div {
  padding: 14px 8px 13px;
  background: transparent;
}
body .pgbm-landing .pgbm-countdown-hero strong {
  font-size: clamp(27px, 3vw, 37px);
}
body .pgbm-landing .pgbm-countdown-hero span {
  margin-top: 6px;
  color: #766e67;
  font-size: 8.5px;
  letter-spacing: .14em;
}
body .pgbm-landing .pgbm-hero-countdown-note {
  margin-top: 11px;
  font-size: 12.5px;
}

/* Fakty, korzyści i program */
body .pgbm-landing .pgbm-facts-grid > div {
  min-height: 130px;
  padding: 30px 28px;
}
body .pgbm-landing .pgbm-facts strong {
  font-size: 35px;
}
body .pgbm-landing .pgbm-benefit-grid > div {
  min-height: 104px;
  padding: 25px 28px 25px 54px;
  font-size: 17px;
}
body .pgbm-landing .pgbm-benefit-grid > div::before {
  top: 26px;
  left: 25px;
}
body .pgbm-landing .pgbm-pillars article {
  min-height: 335px;
  padding: 36px 34px;
}
body .pgbm-landing .pgbm-pillars h3 {
  margin-top: 50px;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.1vw, 41px);
}
body .pgbm-landing .pgbm-pillars p {
  font-size: 16px;
  line-height: 1.67;
}

/* Ciemne sekcje — wymuszony kontrast niezależny od motywu. */
body .elementor .pgbm-landing .pgbm-dark-section,
body .elementor .pgbm-landing .pgbm-price-section,
body .pgbm-landing .pgbm-dark-section,
body .pgbm-landing .pgbm-price-section {
  color: var(--pgbm-dark-text) !important;
  background: var(--pgbm-dark) !important;
}
body .elementor .pgbm-landing .pgbm-dark-section h2,
body .elementor .pgbm-landing .pgbm-dark-section h3,
body .elementor .pgbm-landing .pgbm-price-section h2,
body .elementor .pgbm-landing .pgbm-price-section h3,
body .pgbm-landing .pgbm-dark-section h2,
body .pgbm-landing .pgbm-dark-section h3,
body .pgbm-landing .pgbm-price-section h2,
body .pgbm-landing .pgbm-price-section h3 {
  color: var(--pgbm-dark-text) !important;
  text-shadow: none !important;
}
body .elementor .pgbm-landing .pgbm-dark-section p,
body .elementor .pgbm-landing .pgbm-price-section p,
body .pgbm-landing .pgbm-dark-section p,
body .pgbm-landing .pgbm-price-section p {
  color: var(--pgbm-dark-muted) !important;
}
body .elementor .pgbm-landing .pgbm-dark-section .pgbm-section-kicker,
body .elementor .pgbm-landing .pgbm-price-section .pgbm-section-kicker,
body .pgbm-landing .pgbm-dark-section .pgbm-section-kicker,
body .pgbm-landing .pgbm-price-section .pgbm-section-kicker {
  color: #c7aa91 !important;
}
body .pgbm-landing .pgbm-dark-intro {
  grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr);
  gap: 62px;
  margin-bottom: 38px;
}
body .pgbm-landing .pgbm-dark-intro h2 {
  max-width: 760px;
  margin: 0;
}
body .pgbm-landing .pgbm-extra-grid {
  border-color: var(--pgbm-dark-line);
}
body .pgbm-landing .pgbm-extra-grid > div {
  min-height: 175px;
  padding: 28px 30px;
  background: rgba(255,255,255,.015);
  border-color: var(--pgbm-dark-line);
}
body .elementor .pgbm-landing .pgbm-extra-grid h3,
body .pgbm-landing .pgbm-extra-grid h3 {
  margin-bottom: 11px;
  color: var(--pgbm-dark-text) !important;
  font-size: clamp(27px, 2.8vw, 34px);
  line-height: 1.15;
}
body .elementor .pgbm-landing .pgbm-extra-grid p,
body .pgbm-landing .pgbm-extra-grid p {
  color: var(--pgbm-dark-muted) !important;
  font-size: 15px;
  line-height: 1.62;
}

/* Opinie jako eleganckie cytaty, a nie surowe screenshoty. */
body .pgbm-landing .pgbm-testimonials blockquote {
  min-height: 275px;
  padding: 32px 29px;
}
body .pgbm-landing .pgbm-testimonials blockquote::before {
  height: 36px;
  font-size: 58px;
}
body .pgbm-landing .pgbm-testimonials p {
  margin-top: 14px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.45;
}
body .pgbm-landing .pgbm-testimonials cite {
  font-size: 10.5px;
}

/* Sekcja O mnie */
body .pgbm-landing .pgbm-ticket-grid {
  gap: 72px;
}
body .pgbm-landing .pgbm-ticket-grid li {
  min-height: 78px;
  padding-top: 21px;
  padding-bottom: 18px;
}
body .pgbm-landing .pgbm-about-grid {
  gap: 70px;
}
body .pgbm-landing .pgbm-about-grid h2 {
  margin-bottom: 22px;
}
body .pgbm-landing .pgbm-about-grid p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.68;
}
body .pgbm-landing .pgbm-experience {
  margin-top: 26px;
  padding-top: 24px;
}

/* Cena i przebieg rezerwacji */
body .pgbm-landing .pgbm-price-grid {
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 78px;
  align-items: start;
}
body .pgbm-landing .pgbm-price-summary h2 {
  margin: 0 0 14px;
  color: var(--pgbm-dark-text) !important;
  font-size: clamp(54px, 6vw, 78px);
  line-height: 1;
}
body .pgbm-landing .pgbm-price-lead {
  max-width: 410px;
  margin: 0;
  color: var(--pgbm-dark-muted) !important;
  font-size: 16px;
  line-height: 1.6;
}
body .pgbm-landing .pgbm-price-breakdown {
  max-width: 440px;
  margin-top: 30px;
  border-top: 1px solid var(--pgbm-dark-line);
}
body .pgbm-landing .pgbm-price-breakdown > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--pgbm-dark-line);
}
body .pgbm-landing .pgbm-price-breakdown span {
  color: var(--pgbm-dark-muted);
  font-size: 13px;
  line-height: 1.45;
}
body .pgbm-landing .pgbm-price-breakdown strong {
  flex: 0 0 auto;
  color: var(--pgbm-dark-text) !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}
body .pgbm-landing .pgbm-payment-steps {
  border-color: var(--pgbm-dark-line);
}
body .pgbm-landing .pgbm-payment-steps li {
  padding: 23px 0;
  border-color: var(--pgbm-dark-line);
}
body .pgbm-landing .pgbm-payment-steps > li > span {
  color: var(--pgbm-dark-text) !important;
  border-color: rgba(244,238,232,.42);
  font-size: 14px;
}
body .elementor .pgbm-landing .pgbm-payment-steps strong,
body .pgbm-landing .pgbm-payment-steps strong {
  color: var(--pgbm-dark-text) !important;
  font-size: 17px;
}
body .elementor .pgbm-landing .pgbm-payment-steps p,
body .pgbm-landing .pgbm-payment-steps p {
  color: var(--pgbm-dark-muted) !important;
  font-size: 14px;
  line-height: 1.58;
}

/* Formularz */
body .pgbm-landing .pgbm-booking-section {
  padding-top: 94px;
  padding-bottom: 94px;
}
body .pgbm-wrap .pgbm-card-head {
  padding-top: 46px;
  padding-bottom: 34px;
}
body .pgbm-wrap .pgbm-form {
  padding-top: 38px;
  padding-bottom: 48px;
}
body .pgbm-wrap .pgbm-submit {
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

/* FAQ */
body .pgbm-landing .pgbm-faq summary {
  padding-top: 21px;
  padding-bottom: 21px;
}
body .pgbm-landing .pgbm-faq summary::after {
  top: 17px;
}

@media (max-width: 980px) {
  body .pgbm-landing .pgbm-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  body .pgbm-landing .pgbm-hero-grid,
  body .pgbm-landing .pgbm-hero-photo {
    min-height: 660px;
  }
  body .pgbm-landing .pgbm-hero-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  body .pgbm-landing .pgbm-dark-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }
  body .pgbm-landing .pgbm-price-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 760px) {
  body .pgbm-landing .pgbm-section,
  body .pgbm-landing .pgbm-booking-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  body .pgbm-landing .pgbm-hero-copy {
    padding-top: 56px;
    padding-bottom: 46px;
  }
  body .pgbm-landing .pgbm-hero-photo {
    min-height: 490px;
  }
  body .pgbm-landing .pgbm-hero-countdown-panel {
    margin-top: 27px;
    padding-top: 20px;
  }
  body .pgbm-landing .pgbm-countdown-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .pgbm-landing .pgbm-countdown-hero > div {
    border-bottom: 1px solid var(--pgbm-line);
  }
  body .pgbm-landing .pgbm-countdown-hero > div:nth-child(2) {
    border-right: 0;
  }
  body .pgbm-landing .pgbm-countdown-hero > div:nth-child(n+3) {
    border-bottom: 0;
  }
  body .pgbm-landing .pgbm-benefit-grid > div {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  body .pgbm-landing .pgbm-benefit-grid > div::before {
    top: 23px;
  }
  body .pgbm-landing .pgbm-pillars article {
    min-height: 0;
    padding: 30px 26px;
  }
  body .pgbm-landing .pgbm-pillars h3 {
    margin-top: 30px;
  }
  body .pgbm-landing .pgbm-extra-grid > div {
    min-height: 0;
    padding: 25px 24px;
  }
  body .pgbm-landing .pgbm-testimonials blockquote {
    min-height: 0;
  }
  body .pgbm-landing .pgbm-about-grid,
  body .pgbm-landing .pgbm-ticket-grid {
    gap: 38px;
  }
  body .pgbm-landing .pgbm-price-breakdown > div {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  body .pgbm-landing .pgbm-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .pgbm-landing .pgbm-facts-grid > div {
    min-height: 112px;
    padding: 24px 18px;
    border-right: 1px solid var(--pgbm-line);
    border-bottom: 1px solid var(--pgbm-line);
  }
  body .pgbm-landing .pgbm-facts-grid > div:nth-child(even) {
    border-right: 0;
  }
  body .pgbm-landing .pgbm-facts-grid > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  body .pgbm-landing .pgbm-facts strong {
    font-size: 30px;
  }
  body .pgbm-landing .pgbm-facts span {
    font-size: 12px;
  }
  body .pgbm-landing .pgbm-price-breakdown > div {
    display: block;
  }
  body .pgbm-landing .pgbm-price-breakdown strong {
    display: block;
    margin-top: 5px;
  }
}

/* --------------------------------------------------------------------------
 * v0.5.1 — osobne zdjęcie i nazwa sekcji O mnie
 * v0.5.0 — hierarchia nazwy wydarzenia i uproszczenie treści publicznych
 * -------------------------------------------------------------------------- */
body .pgbm-landing .pgbm-hero-pillars {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--pgbm-accent-dark);
  font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  letter-spacing: .01em;
}
body .pgbm-landing .pgbm-hero-pillars span {
  display: inline-block;
  margin: 0 .38em;
  color: var(--pgbm-accent);
}
body .pgbm-landing .pgbm-hero-lead {
  margin-top: 22px;
}
body .pgbm-landing .pgbm-facts-grid > div:first-child strong {
  font-size: clamp(28px, 3vw, 38px);
}
body .pgbm-landing .pgbm-faq-content {
  padding: 0 0 24px;
  color: var(--pgbm-muted);
  font-size: 16px;
  line-height: 1.65;
}
body .pgbm-landing .pgbm-faq-content p {
  margin: 0 0 10px;
}
body .pgbm-landing .pgbm-faq-content ul {
  margin: 0;
  padding-left: 22px;
}
body .pgbm-landing .pgbm-faq-content li {
  margin: 5px 0;
}
@media (max-width: 760px) {
  body .pgbm-landing .pgbm-hero-pillars {
    margin-top: 18px;
    font-size: 17px;
  }
  body .pgbm-landing .pgbm-hero-pillars span {
    margin: 0 .22em;
  }
}



/* --------------------------------------------------------------------------
 * v0.6.1 — korekta treści hero, programu i FAQ
 * -------------------------------------------------------------------------- */
body .pgbm-landing .pgbm-hero-byline {
  margin: 20px 0 0;
  color: var(--pgbm-accent-dark);
  font-size: 14px;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: none !important;
}
body .pgbm-landing .pgbm-hero-pillars,
body .pgbm-landing .pgbm-hero-pillars span {
  color: var(--pgbm-ink) !important;
}
body .pgbm-landing .pgbm-hero-pillars {
  margin-top: 15px;
}
body .pgbm-landing .pgbm-facts-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body .pgbm-landing .pgbm-facts-grid > div {
  border-right: 1px solid var(--pgbm-line);
  border-bottom: 0;
}
body .pgbm-landing .pgbm-facts-grid > div:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  body .pgbm-landing .pgbm-hero-byline {
    margin-top: 16px;
    font-size: 13px;
  }
  body .pgbm-landing .pgbm-hero-pillars {
    margin-top: 12px;
  }
  body .pgbm-landing .pgbm-facts-grid {
    grid-template-columns: 1fr;
  }
  body .pgbm-landing .pgbm-facts-grid > div,
  body .pgbm-landing .pgbm-facts-grid > div:nth-child(even),
  body .pgbm-landing .pgbm-facts-grid > div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--pgbm-line);
  }
  body .pgbm-landing .pgbm-facts-grid > div:last-child {
    border-bottom: 0;
  }
}

/* v0.6.2 — bardziej skondensowane sekcje i nowe zdjęcie hero */
body .pgbm-landing .pgbm-section-light {
  padding-top: 72px;
  padding-bottom: 64px;
}
body .pgbm-landing .pgbm-section-light h2 {
  margin-bottom: 28px;
}
body .pgbm-landing .pgbm-benefit-grid > div {
  min-height: 0;
  padding: 22px 24px 22px 50px;
  font-size: 16px;
  line-height: 1.5;
}
body .pgbm-landing .pgbm-benefit-grid > div::before {
  left: 22px;
  top: 22px;
}
body .pgbm-landing .pgbm-pillars-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
body .pgbm-landing .pgbm-pillars-section h2 {
  margin-bottom: 28px;
}
body .pgbm-landing .pgbm-pillars article {
  min-height: 0;
  padding: 28px 28px 30px;
}
body .pgbm-landing .pgbm-pillars h3 {
  margin: 34px 0 16px;
  font-size: 34px;
}
body .pgbm-landing .pgbm-pillars p {
  font-size: 16px;
  line-height: 1.62;
}
body .pgbm-landing .pgbm-testimonials-section {
  padding-top: 68px;
  padding-bottom: 68px;
}
body .pgbm-landing .pgbm-testimonials-section h2 {
  margin-bottom: 26px;
}
body .pgbm-landing .pgbm-testimonials {
  gap: 14px;
}
body .pgbm-landing .pgbm-testimonials blockquote {
  min-height: 0;
  padding: 28px 24px;
}
body .pgbm-landing .pgbm-testimonials p {
  margin: 14px 0 18px;
  font-size: 22px;
  line-height: 1.38;
}
body .pgbm-landing .pgbm-testimonials cite {
  font-size: 11px;
  letter-spacing: .08em;
}
body .pgbm-landing .pgbm-hero-photo {
  background: #e6dfd7;
}
body .pgbm-landing .pgbm-hero-photo img {
  object-position: center 18%;
}
@media (max-width: 1024px) {
  body .pgbm-landing .pgbm-benefit-grid > div {
    padding: 20px 22px 20px 46px;
  }
  body .pgbm-landing .pgbm-benefit-grid > div::before {
    left: 20px;
    top: 20px;
  }
  body .pgbm-landing .pgbm-pillars article {
    padding: 24px 24px 26px;
  }
}
@media (max-width: 767px) {
  body .pgbm-landing .pgbm-section-light,
  body .pgbm-landing .pgbm-pillars-section,
  body .pgbm-landing .pgbm-testimonials-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  body .pgbm-landing .pgbm-benefit-grid > div {
    padding: 18px 18px 18px 42px;
  }
  body .pgbm-landing .pgbm-benefit-grid > div::before {
    left: 18px;
    top: 18px;
  }
  body .pgbm-landing .pgbm-pillars h3 {
    margin-top: 24px;
    font-size: 30px;
  }
  body .pgbm-landing .pgbm-testimonials p {
    font-size: 20px;
  }
}

/* v0.6.3 — naprawa zdjęcia hero na laptopach i desktopie */
body .pgbm-landing .pgbm-hero-grid {
  min-height: 820px;
}
body .pgbm-landing .pgbm-hero-copy {
  padding-right: 56px;
}
body .pgbm-landing .pgbm-hero-photo {
  min-height: 820px;
  padding: 28px 28px 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  background: linear-gradient(180deg, #ebe4db 0%, #dfd6cc 100%);
  border-left: 1px solid rgba(91, 71, 56, 0.08);
}
body .pgbm-landing .pgbm-hero-photo-frame {
  position: relative;
  width: 100%;
  min-height: 792px;
  overflow: hidden;
  background: #ece5dc;
  border: 1px solid rgba(91, 71, 56, 0.14);
  box-shadow: 0 22px 54px rgba(42, 35, 29, 0.10);
}
body .pgbm-landing .pgbm-hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  pointer-events: none;
}
body .pgbm-landing .pgbm-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 792px;
  object-fit: contain;
  object-position: center bottom;
  background: #ece5dc;
}
@media (max-width: 1180px) {
  body .pgbm-landing .pgbm-hero-grid {
    min-height: 780px;
  }
  body .pgbm-landing .pgbm-hero-photo {
    min-height: 780px;
    padding: 22px 22px 0;
  }
  body .pgbm-landing .pgbm-hero-photo-frame,
  body .pgbm-landing .pgbm-hero-photo img {
    min-height: 758px;
  }
}
@media (max-width: 1024px) {
  body .pgbm-landing .pgbm-hero-grid {
    min-height: auto;
  }
  body .pgbm-landing .pgbm-hero-copy {
    padding-right: 0;
  }
  body .pgbm-landing .pgbm-hero-photo {
    min-height: 620px;
    padding: 0;
    background: #e6dfd7;
    border-left: 0;
  }
  body .pgbm-landing .pgbm-hero-photo-frame {
    min-height: 620px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  body .pgbm-landing .pgbm-hero-photo-frame::after {
    display: none;
  }
  body .pgbm-landing .pgbm-hero-photo img {
    min-height: 620px;
    object-fit: cover;
    object-position: center 18%;
    background: transparent;
  }
}
@media (max-width: 767px) {
  body .pgbm-landing .pgbm-hero-photo,
  body .pgbm-landing .pgbm-hero-photo-frame,
  body .pgbm-landing .pgbm-hero-photo img {
    min-height: 460px;
  }
}

/* v0.6.4 — docelowe zdjęcie hero i pełne wypełnienie ramy */
body .pgbm-landing .pgbm-hero-photo img {
  object-fit: cover;
  object-position: center center;
  background: #ece5dc;
}
@media (max-width: 1024px) {
  body .pgbm-landing .pgbm-hero-photo img {
    object-fit: cover;
    object-position: center center;
  }
}

/* v0.6.6 — mocniej skondensowany program, sekcja Instagram i opinie */
body .pgbm-landing .pgbm-section-light {
  padding-bottom: 24px;
}
body .pgbm-landing .pgbm-pillars-section {
  padding-top: 24px;
  padding-bottom: 48px;
}
body .pgbm-landing .pgbm-pillars-section .pgbm-section-kicker {
  margin-bottom: 8px;
}
body .pgbm-landing .pgbm-pillars-section h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4.1vw, 54px);
}
body .pgbm-landing .pgbm-pillars article {
  min-height: 0;
  padding: 20px 22px 22px;
}
body .pgbm-landing .pgbm-pillars article > span {
  font-size: 10px;
}
body .pgbm-landing .pgbm-pillars h3 {
  margin: 18px 0 10px;
  font-size: 30px;
  line-height: 1.04;
}
body .pgbm-landing .pgbm-pillars p {
  font-size: 15px;
  line-height: 1.5;
}
body .pgbm-landing .pgbm-pillars-cta {
  margin-top: 22px;
}
body .pgbm-landing .pgbm-pillars-cta .pgbm-primary-cta {
  margin-top: 0;
}

body .pgbm-landing .pgbm-dark-section {
  padding-top: 54px;
  padding-bottom: 54px;
}
body .pgbm-landing .pgbm-dark-intro {
  grid-template-columns: .55fr 1.45fr;
  gap: 30px;
}
body .pgbm-landing .pgbm-dark-intro .pgbm-section-kicker {
  margin-bottom: 8px;
}
body .pgbm-landing .pgbm-dark-intro h2 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.05;
}
body .pgbm-landing .pgbm-extra-grid > div {
  min-height: 0;
  padding: 20px 22px;
}
body .pgbm-landing .pgbm-extra-grid h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.12;
}
body .pgbm-landing .pgbm-extra-grid p {
  font-size: 14px;
  line-height: 1.55;
}

body .pgbm-landing .pgbm-testimonials-section {
  padding-top: 54px;
  padding-bottom: 54px;
}
body .pgbm-landing .pgbm-testimonials-section .pgbm-section-kicker {
  margin-bottom: 10px;
  font-size: 10px;
}
body .pgbm-landing .pgbm-testimonials-section h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(32px, 3.9vw, 52px);
}
body .pgbm-landing .pgbm-testimonials {
  gap: 12px;
}
body .pgbm-landing .pgbm-testimonials blockquote {
  min-height: 0;
  padding: 22px 20px;
}
body .pgbm-landing .pgbm-testimonials blockquote::before {
  height: 34px;
  font-size: 52px;
}
body .pgbm-landing .pgbm-testimonials p {
  margin: 10px 0 14px;
  font-size: 18px;
  line-height: 1.42;
}
body .pgbm-landing .pgbm-testimonials cite {
  font-size: 9px;
  letter-spacing: .07em;
}

@media (max-width: 1024px) {
  body .pgbm-landing .pgbm-pillars-section {
    padding-top: 28px;
    padding-bottom: 44px;
  }
  body .pgbm-landing .pgbm-pillars article {
    padding: 18px 20px 20px;
  }
  body .pgbm-landing .pgbm-pillars h3 {
    margin-top: 16px;
    font-size: 28px;
  }
  body .pgbm-landing .pgbm-dark-intro {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body .pgbm-landing .pgbm-dark-intro h2 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  body .pgbm-landing .pgbm-section-light {
    padding-bottom: 18px;
  }
  body .pgbm-landing .pgbm-pillars-section,
  body .pgbm-landing .pgbm-dark-section,
  body .pgbm-landing .pgbm-testimonials-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  body .pgbm-landing .pgbm-pillars-section h2,
  body .pgbm-landing .pgbm-testimonials-section h2 {
    margin-bottom: 18px;
  }
  body .pgbm-landing .pgbm-pillars article {
    padding: 18px;
  }
  body .pgbm-landing .pgbm-pillars h3 {
    margin-top: 14px;
    font-size: 27px;
  }
  body .pgbm-landing .pgbm-pillars p {
    font-size: 14px;
  }
  body .pgbm-landing .pgbm-pillars-cta {
    margin-top: 18px;
  }
  body .pgbm-landing .pgbm-extra-grid > div {
    padding: 18px;
  }
  body .pgbm-landing .pgbm-extra-grid h3 {
    font-size: 21px;
  }
  body .pgbm-landing .pgbm-testimonials blockquote {
    padding: 20px 18px;
  }
  body .pgbm-landing .pgbm-testimonials p {
    font-size: 17px;
  }
}


/* v0.7.0 — minimalistyczne strony prawne */
.pgbm-legal-page{--pgbm-legal-ink:#24211f;--pgbm-legal-muted:#6d655e;--pgbm-legal-line:#ded5ca;width:min(820px,calc(100% - 40px));margin:48px auto 72px;color:var(--pgbm-legal-ink);font-family:"Source Serif Pro",Georgia,serif;font-size:16px;line-height:1.68}
.pgbm-legal-header{padding:0 0 30px;margin-bottom:30px;border-bottom:1px solid var(--pgbm-legal-line)}
.pgbm-legal-page .pgbm-section-kicker{margin:0 0 10px}
.pgbm-legal-page h1,.pgbm-legal-page h2{color:var(--pgbm-legal-ink);font-family:"Playfair Display",Georgia,serif;font-weight:500;text-transform:none}
.pgbm-legal-page h1{margin:0 0 10px;font-size:clamp(38px,6vw,58px);line-height:1.05}
.pgbm-legal-header>p:last-child{margin:0;color:var(--pgbm-legal-muted);font-size:13px}
.pgbm-legal-page section{padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid var(--pgbm-legal-line)}
.pgbm-legal-page section:last-child{border-bottom:0}
.pgbm-legal-page h2{margin:0 0 12px;font-size:24px;line-height:1.2}
.pgbm-legal-page p{margin:0 0 12px}.pgbm-legal-page ul{margin:8px 0 0;padding-left:22px}.pgbm-legal-page li{margin:0 0 8px}
.pgbm-legal-page a{color:#5b4738;text-decoration:underline;text-underline-offset:3px}
.pgbm-legal-note{margin-top:16px;padding:16px 18px;background:#f7f3ee;border-left:2px solid #9a7a61;color:var(--pgbm-legal-muted);font-size:14px}
@media(max-width:767px){.pgbm-legal-page{width:min(100% - 28px,820px);margin-top:28px;font-size:15px}.pgbm-legal-header{padding-bottom:22px;margin-bottom:24px}.pgbm-legal-page h2{font-size:21px}}


/* v0.7.1 — niezależne, działające adresy dokumentów prawnych */
body.pgbm-legal-route-body {
  margin: 0;
  color: #24211f;
  background: #fffdf9;
}
.pgbm-legal-route-shell {
  min-height: 100vh;
  padding: 18px 0 1px;
}
body.admin-bar .pgbm-legal-route-shell {
  padding-top: 24px;
}
